@charset "UTF-8";
/* WP */
/* Color */
/* Container */
/* Breakpoints */
/* Padding */
/* Header */
/* Z-index */
/* Container main */
/* Header height */
/* Fonts */
/* Bootstrap 5 Breakpoints */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "SourceSansPro-Regular"; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

: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(-1 * 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:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.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-container-horizontal > .swiper-pagination-bullets, .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, .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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-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%;
  -o-object-fit: contain;
     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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* html & body */
html {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
body.loading * {
  transition: none !important;
}
body.overflow-hidden {
  overflow: hidden;
}
body.small-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

#main-wrap {
  min-height: calc(100vh - 85px);
  padding-top: 85px;
}

/* All */
*,
*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Links */
a {
  color: #262626;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/* Text */
b,
strong {
  font-family: "SourceSansPro-SemiBold";
  font-weight: normal;
}

ul {
  list-style: none;
}
ul.dots {
  list-style: disc;
  padding-left: 20px;
}
ul.dots.dots-orange li::marker {
  color: #ECCDC1;
}

li {
  margin: 1em 0 !important;
}

[class*=container] ul li::before {
  content: "•";
  color: #ECCDC1;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

picture img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-orange ul li::before {
  content: "•";
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* CSS var */
:root {
  --container-pl: 14px;
  --container-pr: 14px;
}
@media (min-width: 375px) {
  :root {
    --container-pl: 18px;
    --container-pr: 18px;
  }
}
@media (min-width: 576px) {
  :root {
    --container-pl: 20px;
    --container-pr: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-pl: 30px;
    --container-pr: 30px;
  }
}
@media (min-width: 1024px) {
  :root {
    --container-pl: 50px;
    --container-pr: 30px;
  }
}
@media (min-width: 1300px) {
  :root {
    --container-pl: 50px;
    --container-pr: 50px;
  }
}
@media (min-width: 1920px) {
  :root {
    --container-pl: 50px;
    --container-pr: 50px;
  }
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-Regular.eot"); /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-Regular.woff2") format("woff2"), url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-Regular.woff") format("woff"), url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-Regular.ttf") format("truetype"), url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-SemiBold.woff") format("woff"), url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-SemiBold.ttf") format("truetype"), url("/../../wp-content/themes/ikpp/fonts/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ikpp_ico";
  src: url("/../../wp-content/themes/ikpp/fonts/ikpp_ico.eot?s8rt73");
  src: url("/../../wp-content/themes/ikpp/fonts/ikpp_ico.eot?s8rt73#iefix") format("embedded-opentype"), url("/../../wp-content/themes/ikpp/fonts/ikpp_ico.ttf?s8rt73") format("truetype"), url("/../../wp-content/themes/ikpp/fonts/ikpp_ico.woff?s8rt73") format("woff"), url("/../../wp-content/themes/ikpp/fonts/ikpp_ico.svg?s8rt73#ikpp_ico") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "SourceSansPro-Regular";
  font-size: 1.19rem;
  line-height: 1.44rem;
  color: #262626;
}

h1,
.h1 {
  font-family: "SourceSansPro-Regular";
  font-size: 1.75rem;
  line-height: 1.9rem;
  text-transform: none;
  word-wrap: break-word;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
}
h2,
.h2 {
  font-family: "SourceSansPro-SemiBold";
  font-size: 1rem;
  line-height: 1.19rem;
  text-transform: uppercase;
  word-wrap: break-word;
  letter-spacing: 2px;
  margin: 0;
}

h3,
.h3 {
  font-family: "SourceSansPro-SemiBold";
  font-size: 1.5rem;
  line-height: 1.75rem;
  word-wrap: break-word;
  margin: 0;
}

h4 {
  font-family: "SourceSansPro-Regular";
  font-size: 1.5rem;
  line-height: 1.75rem;
  word-wrap: break-word;
  margin: 0;
}

.text-lg {
  font-size: 1.5rem;
  line-height: 1.65rem;
}

.text-md {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

h1, .h1, h2, .h1, h3, h4 {
  font-weight: normal;
}

/* Position */
.relative {
  position: relative;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Seperating content */
.spacer {
  display: block;
  height: 1px;
}
.spacer.spacer-s {
  margin: 20px 0;
}
.spacer.spacer-m {
  margin: 30px 0;
}
.spacer.spacer-l {
  margin: 40px 0;
}

.divider {
  display: block;
  margin: 0;
  padding: 0;
}
.divider.divider-s {
  margin-top: 20px;
  padding-bottom: 20px;
}
.divider.divider-m {
  margin-top: 30px;
  padding-bottom: 30px;
}
.divider.divider-l {
  margin-top: 40px;
  padding-bottom: 40px;
}

.border-top {
  border-top: 1px solid #CFCFCF;
}

.border-bottom {
  border-bottom: 1px solid #CFCFCF;
}

.rounded {
  border-radius: 6px;
}

.icon-zoom {
  margin-right: 10px;
}

.hide_add_to_cart {
  display: none !important;
}

.show_add_to_cart {
  display: block !important;
}

.hidde_fb_group {
  display: none !important;
}

.product-card-article {
  grid-column: right-gap/right-end;
  grid-row: 1/6;
  margin-bottom: 50px;
}
.product-card-article .card-product {
  position: relative !important;
  margin-bottom: 20px;
}

.blockOverlay {
  position: relative !important;
}

#select-platform {
  background-color: #f0ebe7;
  height: 100%;
  width: 176px;
  padding: 10px 19px 0px 19px;
  text-align: center;
  border-left: 1px solid #f0ebe8;
  border-right: 1px solid #f0ebe8;
}
#select-platform span {
  font-family: "SourceSansPro-Regular";
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 2px;
}
#select-platform .date-switch {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  height: 50px;
}
#select-platform .date-switch li {
  margin: 0px !important;
  align-items: center;
}
#select-platform .date-switch li:before {
  content: "·";
  font-size: 20px;
  vertical-align: middle;
  line-height: 20px;
  padding-right: 5px;
}
#select-platform .date-switch .previous_date:before {
  display: none;
}
#select-platform .current-date-link {
  border-bottom: 3px solid #008AB3;
  width: 50px;
  height: 3px;
  border: 0;
  z-index: 9999;
  background: #008AB3;
  margin-left: 10px;
  margin-right: auto;
  transform: translateY(-3px);
}

@media (max-width: 1130px) {
  #select-platform {
    margin-left: auto;
    padding-top: 0px;
  }
}
@media (max-width: 390px) {
  #select-platform {
    display: none;
  }
}
.menu-is-active #select-platform {
  display: block;
  margin-left: unset;
  width: 100%;
}

.arrow-left {
  transform: rotate(-90deg);
}

.arrow-right {
  transform: rotate(90deg);
}

/* Colors */
.white {
  color: #fff;
}

.white-hover:hover {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-white-hover:hover {
  background-color: #fff;
}

.dark {
  color: #262626;
}

.dark-hover:hover {
  color: #262626;
}

.bg-dark {
  background-color: #262626;
}

.bg-dark-hover:hover {
  background-color: #262626;
}

.gray-light {
  color: #E5E5E5;
}

.gray-light-hover:hover {
  color: #E5E5E5;
}

.bg-gray-light {
  background-color: #E5E5E5;
}

.bg-gray-light-hover:hover {
  background-color: #E5E5E5;
}

.gray-mid {
  color: #E4DCD7;
}

.gray-mid-hover:hover {
  color: #E4DCD7;
}

.bg-gray-mid {
  background-color: #E4DCD7;
}

.bg-gray-mid-hover:hover {
  background-color: #E4DCD7;
}

.gray-mid-2 {
  color: #CFCFCF;
}

.gray-mid-2-hover:hover {
  color: #CFCFCF;
}

.bg-gray-mid-2 {
  background-color: #CFCFCF;
}

.bg-gray-mid-2-hover:hover {
  background-color: #CFCFCF;
}

.gray-dark {
  color: #939393;
}

.gray-dark-hover:hover {
  color: #939393;
}

.bg-gray-dark {
  background-color: #939393;
}

.bg-gray-dark-hover:hover {
  background-color: #939393;
}

.blue {
  color: #008AB3;
}

.blue-hover:hover {
  color: #008AB3;
}

.bg-blue {
  background-color: #008AB3;
}

.bg-blue-hover:hover {
  background-color: #008AB3;
}

.orange {
  color: #ECCDC1;
}

.orange-hover:hover {
  color: #ECCDC1;
}

.bg-orange {
  background-color: #ECCDC1;
}

.bg-orange-hover:hover {
  background-color: #ECCDC1;
}

.yellow {
  color: #FFC019;
}

.yellow-hover:hover {
  color: #FFC019;
}

.bg-yellow {
  background-color: #FFC019;
}

.bg-yellow-hover:hover {
  background-color: #FFC019;
}

.beige {
  color: #f0ebe8;
}

.beige-hover:hover {
  color: #f0ebe8;
}

.bg-beige {
  background-color: #f0ebe8;
}

.bg-beige-hover:hover {
  background-color: #f0ebe8;
}

/* Text */
.text-left {
  text-align: left;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.mid-print {
  font-size: 16px;
  line-height: 18px;
}

.small-print {
  font-size: 13px;
  line-height: 14px;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 2.5rem;
}
.icon.icon-mid {
  width: 1.8rem;
}
.icon.icon-small {
  width: 1.25rem;
}

.icon-flex {
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 2.5rem;
  width: 2.5rem;
}
.icon-flex.icon-mid {
  flex: 0 0 1.75rem;
  width: 1.75rem;
}
.icon-flex.icon-small {
  flex: 0 0 1.25rem;
  width: 1.25rem;
}

.icon-home,
.icon-user,
.icon-mail,
.icon-info,
.icon-in,
.icon-fb,
.icon-zoom,
.icon-plus,
.icon-minus,
.icon-download,
.icon-invoice,
.icon-paypal,
.icon-credit_card,
.icon-play,
.icon-arrow-up,
.icon-arrow-down,
.icon-arrow-l,
.icon-arrow-r,
.icon-close,
.icon-menu_close,
.icon-menu {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ikpp_ico" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e911";
}

.icon-info:before {
  content: "\e912";
}

.icon-in:before {
  content: "\e900";
}

.icon-fb:before {
  content: "\e901";
}

.icon-zoom:before {
  content: "\e902";
}

.icon-plus:before {
  content: "\e903";
}

.icon-minus:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-invoice:before {
  content: "\e906";
}

.icon-paypal:before {
  content: "\e907";
}

.icon-credit_card:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

.icon-arrow-up:before {
  content: "\e90a";
}

.icon-arrow-down:before {
  content: "\e90b";
}

.icon-arrow-l:before {
  content: "\e90c";
}

.icon-arrow-r:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90e";
}

.icon-menu_close:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e910";
}

/* Display */
.flex {
  display: flex;
}

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

/* Flex layout */
.flex-60-40 .content-holder {
  display: flex;
  justify-content: space-between;
}
.flex-60-40 .col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.flex-60-40 .col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

/* Justify content */
.justify-start {
  justify-content: flex-start;
}

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

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.items-start {
  align-items: flex-start;
}

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

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

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

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

/* Square holder */
.square-holder {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.square-holder::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-holder .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-holder .square-content img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Height & width */
.h-full {
  height: 100%;
}

.h-half {
  height: 50%;
}

.mh-half {
  max-height: 50%;
}

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-auto {
  width: auto;
}

.mw-half {
  max-width: 50%;
}

.mw-container {
  max-width: 1350px;
}

.mw-container-inner {
  max-width: 1000px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.mw-100 {
  max-width: 100px;
}

.mw-200 {
  max-width: 200px;
}

.mw-300 {
  max-width: 300px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-800 {
  max-width: 800px;
}

.mw-900 {
  max-width: 900px;
}

/* Container element */
.container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (min-width: 1300px) {
  .container {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* Container padding */
.container-py {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 375px) {
  .container-py {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .container-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1300px) {
  .container-py {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Container padding */
.container-px {
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-px {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (min-width: 1300px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1920px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-py {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 375px) {
  .container-py {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .container-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1300px) {
  .container-py {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Padding & margin */
.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-0 {
  margin: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-1 {
  margin: 0.25rem;
}

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-2 {
  margin: 0.5rem;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-3 {
  margin: 0.75rem;
}

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

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

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-4 {
  margin: 1rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.p-5 {
  padding: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-5 {
  margin: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-6 {
  margin: 1.5rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.m-7 {
  margin: 1.75rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.m-8 {
  margin: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.m-9 {
  margin: 2.25rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-10 {
  margin: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.p-11 {
  padding: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.m-11 {
  margin: 2.75rem;
}

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

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

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-12 {
  padding: 3rem;
}

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

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

.ml-12 {
  margin-left: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-12 {
  margin: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.p-13 {
  padding: 3.25rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.m-13 {
  margin: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.p-14 {
  padding: 3.5rem;
}

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

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

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

.mr-14 {
  margin-right: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-14 {
  margin: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-15 {
  padding: 3.75rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-15 {
  margin: 3.75rem;
}

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

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

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-16 {
  padding: 4rem;
}

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

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

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

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

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-16 {
  margin: 4rem;
}

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

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

.pl-20 {
  padding-left: 5rem;
}

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.p-20 {
  padding: 5rem;
}

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

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

.ml-20 {
  margin-left: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-20 {
  margin: 5rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-25 {
  padding: 6.25rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mx-25 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.m-25 {
  margin: 6.25rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-30 {
  padding: 7.5rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.m-30 {
  margin: 7.5rem;
}

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

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

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

.mt-auto {
  margin-top: auto;
}

/* Visibility */
.display-xxs {
  display: none !important;
}

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

@media (max-width: 374.98px) {
  .display-xs {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .hide-xs {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .display-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .display-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .display-lg {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 1299.98px) {
  .display-xl {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hide-xl {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .display-xxl {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hide-xxl {
    display: none !important;
  }
}

/* Scrollbar */
.hide-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

footer {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
}
footer .content-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  footer .content-holder {
    grid-template-columns: 0.6fr 0.25fr 0.15fr;
  }
  footer .content-holder .contact {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 0;
    border-top: none;
  }
  footer .content-holder .subscribe {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 0;
  }
  footer .content-holder .social {
    grid-column: 3/4;
    grid-row: 1/2;
    padding-left: 1rem;
    border-left: 1px solid #CFCFCF;
  }
  footer .content-holder .footer-bottom {
    grid-column: 1/2;
    grid-row: 2/3;
    border-top: none;
  }
}

.grid-main {
  --col-gap: 40px;
  --gap: 20px;
  display: grid;
  grid-template-columns: [start] var(--container-pl) [content-start] 1fr [content-end] var(--container-pr) [end];
  justify-content: space-between;
  row-gap: var(--gap);
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 1024px) {
  .grid-main {
    --col-gap: 70px;
    --gap: 30px;
    --col-left-max: calc(1350px * 0.6 - (2 * var(--col-gap)) - var(--container-pl));
    --col-right-max: calc(1350px * 0.4 - (2 * var(--col-gap)) - var(--container-pr));
    grid-template-columns: [start] minmax(var(--container-pl), 1fr) [left-start] minmax(300px, var(--col-left-max)) [left-gap] var(--col-gap) [left-end] var(--col-gap) [mid] var(--col-gap) [right-start] var(--col-gap) [right-gap] minmax(300px, var(--col-right-max)) [right-end] minmax(var(--container-pr), 1fr) [end];
  }
}

.grid-main .banner-image {
  grid-column: start/end;
  min-height: 100px;
}
.grid-main .grid-main-left {
  margin-bottom: auto;
  grid-column: content-start/content-end;
}
.grid-main .grid-main-right {
  grid-column: content-start/content-end;
}
.grid-main .card-product-info-list .card {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .grid-main .banner-bg {
    grid-column: start/end;
    grid-row: 1/2;
  }
  .grid-main .banner-image {
    grid-column: left-start/right-gap;
    grid-row: 1/2;
  }
  .grid-main .grid-main-left {
    grid-column: left-start/left-end;
    grid-row: 1/3;
  }
  .grid-main .grid-main-left.first-row {
    grid-row: 1/3;
  }
  .grid-main .grid-main-left.second-row {
    grid-row: 2/3;
    padding-bottom: 60px;
  }
  .grid-main .grid-main-right {
    grid-column: right-start/right-end;
    grid-row: 1/3;
  }
  .grid-main .grid-main-right.first-row {
    grid-row: 1/3;
    transform: translateY(50px);
  }
  .grid-main .grid-main-right.second-row {
    grid-row: 2/3;
    transform: translateY(-60px);
  }
  .grid-main .border-middle {
    grid-column: left-end/right-start;
    grid-row-start: 2;
    justify-self: center;
    width: 1px;
  }
  .grid-main .border-middle.border-1-7 {
    grid-row: 1/7;
  }
}

.grid-basic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.menu {
  padding-left: 14px;
  padding-right: 14px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100vh;
  transform: translateX(110vw);
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.71, 0.01, 0.25, 0.98), z-index 0s 0.4s, visibility 0s 0.4s;
}
@media (min-width: 375px) {
  .menu {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 576px) {
  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .menu {
    padding-left: calc(50px /2);
    padding-right: calc(30px /2);
  }
}
@media (min-width: 1300px) {
  .menu {
    padding-left: calc(50px /2);
    padding-right: calc(50px /2);
  }
}
@media (min-width: 1920px) {
  .menu {
    padding-left: calc(50px /2);
    padding-right: calc(50px /2);
  }
}
@media (min-width: 576px) {
  .menu {
    min-width: 360px;
  }
}
.menu.menu-is-active {
  z-index: 9999;
  visibility: visible;
  transform: translateX(0);
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  transition: transform 0.35s 0s cubic-bezier(0.46, 0.02, 0.54, 1.05), z-index 0s, visibility 0s;
}
.menu .button-holder {
  height: 72px;
}
@media (min-width: 1024px) {
  .menu .button-holder {
    height: 83px;
  }
}
.menu ul {
  list-style: none;
}
.menu ul li:first-of-type a span {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ikpp_ico" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu ul li:first-of-type a span:before {
  content: "\e913";
}
.menu ul#menu-glavni-meni li {
  position: relative;
}
.menu ul#menu-glavni-meni li::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.menu ul#menu-glavni-meni li:last-child::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3019607843);
}
.menu ul .menu-content li a {
  color: #fff;
}

/* Base button style */
button {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.btn-primary,
.link-primary {
  display: block;
  position: relative;
  padding: 12px 19px;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: color 0.45s ease-in-out;
}
.btn-primary::after,
.link-primary::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.btn-primary:hover::after, .btn-primary:focus::after,
.link-primary:hover::after,
.link-primary:focus::after {
  opacity: 0.08;
}
.btn-primary.flex,
.link-primary.flex {
  display: flex !important;
}

/* Link animation */
a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.45s ease-in-out;
}
@media (hover: hover) {
  a:hover {
    background-size: 100% 2px;
  }
}
a.bg-animation-off, a.link-primary {
  background-image: none;
  background-size: auto;
}
a.bg-animation-off:hover, a.link-primary:hover {
  background-size: auto;
}

a.bg-animation-child {
  background-image: none;
  background-size: auto;
}
a.bg-animation-child .underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.45s ease-in-out;
}
a.bg-animation-child:hover {
  background-size: auto;
}
a.bg-animation-child:hover .underline {
  background-size: 100% 2px;
}

.small-print a {
  background-size: 0% 1px;
}
.small-print a:hover {
  background-size: 100% 1px;
}

/* Link arrow */
.underline-animation {
  position: relative;
}
.underline-animation:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #008AB3;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .underline-animation:hover:after {
    transform: scaleX(1);
  }
}

/* Menu button */
#btn-menu {
  opacity: 1;
  position: relative;
  height: 20px;
  width: 26px;
  transition: opacity 1s ease-in-out;
}
#btn-menu span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 20px;
  background: #008AB3;
  transition: all 0.15s ease-in-out;
}
#btn-menu span:nth-child(1) {
  top: 0;
}
#btn-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#btn-menu span:nth-child(3) {
  bottom: 0;
}

#btn-close-menu {
  opacity: 1;
  position: relative;
  height: 20px;
  width: 26px;
  transition: opacity 1s ease-in-out;
}
#btn-close-menu span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
}
#btn-close-menu span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg) scale(0.6);
}
#btn-close-menu span:nth-child(2) {
  top: 11px;
  bottom: auto;
  transform: rotate(-135deg) scale(0.6);
}

#btn-menu.menu-is-active span {
  transition: all 0.25s ease-in-out;
}
#btn-menu.menu-is-active span:nth-child(1) {
  transform: translateY(5px);
}
#btn-menu.menu-is-active span:nth-last-child(1) {
  transform: translateY(-5px);
}

.menu.menu-is-active #btn-close-menu span {
  transition: all 0.25s 0.2s ease-in-out;
}
.menu.menu-is-active #btn-close-menu span:nth-child(1) {
  transform: rotate(-45deg) scale(1);
}
.menu.menu-is-active #btn-close-menu span:nth-last-child(1) {
  transform: rotate(-135deg) scale(1);
}

.card-product h3 a::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("/../../wp-content/themes/ikpp/img/arrow-button-blue.svg");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  height: 1.75rem;
  width: 20px;
  margin-left: 0.5rem;
  margin-bottom: -0.3rem;
}

.card-article {
  padding-left: 30px;
}
.card-article .link {
  grid-area: link;
}
.card-article .link img {
  position: absolute;
  top: 0;
  left: -30px;
  height: 1.44rem;
}
.card-article p {
  grid-area: text;
}

.card-clinic-person .text {
  flex: 1 0 60%;
}
.card-clinic-person .image {
  flex: 1 0 40%;
}

.checkbox-parent.form-row .checkbox-holder,
.checkbox-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  border: none;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-input,
.checkbox-holder .checkbox-input {
  position: relative;
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-input input,
.checkbox-holder .checkbox-input input {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  margin-top: inherit;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-input svg,
.checkbox-holder .checkbox-input svg {
  transform: scale(0);
  margin: 2px;
  vertical-align: unset;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-input .check-stroke,
.checkbox-holder .checkbox-input .check-stroke {
  stroke: #fff;
}
.checkbox-parent.form-row .checkbox-holder .faux-checkbox,
.checkbox-holder .faux-checkbox {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-text,
.checkbox-holder .checkbox-text {
  flex: 0 1 calc(100% - 24px);
  margin: 0;
  text-align: left;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-text p,
.checkbox-holder .checkbox-text p {
  padding-left: 10px;
  margin: 0;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-input input:checked + .faux-checkbox,
.checkbox-holder .checkbox-input input:checked + .faux-checkbox {
  background-color: #008AB3;
}
.checkbox-parent.form-row .checkbox-holder .checkbox-input input:checked + .faux-checkbox svg,
.checkbox-holder .checkbox-input input:checked + .faux-checkbox svg {
  transform: scale(1);
}

.form-control {
  outline: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
  font-style: normal;
  color: #939393;
  font-size: 1.19rem;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: normal;
  color: #939393;
  font-size: 1.19rem;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
  font-style: normal;
  color: #939393;
  font-size: 1.19rem;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: normal;
  color: #939393;
  font-size: 1.19rem;
}

.list-cards.list-switch-cards .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .list-cards.list-switch-cards .card {
    flex-direction: row;
    margin-bottom: 1.9rem;
  }
  .list-cards.list-switch-cards .card.product-even {
    flex-direction: row-reverse;
  }
  .list-cards.list-switch-cards .card-image {
    flex: 0 0 60%;
    max-width: 60%;
    height: auto;
  }
  .list-cards.list-switch-cards .content-holder {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.list-cards.list-articles {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .list-cards.list-articles {
    grid-template-columns: 1fr 4fr 1fr 4fr;
    row-gap: 30px;
  }
  .list-cards.list-articles h2 {
    grid-column: 1/2;
  }
  .list-cards.list-articles .card:nth-child(2n+2) {
    grid-column: 2/3;
  }
  .list-cards.list-articles .card:nth-child(2n+3) {
    grid-column: 4/5;
  }
}

.navigation-bar {
  height: 72px;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .navigation-bar {
    height: 83px;
  }
}
@media (min-width: 375px) {
  .navigation-bar {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 576px) {
  .navigation-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .navigation-bar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .navigation-bar {
    padding-left: calc(50px /2);
    padding-right: calc(30px /2);
  }
}
@media (min-width: 1300px) {
  .navigation-bar {
    padding-left: calc(50px /2);
    padding-right: calc(50px /2);
  }
}
@media (min-width: 1920px) {
  .navigation-bar {
    padding-left: calc(50px /2);
    padding-right: calc(50px /2);
  }
}

.desktop-menu {
  margin-left: auto;
}
.desktop-menu ul {
  display: flex;
}
.desktop-menu li {
  position: relative;
  margin: 0 0.375rem !important;
  padding: 0 0.375rem;
  color: #008AB3;
}
.desktop-menu li::after {
  content: "·";
  position: absolute;
  right: -0.375rem;
  top: 2px;
  color: #CFCFCF;
  transform: translateX(50%);
}
.desktop-menu li::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateX(-50%) scale(0.0001, 1);
  background-color: #939393;
  transition: transform 0.45s ease-in-out;
}
.desktop-menu li:hover::before {
  transform: translateX(-50%) scale(1, 1);
}
.desktop-menu li:last-of-type::after {
  content: unset;
}
.desktop-menu li:first-of-type a span {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ikpp_ico" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desktop-menu li:first-of-type a span:before {
  content: "\e913";
}
.desktop-menu li[class*=current] {
  color: #262626;
}
.desktop-menu li[class*=current]::before {
  background-color: #008AB3;
  transform: translateX(-50%) scale(1, 1);
  transition: transform 0s;
}
.desktop-menu li a {
  color: inherit;
}
.desktop-menu li a:hover {
  background-size: 0 2px;
}

.navigation-tabs .content-holder {
  max-width: 500px;
}
.navigation-tabs a {
  align-self: stretch;
}
.navigation-tabs a.active {
  color: #262626;
}
.navigation-tabs a.active path {
  fill: #262626;
}
.navigation-tabs a.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: 2px;
  background-color: #008AB3;
}

.tab-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.tab-content.active {
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
}

.block-person .content-holder {
  display: grid;
  grid-template-areas: "person image" "text .";
  grid-template-columns: 7fr 3fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .block-person .content-holder {
    grid-template-areas: "person image" "text image";
  }
}
.block-person .content-holder .person {
  grid-area: person;
}
.block-person .content-holder .text {
  grid-area: text;
}
.block-person .content-holder img {
  grid-area: image;
}

.product-material .grid-main .file-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  grid-column: start/end;
  grid-row: span 1;
}
@media (min-width: 1024px) {
  .product-material .grid-main .file-holder {
    grid-column: start/right-start;
  }
}
.product-material .grid-main .file-contact {
  grid-column: start/end;
  grid-row: span 1;
}
@media (min-width: 1024px) {
  .product-material .grid-main .file-contact {
    grid-column: right-gap/end;
    grid-row: 1/2;
  }
}
.product-material .grid-main .border-middle {
  grid-column: right-start/right-gap;
  grid-row: 1/2;
  justify-self: center;
  width: 1px;
}

.product-program {
  /* Timeline visualisation */
  /* Date info */
}
@media (min-width: 768px) {
  .product-program .timeline {
    flex: 1 0 300px;
    min-width: 300px;
  }
}
@media (min-width: 1920px) {
  .product-program .timeline .content-holder {
    padding-left: 0;
  }
}
.product-program .timeline .toggle-timeline {
  margin-right: -34px;
  transform: rotate(180deg);
}
.product-program .timeline .toggle-timeline.tl-hidden {
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .product-program .timeline .toggle-timeline {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 0;
  }
}
.product-program .timeline .date-item.active .date-name,
.product-program .timeline .date-item.active .date-range {
  font-family: "SourceSansPro-SemiBold";
}
.product-program .date-item {
  --dot-right: -30px;
  --dot-width: 12px;
  --dot-right-lg: -33px;
  --dot-width-lg: 20px;
  --line-right: calc(var(--dot-right) + var(--dot-width) / 2);
  position: relative;
  /* Active indicator */
  /* Dots */
  /* Line */
  /* Arrow */
  /* Locked */
}
.product-program .date-item.active .date-name::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -5px;
  right: -47px;
  height: 35px;
  width: 3px;
  background-color: #008AB3;
}
.product-program .date-item::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 5px;
  right: var(--dot-right);
  height: var(--dot-width);
  width: var(--dot-width);
  border-radius: 50%;
  background-color: #008AB3;
}
.product-program .date-item.happening::before {
  right: var(--dot-right-lg);
  height: var(--dot-width-lg);
  width: var(--dot-width-lg);
  background-color: #FFC019;
}
.product-program .date-item.soon::before {
  background-color: #f0ebe8;
  border: 1px solid #008AB3;
}
.product-program .date-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(-100% + 5px);
  right: var(--line-right);
  height: 100%;
  width: 1px;
  border-right: 1px solid #008AB3;
}
.product-program .date-item.soon::after {
  border-right: 1px dashed #CFCFCF;
}
.product-program .date-item:nth-child(1)::after {
  content: none;
}
.product-program .date-item.happening .arrow-holder::before, .product-program .date-item.happening .arrow-holder::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -22px;
  height: 6px;
  width: 1px;
  background-color: #008AB3;
  transform: rotate(-45deg);
}
.product-program .date-item.happening .arrow-holder::after {
  right: -25px;
  height: 5px;
  transform: translateX(1px) rotate(45deg);
}
.product-program .date-item.date-item-locked {
  cursor: not-allowed;
}
.product-program .date-item-info {
  flex: 1 1 auto;
  min-width: calc(100vw - 80px);
}
@media (min-width: 768px) {
  .product-program .date-item-info {
    flex: 1 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    min-width: 0;
  }
}
.product-program .date-item-info .content-holder {
  flex-direction: column;
}
.product-program .date-item-info .content-holder .zoom {
  display: none;
}
.product-program .date-item-info .content-holder .zoom .zoom-link-wrapper {
  display: none;
}
.product-program .date-item-info .content-holder .zoom .maps-link-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .product-program .date-item-info .content-holder {
    flex-direction: row;
  }
  .product-program .date-item-info .content-holder .content {
    flex: 1 1 60%;
    max-width: 60%;
  }
  .product-program .date-item-info .content-holder .zoom {
    flex: 1 1 200px;
    max-width: 235px;
  }
}
.product-program .date-item-info .label {
  display: none;
}
.product-program .date-item-info .label.active {
  display: block;
}

.product-questions .grid-main > h2 {
  grid-column: start/end;
  grid-row: span 1;
}
@media (min-width: 1024px) {
  .product-questions .grid-main > h2 {
    grid-column: start/right-start;
  }
}
.product-questions .grid-main .content-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  grid-column: start/end;
  grid-row: span 1;
}
@media (min-width: 1024px) {
  .product-questions .grid-main .content-holder {
    grid-column: start/mid;
  }
}
.product-questions .grid-main .question-contact {
  grid-column: start/end;
  grid-row: span 1;
}
@media (min-width: 1024px) {
  .product-questions .grid-main .question-contact {
    grid-column: right-gap/end;
    grid-row: 1/2;
    padding-top: 0;
    border-top: none;
  }
}
.product-questions .grid-main .border-middle {
  grid-column: mid/right-gap;
  grid-row: 1/2;
  justify-self: center;
  width: 1px;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.block-title-text .content-holder {
  margin-left: -2px;
}
@media (min-width: 768px) {
  .block-title-text .content-holder {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .block-title-text-image .content-holder {
    display: flex;
    justify-content: space-between;
  }
  .block-title-text-image .text {
    flex: 0 0 calc(60% - 2.5rem);
    max-width: calc(60% - 2.5rem);
    padding-right: 2.5rem;
  }
  .block-title-text-image .image {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.block-wysiwyg h2,
.block-wysiwyg h3,
.block-wysiwyg h4 {
  margin-bottom: 0.5rem;
}
.block-wysiwyg p {
  margin-top: 0;
}
.content-text-image {
  gap: 0;
  background-color: #fff;
}
.content-text-image .image {
  grid-column: start/end;
}
.content-text-image .text {
  grid-column: content-start/content-end;
  padding: 15px 0 15px 0;
}
.content-text-image.content-even {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .content-text-image .image {
    grid-column: start/left-end;
    grid-row: 1/2;
  }
  .content-text-image .text {
    grid-column: mid/right-end;
    grid-row: 1/2;
    padding: 30px 0 30px 15px;
  }
  .content-text-image.content-even .image {
    grid-column: right-start/end;
  }
  .content-text-image.content-even .text {
    grid-column: left-start/mid;
    padding: 30px 15px 30px 0;
  }
}

.term {
  flex-direction: column;
}
.term button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .term {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .term.items-center {
    align-items: center;
  }
  .term button {
    flex: 0 0 170px;
    width: auto;
    margin-top: 0;
    margin-left: 1rem;
  }
}

.label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  line-height: 1.2rem;
  letter-spacing: 2px;
  flex-shrink: 0;
}
.label.label-happening {
  background-color: #FFC019;
}
.label.label-soon {
  background-color: #fff;
  border: 1px solid #008AB3;
  color: #008AB3;
}

.expandable-text {
  overflow: hidden;
  /* Icon */
  /* Active */
}
.expandable-text .expandable-content {
  max-height: 0;
  opacity: 0;
  margin-top: 0.5rem;
}
.expandable-text .expandable-content > p:first-child {
  margin-top: 0;
}
.expandable-text .expandable-content > p:last-child {
  margin-bottom: 0.5rem;
}
.expandable-text .icon-plus-minus {
  position: relative;
  font-family: "MuktaMahee-Light";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  will-change: border-color;
}
.expandable-text .icon-plus-minus span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  background-color: #008AB3;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.63, 0.32, 0.21, 1.54);
}
.expandable-text .icon-plus-minus span:nth-child(1) {
  height: 2px;
  width: 12px;
}
.expandable-text .icon-plus-minus span:nth-child(2) {
  opacity: 0;
  height: 12px;
  width: 2px;
}
.expandable-text .expandable-trigger {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .expandable-text .expandable-trigger:hover .icon-plus-minus span:nth-child(1) {
    transform: translate(-50%, -50%) scaleX(1.5);
  }
  .expandable-text .expandable-trigger:hover .icon-plus-minus span:nth-child(2) {
    transform: translate(-50%, -50%) scaleY(1.5);
  }
}
.expandable-text .expandable-flex {
  display: flex;
  flex-direction: column;
}
.expandable-text .expandable-flex .expandable-trigger {
  order: 3;
}
.expandable-text.content-hidden .expandable-flex {
  display: block;
}
.expandable-text.content-hidden .expandable-flex > p:last-of-type {
  display: inline;
}
.expandable-text.content-hidden .expandable-content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.expandable-text.content-hidden .icon-plus-minus span:nth-child(2) {
  opacity: 1;
}
.expandable-text:not(.content-hidden) .expandable-flex > p:first-of-type {
  margin-top: 0;
}
.expandable-text:not(.content-hidden) .expandable-flex > p:last-of-type {
  margin-bottom: 0;
}
.expandable-text:not(.content-hidden) .expandable-flex > p + ul {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.expandable-text:not(.content-hidden) .expandable-flex ul {
  margin-bottom: 0;
  margin-bottom: 0;
}
.expandable-text:not(.content-hidden) .expandable-flex .expandable-content {
  margin-top: 2rem;
}

.content-section {
  margin-bottom: 1.5rem;
}
.content-section > h2 {
  margin-top: 0.625rem;
}
.content-section > h2 + .block-wysiwyg {
  margin-top: 1.75rem;
}

#cookie-toggle {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 140;
  padding: 0 10px;
  width: 60px;
  height: 60px;
  font-family: "SourceSansPro-Regular";
  color: #fff;
  background: #000;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  cursor: pointer;
}
@media (min-height: 1144px) {
  #cookie-toggle {
    bottom: 76px;
  }
}
#cookie-toggle img {
  width: auto;
  height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#cookie-toggle.hidden {
  display: none;
}

#ConsentPopup {
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 414px;
  width: 100%;
  height: auto;
  z-index: 999999;
  padding: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "SourceSansPro-Regular";
}
#ConsentPopup.hidden {
  display: none;
}
#ConsentPopup .cookie-buttons {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#ConsentPopup .cookie-buttons .btn {
  background: #fff;
  color: #262626;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 13px;
  padding: 10px;
  cursor: pointer;
}
#ConsentPopup .cookie-buttons .btn.accept {
  color: white !important;
  background: #008AB3;
  border: 1px solid #008AB3;
}
#ConsentPopup .cookie-buttons .btn.deny, #ConsentPopup .cookie-buttons .btn.save {
  color: white;
  background: #262626;
  display: none;
  font-weight: 300;
  opacity: 0.8;
}
#ConsentPopup .cookie-buttons .btn.deny.active, #ConsentPopup .cookie-buttons .btn.save.active {
  display: block;
}
#ConsentPopup .cookie-buttons .btn:hover {
  background: #f2f2f2;
  color: #000 !important;
  border-color: #f2f2f2;
}
@media (max-width: 425px) {
  #ConsentPopup .cookie-buttons .btn {
    font-size: 12px;
    /*      padding: 0 5px;
         padding-top: 15px; */
  }
}
@media (max-width: 320px) {
  #ConsentPopup .cookie-buttons .btn {
    padding-top: 8px;
  }
  #ConsentPopup .cookie-buttons .btn.deny {
    padding-top: 15px;
  }
}
#ConsentPopup .cookie-settings {
  border-top: 1px dashed #fff;
}
#ConsentPopup .cookie-settings .options-toggle {
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
}
#ConsentPopup .cookie-settings .toggles {
  display: none;
  grid-gap: 20px;
  grid-template-columns: 100px 1fr 80px;
  width: 100%;
}
#ConsentPopup .cookie-settings .toggles.active {
  display: grid;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 80px 1fr 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 70px 1fr 50px;
  }
}
#ConsentPopup .cookie-settings .form-switch {
  border-right: 1px solid #fff;
  padding-left: 0;
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  padding-right: 20px;
}
#ConsentPopup .cookie-settings .form-switch:last-of-type {
  border-right: none;
  padding-right: 0px;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input {
  outline: none;
  width: 80px;
  height: 38px;
  display: block;
  position: initial;
  cursor: pointer;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  margin-left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFC019'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
  order: 2;
  border-radius: 30px;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:focus, #ConsentPopup .cookie-settings .form-switch .form-check-input:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ECCDC1'/%3e%3c/svg%3e");
  outline: none;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:checked {
  outline: none;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ECCDC1'/%3e%3c/svg%3e");
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    width: 100%;
    background-size: 25px;
  }
}
#ConsentPopup .cookie-settings .form-switch .form-check-label {
  cursor: pointer;
  display: block;
  order: 1;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
#ConsentPopup .cookie-settings .form-switch.disabled {
  opacity: 0.5;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) {
  padding-right: 18.5px;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label, #ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-input {
  margin: 0 auto;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label {
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    transition: none;
  }
}
#ConsentPopup a {
  color: #fff;
}
#ConsentPopup .form-check-input:disabled ~ .form-check-label {
  color: #fff;
  opacity: 0.5;
}
#ConsentPopup h5 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

.cookie-text p {
  color: #fff;
}
.cookie-text a {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

/*   .btn.accept {
      padding-top: 10px !important;
  } */
.news-header {
  display: flex;
  gap: 10px;
}

.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-holder iframe,
.video-holder object,
.video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-about-page > .content-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.list-about-page > .content-holder .person-card {
  border-top: 1px solid #CFCFCF;
}
@media (min-width: 768px) {
  .list-about-page > .content-holder {
    grid-template-columns: 1fr 1fr;
  }
  .list-about-page > .content-holder .text-year {
    grid-column: 2/3;
  }
}

.article-template-default .block-title-text,
.article-template-default .block-title-text .content-holder {
  padding: 0;
  max-width: 100%;
}
.article-template-default .block-title-text,
.article-template-default .simple-image,
.article-template-default .block-wysiwyg,
.article-template-default .product-intro,
.article-template-default .question-holder,
.article-template-default .card-product,
.article-template-default .card-video,
.article-template-default .card-image {
  grid-column: content-start/content-end;
}
@media (min-width: 1024px) {
  .article-template-default .block-title-text,
.article-template-default .block-wysiwyg,
.article-template-default .product-intro,
.article-template-default .question-holder,
.article-template-default .card-video,
.article-template-default .card-image {
    grid-column: left-start/left-end;
  }
  .article-template-default .simple-image {
    grid-column: left-start/mid;
    grid-row: 2/3;
  }
  .article-template-default .card-product {
    position: sticky;
    top: 50px;
    grid-column: right-start/right-end;
    grid-row: 1/3;
    align-self: flex-start;
  }
}

.question-holder:first-child h2 {
  padding-top: 0;
  border-top: none;
}

.dashboard .grid-dashboard {
  --col-gap: 40px;
  --gap: 20px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  row-gap: var(--gap);
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 1024px) {
  .dashboard .grid-dashboard {
    --col-gap: 65px;
    --gap: 30px;
    grid-template-columns: [left-start] 1fr [left-end] var(--col-gap) [mid] var(--col-gap) [right-start] 1fr [right-end];
  }
  .dashboard .grid-dashboard .product-list {
    grid-column: left-start/left-end;
    grid-row: 1/2;
  }
  .dashboard .grid-dashboard .account-info {
    grid-column: right-start/right-end;
    grid-row: 1/2;
  }
  .dashboard .grid-dashboard .border-middle {
    grid-column: left-end/right-start;
    grid-row: 1/2;
    justify-self: center;
    width: 1px;
  }
}
@media (min-width: 1300px) {
  .dashboard .grid-dashboard {
    --col-gap: 85px;
  }
}

.dashboard {
  /*  .woocommerce-notices-wrapper{
     display: none;
   } */
}
.dashboard .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .dashboard .card {
    margin-bottom: 1.9rem;
  }
}

/* .woocommerce-notices-wrapper{
  display: none;
} */
.woocommerce-checkout .woocommerce-billing-fields #billing_company_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_company_ddv,
.woocommerce-checkout .woocommerce-billing-fields #billing_vat_id_field,
.woocommerce-checkout .woocommerce-billing-fields #for_company_ddv {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_company_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_company_ddv.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_vat_id_field.show,
.woocommerce-checkout .woocommerce-billing-fields #for_company_ddv.show {
  display: block;
}
.woocommerce-checkout #for_company_ddv.show {
  display: flex;
}
.woocommerce-checkout .content-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .content-holder {
    grid-template-columns: 6fr 4fr;
    gap: 40px;
  }
  .woocommerce-checkout .content-holder .col-main {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .woocommerce-checkout .content-holder .col-sidebar {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .woocommerce-checkout .content-holder .footer-bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.woocommerce-checkout .form-row {
  margin-top: 0;
}
.woocommerce-checkout .form-row span {
  display: flex;
}
.woocommerce-checkout .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #939393;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce-checkout .form-row label {
  background-color: inherit;
  border: none;
  display: block;
  position: relative;
  top: 30px;
  transition: 0.5s;
  z-index: -1;
  margin-top: -10px;
}
.woocommerce-checkout .form-row.filled label {
  background-color: inherit;
  color: #008ab3;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}
.woocommerce-checkout .form-row label:last-child {
  background-color: inherit;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: 0px;
  z-index: 1;
}
.woocommerce-checkout .shop_table {
  border-spacing: 0;
}
.woocommerce-checkout dd {
  margin: 0;
}
.woocommerce-checkout .product-name {
  padding: 0;
}
.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .order-total td {
  padding-left: 20px;
}
.woocommerce-checkout table {
  width: 100%;
}
.woocommerce-checkout tbody {
  vertical-align: sub;
}
.woocommerce-checkout tbody .product-total {
  text-align: right;
}
.woocommerce-checkout tfoot {
  display: none;
}
.woocommerce-checkout th {
  font-weight: normal;
}
.woocommerce-checkout .variation,
.woocommerce-checkout .variation p {
  margin-top: 0;
  margin-bottom: 0;
  color: #939393;
}
.woocommerce-checkout .variation dt {
  display: none;
}
.woocommerce-checkout #payment ul {
  padding: 0;
}
.woocommerce-checkout #payment > .form-row.place-order {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout #payment > .form-row.place-order button {
  display: block;
  position: relative;
  padding: 12px 19px;
  margin-left: auto;
  margin-top: 2rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #008AB3;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: color 0.45s ease-in-out;
}
.woocommerce-checkout #payment > .form-row.place-order button::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.woocommerce-checkout #payment > .form-row.place-order button:hover::after, .woocommerce-checkout #payment > .form-row.place-order button:focus::after {
  opacity: 0.08;
}
.woocommerce-checkout .payment_method_bacs {
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #008ab3;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .payment_method_bacs label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 50px;
  border-radius: 4px 4px 0 0;
}
.woocommerce-checkout .payment_method_bacs .payment_box.payment_method_bacs {
  box-shadow: none !important;
  color: #262626;
  line-height: 1.5em;
  padding: 10px;
}
.woocommerce-checkout .payment_method_bacs img {
  display: none !important;
  vertical-align: bottom;
}
.woocommerce-checkout .payment_method_bacs .payment_box.payment_method_bacs::before {
  display: none !important;
}
.woocommerce-checkout #payment_method_bacs:checked + label {
  display: inline-block;
  color: white !important;
  background-color: #008ab3 !important;
}
.woocommerce-checkout .payment_method_bacs::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  background: url("/wp-content/themes/ikpp/img/bank-transfer-payment-blue.png");
  background-size: contain;
  top: 7px;
  margin-left: 7px;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_bacs.active::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/ikpp/img/bank-transfer-payment-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_paypal {
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #008ab3;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .payment_method_paypal label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 50px;
}
.woocommerce-checkout .payment_method_paypal img,
.woocommerce-checkout .payment_method_paypal a,
.woocommerce-checkout .payment_method_paypal .payment_box.payment_method_paypal {
  display: none !important;
}
.woocommerce-checkout #payment_method_paypal:checked + label {
  display: inline-block;
  color: white !important;
  background-color: #008ab3 !important;
}
.woocommerce-checkout .payment_method_paypal::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/ikpp/img/paypal-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_paypal.active::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/ikpp/img/paypal-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_stripe {
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #008ab3;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .payment_method_stripe label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 50px;
}
.woocommerce-checkout .payment_method_stripe img {
  display: none !important;
  height: 24px;
  vertical-align: bottom;
}
.woocommerce-checkout .payment_method_stripe .payment_box.payment_method_stripe::before {
  display: none !important;
}
.woocommerce-checkout .payment_method_stripe .payment_box.payment_method_stripe {
  box-shadow: none !important;
  color: #262626;
  line-height: 1.5em;
  padding: 10px;
}
.woocommerce-checkout .payment_method_stripe #payment_method_stripe:checked + label {
  display: inline-block;
  color: white !important;
  background-color: #008ab3 !important;
}
.woocommerce-checkout .payment_method_stripe .wc-stripe-elements-field {
  border: none;
  border-bottom: 1px solid #939393;
}
.woocommerce-checkout .payment_method_stripe fieldset {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .payment_method_stripe .form-row label {
  padding-left: 0;
}
.woocommerce-checkout .payment_method_stripe .form-row span {
  display: inline !important;
}
.woocommerce-checkout .payment_method_stripe::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/ikpp/img/stripe-credit-card.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout [type=radio] {
  display: none;
}
.woocommerce-checkout input[type=radio] {
  display: none;
}
.woocommerce-checkout .payment_method_stripe.active::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/ikpp/img/stripe-payment-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-form label {
  background-color: inherit;
  border: none;
  display: block;
  position: relative;
  top: 30px;
  transition: 0.5s;
  z-index: -1;
}

.woocommerce-form-row label {
  background-color: inherit;
  border: none;
  display: block;
  position: relative;
  top: 30px;
  transition: 0.5s;
  z-index: -1;
}

.woocommerce-form-row.filledd label {
  background-color: inherit;
  color: #008ab3;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}

@media (min-width: 1024px) {
  .category .grid-main .grid-main-right.second-row {
    transform: translateY(-120px);
  }
}

.page-template-privacy #main-wrap > div:first-child {
  margin-top: 120px;
}
.page-template-privacy .sub-heading {
  margin-bottom: 0.75rem;
}
.page-template-privacy .content-single {
  margin-bottom: 1.25rem;
}
.page-template-privacy .wp-block-table table {
  border-spacing: 0;
}
.page-template-privacy .wp-block-table td {
  border-top: 1px solid #cacaca;
  padding: 1rem 0.25rem;
  text-align: left;
  vertical-align: top;
}
.page-template-privacy .wp-block-table td:first-child {
  padding-left: 0;
}
.page-template-privacy .wp-block-table td:last-child {
  padding-left: 0;
}

.privacy-policy * {
  grid-column: content-start/content-end;
}
.privacy-policy .card .content-holder strong {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #939393;
}
@media (min-width: 1024px) {
  .privacy-policy * {
    grid-column: left-start/left-end;
  }
  .privacy-policy .card {
    grid-column: right-gap/right-end;
    position: sticky;
    top: 50px;
  }
}

.intro-home {
  padding-left: var(--container-pl);
  padding-right: var(--container-pr);
}
.intro-home .content-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text text" "image image" "card card";
  gap: 20px;
  padding-bottom: 2rem;
}
.intro-home .content-holder .intro-text {
  grid-area: text;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
@media (min-width: 1024px) and (max-height: 780px) {
  .intro-home .content-holder .intro-text {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.intro-home .content-holder .intro-image {
  max-height: 75vh;
  grid-area: image;
}
.intro-home .content-holder .intro-card {
  grid-area: card;
}
.intro-home .content-holder .intro-card p {
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) and (min-height: 780px) {
  .intro-home .content-holder .intro-card p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .intro-home .content-holder {
    grid-template-columns: 0.6fr 0.4fr;
    grid-template-rows: 60px 3fr 2fr;
    grid-template-areas: ". image . . ." ". image . text ." ". image . card ." ". image . . .";
    row-gap: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    max-height: 900px;
  }
  .intro-home .content-holder .intro-image {
    height: 100%;
    max-height: calc(100vh - 85px);
  }
  .intro-home .content-holder .intro-image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .intro-home .content-holder .intro-text {
    align-self: end;
    justify-self: end;
    max-width: 483px;
  }
  .intro-home .content-holder .intro-card {
    max-width: 483px;
    justify-self: end;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .intro-home {
    padding: 0;
  }
}

.woocommerce {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 85px);
}

.woocommerce-account .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #939393;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce-error {
  padding-left: 0;
}
.woocommerce-error li {
  padding-bottom: 0.5rem;
}

.woocommerce-bacs-bank-details {
  margin-top: 1rem;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-size: 1.19rem;
  line-height: 1.44rem;
  text-transform: uppercase;
}
.woocommerce-bacs-bank-details ul {
  padding: 0;
  margin-top: 0.5rem;
}

.newsletter-form .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #939393;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
}
.newsletter-form .form-control:not(:-moz-placeholder-shown) + label {
  opacity: 1;
  transform: translateY(-2.25rem);
  color: #008AB3;
  font-size: 1rem;
  line-height: 1.125rem;
}
.newsletter-form .form-control:not(:placeholder-shown) + label {
  opacity: 1;
  transform: translateY(-2.25rem);
  color: #008AB3;
  font-size: 1rem;
  line-height: 1.125rem;
}
.newsletter-form .form-item {
  position: relative;
}
.newsletter-form .form-item label {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: #939393;
}

.newsletter-content > .flex {
  padding-left: var(--container-pl);
  padding-right: var(--container-pr);
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .newsletter-content > .flex {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .newsletter-content > .flex .content-right {
    max-width: 455px;
  }
}

footer .content-holder {
  padding-top: 25px;
}

iframe {
  max-width: 100%;
}

.home-link {
  display: block;
}

.page-template-home {
  /* .homepage-logo {
    display: flex;
    align-items: center;

    h4 {
      display: none;
      line-height: 2rem;

      @media (min-width: 420px) {
        display: inline-block
      }
    }

    ~a {
      white-space: nowrap;
    }
  }

  .home-link {
    display: none;
  } */
}
.page-template-home .list-articles .card-article:last-child {
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .intro-home .content-holder {
    grid-template-columns: 4.5% 1fr 15px minmax(420px, 0.4fr) 4.5%;
    grid-template-rows: 0.1fr 0.8fr 1fr 0.1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 767.98px) {
  .intro-home.py-0 {
    padding-left: var(--container-pl);
  }
}
@media (min-width: 1024px) {
  .intro-home + .list-cards.list-articles {
    margin-top: 50px;
  }
}

.card-product img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .card-product img {
    max-height: 150px;
    min-height: 150px;
  }
}
@media (min-width: 1024px) {
  .card-product img {
    min-height: 306px;
  }
}

.content-text-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .content-text-image img {
    height: 150px;
  }
}

.term-posvetovalnice .card-image {
  height: auto;
}
@media (min-width: 768px) {
  .term-posvetovalnice .product-info .border-bottom {
    border-bottom: none;
  }
}
.term-posvetovalnice .container-py {
  padding-bottom: 5px;
  border-bottom: none;
}

.term-strokovni-seminarji .card-image {
  height: auto;
}
@media (min-width: 768px) {
  .term-strokovni-seminarji .product-info .border-bottom {
    border-bottom: none;
  }
}
.term-strokovni-seminarji .list-cards .container-py {
  padding: 0;
  border-bottom: none;
}
.term-strokovni-seminarji .list-cards:last-child .container-py {
  padding-bottom: 10px;
}

.grid-main {
  --col-gap: 40px;
  --gap: 20px;
  display: grid;
  grid-template-columns: [start] var(--container-pl) [content-start] 1fr [content-end] var(--container-pr) [end];
  justify-content: space-between;
  row-gap: var(--gap);
  -moz-column-gap: 0;
       column-gap: 0;
}
.grid-main .content-section {
  grid-column: content-start/content-end;
}
.grid-main .grid-main-left .content-section {
  grid-column: 1;
}
.grid-main .grid-main-left .cenik-flex {
  display: none;
}
.grid-main .grid-main-right .cenik-flex {
  margin-top: 46px;
}
@media (min-width: 1024px) {
  .grid-main {
    --col-gap: 70px;
    --gap: 30px;
    --col-max: calc(1350px * 0.6 - (3 * var(--col-gap)) - (3 * var(--gap)));
    grid-template-columns: [start] minmax(var(--container-pl), 1fr) [left-start] minmax(300px, var(--col-max)) [left-gap] calc(var(--col-gap) + var(--gap)) [left-end] var(--gap) [right-start] calc(var(--col-gap) / 2) [article-line] calc(var(--col-gap) / 2 + var(--gap)) [right-gap] var(--col-gap) [banner] minmax(300px, calc(var(--col-max) - var(--col-gap))) [right-end] minmax(var(--container-pr), 1fr) [end];
  }
  .grid-main .banner-image {
    grid-column: left-start/banner;
  }
  .grid-main .banner-image > img {
    height: auto;
  }
  .grid-main .border-middle {
    grid-column: right-start/article-line;
    justify-self: end;
  }
  .grid-main .grid-main-right {
    margin-top: 0px;
    grid-column: right-gap/right-end;
  }
  .grid-main .grid-main-right .card-contact {
    display: block;
  }
  .grid-main .grid-main-right .card-contact a {
    color: #008AB3;
  }
  .grid-main .grid-main-right .cenik-flex {
    display: none;
  }
  .grid-main .content-section {
    grid-column: left-start/left-end;
  }
  .grid-main .grid-main-left {
    transform: translateY(0px);
  }
  .grid-main .grid-main-left .content-section {
    grid-column: 1/-1;
  }
  .grid-main .grid-main-left .cenik-flex {
    display: block;
  }
  .grid-main .grid-main-left .cenik-flex .flex-60-40 {
    padding-bottom: 40px;
  }
  .grid-main .card-product {
    max-height: initial;
    -o-object-fit: contain;
       object-fit: contain;
    padding-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  .article-template-default .card-product {
    grid-row: 1/4;
  }
}

.page-template-about-us .block-title-text-image .content-holder {
  padding-bottom: 0;
}
.page-template-about-us .block-title-text-image .large-text {
  padding-bottom: 2.5rem;
}
.page-template-about-us .block-title-text-image .image {
  align-self: flex-end;
}
.page-template-about-us .block-title-text-image .image img {
  transform: translateY(5px);
  padding-bottom: 0;
}
.page-template-about-us .content-text-image {
  gap: 0;
  background-color: #fff;
}
.page-template-about-us .content-text-image .image {
  grid-column: start/end;
  grid-row: 2;
}
.page-template-about-us .content-text-image .text {
  grid-row: 1;
  grid-column: content-start/content-end;
  padding: 15px 0 15px 0;
}
.page-template-about-us .content-text-image.content-even {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .page-template-about-us .content-text-image .image {
    grid-column: start/left-gap;
    grid-row: 1/2;
  }
  .page-template-about-us .content-text-image .text {
    grid-column: right-start/right-end;
    grid-row: 1/2;
    padding: 30px 0 30px 0px;
  }
  .page-template-about-us .content-text-image.content-even .image {
    grid-column: right-gap/end;
  }
  .page-template-about-us .content-text-image.content-even .text {
    grid-column: left-start/left-end;
    padding: 30px 0px 30px 0;
  }
}
.page-template-about-us .footer {
  margin-top: 60px;
}

.single-clinic .block-title-text:first-child a {
  color: inherit;
}
.single-clinic .block-title-text:first-child > a:hover {
  background-size: 0 2px;
}
.single-clinic .block-title-text:first-child h3 a:hover {
  background-size: 0 2px;
}

.single-article .block-title-text, .single-article .simple-image, .single-article .product-intro {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .single-article .simple-image {
    grid-column: left-start/article-line;
  }
  .single-article .card {
    grid-column: right-gap/right-end;
  }
  .single-article .card-product img {
    min-height: 0;
    max-height: 206px;
  }
}
@media (max-width: 1023.98px) {
  .single-article .grid-main {
    padding-top: 0;
  }
  .single-article .grid-main .block-title-text {
    padding-bottom: 40px;
  }
}

.woocommerce-MyAccount-content .dashboard {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  max-width: 100%;
}
.woocommerce-MyAccount-content .product-list {
  grid-column: content-start/content-end;
}
.woocommerce-MyAccount-content .product-list .card-product .content-holder .flex {
  margin-top: -35px;
}
.woocommerce-MyAccount-content .product-list .card-product .content-holder .flex h4 {
  margin-top: 26px;
  align-self: flex-end;
}
.woocommerce-MyAccount-content .product-list .card-product .content-holder .flex .label {
  align-self: flex-start;
}
.woocommerce-MyAccount-content .account-info {
  grid-column: content-start/content-end;
}
.woocommerce-MyAccount-content .account-info .content-holder .flex {
  height: 59px;
  margin-top: -35px;
}
.woocommerce-MyAccount-content .account-info .content-holder .flex h4 {
  align-self: flex-end;
}
.woocommerce-MyAccount-content .account-info .content-holder .flex .label {
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content .product-list {
    grid-column: left-start/left-end;
  }
  .woocommerce-MyAccount-content .account-info {
    grid-column: right-gap/right-end;
  }
  .woocommerce-MyAccount-content .border-middle {
    grid-column: right-start/article-line;
    grid-row: 1/2;
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .woocommerce-checkout .content-holder {
    grid-template-columns: 80fr 33fr;
  }
}

.seminar-template-default .justify-start .label {
  align-self: flex-end;
  margin-bottom: 2px;
}
.seminar-template-default .product-questions {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  max-width: 100%;
}
.seminar-template-default .product-questions .blue {
  font-family: "SourceSansPro-SemiBold";
}
.seminar-template-default .product-questions .question-contact {
  grid-column: content-start/content-end;
}
.seminar-template-default .product-questions .content-holder {
  grid-column: content-start/content-end;
}
@media (min-width: 1024px) {
  .seminar-template-default .product-questions .grid-main .content-holder {
    grid-column: left-start/left-end;
  }
  .seminar-template-default .product-questions .grid-main .question-contact {
    grid-column: right-gap/right-end;
  }
  .seminar-template-default .product-questions .grid-main .border-middle {
    grid-column: right-start/article-line;
    justify-self: end;
  }
}
.seminar-template-default .product-material {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .seminar-template-default .product-material .grid-main .file-holder {
    grid-column: left-start/left-end;
  }
  .seminar-template-default .product-material .grid-main .file-contact {
    grid-column: right-gap/right-end;
  }
  .seminar-template-default .product-material .grid-main .border-middle {
    grid-column: right-start/article-line;
    grid-row: 1/2;
    justify-self: end;
  }
}
@media (max-width: 1023.98px) {
  .seminar-template-default .product-material {
    padding-left: var(--container-pl);
  }
}
.seminar-template-default .product-info .grid-main-left {
  align-self: start;
}
@media (min-width: 1024px) {
  .seminar-template-default .product-info .grid-main-right {
    transform: translateY(-145px);
  }
}
@media (max-width: 1023.98px) {
  .seminar-template-default .product-program .zoom {
    margin-top: 12px;
  }
  .seminar-template-default .product-program .content.pr-4 {
    padding-right: 0;
  }
  .seminar-template-default .product-program .date-item-info {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .seminar-template-default .product-program .timeline {
    flex: 1 0 300px;
  }
  .seminar-template-default .product-program .date-item-info {
    flex: 1 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}
@media (min-width: 1024px) {
  .seminar-template-default .product-program .timeline {
    flex: 1 0 calc(300px + var(--container-pl));
  }
  .seminar-template-default .product-program .date-item-info {
    flex: 1 0 calc(100% - 300px - var(--container-pl));
    max-width: calc(100% - 300px);
  }
  .seminar-template-default .product-program .zoom {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}

.block-wysiwyg p {
  margin-bottom: 0rem;
}

.label.label-past {
  background-color: #008AB3;
  color: #fff;
}

.person-card-grid {
  display: grid;
  grid-template-columns: 1fr 74px;
  grid-template-rows: 1fr minmax(0, 100%);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.person-card-grid .person-title {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: start;
}
.person-card-grid .person-img {
  grid-column: 2/3;
  grid-row: 1/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.person-card-grid .person-text {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .person-card-grid {
    grid-template-columns: 1fr 150px;
    grid-template-rows: 1fr 84px minmax(0, 100%);
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 20px;
  }
  .person-card-grid .person-text {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .person-card-grid .person-img {
    grid-row: 1/3;
  }
}

@media (max-width: 1023.98px) {
  .category .block-title-text {
    padding-bottom: 30px;
  }
  .category .block-title-text .content-holder {
    padding-top: 0px;
  }
}
.category .grid-main-right {
  margin-top: -38px;
}
.category .grid-main-right .card-contact {
  display: none;
}
.category .grid-main-left {
  transform: translateY(-38px);
}
.category .grid-main-left .card-contact {
  display: block;
}
@media (min-width: 1024px) {
  .category .grid-main-right .card-contact {
    display: block;
  }
  .category .grid-main-left {
    transform: translateY(0px);
  }
  .category .grid-main-left .card-contact {
    display: none;
  }
}

.single-product .articles {
  display: grid;
  row-gap: 8px;
}
.single-product .articles .card {
  margin-top: 0.5rem;
}
.single-product .question-holder h2 {
  padding: 0.75rem 0;
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  .single-product .grid-main {
    grid-template-rows: minmax(150px, 336px);
  }
}
@media (max-width: 1023.98px) {
  .single-product .grid-main-left {
    gap: 12px;
  }
  .single-product .block-title-text {
    padding-bottom: 30px;
  }
  .single-product .block-title-text .content-holder {
    padding-top: 0px;
  }
}

.term button {
  width: 100%;
}
@media (max-width: 767.98px) {
  .term button {
    align-self: center;
  }
}

@media (max-width: 575.98px) {
  .bought {
    margin-top: 0px;
  }
  button {
    margin-bottom: 4px;
  }
  a {
    margin-bottom: 4px;
  }
}
.card-title-text {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .card-clinic-person img {
    max-height: 74px;
    max-width: 74px;
  }
}

.payment-info img {
  max-width: 45px;
  max-height: 45px;
}

[class*=card-product] li {
  margin: 0 !important;
}

@media (max-width: 1023.98px) {
  .card-product-info-list {
    /* .col-40.contain.w-full {
      flex: 0 1 auto;
      max-width: 40%;
    } */
  }
  .card-product-info-list p {
    margin: 16px 0;
  }
}

#order_comments_field {
  display: none !important;
}

#post-8 ~ .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
#post-8 .container {
  max-width: 875px;
}
#post-8 .container .grid-main {
  display: flex;
  flex-direction: column;
}
#post-8 .container .grid-main img {
  padding-top: 4px;
}
@media (min-width: 768px) {
  #post-8 .container .grid-main {
    flex-direction: row;
  }
  #post-8 .container .grid-main .grid-main-right {
    padding-left: 18px;
  }
  #post-8 .container .grid-main .grid-main-left {
    flex: 0 0 50%;
  }
}

.woocommerce-error {
  color: #FD542F;
}

span.optional {
  font-size: 0 !important;
}

span.optional:after {
  content: "(Ni obvezno)";
  font-size: 13px;
}

.woocommerce form .form-row .required {
  display: none;
}

.text-center {
  margin-top: 140px;
}

.button-alert {
  width: 100%;
}

#privacy_policy {
  margin-top: -30px;
  z-index: 1;
  display: flex;
}

.woocommerce-notices-wrapper {
  display: flex;
  justify-content: center;
}
.woocommerce-notices-wrapper > *:first-child {
  margin-top: 20px;
}

.woocommerce-form label.checkbox-holder {
  position: static;
  z-index: 1;
}

.woocommerce-checkout .form-row.checkbox-parent {
  margin-top: 1.5rem;
}

#post-9 #privacy_policy {
  margin-top: 0;
}
#post-9 .expandable-text .expandable-content {
  margin-top: 0;
}
#post-9 .expandable-text .expandable-content > div:first-child {
  margin-top: 0.5rem;
}

ins {
  text-decoration: none !important;
}

.flex.items-start img[alt=Arrow] {
  margin-top: 3px;
}

article > p,
.entry-content > p {
  display: none;
}

#billing_address_2_field {
  display: none !important;
}

#billing_country_field {
  display: none !important;
}

.woocommerce-lost-password .woocommerce {
  justify-content: center;
  align-items: center;
}
.woocommerce-lost-password .woocommerce .woocommerce-message {
  max-width: 600px;
  min-width: 300px;
  width: 70%;
  padding-top: 1.25rem;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  text-align: center;
}
.woocommerce-lost-password .woocommerce .woocommerce-message ~ p {
  max-width: 600px;
  min-width: 300px;
  width: 70%;
  margin: 0;
  padding: 1.25rem 2rem 2rem;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  text-align: justify;
}
.woocommerce-lost-password .woocommerce form {
  width: 80%;
  min-width: 300px;
  max-width: 600px;
  border-radius: 6px;
  background-color: #fff;
  padding: 2rem;
}
.woocommerce-lost-password .woocommerce form input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #939393;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce-lost-password .woocommerce form input[type=password] + label {
  top: -38px;
}
.woocommerce-lost-password .woocommerce form input[type=password]:not(:-moz-placeholder-shown) + label {
  background-color: inherit;
  color: #008ab3;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: -68px;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
}
.woocommerce-lost-password .woocommerce form input[type=password]:not(:placeholder-shown) + label {
  background-color: inherit;
  color: #008ab3;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: -68px;
  transition: all 0.5s linear;
  z-index: 1;
}
.woocommerce-lost-password .woocommerce form button {
  display: block;
  position: relative;
  padding: 12px 19px;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #008AB3;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: color 0.45s ease-in-out;
}
.woocommerce-lost-password .woocommerce form button::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.woocommerce-lost-password .woocommerce form button:hover::after, .woocommerce-lost-password .woocommerce form button:focus::after {
  opacity: 0.08;
}

.footer-bottom.small-print a {
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .product-info .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.bottom-section-img img {
  height: auto;
}
