/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
:root {
  --gutter: 10px;
  --gutter-xs: 10px;
  --gap: 20px;
  --gap-xs: 20px;
  --Primary-01: #D49300;
  --Primary-02: #7C8182;
  --Primary-03: #F93939;
  --Primary-04: #8C5C0A;
}

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

body {
  color: #000000;
  background: #fff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  line-height: 1.618rem;
}

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

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

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}

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

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

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

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

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

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

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

:is(h1, .h1) {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}

:is(h2, .h2) {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(1.625rem, 0.325rem + 3.25vw, 3.25rem);
}

:is(h3, .h3) {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}

:is(h4, .h4) {
  font-size: clamp(1.125rem, 0.775rem + 0.875vw, 1.5625rem);
  line-height: clamp(1.4625rem, 1.0075rem + 1.1375vw, 2.03125rem);
}

:is(h5, .h5) {
  font-size: clamp(1.0625rem, 0.9125rem + 0.375vw, 1.25rem);
  line-height: clamp(1.38125rem, 1.18625rem + 0.4875vw, 1.625rem);
}

:is(h6, .h6) {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}

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

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

picture {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

@media only screen and (min-width: 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 > .auto {
  width: auto;
}
@media only screen and (min-width: 40rem) {
  .flex-x > .sm-auto {
    width: auto;
  }
}
@media only screen and (min-width: 48rem) {
  .flex-x > .md-auto {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > .lg-auto {
    width: auto;
  }
}
@media only screen and (min-width: 75rem) {
  .flex-x > .xl-auto {
    width: auto;
  }
}

.grid {
  display: grid;
}

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

.block {
  display: block;
}

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

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

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.dvh-100 {
  height: calc(var(--vh, 1vh) * 100);
}
@supports (height: 100dvh) {
  .dvh-100 {
    height: 100dvh;
  }
}
.text-center {
  text-align: center;
}

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.gap {
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .gap {
    gap: 1.25rem;
  }
}

.container {
  margin-inline: auto;
  max-width: 640px;
}
.container:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .container:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .container:not(.full) {
    padding-inline: 0.625rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 75rem) {
  .container:not(.full) {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 90rem) {
  .container:not(.full).xxl {
    max-width: 1440px;
  }
}
.container.full {
  max-width: 100%;
  padding-inline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex):not(.gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.md-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex).gap.md-up-3 > .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-3 {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-3 {
    width: calc(25% - 0.9375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex).gap.md-up-6 > .cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-6 {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-6 {
    width: calc(50% - 0.625rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-7 > .cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-8 > .cell {
    width: calc(12.5% - 1.09375rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex).gap.md-up-9 > .cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-9 {
    width: calc(75% - 0.3125rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-9 {
    width: calc(75% - 0.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.md-up-10 > .cell {
    width: calc(10% - 1.125rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.md-up-11 > .cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!md-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).md-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!md-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex).gap.md-up-12 > .cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.\!md-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-3 > .cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-3 {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-3 {
    width: calc(25% - 0.9375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-4 > .cell {
    width: calc(25% - 0.9375rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-5 > .cell {
    width: calc(20% - 1rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-6 > .cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-6 {
    width: calc(50% - 0.625rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-6 {
    width: calc(50% - 0.625rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-7 > .cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-8 > .cell {
    width: calc(12.5% - 1.09375rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-9 > .cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-9 {
    width: calc(75% - 0.3125rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-9 {
    width: calc(75% - 0.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-10 > .cell {
    width: calc(10% - 1.125rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-11 > .cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap).lg-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex).gap.lg-up-12 > .cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }
  :is(.flex, .\!flex).gap > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex).gap > .cell.\!lg-12 {
    width: 100% !important;
  }
}
.overlay {
  position: relative;
}
.overlay :where(.bg-overlay, .link-overlay) {
  background: transparent;
  -webkit-user-select: none;
          user-select: none;
}
.overlay :where(.bg-overlay, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.order-history-link,
.account-item {
  display: none !important;
}

.single.single-post {
  position: absolute;
  width: 100%;
  background: transparent;
}

.site-header {
  position: relative;
  z-index: 10;
}
.site-header :where(.logo, .custom-logo-link, .custom-logo) {
  display: block;
}

#main-nav {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 63.99875rem) {
  #main-nav {
    display: none;
  }
}
#main-nav .menu.dropdown.horizontal {
  gap: 25px;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
#main-nav .menu.dropdown.horizontal li a {
  color: #2c2c2c;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  gap: 7px;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 22px;
  flex-wrap: nowrap;
  white-space: normal;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#main-nav .menu.dropdown.horizontal li a > img {
  display: block;
  max-height: 18px;
  width: auto !important;
}
#main-nav .menu.dropdown.horizontal > li.menu_home > a {
  font-size: 0;
  padding-right: 12px;
  display: block;
}
#main-nav .menu.dropdown.horizontal > li > a {
  position: relative;
  color: #030e30;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6em;
}
#main-nav .menu.dropdown.horizontal > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(209, 213, 219, 0.2509803922);
  transition: 300ms transform ease, 300ms opacity ease, 300ms background-color ease;
  pointer-events: none;
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: center;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
#main-nav .menu.dropdown.horizontal > li > a:hover::before {
  transform: none;
  opacity: 1;
  will-change: transform, opacity;
  background-color: rgba(209, 213, 219, 0.2509803922);
}
#main-nav .menu.dropdown.horizontal > li.is-active > a, #main-nav .menu.dropdown.horizontal > li.current_page_item > a {
  background: none;
}
#main-nav .menu.dropdown.horizontal > li.is-dropdown-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f107";
  border: none;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  font-weight: 300;
  right: 0;
  margin-top: 0;
  font-size: 14px;
}
#main-nav .menu.dropdown.horizontal > li.is-dropdown-submenu-parent > a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav .menu.dropdown.horizontal > li.more > a {
  font-size: 0;
  position: relative;
}
#main-nav .menu.dropdown.horizontal > li.more > a::after {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: auto;
}
#main-nav .menu.dropdown.horizontal > li.more .sub-menu.dropdown {
  padding-left: 0;
}
#main-nav .menu.dropdown.horizontal > li ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-nav .menu.dropdown.horizontal > li ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-active > a, #main-nav .menu.dropdown.horizontal > li ul > li:hover > a {
  background: #216630;
  color: #fff;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent > a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  border: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-weight: 300;
  right: 14px;
  margin-top: 0;
  font-size: 14px;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent > a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent.opens-right > a::after {
  content: "\f105";
}
#main-nav .menu.dropdown.horizontal > li ul > li.is-dropdown-submenu-parent.opens-left > a::after {
  content: "\f104";
}

.mobile-logo-link {
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.mobile-logo-link img {
  max-width: 130px;
}

@media only screen and (max-width: 63.99875rem) {
  #masthead {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#masthead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
#masthead > .container {
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .custom-logo-link {
    display: flex;
    justify-content: center;
    margin-right: 50px;
  }
}
#masthead > .container .site-logo {
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .site-logo {
    flex: 1 1 auto;
  }
}
#masthead > .container .site-logo img.custom-logo {
  display: block;
  width: auto;
}
#masthead > .container .site-logo img.custom-logo {
  max-height: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  #masthead > .container .site-logo img.custom-logo {
    max-height: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  #masthead > .container .site-logo img.custom-logo {
    max-height: 4.0625rem;
  }
}
#masthead > .container .all_logo_header {
  position: relative;
  flex: 0 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .all_logo_header {
    flex: 1 1 auto;
  }
}
#masthead > .container .right_header {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .right_header {
    display: none;
  }
}
#masthead > .container .right_header .button_hotline {
  color: #030e30;
  font-size: 15px;
  font-weight: 600;
text-decoration: none;
}
#masthead>.container .right_header .button_hotline span {
    text-decoration: underline;
}
#masthead > .container .right_header .button_dkmp {
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 24px;
  background: #d02139;
  transition: all 0.5s;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .right_header .button_dkmp {
    display: none;
  }
}
#masthead > .container .right_header .button_dkmp:hover {
  background: #030e30;
}
#masthead > .container #main-nav {
  flex: 1 1 auto;
}
#masthead > .container .header-content .row-2 {
  position: relative;
  align-items: center;
  padding: 10px 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  #masthead > .container .header-content .row-2 {
    padding: 0;
  }
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  min-width: fit-content;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active li {
  width: 100%;
  min-width: 250px;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active li.lang-item {
  min-width: fit-content;
}
.is-dropdown-submenu-parent .is-dropdown-submenu.js-dropdown-active li a {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 600;
}

.single-post .site-footer {
  margin-bottom: 0;
}

.footer-columns {
  padding-top: 55px;
  overflow: hidden;
}
@media only screen and (max-width: 39.99875rem) {
  .footer-columns {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.footer-columns > .container .re__footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-columns > .container .re__footer-logo .main-logo {
  flex: 0 0 auto;
}
.footer-columns > .container .re__footer-logo .guest-logos-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-columns > .container .re__footer-logo img {
  width: 260px;
  object-fit: contain;
  margin: 0;
}
.footer-columns > .container .re__footer-logo .guest-logos-list img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.footer-columns .footer-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.footer-columns .lienhe_footer form {
  position: relative;
}
.footer-columns .lienhe_footer form .cell input {
  border-radius: 8px;
  height: 48px;
  color: #2c2c2c;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.footer-columns .lienhe_footer form .cell-submit button {
  position: absolute;
  background: #e03c31;
  color: #fff;
  padding: 8px;
  right: 8px;
  top: 8px;
  border-radius: 4px;
  height: 32px;
  width: 32px;
}
.footer-columns .lienhe_footer form .wpcf7-response-output {
  display: none !important;
}
.footer-columns a {
  color: currentColor;
}
.footer-columns a:hover {
  color: #D49300;
}
.footer-columns ul.menu {
  display: flex;
  flex-flow: column nowrap;
  gap: 6px;
}
.footer-columns ul.menu li > a {
  color: #fff;
  padding: 3px 0;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.footer-columns .cell-menu {
  flex: 1 1 0;
  min-width: 0;
}
.footer-columns .cell-menu > div {
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-menu > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-columns .cell-menu > div {
    width: 100%;
  }
}

.footer-credit {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #505050;
  font-weight: 300;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-credit {
    padding-bottom: 80px;
  }
}
.footer-credit > .container {
  position: relative;
}
.footer-credit > .container .all_menu-copyright {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-credit > .container .all_menu-copyright .copyright {
  color: #030e30;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-credit > .container .all_menu-copyright .copyright {
    text-align: center;
  }
}
.footer-credit > .container .all_menu-copyright .menu-copyright ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.99875rem) {
  .footer-credit > .container .all_menu-copyright .menu-copyright ul {
    justify-content: center;
  }
}
.footer-credit > .container .all_menu-copyright .menu-copyright ul li a {
  color: #030e30;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  text-decoration: underline;
}

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

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

.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.sharing-toolbox .share-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  /*transform: rotate(-90deg);*/
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  /*&::before {
          background: #ccc;
          content: '';
          height: 1px;
          margin-right: 3px;
          width: 10px;
      }*/
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: column;
  flex-wrap: nowrap;
}

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

nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  nav.nav-pagination {
    margin-top: 1.875rem;
  }
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 28px;
  padding: 0;
  min-width: 28px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  border-radius: 50%;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #7C8182;
}

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

.form-error {
  display: none !important;
  margin-top: 5px;
  font-weight: 400;
  color: #ff0000;
  text-align: center;
  font-size: 12px;
}
.form-error.is-visible {
  display: block !important;
}

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

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

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

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

.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 30px;
  border: 1px solid #7C8182;
  border-radius: 4px;
  /*background-color: rgb(0 0 0 / 10%);*/
  width: 34px;
  height: 34px;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 70px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #7C8182;
  width: 28px;
  height: 28px;
}
.back-to-top:hover {
  border-color: #F93939;
}
.back-to-top:hover > svg {
  color: #F93939;
}

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

.inline-search .frm-search {
  position: relative;
  width: 100%;
  max-width: 1015px;
  margin-bottom: 10px;
}
.inline-search .frm-search::before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
}
.inline-search .frm-search #search-suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.inline-search .frm-search #search-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-search .frm-search #search-suggestions ul li {
  padding: 5px 15px;
  cursor: pointer;
  font-size: 14px;
}
.inline-search .frm-search input[type=search] {
  padding-inline: 40px 15px;
  outline: none;
  border: 1px solid #ccc;
  transition: border-color 0.4s ease;
  background-color: #fff;
  height: 50px;
  width: 100%;
  color: #777;
  border-radius: 8px;
  font-size: 15px;
}
.inline-search .frm-search [type=submit] {
  inset-inline-start: 0;
  width: fit-content;
  height: 36px;
  position: absolute;
  right: 6px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #e03c31;
  padding: 6px 13px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.inline-search .frm-search [type=submit]::before {
  content: none;
  transition: opacity 0.2s ease;
  font-size: 16px;
  color: #777;
}

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

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

@media only screen and (min-width: 75rem) {
  .off-canvas-content {
    display: none !important;
  }
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 30px;
  height: 16px;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 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: #000000;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #fff;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #fff;
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 28px;
  height: 28px;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: #000;
  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 .menu-outer .inline-search {
  padding: 15px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  font-size: 14px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  left: 2px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li a {
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
}
.off-canvas ul.vertical.menu li a img {
  display: none;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  content: "+";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 400;
  border: none;
}
.off-canvas ul.vertical.menu li .submenu-toggle[aria-expanded=true]::after {
  content: "\f068";
  transform: none;
  transform-origin: unset;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

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

.off-canvas.position-right {
  width: 320px;
  transform: translateX(320px);
}

.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
  margin-inline: auto;
  max-width: 640px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-inline: 0.625rem;
    max-width: 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: 40px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

/** other */
.grecaptcha-badge {
  display: none !important;
}

.fancybox__content > .f-button.is-close-btn {
  top: 5px;
  right: 5px;
  color: #D49300;
}

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

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

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

/** Animation Classes */
.fade-in {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .slide-in-left {
    transform: translateX(-10px);
  }
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(25px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .slide-in-right {
    transform: translateX(10px);
  }
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.posts-list .item {
  box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  overflow: hidden;
}
.posts-list .item .content {
  padding: 20px 30px;
}
.posts-list .item .content .meta .terms a {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px 20px 0;
  color: #d02139;
}
.posts-list .item .content .date {
  display: block;
  position: relative;
  margin-top: 30px;
  color: #d02139;
  font-size: 13px;
  line-height: 18px;
}
.posts-list .item .content .date i {
  font-weight: 300;
}
.posts-list .item .content .title a {
  color: #d02139;
  font-weight: 600;
  margin-bottom: 0;
}
.posts-list .item .content .title a {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.posts-list .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .posts-list .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.posts-list .item .content .excerpt {
  font-size: 17px;
  color: #676767;
  line-height: 1.8;
  font-weight: 300;
}
.posts-list .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .posts-list .item .content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .posts-list .item .content .excerpt {
    font-size: 15px;
  }
}
.posts-list .item .content .view-more {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #d02139;
  margin-top: 20px;
  font-weight: 600;
}
.posts-list .item .content .view-more svg {
  margin-left: 8px;
}
.section-service-page {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-service-page {
    padding: 60px 0;
  }
}
.section-service-page .all_service_page {
  padding-bottom: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-service-page .all_service_page {
    padding: 60px 0;
  }
}
.section-service-page .all_service_page .rp_title {
  text-align: center;
  color: #030e30;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section-service-page .all_service_page .rp_title {
  font-size: clamp(1.5rem, 0.8rem + 1.8vw, 2.4rem);
  line-height: clamp(2.1rem, 1.25rem + 2.8vw, 3.4rem);
}
.section-service-page .all_service_page .rp_sub_title {
  color: #030e30;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 104px;
  text-align: center;
}
.section-service-page .all_service_page .rp_desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 130px;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-service-page .all_service_page .rp_desc {
    margin-bottom: 60px;
  }
}
.section-service-page .all_service_page .rp_content {
  text-align: center;
  color: #030e30;
}
.section-service-page .all_service_page .rp_content h1 {
  color: #fff;
  font-size: 40px !important;
  font-weight: 900;
  line-height: 0.8 !important;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.section-service-page .all_service_page .rp_content ul {
  padding-left: 0;
  list-style: none;
}
.section-service-page .all_service_page .rp_content ul li {
  font-size: 15px;
  color: #030e30;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding-left: 25px;
  width: fit-content;
  margin: auto;
  margin-bottom: 12px;
}
.section-service-page .all_service_page .rp_content ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #d02139;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section-service-page .all_service_page .all_service {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
}
.section-service-page .all_service_page .all_service .service {
  position: relative;
  background: #030e30;
  padding: 28px;
  border-top: 1px solid #030e30; 
  border-radius: 20px;
  color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section-service-page .all_service_page .all_service .service {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-service-page .all_service_page .all_service .service {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 28.125rem) {
  .section-service-page .all_service_page .all_service .service {
    width: 100%;
  }
}
.section-service-page .all_service_page .all_service .service:nth-child(2) {
  border: 5px solid #d02139;
}
.section-service-page .all_service_page .all_service .service:nth-child(2) .popular_label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 2.5px));
  background-color: #d02139;
  color: #fff;
  padding: 0.5em;
  line-height: 1;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-service-page .all_service_page .all_service .service:nth-child(2) .service_url a {
  background: #d02139;
  color: #fff;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 0.8em;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_sub_title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_price {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_price > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_price > div > span:first-child {
  font-size: 25px;
  font-weight: 700;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_price > div > span:last-child {
  font-weight: 800;
  font-size: 40px;
  white-space: nowrap;
  line-height: 1;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_price > p span {
  font-size: 15px;
  font-weight: 500;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_desc {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_desc ul {
  padding-left: 0;
  list-style: none;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_desc ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  align-items: center;
  text-align: left;
  padding-left: 25px;
}
.section-service-page .all_service_page .all_service .service .service_content .sv_desc ul li::before {
  content: "\f058";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #d02139;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section-service-page .all_service_page .all_service .service .service_url {
  text-align: center;
  width: 100%;
}
.section-service-page .all_service_page .all_service .service .service_url a {
  border-radius: 8px;
  border-width: 1px;
  color: #d02139;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 16px 24px;
  display: block;
  width: 100%;
  border: 1px solid #d02139;
  transition: all 300ms ease-in-out;
}
.section-service-page .all_service_page .all_service .service .service_url a:hover {
  background: #d02139;
  color: #fff;
}
.section-service-page .all_home_form {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.2117647059);
  width: 100%;
  max-width: 1100px;
}
.section-service-page .all_home_form > .flex > .cell:nth-child(1) {
  background: #d02139;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-service-page .all_home_form > .flex > .cell:nth-child(1) {
    padding: 30px;
  }
}
.section-service-page .all_home_form > .flex > .cell:nth-child(2) {
  background: #fff;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-service-page .all_home_form > .flex > .cell:nth-child(2) {
    padding: 30px;
  }
}
.section-service-page .all_home_form > .flex .title_forms {
  text-align: left;
  color: #fff;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}
.section-service-page .all_home_form > .flex .title_forms {
  font-size: clamp(2.8125rem, 1.8125rem + 2.5vw, 4.0625rem);
  line-height: clamp(2.8125rem, 1.8125rem + 2.5vw, 4.0625rem);
}
.section-service-page .all_home_form > .flex .start {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.section-service-page .all_home_form > .flex .desc_forms {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin-bottom: 20px;
}
.section-service-page .all_home_form > .flex .desc_forms ul {
  padding-left: 0;
  list-style: none;
}
.section-service-page .all_home_form > .flex .desc_forms ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  align-items: center;
  text-align: left;
  padding-left: 25px;
}
.section-service-page .all_home_form > .flex .desc_forms ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section-service-page .all_home_form > .flex .home_banner img {
  width: 140px;
}
.section-service-page .all_home_form > .flex .home_form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-service-page .all_home_form > .flex .home_form form .cell-input input,
.section-service-page .all_home_form > .flex .home_form form .cell-input select {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  color: #001444;
}
.section-service-page .all_home_form > .flex .home_form form .cell-submit .btn-submit {
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #d02139;
  border: 1px solid #001444;
  transition: all 300ms ease-in-out;
}
.section-service-page .all_home_form > .flex .home_form form .cell-submit .btn-submit:hover {
  background: #001444;
}

.section-booking-page .section-home-forms {
  position: relative;
  padding: 50px 0;
  background: #d02139;
}
.section-booking-page .section-home-forms .section-shape-divider {
  display: none;
}
.section-booking-page .section-home-forms .container {
  position: relative;
}
.section-booking-page .section-home-forms .container .all_home_form {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.2117647059);
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex > .cell:nth-child(1) {
  background: #030e30;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-booking-page .section-home-forms .container .all_home_form > .flex > .cell:nth-child(1) {
    padding: 30px;
  }
}
.section-booking-page .section-home-forms .container .all_home_form > .flex > .cell:nth-child(2) {
  background: #fff;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-booking-page .section-home-forms .container .all_home_form > .flex > .cell:nth-child(2) {
    padding: 30px;
  }
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .all_icon_sub_title {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
  position: relative;
  background-size: cover;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .all_icon_sub_title > i {
  font-size: 25px;
  color: #fff;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .all_icon_sub_title .sub_title {
  max-width: 100%;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 47.99875rem) {
  .section-booking-page .section-home-forms .container .all_home_form > .flex .all_icon_sub_title .sub_title {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .all_icon_sub_title .sub_title .start {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  color: #d02139;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .title_forms {
  text-align: left;
  color: #fff;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .title_forms {
  font-size: clamp(2.8125rem, 1.8125rem + 2.5vw, 4.0625rem);
  line-height: clamp(2.8125rem, 1.8125rem + 2.5vw, 4.0625rem);
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .desc_forms {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin-bottom: 20px;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .desc_forms ul {
  padding-left: 0;
  list-style: none;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .desc_forms ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  align-items: center;
  text-align: left;
  padding-left: 25px;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .desc_forms ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .home_banner img {
  width: 140px;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .home_form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .home_form form .cell-input input,
.section-booking-page .section-home-forms .container .all_home_form > .flex .home_form form .cell-input select {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  color: #001444;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .home_form form .cell-submit .btn-submit {
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #d02139;
  border: 1px solid #001444;
  transition: all 300ms ease-in-out;
}
.section-booking-page .section-home-forms .container .all_home_form > .flex .home_form form .cell-submit .btn-submit:hover {
  background: #001444;
}

.author-profile {
  display: none;
}

.d-none {
  display: none !important;
}

.no-results.not-found {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 6px;
  background-color: #efefef;
  margin-top: 30px;
  font-size: 15px;
  margin-inline: auto;
  max-width: 640px;
}
.no-results.not-found:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .no-results.not-found:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .no-results.not-found:not(.full) {
    padding-inline: 0.625rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .no-results.not-found:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 75rem) {
  .no-results.not-found:not(.full) {
    max-width: 1200px;
  }
}

.breadcrumb-archive-pro {
  padding: 20px 0;
}
.breadcrumb-archive-pro ul li a {
  color: #2e9827;
}
.breadcrumb-archive-pro ul li::after {
  color: #515151;
}
.breadcrumb-archive-pro ul li.current {
  color: #515151;
}

.title_archive_product {
  color: #2e9827;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
.title_archive_product {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}

.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs > li {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.breadcrumbs > li > a {
  font-size: inherit;
  color: #fff;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.breadcrumbs > li:not(:last-child) > a {
  margin-right: 8px;
}

.section.section-breadcrumb {
  position: relative;
}
.section.section-breadcrumb > .container {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 60px 0;
  position: relative;
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb > .container {
    padding: 30px 0;
  }
}
.section.section-breadcrumb > .container .breadcrumb-category {
  background: #d02139;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 700;
}
.section.section-breadcrumb > .container .breadcrumb-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.section-breadcrumb > .container .breadcrumb-title {
  font-size: clamp(1.75rem, 1.15rem + 1.5vw, 2.5rem);
  line-height: clamp(2.45rem, 1.61rem + 2.1vw, 3.5rem);
}
.section.section-breadcrumb > .container .breadcrumb-description {
  max-width: 900px;
  color: #fff;
}
.section.section-breadcrumb > .container .breadcrumb-description {
  font-size: clamp(0.875rem, 0.775rem + 0.25vw, 1rem);
  line-height: clamp(1.225rem, 1.085rem + 0.35vw, 1.4rem);
}
.section.section-breadcrumb.has-background {
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-color: #fff;
  color: #eee;
  height: 100vh;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb.has-background {
    height: 300px;
  }
}
@media screen and (max-width: 26.25rem) {
  .section.section-breadcrumb.has-background {
    height: 250px;
  }
}
.section.section-breadcrumb.has-background .breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section.section-breadcrumb.has-background .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-breadcrumb-product {
  position: relative;
  background: #f7f7f7;
}
.section-breadcrumb-product > .container {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px 0;
  position: relative;
}
.section-breadcrumb-product > .container .breadcrumb-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section-breadcrumb-product > .container .breadcrumb-title {
  font-size: clamp(1.75rem, 1.15rem + 1.5vw, 2.5rem);
  line-height: clamp(2.45rem, 1.61rem + 2.1vw, 3.5rem);
}
.section-breadcrumb-product #breadcrumbs li.current {
  color: rgba(68, 68, 68, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.section-breadcrumb-product #breadcrumbs li a {
  color: rgba(68, 68, 68, 0.6);
  font-size: 15px;
  font-weight: 400;
}

.section.archive .all_post_related {
  position: relative;
  margin-bottom: 30px;
}
.section.archive .all_post_related .mySwiper2 .post_right_nb {
  position: relative;
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .cover {
  position: relative;
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 2, 2, 0.43);
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .cover img {
  height: calc(100vh - 85px);
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .all_post_related .mySwiper2 .post_right_nb .cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    min-height: 420px;
  }
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .content {
  position: absolute;
  width: 60%;
  margin: 0 auto;
  padding: 0px 90px;
  max-width: 1500px;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .all_post_related .mySwiper2 .post_right_nb .content {
    width: 95%;
    padding: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .content .category_post a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .content .title {
  margin: 0;
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .content .title a {
  margin: 15px 0 50px 0;
  font-weight: 700;
  color: #fff;
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .content .title a {
  font-size: clamp(2.1875rem, 1.4375rem + 1.875vw, 3.125rem);
  line-height: clamp(3.5rem, 2.3rem + 3vw, 5rem);
}
.section.archive .all_post_related .mySwiper2 .post_right_nb .content .view-more {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  background: #d02139;
  width: fit-content;
}
.section.archive .all_post_related .mySwiper {
  width: 100%;
  max-width: 200px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .all_post_related .mySwiper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
    top: 0;
    right: 0;
  }
}
.section.archive .all_post_related .mySwiper .swiper-slide.swiper-slide-thumb-active .post_left_nb .title {
  opacity: 1;
}
.section.archive .all_post_related .mySwiper .swiper-slide.swiper-slide-thumb-active .post_left_nb .title::after {
  transform: scaleX(1);
  transform-origin: left;
}
.section.archive .all_post_related .mySwiper .swiper-slide:not(.swiper-slide-thumb-active) .post_left_nb .title::after {
  transform: scaleX(0) !important;
}
.section.archive .all_post_related .mySwiper .swiper-slide .post_left_nb {
  height: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .all_post_related .mySwiper .swiper-slide .post_left_nb {
    height: auto;
  }
}
.section.archive .all_post_related .mySwiper .swiper-slide .post_left_nb .title {
  position: relative;
  color: #fff;
  transition: opacity 0.2s ease;
  opacity: 0.65;
  line-height: 22px;
  font-size: 16px;
  display: block;
  height: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive .all_post_related .mySwiper .swiper-slide .post_left_nb .title {
    color: #d02139;
    padding: 25px;
    text-align: center;
  }
}
.section.archive .all_post_related .mySwiper .swiper-slide .post_left_nb .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #d02139;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 3s linear;
}
.section.archive .all_post_related .mySwiper .swiper-slide .post_left_nb .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.section.archive > .container {
  position: relative;
  z-index: 1;
  gap: 30px;
}
.section.archive > .container.container_margin {
  margin-top: -5%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.archive > .container.container_margin {
    margin-top: 0;
  }
}
.section.archive > .container .content {
  flex: 1 1 0;
  min-width: 0;
}
.section.archive > .container .content > .heading-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.section.archive > .container .content .heading-title-ar {
  color: #184c61;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.section.archive > .container .content .heading-title-ar {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section.archive .sidebar {
  flex: 0 0 auto;
  width: 300px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.archive .sidebar {
    display: none;
  }
}

/** */
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h1, .h1) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h1, .h1) {
  font-size: clamp(1.1875rem, 0.8375rem + 0.875vw, 1.625rem);
  line-height: clamp(1.6625rem, 1.1725rem + 1.225vw, 2.275rem);
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h2, .h2) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h2, .h2) {
  font-size: clamp(1.125rem, 1.025rem + 0.25vw, 1.25rem);
  line-height: clamp(1.575rem, 1.435rem + 0.35vw, 1.75rem);
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h3, .h3) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h3, .h3) {
  font-size: clamp(1.0625rem, 1.0125rem + 0.125vw, 1.125rem);
  line-height: clamp(1.4875rem, 1.4175rem + 0.175vw, 1.575rem);
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h4, .h4, h5, .h5, h6, .h6) {
  margin-bottom: 10px;
}
:is(.section.singular, .section.archive, .section-description .home-desc) :where(h4, .h4, h5, .h5, h6, .h6) {
  font-size: clamp(1rem, 0.95rem + 0.125vw, 1.0625rem);
  line-height: clamp(1.4rem, 1.33rem + 0.175vw, 1.4875rem);
}

/** */
@media only screen and (max-width: 63.99875rem) {
  .section.singular:where(.section-single, .section-page) {
    margin-top: 20px;
  }
}
.section.singular:where(.section-single, .section-page) > .container {
  gap: 30px;
}
.section.singular:where(.section-single, .section-page) > .container .content {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular:where(.section-single, .section-page) > .container .content {
    padding-top: 60px;
  }
}
.section.singular:where(.section-single, .section-page) > .container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular:where(.section-single, .section-page) > .container .sidebar {
    display: none;
  }
}
.section.singular:where(.section-single, .section-page) .meta .terms a {
  color: currentColor;
  position: relative;
}
.section.singular:where(.section-single, .section-page) .meta .terms::after {
  padding-left: 5px;
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section.singular:where(.section-single, .section-page) .meta .admin span {
  color: #184c61;
  font-weight: 600;
}
.section.singular:where(.section-single, .section-page) .meta .date::after {
  padding-left: 5px;
  content: "|";
}
.section.singular:where(.section-single, .section-page) .entry-content {
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.section.singular:where(.section-single, .section-page) .hashtags {
  margin: 30px 0;
}
.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links > i {
  display: none;
}
.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links > a {
  border: 1px solid #cdcdcd;
  padding: 4px 15px;
  color: #000;
  border-radius: 8px;
  margin-right: 15px;
}
.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links > a:last-child {
  margin-right: 0;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox {
  flex-direction: row;
  margin-top: 15px;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox .share-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
.section.singular:where(.section-single, .section-page) .sharing-toolbox .social-share .share-actions {
  flex-flow: row nowrap;
  gap: 20px;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single {
  display: flex;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular:where(.section-single, .section-page) .all_pre_next_post_single {
    flex-direction: column;
  }
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation {
  position: relative;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation {
  width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation {
    width: 100%;
  }
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation::after {
  content: "";
  background-color: rgba(13, 13, 13, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation:hover::after {
  background-color: rgba(13, 13, 13, 0.9);
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation:hover a .content .title {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post .content {
  align-items: flex-end;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post .content .title {
  text-align: right;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post .content .title .line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: "";
  left: -74px;
  right: auto;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: left;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post .content .title svg {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  left: -43px;
  right: auto;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px) rotate(180deg);
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post .content .title svg line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post:hover .content .title .line {
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post:hover .content .title svg {
  opacity: 1;
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.prev-post:hover .content .title svg line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post .content {
  align-items: flex-start;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post .content .title {
  text-align: left;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post .content .title .line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: "";
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post .content .title svg {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post:hover .content .title {
  transform: translateX(-40px) translateZ(0);
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post:hover .content .title .line {
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation.next-post:hover .content .title svg {
  opacity: 1;
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0);
  }
  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}
@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0);
  }
}
@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px;
  }
  100% {
    stroke-dashoffset: 40px;
  }
}
@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg);
  }
  100% {
    transform: translateX(-75px) rotate(180deg);
  }
}
@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg);
  }
  100% {
    transform: translateX(-42px) rotate(180deg);
  }
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3.5/2;
  object-fit: cover;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation a .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 9;
  padding: 6% 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation a .content > span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}
.section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation a .content .title {
  display: block;
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular:where(.section-single, .section-page) .all_pre_next_post_single .post-navigation a .content .title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.section.section-related {
  background: #f5f5f5;
  padding: 100px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-related {
    padding: 60px 0;
  }
}
.section.section-related .related-title {
  color: #184c61;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section.section-related .related-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-related .related-title {
    font-size: 25px;
  }
}
.section.section-related .swiper-container .swiper-slide {
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section.section-related .swiper-container .swiper-slide .item {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  overflow: hidden;
  margin: 10px;
}
.section.section-related .swiper-container .swiper-pagination {
  bottom: 0;
  position: relative;
  top: 10px;
}

section.comments-area {
  margin-top: 30px;
}
section.comments-area ol {
  list-style: none;
}
section.comments-area ol > li .comment-body {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.comments-area ol > li .comment-body .comment-meta {
  position: relative;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author > img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author .says {
  display: none;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author a {
  color: #333;
}
section.comments-area ol > li .comment-body .comment-meta .comment-author a:hover {
  color: #D49300;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 60px;
  color: #666;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata a {
  color: currentColor;
}
section.comments-area ol > li .comment-body .comment-meta .comment-metadata .edit-link {
  color: #F93939;
}
section.comments-area ol > li .comment-body .comment-content {
  margin-top: 10px;
}
section.comments-area .comment-list {
  padding-left: 0;
}
section.comments-area .comment-list > li .children {
  padding-left: 20px;
}
section.comments-area .comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
section.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-weight: 400;
}
section.comments-area .comment-respond .comment-form .comment-form-comment {
  display: flex;
  flex-flow: column nowrap;
}
section.comments-area .comment-respond .comment-form .comment-form-comment > label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
section.comments-area .comment-respond .comment-form .comment-form-comment #comment {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

#ez-toc-container {
  padding: 25px !important;
  margin: 25px auto !important;
  box-shadow: inset 0 0 0 1px #e6e6e6 !important;
  border: none !important;
  width: 100% !important;
  backdrop-filter: blur(30px);
  background: rgba(251, 246, 237, 0.6) !important;
}
@media only screen and (max-width: 47.99875rem) {
  #ez-toc-container {
    padding: 15px !important;
  }
}
#ez-toc-container a:hover {
  text-decoration: none !important;
}
#ez-toc-container .ez-toc-title {
  text-transform: uppercase;
  display: inline-block !important;
  font-weight: 600 !important;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#ez-toc-container .ez-toc-title::before {
  content: "\f303";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  background-color: #D49300;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  padding: 8px;
  border-radius: 50%;
}
#ez-toc-container .ez-toc-title-container {
  position: relative;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a.ez-toc-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
#ez-toc-container ul.ez-toc-list {
  margin-top: 15px !important;
}
#ez-toc-container ul.ez-toc-list > li > a {
  font-weight: 600;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li > a::before {
  margin-right: 8px !important;
}
#ez-toc-container ul.ez-toc-list > li ul li a {
  font-weight: 400;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ez-toc-container ul.ez-toc-list > li ul li a::before {
  margin-right: 8px !important;
}

/** */
.add-this.contact-link {
  position: fixed;
  bottom: 15%;
  right: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  z-index: 999;
  padding: 10px 0;
  border-radius: 6px;
  overflow: hidden;
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.add-this.contact-link li a {
  position: relative;
  transition: 0.3s;
  color: #7C8182;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-this.contact-link li a > svg {
  color: #d02139;
  border-radius: 6px;
  border: 1px solid #d02139;
  padding: 5px;
  background: #fff;
}
.add-this.contact-link li a > svg {
  width: 2.375rem;
  height: 2.375rem;
}
.add-this.contact-link li a > svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > svg {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > span {
    line-height: 16px;
  }
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}
.add-this.contact-link li a:hover > svg {
  background-color: #7C8182;
  color: #fff;
}

/** */
.section-contact-us {
    padding: 60px 0;
    background: #f9f9f9;
}
.section-contact-us .all_title_desc_infor {
    text-align: center;
    margin-bottom: 40px;
}

.section-contact-us .title_infor {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #030e30;
}

.section-contact-us .desc_infor {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.section-contact-us .contact-info {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.section-contact-us .list-info .item-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.section-contact-us .list-info .item_image {
    flex: 0 0 50px;
    margin-right: 15px;
}

.section-contact-us .list-info .item_content .label {
    font-weight: 600;
    color: #030e30;
    display: block;
}

.section-contact-us .list-info .item_content .content {
    color: #555;
    font-size: 15px;
}
.section-contact-us .info-mxh {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.section-contact-us .info-mxh .contact_mxh {
    display: inline-block;
}

.section-contact-us .info-mxh .contact_mxh img,
.section-contact-us .info-mxh .contact_mxh picture img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.3s, opacity 0.3s;
}

.section-contact-us .info-mxh .contact_mxh:hover img {
    transform: scale(1.1);
    opacity: 0.85;
}

.section-contact-us .contact-map {
    margin-top: 50px;
}

.section-contact-us .contact-map .title_map_address {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/** */