/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
:root {
  --body-color: #3c3c3c;
  --body-bg: #fafafa;
  --link-color: #0000ff;
  --link-hover-color: #0000cc;
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #00a267;
  --Primary-02: #04935f;
  --Primary-03: #1145b5;
  --Primary-04: #083faf;
  --img-path: "../img";
  --font-path: "../fonts";
}

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

body {
  color: #3c3c3c;
  background: #fafafa;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.9375rem;
  line-height: 1.516875rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.9375rem + 0.0011160714 * (100vw - 40rem));
    line-height: calc(1.516875rem + 0.0018058036 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  body {
    font-size: 1rem;
    line-height: 1.618rem;
  }
}

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

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

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

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

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

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

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

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

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

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

:is(h1, .h1) {
  font-size: 1.5rem;
  line-height: 1.95rem;
}
@media screen and (min-width: 40rem) {
  :is(h1, .h1) {
    font-size: calc(1.5rem + 0.0267857143 * (100vw - 40rem));
    line-height: calc(1.95rem + 0.0348214286 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h1, .h1) {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

:is(h2, .h2) {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 40rem) {
  :is(h2, .h2) {
    font-size: calc(1.25rem + 0.015625 * (100vw - 40rem));
    line-height: calc(1.625rem + 0.0203125 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h2, .h2) {
    font-size: 2.125rem;
    line-height: 2.7625rem;
  }
}

:is(h3, .h3) {
  font-size: 1.1875rem;
  line-height: 1.54375rem;
}
@media screen and (min-width: 40rem) {
  :is(h3, .h3) {
    font-size: calc(1.1875rem + 0.0122767857 * (100vw - 40rem));
    line-height: calc(1.54375rem + 0.0159598214 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h3, .h3) {
    font-size: 1.875rem;
    line-height: 2.4375rem;
  }
}

:is(h4, .h4) {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}
@media screen and (min-width: 40rem) {
  :is(h4, .h4) {
    font-size: calc(1.125rem + 0.0078125 * (100vw - 40rem));
    line-height: calc(1.4625rem + 0.01015625 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h4, .h4) {
    font-size: 1.5625rem;
    line-height: 2.03125rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

.flex {
  display: flex;
}

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

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

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

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

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

.grid {
  display: grid;
}

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

.block {
  display: block;
}

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

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

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    $count: $count + $step;
}*/
:is(.fs-16, .fs\[16px\]) {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header {
  position: relative;
  z-index: 99;
}

#inside-header {
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-bottom: 1px solid #cfe0d0;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header {
    padding: 12px 0;
  }
}
#inside-header.w-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#inside-header.w-sticky.hide-header {
  transform: translateY(-100%);
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell {
    padding: 0 10px;
  }
}
#inside-header .cell.cell-left {
  width: 12%;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-left {
    width: 20%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-left {
    width: 25%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #inside-header .cell.cell-left {
    width: 30%;
  }
}
#inside-header .cell.cell-left .logo img {
  height: 46px;
  object-fit: contain;
}
@media only screen and (max-width: 39.99875rem) {
  #inside-header .cell.cell-left .logo img {
    height: 40px;
  }
}
#inside-header .cell.cell-center {
  flex: 1 1 0;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-center {
    display: none;
  }
}
#inside-header .cell.cell-center .nav ul.menu {
  justify-content: center;
}
#inside-header .cell.cell-center .nav ul.menu li {
  font-size: 16px;
  position: relative;
}
#inside-header .cell.cell-center .nav ul.menu li.is-dropdown-submenu-parent > a {
  padding-right: 35px;
}
#inside-header .cell.cell-center .nav ul.menu li.is-dropdown-submenu-parent > a::after {
  border: none;
  right: 16px;
  margin-top: 0;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20"><g fill="none"><path d="M15.794 7.733a.75.75 0 0 1-.026 1.06l-5.25 5.001a.75.75 0 0 1-1.035 0l-5.25-5a.75.75 0 0 1 1.034-1.087l4.734 4.509l4.733-4.51a.75.75 0 0 1 1.06.027z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20"><g fill="none"><path d="M15.794 7.733a.75.75 0 0 1-.026 1.06l-5.25 5.001a.75.75 0 0 1-1.035 0l-5.25-5a.75.75 0 0 1 1.034-1.087l4.734 4.509l4.733-4.51a.75.75 0 0 1 1.06.027z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7f7a7b;
  transform: translateY(-45%);
}
#inside-header .cell.cell-center .nav ul.menu li.is-dropdown-submenu-parent > a::after {
  width: 0.875rem;
  height: 0.875rem;
}
#inside-header .cell.cell-center .nav ul.menu li.is-dropdown-submenu-parent ul.sub-menu {
  border: none;
  top: calc(100% + 1px);
  min-width: 210px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#inside-header .cell.cell-center .nav ul.menu li.is-dropdown-submenu-parent ul.sub-menu li a {
  line-height: 1.4;
  padding: 12px 10px 12px 15px;
}
#inside-header .cell.cell-center .nav ul.menu li.is-dropdown-submenu-parent ul.sub-menu li a:hover {
  background-color: #ebebeb;
  color: #13321c;
}
#inside-header .cell.cell-center .nav ul.menu li a {
  font-weight: 400;
  color: #13321c;
  padding: 28px 22px;
  line-height: 1.4;
}
#inside-header .cell.cell-center .nav ul.menu li a[aria-current=page], #inside-header .cell.cell-center .nav ul.menu li a:hover {
  color: #00a267;
}
#inside-header .cell.cell-right {
  justify-content: flex-end;
  gap: 10px;
}
#inside-header .cell.cell-right {
  padding-left: 0;
}
@media only screen and (min-width: 48rem) {
  #inside-header .cell.cell-right {
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-right {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right {
    padding-right: 0;
  }
}
#inside-header .cell.cell-right .dropdown-search {
  margin-right: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .cell.cell-right .dropdown-search {
    display: none;
  }
}
#inside-header .cell.cell-right .dropdown-search .trigger-s img {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right .dropdown-search .trigger-s img {
    width: 1.125rem;
    height: 1.125rem;
  }
}
#inside-header .cell.cell-right .dropdown-search .btn-s img {
  width: 1rem;
  height: 1rem;
}
#inside-header .cell.cell-right .custom-lang-switcher {
  position: relative;
  cursor: pointer;
}
#inside-header .cell.cell-right .custom-lang-switcher {
  margin-right: 0.3125rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-right .custom-lang-switcher {
    margin-right: 0;
  }
}
#inside-header .cell.cell-right .custom-lang-switcher {
  margin-left: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-right .custom-lang-switcher {
    margin-left: 1.25rem;
  }
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px 0 0;
  background: #e9e9e9;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
  transition: all 0.4s ease;
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang.lang-en {
  padding: 0 0 0 12px;
  background-color: #00a267;
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang.lang-en .lang-icon {
  order: 2;
  transform: translateX(3px);
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang.lang-en .lang-text {
  color: #ffffff;
  order: 1;
  transform: translateX(-3px);
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang .lang-icon {
  object-fit: cover;
  transition: transform 0.4s ease;
  order: 1;
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang .lang-icon {
  width: 1.75rem;
  height: 1.75rem;
}
#inside-header .cell.cell-right .custom-lang-switcher .selected-lang .lang-text {
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  order: 2;
  transition: transform 0.4s ease;
}

#mini-cart_wrapper {
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  #mini-cart_wrapper {
    margin-right: 2px;
  }
}
#mini-cart_wrapper:hover .widget_shopping_cart {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#mini-cart_wrapper .woocommerce-Price-amount.amount {
  display: none;
}
#mini-cart_wrapper .icon img {
  object-fit: contain;
}
#mini-cart_wrapper .icon img {
  width: 1.625rem;
  height: 1.625rem;
}
#mini-cart_wrapper .count {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background: #d92036;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  transition: 0.2s all;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mini-cart_wrapper .count {
  width: 1.0625rem;
  height: 1.0625rem;
}
#mini-cart_wrapper .widget_shopping_cart {
  position: absolute;
  left: auto;
  top: 105%;
  right: 0;
  width: 290px;
  background-color: transparent;
  text-align: left;
  z-index: 1499;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  font-size: 1rem;
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content {
  padding: 5px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 500;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content img {
  width: 60px !important;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward {
  width: 100%;
  margin: 0;
  background-color: #04935f;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  display: none;
}

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

#footer-columns {
  background-color: #e8f5e9;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 40px 0;
}
#footer-columns .widget-title,
#footer-columns .widget_nav_menu > span,
#footer-columns p.title {
  color: #00a267;
  font-weight: 600;
  position: relative;
  display: block;
}
#footer-columns .widget-title,
#footer-columns .widget_nav_menu > span,
#footer-columns p.title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .widget-title,
  #footer-columns .widget_nav_menu > span,
  #footer-columns p.title {
    margin-bottom: 1.5625rem;
  }
}
#footer-columns .widget-title,
#footer-columns .widget_nav_menu > span,
#footer-columns p.title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .widget-title,
  #footer-columns .widget_nav_menu > span,
  #footer-columns p.title {
    font-size: 1.25rem;
  }
}
#footer-columns .wrapper .footer-info {
  width: 28%;
}
#footer-columns .wrapper .footer-info {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .wrapper .footer-info {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .wrapper .footer-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer-columns .wrapper .footer-info .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .wrapper .footer-info .list .item {
  margin-bottom: 10px;
}
#footer-columns .wrapper .footer-info .list .item:last-child {
  margin-bottom: 0;
}
#footer-columns .wrapper .footer-info .list .item a {
  color: #303030;
}
#footer-columns .wrapper .footer-info .list .item .label {
  font-weight: 700;
  padding-right: 2px;
}
#footer-columns .wrapper .footer-menu {
  padding: 0 30px;
  width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .wrapper .footer-menu {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .wrapper .footer-menu {
    width: 100%;
    padding: 0;
  }
}
#footer-columns .wrapper .footer-menu.footer-menu-small {
  padding-left: 80px;
}
#footer-columns .wrapper .footer-menu.footer-menu-small {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .wrapper .footer-menu.footer-menu-small {
    padding-left: 5rem;
  }
}
#footer-columns .wrapper .footer-menu ul {
  flex-direction: column;
}
#footer-columns .wrapper .footer-menu ul li {
  margin-bottom: 15px;
}
#footer-columns .wrapper .footer-menu ul li:last-child {
  margin-bottom: 0;
}
#footer-columns .wrapper .footer-menu ul li a {
  padding: 0;
  line-height: 1.4;
  color: #303030;
}
#footer-columns .wrapper .footer-menu ul li a:hover {
  color: #00a267;
}
#footer-columns .wrapper .footer-social {
  width: 24%;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .wrapper .footer-social {
    width: 100%;
  }
}
#footer-columns .wrapper .footer-social .social-menu li a {
  border: 2px solid #00a267;
}
#footer-columns .wrapper .footer-social .social-menu li a:hover svg {
  fill: #ffffff;
}
#footer-columns .wrapper .footer-social .social-menu li a:hover svg path {
  fill: #ffffff;
}
#footer-columns .wrapper .footer-social .social-menu li a svg {
  fill: #00a267;
}
#footer-columns .wrapper .footer-social .social-menu li a svg path {
  fill: #00a267;
}

#footer-credit {
  background-color: #04935f;
  border-top: 1px solid #cfe0d0;
}
#footer-credit .copyright {
  color: #ffffff;
  padding: 17px 0;
  font-weight: 400;
  text-align: center;
}
#footer-credit .copyright {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  #footer-credit .copyright {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-credit .copyright {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-credit .copyright {
    padding: 12px 0;
  }
}
#footer-credit .copyright a {
  color: #ffffff;
}
#footer-credit .copyright a:hover {
  opacity: 0.9;
}

.contact-cta {
  position: fixed;
  bottom: 90px;
  right: 20px;
  margin: 0;
  border-radius: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}
@media only screen and (max-width: 47.99875rem) {
  .contact-cta {
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    background-color: #ffffff;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.contact-cta .contact-toggle {
  background-color: #00a267;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
.contact-cta .contact-toggle {
  width: 2.625rem;
  height: 2.625rem;
}
.contact-cta .contact-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .contact-cta .contact-toggle {
    display: none;
  }
}
.contact-cta .contact-toggle .icon-close {
  display: none;
}

.add-this.contact-link {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-radius: 0;
    justify-content: space-evenly;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.add-this.contact-link.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.add-this.contact-link li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li {
    margin-bottom: 0;
  }
}
.add-this.contact-link li a {
  transition: 0.3s;
  color: #00a267;
  background-color: #00a267;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.add-this.contact-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.add-this.contact-link li a {
  width: 2.625rem;
  height: 2.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a {
    flex-direction: column;
    border: none;
    color: #00a267;
    background-color: transparent;
    width: auto;
    height: auto;
  }
}
.add-this.contact-link li a > svg {
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
}
.add-this.contact-link li a > svg {
  width: 1.875rem;
  height: 1.875rem;
}
.add-this.contact-link li a > svg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > svg {
    font-size: 21px;
  }
  .add-this.contact-link li a > svg {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: #00a267;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > span {
    display: block;
    line-height: 18px;
    padding-top: 4px;
  }
}
.add-this.contact-link li a.messenger > svg {
  border: none;
  padding: 0;
}
.add-this.contact-link li a.messenger > img {
  display: block;
  width: 42px;
  height: auto;
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}

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

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

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

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

.sharing-toolbox {
  display: flex;
  align-items: center;
}
.sharing-toolbox {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .sharing-toolbox {
    display: none;
  }
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.sharing-toolbox .social-share > .share-label {
  color: #3c3c3c;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sharing-toolbox .social-share ul.share-actions {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  border-radius: 50%;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  width: 2rem;
  height: 2rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action > button.share-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-wrap: nowrap;
}

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

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}
.stars-rating > ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}
.stars-rating > ul li::before {
  color: #fd7e14;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}
.stars-rating > ul li.active::before {
  font-weight: 700;
}
.stars-rating > ul li.active ~ li::before {
  font-weight: 700;
}
.stars-rating > span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}
.stars-rating > span::before {
  color: #fd7e14;
  display: block;
  letter-spacing: 5px;
  line-height: 22px;
  width: 100px;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z"></path></g></svg>');
  background-repeat: repeat-x;
  background-size: 20px 20px;
  -webkit-filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
          filter: invert(68%) sepia(82%) saturate(541%) hue-rotate(2deg) brightness(107%) contrast(105%);
}
.stars-rating.clicked > span {
  width: 0 !important;
}
.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover li:hover ~ li::before {
  font-weight: 700;
}
.stars-rating:not(.selected) ul:hover + span {
  width: 0 !important;
  transition: 0.1s;
}

.comment-form-rating p.stars {
  margin-bottom: 0;
}
.comment-form-rating p.stars > span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.comment-form-rating p.stars > span > a {
  font-size: 0;
  width: auto;
  height: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  content: "";
  background-color: #fd7e14;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><g fill="none"><path d="M7.194 2.101a.9.9 0 0 1 1.614 0l1.521 3.082l3.401.495a.9.9 0 0 1 .5 1.535l-2.462 2.399l.581 3.387a.9.9 0 0 1-1.306.949l-3.042-1.6l-3.042 1.6a.9.9 0 0 1-1.306-.949l.58-3.387l-2.46-2.4a.9.9 0 0 1 .499-1.534l3.4-.495l1.522-3.082z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
}
.comment-form-rating p.stars > span > a::before {
  width: 1.25rem;
  height: 1.25rem;
}
.comment-form-rating p.stars > span:hover > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars > span:hover > a:hover ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span > a::before {
  font-weight: 700;
}
.comment-form-rating p.stars.selected > span > a.active ~ a::before {
  font-weight: 300;
}
.comment-form-rating p.stars.selected > span:hover > a::before {
  font-weight: 700 !important;
}
.comment-form-rating p.stars.selected > span:hover > a:hover ~ a::before {
  font-weight: 300 !important;
}
.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

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

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

nav.nav-pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
nav.nav-pagination ul.pagination,
nav.nav-pagination ul.page-numbers {
  margin: 0;
  flex-wrap: wrap;
  list-style-type: none;
}
nav.nav-pagination ul.pagination,
nav.nav-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination::before, nav.nav-pagination ul.pagination::after,
nav.nav-pagination ul.page-numbers::before,
nav.nav-pagination ul.page-numbers::after {
  content: none;
}
nav.nav-pagination ul.pagination li,
nav.nav-pagination ul.page-numbers li {
  border: none;
  margin: 0 6px;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li span,
nav.nav-pagination ul.page-numbers li a,
nav.nav-pagination ul.page-numbers li span {
  font-weight: 600;
  border-radius: 9px;
  color: #9a9a9a;
  padding: 0;
  border: 1px solid #eaeaea;
  background-color: transparent;
  font-size: 16px;
  position: relative;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li span,
nav.nav-pagination ul.page-numbers li a,
nav.nav-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li span,
nav.nav-pagination ul.page-numbers li a,
nav.nav-pagination ul.page-numbers li span {
  width: 2.8125rem;
  height: 2.8125rem;
}
nav.nav-pagination ul.pagination li span,
nav.nav-pagination ul.page-numbers li span {
  text-decoration: none !important;
}
nav.nav-pagination ul.pagination li svg,
nav.nav-pagination ul.page-numbers li svg {
  width: 1.125rem;
  height: 1.125rem;
}
nav.nav-pagination ul.pagination li a:hover,
nav.nav-pagination ul.pagination li span.current,
nav.nav-pagination ul.page-numbers li a:hover,
nav.nav-pagination ul.page-numbers li span.current {
  color: #ffffff;
  background-color: #00a267;
}

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

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

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

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

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

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

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

.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #00a267;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
.back-to-top {
  width: 2.5rem;
  height: 2.5rem;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    width: 2.25rem;
    height: 2.25rem;
  }
  .back-to-top {
    bottom: 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: #00a267;
}
.back-to-top > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.back-to-top:hover {
  border-color: #1145b5;
}
.back-to-top:hover > svg {
  color: #1145b5;
}

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

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

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

.off-canvas-content {
  margin-left: 0;
}
.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  background: #00a267;
  border-radius: 50%;
}
.off-canvas-content .menu-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.off-canvas-content .menu-lines {
  width: 2.5rem;
  height: 2.5rem;
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.off-canvas-content .menu-lines {
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
  transform: translateY(-1px);
}
.off-canvas-content .menu-lines .line {
  width: 1.375rem;
  height: 0.9375rem;
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  width: 80%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #ffffff;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #ffffff;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #ffffff;
}
.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}
.off-canvas .menu-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: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}
.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}
.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}
.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}
.off-canvas.is-open .menu-lines .line {
  background-color: #3c3c3c;
}
.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 {
  height: 100%;
  transform: translateY(0) translateZ(3px);
}
.off-canvas .title-bar-title {
  font-weight: 500;
  position: relative;
  top: 15px;
  z-index: 9999;
  left: 15px;
  transform: translateZ(3px);
  max-width: 140px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #3c3c3c;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 100%;
}
.off-canvas .title-bar-title > a > img + span {
  display: none;
}
.off-canvas .title-bar-title > a > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.off-canvas .menu-outer {
  margin-top: 40px;
}
.off-canvas .menu-outer .inline-search {
  margin: 0 16px 15px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  position: relative;
  border: 1px solid #ddd;
}
.off-canvas .menu-outer .inline-search .frm-search input {
  width: 100%;
  height: 44px;
  border: none;
  padding: 0 55px 0 12px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 50px;
  background: #00a267;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] img {
  width: 1.5rem;
  height: 1.5rem;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas nav.nav ul li {
  background: transparent !important;
  border-radius: 0px !important;
  margin-bottom: 0 !important;
}
.off-canvas nav.nav ul li a {
  text-transform: uppercase !important;
  color: #3c3c3c !important;
}
.off-canvas nav.nav ul li img {
  display: none;
}
.off-canvas nav.nav ul li span.menu-image-title-after.menu-image-title {
  padding-left: 0;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li.active .submenu-toggle::after {
  border-color: #3c3c3c transparent transparent;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  right: 10px;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  border-color: #3c3c3c transparent transparent;
  content: "+";
  border-width: 0;
  color: #3c3c3c;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.off-canvas ul.vertical.menu li .submenu-toggle[aria-expanded=true]::after {
  content: "-";
}
.off-canvas ul.vertical.menu li .submenu-toggle .submenu-toggle-text {
  width: 100% !important;
  height: 100% !important;
}
.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #3c3c3c;
}
.off-canvas ul.vertical.menu li a[aria-current=page] {
  font-weight: 700;
  color: #00a267;
}
.off-canvas ul.vertical.menu .sub-menu {
  margin: 0 5px;
}
.off-canvas ul.vertical.menu .sub-menu li {
  background: #d0d0d0;
  border-radius: 4px;
  margin-bottom: 10px;
}
.off-canvas ul.vertical.menu .sub-menu li a {
  color: #3c3c3c;
}
.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}
.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

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

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

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1280px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] img {
  width: 1.125rem;
  height: 1.125rem;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

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

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

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

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

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

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

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

a:focus-visible {
  outline: none;
}

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

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

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

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

.heading-title {
  color: #00a267;
  font-weight: 800;
  line-height: 1.4;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  text-transform: uppercase;
}
.heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    font-size: 2.25rem;
  }
}
.heading-title {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    margin-bottom: 1.875rem;
  }
}
.heading-title span {
  color: #04935f;
}

.group-title {
  position: relative;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.group-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .group-title {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .group-title {
    max-width: 85%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .group-title {
    max-width: 100%;
  }
}
.group-title .heading-title {
  margin-bottom: 15px;
}

.btn-main {
  margin-top: 20px;
  height: 64px;
  color: #ffffff;
  background: #00a267;
  transition: all 0.4s ease;
  padding: 0 12px 0 34px;
  gap: 16px;
  border-radius: 999px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  width: -webkit-fit-content;
  width: fit-content;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3019607843);
}
.btn-main {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .btn-main {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .btn-main {
    font-size: 1.125rem;
  }
}
.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .btn-main {
    height: 54px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .btn-main {
    padding: 0 12px 0 20px;
    gap: 12px;
  }
}
.btn-main .ic {
  border-radius: 50%;
  background-color: #ffffff;
  color: #00a267;
  transition: transform 0.3s ease-in-out;
}
.btn-main .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-main .ic {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .btn-main .ic {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.btn-main svg {
  transform: rotate(0);
  transition: all 0.3s;
}
.btn-main svg {
  width: 1.25rem;
  height: 1.25rem;
}
.btn-main:hover {
  color: #ffffff;
  background-color: #04935f;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 162, 103, 0.55);
}
.btn-main:hover .ic {
  transform: translateX(2px);
}
.btn-main.bg-white {
  background-color: #f8f8f8;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.btn-main.bg-white .text {
  color: #1f2937;
}
.btn-main.bg-white .ic {
  border: 1px solid #e8e8e8;
  color: #9ca3af;
}
.btn-main.btn-view-all {
  padding: 0 32px;
  font-weight: 600;
  box-shadow: none;
  height: 58px;
}
.btn-main.btn-view-all {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .btn-main.btn-view-all {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .btn-main.btn-view-all {
    height: 52px;
  }
}

.section-breadcrumb {
  background-color: transparent !important;
}
.section-breadcrumb.has-background {
  background-color: transparent !important;
  position: relative;
}
.section-breadcrumb.has-background {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background {
    margin-top: 1.875rem;
  }
}
.section-breadcrumb.has-background .container-has-bg {
  position: relative;
  display: none;
}
.section-breadcrumb.has-background .top-breadcrumb .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.section-breadcrumb.has-background .top-breadcrumb .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  color: #fff0c2;
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    line-height: 1.3;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
  padding-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
    padding-top: 0;
  }
}
.section-breadcrumb .breadcrumb-bg {
  height: 100%;
  max-height: 640px;
  display: none !important;
}
.section-breadcrumb .breadcrumb-bg {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .breadcrumb-bg {
    margin-top: 3.125rem;
  }
}
.section-breadcrumb .breadcrumb-bg {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb .breadcrumb-bg {
    margin-bottom: 1.875rem;
  }
}
.section-breadcrumb .breadcrumb-bg img {
  max-height: 640px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-breadcrumb #breadcrumbs {
  padding: 22px;
  margin: 30px 0;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  list-style-type: none;
  color: #ffffff;
}
.section-breadcrumb #breadcrumbs {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-breadcrumb #breadcrumbs {
    padding: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs {
    padding: 16px 12px;
    flex-wrap: wrap;
  }
}
.section-breadcrumb #breadcrumbs li {
  font-weight: 600;
  position: relative;
  color: #101212;
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20"><g fill="none"><path d="M10.837 2.63a.5.5 0 0 0-.674.74L16.33 9H2.5a.5.5 0 0 0 0 1h13.828l-6.165 5.628a.5.5 0 0 0 .674.739l6.916-6.314a.747.747 0 0 0 0-1.108L10.837 2.63z" fill="currentColor"></path></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20"><g fill="none"><path d="M10.837 2.63a.5.5 0 0 0-.674.74L16.33 9H2.5a.5.5 0 0 0 0 1h13.828l-6.165 5.628a.5.5 0 0 0 .674.739l6.916-6.314a.747.747 0 0 0 0-1.108L10.837 2.63z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  padding: 0;
  display: inline-block;
  background-color: #828b8c;
  margin: 0 10px;
  transform: translateY(3px);
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  width: 1.125rem;
  height: 1.125rem;
}
@media only screen and (max-width: 39.99875rem) {
  .section-breadcrumb #breadcrumbs li:not(:first-child)::before {
    margin: 0 5px;
  }
  .section-breadcrumb #breadcrumbs li:not(:first-child)::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.section-breadcrumb #breadcrumbs li:first-child {
  margin-left: 0;
}
.section-breadcrumb #breadcrumbs li:last-child {
  margin-right: 0;
}
.section-breadcrumb #breadcrumbs li a,
.section-breadcrumb #breadcrumbs li .home {
  font-weight: 400;
  color: #828b8c;
}

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

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

.social-menu {
  gap: 8px;
}
.social-menu li a {
  padding: 0;
  border: 2px solid #5d5d5d;
  border-radius: 12px;
  color: #ffffff;
  transform: translateY(0);
  transition: all 0.3s;
}
.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-menu li a {
  width: 2.875rem;
  height: 2.875rem;
}
.social-menu li a:hover {
  border: 2px solid #00a267;
  transform: translateY(-2px);
  transition: all 0.3s;
  background-color: #00a267;
}
.social-menu li a:hover svg,
.social-menu li a:hover path {
  fill: #ffffff;
}
.social-menu li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.social-menu li a svg {
  fill: #5d5d5d;
}
.social-menu li a svg {
  width: 1.375rem;
  height: 1.375rem;
}
.social-menu li a svg path {
  fill: #5d5d5d;
}
.social-menu li a img {
  width: 1.625rem;
  height: 1.625rem;
}

.w-full {
  width: 100%;
}

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

.max-w-full {
  max-width: 100%;
}

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

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

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

.item-posts {
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 10px;
  background-color: #ffffff;
}
.item-posts .cover {
  border-radius: 15px;
}
.item-posts .cover img {
  border-radius: 15px;
}
.item-posts .posts-content {
  padding: 20px 6px 15px;
}
.item-posts .posts-content .title {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 700;
}
.item-posts .posts-content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .item-posts .posts-content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .item-posts .posts-content .title {
    font-size: 1.25rem;
  }
}
.item-posts .posts-content .title a {
  color: #1b1b1b;
}
.item-posts .posts-content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .item-posts .posts-content .title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.item-posts .posts-content .title a:hover {
  color: #00a267;
}
.item-posts .posts-content .posts-day {
  font-size: 15px;
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 12px;
}
.item-posts .posts-content .posts-day img {
  object-fit: contain;
  transform: translateY(-1px);
}
.item-posts .posts-content .posts-day img {
  width: 1.125rem;
  height: 1.125rem;
}
.item-posts .posts-content .posts-day .text {
  padding-left: 8px;
}
.item-posts .btn-main {
  display: none !important;
}

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

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

#popup-catalog .cell-form {
  padding: 0;
  border-radius: 4px;
  background-color: transparent;
}
#popup-catalog .cell-form::before {
  content: none;
}
@media only screen and (max-width: 47.99875rem) {
  #popup-catalog .cell-form {
    padding: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #popup-catalog .cell-form {
    padding: 0;
  }
}
#popup-catalog .cell-form form .wrapper-form {
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #00a267;
  position: relative;
  display: block;
}
@media only screen and (max-width: 47.99875rem) {
  #popup-catalog .cell-form form .wrapper-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #popup-catalog .cell-form form .wrapper-form {
    padding: 20px;
  }
}

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

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

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

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

@keyframes pulse-ring {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  80%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.form-advise .wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  max-width: 900px;
  padding: 40px 50px;
}
@media only screen and (max-width: 39.99875rem) {
  .form-advise .wrapper {
    padding: 40px 20px;
  }
}
.form-advise .wrapper .group-title {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .form-advise .wrapper .group-title {
    margin-bottom: 1.5625rem;
  }
}
.form-advise .wrapper .group-title .sub-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-color: #e6f7f1;
  padding: 8px 24px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto 15px !important;
  gap: 5px;
}
.form-advise .wrapper .group-title .sub-title .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form-advise .wrapper .group-title .sub-title .ic {
  width: 1.25rem;
  height: 1.25rem;
}
.form-advise .wrapper .group-title .sub-title .ic svg {
  transform: rotate(-90deg);
}
.form-advise .wrapper .group-title .sub-title .ic svg {
  width: 1rem;
  height: 1rem;
}
.form-advise .wrapper .group-title .sub-title .text {
  letter-spacing: 0.7px;
}
.form-advise .wrapper .group-title .heading-title {
  margin-bottom: 6px;
}
.form-advise .wrapper .group-title .desc {
  max-width: 520px;
}
.form-advise .wrapper .box-form form {
  position: relative;
}
.form-advise .wrapper .box-form form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 39.99875rem) {
  .form-advise .wrapper .box-form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.form-advise .wrapper .box-form form label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
.form-advise .wrapper .box-form form input,
.form-advise .wrapper .box-form form textarea {
  width: 100%;
  height: 56px;
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 47.99875rem) {
  .form-advise .wrapper .box-form form input,
  .form-advise .wrapper .box-form form textarea {
    height: 46px;
  }
}
.form-advise .wrapper .box-form form input::-webkit-input-placeholder, .form-advise .wrapper .box-form form textarea::-webkit-input-placeholder {
  color: #c5c5c5;
  font-weight: 400;
}
.form-advise .wrapper .box-form form input::placeholder,
.form-advise .wrapper .box-form form textarea::placeholder {
  color: #c5c5c5;
  font-weight: 400;
}
.form-advise .wrapper .box-form form textarea {
  height: 130px;
}
@media only screen and (max-width: 47.99875rem) {
  .form-advise .wrapper .box-form form textarea {
    height: 90px;
  }
}
.form-advise .wrapper .box-form form .form-item {
  margin-bottom: 20px;
}
.form-advise .wrapper .box-form form input[type=submit] {
  height: 68px;
  background-color: #083faf;
  color: #ffffff;
  padding: 0 30px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
.form-advise .wrapper .box-form form input[type=submit] {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .form-advise .wrapper .box-form form input[type=submit] {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .form-advise .wrapper .box-form form input[type=submit] {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .form-advise .wrapper .box-form form input[type=submit] {
    height: 55px;
    padding: 0 12px;
  }
}
.form-advise .wrapper .box-form form input[type=submit]:hover {
  background-color: #05225d;
}
.form-advise .wrapper .box-form form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 39.99875rem) {
  .form-advise .wrapper .box-form form .wpcf7-spinner {
    bottom: 18px;
  }
}

.home-partner {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-partner {
    padding-bottom: 5.625rem;
  }
}
.home-partner__slider .swiper-container .swiper-slide {
  width: 16.6666666667%;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .home-partner__slider .swiper-container .swiper-slide {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-partner__slider .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
.home-partner__slider .swiper-container .swiper-slide .logo-partner {
  padding: 26px 30px;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6f6f6;
  border-radius: 8px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-partner__slider .swiper-container .swiper-slide .logo-partner {
    padding: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-partner__slider .swiper-container .swiper-slide .logo-partner {
    padding: 12px;
  }
}
.home-partner__slider .swiper-container .swiper-slide .logo-partner img {
  object-fit: contain;
  max-height: 80px;
}
.home-partner__slider .swiper-container .swiper-controls .swiper-pagination {
  bottom: -60px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-partner__slider .swiper-container .swiper-controls .swiper-pagination {
    bottom: -40px;
  }
}
.home-partner.has-border-bottom {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-partner.has-border-bottom {
    padding-bottom: 1.875rem;
  }
}
.home-partner.has-border-bottom .home-partner__slider {
  border-bottom: 1px solid #e2e2e2;
}
.home-partner.has-border-bottom .home-partner__slider {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-partner.has-border-bottom .home-partner__slider {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-partner.has-border-bottom .home-partner__slider {
    padding-bottom: 5rem;
  }
}

.section-course-opt {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64rem) {
  .section-course-opt {
    padding-bottom: 6.25rem;
  }
}
.section-course-opt .section-course__slider {
  margin: 0 -14px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-course-opt .section-course__slider {
    margin: 0;
  }
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 14px 2px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .section-course-opt .section-course__slider .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-course-opt .section-course__slider .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 6px 2px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section-course-opt .section-course__slider .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 10px;
  height: 100%;
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item .cover {
  border-radius: 15px;
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item .cover img {
  border-radius: 15px;
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item .course-title {
  padding: 16px 6px 10px;
  margin-bottom: 0;
  color: #1b1b1b;
  line-height: 1.3;
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item .course-title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item .course-title {
    font-size: 1.25rem;
  }
}
.section-course-opt .section-course__slider .swiper-container .swiper-slide .course-item .course-title:hover {
  color: #00a267;
}
.section-course-opt .section-course__slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: -20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-course-opt .section-course__slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -6px;
  }
}
.section-course-opt .section-course__slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: -20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-course-opt .section-course__slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -6px;
  }
}
.section-course-opt .section-course__slider .swiper-container .swiper-controls .swiper-pagination {
  bottom: -50px;
}