@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: #F37121;
  --Primary-02: #6c7177;
  --Primary-03: #F37121;
  --Primary-04: #F37121;
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.875rem;
  line-height: 1.41575rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.875rem + 0.0022296544 * (100vw - 40rem));
    line-height: calc(1.41575rem + 0.0036075808 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96.0625rem) {
  body {
    font-size: 1rem;
    line-height: 1.618rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
  display: inline-block;
  color: #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;
}

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

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

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

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

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

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

.hidden {
  display: none;
}

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

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

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

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

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

@media only screen and (min-width: 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.3125rem;
  gap: 0.3125rem;
}
[id^=gallery-] > .gallery-item {
  margin-bottom: 0;
}
[id^=gallery-] > .gallery-item {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (min-width: 48rem) {
  [id^=gallery-].gallery-columns-1 > .gallery-item {
    width: 100%;
  }
  [id^=gallery-].gallery-columns-2 > .gallery-item {
    width: calc(50% - 0.15625rem);
  }
  [id^=gallery-].gallery-columns-3 > .gallery-item {
    width: calc(33.3333333333% - 0.2083333333rem);
  }
  [id^=gallery-].gallery-columns-4 > .gallery-item {
    width: calc(25% - 0.234375rem);
  }
  [id^=gallery-].gallery-columns-5 > .gallery-item {
    width: calc(20% - 0.25rem);
  }
  [id^=gallery-].gallery-columns-6 > .gallery-item {
    width: calc(16.6666666667% - 0.2604166667rem);
  }
  [id^=gallery-].gallery-columns-7 > .gallery-item {
    width: calc(14.2857142857% - 0.2678571429rem);
  }
  [id^=gallery-].gallery-columns-8 > .gallery-item {
    width: calc(12.5% - 0.2734375rem);
  }
  [id^=gallery-].gallery-columns-9 > .gallery-item {
    width: calc(11.1111111111% - 0.2777777778rem);
  }
}
@media only screen and (max-width: 63.99875rem) {
  [id^=gallery-].gallery-columns-5 > .gallery-item {
    width: calc(25% - 5px);
  }
  [id^=gallery-].gallery-columns-4 > .gallery-item, [id^=gallery-].gallery-columns-3 > .gallery-item, [id^=gallery-].gallery-columns-2 > .gallery-item {
    width: calc(25% - 5px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  [id^=gallery-].gallery-columns-5 > .gallery-item {
    width: calc(33.3333333333% - 5px);
  }
  [id^=gallery-].gallery-columns-4 > .gallery-item, [id^=gallery-].gallery-columns-3 > .gallery-item, [id^=gallery-].gallery-columns-2 > .gallery-item {
    width: calc(50% - 5px);
  }
}

.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;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.site-header .popup-container {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .site-header {
    position: relative;
  }
}

#top-header {
  background: #F37121;
  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;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header > .container {
    grid-gap: 15px;
    gap: 15px;
  }
}
#inside-header .cell .pll-switcher-select {
  padding: 5px;
}
#inside-header .cell .pll-switcher-select option {
  position: relative;
}
#inside-header .cell .pll-switcher-select option::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: auto;
}
#inside-header .cell .dropdown-search .trigger-s {
  border-radius: 100%;
}
#inside-header .cell .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell .dropdown-search .trigger-s::before {
  color: #000000;
  font-weight: 300;
}
@media only screen and (min-width: 48rem) {
  #inside-header .cell .dropdown-search .trigger-s::before {
    font-size: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  #inside-header .cell .dropdown-search .trigger-s::before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell .dropdown-search .trigger-s::before {
    font-size: 20px;
  }
}
#inside-header .cell .widget_polylang ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
#inside-header .cell .widget_polylang ul {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell .widget_polylang ul {
    grid-gap: 0.3125rem;
    gap: 0.3125rem;
  }
}
#inside-header .cell .widget_polylang ul li {
  line-height: 1;
  flex: 0 0 29px;
  max-width: 29px;
  height: 19px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell .widget_polylang ul li {
    flex: 0 0 26px;
    max-width: 26px;
  }
}
#inside-header .cell .widget_polylang ul li:last-child {
  border-right: unset;
}
#inside-header .cell .widget_polylang ul li a {
  width: 100%;
  height: 100%;
  position: relative;
}
#inside-header .cell .widget_polylang ul li a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#inside-header .cell .widget_polylang ul li.current-lang a {
  font-weight: 600;
  color: #F37121;
}
#inside-header .cell .inline-search form {
  width: 255px;
  position: relative;
}
#inside-header .cell .inline-search form input {
  border: 0.7px solid #B2B2B2;
  border-radius: 100px;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
  height: 33px;
}
#inside-header .cell .inline-search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
}
#inside-header .cell .inline-search form button::before {
  color: #3F3F3F;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell-search {
    display: flex;
    align-items: center;
  }
  #inside-header .cell-search {
    grid-gap: 0.9375rem;
    gap: 0.9375rem;
  }
}
#inside-header .cell-logo {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#inside-header .cell-logo .custom-logo {
  width: auto;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell-logo .custom-logo {
    max-height: 50px;
  }
}
@media only screen and (max-width: 63.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;
    justify-content: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell-logo {
    grid-gap: 0;
    gap: 0;
  }
}
#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: 0.9375rem;
    gap: 0.9375rem;
  }
}
.sticky-wrapper.is-sticky .site-header {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 999 !important;
}
#menu-header {
  background-color: #F37121;
  padding: 10px 0;
}
@media only screen and (max-width: 74.99875rem) {
  #menu-header {
    display: none;
  }
}

.cell-menu {
  align-items: center;
}
@media only screen and (min-width: 64rem) {
  .cell-menu {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .cell-menu {
    display: none;
  }
}
.cell-menu nav.nav {
  width: 100%;
}
.cell-menu .dropdown.menu.desktop-menu {
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
}
.cell-menu .dropdown.menu.desktop-menu li a {
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu li a {
    font-size: 16px;
  }
}
.cell-menu .dropdown.menu.desktop-menu li a[aria-current=page] {
  font-weight: 600;
}
.cell-menu .dropdown.menu.desktop-menu li:last-child {
  border-right: unset;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu li:last-child {
    padding-right: 20px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li {
  position: relative;
}
.cell-menu .dropdown.menu.desktop-menu > li > a {
  padding: 8px 15px;
  border-radius: 5px;
}
.cell-menu .dropdown.menu.desktop-menu > li > a:hover {
  font-weight: 600;
}
.cell-menu .dropdown.menu.desktop-menu > li .is-dropdown-submenu {
  border: 1px solid #f5f5f5;
}
.cell-menu .dropdown.menu.desktop-menu > li.is-dropdown-submenu-parent > a {
  padding-right: 30px;
}
.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: #ffffff;
  aspect-ratio: 1/1;
  line-height: 1;
  margin-top: -6px;
  right: 12px;
  transform: rotate(90deg);
  transition: 0.4s;
}
.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: #ffffff;
}
.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 {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu > li:not(:last-child) {
    padding-right: 20px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #000000;
  display: none;
}
@media only screen and (min-width: 48rem) {
  .cell-menu .dropdown.menu.desktop-menu > li:not(:first-child) {
    padding-left: 20px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li:last-child {
  padding-right: 0 !important;
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
  padding: 15px 10px 10px;
  text-transform: unset;
  color: #6c7177;
}
@media only screen and (min-width: 96.0625rem) {
  .cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a {
    font-size: 16px;
  }
}
.cell-menu .dropdown.menu.desktop-menu > li ul.sub-menu > li > a:hover {
  background: #F37121;
  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;
}

.hb_header_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 64rem) {
  .hb_header_button {
    grid-gap: 2.8125rem;
    gap: 2.8125rem;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .hb_header_button {
    grid-gap: 7.5rem;
    gap: 7.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .hb_header_button {
    display: none;
  }
}
.hb_header_button ._header_button {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  transition: 0.4s;
  background: #F37121;
  padding: 8px 17px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
}
.hb_header_button ._header_button a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_header_button ._header_button:hover {
  text-decoration: underline;
}
.site-footer {
  position: relative;
  background: #121212;
}

/** */
#footer-credit {
  position: relative;
  padding: 10px 0;
  background: #121212;
  border-top: 0.7px solid #D3D3D3;
}
#footer-credit .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-credit .container .copyright {
  text-align: center;
  margin: 0;
  padding-top: 5px;
  color: #ffffff;
}
#footer-credit .container .copyright strong, #footer-credit .container .copyright b {
  font-weight: 600;
}
#footer-credit .container .copyright a {
  color: #ffffff;
}
#footer-credit .container .credit-nav {
  padding-top: 3px;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-credit .container .credit-nav {
    display: none;
  }
}
#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;
  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-columns {
  position: relative;
}
#footer-columns .footer-top {
  border-bottom: 0.7px solid #D3D3D3;
}
#footer-columns .footer-top {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .footer-top {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-top {
    padding-top: 3.125rem;
  }
}
#footer-columns .footer-top {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .footer-top {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-top {
    padding-bottom: 1.875rem;
  }
}
#footer-columns .footer-top ._logo {
  width: auto;
  height: 73px;
  margin-bottom: 15px;
  display: inline-flex;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .footer-top ._logo {
    height: 42px;
    margin-bottom: 0;
    text-align: center;
  }
}
#footer-columns .footer-top ._logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .footer-top ._logo img {
    width: 80%;
    height: 80%;
  }
}
#footer-columns .footer-bottom {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .footer-bottom {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-bottom {
    padding-top: 3.75rem;
  }
}
#footer-columns .footer-bottom {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .footer-bottom {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-bottom {
    padding-bottom: 3.75rem;
  }
}
#footer-columns .footer-bottom .container .flex-info {
  justify-content: space-between;
}
#footer-columns .footer-bottom .container .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .footer-bottom .container .flex-info {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .footer-bottom .container .cell {
    width: 100%;
  }
}
#footer-columns .footer-bottom .container .cell .footer-title {
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .footer-bottom .container .cell .footer-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-bottom .container .cell-box-1 {
    flex: 0 0 calc(30% - 30px);
    max-width: calc(30% - 30px);
  }
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item {
  margin-bottom: 20px;
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item:last-child {
  margin-bottom: 0;
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item ul li {
  color: #C4C4C4;
  display: flex;
  margin-bottom: 10px;
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item ul li {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .footer-bottom .container .cell-box-1 .footer-info-list ._item ul li .footer-icon i {
  font-weight: 300;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-bottom .container .cell-box-2 {
    flex: 0 0 calc(20% - 30px);
    max-width: calc(20% - 30px);
    padding-left: 5%;
  }
}
#footer-columns .footer-bottom .container .cell-box-2 .footer-menu ul.menu li {
  width: 100%;
}
#footer-columns .footer-bottom .container .cell-box-2 .footer-menu ul.menu li a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  color: #C4C4C4;
}
#footer-columns .footer-bottom .container .cell-box-2 .footer-menu ul.menu li a::before {
  display: inline-block;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-size: 13px;
}
#footer-columns .footer-bottom .container .cell-box-2 .footer-menu ul.menu li a:hover {
  color: #F37121;
}
#footer-columns .footer-bottom .container .cell-box-2 .footer-menu ul.menu li:first-child a {
  padding-top: 5px;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-bottom .container .cell-box-3 {
    flex: 0 0 calc(20% - 30px);
    max-width: calc(20% - 30px);
  }
}
#footer-columns .footer-bottom .container .cell-box-3 .footer-menu ul.menu li {
  width: 100%;
}
#footer-columns .footer-bottom .container .cell-box-3 .footer-menu ul.menu li a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  color: #C4C4C4;
}
#footer-columns .footer-bottom .container .cell-box-3 .footer-menu ul.menu li a::before {
  display: inline-block;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-size: 13px;
}
#footer-columns .footer-bottom .container .cell-box-3 .footer-menu ul.menu li a:hover {
  color: #F37121;
}
#footer-columns .footer-bottom .container .cell-box-3 .footer-menu ul.menu li:first-child a {
  padding-top: 5px;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .footer-bottom .container .cell-box-4 {
    flex: 0 0 calc(30% - 30px);
    max-width: calc(30% - 30px);
  }
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-desc {
  margin-bottom: 20px;
  color: #5D5D5D;
  line-height: 28px;
  text-align: justify;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-desc strong {
  color: #ffffff;
  font-weight: 400;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list {
  margin: 0;
  padding: 30px 0 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li {
  position: relative;
  transition: 0.4s;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li {
  width: 2.8125rem;
  height: 2.8125rem;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li:last-child {
  margin-right: 0;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li strong, #footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li b {
  font-weight: 600;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li .footer-svg {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li .footer-svg i {
  font-size: 18px;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li .footer-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li .footer-img img {
  object-fit: contain;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li .footer-img img {
  width: 1.75rem;
  height: 1.75rem;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-icon-list li:hover {
  transform: translateY(-5px);
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form {
  position: relative;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-email input {
  height: 50px;
  border: 1px solid #7E7E7E;
  box-shadow: unset;
  border-radius: 6px;
  width: 100%;
  text-indent: 10px;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit {
  position: absolute;
  width: 59px;
  height: 45px;
  top: 2.5px;
  right: 2.5px;
  border-radius: 6px;
  transition: 0.4s;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit input {
  background: #F37121;
  border-radius: 6px;
  color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: unset;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit .wpcf7-spinner {
  margin: 0;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit .wpcf7-spinner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit:hover::after {
  color: #F37121;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form .form-submit:hover input {
  border: 1px solid #F37121;
  background: transparent;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form.invalid .wpcf7-not-valid-tip {
  font-size: 14px;
}
#footer-columns .footer-bottom .container .cell-box-4 .footer-form-newsletter form.invalid .wpcf7-response-output {
  margin: 5px 0 0;
  padding: 0.5em 1em;
  border: 1px solid #F37121;
  color: #F37121;
}

/** */
.category-du-an .site-footer #footer-columns::before, .post-template-default .site-footer #footer-columns::before, .category-tin-tuc .site-footer #footer-columns::before, .page-template-page-design .site-footer #footer-columns::before, .archive.woocommerce-page .site-footer #footer-columns::before,
.page-template-page-about .site-footer #footer-columns::before {
  background: #FAFAFA url("../img/background-footer.png") no-repeat center top;
  background-size: 100% 100%;
}

/** Poppins fonts */
:is(.ajax-loading, .ajax-loader) {
  position: relative;
}
:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
:is(.ajax-loading, .ajax-loader)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #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: #F37121;
}

.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;
}

._navigation_design {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F6;
  padding: 15px 20px;
  margin: 0 auto;
}
._navigation_design {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
._navigation_design {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  ._navigation_design {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  ._navigation_design {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ._navigation_design {
    width: 100%;
    padding: 10px;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ._navigation_design ._navigation_number {
    width: 100%;
  }
}
nav.nav-pagination ul.pagination {
  margin: 0;
  padding: 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;
}
@media only screen and (max-width: 47.99875rem) {
  nav.nav-pagination ul.pagination {
    justify-content: center;
    width: 100%;
  }
}
nav.nav-pagination ul.pagination::before, nav.nav-pagination ul.pagination:after {
  display: none;
}
nav.nav-pagination ul.pagination li {
  font-weight: 400;
  height: 35px;
  padding: 0;
  min-width: 35px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  background: transparent;
  font-size: 16px;
}
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;
  font-weight: 500;
}
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.next {
  padding: 0 !important;
  border: 1px solid #4C4C4C;
}
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: #F37121;
}
:is(span, label) > a:hover {
  color: #F37121;
  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: 10px;
  bottom: 30px;
  border: 1px solid #F37121;
  border-radius: 4px;
  background-color: #ffffff;
}
.back-to-top {
  width: 2.125rem;
  height: 2.125rem;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 95px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #F37121;
}
.back-to-top > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.back-to-top:hover {
  border-color: #F37121;
}
.back-to-top:hover > svg {
  color: #F37121;
}

.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: 47.99875rem) {
  .off-canvas-content {
    margin-left: 0;
  }
}
.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: 2px;
  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: #F37121;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #F37121;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #F37121;
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-heading-outer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 250px;
  margin: 0 auto;
}
.off-canvas .menu-heading-outer {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.off-canvas .menu-heading-outer .dropdown-search .trigger-s {
  border-radius: 100%;
}
.off-canvas .menu-heading-outer .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.off-canvas .menu-heading-outer .dropdown-search .trigger-s span {
  display: none;
}
.off-canvas .menu-heading-outer .dropdown-search .trigger-s::before {
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (min-width: 48rem) {
  .off-canvas .menu-heading-outer .dropdown-search .trigger-s::before {
    font-size: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .off-canvas .menu-heading-outer .dropdown-search .trigger-s::before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas .menu-heading-outer .dropdown-search .trigger-s::before {
    font-size: 20px;
  }
}
.off-canvas .menu-heading-outer .custom-html-widget {
  color: #ffffff;
}
.off-canvas .menu-heading-outer .widget_polylang ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.off-canvas .menu-heading-outer .widget_polylang ul li {
  line-height: 1;
  border-right: 1px solid #000000;
  padding-right: 5px;
  margin-right: 5px;
}
.off-canvas .menu-heading-outer .widget_polylang ul li:last-child {
  border-right: unset;
}
.off-canvas .menu-heading-outer .widget_polylang ul li a {
  width: 100%;
  height: 100%;
  position: relative;
}
.off-canvas .menu-heading-outer .widget_polylang ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.off-canvas .menu-heading-outer .widget_polylang ul li.current-lang a {
  font-weight: 600;
  color: #F37121;
}
.off-canvas .title-bar-title {
  display: none;
}
.off-canvas .menu-lines {
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}
.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}
.off-canvas.position-top.is-open, .off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: 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: 110px;
}
.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 {
  width: 250px;
  margin: 100px auto 0;
}
.off-canvas .menu-outer .inline-search {
  padding: 0 15px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  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 a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 0;
  line-height: 24px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.off-canvas ul.vertical.menu li button.submenu-toggle {
  width: auto;
  height: 24px;
}
.off-canvas ul.vertical.menu li button.submenu-toggle::after {
  border-color: #ffffff transparent transparent;
  transform: rotate(-90deg);
}
.off-canvas ul.vertical.menu li button.submenu-toggle[aria-expanded=true]::after {
  transform: unset;
}
.off-canvas ul.vertical.menu li ul.sub-menu li a {
  font-size: 16px;
  margin-bottom: 15px;
  text-decoration: unset !important;
}
.off-canvas ul.vertical.menu li:hover a {
  text-decoration: underline;
}
.off-canvas ul.vertical.menu .has-submenu-toggle > a {
  margin-right: 20px;
}
.off-canvas ul.vertical.menu li.current_page_item a {
  text-decoration: underline;
}
.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 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 48rem) {
  .off-canvas.position-left {
    width: 420px;
    transform: translateX(-420px);
    padding: 40px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas.position-left {
    width: 320px;
    transform: translateX(-320px);
    padding: 15px 0;
  }
}
.off-canvas.position-left.is-open {
  transform: translate(0) translateZ(3px);
}

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

.off-canvas.position-right {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 48rem) {
  .off-canvas.position-right {
    width: 420px;
    transform: translateX(420px);
    padding: 40px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas.position-right {
    width: 320px;
    transform: translateX(320px);
    padding: 15px 0;
  }
}
.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.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .swiper-controls .swiper-button {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.swiper-controls .swiper-button svg {
  fill: #2F2F2F;
  color: #2F2F2F;
  font-size: 18px;
}
.swiper-controls .swiper-button.swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-controls .swiper-button:focus {
  outline: none;
}
.swiper-controls .swiper-pagination {
  position: relative;
  white-space: nowrap;
  margin-top: 30px;
}
.swiper-controls .swiper-pagination.swiper-pagination-fraction {
  padding: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 2px;
  opacity: 0.6;
  margin: 5px;
  transition: 0.3s;
  background-color: #2F2F2F;
  box-shadow: 0 0 0 2px #2F2F2F;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #F37121;
  box-shadow: 0 0 0 2px #F37121;
}
.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: #F37121;
  box-shadow: 0 0 0 2px #F37121;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  opacity: 0.3;
  border-radius: 50%;
}
.swiper-controls .swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  opacity: 1;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar {
  padding: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  max-width: 90vw;
  height: 2px;
  border-radius: 8px;
  background: #eee;
}
.swiper-controls .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 8px;
  background-image: linear-gradient(90deg, #135E84, #E6A223 100%);
}
.swiper-controls .swiper-progress {
  height: 2px;
  background-color: #ffffff;
  border-radius: 8px;
}
.swiper-controls .swiper-progress::after {
  content: "";
  width: 0;
  transition: width 0s;
  background-image: linear-gradient(90deg, #135E84, #E6A223 100%);
  height: 2px;
  position: absolute;
}
.swiper-controls .swiper-progress.progress::after {
  width: 100%;
  transition: width 6s linear;
}
.swiper-controls.normal-controls .swiper-button {
  opacity: 1;
  border: none !important;
}
.swiper-controls.normal-controls .swiper-button {
  width: 0.75rem;
  height: 0.75rem;
}
.swiper-controls.normal-controls .swiper-button::before, .swiper-controls.normal-controls .swiper-button::after {
  display: none;
}

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

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

.swiper .swiper-slide {
  height: auto;
  overflow: unset;
}
.swiper .swiper-slide .item {
  position: relative;
  height: 100%;
}
.swiper.swiper-initialized {
  z-index: 3;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid #2F2F2F;
  background: #ffffff;
  border-radius: 100%;
  z-index: 99;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 15px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 15px;
}
.swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}
.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 #F37121;
  background: #F37121;
}
.swiper.swiper-initialized:hover ~ .swiper-controls .swiper-button {
  opacity: 1;
}

.no-results.not-found {
  text-align: center;
}

/* */
section.section .heading-title {
  font-weight: 700;
  color: #3B3B3B;
  position: relative;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
}
@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: 22px;
    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: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular {
    padding-bottom: 4.375rem;
  }
}
.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;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .single-post .content .content-title ._title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .content .content-title ._title {
    font-size: 40px;
    line-height: 50px;
  }
}
@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: center;
  padding: 0 0 15px;
}
.single-post .content .content-title ._meta > div {
  color: #383838;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.single-post .content .content-title ._meta > div::after {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  font-weight: 600;
  font-size: 6px;
  line-height: 8px;
  position: relative;
  top: 0;
  right: -10px;
}
.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: 0;
  display: none;
}
.single-post .content .content-title ._meta > div i {
  width: 1rem;
  height: 1rem;
}
.single-post .content .content-title ._meta .terms a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 10px 20px;
  background: #F37121;
  color: #ffffff;
  border: 1px solid transparent;
}
.single-post .content .content-title ._meta .terms a:hover {
  border-color: #F37121;
  color: #F37121;
  background: transparent;
}
.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 #ez-toc-container {
  width: 100%;
  background: #ffffff;
  border: 1px solid #F37121;
}
.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: #F37121;
}
@media only screen and (min-width: 64rem) {
  .single-post aside.sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 15px;
  }
}
@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: 80px;
}
.single-post aside.sidebar .sidebar-inner .sidebar-title {
  display: block;
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post aside.sidebar .sidebar-inner .sidebar-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-post aside.sidebar .sidebar-inner .sidebar {
  margin-bottom: 30px;
}
.single-post aside.sidebar .sidebar-inner .sidebar:last-child {
  margin-bottom: 0;
}
.single-post aside.sidebar .sidebar-inner .sidebar-images .sidebar-content {
  display: grid;
}
.single-post aside.sidebar .sidebar-inner .sidebar-images .sidebar-content {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.single-post aside.sidebar .sidebar-inner .sidebar-images .sidebar-content ._item_images {
  position: relative;
  padding: 5px;
  border: 1px solid #DDDDDD;
  background: #ffffff;
}
.single-post aside.sidebar .sidebar-inner .sidebar-images .sidebar-content ._item_images ._images {
  margin-bottom: 0;
}
.single-post aside.sidebar .sidebar-inner .sidebar-images .sidebar-content ._item_images ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-post aside.sidebar .sidebar-inner .sidebar-images .sidebar-content ._item_images ._button {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .sidebar-title {
  color: #F37121;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  border-bottom: 1px dashed #000000;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block {
  flex: 0 0 142px;
  max-width: 142px;
  margin-right: 10px;
  border-radius: 5px;
  display: none;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block .cover {
  border-radius: 5px;
  aspect-ratio: 3/2;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content {
  padding-top: 8px;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .terms {
  display: none;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 {
  margin-bottom: 0;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #292929;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .h6 a:hover {
  color: #F37121;
}
.single-post aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .meta {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #2B2B2B;
}
.single-post aside.sidebar .sidebar-inner .sidebar-form {
  background: #F37121;
  border-radius: 10px;
  padding: 40px 20px 30px;
}
.single-post aside.sidebar .sidebar-inner .sidebar-form .sidebar-title {
  color: #ffffff;
}
.single-post aside.sidebar .sidebar-inner .sidebar-form .sidebar-desc {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 30px;
  grid-gap: 20px 30px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form .form-name, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-phone, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-email, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-number, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-solution, .single-post aside.sidebar .sidebar-inner .wpcf7 form .form-message {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 form.init .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 [type=text], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=password], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=date], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=datetime], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=datetime-local], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=month], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=week], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=email], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=number], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=search], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=tel], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=time], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=url], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=color] {
  width: 100%;
  height: 50px;
  text-indent: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: unset;
  box-shadow: unset;
  color: #2B2B2B;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 textarea {
  width: 100%;
  height: 50px;
  text-indent: 5px;
  font-size: 16px;
  padding-top: 16px;
  color: #2B2B2B;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 select:not([multiple]) {
  width: 100%;
  height: 50px;
  text-indent: 5px;
  font-size: 16px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-chevron-down'%3e%3cpolyline%20points='6%209%2012%2015%2018%209'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: block;
  padding-right: 1.4em;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 select option:first-child {
  opacity: 0.6;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 [type=date], .single-post aside.sidebar .sidebar-inner .wpcf7 [type=datetime] {
  font-size: 16px;
  padding-right: 5px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 input::-webkit-input-placeholder {
  font-size: 16px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 input::placeholder {
  font-size: 16px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit {
  text-align: center;
  position: relative;
  transition: 0.4s;
  display: inline-flex;
  justify-content: center;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit input {
  padding: 12px 20px 10px 20px;
  background: #C32652;
  color: #ffffff;
  box-shadow: unset;
  border: 1px solid #BBFBFD;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit:hover {
  transform: translateY(-5px);
}
.single-post aside.sidebar .sidebar-inner .wpcf7 .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a {
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #F37121;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a:hover {
  color: #000000;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li a[aria-current=page] {
  color: #000000;
}
.single-post aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li:last-child {
  border-bottom: unset;
}
.single-post .content {
  position: relative;
}
.single-post .content b, .single-post .content strong {
  font-weight: 700;
}
.single-post .content article :is(h2, .h2) {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h2, .h2) {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post .content article :is(h3, .h3) {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h3, .h3) {
    font-size: 17px;
    line-height: 26px;
  }
}
.single-post .content article :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #000000;
}
.single-post .content article :is(h4, h5, h6, .h4, .h5, .h6) {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article :is(h4, h5, h6, .h4, .h5, .h6) {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article .figure {
    width: 100% !important;
  }
}
.single-post .content article p {
  line-height: 26px;
}
.single-post .content article table {
  font-weight: 500;
}
.single-post .content article table thead, .single-post .content article table tbody, .single-post .content article table tfoot {
  border: 1px solid #D4D4D4;
}
.single-post .content article table tbody tr {
  border-bottom: 1px solid #D4D4D4;
}
.single-post .content article table tbody tr:first-child td {
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .single-post .content article table tbody tr:first-child td {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article table tbody tr:first-child td {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-post .content article table tbody tr:last-child {
  border-bottom: unset;
}
.single-post .content article table tbody tr td {
  border-right: 1px solid #D4D4D4;
  text-align: center;
  padding: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content article table tbody tr td {
    padding: 10px;
  }
}
.single-post .content article table tbody tr td:first-child {
  text-align: left;
  white-space: nowrap;
}
.single-post .content article table tbody tr td:last-child {
  border-right: unset;
}
.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: #F37121;
}
.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: 30px;
}
@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;
  margin-bottom: 5px;
  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: #F37121;
  color: #ffffff;
}
.single-post .content.default .hashtags {
  margin-left: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .content.default .hashtags {
    margin-left: 0;
  }
}
.single-post .content.prices article :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  text-transform: uppercase;
}
.single-post .content.prices .content-title ._title {
  text-transform: unset;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content.prices table {
    display: block;
    overflow: auto;
    height: -webkit-fill-available !important;
  }
}
.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: -webkit-box;
  }
}
.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: -webkit-box;
  }
}
@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.default,
.single-post .posts-sinlge-bottom.prices {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.default,
  .single-post .posts-sinlge-bottom.prices {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.default,
  .single-post .posts-sinlge-bottom.prices {
    padding-top: 3.125rem;
  }
}
.single-post .posts-sinlge-bottom.default,
.single-post .posts-sinlge-bottom.prices {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.default,
  .single-post .posts-sinlge-bottom.prices {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.default,
  .single-post .posts-sinlge-bottom.prices {
    padding-bottom: 1.25rem;
  }
}
.single-post .posts-sinlge-bottom.default .swiper-container,
.single-post .posts-sinlge-bottom.prices .swiper-container {
  margin: -2px;
}
.single-post .posts-sinlge-bottom.default .swiper-container .w-swiper,
.single-post .posts-sinlge-bottom.prices .swiper-container .w-swiper {
  padding: 2px;
}
.single-post .posts-sinlge-bottom.default .swiper-button,
.single-post .posts-sinlge-bottom.prices .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.default .swiper-button,
  .single-post .posts-sinlge-bottom.prices .swiper-button {
    display: none !important;
  }
}
.single-post .posts-sinlge-bottom.default .swiper-button::before,
.single-post .posts-sinlge-bottom.prices .swiper-button::before {
  opacity: 1;
  line-height: 25px;
  color: #1D1D1D;
}
.single-post .posts-sinlge-bottom.default .swiper-button::before,
.single-post .posts-sinlge-bottom.prices .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.default .swiper-button::before,
  .single-post .posts-sinlge-bottom.prices .swiper-button::before {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.default .swiper-button::before,
  .single-post .posts-sinlge-bottom.prices .swiper-button::before {
    font-size: 2.1875rem;
  }
}
.single-post .posts-sinlge-bottom.default .swiper-button:hover::before,
.single-post .posts-sinlge-bottom.prices .swiper-button:hover::before {
  color: #ffffff;
}
.single-post .posts-sinlge-bottom.default .swiper-button.swiper-button-prev,
.single-post .posts-sinlge-bottom.prices .swiper-button.swiper-button-prev {
  left: -50px !important;
}
.single-post .posts-sinlge-bottom.default .swiper-button.swiper-button-next,
.single-post .posts-sinlge-bottom.prices .swiper-button.swiper-button-next {
  right: -50px !important;
}
.single-post .posts-sinlge-bottom.default .swiper-controls,
.single-post .posts-sinlge-bottom.prices .swiper-controls {
  height: 0;
}
.single-post .posts-sinlge-bottom.default .swiper-pagination,
.single-post .posts-sinlge-bottom.prices .swiper-pagination {
  bottom: -15px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.default .swiper-pagination,
  .single-post .posts-sinlge-bottom.prices .swiper-pagination {
    bottom: -5px;
  }
}
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet,
.single-post .posts-sinlge-bottom.prices .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) {
  .single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet,
  .single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet-active-next,
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet-active-next,
.single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet-active-main,
.single-post .posts-sinlge-bottom.default .swiper-pagination .swiper-pagination-bullet-active,
.single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet-active-main,
.single-post .posts-sinlge-bottom.prices .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #868686 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #808080;
  outline-offset: 2px;
}
.single-post .posts-sinlge-bottom.default .slide-title,
.single-post .posts-sinlge-bottom.prices .slide-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.default .slide-title,
  .single-post .posts-sinlge-bottom.prices .slide-title {
    margin-bottom: 20px;
  }
}
.single-post .posts-sinlge-bottom.default .item .cover .res,
.single-post .posts-sinlge-bottom.prices .item .cover .res {
  aspect-ratio: 16/9;
}
.single-post .posts-sinlge-bottom.default .item .contents,
.single-post .posts-sinlge-bottom.prices .item .contents {
  padding: 15px 0 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.default .item .contents,
  .single-post .posts-sinlge-bottom.prices .item .contents {
    flex: 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.default .item .contents,
  .single-post .posts-sinlge-bottom.prices .item .contents {
    padding: 10px 0 0;
  }
}
.single-post .posts-sinlge-bottom.default .item .contents ._title,
.single-post .posts-sinlge-bottom.prices .item .contents ._title {
  margin-bottom: 10px;
  order: 1;
}
.single-post .posts-sinlge-bottom.default .item .contents ._title a,
.single-post .posts-sinlge-bottom.prices .item .contents ._title a {
  font-weight: 600;
  color: #131111;
  text-transform: uppercase;
}
.single-post .posts-sinlge-bottom.default .item .contents ._title a,
.single-post .posts-sinlge-bottom.prices .item .contents ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .posts-sinlge-bottom.default .item .contents ._title a,
  .single-post .posts-sinlge-bottom.prices .item .contents ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.default .item .contents ._title a,
  .single-post .posts-sinlge-bottom.prices .item .contents ._title a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .posts-sinlge-bottom.default .item .contents ._title a,
  .single-post .posts-sinlge-bottom.prices .item .contents ._title a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.default .item .contents ._title a,
  .single-post .posts-sinlge-bottom.prices .item .contents ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-post .posts-sinlge-bottom.default .item .contents ._title a:hover,
.single-post .posts-sinlge-bottom.prices .item .contents ._title a:hover {
  text-decoration: underline;
}
.single-post .posts-sinlge-bottom.default .item .contents .meta,
.single-post .posts-sinlge-bottom.prices .item .contents .meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #6E6E6E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  order: 2;
}
.single-post .posts-sinlge-bottom.default .item .contents .meta .terms a,
.single-post .posts-sinlge-bottom.prices .item .contents .meta .terms a {
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
  color: #1D1D1D;
  transition: 0.4s;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 14px;
}
.single-post .posts-sinlge-bottom.default .item .contents .meta .terms a:hover,
.single-post .posts-sinlge-bottom.prices .item .contents .meta .terms a:hover {
  border-color: #F37121;
  color: #F37121;
}
.single-post .posts-sinlge-bottom.default .item .contents .meta .post-author,
.single-post .posts-sinlge-bottom.prices .item .contents .meta .post-author {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #3B3B3B;
  display: none;
}
.single-post .posts-sinlge-bottom.default .item .contents .meta .post-date,
.single-post .posts-sinlge-bottom.prices .item .contents .meta .post-date {
  position: relative;
}
.single-post .posts-sinlge-bottom.default .item .contents .meta .post-date::before,
.single-post .posts-sinlge-bottom.prices .item .contents .meta .post-date::before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 6px;
  line-height: 8px;
  position: relative;
  top: -3px;
}
.single-post .posts-sinlge-bottom.default .item .contents .excerpt,
.single-post .posts-sinlge-bottom.prices .item .contents .excerpt {
  order: 3;
}
.single-post .posts-sinlge-bottom.default .item .contents .excerpt,
.single-post .posts-sinlge-bottom.prices .item .contents .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .single-post .posts-sinlge-bottom.default .item .contents .excerpt,
  .single-post .posts-sinlge-bottom.prices .item .contents .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .posts-sinlge-bottom.projects {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.projects {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.projects {
    padding-top: 2.5rem;
  }
}
.single-post .posts-sinlge-bottom.projects {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.projects {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.projects {
    padding-bottom: 0;
  }
}
.single-post .posts-sinlge-bottom.projects .swiper-container {
  margin: -2px;
}
.single-post .posts-sinlge-bottom.projects .swiper-container .w-swiper {
  padding: 2px;
}
.single-post .posts-sinlge-bottom.projects .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.projects .swiper-button {
    display: none !important;
  }
}
.single-post .posts-sinlge-bottom.projects .swiper-button::before {
  opacity: 1;
  line-height: 25px;
  color: #1D1D1D;
}
.single-post .posts-sinlge-bottom.projects .swiper-button::before {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.projects .swiper-button::before {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.projects .swiper-button::before {
    font-size: 2.1875rem;
  }
}
.single-post .posts-sinlge-bottom.projects .swiper-button:hover::before {
  color: #ffffff;
}
.single-post .posts-sinlge-bottom.projects .swiper-button.swiper-button-prev {
  left: -50px !important;
}
.single-post .posts-sinlge-bottom.projects .swiper-button.swiper-button-next {
  right: -50px !important;
}
.single-post .posts-sinlge-bottom.projects .swiper-controls {
  height: 0;
}
.single-post .posts-sinlge-bottom.projects .swiper-pagination {
  bottom: -10px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .posts-sinlge-bottom.projects .swiper-pagination {
    bottom: -5px;
  }
}
.single-post .posts-sinlge-bottom.projects .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) {
  .single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet-active-next,
.single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet-active-main,
.single-post .posts-sinlge-bottom.projects .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #868686 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #808080;
  outline-offset: 2px;
}
.single-post .posts-sinlge-bottom.projects .slide-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.projects .slide-title {
    margin-bottom: 20px;
  }
}
.single-post .posts-sinlge-bottom.projects .item .cover .res {
  aspect-ratio: 3/2;
}
.single-post .posts-sinlge-bottom.projects .item .contents {
  padding: 15px 0 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 64rem) {
  .single-post .posts-sinlge-bottom.projects .item .contents {
    flex: 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.projects .item .contents {
    padding: 10px 0 0;
  }
}
.single-post .posts-sinlge-bottom.projects .item .contents ._title {
  margin-bottom: 0;
  order: 2;
  width: 100%;
}
.single-post .posts-sinlge-bottom.projects .item .contents ._title a {
  font-weight: 600;
  color: #131111;
  text-transform: uppercase;
}
.single-post .posts-sinlge-bottom.projects .item .contents ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .posts-sinlge-bottom.projects .item .contents ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .single-post .posts-sinlge-bottom.projects .item .contents ._title a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .posts-sinlge-bottom.projects .item .contents ._title a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .posts-sinlge-bottom.projects .item .contents ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.single-post .posts-sinlge-bottom.projects .item .contents ._title a:hover {
  text-decoration: underline;
}
.single-post .posts-sinlge-bottom.projects .item .contents .meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #6E6E6E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  order: 1;
}
.single-post .posts-sinlge-bottom.projects .item .contents .meta .terms a {
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
  color: #1D1D1D;
  transition: 0.4s;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 14px;
}
.single-post .posts-sinlge-bottom.projects .item .contents .meta .terms a:hover {
  border-color: #F37121;
  color: #F37121;
}
.single-post .posts-sinlge-bottom.projects .item .contents .meta .post-author {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #3B3B3B;
  display: none;
}
.single-post .posts-sinlge-bottom.projects .item .contents .meta .post-date {
  position: relative;
}
.single-post .posts-sinlge-bottom.projects .item .contents .meta .post-date::before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 6px;
  line-height: 8px;
  position: relative;
  top: -3px;
}
.single-post .posts-sinlge-bottom.projects .item .contents .excerpt {
  order: 3;
  display: none;
}
.single-post .section-single.singular.default {
  background: #FAFAFA;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .retaled-post {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: #ffffff;
  border: 1px solid #DDDDDD;
  padding: 30px 15px;
  border-radius: 15px;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .retaled-post .news-list .item {
  border-bottom: 1px solid #EBEBEB;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .retaled-post .news-list .item:last-child {
  border-bottom: unset;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block {
  display: block;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content {
  padding-top: 0;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .wpcf7 .form-submit {
  text-align: center;
  position: relative;
  transition: 0.4s;
  display: inline-flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .wpcf7 .form-submit::before {
  position: absolute;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #ffffff;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .wpcf7 .form-submit input {
  padding: 13px 20px 13px 40px;
  background: transparent;
  box-shadow: unset;
  border: 1px solid #ffffff;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .wpcf7 .form-submit:hover {
  transform: translateY(-5px) translateX(-50%);
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li {
  border-bottom: 1px solid #EBEBEB;
}
.single-post .section-single.singular.default aside.sidebar .sidebar-inner .widget_nav_menu ul.menu li:last-child {
  border-bottom: unset;
}
.single-post .section-single.singular.projects {
  background: #FAFAFA;
}
.single-post .section-single.singular.projects .container {
  justify-content: space-between;
}
.single-post .section-single.singular.projects ._content_project {
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .section-single.singular.projects ._content_project {
    margin-bottom: 20px;
  }
}
.single-post .section-single.singular.projects ._content_project .flex-info {
  align-items: center;
}
.single-post .section-single.singular.projects ._content_project .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell ._image {
  margin-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-left {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-left ._images {
  aspect-ratio: 3/2;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 64rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-right {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._title {
    font-size: 17px;
    line-height: 25px;
  }
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_info {
  margin-bottom: 10px;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_info ._item {
  margin-bottom: 10px;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_info ._item:last-child {
  margin-bottom: 0;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_info ._item strong {
  position: relative;
  padding-left: 15px;
  margin-right: 5px;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_info ._item strong::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #787878;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_desc p:first-child strong {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_desc p:first-child strong {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-single.singular.projects ._content_project .flex-info .cell-right ._project_desc p:first-child strong {
    font-size: 16px;
    line-height: 20px;
  }
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .sidebar-title {
  background: #F37121;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .sidebar-content {
  padding: 15px;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .news-list .item {
  border-bottom: 1px solid #EBEBEB;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .news-list .item:last-child {
  border-bottom: unset;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block {
  display: block;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .news-list .item a.d-block .cover {
  border-radius: 0;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content {
  padding-top: 10px;
}
.single-post .section-single.singular.projects aside.sidebar .sidebar-inner .retaled-post .news-list .item .cover-content .meta {
  display: none;
}
/* */
/* */
/** */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px !important;
  }
}
@media screen and (min-width: 1537px) {
  .container {
    max-width: 1612px !important;
  }
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1612px !important;
  }
  .section.hb_banner_home .swiper-container .w-swiper .swiper-slide .item:not(.full) {
    max-width: 1612px !important;
  }
}
body {
  font-weight: 400;
  background: #FAFAFA;
}

@-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;
  }
}
/** */
section.section {
  position: relative;
}

@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb {
    display: flex;
    flex-flow: row wrap;
  }
}
.section-breadcrumb .breadcrumb-bg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .breadcrumb-bg {
    order: -1;
  }
}
.section-breadcrumb .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-breadcrumb .container {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container {
    margin-top: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    padding-bottom: 5px;
  }
}
.section-breadcrumb .container .breadcrumb-title {
  z-index: 2;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container .breadcrumb-title {
    font-size: 30px;
    line-height: 41px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-breadcrumb .container .breadcrumb-title {
    font-size: 41px;
    line-height: 51px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container .breadcrumb-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb .container nav {
    line-height: 1;
  }
}
.section-breadcrumb .container nav .breadcrumbs {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-flow: row wrap;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs {
    justify-content: flex-start;
  }
}
.section-breadcrumb .container nav .breadcrumbs li {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 25px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs li {
    font-size: 12px;
    line-height: 20px;
  }
}
.section-breadcrumb .container nav .breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.8rem;
  opacity: 1;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  margin-top: -1px;
  font-weight: 600;
  font-size: 6px;
  line-height: 8px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb .container nav .breadcrumbs li:not(:last-child)::after {
    margin: 0 0.5rem;
  }
}
.section-breadcrumb .container nav .breadcrumbs li.current {
  color: #F37121;
}

.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;
  }
}

/* */
section.section-page.singular {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.section-page.singular {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section-page.singular {
    padding-top: 3.75rem;
  }
}
section.section-page.singular {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.section-page.singular {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section-page.singular {
    padding-bottom: 3.75rem;
  }
}
/* */
/* */
/** Giới thiệu */
/** */
/** */
/** Liên hệ */
.page-contact-us {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us {
    padding-top: 3.75rem;
  }
}
.page-contact-us {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us {
    padding-bottom: 3.75rem;
  }
}
.page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #F37121;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  line-height: normal;
  letter-spacing: 1px;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us ._content_contact :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) {
  .page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.page-contact-us .flex-info {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info {
    padding-top: 3.75rem;
  }
}
.page-contact-us .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.page-contact-us .flex-info .cell ._inner {
  background: #F37121;
  border-radius: 10px;
}
.page-contact-us .flex-info .cell ._inner ._info {
  color: #ffffff;
  padding: 15px 15px 0;
}
.page-contact-us .flex-info .cell ._inner ._info :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._inner ._info :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-contact-us .flex-info .cell ._inner ._info strong {
  color: #ffffff;
}
.page-contact-us .flex-info .cell ._inner ._info a {
  font-weight: 700;
  transition: 0.4s;
  color: #ffffff;
}
.page-contact-us .flex-info .cell ._inner ._info a:hover {
  opacity: 0.7;
}
.page-contact-us .flex-info .cell ._inner ._info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact-us .flex-info .cell ._inner ._info ul li {
  position: relative;
}
.page-contact-us .flex-info .cell ._inner ._info ul li a {
  text-indent: 20px;
  line-height: 24px;
}
.page-contact-us .flex-info .cell ._inner ._info ul li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ffffff;
  left: 10px;
  top: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._inner ._info ul li a::before {
    left: 8px;
    top: 10px;
  }
}
.page-contact-us .flex-info .cell ._inner ._info ul li a strong {
  font-weight: 400;
  color: #ffffff;
}
.page-contact-us .flex-info .cell ._inner ._info p:nth-child(1) {
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 15px;
}
.page-contact-us .flex-info .cell ._inner ._info p:nth-child(1) img {
  width: auto;
  height: 74px;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._inner ._info p:nth-child(1) img {
    height: 38px;
  }
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell ._inner ._info p:nth-child(2) img {
    height: 369px;
    width: auto;
    object-fit: contain;
  }
}
.page-contact-us .flex-info .cell ._inner ._list {
  background: #FF8032;
  padding: 20px 15px 15px;
}
.page-contact-us .flex-info .cell ._inner ._list ._item {
  margin-bottom: 5px;
}
.page-contact-us .flex-info .cell ._inner ._list ._item:last-child {
  margin-bottom: 0;
}
.page-contact-us .flex-info .cell ._inner ._list ._item span {
  color: #ffffff;
  font-weight: 400;
}
.page-contact-us .flex-info .cell ._inner ._list ._item span:first-child {
  font-weight: 600;
}
.page-contact-us .flex-info .cell ._inner ._network {
  background: #FF8032;
  padding: 0 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 10px 10px;
}
.page-contact-us .flex-info .cell ._inner ._network {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._inner ._network {
    flex-flow: row wrap;
  }
}
.page-contact-us .flex-info .cell ._inner ._network ._network_title {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner {
  display: flex;
  align-items: center;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner ._item {
  position: relative;
  transition: 0.4s;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner ._item ._images {
  margin: 0;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner ._item ._images {
  width: 2.25rem;
  height: 2.25rem;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-contact-us .flex-info .cell ._inner ._network ._network_inner ._item:hover {
  transform: translateY(-5px);
}
.page-contact-us .flex-info .cell ._contact_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.page-contact-us .flex-info .cell ._contact_form {
  padding: 10px 20px;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell ._contact_form {
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form {
    padding: 0;
  }
}
.page-contact-us .flex-info .cell ._contact_form form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.page-contact-us .flex-info .cell ._contact_form form label span {
  color: red;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc label {
  font-weight: 600;
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: #727272;
  font-weight: 400;
}
.page-contact-us .flex-info .cell ._contact_form form .form-hinhthuc .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.page-contact-us .flex-info .cell ._contact_form form [type=text], .page-contact-us .flex-info .cell ._contact_form form [type=password], .page-contact-us .flex-info .cell ._contact_form form [type=date], .page-contact-us .flex-info .cell ._contact_form form [type=datetime], .page-contact-us .flex-info .cell ._contact_form form [type=datetime-local], .page-contact-us .flex-info .cell ._contact_form form [type=month], .page-contact-us .flex-info .cell ._contact_form form [type=week], .page-contact-us .flex-info .cell ._contact_form form [type=email], .page-contact-us .flex-info .cell ._contact_form form [type=number], .page-contact-us .flex-info .cell ._contact_form form [type=search], .page-contact-us .flex-info .cell ._contact_form form [type=tel], .page-contact-us .flex-info .cell ._contact_form form [type=time], .page-contact-us .flex-info .cell ._contact_form form [type=url], .page-contact-us .flex-info .cell ._contact_form form [type=color] {
  box-shadow: unset;
  border: 1px solid #BABABA;
  text-indent: 10px;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  color: #7C7C7C;
  background: transparent;
}
.page-contact-us .flex-info .cell ._contact_form form textarea {
  box-shadow: unset;
  border: 1px solid #BABABA;
  padding: 10px;
  border-radius: 4px;
  height: 190px;
  width: 100%;
  color: #7C7C7C;
  background: transparent;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form form textarea {
    margin-bottom: 15px;
  }
}
.page-contact-us .flex-info .cell ._contact_form form select:not([multiple]) {
  width: 100%;
  height: 45px;
  border: 0.5px solid #BABABA;
  border-radius: 4px;
  padding: 0 12px;
  color: #7C7C7C;
}
.page-contact-us .flex-info .cell ._contact_form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: #7C7C7C;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACsSURBVHgBvdPRDYMgEIDhu5ukGzXnAnUT7SS1AyhhQa+lgZTQIocS/ycU5IskAJwUhoGZ5x6IgJknaFjYF8MDEj28PF6Z79Aga+0g6zq6MX3eEF3CpLwha8wAB4sR1/folmVCxFs0sfvPUkREnhgvaIH9Q7jrekwXHsFyiN/ntz3YFpKFarESsglpMQ1ShEqYFlFBOczddi3iv9GVYnElpArKYRqkGkoxLeJ6AQ4mrnN0VQbhAAAAAElFTkSuQmCC");
  background-position: right 0.8em top 50%;
  background-repeat: no-repeat;
  background-size: auto 8px;
  display: block;
  padding-right: 1.4em;
}
.page-contact-us .flex-info .cell ._contact_form form select option:first-child {
  opacity: 0.6;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit {
  margin-top: 20px;
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  background: #F37121;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form form .form-submit {
    margin-top: 15px;
  }
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit::after {
  position: absolute;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #ffffff;
  font-weight: 400;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit input {
  color: #ffffff;
  border: unset;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s;
  padding: 0 50px 0 20px;
  height: 48px;
  font-size: 14px;
  background: transparent;
  z-index: 1;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit:hover {
  transform: translateY(-5px);
}
.page-contact-us .flex-info .cell ._contact_form form.invalid .wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.page-contact-us .flex-info .cell ._contact_form form.invalid .wpcf7-response-output {
  margin: 20px 0 0;
  text-align: center;
  border-color: #000000;
  color: red;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info .cell-left {
    flex: 0 0 calc(40% - 10px);
    max-width: calc(40% - 10px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell-left {
    width: 100%;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info .cell-right {
    flex: 0 0 calc(60% - 10px);
    max-width: calc(60% - 10px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell-right {
    width: 100%;
  }
}
.page-contact-us ._map {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us ._map {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us ._map {
    padding-top: 3.75rem;
  }
}
.page-contact-us iframe {
  border: unset;
}

/** */
.hb_fixed_lists {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  z-index: 150;
  bottom: 75px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 39.99875rem) {
  .hb_fixed_lists {
    padding: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.hb_fixed_lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-gap: 10px;
}
@media only screen and (max-width: 39.99875rem) {
  .hb_fixed_lists ul {
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
  }
}
.hb_fixed_lists ul li {
  position: relative;
  padding: 3px 6px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  text-decoration: none;
}
.hb_fixed_lists ul li ._images {
  margin: 0 auto 5px;
  border-radius: 100%;
  background: #F37121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_fixed_lists ul li ._images {
  width: 2.5rem;
  height: 2.5rem;
}
.hb_fixed_lists ul li ._images img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.hb_fixed_lists ul li ._svg {
  margin: 0 auto 5px;
  border-radius: 100%;
  background: #F37121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb_fixed_lists ul li ._svg {
  width: 2.5rem;
  height: 2.5rem;
}
.hb_fixed_lists ul li ._svg i {
  color: #ffffff;
  font-size: 20px;
}
.hb_fixed_lists ul li ._title {
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  color: #515151;
  text-align: center;
}
.hb_fixed_lists ul li a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hb_fixed_lists ul li.phone-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 39.99875rem) {
  .hb_fixed_lists ul li.phone-mobile {
    display: inline-block;
  }
  .hb_fixed_lists ul li.phone-mobile ._svg {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    top: -20px;
    background: #ffffff;
    box-shadow: 0px -2px 2px -2px #a7a7a7;
  }
  .hb_fixed_lists ul li.phone-mobile ._svg i {
    color: #F37121;
    font-size: 23px;
  }
  .hb_fixed_lists ul li.phone-mobile ._title {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
  }
}

#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%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-chevron-down'%3e%3cpolyline%20points='6%209%2012%2015%2018%209'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 0.45em 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: #F37121;
  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,
.section-page.archive.prices {
  background: #FAFAFA;
}
.section-page.archive.default,
.section-page.archive.prices {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default,
  .section-page.archive.prices {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default,
  .section-page.archive.prices {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.default,
.section-page.archive.prices {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default,
  .section-page.archive.prices {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default,
  .section-page.archive.prices {
    padding-top: 3.75rem;
  }
}
.section-page.archive.default .feature-posts,
.section-page.archive.prices .feature-posts {
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .feature-posts,
  .section-page.archive.prices .feature-posts {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default .feature-posts,
  .section-page.archive.prices .feature-posts {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.default .feature-posts .container .feature-title,
.section-page.archive.prices .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,
  .section-page.archive.prices .feature-posts .container .feature-title {
    margin-bottom: 20px;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner,
.section-page.archive.prices .feature-posts .container .feature-inner {
  display: flex;
}
.section-page.archive.default .feature-posts .container .feature-inner,
.section-page.archive.prices .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,
  .section-page.archive.prices .feature-posts .container .feature-inner {
    flex-direction: column;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .item .cover .res img,
.section-page.archive.prices .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,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content {
  display: flex;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content ._title {
  margin-bottom: 0;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content ._title a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a,
.section-page.archive.prices .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,
  .section-page.archive.prices .feature-posts .container .feature-inner .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content ._title a:hover,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content ._title a:hover {
  color: #F37121;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .excerpt,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content .excerpt {
  display: none;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .meta,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content .meta {
  order: -1;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #5A5A5A;
  font-weight: 500;
}
.section-page.archive.default .feature-posts .container .feature-inner .item .content .view-detail,
.section-page.archive.prices .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,
.section-page.archive.prices .feature-posts .container .feature-inner .item .content .view-detail:hover {
  color: #F37121;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left {
  flex: 1;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item,
.section-page.archive.prices .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,
.section-page.archive.prices .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,
.section-page.archive.prices .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%);
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .cover .res,
.section-page.archive.prices .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,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  padding-top: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content,
  .section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content ._title a,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content ._title a {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content ._title a:hover,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content ._title a:hover {
  color: #F37121;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .meta,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content .meta {
  color: #ffffff;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .meta .post-date,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content .meta .post-date {
  position: relative;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .meta .post-date::before,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content .meta .post-date::before {
  display: inline-block;
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  margin-right: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item .content .view-detail,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-left .item .content .view-detail {
  display: block;
  color: #ffffff;
  margin-top: 5px;
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-left .item:hover .cover .res,
.section-page.archive.prices .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,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-page.archive.default .feature-posts .container .feature-inner .feature-right,
.section-page.archive.prices .feature-posts .container .feature-inner .feature-right {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.section-page.archive.default .flex-info .contents,
.section-page.archive.prices .flex-info .contents {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default .flex-info .contents,
  .section-page.archive.prices .flex-info .contents {
    max-width: 100%;
    flex: 1;
  }
}
.section-page.archive.default .flex-info .contents .heading-title,
.section-page.archive.prices .flex-info .contents .heading-title {
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .heading-title,
  .section-page.archive.prices .flex-info .contents .heading-title {
    display: none;
  }
}
.section-page.archive.default .flex-info .contents .archive-list,
.section-page.archive.prices .flex-info .contents .archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list,
  .section-page.archive.prices .flex-info .contents .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list,
  .section-page.archive.prices .flex-info .contents .archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell,
.section-page.archive.prices .flex-info .contents .archive-list .cell {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}
.section-page.archive.default .flex-info .contents .archive-list .cell::before,
.section-page.archive.prices .flex-info .contents .archive-list .cell::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell:first-child,
  .section-page.archive.prices .flex-info .contents .archive-list .cell:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .section-page.archive.default .flex-info .contents .archive-list .cell:first-child::before,
  .section-page.archive.prices .flex-info .contents .archive-list .cell:first-child::before {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e2e2e2;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .cover .res,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .cover .res {
  aspect-ratio: 16/9;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content {
  padding: 15px 0 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content {
    flex: 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content {
    padding: 10px 0 0;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title {
  margin-bottom: 10px;
  order: 1;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title a {
  font-weight: 600;
  color: #131111;
  text-transform: uppercase;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._title a:hover,
.section-page.archive.prices .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 .meta,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #6E6E6E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  order: 2;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .meta .terms a,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .meta .terms a {
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
  color: #1D1D1D;
  transition: 0.4s;
  padding: 5px 10px;
  border-radius: 100px;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .meta .terms a:hover,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .meta .terms a:hover {
  border-color: #F37121;
  color: #F37121;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .meta .post-author,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .meta .post-author {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #3B3B3B;
  display: none;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .meta .post-date,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .meta .post-date {
  position: relative;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .meta .post-date::before,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .meta .post-date::before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 6px;
  line-height: 8px;
  position: relative;
  top: -3px;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .excerpt {
  order: 3;
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .section-page.archive.default .flex-info .contents .archive-list .cell .item .content .excerpt,
  .section-page.archive.prices .flex-info .contents .archive-list .cell .item .content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-page.archive.default .flex-info .contents .archive-list .cell .item .content ._button_item,
.section-page.archive.prices .flex-info .contents .archive-list .cell .item .content ._button_item {
  order: 4;
  display: none;
}
@media only screen and (min-width: 64rem) and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell:nth-child(3n) .item,
  .section-page.archive.prices .flex-info .contents .archive-list .cell:nth-child(3n) .item {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media only screen and (min-width: 64rem) and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell:nth-child(3n) .item .cover .res,
  .section-page.archive.prices .flex-info .contents .archive-list .cell:nth-child(3n) .item .cover .res {
    aspect-ratio: 17/9;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell:nth-child(2n) .item,
  .section-page.archive.prices .flex-info .contents .archive-list .cell:nth-child(2n) .item {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 63.99875rem) and (min-width: 48rem) {
  .section-page.archive.default .flex-info .contents .archive-list .cell:nth-child(2n) .item .cover .res,
  .section-page.archive.prices .flex-info .contents .archive-list .cell:nth-child(2n) .item .cover .res {
    aspect-ratio: 17/8.8;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.default .flex-info .sidebar,
  .section-page.archive.prices .flex-info .sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.default .flex-info .sidebar,
  .section-page.archive.prices .flex-info .sidebar {
    padding-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widgets-title, .section-page.archive.default .flex-info .sidebar .sidebar-inner .sidebar-title,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widgets-title,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .sidebar-title {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widgets-title, .section-page.archive.default .flex-info .sidebar .sidebar-inner .sidebar-title,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widgets-title,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .sidebar-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widgets-title, .section-page.archive.default .flex-info .sidebar .sidebar-inner .sidebar-title,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widgets-title,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .sidebar-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widgets-title, .section-page.archive.default .flex-info .sidebar .sidebar-inner .sidebar-title,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widgets-title,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .sidebar-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html {
  border-radius: 20px;
  background: #F37121;
  padding: 40px 20px 30px;
  margin-bottom: 40px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .widgets-title,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .widgets-title {
  color: #ffffff;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget p,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-name, .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-phone, .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-email, .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-message,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-name,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-phone,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-email,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-message {
  margin-bottom: 15px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit {
  padding-top: 10px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url],
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color] {
  border-radius: 100px;
  background: #ffffff;
  color: #2A2A2A;
  font-size: 14px;
  line-height: 20px;
  border: unset;
  box-shadow: unset;
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color] {
    height: 45px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color] {
    height: 55px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url], .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=text],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=password],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=date],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=datetime-local],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=month],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=week],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=email],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=number],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=search],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=tel],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=time],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=url],
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form [type=color] {
    height: 40px;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit {
  position: relative;
  text-align: center;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input {
  border: 1px solid #ffffff;
  background: #16A0BB;
  color: #ffffff;
  border-radius: 100px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: 0.4s;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input {
    height: 45px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input {
    height: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input,
  .section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input {
    height: 40px;
  }
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input:hover,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit input:hover {
  transform: translateY(-5px);
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit .wpcf7-spinner,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form .form-submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form.invalid .wpcf7-not-valid-tip,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form.invalid .wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form.invalid .wpcf7-response-output,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .widget_custom_html .custom-html-widget form.invalid .wpcf7-response-output {
  margin: 2em 0 0;
  padding: 0.5em 1em;
  border-color: #ffffff;
  color: #ffffff;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive {
  padding: 30px 20px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #DDDDDD;
  border-radius: 25px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive .sidebar-title,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive .sidebar-title {
  color: #F37121;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li:last-child,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .block.cover,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .block.cover {
  border-radius: 4px;
  flex: 0 0 130px;
  max-width: 130px;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content {
  flex: 1;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content a,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #292929;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content a:hover,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content a:hover {
  color: #F37121;
  text-decoration: underline;
}
.section-page.archive.default .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content .meta,
.section-page.archive.prices .flex-info .sidebar .sidebar-inner .hb_posts_archive nav ul li .cover-content .meta {
  font-size: 12px;
  line-height: 12px;
  color: #5C5C5C;
  margin-top: 5px;
}
/** */
/** */
.section-page.about-section .heading-title {
  color: #F37121;
}
.section-page.about-section .hb_about {
  position: relative;
  z-index: 1;
}
.section-page.about-section .hb_about {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_about {
    padding-top: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_about {
    padding-top: 6.25rem;
  }
}
.section-page.about-section .hb_about {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_about {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_about {
    padding-bottom: 6.25rem;
  }
}
.section-page.about-section .hb_about .heading-title {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_about .heading-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_about .heading-title {
    margin-bottom: 20px;
  }
}
.section-page.about-section .hb_about .flex-info {
  justify-content: space-between;
  align-items: center;
}
.section-page.about-section .hb_about .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_about .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_about .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_about .flex-info .cell {
    width: 100%;
  }
}
.section-page.about-section .hb_about .flex-info .cell-left {
  order: 2;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_about .flex-info .cell-left {
    width: calc(54% - 15px);
  }
}
.section-page.about-section .hb_about .flex-info .cell-left ._subtitle {
  line-height: inherit;
  margin-bottom: 16px;
  color: #2D2D2D;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_about .flex-info .cell-left ._subtitle {
    font-size: 23px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_about .flex-info .cell-left ._subtitle {
    font-size: 27px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_about .flex-info .cell-left ._subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_about .flex-info .cell-left ._desc {
    text-align: justify;
  }
}
.section-page.about-section .hb_about .flex-info .cell-left ._desc p {
  line-height: 28px;
}
.section-page.about-section .hb_about .flex-info .cell-right {
  order: 1;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_about .flex-info .cell-right {
    width: calc(44% - 15px);
  }
}
.section-page.about-section .hb_about .flex-info .cell-right ._images {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.section-page.about-section .hb_about .flex-info .cell-right ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.about-section .hb_mission_vision {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_mission_vision {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_mission_vision {
    padding-bottom: 6.25rem;
  }
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item {
  border: 0.4px solid #7C7C7C;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 30px;
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item {
    flex-flow: row wrap;
    padding: 15px;
  }
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item:last-child {
  margin-bottom: 0;
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._images {
  margin: 0 auto;
  flex: 0 0 184px;
  max-width: 184px;
  border-radius: 100%;
  padding: 20px;
  background: #F3F3F3;
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._images {
  width: 11.5rem;
  height: 11.5rem;
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._inner ._title {
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._inner ._title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._inner ._title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._inner ._title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._inner ._desc {
    text-align: justify;
  }
}
.section-page.about-section .hb_mission_vision .hb_mission_vision_inner .hb_mission_vision_item ._inner ._desc p {
  line-height: 26px;
}
.section-page.about-section .hb_history {
  position: relative;
}
.section-page.about-section .hb_history {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_history {
    padding-bottom: 6.25rem;
  }
}
.section-page.about-section .hb_history .heading-title {
  width: 100%;
  text-align: center;
}
.section-page.about-section .hb_history .heading-title::before {
  left: 50%;
  transform: translateX(-50%);
}
.section-page.about-section .hb_history ._descs {
  text-align: center;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history ._descs {
    width: 80%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history ._descs {
    margin: 0 auto 30px;
  }
}
.section-page.about-section .hb_history ._descs strong {
  font-weight: 600;
}
.section-page.about-section .hb_history ._descs p {
  line-height: 26px;
}
@media only screen and (max-width: 39.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .swiper-container {
    width: 100%;
  }
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  top: 52.7%;
  transform: translateY(-52.7%);
  border: 1px solid #A3A3A3;
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    display: none;
  }
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button::before {
  font-size: 18px;
  font-weight: 300;
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -45px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 60px;
  }
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f060";
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -45px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 60px;
  }
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f061";
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  background-color: #404040 !important;
  box-shadow: 0 0 0 1px #404040 !important;
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-controls {
  height: 0;
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination {
  bottom: -30px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination {
    bottom: 0;
  }
}
.section-page.about-section .hb_history .hb_history_inner .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_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next,
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active-next-next,
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev,
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active-main,
.section-page.about-section .hb_history .hb_history_inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #868686 !important;
  box-shadow: 0 0 0 0 transparent !important;
  outline: 1px solid #808080;
  outline-offset: 2px;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide:nth-child(2n) ._item ._inner {
    justify-content: end;
  }
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) ._item {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) ._item ._images {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) ._item ._images {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) ._item ._inner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) ._item ._inner {
    padding-bottom: 40px;
  }
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._images {
  margin: 0;
  padding: 0 30px 40px 30px;
}
@media only screen and (min-width: 75rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._images {
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._images {
    padding: 0 15px;
    aspect-ratio: 4/3;
  }
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._images img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._year {
  line-height: normal;
  font-weight: 800;
  color: #F37121;
  margin-bottom: 5px;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._year {
    font-size: 40px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._year {
    font-size: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._year {
    font-size: 30px;
  }
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
  padding: 0 20px;
  padding-top: 40px;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
    display: flex;
    flex-direction: column;
    -webkit-flex: auto;
    flex: auto;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 75rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
    padding: 0;
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._inner {
    padding-top: 0;
  }
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1C1C1C;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._desc {
    text-align: justify;
  }
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item ._desc p {
  line-height: 28px;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item .line {
  width: 100%;
  background: #989898;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item .line .line-border {
  width: 1.375rem;
  height: 1.375rem;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
  transform: translateX(-50%);
  position: absolute;
  top: -10px;
  left: 50%;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide ._item .line .line-border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide.swiper-slide-active ._item .line .line-border {
  border: 1px solid #F37121;
}
.section-page.about-section .hb_history .hb_history_inner .w-swiper .swiper-wrapper .swiper-slide.swiper-slide-active ._item .line .line-border::after {
  background: #F37121;
}
.section-page.about-section .hb_whychose {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_whychose {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_whychose {
    padding-top: 1.875rem;
  }
}
.section-page.about-section .hb_whychose {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_whychose {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_whychose {
    padding-bottom: 6.25rem;
  }
}
.section-page.about-section .hb_whychose .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_whychose .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_whychose .flex-info {
    grid-gap: 3.75rem;
    gap: 3.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_whychose .flex-info {
    flex-flow: row wrap;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell {
  width: 100%;
}
.section-page.about-section .hb_whychose .flex-info .cell-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-page.about-section .hb_whychose .flex-info .cell-left {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left {
    flex-flow: row wrap;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-left ._images {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left ._images {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left ._images {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left ._inner {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left ._inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-left ._inner .heading-title {
  color: #3B3B3B;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left ._inner .heading-title {
    margin-bottom: 10px;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-left ._inner ._desc p {
  line-height: 26px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-left ._inner ._desc p {
    text-align: justify;
  }
  .section-page.about-section .hb_whychose .flex-info .cell-left ._inner ._desc p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-right ._lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-right ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item {
  display: flex;
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._images {
  margin: 0;
  flex: 0 0 62px;
  max-width: 62px;
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._images {
  width: 3.875rem;
  height: 3.875rem;
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._inner ._title {
  font-weight: 600;
  color: #3B3B3B;
  margin-bottom: 5px;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 17px;
    line-height: 23px;
  }
}
.section-page.about-section .hb_whychose .flex-info .cell-right ._lists ._item ._inner ._desc p {
  line-height: 26px;
}
.section-page.about-section .hb_products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_products {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_products {
    padding-bottom: 6.25rem;
  }
}
.section-page.about-section .hb_products .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_products .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_products .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.about-section .hb_products .flex-info .cell {
  width: 100%;
}
.section-page.about-section .hb_products .flex-info .cell-left .heading-title {
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_products .flex-info .cell-left .heading-title {
    margin-bottom: 0;
  }
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
  display: flex;
  align-items: center;
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item {
    flex-flow: row wrap;
  }
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item:last-child {
  padding-bottom: 0 !important;
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._images {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: auto 3/2;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._images {
    order: 2;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._images {
    border-radius: 10px;
    width: 100%;
  }
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner {
    order: -1;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._title {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 25px;
  }
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._desc {
  text-align: justify;
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._desc p {
  line-height: 28px;
}
.section-page.about-section .hb_products .flex-info .cell-right ._lists ._item ._inner ._desc ul {
  padding-left: 25px;
}

/** */
.section-page.page-products {
  background: #F8F8F8;
  z-index: 1;
}
.section-page.page-products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.page-products {
    padding-top: 2.5rem;
  }
}
.section-page.page-products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.page-products {
    padding-bottom: 2.5rem;
  }
}
.section-page.page-products::before, .section-page.page-products::after {
  position: absolute;
  content: "";
}
.section-page.page-products::before {
  background: url("../img/about-la.png") no-repeat right center;
  background-size: contain;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products::before {
    top: 7%;
    transform: translateY(-7%);
    left: -1%;
    width: 105px;
    height: 132px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.page-products::before {
    width: 178px;
    height: 189px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.page-products::before {
    display: none;
  }
}
.section-page.page-products::after {
  background: url("../img/about-raucu.png") no-repeat right center;
  background-size: contain;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products::after {
    top: 5%;
    transform: translateY(-5%);
    width: 105px;
    height: 172px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.page-products::after {
    width: 145px;
    height: 242px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.page-products::after {
    display: none;
  }
}
.section-page.page-products .hb_products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products .hb_products {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.page-products .hb_products {
    padding-top: 3.75rem;
  }
}
.section-page.page-products .hb_products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products .hb_products {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.page-products .hb_products {
    padding-bottom: 3.75rem;
  }
}
.section-page.page-products .hb_products .container .hb_products_title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F37121;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-page.page-products .hb_products .container .hb_products_title .heading-title {
  margin-bottom: 0;
}
.section-page.page-products .hb_products .container .hb_products_title .load-more-wrap a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  background: #F37121;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 10px 10px 25px;
  border-radius: 100px;
  transition: 0.4s;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.page-products .hb_products .container .hb_products_title .load-more-wrap a {
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
.section-page.page-products .hb_products .container .hb_products_title .load-more-wrap a i {
  margin-left: 20px;
  font-weight: 400;
  border-radius: 100%;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.section-page.page-products .hb_products .container .hb_products_title .load-more-wrap a i {
  width: 1.875rem;
  height: 1.875rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.page-products .hb_products .container .hb_products_title .load-more-wrap a i {
    margin-left: 8px;
  }
}
.section-page.page-products .hb_products .container .hb_products_title .load-more-wrap a:hover {
  transform: translateY(-5px);
}
.section-page.page-products .hb_products .container .hb_products_inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.section-page.page-products .hb_products .container .hb_products_inner {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section-page.page-products .hb_products .container .hb_products_inner .product {
  float: none;
  margin: 0;
  padding: 0;
  transition: 0.4s;
  border: 0.5px solid #D3D3D3;
}
@media only screen and (min-width: 48rem) {
  .section-page.page-products .hb_products .container .hb_products_inner .product {
    width: calc(20% - 8px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.page-products .hb_products .container .hb_products_inner .product {
    width: calc(20% - 8px);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.page-products .hb_products .container .hb_products_inner .product {
    width: calc(50% - 5px);
  }
}

/** */
section.section.recruitments-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section.recruitments-section {
    padding-bottom: 3.75rem;
  }
}
section.section.recruitments-section ._hb_posts {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_posts {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section.recruitments-section ._hb_posts {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .cover {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
section.section.recruitments-section ._hb_posts .container ._inner .item .cover .res {
  border-radius: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .cover .res {
    border-radius: 15px;
  }
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content {
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .content {
    flex: 1;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .content {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .content ._title {
    margin-bottom: 10px;
  }
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._title a {
  text-transform: uppercase;
  color: #F37121;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .content ._title a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .content ._title a {
    font-size: 26px;
    line-height: 34px;
  }
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._title a:hover {
  text-decoration: underline;
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content .excerpt {
  -webkit-line-clamp: 6;
  margin-bottom: 16px;
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._button_item {
  display: inline-block;
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._button_item a {
  white-space: nowrap;
  background: linear-gradient(360deg, #064DA1 -56.52%, #0059C3 59.78%);
  font-weight: 700;
  padding: 8px 10px 8px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: #ffffff;
  transition: 0.4s;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  border: 2px solid #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_posts .container ._inner .item .content ._button_item a {
    padding: 10px 20px;
  }
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._button_item a i {
  display: none;
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._button_item a::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAABXCAYAAAAwEGaWAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAi9SURBVHgB7Z2/cxtFFMefGYYWu4EOKwVDh+UZoIzlGUJHrMyEkkQeQgeDMiRdGMuEkhkbUsKM5EBHZmwnZQrJ0EFhOyWNzvkHnJRUy361d87t7d7pZEu7e3v3mdmctbIjae+r996+/UVUUTGGOaqYOoyxeX5p8FILy2J4nU/5kyC8Hoc/H6HMzc29IAeoRDIFQlE0eVmhV+KYBgEJwezzMuCiCaiiOEAYvLR56TNz9Hlp8VKjCnfhN6jByzYvp8wuXV4aZIDK3eQkvCEbJNxJPo54iHH0jOglDy2CE6IX/PripbhG1Hi4Ms+91fybREtL4nF9iSZgwMsmd0UDmhGVSMbAhGnv0jhx4MZDFPtP+G074KJ4LothUurv81fkIc7KZX69LISUzYCX9SpuMQgTMcfGWKPfH/Ao4Qv+228xRm/MrjSvM9bbYTnosipmmT1MxB3D1NtwysORzvezF4au1N4VohwGWUIZ8tKkitmQaT1sikNXxotlgyqmBxPupZ/a3Ns/uyOOZIFw0zlklfu5OGhEluZeEHPUP3BTHEk31D9IE8qwEsoF4I1XTxUIrIfr4shvVZDXqVPFZIQCUZNi8PONj4sljqRV0ccq5xJKafMkofk9pOSgG5Jeq1fEtcggKbf7hy4xh+TNKs+nHFFOXqMSEgqkT0mBHPPs6PJHxRcIGIn9E6K9x8ln8Jn7k1iU0lmSmEBq0hMQSOPKxbKkrtL7hejmjWRtQMKiBOP+vIyWZIvKJBDQ+pJo52GytsbLLuWgVCJhIrkkZyJhlpvX/RVIRPuuGFuSQeC+Ne5PS+NuQjczlCp9CVLzgmC2/1RcZVazRpHLJBIIpCZVQiCDP2nmYES3eVWMDPceklXwXg7/SdYGvCy7Ml3SCkw3HoOkk6mcRZwtBxJ07W91OZQtKitMpNzVZJmpG7L3WL0duEm2haJP4Td0bViGwLWj1MDNmGLxHbVu454w+zZZv6UL1rWjxl6LJAxWb0qVvd/MBqonz9U6zDLbfaQLIM2BNvjpQbK2wQzNm3UG/oF7iptBjGDSrGMMKA2YfJsuB1MfTpWhq36yHb21JForgoSS6e4uek/qN1aAuatbP5I14G7KbE2csCLjA0X7gWwOa+JzTLImPcI32mbS7Npn6a9vM5BNtyZjp+cXGiZWucnYtCJRwQy305Q1XTYtnd6atKP29NWSyOMzo3UwDqTesVDr9h39c6P5H4/ICqM1Q8+StWeW2DuRhGZSdjU7v5MzoAueFsjC5dgKZDfvJ2vOXI6PlqSh1MCSuET7TvqYUftrUUwDS6Im11r4x3+RuOJqkmQFsrAmpgNZvcsZzX30USQr0qMDA6O85wE35VrGPBYbGdn9/WRNA//4KBJ57ubAUZEA1wLZwV/JGgyO1rwSiTZTqJpQt3ApkMXMNdWy1X2zJHICSP+h3cOlQFaNk/yyJJR0NUWat+pKIHuszINd8k0kNenRseOuJo4rgawq1IXX449Cn16j4iIvV1vkjdr6nAoFgsfmp2p9FMguf0gzRRXJ4mgiNEtbsFThHugNbT+gmYEvVffXeE0QuZsOVQIpBpiDMks0cVEkkhWqqEghEklAFcVg7wmZJhLJJlW4D3YIsLC4a9S7wRI/Hrxe4j9iosmbVFwwj+RVQg3jNsMCLeFc5p2zpZR8CGKFtBT+NNF0s8+6wOEWBG0qMFzoCxSfS4IR4M4PVAiidbo6kDsxtWZ5XrERgW/JNDkTtVijwqBfyC24fdfcdAfNztO+iSSQHi0UxHMi7Z4mEMwYMxmH1JUNkI79FsnSRBv522Hju/QBPASqpt2luiw18GrrCSb2ATuUKhfednegT78NhMDW3insv2TNqt+WBMw6Q3lesiYVmQxU4+jb6sgrkYSbsMhbT7oqElcC1TjqdIQAberj9EV5aryLcYlLgWqctbVkzYB8hIljSGRcOjhg4z5LZXff3vtCG6m00KY+WhK4GzlSdWVOCcx5557+OVMZ1TR0c1hCS+KdSLRxydpVso6LgWqcpupqoo2AfV0LLA9YNi7bD2BdDFQj8L7WFEuyE/3gq0hUl9O0aE1cDVQjvtEm8wbkOzzo6kghGLZWsBHA4gg0FwPVeFGPPenG29LnTWx60iMMXLW/IuOoG/8LbAeqEQjqVSsnuWuvd4RmYlunxlkFAsRL75lN0w//VW8CXt+FI1P024gjYF2NV/i+j6scwMKamN7/40Cz7YXtQDUCscgYK1IKWHKDPWDy6DRscRXfasrUduV53pdKV9eGXrsbwHTHqOFbDHNvyu3g24reFdYmu7LLgc4Ncmdc2mPslZ4OcOEgAFtFPzTQSWs/7y1JBG8EWBN52hUWaatn1PkNkorqXNqAMo4yKZNIIBD5cEZXehmmOOehSGU4pWJEeMSp2tvJSpf7RPpn3cwSCCiNJYlAb4eSe86bDmRNA4EMnurW9Cg5ER2lsSQxsLZIHiWOzPC8hztlpwsk4GU9z39ROksCWNpWG74d3JgtkNW83d0yWpJotSLMbCA9kR7YFQ98hsO/dQKBT702ST6klCIBmUJB47ZuUGFBNxefQRU7BLIaBvEVeWHiIMehLrtUyIQb3rOeYZgGqDgPmULBXAscQeK6ODAedXScJZAaVVwM3ojzTDcYGNF96MaZOcmCiVTp1gP0me8HHJmG6cZ54mDcwwWxQBx4L2mHLAkKvZWI07As92PbsuQTx5CV7ehWW4RWJfNujA5gbN2arWAgDBzmmHXYo+A0fM9TdS+lTKZNAhMBX4eSqXwdmCuCXaj39tMOGcoHkmBYyLWyMslykAEv67OYD1KJJCcTiSUiOmgIGdyTgD9+qRcO8hnYlQlbUdWXJk3mDSjHIF2FQcJ4pcfGxSyzBW5lm1V5D/dh4mjZXWYGCKMfvqbRLm3lbqYEE72JJolDEBo0HZA+x3T7AYlhfStzGSqRzIhQNPjGwyUgyKiFT9USv4obH4TXk/BniCOwJYok/wPDMEok11nQBAAAAABJRU5ErkJggg==") no-repeat right center;
  background-size: contain;
  margin-left: 10px;
  width: 45px;
  height: 30px;
}
section.section.recruitments-section ._hb_posts .container ._inner .item .content ._button_item a:hover {
  transform: translateY(-5px);
}
section.section.recruitments-section ._hb_recruitments {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_recruitments {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.section.recruitments-section ._hb_recruitments {
    padding-top: 3.75rem;
  }
}
section.section.recruitments-section ._hb_recruitments .container .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
section.section.recruitments-section ._hb_recruitments .container .job-table {
  margin-bottom: 0;
}
@media only screen and (max-width: 63.99875rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
}
section.section.recruitments-section ._hb_recruitments .container .job-table thead, section.section.recruitments-section ._hb_recruitments .container .job-table tbody, section.section.recruitments-section ._hb_recruitments .container .job-table tfoot {
  border: unset;
}
section.section.recruitments-section ._hb_recruitments .container .job-table thead {
  background-color: #F37121;
}
section.section.recruitments-section ._hb_recruitments .container .job-table thead tr th {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #B8B8B8;
}
section.section.recruitments-section ._hb_recruitments .container .job-table thead tr th:first-child {
  border-left: unset;
}
section.section.recruitments-section ._hb_recruitments .container .job-table thead tr th:last-child {
  border-right: unset;
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table thead tr th {
    font-size: 16px;
    line-height: 26px;
  }
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td {
  font-weight: 600;
  text-align: center;
  border: 1px solid #B8B8B8;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td:first-child {
  border-left: unset;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td:last-child {
  border-right: unset;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td .title {
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td .title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td .title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td .title {
    font-size: 14px;
    line-height: 20px;
  }
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td a.apply-btn {
  width: 100%;
  text-align: center;
  background: #F37121;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 5px;
  display: block;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td .expired-text {
  width: 100%;
  text-align: center;
  background: #F5F5F5;
  color: #000000;
  border-radius: 100px;
  padding: 10px 5px;
  display: block;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr td a.apply-btn:hover {
  background: transparent;
  color: #F37121;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr .stt-col {
  font-weight: 800;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr .stt-col .stt {
  font-size: 20px;
  color: #F37121;
}
section.section.recruitments-section ._hb_recruitments .container .job-table tbody tr:nth-child(even) {
  background-color: transparent;
}

/** */
.page-template-default.page .section.section-page.singular {
  background: #F2F2F2;
}
.page-template-default.page .section.section-page.singular .heading-title {
  display: none;
}

/** */
.section-page.archive.projects {
  background: #FAFAFA;
}
.section-page.archive.projects {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.projects {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.projects {
    padding-bottom: 3.75rem;
  }
}
.section-page.archive.projects {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.projects {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.projects {
    padding-top: 3.75rem;
  }
}
.section-page.archive.projects .flex-info .contents {
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.projects .flex-info .contents {
    max-width: 100%;
    flex: 1;
  }
}
.section-page.archive.projects .flex-info .contents .heading-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .heading-title {
    margin-bottom: 20px;
  }
}
.section-page.archive.projects .flex-info .contents .archive-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page.archive.projects .flex-info .contents .archive-list .cell {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item {
    height: -webkit-fill-available;
  }
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .cover .res {
  aspect-ratio: 3/2;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content {
  padding: 15px 0 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content {
    flex: 1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content {
    padding: 10px 0 0;
  }
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title {
  margin-bottom: 0;
  width: 100%;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a {
  font-weight: 600;
  color: #131111;
  text-transform: uppercase;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content ._title a:hover {
  text-decoration: underline;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #1D1D1D;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .terms a {
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
  color: #1D1D1D;
  transition: 0.4s;
  padding: 8px 25px;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .terms a {
    padding: 8px 15px;
  }
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .terms a:hover {
  border-color: #F37121;
  color: #F37121;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .post-author {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #3B3B3B;
  display: none;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .post-date {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  padding: 8px 25px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .post-date {
    padding: 8px 15px;
  }
}
.section-page.archive.projects .flex-info .contents .archive-list .cell .item .content .meta .post-date::before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 6px;
  line-height: 8px;
  position: relative;
  top: -3px;
  display: none;
}
.section-page.archive.projects .flex-info .contents .archive-list .cell:nth-child(2n) .item {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media only screen and (min-width: 64rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell:nth-child(2n) .item .cover .res {
    aspect-ratio: 3/1.92;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell:nth-child(2n) .item .cover .res {
    aspect-ratio: 3/1.84;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.archive.projects .flex-info .contents .archive-list .cell:nth-child(2n) .item .cover .res {
    aspect-ratio: 3/2;
  }
}

/** */
._forms_shortcode {
  background: #FAFAFA;
}
._forms_shortcode {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  ._forms_shortcode {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  ._forms_shortcode {
    padding-top: 3.75rem;
  }
}
._forms_shortcode {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  ._forms_shortcode {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  ._forms_shortcode {
    padding-bottom: 1.25rem;
  }
}
._forms_shortcode ._forms_shortcode_inner .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  ._forms_shortcode ._forms_shortcode_inner .flex-info .cell {
    width: calc(50% - 15px);
  }
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-left ._images {
  margin-bottom: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-left ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_title {
  font-weight: 700;
  text-transform: uppercase;
  color: #F37121;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_title {
    font-size: 24px;
    line-height: 32px;
  }
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_desc {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-group {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 63.99875rem) {
  ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=text], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=password], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=date], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=datetime], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=datetime-local], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=month], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=week], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=email], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=number], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=search], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=tel], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=time], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=url], ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form [type=color] {
  border: unset;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.168627451);
  background: #ffffff;
  height: 50px;
  color: #4C4C4C;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form textarea {
  border: unset;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.168627451);
  background: #ffffff;
  height: 225px;
  color: #4C4C4C;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-submit {
  margin-top: 20px;
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  background: #F37121;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  ._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-submit {
    margin-top: 15px;
  }
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-submit input {
  color: #ffffff;
  border: unset;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s;
  padding: 0 20px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  z-index: 1;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form .form-submit:hover {
  transform: translateY(-5px);
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form.invalid .wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
._forms_shortcode ._forms_shortcode_inner .flex-info .cell-right ._forms_shortcode_form form.invalid .wpcf7-response-output {
  margin: 20px 0 0;
  text-align: center;
  border-color: #000000;
  color: red;
}

/** */
.section-page.service-section {
  background: #EFF1F6;
}
.section-page.service-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.service-section {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.service-section {
    padding-bottom: 3.75rem;
  }
}
.section-page.service-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.service-section {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.service-section {
    padding-top: 3.75rem;
  }
}
.section-page.service-section .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.section-page.service-section .flex-info .cell {
  width: 100%;
}
.section-page.service-section .flex-info .cell-left .heading-title {
  text-align: center;
  margin-bottom: 0;
}
.section-page.service-section .flex-info .cell-right ._service_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-page.service-section .flex-info .cell-right ._service_lists {
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item {
  position: relative;
  border-radius: 17px;
  background: #F37121;
}
@media only screen and (min-width: 48rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item {
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item {
    border-radius: 10px;
  }
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item ._image {
  aspect-ratio: auto 3/2;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._image {
    border-radius: 10px 10px 0 0;
  }
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._title {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._title {
    font-size: 22px;
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._title {
    font-size: 25px;
    padding: 0 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._title {
    font-size: 18px;
    padding: 0 10px;
    margin-top: 10px;
  }
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc {
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc {
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc::before {
  position: absolute;
  content: "";
  background: url("../img/icon-line.png") no-repeat center;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 48rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.service-section .flex-info .cell-right ._service_lists ._item ._content ._desc {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}
.section-page.service-section .flex-info .cell-right ._service_lists ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/** */