.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

img[data-dominant-color]:not(.has-transparency) {
  background-color: var(--dominant-color);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ./tailwindcss -i assets/css/1-settings/tailwind-input.css -o assets/css/1-settings/tailwind.css  --watch */

/* ! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

.border {
  border-width: 1px;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.outline {
  outline-style: solid;
}

@media (min-width: 500px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
}

@media (min-width: 600px) {
  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }
}

@media (min-width: 900px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

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

  .lg\:opacity-50 {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }
}

@media (min-width: 1600px) {
  .\33xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\33xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\33xl\:mr-16 {
    margin-right: 4rem;
  }

  .\33xl\:mr-52 {
    margin-right: 13rem;
  }

  .\33xl\:mr-60 {
    margin-right: 15rem;
  }

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

  .\33xl\:pr-20 {
    padding-right: 5rem;
  }
}

/************************************************************************************/
/* Vars */
/************************************************************************************/
:root {
  --accent: #ffffff;
  --bgMain: #000000;
  --bgSecondary: #171717;
  --bgNavi: #ffffff;
  --textNavi: #000000;
  --naviWidth: 715px;
}

.transition {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

/************************************************************************************/
/* General */
/************************************************************************************/

html {
  font-size: 16px;
  background: none;
  font-family: "ABCMonumentGrotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--accent);
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: var(--bgMain);
}

.opacity-35 {
  opacity: 0.35;
}

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

.items-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-4 {
  gap: 1rem;
}

.mc4wp-response {
  margin-top: 0.5rem;
}

/************************************************************************************/
/* Typography */
/************************************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
}

.content-page h1,
.content-page h2,
.content-page h3,
.heading {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.1ex;
}

@media only screen and (max-width: 1199px) {
  .content-page h1,
  .heading {
    font-size: 72px;
  }
}

@media only screen and (max-width: 599px) {
  .content-page h1,
  .heading {
    font-size: 60px;
  }
}

@media only screen and (max-width: 399px) {
  .content-page h1,
  .heading {
    font-size: 40px;
    line-height: 0.95;
  }
}

@media only screen and (max-width: 299px) {
  .content-page h1,
  .heading {
    font-size: 32px;
    line-height: 0.95;
  }
}

.content-page h2 {
  font-size: 36px;
  letter-spacing: -0.07ex;
  line-height: 1.15;
}

@media only screen and (max-width: 599px) {
  .content-page h2 {
    font-size: 30px;
  }
}

.content-page h3 {
  font-size: 30px;
  letter-spacing: -0.05ex;
  line-height: 1.3333334;
}

@media only screen and (max-width: 599px) {
  .content-page h3 {
    font-size: 23px;
  }
}

.heading-smaller {
  font-size: 30px;
  line-height: 1.3333334;
  letter-spacing: 0.17ex;
}

@media only screen and (max-width: 1199px) {
  .heading-smaller {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0.15ex;
  }
}

@media only screen and (max-width: 599px) {
  .heading-smaller {
    font-size: 22px;
    letter-spacing: 0.12ex;
  }
}

@media only screen and (max-width: 399px) {
  .heading-smaller {
    font-size: 18px;
    letter-spacing: 0.06ex;
  }
}

.heading-small {
  font-size: 22px;
  line-height: 1.3333334;
  letter-spacing: 0.17ex;
  font-weight: 300;
}

@media only screen and (max-width: 399px) {
  .content-page h3,
  .heading-small {
    font-size: 18px;
    letter-spacing: 0.12ex;
  }
}

.heading-medium {
  font-size: 32px;
  line-height: 1.3333334;
}

@media only screen and (max-width: 899px) {
  .heading-medium {
    font-size: 30px;
  }
}

@media only screen and (max-width: 399px) {
  .heading-medium {
    font-size: 25px;
  }
}

.heading-archon {
  font-size: 100px;
  font-weight: 400;
  line-height: 0.6;
  font-family: "archonfirearms", sans-serif;
  letter-spacing: -0.115ex;
}

@media only screen and (max-width: 1199px) {
  .heading-archon {
    font-size: 80px;
  }
}

@media only screen and (max-width: 599px) {
  .heading-archon {
    font-size: 60px;
  }
}

.heading-section-grid {
  max-width: 370px;
}

.heading-perex {
  letter-spacing: 0.1ex;
}

.paragraph,
table {
  font-size: 20px;
  letter-spacing: 0.025ex;
  line-height: 1.35;
}

@media only screen and (max-width: 1199px) {
  .paragraph,
  table {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 399px) {
  .paragraph,
  table {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 899px) {
  table {
    font-size: 16px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 399px) {
  table {
    font-size: 14px;
  }
}

.paragraph-perex {
  letter-spacing: -0.02ex;
}

@media only screen and (max-width: 899px) {
  .paragraph-perex {
    letter-spacing: -0.01ex;
  }
}

.paragraph-section-grid {
  max-width: 715px;
  padding-top: 2px;
}

@media only screen and (max-width: 899px) {
  .paragraph-section-grid {
    max-width: none;
  }
}

.paragraph strong {
  letter-spacing: 0.17ex;
}

.paragraph-bigger {
  font-size: 22px;
  line-height: 1.56227273;
}

.paragraph-smaller {
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-small {
  font-size: 14px;
}

a {
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

p + p,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.25em;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.text-accent {
  color: var(--accent);
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

/************************************************************************************/
/* Mouse scroll */
/************************************************************************************/

#scroll-down-arrow {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto;
  z-index: 110;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation: jump-animation 1.3s infinite alternate ease-in;
  animation: jump-animation 1.3s infinite alternate ease-in;
}

@-webkit-keyframes jump-animation {
  0% {
    -webkit-transform: translateX(0%) translateY(-4px);
    -moz-transform: translateX(0%) translateY(-4px);
    transform: translateX(0%) translateY(-4px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes jump-animation {
  0% {
    -webkit-transform: translateX(0%) translateY(-4px);
    -moz-transform: translateX(0%) translateY(-4px);
    transform: translateX(0%) translateY(-4px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

#scroll-down-arrow.on {
  opacity: 0.75;
  visibility: visible;
}

#scroll-down-arrow:hover {
  animation-play-state: paused;
  opacity: 1;
}

#scroll-down-arrow.off {
  opacity: 0;
  visibility: hidden;
}

.mouse-scroll {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 25px;
}

@media (max-width: 899px) {
  .mouse-scroll {
    display: none !important;
  }
}

.mouse-scroll-inline {
  position: absolute !important;
}

.mouse {
  width: 25px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 60px;
  position: relative;
}

.mouse-scroll-dark .mouse {
  border-color: #000;
}

.mouse::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
  width: 12px;
  height: 10px;
  display: block;
  opacity: 0;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E%0A");
  animation: mouse-arrow 2s infinite;
  -webkit-animation: mouse-arrow 2s infinite;
}

.mouse-scroll-dark .mouse::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%23000000' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E%0A");
}

@keyframes mouse-arrow {
  0% {
    opacity: 0;
    bottom: -16px;
  }
  25% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
    bottom: -24px;
  }
  100% {
    opacity: 0;
    bottom: -16px;
  }
}

@-webkit-keyframes mouse-arrow {
  0% {
    opacity: 0;
    bottom: -16px;
  }
  25% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
    bottom: -24px;
  }
  100% {
    opacity: 0;
    bottom: -16px;
  }
}

.mouse::before {
  content: "";
  width: 2px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  animation: mouse-wheel 2s infinite;
  -webkit-animation: mouse-wheel 2s infinite;
}

.mouse-scroll-dark ::before {
  background-color: #000;
}

@keyframes mouse-wheel {
  0% {
    opacity: 0;
    top: 8px;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    top: 16px;
  }
  100% {
    opacity: 0;
    top: 8px;
  }
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 0;
    top: 8px;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    top: 16px;
  }
  100% {
    opacity: 0;
    top: 8px;
  }
}

#scroll-down-arrow:hover .mouse::before {
  animation-play-state: paused;
  animation: none;
  opacity: 1;
  top: 12px;
}

/************************************************************************************/
/* Structure */
/************************************************************************************/

.inner {
  max-width: 1905px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 399px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

@font-face {
  font-family: "archonfirearms";
  src: url("../fonts/archonfirearms-webfont.woff2") format("woff2"),
    url("../fonts/archonfirearms-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ABCMonumentGrotesk";
  src: url("../fonts/ABCMonumentGroteskSemi-Mono-Light.woff2") format("woff2"),
    url("../fonts/ABCMonumentGroteskSemi-Mono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ABCMonumentGrotesk";
  src: url("../fonts/ABCMonumentGroteskSemi-Mono-Regular.woff2") format("woff2"),
    url("../fonts/ABCMonumentGroteskSemi-Mono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ABCMonumentGrotesk";
  src: url("../fonts/ABCMonumentGroteskSemi-Mono-Bold.woff2") format("woff2"),
    url("../fonts/ABCMonumentGroteskSemi-Mono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 91045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 91044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 91046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: 0px;
  text-align: right;
  padding-right: 0px;
  width: auto;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  min-width: 0;
  height: 90px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  background: none;
  border: none;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  width: 2px;
  height: 54px;
  background: #fff;
}

.mfp-arrow::before {
  transform: translateY(19px) rotate(-45deg);
}

.mfp-arrow::after {
  transform: translateY(-19px) rotate(45deg);
}

.mfp-arrow-left {
  left: 50px;
}

.mfp-arrow-left:after {
}

.mfp-arrow-right {
  right: 50px;
  transform: rotate(180deg);
}

.mfp-arrow-right:after {
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-gallery .mfp-first .mfp-arrow-left,
.mfp-gallery .mfp-last .mfp-arrow-right {
  display: none;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    left: 0px;
  }
  .mfp-arrow-right {
    right: 0px;
    -webkit-transform: scale(0.75) rotate(180deg);
    transform: scale(0.75) rotate(180deg);
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.archon-product-showcase-images-popup .mfp-container,
.archon-product-showcase-images-popup.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.archon-product-showcase-images-popup.mfp-ready .mfp-container {
  opacity: 1;
}
.archon-product-showcase-images-popup.mfp-ready.mfp-bg {
  background: #000;
  opacity: 0.925;
}

.archon-product-showcase-images-popup.mfp-removing .mfp-container,
.archon-product-showcase-images-popup.mfp-removing.mfp-bg {
  opacity: 0;
}

@media all and (max-width: 600px) {
  .mfp-arrow {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .mfp-arrow-left {
  }
  .mfp-arrow-right {
    -webkit-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg);
  }
}

.page-footer {
  position: relative;
  width: 100%;
  z-index: 99;
}

.footer-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 899px) {
  .footer-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer-widgets {
  grid-auto-columns: 1fr;
  gap: 60px;
}

@media (max-width: 1399px) {
  .footer-widgets {
    gap: 30px;
  }
}

@media (max-width: 899px) {
  .footer-widgets {
    gap: 45px;
  }
}

@media (max-width: 599px) {
  .footer-widgets {
    gap: 30px;
  }
}

.footer-active-columns-3 {
  grid-auto-columns: 24fr 18fr 21fr;
}

@media (max-width: 1399px) {
  .footer-active-columns-3 {
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-widgets .widget-area {
  font-size: 20px;
  letter-spacing: -0.02ex;
  line-height: 1.35;
}

@media (max-width: 899px) {
  .footer-widgets .widget-area {
    font-size: 18px;
    text-align: left;
  }
}

@media (max-width: 599px) {
  .footer-widgets .widget-area {
    font-size: 17px;
  }
}

@media (max-width: 399px) {
  .footer-widgets .widget-area {
    font-size: 15px;
  }
}

@media (max-width: 1399px) {
  .footer-active-columns-3 .widget-area:nth-child(1) {
    grid-column: 1 / -1;
    padding-bottom: 25px;
  }
}

@media (max-width: 899px) {
  .footer-active-columns-3 .widget-area:nth-child(1) {
    display: none;
  }
}

.footer-widgets .widget-area .widget {
}

.footer-widgets .widget-area .widget + .widget {
  margin-top: 1em;
}

.footer-widgets .widget-area .widget.widget_block h2,
.footer-widgets .widget-area .widget .widget-title {
  margin-bottom: 1.2em;
  font-size: 29px;
  font-weight: 300;
  letter-spacing: -0.035ex;
}

@media (max-width: 899px) {
  .footer-widgets .widget-area .widget.widget_block h2,
  .footer-widgets .widget-area .widget .widget-title {
    margin-bottom: 0.75em;
    font-size: 18px;
    letter-spacing: -0.035ex;
  }
}

.footer-widgets .widget-area .widget p {
  max-width: 300px;
}

.footer-widgets .widget-area .widget a:not(.btn):hover,
.footer-widgets .widget-area .site-footer-navigation a:hover {
  text-decoration: underline;
}

.footer-widgets .widget-area .widget .logo-link {
  display: inline-flex;
}

.footer-widgets .widget-area .widget ul {
}

.footer-widgets .widget-area .widget ul li {
  margin-bottom: 0.5em;
}

@media (max-width: 899px) {
  .footer-widgets .widget-area .widget ul li {
    margin-bottom: 0.25em;
  }
}

.footer-widgets .widget-area .widget ul li a {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.035ex;
}

@media (max-width: 1599px) {
  .footer-widgets .widget-area .widget ul li a {
    font-size: 26px;
  }
}

@media (max-width: 899px) {
  .footer-widgets .widget-area .widget ul li a {
    font-size: 18px;
  }
}

.footer-bottom {
  margin-top: 120px;
  margin-bottom: 60px;
}

@media (max-width: 1399px) {
  .footer-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 899px) {
  .footer-bottom {
    margin-top: 80px;
    gap: 30px;
  }
}

@media (max-width: 599px) {
  .footer-bottom {
    margin-top: 30px;
  }
}

.footer-bottom .widget-area {
  letter-spacing: -0.02ex;
  font-size: 22px;
  line-height: 1.56227273;
}

@media (max-width: 899px) {
  .footer-bottom .widget-area {
    font-size: 18px;
    line-height: 1.35;
  }
}

@media (max-width: 599px) {
  .footer-bottom .widget-area {
    font-size: 17px;
  }
}

@media (max-width: 399px) {
  .footer-bottom .widget-area {
    font-size: 15px;
  }
}

.footer-bottom .widget-area .widget ul,
.footer-bottom .widget-area .site-footer-navigation ul {
  display: flex;
  align-items: flex-start;
  column-gap: 32px;
  flex-wrap: wrap;
}

@media (max-width: 599px) {
  .footer-bottom .widget-area .widget ul,
  .footer-bottom .widget-area .site-footer-navigation ul {
    column-gap: 20px;
  }
}

form label {
  display: block;
  margin-bottom: 6px;
}

input:not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  resize: vertical;
  transition: all 0.3s ease;
  border: 1px solid var(--bgMain);
  color: var(--bgMain);
  padding: 14px 14px;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  min-width: 200px;
}

@media only screen and (max-width: 599px) {
  input:not([type="checkbox"]),
  textarea {
    padding: 12px 14px;
    font-size: 16px;
  }
}

input.input-light,
textarea.input-light {
  background: none;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}

textarea {
  min-height: 125px;
}

@media only screen and (max-width: 599px) {
  textarea {
    min-height: 100px;
  }
}

input[disabled],
textarea[disabled] {
  border-color: #c8c8c8;
  background: #f2f2f2;
  box-shadow: none;
  cursor: not-allowed;
  color: #0d0d0d;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #232323;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #232323;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #232323;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #232323;
}

.btn,
.boost-space-forms .input-wrap button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  width: auto;
  margin: 0;
  outline: none;
  resize: vertical;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  min-width: 250px;
  color: var(--bgMain);
  padding: 25px 40px;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 1px;
  text-decoration: none;
}

@media (max-width: 899px) {
  .btn,
  .boost-space-forms .input-wrap button {
    min-width: 0;
    font-size: 18px;
    padding: 14px 25px 12px;
  }
}

@media (max-width: 399px) {
  .btn,
  .boost-space-forms .input-wrap button {
    min-width: 0;
    font-size: 16px;
    padding: 12px 18px 10px;
  }
}

.btn:hover,
.boost-space-forms .input-wrap button:hover,
input[type="submit"]:hover {
  color: var(--accent);
  background: var(--bgMain);
  text-decoration: none;
  border-color: var(--accent);
  cursor: pointer;
}

.btn.input-light,
.boost-space-forms .input-wrap button.input-light,
input[type="submit"].input-light {
  background: none;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}

.btn.input-light:hover,
.boost-space-forms .input-wrap button.input-light:hover,
input[type="submit"].input-light:hover {
  background: none;
  border-color: rgba(255, 255, 255, 0.95);
  color: rgba(255, 255, 255, 0.95);
}

.btn-phat {
  min-width: 0;
  padding: 16px 41px;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .btn-phat {
    padding: 11px 28px;
    font-size: 19px;
  }
}

@media (max-width: 399px) {
  .btn-phat {
    padding: 10px 22px;
    font-size: 17px;
  }
}

.btn-bigger,
input[type="submit"] {
  min-width: 0;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 17px;
  font-weight: 500;
}

.btn-border {
  background: none;
  color: var(--accent);
  border-color: var(--accent);
}

.btn-border:hover {
  background-color: var(--accent);
  color: var(--bgMain);
}

.btn-border-dark {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.5);
}

.btn-border-dark.active {
  background: none;
  color: var(--accent);
  border-color: var(--accent);
  pointer-events: none;
}

.btn-tab-flex > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-tab-flex > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**
 * Checkboxes
 */

/* Style the custom checkbox */
input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid var(--accent);
  cursor: pointer;
  position: relative;
}

/* Style the checkmark */
input[type="checkbox"]:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 25%;
  height: 45%;
  border: solid var(--accent);
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  visibility: hidden;
}

/* Show the checkmark when checked */
input[type="checkbox"]:checked:before {
  visibility: visible;
}

/**
 * BS Forms
 */

.boost-space-forms {
  width: 100%;
}

.boost-space-forms legend {
  display: none;
}

.boost-space-forms > form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

.input-wrap,
.boost-space-forms .input-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.boost-space-forms .input-wrap.input-type-gdpr_accept {
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.boost-space-forms .input-wrap.input-type-gdpr_accept > label {
  padding-left: 12px;
  line-height: 1.25;
}

@media only screen and (max-width: 599px) {
  .boost-space-forms .input-wrap.input-type-gdpr_accept > label {
    font-size: 14px;
    padding-left: 16px;
  }
}

.boost-space-forms .input-wrap a {
  text-decoration: underline;
}

.boost-space-forms .input-wrap a:hover {
  text-decoration: none;
}

.boost-space-forms label {
  position: relative;
  display: inline-block;
  margin: 0;
}

.boost-space-forms fieldset {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 14px;
  row-gap: 28px;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .boost-space-forms fieldset {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

.boost-space-forms fieldset > .input-wrap.required-input label {
  margin-left: 10px;
}

.form-required-data::before,
.boost-space-forms fieldset > .input-wrap.required-input label::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #9c8668;
  transform: translateY(1px);
}

.boost-space-forms .input-wrap.required-input.input-type-gdpr_accept label {
  margin-left: 0;
}

.boost-space-forms
  .input-wrap.required-input.input-type-gdpr_accept
  label::before {
  left: auto;
  right: -10px;
}

.form-required-data {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.boost-space-forms fieldset .col-md-12,
.input-type-gdpr_accept,
.input-type-file {
  grid-column: 1/-1;
}

.boost-space-forms .submit-field {
  width: 100%;
}

.boost-space-forms .submit-field > input[type="submit"],
.boost-space-forms .input-wrap button {
  width: 100%;
}

.submit-disabled,
.submit-disabled:hover {
  color: #888 !important;
  border-color: #222 !important;
  background: #222 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 1001;
  color: var(--textNavi);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 70px; /* same as .site-header-inner */
}

@media screen and (max-width: 899px) {
  body.sidebar-active {
    overflow-y: hidden;
  }
}

.fixed-header .site-header {
  position: fixed;
}

.customize-support.fixed-header .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .customize-support.fixed-header .site-header {
    top: 46px;
  }
}

@media screen and (max-width: 599px) {
  #wpadminbar {
    position: fixed;
  }
}

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

.fixed-header .site-header-wrapper {
  background: none;
}

@media screen and (max-width: 899px) {
  body.fixed-header .navi-active .site-header-wrapper {
    background-color: var(--bgNavi);
  }
}

.site-header-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  gap: 30px;
  -webkit-transition: transform 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  max-width: none;
}

.hide-header .site-header-inner {
  transform: translateY(-70px);
}

.site-header-logo-wrapper {
  width: 100%;
  max-width: 405px;
}

.site-header-logo {
  display: flex;
  max-width: 405px;
  height: 25px;
  -webkit-transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .site-header-logo {
    max-width: 350px;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-logo {
    max-width: 300px;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-logo {
    max-width: 200px;
  }
}

.site-header-logo img,
.site-header-logo svg {
  width: 100%;
  height: fit-content;
}

.site-header .site-header-logo svg {
  transition: filter 0.2s ease-in-out;
}

.site-header.is-dark .site-header-logo svg {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media only screen and (max-width: 899px) {
  .sidebar-active .site-header.is-dark .site-header-logo svg g {
    fill: var(--bgNavi);
  }
}

/* Main navigation */

.site-header-nav-wrapper {
  z-index: 101;
}

.site-header-aux-wrapper {
  display: flex;
  flex: 1;
  gap: 45px;
}

.site-header-nav-wrapper > nav {
  width: 100%;
}

.site-header-nav-wrapper > nav > ul,
.site-header-aux-wrapper > nav > ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 35px;
}

@media (max-width: 899px) {
  .site-header-nav-wrapper > nav > ul,
  .site-header-aux-wrapper > nav > ul {
    gap: 20px;
  }
}

@media (max-width: 399px) {
  .site-header-nav-wrapper > nav > ul,
  .site-header-aux-wrapper > nav > ul {
    gap: 15px;
  }
}

.site-header-nav-wrapper > nav > ul > li,
.site-header-aux-wrapper > nav > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header-nav-wrapper > nav > ul li a,
.site-header-aux-wrapper > nav > ul li a {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.17ex;
  color: var(--textNavi);
  z-index: 99;
  text-decoration: none;
}

@media (max-width: 899px) {
  .site-header-nav-wrapper > nav > ul li a,
  .site-header-aux-wrapper > nav > ul li a {
    font-size: 21px;
  }
}

@media (max-width: 399px) {
  .site-header-nav-wrapper > nav > ul li a,
  .site-header-aux-wrapper > nav > ul li a {
    font-size: 19px;
  }
}

.site-header-nav-wrapper > nav > ul li a.is-active,
.site-header-aux-wrapper > nav > ul li a.is-active {
  color: #999;
}

.site-header-aux-wrapper > nav > ul li a {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--textNavi);
}

.site-header-aux-wrapper > nav > ul li.wpml-ls-current-language a {
  color: var(--textNavi);
}

.site-header-nav-wrapper > nav > ul li a:hover,
.site-header-aux-wrapper > nav > ul li a:hover,
.site-header-nav-wrapper > nav > ul li.hover a {
  color: #999;
}

/* Auxilary navigation */

.site-header-aux-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

@media (max-width: 899px) {
  .site-header-aux-wrapper {
    order: 1;
    margin-left: auto;
  }
}

/* Submenus */

.site-header-navigation > ul li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.site-header-navigation > ul > li.menu-item-has-children > ul {
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);

  z-index: 102;
}

.site-header-navigation > ul > li.menu-item-has-children.wpml-ls-item > ul {
  margin-left: 0;
  min-width: 0;
}

.transparent-header .site-header-navigation > ul li.menu-item-has-children ul {
  background: none;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
}

.site-header-navigation > ul li.menu-item-has-children ul li {
  width: 100%;
  margin: 0;
}

.site-header-navigation > ul li.menu-item-has-children ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .site-header-navigation > ul li.menu-item-has-children ul li a {
    font-size: 15px;
  }
}

.site-header-navigation > ul li.menu-item-has-children ul li a:hover {
  text-decoration: none;
}

/* Header popup navigation */

.header-navigation-popup-toggle {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0 -11px 0 0; /* (50px - 28px) / 2 */
  z-index: 102;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
  align-items: center;
}

.header-navigation-popup-toggle .menu-icon,
.header-navigation-popup-toggle .menu-cross,
.sidebar-main-close .menu-cross {
  background: none;
  display: flex;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
  width: 28px;
  margin: auto;
}

.header-navigation-popup-toggle .menu-icon {
  background: #ffffff;
}

.site-header.is-dark .header-navigation-popup-toggle .menu-icon {
  background: var(--textNavi);
}

.header-navigation-popup-toggle .menu-icon:before,
.header-navigation-popup-toggle .menu-icon:after,
.header-navigation-popup-toggle .menu-cross:before,
.header-navigation-popup-toggle .menu-cross:after,
.sidebar-main-close .menu-cross::before,
.sidebar-main-close .menu-cross::after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}

.site-header.is-dark .header-navigation-popup-toggle .menu-icon:before,
.site-header.is-dark .header-navigation-popup-toggle .menu-icon:after,
.site-header.is-dark .header-navigation-popup-toggle .menu-cross:before,
.site-header.is-dark .header-navigation-popup-toggle .menu-cross:after {
  background: var(--textNavi);
}

.header-navigation-popup-toggle .menu-icon:before,
.header-navigation-popup-toggle .menu-icon:after {
  top: 10px;
  transition: all 0.4s ease-out;
}

.header-navigation-popup-toggle .menu-icon:after {
  top: auto;
  bottom: 10px;
}

.header-navigation-popup-toggle.active .menu-cross:before,
.header-navigation-popup-toggle.active .menu-cross:after {
  background-color: var(--textNavi);
}

.header-navigation-popup-toggle.active .menu-icon {
  /* opacity: 0; */
  width: 0;
}

.header-navigation-popup-toggle.active .menu-cross:before,
.sidebar-main-close .menu-cross::before {
  transform: rotate(-45deg) translateY(0.5px) translateX(0.5px);
}

.header-navigation-popup-toggle.active .menu-cross:after,
.sidebar-main-close .menu-cross::after {
  transform: rotate(45deg) translateY(-0.5px) translateX(0.5px);
}

.header-navigation-popup-toggle.active .menu-icon:before,
.header-navigation-popup-toggle.active .menu-icon:after {
  opacity: 1;
  visibility: visible;
}

/* .header-navigation-popup-toggle.active .menu-icon:before {
  top: 0;
}

.header-navigation-popup-toggle.active .menu-icon:after {
  bottom: 0px;
} */

/* Searchform for mobile */

.site-header-searchform-mobile-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  background-color: var(--bgNavi);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
}

@media only screen and (max-width: 899px) {
  .site-header-searchform-mobile-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-searchform-mobile-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header-searchform-mobile-wrapper .site-header-searchform {
  max-width: 100%;
}

@media only screen and (max-width: 319px) {
  .site-header-searchform-mobile-wrapper .site-header-searchform {
    flex-direction: column;
  }
}

@media only screen and (max-width: 319px) {
  .site-header-searchform-mobile-wrapper .site-header-search-field {
    width: 100%;
  }
}

.site-header-searchform-mobile-wrapper .site-header-search-submit {
  max-width: max-content;
}

@media only screen and (max-width: 319px) {
  .site-header-searchform-mobile-wrapper .site-header-search-submit {
    margin: 20px auto 0;
  }
}

/* Sub header */

.site-sub-header-wrapper {
  background-color: var(--bgNavi);
}

.site-sub-header-inner {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.site-sub-header-wrapper .site-header-nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 42px 42px;
}

@media only screen and (max-width: 899px) {
  .site-sub-header-wrapper .site-header-nav-wrapper {
    padding: 20px 32px 32px;
  }
}

@media only screen and (max-width: 399px) {
  .site-sub-header-wrapper .site-header-nav-wrapper {
    padding: 20px 20px 20px;
  }
}

/* Navi popup animations */

.site-sub-header-wrapper {
  /* --naviInnerWidth: 1905px; */
  position: absolute;
  width: 100%;
  top: 0px;
  left: auto;
  right: 0;
  margin: auto;
  max-width: var(--naviWidth);
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
}

@media (max-width: 899px) {
  .site-sub-header-wrapper {
    --naviWidth: 100%;
  }
}

.admin-bar .site-sub-header-wrapper {
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  .admin-bar .site-sub-header-wrapper {
    height: calc(100vh - 46px);
  }
}

/************************************************************************************/
/* SITE HEADER NAV TRANSITION */
/************************************************************************************/

.site-sub-header-wrapper {
  z-index: -20;
  opacity: 0.69;
  /* transform: translateX(calc((var(--naviInnerWidth) - var(--naviWidth)) / 2 + 50px)); */
  transform: translateX(100%);
  -webkit-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 899px) {
  .site-sub-header-wrapper {
    -webkit-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  }
}

.site-header.navi-active .site-sub-header-wrapper {
  opacity: 1;
  /* transform: translateX(calc((var(--naviInnerWidth) - var(--naviWidth)) / 2)); */
  transform: translateX(0px);
  z-index: 20;
}

@media only screen and (max-width: 1905px) {
  .site-header.navi-active .site-sub-header-wrapper {
    opacity: 1;
    transform: translateX(0%);
  }
}

@media only screen and (max-width: 899px) {
  .site-header.navi-active .site-header-logo svg g {
    fill: var(--textNavi);
  }
}

.site-sub-header-wrapper .site-header-products-wrapper {
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateX(100px);
  opacity: 0;
}

.site-sub-header-wrapper .site-header-navigation {
  -webkit-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateX(100px);
  opacity: 0;
}

.site-sub-header-wrapper .site-header-footing-wrapper {
  -webkit-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateX(100px);
  opacity: 0;
}

.site-header.navi-active .site-sub-header-wrapper .site-header-navigation,
.site-header.navi-active .site-sub-header-wrapper .site-header-products-wrapper,
.site-header.navi-active .site-sub-header-wrapper .site-header-footing-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/************************************************************************************/
/* Sidebar BG flows outside sidebar */
/************************************************************************************/

/* navi BG doesnt flow outside navi */
/* .site-sub-header-wrapper::before {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 70px;
  background-color: var(--bgNavi);
  content: "";
} */

/* navi BG flows outside navi
.site-sub-header-wrapper::before,
.site-sub-header-wrapper::after {
  position: absolute;
  top: -70px;
  width: calc(var(--naviWidth) + (100vw - var(--naviInnerWidth)) / 2);
  height: 70px;
  background-color: var(--bgNavi);
  content: "";
}

.site-sub-header-wrapper::after {
  width: calc((100vw - var(--naviInnerWidth)) / 2);
  top: 0;
  left: 100%;
  height: 100%;
}

@media only screen and (max-width: 1905px) {
  .site-sub-header-wrapper::before {
    left: auto;
    right: 0;
    width: 100%;
  }
} */

/* navi BG flows outside navi end */

/************************************************************************************/
/* SITE HEADER NAV */
/************************************************************************************/

.site-header-products-wrapper {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 899px) {
  .site-header-products-wrapper {
    margin-bottom: 0px;
  }
}

.site-header-products-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 185px;
  padding-left: 42px;
  padding-right: 104px;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 899px) {
  .site-header-products-link {
    height: 115px;
    padding-left: 32px;
    padding-right: 64px;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-products-link {
    height: 95px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-products-link {
    height: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-header-products-link.is-active {
  background-color: #f1f1f1;
}

.site-header-products-link:hover {
  background-color: #f1f1f1;
}

.site-header-products-link > span {
}

.site-header-products-link > img {
  width: 320px;
  height: 150px;
  object-fit: cover;
  object-position: 50% 0%;
  display: inline-flex;
  align-self: flex-end;
}

@media only screen and (max-width: 899px) {
  .site-header-products-link > img {
    width: 200px;
    height: 95px;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-products-link > img {
    width: 165px;
    height: 78px;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-products-link > img {
    width: 130px;
    height: 85%;
  }
}

@media only screen and (max-width: 299px) {
  .site-header-products-link > img {
    width: 40%;
    object-position: 50% 50%;
    object-fit: contain;
  }
}

.site-header-footing-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 120px;
  flex-wrap: wrap;
  padding: 20px 42px 42px;
  margin-top: auto;
}

@media only screen and (max-width: 899px) {
  .site-header-footing-wrapper {
    padding: 20px 32px 32px;
    gap: 15px;
    flex-direction: column;
    margin-top: 0;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-footing-wrapper {
    padding: 20px 20px 32px;
    gap: 10px;
  }
}

.site-header-footing-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-header-footing-wrapper ul > li > a {
  font-weight: bold;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.site-header-footing-wrapper ul > li > a:hover {
  color: #999;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  align-items: stretch;
}

.page-main {
  flex-grow: 1;
}

.fixed-header .page-main {
  padding-top: 70px;
}

.page-section {
  padding-top: 80px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 899px) {
  .page-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.page-section-lp {
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-section-light {
  background-color: var(--bgNavi);
  color: var(--textNavi);
}

.page-section-darker {
  background-color: var(--bgSecondary);
}

.page-section-placeholder {
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: 50vh;
}

.page-section-placeholder > .placeholder {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  text-align: center;
  margin: 6px auto 100px;
  display: block;
}

.page-section-lp.page-section-placeholder > .placeholder {
  margin: 6px auto 15px;
}

.section-text {
  max-width: 390px;
}

.section-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 24fr 41fr;
  gap: 60px;
}

@media only screen and (max-width: 1199px) {
  .section-grid {
    grid-auto-columns: 20fr 40fr;
    gap: 40px;
  }
}

@media only screen and (max-width: 899px) {
  .section-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
}

.section-grid-images {
  grid-auto-columns: 24fr 46fr;
}

@media only screen and (max-width: 899px) {
  .section-grid-images {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}

.section-grid-images-wrap {
  margin-top: 6px;
}

@media only screen and (max-width: 899px) {
  .section-grid-images {
    max-width: 600px;
  }
}

.section-grid-images-wrap > img {
  max-width: 288px;
}

@media only screen and (max-width: 1499px) {
  .section-grid-images-wrap > img {
    max-width: calc(33.33333334% - (1.75rem * 2 / 3));
  }
}

@media only screen and (max-width: 1199px) {
  .section-grid-images-wrap > img {
    max-width: calc(33.33333334% - (1rem * 2 / 3));
  }
}

@media only screen and (max-width: 599px) {
  .section-grid-images-wrap > img {
    max-width: calc(33.33333334% - (0.5rem * 2 / 3));
  }
}

.content-page {
  max-width: 800px;
}

.content-page ul,
.content-page ol {
  padding-left: 2rem;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2em;
}

.content-page ol {
  list-style: decimal;
  gap: 1em;
}

.content-page h1 + ul,
.content-page h1 + ol,
.content-page h2 + ul,
.content-page h2 + ol,
.content-page h3 + ul,
.content-page h3 + ol,
.content-page h1 + p,
.content-page h2 + p,
.content-page h3 + p {
  margin-top: 2em;
}

.entry-content p {
  margin-bottom: 2em;
}

.content-page a {
  text-decoration: underline;
}

.content-page a:hover {
  text-decoration: none;
}

/************************************************************************************/
/* [social-icons] */
/************************************************************************************/

.social-icons {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}

.social-icons li {
  display: block;
  margin: 0;
}

.social-icons li a {
  display: block;
  width: auto;
}

.footer-widgets .widget-area .widget ul.social-icons li {
  margin: 0;
}

.footer-widgets .widget-area .widget ul.social-icons li::before {
  content: none;
  display: none;
}

.sidebar-main {
  position: fixed;
  width: 100%;
  top: 0px;
  left: auto;
  right: 0;
  margin: auto;
  max-width: var(--naviWidth);
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  background-color: var(--bgSecondary);
  z-index: -20;
  opacity: 0.69;
  transform: translateX(100%);
  -webkit-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.admin-bar .sidebar-main {
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  .admin-bar .sidebar-main {
    height: calc(100vh - 46px);
  }
}

.admin-bar .sidebar-main {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .sidebar-main {
    top: 46px;
  }
}

.sidebar-main.active {
  opacity: 1;
  transform: translateX(0px);
  z-index: 1002;
}

.sidebar-main-inner {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding: 100px 42px;

  transform: translateX(100px);
  opacity: 0;
}

@media only screen and (max-width: 899px) {
  .sidebar-main-inner {
    padding: 85px 32px;
  }
}

@media only screen and (max-width: 399px) {
  .sidebar-main-inner {
    padding: 70px 20px;
  }
}

.sidebar-main.active .sidebar-main-inner {
  transform: translateY(0);
  opacity: 1;
}

.sidebar-main-close {
  display: flex;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 102;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
  align-items: center;
  top: 10px;
  right: 20px;
}

.sidebar-main .input-wrap {
}

.sidebar-main input,
.sidebar-main button,
.sidebar-main textarea {
  background: none;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}

.sidebar-main input:hover,
.sidebar-main button:hover,
.sidebar-main textarea:hover {
  background: none;
  border-color: rgba(255, 255, 255, 0.35);
}

.sidebar-main input:focus,
.sidebar-main button:focus,
.sidebar-main textarea:focus {
  background: none;
  border-color: rgba(255, 255, 255, 0.75);
}

.sidebar-main input[type="file"] {
  padding: 0;
  border: none;
}

.sidebar-main input[type="file"]::file-selector-button {
  margin-right: 20px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  padding: 14px 14px;
  cursor: pointer;
}

.sidebar-main input[type="file"]::file-selector-button:hover {
  background: none;
  border-color: rgba(255, 255, 255, 0.75);
}

.sidebar-main .input-wrap button {
  padding: 14px 14px;
}

/**
 * Sidebar news
*/

#sidebar-news {
}

#sidebar-news.loading {
  overflow: hidden;
}

.sidebar-main-loader {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--bgSecondary);
  opacity: 0;
  z-index: -20;
}

#sidebar-news.loading .sidebar-main-loader {
  opacity: 1;
  z-index: 20;
}

.sidebar-main-loader::before,
.sidebar-main-loader::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 1px;
  margin: auto;
  opacity: 0;
  z-index: -19;
}

.sidebar-main-loader::before {
  content: "loading...";
  transform: translate(-10px, -35px);
}

.sidebar-main-loader::after {
  width: 180px;
  background: #ffffff;
  animation: loader 1s ease infinite;
  transform-origin: 0%;
}

@keyframes loader {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(100%);
    transform-origin: 0%;
  }
  51% {
    transform: scaleX(100%);
    transform-origin: 100%;
  }
  90% {
    transform: scaleX(0%);
    transform-origin: 100%;
  }
  100% {
    transform: scaleX(0%);
    transform-origin: 0%;
  }
}

#sidebar-news.loading .sidebar-main-loader::before,
#sidebar-news.loading .sidebar-main-loader::after {
  opacity: 1;
  z-index: 20;
}

.sidebar-news-content-wrapper {
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  opacity: 1;
  transform: translateX(0);
}

#sidebar-news.loading .sidebar-news-content-wrapper {
  opacity: 0;
  transform: translateX(50px);
}

.sidebar-news-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-news-content h1,
.sidebar-news-content h2,
.sidebar-news-content h3,
.sidebar-news-content h4,
.sidebar-news-content h5,
.sidebar-news-content h6 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  line-height: 1.33;
}

.sidebar-news-content h1 {
  font-size: 1.85rem;
}

.sidebar-news-content h2 {
  font-size: 1.65rem;
}

.sidebar-news-content h3 {
  font-size: 1.45rem;
}

.sidebar-news-content h4 {
  font-size: 1.25rem;
}

.sidebar-news-content h5 {
  font-size: 1rem;
}

.sidebar-news-content strong,
.sidebar-news-content b {
  font-weight: bold;
}

.sidebar-news-content em,
.sidebar-news-content i {
  font-style: italic;
}

table {
  display: flex;
}

table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

table tr {
  display: flex;
  justify-content: space-between;
  border-top: 1.25px solid #808080;
  padding-top: 18px;
  padding-bottom: 14px;
  gap: 20px;
}

@media only screen and (max-width: 899px) {
  table tr {
    border-top: 0.5px solid #808080;
    padding-top: 6px;
    padding-bottom: 4px;
    gap: 10px;
  }
}

@media only screen and (max-width: 399px) {
  table tr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

table.table-border-bottom tr {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom: 1.25px solid #808080;
}

table tr.lpt {
  padding-top: 0px;
}

table tr.lpb {
  padding-bottom: 0px;
}

table tr.border-none {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

table tr td {
  display: block;
}

table tr td:first-child {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.035ex;
}

@media only screen and (max-width: 899px) {
  table tr td:first-child {
    letter-spacing: 0.035ex;
  }
}

table tr td:last-child {
  max-width: 75%;
  text-align: right;
}

@media only screen and (max-width: 899px) {
  table tr td:last-child {
    letter-spacing: -0.035ex;
  }
}

@media only screen and (max-width: 399px) {
  table tr td:last-child {
    text-align: left;
  }
}

.drawings-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.drawings-wrapper > span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 7%;
}

@media only screen and (max-width: 1199px) {
  .drawings-wrapper > span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 899px) {
  .drawings-wrapper > span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .drawings-wrapper > span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 399px) {
  .drawings-wrapper > span {
    font-size: 9px;
  }
}

.drawings-wrapper > .drawings-w {
  top: 6.4%;
  left: 86%;
}

.drawings-wrapper > .drawings-l {
  top: 21.5%;
  left: 34.1%;
}

.drawings-wrapper > .drawings-h {
  top: 61.5%;
  left: 86%;
}

.section-contact-map {
  padding-top: 50px;
  padding-bottom: 75px;
}

.section-contact-map-wrap {
  background-image: url("../img-content/contact-map-lines.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  max-width: 1430px;
  aspect-ratio: 2 / 1;
  z-index: 1;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .section-contact-map-wrap {
    overflow: hidden;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    background-size: contain;
    background-size: 130%;
    aspect-ratio: 3 / 2;
  }
}

@media only screen and (max-width: 399px) {
  .section-contact-map-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.section-contact-map-pin {
  position: absolute;
  width: 3.916%;
  aspect-ratio: 1 / 1;
  background-image: url("../img-content/contact-map-pin.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 599px) {
  .section-contact-map-pin {
    width: 6%;
  }
}

.section-contact-map-pin:hover {
  transform: scale(1.1);
}

#section-contact-map-pin-1 {
  left: 49%;
  top: 28.5%;
}

@media only screen and (max-width: 599px) {
  #section-contact-map-pin-1 {
    left: 48%;
    top: 29%;
  }
}

.section-contact-btn-wrap {
  margin: -60px auto 0 145px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-dealer-map {
  padding-top: 50px;
  padding-bottom: 75px;
}

@media (max-width: 899px) {
  .section-dealer-map {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.section-map-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 70vh;
}

@media (max-width: 899px) {
  .section-map-wrap {
    aspect-ratio: 9 / 16;
    max-height: 60vh;
  }
}

.section-map-main {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.section-map-main .hover {
  transform: scale(1.1);
}

.section-map-ticket {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 10;
  width: 100%;
  max-width: 390px;
  background-color: #000;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}

@media (max-width: 599px) {
  .section-map-ticket {
    max-width: 290px;
  }
}

.section-map-ticket.is-active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
}

.section-map-ticket.is-animated {
  opacity: 1;
}

.section-map-ticket__header {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}

.section-map-ticket__close {
  position: relative;
  margin-left: auto;
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border-left: 1px solid #fff;
}

.section-map-ticket__close::after,
.section-map-ticket__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: 0;
  width: 2px;
  height: 15px;
  transform-origin: 50% 50%;
  background-color: #fff;
}

.section-map-ticket__close::before {
  transform: rotate(45deg);
}

.section-map-ticket__close::after {
  transform: rotate(-45deg);
}

.section-map-ticket__close:hover {
  background-color: rgba(255, 255, 255, 1);
}

.section-map-ticket__close:hover:after,
.section-map-ticket__close:hover::before {
  background-color: #000;
}

.section-map-ticket__heading {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 599px) {
  .section-map-ticket__heading {
    font-size: 16px;
  }
}

.section-map-ticket__tags {
  display: flex;
  flex-wrap: wrap;
}

.section-map-ticket__tags-item {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 12px;
  background-color: #fff;
  margin-right: 9px;
  margin-top: 9px;
}

.section-map-ticket__content {
  color: #fff;
}

.section-map-ticket__content strong {
  font-weight: 600;
}

.section-map-ticket__content p {
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 599px) {
  .section-map-ticket__content p {
    font-size: 14px;
    line-height: 1.2;
  }
}

.section-map-ticket__content p a {
  text-decoration: underline;
}

.section-map-ticket__content p a:hover {
  text-decoration: none;
}

.section--map--select {
  max-width: 400px;
  margin-bottom: 0;
}

@media (max-width: 899px) {
  .section--map--select {
    max-width: 100%;
  }
}

.section-map-main [aria-hidden="true"] {
  visibility: visible;
}

/* General */

.video-loader {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 1;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.video-loader.hidden {
  opacity: 0;
}

.video-loader svg {
  width: 150px;
  height: 150px;
  transform: rotate(270deg) scale(1);
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    transform: rotate(270deg) scale(0.9);
    opacity: 0;
  }

  50% {
    transform: rotate(270deg) scale(1);
    opacity: 1;
  }

  100% {
    transform: rotate(270deg) scale(0.9);
    opacity: 0;
  }
}

.video-loader > span {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  display: none;
}

.page-hero {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

.page-hero-video-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -70px auto auto;
}

@media (max-width: 899px) {
  .page-hero-video-container {
    margin: 0px auto auto;
  }
}

.page-hero-video-container::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #000;
}

.page-hero-video-container video {
  position: relative;
  width: 100%;
  z-index: 2;
  aspect-ratio: 16 / 9;
}

@media (max-width: 899px) {
  .page-hero-video-container video {
    aspect-ratio: 9 / 12;
    object-fit: cover;
  }
}

@media (max-width: 599px) {
  .page-hero-video-container video {
    aspect-ratio: 9 / 13;
  }
}

.page-hero-video-container .video-loader {
  -webkit-transition: all 2500ms ease-out;
  -moz-transition: all 2500ms ease-out;
  -o-transition: all 2500ms ease-out;
  transition: all 2500ms ease-out;
}

/* Versatility hero */

.versatility-hero-video-container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -150px auto auto;
}

@media (max-width: 1399px) {
  .versatility-hero-video-container {
    margin: -50px auto auto;
  }
}

@media (max-width: 599px) {
  .versatility-hero-video-container {
    margin: -150px auto auto;
  }
}

.versatility-hero-video-container::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../video/versatility-res-2x-poster.jpg"),
    url("../video/versatility-portrait-poster.jpg");
  background-position: 50% 50%, 50% 50%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}

@media (max-width: 599px) {
  .versatility-hero-video-container::before {
    background-image: url("../video/versatility-portrait-poster.jpg"),
      url("../video/versatility-res-2x-poster.jpg");
  }
}

.versatility-hero-video-container video {
  position: relative;
  width: 100%;
  z-index: 2;
  aspect-ratio: 16 / 9;
}

@media (max-width: 599px) {
  .versatility-hero-video-container video {
    aspect-ratio: 9 / 16;
  }
}

/* Control hero */

.control-hero-video-container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -150px auto auto;
}

@media (max-width: 1399px) {
  .control-hero-video-container {
    margin: 50px auto auto;
  }
}

.control-hero-video-container::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../video/control-res-2x-poster.jpg"),
    url("../video/control-portrait-poster.jpg");
  background-position: 50% 50%, 50% 50%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}

@media (max-width: 599px) {
  .control-hero-video-container::before {
    background-image: url("../video/control-portrait-poster.jpg"),
      url("../video/control-res-2x-poster.jpg");
  }
}

.control-hero-video-container video {
  position: relative;
  width: 100%;
  z-index: 2;
  aspect-ratio: 16 / 9;
}

@media (max-width: 599px) {
  .control-hero-video-container video {
    aspect-ratio: 9 / 16;
  }
}

/* Control hero */

.performance-hero-video-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -250px auto -250px;
}

@media (max-width: 1399px) {
  .performance-hero-video-container {
    margin: -50px auto -50px;
  }
}

@media (max-width: 899px) {
  .performance-hero-video-container {
    margin: -50px auto -50px;
    overflow: hidden;
  }
}

.performance-hero-video-container::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../video/performance-poster.jpg");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.performance-hero-video-container video {
  position: relative;
  width: 100%;
  z-index: 2;
  aspect-ratio: 10 / 7.34375;
}

@media (max-width: 1199px) {
  .performance-hero-video-container video {
    width: 125%;
    max-width: none;
  }
}

.news-items {
  display: flex;
  gap: 5rem;
}

.news-items > .swiper-container {
  overflow: hidden;
  max-width: 1470px;
  margin-left: auto;
}

.news-item {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 12fr 22fr;
  align-items: stretch;
}

@media only screen and (max-width: 899px) {
  .news-item {
    display: flex;
    flex-direction: column-reverse;
  }
}

.news-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: calc(100% - 145px);
  height: 2px;
  background-color: var(--bgNavi);
  transform: translateY(-6px);
}

@media only screen and (max-width: 899px) {
  .news-item::after {
    top: 27%;
    bottom: auto;
    left: -30px;
    width: calc(100% - 45px);
    height: 1px;
    transform: none;
  }
}

.news-item::before {
  position: absolute;
  content: "";
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  transform: rotate(270deg) translateX(3px);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33.78 33.75' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m885.37 298.53v3.8s-8.79 8.77-8.93 8.92h10l3.67-3.78v-12.86h-17.4l7.25 2.92zm10.49 3.91v-3.9h2.81l2.53-2.41 5.33-1.52h-15.95v12.39zm-5.72-21.16-3.67-3.78h-10c.14.15 8.94 8.92 8.94 8.92v3.81l-5.37 1-7.25 2.92h17.39zm16.39 12.86-5.33-1.51-2.53-2.41h-2.81v-3.89l-5.28-4.6v12.4z' fill='%23fff' transform='translate(-872.75 -277.5)' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 899px) {
  .news-item::before {
    top: 25.5%;
    right: 37px;
    bottom: auto;
    width: 25px;
    height: 25px;
  }
}

.news-item-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #97989a;
  color: var(--bgNavi);
  border-right: 2px solid var(--bgNavi);
  padding: 30px 128px 30px 28px;
}

@media only screen and (max-width: 899px) {
  .news-item-start {
    border-right: none;
    padding: 42px 36px 60px 36px;
  }
}

@media only screen and (max-width: 599px) {
  .news-item-start {
    border-right: none;
    padding: 36px 32px 50px 32px;
  }
}

@media only screen and (max-width: 399px) {
  .news-item-start {
    border-right: none;
    padding: 32px 20px 36px 20px;
  }
}

.news-item-start-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-height: 254px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 899px) {
  .news-item-start-content {
    gap: 1rem;
    max-height: 225px;
  }
}

.news-item-start-content-title {
  font-size: 20px;
  letter-spacing: 0.025ex;
  line-height: 1.35;
}

@media only screen and (max-width: 899px) {
  .news-item-start-content-title {
    font-size: 27px;
    letter-spacing: 0.17ex;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 599px) {
  .news-item-start-content-title {
    font-size: 21px;
    letter-spacing: 0.12ex;
  }
}

@media only screen and (max-width: 399px) {
  .news-item-start-content-title {
    font-size: 18px;
    letter-spacing: 0.06ex;
  }
}

.news-item-end {
}

.news-item-end img {
  width: 100%;
  max-height: 630px;
  object-fit: cover;
}

@media only screen and (max-width: 899px) {
  .news-item-end img {
    max-height: 320px;
  }
}

.archon-product-showcase {
  width: calc(100% + 30px);
  overflow-x: hidden;
}

@media only screen and (max-width: 899px) {
  .archon-product-showcase {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 399px) {
  .archon-product-showcase {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.archon-navi-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding-right: 22px;
  margin-bottom: 22px;
}

.news-items-arrows {
  margin: -80px -30px 85px auto;
  padding-right: 0;
}

@media only screen and (max-width: 1399px) {
  .news-items-arrows {
    margin: 32px -30px 32px auto;
  }
}

@media only screen and (max-width: 899px) {
  .archon-navi-arrows {
    margin: -32px -8px 32px auto;
  }
}

@media only screen and (max-width: 399px) {
  .news-items-arrows {
    margin-right: -20px;
  }
}

.archon-navi-arrows > a {
  position: relative;
  display: inline-flex;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0.5;
}

.archon-navi-arrows > a:hover {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .archon-navi-arrows-bigger > a {
    width: 90px;
    height: 90px;
  }
}

.archon-navi-arrows > a::before,
.archon-navi-arrows > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  content: "";
  background: #333;
  transform: translateY(6.1px) rotate(45deg);
  -webkit-transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (min-width: 600px) {
  .archon-navi-arrows-bigger > a::before,
  .archon-navi-arrows-bigger > a::after {
    height: 36px;
    transform: translateY(12.5px) rotate(45deg);
    -webkit-transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  }
}

.archon-navi-arrows-light > a::before,
.archon-navi-arrows-light > a::after {
  background: #eee;
}

.archon-navi-arrows > a::after {
  transform: translateY(-6.1px) rotate(-45deg);
}

@media only screen and (min-width: 600px) {
  .archon-navi-arrows-bigger > a::after {
    transform: translateY(-12.2px) rotate(-45deg);
  }
}

.archon-navi-arrows > a.prev::before {
  transform: translateY(6.1px) rotate(-45deg);
}

@media only screen and (min-width: 600px) {
  .archon-navi-arrows-bigger > a.prev::before {
    transform: translateY(12.2px) rotate(-45deg);
  }
}

.archon-navi-arrows > a.prev::after {
  transform: translateY(-6.1px) rotate(45deg);
}

@media only screen and (min-width: 600px) {
  .archon-navi-arrows-bigger > a.prev::after {
    transform: translateY(-12.2px) rotate(45deg);
  }
}

.archon-navi-arrows > a.swiper-button-disabled,
.news-items-arrows > a.swiper-button-disabled {
  opacity: 0.075;
  cursor: default;
}

/* arrow animations not used
.archon-navi-arrows > a:hover:before,
.archon-navi-arrows > a:hover::after {
  background: var(--bgMain);
  height: 25px;
  width: 1.33px;
}

.archon-navi-arrows-bigger > a:hover:before,
.archon-navi-arrows-bigger > a:hover::after {
  height: 45px;
}

.archon-navi-arrows-light > a:hover:before,
.archon-navi-arrows-light > a:hover::after {
  background: var(--bgNavi);
}

.archon-navi-arrows > a:hover::before {
  transform: translateY(5.15px) translateX(4px) rotate(65deg);
}

.archon-navi-arrows-bigger > a:hover::before {
  transform: translateY(9.3px) translateX(8px) rotate(65deg);
}

.archon-navi-arrows > a:hover::after {
  transform: translateY(-5.15px) translateX(4px) rotate(-65deg);
}

.archon-navi-arrows-bigger > a:hover::after {
  transform: translateY(-9.3px) translateX(8px) rotate(-65deg);
}

.archon-navi-arrows > a.prev:hover::before {
  transform: translateY(5.15px) translateX(-4px) rotate(-65deg);
}

.archon-navi-arrows-bigger > a.prev:hover::before {
  transform: translateY(9.3px) translateX(-8px) rotate(-65deg);
}

.archon-navi-arrows > a.prev:hover::after {
  transform: translateY(-5.15px) translateX(-4px) rotate(65deg);
}

.archon-navi-arrows-bigger > a.prev:hover::after {
  transform: translateY(-9.3px) translateX(-8px) rotate(65deg);
} */

.archon-product-showcase-images {
  overflow: hidden;
}

.archon-product-showcase-images a {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.archon-product-showcase-images-popup .mfp-close {
  height: 55px;
  line-height: 64px;
  font-size: 38px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: -15px;
  min-width: 0;
}

.archon-product-showcase-images-popup .mfp-close:hover {
  background: none;
}

@media (min-width: 1899px) {
  .mfp-wrap.zs-800-gallery-popup .mfp-content {
    height: 1600px;
    max-height: 90vh;
    width: 1600px;
    max-width: 90vw;
  }

  .mfp-wrap.zs-800-gallery-popup .mfp-figure {
    height: 100%;
  }

  .mfp-wrap.zs-800-gallery-popup .mfp-figure figure {
    height: 100%;
  }

  .mfp-wrap.zs-800-gallery-popup img.mfp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.technical-specification-navi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6px;
}

.technical-specification-navi-item {
  position: relative;
  padding-left: 61px;
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .technical-specification-navi-item {
    padding-left: 0;
  }
}

.technical-specification-navi-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -30px;
  margin: auto;
  width: 60px;
  height: 1px;
  background: var(--bgNavi);
  opacity: 0;
  -webkit-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  z-index: 2;
}

@media (max-width: 1199px) {
  .technical-specification-navi-item::before {
    width: 18px;
    top: 14px;
    transform: translate(-20px, 0);
  }
}

@media (max-width: 599px) {
  .technical-specification-navi-item::before {
    top: 11px;
  }
}

@media (max-width: 399px) {
  .technical-specification-navi-item::before {
    top: 11px;
    width: 10px;
    left: -20px;
  }
}

.technical-specification-navi-item:hover::before {
  opacity: 1;
  transform: translate(0px, 0);
}

.technical-specification-navi-item.active {
  pointer-events: none;
  opacity: 1;
}

@media (max-width: 1199px) {
  .technical-specification-navi-item.active {
    top: 0;
  }
}

.technical-specification-navi-item.active::before,
.technical-specification-navi-item.active:hover::before {
  transform: rotate(0deg) translate(0, 0);
  opacity: 1;
}

.technical-specification-navi-item > a {
  line-height: 1;
}

.technical-specification-navi-item > a > span.heading-small {
  display: block;
  margin-top: 2px;
  letter-spacing: normal;
}

@media (max-width: 1199px) {
  .technical-specification-navi-item > a > span.heading-small {
    font-size: 18px;
    line-height: 1;
  }
}

.technical-specification-navi-images {
  position: relative;
  min-height: 800px;
}

@media (max-width: 1699px) {
  .technical-specification-navi-images {
    min-height: 700px;
  }
}

@media (max-width: 1399px) {
  .technical-specification-navi-images {
    min-height: 600px;
  }
}

@media (max-width: 1199px) {
  .technical-specification-navi-images {
    min-height: 400px;
  }
}

@media (max-width: 899px) {
  .technical-specification-navi-images {
    min-height: none;
  }
}

.technical-specification-navi-images > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.technical-specification-navi-images > img:first-child,
.technical-specification-navi-images > img.active {
  visibility: visible;
  opacity: 1;
}

.technical-specification-navi-table {
  display: none;
  opacity: 0;
}

.technical-specification-navi-table.active {
  display: block;
  animation: opacityFadeIn 0.2s forwards;
}

@keyframes opacityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
