@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
:root {
  --body-color: #000000;
  --body-bg: #ffffff;
  --link-color: #0000FF;
  --link-hover-color: #0000cc;
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #1f91ac;
  --Primary-02: #b1eafd;
  --Primary-03: #3c92ab;
  --Primary-04: #030303;
  --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: #000000;
  background: #ffffff;
  font-family: "Roboto", -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: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 800;
}
: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: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

.heading-font {
  font-family: "Roboto", -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;
}

[data-fa]::before {
  content: attr(data-fa);
}

[data-fa-after]::after {
  content: attr(data-fa-after);
}

@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: 83.75rem) {
  .xl\:hidden {
    display: none;
  }
}

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

.flex {
  display: flex;
}

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

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

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

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

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

.grid {
  display: grid;
}

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

.block {
  display: block;
}

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

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

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 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: 83.75rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1340px;
  }
}
@media only screen and (min-width: 96rem) {
  :is(.container, .flex-container, .grid-container):not(.full).xxl {
    max-width: 1536px;
  }
}
: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 {
  background-color: #1f91ac;
  padding: 5px 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header {
    padding: 0;
  }
}
#inside-header.w-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
#inside-header.w-sticky.hide-header {
  transform: translateY(-100%);
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .container {
    padding-top: 5px;
    padding-bottom: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#inside-header .container .cell {
  padding: 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .container .cell {
    padding: 0 10px;
  }
}
#inside-header .container .cell.cell-logo {
  width: 150px;
}
#inside-header .container .cell.cell-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  object-fit: contain;
}
#inside-header .container .cell.cell-logo img {
  width: 5rem;
  height: 5rem;
}
#inside-header .container .cell.cell-logo .title {
  width: calc(100% - 72px);
  color: #1f91ac;
  font-weight: 600;
}
#inside-header .container .cell.cell-logo .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  #inside-header .container .cell.cell-logo .title {
    font-size: 1.125rem;
  }
}
#inside-header .container .cell.cell-right {
  flex: 1 1 0;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell.cell-right {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell.cell-right nav {
    display: none;
  }
}
#inside-header .container .cell.cell-right nav > ul.menu {
  justify-content: center;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent a::after {
  border: none;
  -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="M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z" 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 32 32"><path d="M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z" fill="currentColor"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  background: #ffffff;
  opacity: 0.6;
  margin-top: 0;
  transform: translateY(-50%);
  top: 51%;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent a::after {
  width: 0.9375rem;
  height: 0.9375rem;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent a:hover::after {
  background: #1f91ac;
  transform: rotate(90deg);
  top: 30%;
  transition: 0.3s;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent ul.is-dropdown-submenu {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 10px;
  border: 2px solid #1f91ac;
  min-width: 230px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent ul.is-dropdown-submenu li:hover {
  background-color: #1f91ac;
  border-radius: 15px;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent ul.is-dropdown-submenu li:hover a {
  color: #ffffff;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent ul.is-dropdown-submenu li:hover a:hover {
  color: #ffffff;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent ul.is-dropdown-submenu li a {
  text-transform: none;
  color: #1f91ac;
  line-height: 1.4;
}
#inside-header .container .cell.cell-right nav > ul.menu li.is-dropdown-submenu-parent ul.is-dropdown-submenu li a:hover {
  color: #1f91ac;
}
#inside-header .container .cell.cell-right nav > ul.menu li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
#inside-header .container .cell.cell-right nav > ul.menu li a {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .container .cell.cell-right nav > ul.menu li a {
    font-size: 0.875rem;
  }
}
#inside-header .container .cell.cell-right nav > ul.menu li a[aria-current=page], #inside-header .container .cell.cell-right nav > ul.menu li a:hover {
  color: #b1eafd;
}
#inside-header .container .cell.cell-right .dropdown-search {
  margin-left: 0;
}
@media only screen and (min-width: 64rem) {
  #inside-header .container .cell.cell-right .dropdown-search {
    margin-left: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  #inside-header .container .cell.cell-right .dropdown-search {
    margin-right: 15px;
  }
}
#inside-header .container .cell.cell-right .dropdown-search .trigger-s {
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#inside-header .container .cell.cell-right .dropdown-search .trigger-s {
  width: 2.5rem;
  height: 2.5rem;
}
#inside-header .container .cell.cell-right .dropdown-search .trigger-s {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .container .cell.cell-right .dropdown-search .trigger-s {
    background: #1f91ac;
  }
  #inside-header .container .cell.cell-right .dropdown-search .trigger-s {
    width: 2rem;
    height: 2rem;
  }
}
#inside-header .container .cell.cell-right .dropdown-search .trigger-s img {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .container .cell.cell-right .dropdown-search .trigger-s img {
    width: 1rem;
    height: 1rem;
  }
}
#inside-header .container .cell.cell-right .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 15px !important;
  right: 15px !important;
  width: calc(100% - 30px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #D9DBF5;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.2);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
#inside-header .container .cell.cell-right .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) {
  #inside-header .container .cell.cell-right .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) {
  #inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 83.75rem) {
  #inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1340px;
  }
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] img {
  display: none;
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
#inside-header .container .cell.cell-right .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

.site-footer {
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .site-footer {
    padding-bottom: 60px;
  }
}

#footer-columns {
  color: #ffffff;
  background: linear-gradient(360deg, #1f91ac 0%, #00bcdd 100%);
  position: relative;
}
#footer-columns {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns {
    padding-top: 3.75rem;
  }
}
#footer-columns {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns {
    padding-bottom: 3.75rem;
  }
}
#footer-columns .row .cell {
  padding: 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .row .cell {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
  #footer-columns .row .cell:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  #footer-columns .row .cell {
    padding: 0;
  }
}
#footer-columns .row .cell.footer-about {
  text-align: center;
  width: 29%;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .row .cell.footer-about {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
}
#footer-columns .row .cell.footer-about .logo img {
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#footer-columns .row .cell.footer-about .logo img {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .row .cell.footer-about .logo img {
    width: 5rem;
    height: 5rem;
  }
}
#footer-columns .row .cell.footer-about .name-comp {
  font-weight: 600;
  margin: 6px 0;
  line-height: 1.4;
}
#footer-columns .row .cell.footer-about .name-comp {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .row .cell.footer-about .name-comp {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell.footer-about .name-comp {
    font-size: 1.5rem;
  }
}
#footer-columns .row .cell.footer-about ul.menu {
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .row .cell.footer-about ul.menu {
    justify-content: flex-start;
  }
}
#footer-columns .row .cell.footer-about ul.menu li a {
  padding: 0;
  color: #ffffff;
  font-size: 35px;
  background-color: #1f91ac;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
#footer-columns .row .cell.footer-about ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer-columns .row .cell.footer-about ul.menu li a {
  width: 2.8125rem;
  height: 2.8125rem;
}
#footer-columns .row .cell.footer-about ul.menu li img, #footer-columns .row .cell.footer-about ul.menu li svg {
  width: 1.375rem;
  height: 1.375rem;
}
#footer-columns .row .cell.footer-contact {
  width: 31%;
  padding: 0 30px;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .row .cell.footer-contact {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .row .cell.footer-contact {
    padding: 0;
  }
}
#footer-columns .row .cell.footer-contact .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-columns .row .cell.footer-contact .list .item {
  margin-bottom: 15px;
  display: flex;
  font-size: 16px;
}
#footer-columns .row .cell.footer-contact .list .item:last-child {
  margin-bottom: 0;
}
#footer-columns .row .cell.footer-contact .list .item img {
  object-fit: contain;
  transform: translateY(2px);
}
#footer-columns .row .cell.footer-contact .list .item img {
  width: 1.25rem;
  height: 1.25rem;
}
#footer-columns .row .cell.footer-contact .list .item .item-content {
  width: calc(100% - 20px);
  padding-left: 12px;
}
#footer-columns .row .cell.footer-contact .list .item .item-content .label {
  padding-right: 5px;
  font-weight: 600;
}
#footer-columns .row .cell.footer-contact .list .item .item-content a {
  color: #ffffff;
}
#footer-columns .row .cell.footer-menu {
  width: 20%;
}
@media only screen and (max-width: 63.99875rem) {
  #footer-columns .row .cell.footer-menu {
    width: 100%;
  }
}
#footer-columns .row .cell.footer-menu ul.menu {
  flex-direction: column;
  margin-top: 10px;
}
#footer-columns .row .cell.footer-menu ul.menu li:first-child a {
  padding-top: 0;
}
#footer-columns .row .cell.footer-menu ul.menu li a {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  line-height: 1.3;
  transform: translateX(0);
  transition: all 0.3s;
  line-height: normal;
  font-size: 16px;
}
#footer-columns .row .cell.footer-menu ul.menu li a:hover {
  color: #b1eafd;
}
#footer-columns .row .cell .widget_nav_menu > span, #footer-columns .row .cell .footer-title {
  display: block;
  color: #ffffff;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#footer-columns .row .cell .widget_nav_menu > span, #footer-columns .row .cell .footer-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell .widget_nav_menu > span, #footer-columns .row .cell .footer-title {
    font-size: 1.375rem;
  }
}
#footer-columns .row .cell .widget_nav_menu > span::after, #footer-columns .row .cell .footer-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}

#footer-credit {
  background-color: #067a93;
  border-top: 1px solid #ffffff;
}
#footer-credit .copyright {
  color: #ffffff;
  font-size: 12px;
  padding: 12px 0;
  font-weight: 400;
  text-align: center;
}
#footer-credit .copyright a {
  color: #ffffff;
}
#footer-credit .copyright a:hover {
  color: #b1eafd;
}

.add-this.contact-link {
  position: fixed;
  bottom: 20%;
  right: 15px;
  margin: 0;
  list-style: none;
  border-radius: 10px;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
  box-shadow: 0 0 12px rgba(105, 105, 105, 0.33);
  -webkit-filter: drop-shadow(0 0 6px rgba(31, 145, 172, 0));
          filter: drop-shadow(0 0 6px rgba(31, 145, 172, 0));
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.add-this.contact-link li a {
  transition: 0.3s;
  color: #1f91ac;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  background-color: #1f91ac;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #1f91ac;
  padding: 6px;
  font-size: 22px;
  font-weight: 600;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  width: 2.625rem;
  height: 2.625rem;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  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, .add-this.contact-link li a > i {
    font-size: 21px;
  }
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > span {
    line-height: 16px;
  }
}
.add-this.contact-link li a.messenger > i {
  border: none;
  font-size: 42px;
  padding: 0;
  background: none;
  color: #1f91ac;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a.messenger > i {
    font-size: 36px;
  }
}
.add-this.contact-link li a.messenger > svg {
  border: none;
}
.add-this.contact-link li a.messenger > img {
  display: block;
  width: 42px;
  height: auto;
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}
.add-this.contact-link li a:hover > svg, .add-this.contact-link li a:hover > i {
  background-color: #1f91ac;
  color: #fff;
}
.add-this.contact-link li a:hover.messenger > i {
  background: none;
  color: #1f91ac;
}

: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: #000000 #f3f3f3 #000000 #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}

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

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

body {
  overflow-x: hidden;
}

.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sharing-toolbox {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .sharing-toolbox {
    display: none;
  }
}
.sharing-toolbox .share-title {
  display: none;
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.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: 1px solid #EDF2EE;
  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;
}
.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-wrap: nowrap;
}

.share-icon {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.share-icon::before {
  content: "";
  background-color: #606961;
  -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 {
  -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-line::before {
  content: "\f3c0";
}
.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: #1f91ac;
}

.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 {
  margin: 0;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 28px;
  padding: 0;
  min-width: 28px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  border-radius: 50%;
}
nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a, nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
}
nav.nav-pagination ul.pagination li a, nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination li a:hover, nav.nav-pagination ul.pagination li .current:hover {
  background: transparent;
}
nav.nav-pagination ul.pagination li svg {
  height: 20px;
}
nav.nav-pagination ul.pagination li i {
  font-style: normal;
}
nav.nav-pagination ul.pagination li.current, nav.nav-pagination ul.pagination li .current, nav.nav-pagination ul.pagination li:hover {
  color: #2F2F2F;
  text-decoration: underline;
  font-weight: 600;
  background: transparent;
}

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

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

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

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

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

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

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

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

.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 .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.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);*/
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines {
    padding-left: 0;
  }
}
.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}
.off-canvas-content .menu-lines .line {
  justify-content: space-between;
}
.off-canvas-content .menu-lines .line {
  width: 1.5625rem;
  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: 100%;
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #1f91ac;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #1f91ac;
}
.off-canvas-content .menu-lines:hover .line > span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: rgba(31, 145, 172, 0.9215686275);
}
.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-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: 50%;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.off-canvas .title-bar-title > a > img {
  width: 5rem;
  height: 5rem;
}
.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 {
  display: none;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: none;
  left: 2px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}
.off-canvas ul.vertical.menu li.active .submenu-toggle::after {
  border-color: #ffffff transparent transparent;
}
.off-canvas ul.vertical.menu li .submenu-toggle {
  right: 10px;
}
.off-canvas ul.vertical.menu li .submenu-toggle::after {
  border-color: #ffffff transparent transparent;
  content: "+";
  border-width: 0;
  color: #ffffff;
  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;
  text-transform: uppercase;
  color: #ffffff;
}
.off-canvas ul.vertical.menu li a[aria-current=page] {
  font-weight: 700;
}
.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: 83.75rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1340px;
  }
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 25px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] > span {
  display: none;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

/** other */
.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;
}

.section-banner-title {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 64rem) {
  .section-banner-title {
    margin-bottom: 6.25rem;
  }
}
.section-banner-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.section-banner-title img {
  width: 100%;
}
.section-banner-title .container {
  position: absolute;
  bottom: -40px;
  max-width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner-title .container {
    max-width: 100%;
    width: 100%;
    bottom: -30px;
  }
}
.section-banner-title .container .banner-title {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.section-banner-title .container .banner-title {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .section-banner-title .container .banner-title {
    margin-bottom: 1.25rem;
  }
}
.section-banner-title .container .banner-title {
  font-size: 1.75rem;
}
@media only screen and (min-width: 48rem) {
  .section-banner-title .container .banner-title {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-banner-title .container .banner-title {
    font-size: 3.125rem;
  }
}
.section-banner-title .container nav ul.breadcrumbs {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #ffffff;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 14px;
  max-width: -webkit-max-content;
  max-width: max-content;
  height: 80px;
  gap: 30px;
}
.section-banner-title .container nav ul.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner-title .container nav ul.breadcrumbs {
    gap: 0 20px;
    height: 60px;
    padding: 0 20px;
  }
}
.section-banner-title .container nav ul.breadcrumbs li {
  color: #4E4E4E;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}
.section-banner-title .container nav ul.breadcrumbs li {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .section-banner-title .container nav ul.breadcrumbs li {
    font-size: 1.4375rem;
  }
}
.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: #1f91ac;
}
@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: #1f91ac;
}

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

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

.heading-title {
  color: #1f91ac;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
}
.heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    font-size: 1.75rem;
  }
}
.heading-title {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    margin-bottom: 1.25rem;
  }
}

.group-title {
  position: relative;
  text-align: center;
}
.group-title {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .group-title {
    padding-top: 3.125rem;
  }
}
.group-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .group-title {
    margin-bottom: 3.125rem;
  }
}
.group-title .sub-title {
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.031372549);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.group-title .sub-title {
  font-size: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .group-title .sub-title {
    font-size: 11.875rem;
  }
}
.group-title .heading-title {
  margin-bottom: 0;
}

.heading-custom {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.heading-custom .heading-title {
  margin-bottom: 5px;
}
.heading-custom .divider {
  width: 380px;
  margin: 0 auto;
}
@media only screen and (max-width: 39.99875rem) {
  .heading-custom .divider {
    width: 300px;
  }
}
.heading-custom .divider::before, .heading-custom .divider::after {
  content: "";
  height: 2px;
  width: 182px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  z-index: -1;
}
.heading-custom .divider::before {
  left: 0;
}
.heading-custom .divider::after {
  right: 0;
}
.heading-custom .divider .square {
  border: 3px solid #1f91ac;
  position: relative;
  transform: rotate(45deg);
  margin: 0 auto;
}
.heading-custom .divider .square {
  width: 0.9375rem;
  height: 0.9375rem;
}

.btn-main {
  margin-top: 20px;
  height: 40px;
  color: #ffffff;
  background-color: #1f91ac;
  padding: 0 24px;
  border-radius: 100px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.2;
  transform: translateY(0);
  transition: all 0.3s;
}
.btn-main {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .btn-main {
    font-size: 1rem;
  }
}
.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 63.99875rem) {
  .btn-main {
    height: 38px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .btn-main {
    height: 36px;
    padding: 5px 20px;
  }
}
.btn-main:hover {
  transform: translateY(-5px);
  transition: all 0.3s;
  color: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.btn-main:hover svg {
  transition: 0.3s;
  width: 25px;
}
.btn-main i {
  margin-left: 10px;
}
.btn-main.bg-white {
  border: 1px solid #3c92ab;
  background-color: #ffffff;
  color: #3c92ab;
}
.btn-main.bg-white:hover {
  background-color: #3c92ab;
  color: #ffffff;
}

.section-breadcrumb.has-background {
  background-color: transparent !important;
  position: relative;
}
.section-breadcrumb.has-background {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background {
    margin-bottom: 3.75rem;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container {
  position: absolute;
  bottom: -37px;
  z-index: 2;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container {
    bottom: -30px;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    margin-bottom: 0.3125rem;
  }
}
.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: 4rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container .breadcrumb-title {
    line-height: 1.1;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0;
  gap: 30px;
  background-color: #1f91ac;
  border-radius: 100px;
  padding: 25px 30px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs {
    padding: 20px 30px;
  }
}
.section-breadcrumb.has-background .top-breadcrumb .container #breadcrumbs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #ffffff;
  border-radius: 100px;
}
.section-breadcrumb.has-background .bottom-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(29, 61, 32, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #ffffff;
}
@media only screen and (max-width: 39.99875rem) {
  .section-breadcrumb.has-background .bottom-breadcrumb {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .section-breadcrumb.has-background .bottom-breadcrumb #breadcrumbs li {
    color: #7C7C7C;
  }
  .section-breadcrumb.has-background .bottom-breadcrumb #breadcrumbs li a {
    color: #062D0A;
  }
}
.section-breadcrumb.has-background .bottom-breadcrumb.no-banner {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.section-breadcrumb .breadcrumb-bg {
  height: 100%;
  max-height: 640px;
  display: block;
}
.section-breadcrumb .breadcrumb-bg img {
  max-height: 640px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-breadcrumb #breadcrumbs {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  color: #ffffff;
  font-size: 16px;
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 13px;
    flex-wrap: wrap;
    padding: 6px 0;
  }
}
.section-breadcrumb #breadcrumbs li {
  position: relative;
  color: #000000;
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  content: "";
  -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 20 20"><g fill="none"><path d="M8.646 4.147a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L13.812 10L8.647 4.854a.5.5 0 0 1-.001-.707zm-4 0a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L9.812 10L4.647 4.854a.5.5 0 0 1-.001-.707z" fill="currentColor"></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 20 20"><g fill="none"><path d="M8.646 4.147a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L13.812 10L8.647 4.854a.5.5 0 0 1-.001-.707zm-4 0a.5.5 0 0 1 .707-.001l5.484 5.465a.55.55 0 0 1 0 .779l-5.484 5.465a.5.5 0 0 1-.706-.708L9.812 10L4.647 4.854a.5.5 0 0 1-.001-.707z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #000000;
}
.section-breadcrumb #breadcrumbs li:first-child {
  margin-left: 0;
}
.section-breadcrumb #breadcrumbs li:last-child {
  margin-right: 0;
}
.section-breadcrumb #breadcrumbs li a {
  color: #000000;
}
.section-breadcrumb #breadcrumbs li .home {
  color: #000000;
}

.swiper-controls .swiper-button {
  width: 38px !important;
  height: 38px;
  border: 1px solid #000000 !important;
  background-color: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .swiper-controls .swiper-button {
    width: 32px !important;
    height: 32px;
  }
}
.swiper-controls .swiper-button:hover {
  background-color: #1f91ac !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.swiper-controls .swiper-button:hover::before {
  background-color: #FFFFFF !important;
}
.swiper-controls .swiper-button::before {
  content: "" !important;
  background-color: #ffffff !important;
  -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 48 48"><g fill="none"><path d="M32.06 8.19a1.5 1.5 0 0 1 0 2.12L18.622 23.75l13.44 13.44a1.5 1.5 0 0 1-2.122 2.12l-14.5-14.5a1.5 1.5 0 0 1 0-2.12l14.5-14.5a1.5 1.5 0 0 1 2.122 0z" 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 48 48"><g fill="none"><path d="M32.06 8.19a1.5 1.5 0 0 1 0 2.12L18.622 23.75l13.44 13.44a1.5 1.5 0 0 1-2.122 2.12l-14.5-14.5a1.5 1.5 0 0 1 0-2.12l14.5-14.5a1.5 1.5 0 0 1 2.122 0z" fill="currentColor"></path></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 1 !important;
  background-color: #000000 !important;
  color: #000000 !important;
  width: 22px !important;
  height: 22px !important;
}
.swiper-controls .swiper-button.swiper-button-next::before {
  transform: rotate(180deg);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: scale(1);
  background: #DFDFDF;
  opacity: 1;
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #656565;
  position: relative;
  margin: 0 6px !important;
}

.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 .content h2, .single-post .content h3, .single-post .content h4, .single-post .content h5, .single-post .content h6 {
  line-height: 1.2;
}
.page-description h2, .woocommerce-Tabs-panel h2,
.archive-post .excerpt h2, .single-post .content h2 {
  font-size: 21px;
}
.page-description h3, .woocommerce-Tabs-panel h3,
.archive-post .excerpt h3, .single-post .content h3 {
  font-size: 19px;
  line-height: normal;
}
.page-description h4, .woocommerce-Tabs-panel h4,
.archive-post .excerpt h4, .single-post .content h4 {
  line-height: normal;
  font-size: 17px;
}
.page-description h5, .woocommerce-Tabs-panel h5,
.archive-post .excerpt h5, .single-post .content h5 {
  line-height: normal;
  font-size: 16px;
}
.page-description a, .woocommerce-Tabs-panel a,
.archive-post .excerpt a, .single-post .content a {
  font-weight: 600;
  color: #3c92ab;
}
.page-description a:hover, .woocommerce-Tabs-panel a:hover,
.archive-post .excerpt a:hover, .single-post .content a:hover {
  text-decoration: underline;
}
.page-description iframe, .woocommerce-Tabs-panel iframe,
.archive-post .excerpt iframe, .single-post .content iframe {
  width: 100%;
}

.archive-post {
  background-color: #F8F6FB;
}
.archive-post .grid-posts {
  max-width: 1200px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .grid-posts {
    max-width: 100%;
  }
}
.archive-post .grid-posts .posts-list {
  padding: 30px 0 20px;
  margin: 0 -5px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .grid-posts .posts-list {
    margin: 0;
  }
}
.archive-post .grid-posts .posts-list .cell {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .grid-posts .posts-list .cell {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .grid-posts .posts-list .cell {
    padding: 0 5px;
    width: 100%;
  }
}
.archive-post .grid-posts .posts-list .cell .inner {
  background-color: #ffffff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 15px;
}
.archive-post .grid-posts .posts-list .cell .inner .cover {
  border-radius: 15px;
}
.archive-post .grid-posts .posts-list .cell .inner .cover-content {
  padding: 12px 20px 20px;
}
.archive-post .grid-posts .posts-list .cell .inner .cover-content .title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
.archive-post .grid-posts .posts-list .cell .inner .cover-content .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #3c92ab;
}
.archive-post .grid-posts .posts-list .cell .inner .cover-content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .archive-post .grid-posts .posts-list .cell .inner .cover-content .title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .grid-posts .posts-list .cell .inner .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .archive-post .grid-posts .posts-list .cell .inner .cover-content .excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .grid-posts .posts-list .cell .inner .meta {
  position: absolute;
  top: 10px;
  left: -10px;
  text-align: center;
  color: #1f91ac;
  background-color: #ffffff;
  border: 2px solid #1f91ac;
  border-radius: 10px;
  padding: 4px 8px;
}
.archive-post .grid-posts .posts-list .cell .inner .meta span {
  display: block;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
}

blockquote {
  border-left: 1px solid #1f91ac;
  font-style: italic;
  padding-left: 30px;
  margin-left: 0;
}

body.single .section-single {
  background-color: #f4fafb;
  padding: 40px 0 60px;
}
body.single .section-single .top-single {
  padding: 24px;
}
body.single .section-single .top-single .section-breadcrumb {
  background: transparent !important;
  margin-bottom: 15px;
}
body.single .section-single .top-single .section-breadcrumb .container {
  padding: 0;
}
body.single .section-single .top-single .heading-title {
  line-height: normal;
  color: #1f91ac;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
}
body.single .section-single .top-single .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.single .section-single .top-single .heading-title {
    font-size: 1.5rem;
  }
}
body.single .section-single .top-single .heading-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(360deg, #1f91ac 0%, #00bcdd 100%);
}
body.single .section-single .content {
  width: 70%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 47.99875rem) {
  body.single .section-single .content {
    width: 100%;
  }
}
body.single .section-single .content .wp-post-image {
  width: 100%;
}
body.single .section-single .content .meta-single {
  justify-content: space-between;
  margin-bottom: 15px;
}
body.single .section-single .content .meta-single .meta {
  display: flex;
  align-items: center;
}
body.single .section-single .content .meta-single .meta > div {
  color: #000000;
  display: flex;
  align-items: center;
  line-height: 1;
  border-right: 1px solid #E0E0E0;
  padding-right: 10px;
  margin-right: 10px;
}
body.single .section-single .content .meta-single .meta > div:last-child {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body.single .section-single .content .meta-single .meta > div i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #101210;
}
body.single .section-single .content .meta-single .meta > div i {
  width: 1rem;
  height: 1rem;
}
body.single .section-single .content .meta-single .meta ._author {
  text-transform: capitalize;
}
body.single .section-single .content .meta-single .meta ._author svg {
  margin-right: 5px;
}
body.single .section-single .content .meta-single .meta ._author svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  body.single .section-single .content .meta-single .meta ._date {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.single .section-single .content .meta-single .meta ._time {
    display: none;
  }
}
body.single .section-single .content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single .section-single .content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
body.single .section-single .content .hashtags .hashtag-links i {
  margin-right: 20px;
  font-style: normal;
}
body.single .section-single .content .hashtags .hashtag-links i::before {
  content: "Từ khoá:";
  font-family: "Inter", sans-serif;
  line-height: 21px;
  font-weight: 500;
  color: #000914;
}
body.single .section-single .content .hashtags .hashtag-links i::before {
  font-size: 0.875rem;
}
body.single .section-single .content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #EFEFEF;
  color: #2A3645;
  line-height: 21px;
  font-weight: 500;
}
body.single .section-single .content .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
body.single .section-single .content .hashtags .hashtag-links a:hover {
  background: #1f91ac;
  color: #ffffff;
}
body.single .section-single .content article {
  padding: 24px;
}
body.single .section-single #ez-toc-container {
  width: 100%;
}

.section-related-post {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-related-post {
    padding-top: 3.75rem;
  }
}
.section-related-post {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .section-related-post {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.section-related-post .related-title {
  font-weight: 700;
  color: #ffffff;
  padding-left: 10px;
}
.section-related-post .related-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-related-post .related-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-related-post .related-title {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .related-title {
    padding-left: 15px;
  }
}
.section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section-related-post .swiper-container .swiper-slide {
    width: 100%;
    padding: 0 5px;
  }
}
.section-related-post .swiper-container .swiper-slide .post-item {
  width: 100%;
}
.section-related-post .swiper-controls .swiper-button {
  top: 45%;
}
.section-related-post .swiper-controls .swiper-button.swiper-button-prev {
  left: 0px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.section-related-post .swiper-controls .swiper-button.swiper-button-next {
  right: 0px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.section-related-post .swiper-controls .swiper-pagination {
  bottom: -80px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-pagination {
    bottom: -30px;
  }
}

.sidebar-title {
  color: #ffffff;
  line-height: normal;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sidebar-title {
    font-size: 1.75rem;
  }
}

.sidebar-form {
  background: #F7F7F7;
  padding: 30px 20px;
  border-radius: 12px;
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-form {
    display: none;
  }
}
.sidebar-form .sidebar-title {
  color: #484848;
}
.sidebar-form .desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #4F6061;
}
.sidebar-form form input {
  width: 100%;
  padding: 0 12px;
  height: 42px;
  border: 1px solid #BABABA;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #243F40;
  border-radius: 8px;
  font-weight: 500;
}
.sidebar-form form input::-webkit-input-placeholder {
  font-weight: 400;
  color: #7C7C7C;
}
.sidebar-form form input::placeholder {
  font-weight: 400;
  color: #7C7C7C;
}
.sidebar-form form .btn-submit {
  position: relative;
  margin: 5px auto 0;
  width: 100%;
  background-color: #07480A;
  border-radius: 8px;
  border: 1px solid #ffffff;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.sidebar-form form .btn-submit:hover {
  background-color: #b1eafd;
}
.sidebar-form form .btn-submit i, .sidebar-form form .btn-submit svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 65%;
  z-index: 0;
  width: 18px;
  color: #ffffff;
}
.sidebar-form form .btn-submit input[type=submit] {
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0;
  padding-left: 0px;
  z-index: 1;
  color: #ffffff;
  position: relative;
}
.sidebar-form form .btn-submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  bottom: 8px;
  left: -50px;
}
.sidebar-form form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #dcc932;
  margin-top: -5px;
  margin-bottom: 5px;
}
.sidebar-form form .wpcf7-response-output {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  border-radius: 4px;
  color: #ffffff;
}

.sidebar-posts {
  background: #F7F7F7;
  padding: 30px 20px;
  border-radius: 12px;
  margin-top: 20px;
}
.sidebar-posts .sidebar-title {
  color: #1f91ac;
  margin-bottom: 20px !important;
}
.sidebar-posts .sidebar-content .news-list article.item {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(22, 26, 71, 0.1019607843);
}
.sidebar-posts .sidebar-content .news-list article.item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.sidebar-posts .sidebar-content .news-list article.item a.d-block {
  flex: 0 0 auto;
  width: 35%;
}
.sidebar-posts .sidebar-content .news-list article.item a.d-block .cover {
  border-radius: 4px;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content {
  flex: 1 1 0;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .terms {
  display: none;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .h6 {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .date {
  color: #5C5C5C;
  font-size: 13px;
  font-weight: 400;
}

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

.page-video .video-content .wrapper .cell {
  width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-video .video-content .wrapper .cell {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-video .video-content .wrapper .cell {
    width: 100%;
    padding: 0 5px;
  }
}
.page-video .video-content .wrapper .cell .fcy-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.page-video .video-content .wrapper .cell .img {
  border-radius: 10px;
}
.page-video .video-content .wrapper .cell .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.page-video .video-content .wrapper .cell .img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page-video .video-content .wrapper .cell .icon-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page-video .video-content .wrapper .cell .icon-play::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  background: rgba(255, 255, 255, 0.5215686275);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  z-index: -1;
}
.page-video .video-content .wrapper .cell .icon-play::before {
  width: 4.375rem;
  height: 4.375rem;
}
@media only screen and (max-width: 39.99875rem) {
  .page-video .video-content .wrapper .cell .icon-play::before {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}
.page-video .video-content .wrapper .cell .icon-play .icon {
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #fff;
}
.page-video .video-content .wrapper .cell .icon-play .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-video .video-content .wrapper .cell .icon-play .icon {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .page-video .video-content .wrapper .cell .icon-play .icon {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-video .video-content .wrapper .cell .icon-play .icon {
    font-size: 1.375rem;
  }
}
.page-video .video-content .wrapper .cell .icon-play .icon {
  width: 3.375rem;
  height: 3.375rem;
}
@media only screen and (max-width: 39.99875rem) {
  .page-video .video-content .wrapper .cell .icon-play .icon {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.page-gallery-image .gallery-wrapper .item {
  width: 25%;
  padding: 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-gallery-image .gallery-wrapper .item {
    width: 50%;
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-gallery-image .gallery-wrapper .item {
    padding: 0 5px;
    margin-bottom: 15px;
  }
}
.page-gallery-image .gallery-wrapper .item .img a::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.page-gallery-image .gallery-wrapper .item .img a img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-gallery-image .gallery-wrapper .item .content {
  padding-top: 10px;
}
.page-gallery-image .gallery-wrapper .item .content .title {
  margin-bottom: 0;
  font-weight: 500;
}
.page-gallery-image .gallery-wrapper .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .page-gallery-image .gallery-wrapper .item .content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-gallery-image .gallery-wrapper .item .content .title {
    font-size: 1.25rem;
  }
}

.home-about-us {
  position: relative;
}
.home-about-us .wrapper .cell {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .wrapper .cell {
    width: 100%;
  }
}
.home-about-us .wrapper .cell.cell-content {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .wrapper .cell.cell-content {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.home-about-us .wrapper .cell.cell-content .sub-title {
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 10px;
}
.home-about-us .wrapper .cell.cell-content .sub-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .wrapper .cell.cell-content .sub-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .wrapper .cell.cell-content .sub-title {
    font-size: 1.5625rem;
  }
}
.home-about-us .wrapper .cell.cell-content .heading-title {
  position: relative;
  color: #ffffff;
}
.home-about-us .wrapper .cell.cell-content .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .wrapper .cell.cell-content .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .wrapper .cell.cell-content .heading-title {
    font-size: 2.625rem;
  }
}
.home-about-us .wrapper .cell.cell-content .content {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.home-about-us .wrapper .cell.cell-img img {
  width: 100%;
}

.page-template-page-about-us .heading-title {
  position: relative;
}
.page-template-page-about-us .heading-title::after {
  content: "";
  width: 60px;
  height: 5px;
  display: block;
  background: #e9e2f7;
  margin-top: 8px;
  border-radius: 5px;
}
.page-template-page-about-us .sc-about-banner img {
  width: 100%;
}
.page-template-page-about-us .section-breadcrumb.has-background {
  margin-bottom: 0;
}
.page-template-page-about-us .sc-about-us {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-about-us {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-about-us {
    padding-top: 6.25rem;
  }
}
.page-template-page-about-us .sc-about-us {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-about-us {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-about-us {
    padding-bottom: 6.25rem;
  }
}
.page-template-page-about-us .sc-number .counter-section {
  background-color: #F7F7F7;
  padding: 30px 20px 20px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-number .counter-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.page-template-page-about-us .sc-number .counter-section .counter-box {
  text-align: center;
}
.page-template-page-about-us .sc-number .counter-section .counter-box .counter {
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px #2e5230;
  text-shadow: none;
  line-height: 60px;
}
.page-template-page-about-us .sc-number .counter-section .counter-box .counter {
  font-size: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-number .counter-section .counter-box .counter {
    font-size: 5.625rem;
  }
}
.page-template-page-about-us .sc-number .counter-section .counter-box .plus {
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #2e5230;
  text-shadow: none;
}
.page-template-page-about-us .sc-number .counter-section .counter-box .plus {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-number .counter-section .counter-box .plus {
    font-size: 2.375rem;
  }
}
.page-template-page-about-us .sc-number .counter-section .counter-box .title {
  padding-top: 12px;
  font-weight: 400;
  color: #1f91ac;
}
.page-template-page-about-us .sc-number .counter-section .counter-box .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-number .counter-section .counter-box .title {
    font-size: 1.25rem;
  }
}
.page-template-page-about-us .sc-vision-mission .wrapper {
  gap: 180px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .wrapper {
    gap: 30px;
  }
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell {
  width: calc(50% - 90px);
  border: 1px solid #1f91ac;
  padding: 60px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .wrapper .cell {
    width: 100%;
    padding: 40px 15px;
  }
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #869587;
  border-radius: 50%;
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell::before {
  width: 0.625rem;
  height: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .wrapper .cell::before {
    content: none;
  }
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(100% + 15px);
  width: 154px;
  height: 2px;
  border: 1px solid #1f91ac;
  border-radius: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .wrapper .cell::after {
    content: none;
  }
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell:last-child::after {
  content: none;
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell .heading-title {
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-vision-mission .wrapper .cell .heading-title {
    font-size: 1.75rem;
  }
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell .heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 60%;
  transform: translateY(-50%);
  border-radius: 8px;
  background-color: #1f91ac;
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell .content {
  text-align: justify;
  color: #1E1E1E;
}
.page-template-page-about-us .sc-vision-mission .wrapper .cell.cell-vission::before {
  right: initial;
  left: -15px;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl {
    margin-top: 3.125rem;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .head-title .heading-title {
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .head-title .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .head-title .heading-title {
    font-size: 1.75rem;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .head-title .heading-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 60%;
  transform: translateY(-50%);
  border-radius: 8px;
  background-color: #1f91ac;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .head-title .desc {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .head-title .desc {
    width: 100%;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core {
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .list-core {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item {
  position: relative;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item:last-child .line {
  display: none;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item:last-child::before, .page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item:last-child::after {
  content: none;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #869587;
  top: 23%;
  right: 20px;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item::before {
  width: 0.625rem;
  height: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item::before {
    content: none;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #869587;
  top: 23%;
  right: -60px;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item::after {
  width: 0.625rem;
  height: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item::after {
    content: none;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .line {
  position: absolute;
  top: 24.5%;
  right: -55px;
  width: 80px;
  height: 2px;
  background-color: #869587;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .line {
    display: none;
  }
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .icon {
  margin: 0 auto 20px;
  background-color: #1f91ac;
  border-radius: 50%;
  position: relative;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .icon {
  width: 7.5rem;
  height: 7.5rem;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .icon img {
  object-fit: contain;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .title {
  color: #1f91ac;
  text-transform: uppercase;
  line-height: normal;
}
.page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-vision-mission .group-core-vl .list-core .item .title {
    font-size: 1.25rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-wrapper {
  margin-top: 40px;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper:nth-child(2n) {
  flex-direction: row-reverse;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper:nth-child(2n) .cell-img {
  padding-left: 0;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper:nth-child(2n) .cell-img {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper:nth-child(2n) .cell-img {
    padding-right: 2.5rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper {
  margin-bottom: 30px;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell {
  width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell {
    width: 100%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content {
    padding-bottom: 20px;
  }
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .years {
  width: -webkit-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(360deg, #1f91ac 0%, #00bcdd 100%);
  border-radius: 15px;
  color: #ffffff;
  padding: 10px 30px;
  margin: 0 auto 20px;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .years {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .years {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .years {
    font-size: 1.5rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .title {
  color: #1f91ac;
  line-height: 1.4;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-content .title {
    font-size: 1.375rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-img {
  overflow: hidden;
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-img {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-img {
    padding-left: 2.5rem;
  }
}
.page-template-page-about-us .sc-history .sc-history-wrapper .wrapper .cell.cell-img img {
  width: 100%;
  border-radius: 30px;
  border: 3px solid #1f91ac;
}

.page-template-page-contact .page-contact-us {
  background-color: #f4fafb;
}
.page-template-page-contact .page-contact-us .top-contact {
  max-width: 60%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-contact .page-contact-us .top-contact {
    max-width: 100%;
  }
}
.page-template-page-contact .page-contact-us .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-contact .page-contact-us .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list .ic {
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(360deg, #1f91ac 0%, #00bcdd 100%);
  color: #ffffff;
  margin: 0 auto 20px;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list .ic {
  width: 3.75rem;
  height: 3.75rem;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list .ic svg {
  width: 2.1875rem;
  height: 2.1875rem;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list .title {
  font-weight: 700;
  margin-bottom: 5px;
  color: #1f91ac;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-contact .list .link {
  color: #1f91ac;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-form form {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-contact .page-contact-us .wrapper .cell.cell-form form {
    max-width: 100%;
  }
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-form form input, .page-template-page-contact .page-contact-us .wrapper .cell.cell-form form select {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: 1px solid #1f91ac;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-contact .page-contact-us .wrapper .cell.cell-form form input, .page-template-page-contact .page-contact-us .wrapper .cell.cell-form form select {
    height: 44px;
  }
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-form form input[type=submit] {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #1f91ac;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 40px;
  display: flex;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 100px;
}
.page-template-page-contact .page-contact-us .wrapper .cell.cell-form form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-page-contact .page-contact-us .wrapper .cell .heading-title {
  margin-bottom: 20px;
}

.sc-contact .container {
  border: 1px solid #4E4E4E;
  padding: 60px 80px;
  background-color: #151213;
  color: #ffffff;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-contact .container {
    padding: 40px 20px;
    border-radius: 50px;
  }
}
.sc-contact .container .heading-title {
  text-transform: none;
  color: #b1eafd;
}
.sc-contact .container .wrapper {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper {
    margin-top: 3.125rem;
  }
}
.sc-contact .container .wrapper .cell.cell-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sc-contact .container .wrapper .cell.cell-left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-left {
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .sc-contact .container .wrapper .cell.cell-left {
    padding-bottom: 30px;
    width: 100%;
  }
}
.sc-contact .container .wrapper .cell.cell-left .group-content {
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sc-contact .container .wrapper .cell.cell-left .group-content .slogan {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}
.sc-contact .container .wrapper .cell.cell-left .group-content .slogan {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-left .group-content .slogan {
    font-size: 1.5rem;
  }
}
.sc-contact .container .wrapper .cell.cell-left .group-content .title {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.sc-contact .container .wrapper .cell.cell-left .group-content .title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-left .group-content .title {
    font-size: 2.25rem;
  }
}
.sc-contact .container .wrapper .cell.cell-left .group-content .title span {
  color: #3c92ab;
}
.sc-contact .container .wrapper .cell.cell-left .list-social {
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item {
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(105.71deg, rgba(213, 112, 108, 0.6) 0%, rgba(18, 56, 147, 0.6) 102.69%);
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item {
    flex-wrap: wrap;
  }
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .group {
  display: flex;
  align-items: center;
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .group .icon img {
  width: 90px;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item .group .icon img {
    width: 80px;
  }
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content {
  padding-left: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content {
    padding-left: 1.25rem;
  }
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content .name {
  font-weight: 700;
  line-height: 1.3;
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content .name {
  font-size: 1.625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content .name {
    font-size: 2rem;
  }
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content .note {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item .group .content .note {
    font-size: 1rem;
  }
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .btn-link {
  text-transform: uppercase;
  color: #ffffff;
  height: 40px;
  border-radius: 30px;
  background-color: #FF0002;
  border-bottom: 3px solid #941314;
  padding: 0 30px;
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item .btn-link {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-contact .container .wrapper .cell.cell-left .list-social .item .btn-link {
    margin-top: 12px;
    margin-left: 80px;
    padding: 0 20px;
  }
}
.sc-contact .container .wrapper .cell.cell-left .list-social .item .btn-link:hover {
  background-color: #941314;
}
.sc-contact .container .wrapper .cell.cell-right {
  width: 45%;
}
.sc-contact .container .wrapper .cell.cell-right {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-right {
    padding-left: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .sc-contact .container .wrapper .cell.cell-right {
    width: 100%;
  }
}
.sc-contact .container .wrapper .cell.cell-right .item {
  width: 85%;
  margin: 0 auto 20px;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  background: linear-gradient(105.71deg, rgba(213, 112, 108, 0.2) 0%, rgba(18, 56, 147, 0.2) 102.69%);
}
@media only screen and (max-width: 47.99875rem) {
  .sc-contact .container .wrapper .cell.cell-right .item {
    width: 100%;
  }
}
.sc-contact .container .wrapper .cell.cell-right .item .icon img {
  width: 90px;
  object-fit: contain;
}
.sc-contact .container .wrapper .cell.cell-right .item .content {
  padding-left: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-right .item .content {
    padding-left: 1.25rem;
  }
}
.sc-contact .container .wrapper .cell.cell-right .item .content .name {
  font-weight: 700;
  line-height: 1.3;
}
.sc-contact .container .wrapper .cell.cell-right .item .content .name {
  font-size: 1.625rem;
}
@media only screen and (min-width: 64rem) {
  .sc-contact .container .wrapper .cell.cell-right .item .content .name {
    font-size: 2rem;
  }
}
.sc-contact .container .wrapper .cell.cell-right .iframe img {
  border-radius: 30px;
  width: 100%;
}

body.single-post .section-breadcrumb .breadcrumb-bg, body.single-post .section-breadcrumb .top-breadcrumb {
  display: none;
}
body.single-post .section-breadcrumb .bottom-breadcrumb {
  position: relative;
  background: rgba(29, 61, 32, 0.2);
}
body.single-post .section-breadcrumb #breadcrumbs {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  body.single-post .section-breadcrumb #breadcrumbs {
    padding-left: 0.625rem;
  }
}
body.single-post .section-breadcrumb #breadcrumbs li {
  color: #7C7C7C;
}
body.single-post .section-breadcrumb #breadcrumbs li .home {
  color: #062D0A;
}

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

.title-tax-cat {
  color: #1f91ac;
  margin-bottom: 30px !important;
}

.service-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.service-categories .service-cat-item {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 63.99875rem) {
  .service-categories .service-cat-item {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .service-categories .service-cat-item {
    width: 100%;
  }
}
.service-categories .service-cat-item .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.service-categories .service-cat-item .thumb::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.service-categories .service-cat-item .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(143, 143, 143, 0.3215686275);
}
.service-categories .service-cat-item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-categories .service-cat-item .content {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 50%;
}
.service-categories .service-cat-item .content .title {
  text-transform: uppercase;
  line-height: 1.4;
}
.service-categories .service-cat-item .content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .service-categories .service-cat-item .content .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .service-categories .service-cat-item .content .title {
    font-size: 1.4375rem;
  }
}
.service-categories .service-cat-item .content .title a {
  color: #ffffff;
}
.service-categories .service-cat-item .content .title a:hover {
  color: #ffffff;
}
.service-categories .service-cat-item .content .btn-main {
  height: 35px;
  font-size: 14px;
}

.page-newspaper {
  background-color: #F2F0FC;
}
.page-newspaper .container {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .page-newspaper .container {
    max-width: 100%;
  }
}
.page-newspaper .container .heading-title::after {
  content: "";
  width: 60px;
  height: 5px;
  display: block;
  background: #e9e2f7;
  margin-top: 8px;
  border-radius: 5px;
}
.page-newspaper .container .wrapper {
  list-style-type: none;
  padding: 15px 0 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-newspaper .container .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.page-newspaper .container .wrapper .item {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.page-newspaper .container .wrapper .item .cover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.page-newspaper .container .wrapper .item .cover::before {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.page-newspaper .container .wrapper .item .cover-content {
  text-align: center;
  padding: 10px;
}
.page-newspaper .container .wrapper .item .cover-content .title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.page-newspaper .container .wrapper .item .cover-content .source {
  color: 14px;
}

.page-before-after {
  background-color: #F2F0FC;
}
.page-before-after .heading-title {
  line-height: 1.4;
}
.page-before-after .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-before-after .heading-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-before-after .heading-title {
    font-size: 1.5rem;
  }
}
.page-before-after .tab-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.page-before-after .tab-wrapper .tab {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 2px;
  position: relative;
  color: #1f91ac;
  cursor: pointer;
}
.page-before-after .tab-wrapper .tab::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 4px;
  height: 80%;
  background-color: #e9e2f7;
  border-radius: 5px;
}
.page-before-after .tab-wrapper .tab:last-child::after {
  content: none;
}
.page-before-after .tab-wrapper .tab.active {
  font-weight: 800;
  border-bottom: 2px solid #1f91ac;
}
.page-before-after .main-tab .tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease;
}
.page-before-after .main-tab .tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.page-before-after .main-tab .tab-content .top-title {
  margin: 30px 0;
}
.page-before-after .main-tab .tab-content .top-title .title {
  font-weight: 700;
  text-transform: uppercase;
  color: #1f91ac;
}
.page-before-after .main-tab .tab-content .top-title .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-before-after .main-tab .tab-content .top-title .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-before-after .main-tab .tab-content .top-title .title {
    font-size: 1.5rem;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper > .title {
  color: #1f91ac;
}
.page-before-after .main-tab .tab-content .content-wrapper > .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .page-before-after .main-tab .tab-content .content-wrapper > .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-before-after .main-tab .tab-content .content-wrapper > .title {
    font-size: 1.5rem;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper > .title::after {
  content: "";
  width: 60px;
  height: 5px;
  display: block;
  background: #e9e2f7;
  margin-top: 8px;
  border-radius: 5px;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-before-after .main-tab .tab-content .content-wrapper .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-before-after .main-tab .tab-content .content-wrapper .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item {
  border-radius: 15px;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link {
  color: #1f91ac;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link:hover .thumb img {
  transform: scale(1.05);
  transition: 0.3s;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .thumb::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transform: scale(1);
  transition: 0.3s;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content {
  text-align: center;
  padding: 20px 10px 0;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content .title {
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content .title {
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 64rem) {
  .page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content .title {
    margin-bottom: 0.625rem;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content .title {
    font-size: 1.25rem;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .link .content .desc {
  color: #393939;
}
.page-before-after .main-tab .tab-content .content-wrapper .wrapper .item .item-inner .btn-main {
  text-transform: uppercase;
  margin: 15px auto 0;
  font-weight: 600;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-before-after .main-tab .tab-content .content-wrapper.content-video {
    margin-top: 3.125rem;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video > .title {
  margin-bottom: 30px;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container {
  margin: 0 -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container {
    margin: 0;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide {
    width: 100%;
  }
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video {
  padding: 0 10px;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .img {
  overflow: hidden;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .icon-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .icon-play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .icon-play {
  width: 2.5rem;
  height: 2.5rem;
}
.page-before-after .main-tab .tab-content .content-wrapper.content-video .swiper-container .swiper-slide .video .fcy-video .icon-play svg {
  width: 24px;
  transform: translateX(1px);
}

.home-team {
  background-color: rgba(247, 247, 247, 0.3411764706);
}
.home-team .main-tab .tab-content .wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-team .main-tab .tab-content .wrapper .item .item-inner .link .thumb::before {
  padding-bottom: 80%;
}
.home-team .main-tab .tab-content .wrapper .item .content .title {
  margin-bottom: 2px !important;
}
.home-team .main-tab .tab-content .wrapper .item .content .specialized {
  font-size: 14px;
  font-weight: 500;
}
.home-team .main-tab .tab-content .wrapper .item .content .about {
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
}
.home-team .main-tab .tab-content .wrapper .item .content .about li {
  margin-bottom: 15px;
  background-color: #F1EFFD;
  padding: 12px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
}
.home-team .main-tab .tab-content .wrapper .item .content .about li:last-child {
  margin-bottom: 0;
}
.home-team .btn-main {
  margin: 50px auto 0;
}

body.post-type-archive-doi-ngu .home-team .archive-list-team {
  max-width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  body.post-type-archive-doi-ngu .home-team .archive-list-team {
    max-width: 100%;
  }
}
body.post-type-archive-doi-ngu .home-team .top-tab {
  padding-top: 20px;
}
body.post-type-archive-doi-ngu .home-team .top-tab {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  body.post-type-archive-doi-ngu .home-team .top-tab {
    margin-bottom: 1.875rem;
  }
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 30px;
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper .tab {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  padding-bottom: 2px;
  position: relative;
  color: #1f91ac;
  cursor: pointer;
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper .tab {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper .tab {
    font-size: 1.125rem;
  }
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper .tab:last-child::after {
  content: none;
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper .tab.active {
  font-weight: 800;
  border-bottom: 2px solid #1f91ac;
}
body.post-type-archive-doi-ngu .home-team .top-tab .tab-wrapper .tab::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 4px;
  height: 80%;
  background-color: #e9e2f7;
  border-radius: 5px;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item {
  background-color: #ffffff;
  padding: 10px 10px 20px;
  border-radius: 15px;
  box-shadow: 1px 2px 15px 2px rgba(66, 35, 105, 0.28);
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link {
  color: #1f91ac;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link:hover .thumb img {
  transform: scale(1.05);
  transition: 0.3s;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .thumb {
  border-radius: 15px;
  overflow: hidden;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .thumb::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transform: scale(1);
  transition: 0.3s;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content {
  text-align: center;
  padding: 20px 10px 0;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content .title {
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content .title {
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 64rem) {
  body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content .title {
    margin-bottom: 0.625rem;
  }
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content .title {
    font-size: 1.25rem;
  }
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .link .content .specialized {
  font-size: 16px;
  color: #504c4c;
}
body.post-type-archive-doi-ngu .home-team .main-tab .tab-content .wrapper .item .item-inner .btn-main {
  text-transform: uppercase;
  margin: 15px auto 0;
  font-weight: 600;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.single-doi-ngu .section-single .content {
  width: 90% !important;
  padding: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-doi-ngu .section-single .content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-doi-ngu .section-single .content {
    padding: 30px 15px;
  }
}
.single-doi-ngu .section-single .content .top-team {
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-doi-ngu .section-single .content .top-team {
    justify-content: center;
  }
}
.single-doi-ngu .section-single .content .top-team .avt {
  width: 250px;
  min-height: 250px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-doi-ngu .section-single .content .top-team .avt {
    width: 200px;
    min-height: 200px;
  }
}
.single-doi-ngu .section-single .content .top-team .avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.single-doi-ngu .section-single .content .top-team .inf {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-doi-ngu .section-single .content .top-team .inf {
  padding-left: 0;
}
@media only screen and (min-width: 48rem) {
  .single-doi-ngu .section-single .content .top-team .inf {
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .top-team .inf {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-doi-ngu .section-single .content .top-team .inf {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
}
.single-doi-ngu .section-single .content .top-team .inf .name {
  font-weight: 800;
  text-transform: uppercase;
  color: #1f91ac;
  margin-bottom: 5px;
  line-height: normal;
}
.single-doi-ngu .section-single .content .top-team .inf .name {
  font-size: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .top-team .inf .name {
    font-size: 2rem;
  }
}
.single-doi-ngu .section-single .content .top-team .inf .specialized {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
}
.single-doi-ngu .section-single .content .top-team .inf .desc {
  text-align: justify;
}
@media only screen and (max-width: 47.99875rem) {
  .single-doi-ngu .section-single .content .top-team .inf .desc {
    text-align: center;
  }
}
.single-doi-ngu .section-single .content .top-team .inf .desc p {
  margin-bottom: 10px;
}
.single-doi-ngu .section-single .content .top-team .inf .socials {
  margin-top: 6px;
  gap: 5px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-doi-ngu .section-single .content .top-team .inf .socials {
    justify-content: center;
  }
}
.single-doi-ngu .section-single .content .top-team .inf .socials a {
  color: #ffffff;
  background-color: #1f91ac;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.single-doi-ngu .section-single .content .top-team .inf .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-doi-ngu .section-single .content .top-team .inf .socials a {
  width: 2.8125rem;
  height: 2.8125rem;
}
.single-doi-ngu .section-single .content .top-team .inf .socials a svg {
  width: 1.375rem;
  height: 1.375rem;
}
.single-doi-ngu .section-single .content .content-team {
  font-size: 16px;
  text-align: justify;
}
.single-doi-ngu .section-single .content .content-team h1, .single-doi-ngu .section-single .content .content-team h2, .single-doi-ngu .section-single .content .content-team h3, .single-doi-ngu .section-single .content .content-team h4, .single-doi-ngu .section-single .content .content-team h5, .single-doi-ngu .section-single .content .content-team h6 {
  line-height: 1.4;
}
.single-doi-ngu .section-single .content .content-team h2 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .content-team h2 {
    font-size: 1.75rem;
  }
}
.single-doi-ngu .section-single .content .content-team h3 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .content-team h3 {
    font-size: 1.625rem;
  }
}
.single-doi-ngu .section-single .content .content-team h4 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .content-team h4 {
    font-size: 1.5rem;
  }
}
.single-doi-ngu .section-single .content .content-team h5 {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .content-team h5 {
    font-size: 1.375rem;
  }
}
.single-doi-ngu .section-single .content .content-team h6 {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-doi-ngu .section-single .content .content-team h6 {
    font-size: 1.25rem;
  }
}