@charset "UTF-8";
/*
    Theme Name: musicon theme
    Description: Dedicated template for musicon
    Version: 1.0.8
    Author: ŁukaszKsiążek
    Author URI: https://
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #FFFFFF;
  line-height: 1.3888888889;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #333333;
  font-family: Proxima-soft, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  padding-top: var(--nav-height);
}

a {
  color: inherit;
  outline: none;
  cursor: pointer !important;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
}

ul, ol {
  padding-left: 1.4em;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

svg, img:not(.x2) {
  max-width: 100%;
  width: auto;
  height: auto;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

td {
  padding-left: 2rem;
}

td:first-child {
  padding-left: 0;
}

main {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1480px;
  padding-left: 100px;
  padding-right: 100px;
  --common-padding:100px;
}
@media (max-width: 1280px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
    --common-padding:24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    --common-padding:20px;
  }
}
@media (max-width: 599px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    --common-padding: 16px;
  }
}

.container-blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .container-blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-in {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1280px) {
  .container-in {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container-in {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 599px) {
  .container-in {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.rwd-bg {
  background-position: center center;
  background-repeat: repeat;
}
.rwd-bg.full-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

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

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

.color-1 {
  color: #FFFFFF;
}
.color-1 > * {
  color: #FFFFFF;
}

.background-color-1 {
  background-color: #FFFFFF;
}

.color-2 {
  color: #333333;
}
.color-2 > * {
  color: #333333;
}

.background-color-2 {
  background-color: #333333;
}

.color-3 {
  color: #95C11E;
}
.color-3 > * {
  color: #95C11E;
}

.background-color-3 {
  background-color: #95C11E;
}

.color-4 {
  color: #cce7e5;
}
.color-4 > * {
  color: #cce7e5;
}

.background-color-4 {
  background-color: #cce7e5;
}

.color-5 {
  color: #f89e9e;
}
.color-5 > * {
  color: #f89e9e;
}

.background-color-5 {
  background-color: #f89e9e;
}

.color-6 {
  color: #fbc442;
}
.color-6 > * {
  color: #fbc442;
}

.background-color-6 {
  background-color: #fbc442;
}

.color-7 {
  color: #fddfdf;
}
.color-7 > * {
  color: #fddfdf;
}

.background-color-7 {
  background-color: #fddfdf;
}

.color-8 {
  color: #006081;
}
.color-8 > * {
  color: #006081;
}

.background-color-8 {
  background-color: #006081;
}

.color-9 {
  color: #f46060;
}
.color-9 > * {
  color: #f46060;
}

.background-color-9 {
  background-color: #f46060;
}

.color-10 {
  color: #68877c;
}
.color-10 > * {
  color: #68877c;
}

.background-color-10 {
  background-color: #68877c;
}

.color-11 {
  color: rgba(0, 0, 0, 0.0509803922);
}
.color-11 > * {
  color: rgba(0, 0, 0, 0.0509803922);
}

.background-color-11 {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.color-12 {
  color: #D9E6B1;
}
.color-12 > * {
  color: #D9E6B1;
}

.background-color-12 {
  background-color: #D9E6B1;
}

.color-13 {
  color: #99cde1;
}
.color-13 > * {
  color: #99cde1;
}

.background-color-13 {
  background-color: #99cde1;
}

.color-14 {
  color: #ecf3da;
}
.color-14 > * {
  color: #ecf3da;
}

.background-color-14 {
  background-color: #ecf3da;
}

.color-15 {
  color: #7b7b7b;
}
.color-15 > * {
  color: #7b7b7b;
}

.background-color-15 {
  background-color: #7b7b7b;
}

.color-16 {
  color: #f4f4f4;
}
.color-16 > * {
  color: #f4f4f4;
}

.background-color-16 {
  background-color: #f4f4f4;
}

.color-17 {
  color: #F7F7F7;
}
.color-17 > * {
  color: #F7F7F7;
}

.background-color-17 {
  background-color: #F7F7F7;
}

.color-18 {
  color: #d4d2d2;
}
.color-18 > * {
  color: #d4d2d2;
}

.background-color-18 {
  background-color: #d4d2d2;
}

@font-face {
  font-family: "Proxima-soft";
  src: url("./fonts/proxima-soft/ProximaSoft-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima-soft";
  src: url("./fonts/proxima-soft/ProximaSoft-RegularIt.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Proxima-soft";
  src: url("./fonts/proxima-soft/ProximaSoft-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Proxima-soft";
  src: url("./fonts/proxima-soft/ProximaSoft-MediumIt.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Proxima-soft";
  src: url("./fonts/proxima-soft/ProximaSoft-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima-soft";
  src: url("./fonts/proxima-soft/ProximaSoft-BoldIt.woff") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Doko";
  src: url("./fonts/doko/Doko-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Doko";
  src: url("./fonts/doko/Doko-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Doko";
  src: url("./fonts/doko/Doko-Bold.otf") format("openType");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Doko";
  src: url("./fonts/doko/Doko-BoldItalic.otf") format("openType");
  font-weight: 700;
  font-style: italic;
}
nav#nav {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: #FFFFFF;
}
nav#nav .container {
  position: relative;
}
nav#nav::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0509803922), rgba(255, 255, 255, 0));
}
nav#nav ul,
nav#nav li {
  padding-left: 0;
  list-style: none;
}
nav#nav ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
nav#nav .logo-container img {
  width: 153px;
  height: 34px;
}
nav#nav .contact-container-wrap {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: clip;
}
nav#nav .contact-container {
  justify-content: flex-end;
  padding-top: 1rem;
  align-items: center;
}
nav#nav .contact-container .phone,
nav#nav .contact-container .e-mail {
  display: flex;
  flex-direction: row;
  gap: 0.7rem;
}
nav#nav .menu-container {
  padding: 1.8rem 0;
  align-items: center;
  justify-content: space-between;
}
nav#nav .menu-container .hamburger-menu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
  gap: 10px;
}
nav#nav .menu-container .hamburger-menu .bar1,
nav#nav .menu-container .hamburger-menu .bar3 {
  height: 2px;
  width: 36px;
  background-color: #333333;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
nav#nav .menu-container .hamburger-menu .bar2 {
  height: 2px;
  width: 26px;
  background-color: #333333;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
nav#nav .menu-container .hamburger-menu .bar1 {
  transform-origin: top right;
}
nav#nav .menu-container .hamburger-menu .bar3 {
  transform-origin: bottom right;
}
@media (max-width: 1023px) {
  nav#nav .menu-container .hamburger-menu {
    display: flex;
  }
}
nav#nav .menu-container .menu-main-menu-container {
  transition: max-height 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s;
}
@media (max-width: 1023px) {
  nav#nav .menu-container .menu-main-menu-container {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    padding: 0 var(--common-padding);
    max-height: 0;
    visibility: hidden;
    height: calc(100vh - var(--nav-height) + 5px);
    overflow: clip;
  }
  nav#nav .menu-container .menu-main-menu-container .nav-menu {
    font-size: 3.6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-direction: column;
    align-items: center;
  }
}
nav#nav .menu-container li a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #333333;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
nav#nav .menu-container li a:hover {
  color: #95C11E;
}
nav#nav .menu-container li.current_page_item a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #333333;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #95C11E;
}
nav#nav .menu-container li.current_page_item a:hover {
  color: #95C11E;
}

@keyframes delay-overflow {
  100% {
    overflow: auto;
  }
}
body.scroled-pos1 {
  --nav-height: 7rem;
}
body.scroled-pos1 nav#nav .contact-container-wrap {
  position: relative;
  margin-top: -3.5rem;
}
body.mobile-menu .hamburger-menu .bar1 {
  transform: rotate(-45deg);
}
body.mobile-menu .hamburger-menu .bar3 {
  transform: rotate(45deg);
}
body.mobile-menu .hamburger-menu .bar2 {
  visibility: hidden;
  opacity: 0;
}
body.mobile-menu .menu-main-menu-container {
  max-height: calc(100vh - var(--nav-height) + 5px) !important;
  visibility: visible !important;
  animation: 1s delay-overflow;
  animation-fill-mode: forwards;
}

:root {
  --nav-height: 10.5rem;
  --common-padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

hr {
  margin: 5.6rem 0 !important;
  display: block;
  height: 1px;
  width: 100%;
  padding: 0;
  border: none;
  border-top: 1px solid #fbc442;
}
@media (max-width: 599px) {
  hr {
    margin: 3rem 0 !important;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  overflow: clip;
  flex-grow: 1;
}

.js .anim-block {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.js .anim-block.active.step-1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .anim-block.active.step-2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .anim-block.active.step-3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .anim-block.active.step-4 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .anim-block.active.step-5 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .anim-block.active.step-6 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.js .anim-block.active.step-7 {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.js .anim-block.active.step-8 {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.js .anim-block.active.step-9 {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.js .anim-block.active.step-10 {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js .anim-block-rev {
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
}

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.js .anim-block-bright {
  transform: none;
  -webkit-transform: none;
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
  opacity: 1;
}

.js .anim-block-bright.active {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1;
}

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.parallax-window {
  position: relative;
  overflow: hidden;
}
.parallax-window img {
  display: block;
  max-width: 100%;
  width: auto;
}
.parallax-window .parallax-window-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.parallax-window .parallax-window-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.parallax-window .parallax-window-in.no-anim {
  -webkit-transition: none;
  transition: none;
}
.parallax-window .parallax-window-in img,
.parallax-window .parallax-window-in svg,
.parallax-window .parallax-window-in video {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.slides-section .slides {
  position: relative;
  overflow: hidden;
}
.slides-section .slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.slides-section .slides .slide > img,
.slides-section .slides .slide > video,
.slides-section .slides .slide .parallax-window img,
.slides-section .slides .slide .parallax-window video {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slides-section .slides .slide .parallax-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slides-section .slides .slide .parallax-window-in {
  height: 120%;
  background-position: center top;
}
.slides-section .slides .slide .parallax-window-in video,
.slides-section .slides .slide .parallax-window-in img {
  object-position: 50% 0;
}
.slides-section .slides .slide.type-0 .parallax-window-in {
  background-position: center 0%;
}
.slides-section .slides .slide.type-0 .parallax-window-in video,
.slides-section .slides .slide.type-0 .parallax-window-in img {
  object-position: 50% 0%;
}
.slides-section .slides .slide.type-1 .parallax-window-in {
  background-position: center 10%;
}
.slides-section .slides .slide.type-1 .parallax-window-in video,
.slides-section .slides .slide.type-1 .parallax-window-in img {
  object-position: 50% 10%;
}
.slides-section .slides .slide.type-2 .parallax-window-in {
  background-position: center 20%;
}
.slides-section .slides .slide.type-2 .parallax-window-in video,
.slides-section .slides .slide.type-2 .parallax-window-in img {
  object-position: 50% 20%;
}
.slides-section .slides .slide.type-3 .parallax-window-in {
  background-position: center 30%;
}
.slides-section .slides .slide.type-3 .parallax-window-in video,
.slides-section .slides .slide.type-3 .parallax-window-in img {
  object-position: 50% 30%;
}
.slides-section .slides .slide.type-4 .parallax-window-in {
  background-position: center 40%;
}
.slides-section .slides .slide.type-4 .parallax-window-in video,
.slides-section .slides .slide.type-4 .parallax-window-in img {
  object-position: 50% 40%;
}
.slides-section .slides .slide.type-5 .parallax-window-in {
  background-position: center 50%;
}
.slides-section .slides .slide.type-5 .parallax-window-in video,
.slides-section .slides .slide.type-5 .parallax-window-in img {
  object-position: 50% 50%;
}
.slides-section .slides .slide.type-6 .parallax-window-in {
  background-position: center 60%;
}
.slides-section .slides .slide.type-6 .parallax-window-in video,
.slides-section .slides .slide.type-6 .parallax-window-in img {
  object-position: 50% 60%;
}
.slides-section .slides .slide.type-7 .parallax-window-in {
  background-position: center 70%;
}
.slides-section .slides .slide.type-7 .parallax-window-in video,
.slides-section .slides .slide.type-7 .parallax-window-in img {
  object-position: 50% 70%;
}
.slides-section .slides .slide.type-8 .parallax-window-in {
  background-position: center 80%;
}
.slides-section .slides .slide.type-8 .parallax-window-in video,
.slides-section .slides .slide.type-8 .parallax-window-in img {
  object-position: 50% 80%;
}
.slides-section .slides .slide.type-9 .parallax-window-in {
  background-position: center 90%;
}
.slides-section .slides .slide.type-9 .parallax-window-in video,
.slides-section .slides .slide.type-9 .parallax-window-in img {
  object-position: 50% 90%;
}
.slides-section .slides .slide.type-10 .parallax-window-in {
  background-position: center 100%;
}
.slides-section .slides .slide.type-10 .parallax-window-in video,
.slides-section .slides .slide.type-10 .parallax-window-in img {
  object-position: 50% 100%;
}
.slides-section .slides .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides .slide.active ~ .slide {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.slides-section .slides.anim-type-2 .slide {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.slides-section .slides.anim-type-2 .slide.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slides-section .slides.anim-type-2 .slide.active ~ .slide {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slides-section .slides.anim-type-3 .slide {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 0;
}
.slides-section .slides.anim-type-3 .slide.active {
  opacity: 1;
}
.slides-section .slides .slide-n,
.slides-section .slides .slide-p {
  cursor: pointer;
}
.slides-section .slides .slide-n img,
.slides-section .slides .slide-n svg,
.slides-section .slides .slide-p img,
.slides-section .slides .slide-p svg {
  max-width: none;
}

.line-break {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fddfdf;
  margin: 1.1rem 0;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.only-admin-section {
  overflow: hidden;
  height: 0;
}
.elementor-editor-active .only-admin-section {
  height: auto;
}

.background-image {
  pointer-events: none;
}
.background-image * {
  pointer-events: none;
}

.custom-video-container .play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.custom-video-container .play-button svg,
.custom-video-container .play-button img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  display: block;
}
@media (max-width: 599px) {
  .custom-video-container .play-button svg,
  .custom-video-container .play-button img {
    width: 8rem;
    height: 8rem;
  }
}
.video-played.custom-video-container .play-button {
  opacity: 0;
}

.only-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .only-tablet {
    display: block;
  }
}

.text {
  white-space: normal !important;
}

video:state(webkit-media-controls) {
  display: none !important;
}

video:state(webkit-media-controls-play-button) {
  display: none !important;
}

section {
  z-index: 10;
}

.bold {
  font-weight: 700 !important;
}

.medium {
  font-weight: 500 !important;
}

.normal {
  font-weight: 400 !important;
}

img,
a {
  display: block;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 0;
}

pre {
  white-space: wrap;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .grid-2 {
    gap: 3rem;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .grid-3 {
    gap: 3rem;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .grid-4 {
    gap: 3rem;
  }
}

.wysiwyg a {
  text-decoration: underline !important;
  display: inline;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media (hover: hover) {
  .wysiwyg a:hover {
    color: #006081;
  }
}

.link-1 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #333333;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-1:hover {
  color: #95C11E;
}

.link-2 {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
  color: #f46060;
  background-color: #FFFFFF;
  width: fit-content;
  text-align: center;
  padding: 2rem 3.5rem;
  border-radius: 10rem;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-2:hover {
  color: #FFFFFF;
  background-color: #006081;
}

.link-3 {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
  color: #FFFFFF;
  background-color: #f46060;
  width: fit-content;
  text-align: center;
  padding: 2rem 3.5rem;
  border-radius: 10rem;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-3:hover {
  background-color: #006081;
}

.link-4 {
  position: relative;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
.link-4 span {
  background-color: #95C11E;
  padding: 1rem 2rem;
  position: relative;
  border-radius: 2rem;
  color: #FFFFFF;
  display: block;
  width: fit-content;
  margin-top: -7.7rem;
  margin-left: 5.8rem;
  margin-bottom: 4rem;
}
.link-4 span::after {
  position: relative;
  display: inline-block;
  content: "";
  background: no-repeat url("images/arrow.svg");
  background-size: contain;
  height: 2rem;
  width: 3.4rem;
  margin-bottom: -0.4rem;
  margin-left: 1rem;
}
.link-4::before {
  position: relative;
  display: block;
  content: "";
  background: no-repeat url("images/blog-link.svg");
  background-size: contain;
  height: 20rem;
  width: 34rem;
}
.link-4:hover {
  transform: translateY(-1rem);
}

.link-5 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
  color: #FFFFFF;
  background-color: #95C11E;
  width: fit-content;
  text-align: center;
  padding: 2rem 3.5rem;
  border-radius: 10rem;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-5:hover {
  background-color: #006081;
}

.link-6 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1818181818;
  width: fit-content;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-6::after {
  content: "";
  display: inline-block;
  background: url("images/arrow_grey.svg");
  width: 1.7rem;
  height: 1.3rem;
  background-size: contain;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-6:hover {
  text-decoration-color: #7b7b7b;
}
.link-6:hover::after {
  transform: translateX(0.5rem);
}

.link-7 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-7::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-7:hover {
  color: #006081;
}
.link-7:hover::after {
  background-color: #006081;
}

.link-8 {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
  color: #006081;
  background-color: #FFFFFF;
  border: 2px #006081 solid;
  width: fit-content;
  text-align: center;
  padding: 2rem 3.5rem;
  border-radius: 10rem;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.link-8:hover {
  color: #FFFFFF;
  background-color: #006081;
}

.add_image.el1 {
  width: 7rem;
  height: 6rem;
}
.add_image.el2 {
  width: 10rem;
  height: 9.9rem;
}
.add_image.el3 {
  width: 6.3rem;
  height: 7.3rem;
}
.add_image.el4 {
  width: 7.6rem;
  height: 7.6rem;
}
.add_image.el5 {
  width: 8.2rem;
  height: 7.8rem;
}
.add_image.el6 {
  width: 6.4rem;
  height: 6.5rem;
}
.add_image.el7 {
  width: 4.2rem;
  height: 4.5rem;
}
.add_image.el8, .add_image.el9 {
  width: 4.9rem;
  height: 4.9rem;
}
.add_image.el10 {
  width: 3.9rem;
  height: 9.3rem;
}

.button-more-post {
  margin: 6rem auto;
  display: flex;
  gap: 1.6rem;
}
.button-more-post .circle {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.5rem #fbc442;
  animation: anime 1.6s infinite cubic-bezier(0.4, 0.8, 0.8, 0.4);
}
.button-more-post.rotate .circle {
  display: block;
}
.button-more-post.rotate .text {
  display: none;
}
.button-more-post .circle::after {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: radial-gradient(at 0 0, #95C11E 35%, rgba(252, 252, 252, 0));
  top: -1px;
  left: -1px;
}
@keyframes anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.arrow-prev {
  z-index: 11 !important;
  padding: 3rem;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.arrow-prev::before {
  content: "←";
  position: absolute;
  font-size: 3rem;
  opacity: 1;
  padding-top: 0;
  color: #95C11E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.arrow-next {
  z-index: 11 !important;
  padding: 3rem;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.arrow-next::before {
  content: "→";
  position: absolute;
  font-size: 3rem;
  opacity: 1;
  padding-top: 0;
  color: #95C11E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.slider-switches-container {
  position: relative !important;
  margin-top: 2rem;
  justify-content: center;
}
.slider-switches-container .slider-switch {
  width: 2rem !important;
  height: 2rem !important;
  background-color: #fbc442 !important;
  opacity: 0.5;
}
.slider-switches-container .slider-switch.active {
  opacity: 1;
}
@media (hover: hover) {
  .slider-switches-container .slider-switch.active:hover {
    background-color: #fbc442 !important;
  }
}
@media (hover: hover) {
  .slider-switches-container .slider-switch:hover {
    opacity: 1;
    background-color: #006081 !important;
  }
}

.display-none {
  display: none;
}

.info {
  margin: 0 auto;
  width: fit-content;
}

.stopScroll {
  overflow: hidden;
}

.pagination-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
  gap: 1.6rem;
  line-height: 1;
}
.pagination-container .page-numbers:not(.dots, .next, .prev) {
  background-color: #95C11E;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 50%;
}
.pagination-container .page-numbers:not(.dots, .next, .prev).current {
  opacity: 1;
  font-weight: 500;
}
@media (hover: hover) {
  .pagination-container .page-numbers:not(.dots, .next, .prev):hover {
    opacity: 1;
    font-weight: 500;
  }
}
.pagination-container .next,
.pagination-container .prev {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 3.2rem;
  border-radius: 2.4rem;
  gap: 1.6rem;
  font-weight: 500;
  background-color: #95C11E;
  height: 4.8rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .pagination-container .next span,
  .pagination-container .prev span {
    display: none;
  }
}
.pagination-container .next.disabled,
.pagination-container .prev.disabled {
  pointer-events: none;
  background-color: #d4d2d2;
  color: #333333;
  opacity: 30%;
}
.pagination-container .next.disabled::after, .pagination-container .next.disabled::before,
.pagination-container .prev.disabled::after,
.pagination-container .prev.disabled::before {
  background: url("images/arrow_grey.svg");
}
.pagination-container .next::after {
  content: "";
  display: inline-block;
  background: url("images/arrow_white.svg");
  width: 1.7rem;
  height: 1.3rem;
  background-size: contain;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media (hover: hover) {
  .pagination-container .next:hover::after {
    transform: translateX(0.7rem);
  }
}
.pagination-container .prev::before {
  content: "";
  display: inline-block;
  background: url("images/arrow_white.svg");
  width: 1.7rem;
  height: 1.3rem;
  background-size: contain;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  transform: rotate(180deg);
}
@media (hover: hover) {
  .pagination-container .prev:hover::before {
    transform: rotate(180deg) translateX(0.7rem);
  }
}

.small-pagination-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.6rem;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .small-pagination-container {
    display: none;
  }
}
.small-pagination-container .next.disabled, .small-pagination-container .prev.disabled {
  pointer-events: none;
  opacity: 0.5;
  padding-top: 0.5rem;
}
.small-pagination-container .current-page {
  background-color: #F7F7F7;
  color: #006081;
  width: 4.8rem;
  height: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  font-weight: 700;
}
.small-pagination-container .next::after {
  content: "";
  display: inline-block;
  background: url("images/arrow_grey.svg");
  width: 1.7rem;
  height: 1.3rem;
  background-size: contain;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media (hover: hover) {
  .small-pagination-container .next:hover::after {
    transform: translateX(0.7rem);
  }
}
.small-pagination-container .prev::before {
  content: "";
  display: inline-block;
  background: url("images/arrow_grey.svg");
  width: 1.7rem;
  height: 1.3rem;
  background-size: contain;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  transform: rotate(180deg);
}
@media (hover: hover) {
  .small-pagination-container .prev:hover::before {
    transform: rotate(180deg) translateX(0.7rem);
  }
}

.cat-wrap {
  background-color: #FFFFFF;
  padding-top: 5.5rem;
  padding-bottom: 2.5rem;
}
.cat-wrap .category-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.8rem;
}
@media (max-width: 767px) {
  .cat-wrap .category-list-container {
    gap: 2rem;
  }
}
.cat-wrap .category-list-container > div,
.cat-wrap .category-list-container > a {
  height: fit-content;
}

.single-category.category-active {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #006081;
}
.single-category.category-active::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.single-category.category-active::after {
  background-color: #006081;
}
.single-category.category-active:hover {
  color: #006081;
}
.single-category.category-active:hover::after {
  background-color: #006081;
}

@media (max-width: 599px) {
  blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
h1 {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.15625;
  font-family: Doko, sans-serif;
}
.elementor-widget-text-editor .elementor-widget-container h1 strong, .h1-text strong,
h1 strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor .elementor-widget-container h1, .h1-text,
  h1 {
    font-size: 5rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
h2 {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.0833333333;
  font-family: Doko, sans-serif;
}
.elementor-widget-text-editor .elementor-widget-container h2 strong, .h2-text strong,
h2 strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor .elementor-widget-container h2, .h2-text,
  h2 {
    font-size: 4rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container p, .h3-text,
h3 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.1666666667;
}
.elementor-widget-text-editor .elementor-widget-container h3 strong, .elementor-widget-text-editor .elementor-widget-container p strong, .h3-text strong,
h3 strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container p, .h3-text,
  h3 {
    font-size: 3rem;
  }
}

.elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h4, .h6-text,
h6, .h4-text,
h4 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.1818181818;
}
.elementor-widget-text-editor .elementor-widget-container h5 strong, .elementor-widget-text-editor .elementor-widget-container h4 strong, .h6-text strong,
h6 strong, .h4-text strong,
h4 strong {
  font-weight: 700;
}

.h5-text,
h5 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.h5-text strong,
h5 strong {
  font-weight: 700;
}

.font14 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

.default-text-2, .default-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3888888889;
}
.default-text-2 strong, .default-text strong {
  font-weight: 700;
}
.default-text-2 a, .default-text a {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .default-text-2 a:hover, .default-text a:hover {
    opacity: 0.7;
  }
}

.default-text-2 {
  font-size: 1.6rem;
}

ol,
ul {
  padding-left: 2.2em;
}

.grid-el-12, .grid-el {
  display: grid;
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  width: 100%;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.grid-el-12 {
  grid-template-columns: repeat(12, 1fr);
}

.no-padd-l-r {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .no-padd-l-r-tab {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .no-padd-l-r-mobs {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-max-width {
  max-width: none;
}

.button {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

input:not([type=submit]), textarea {
  outline: none;
  border: 1px solid #ecf3da;
  padding: 1rem;
  background: transparent;
}

input[type=submit] {
  border: none !important;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-container input {
  margin-right: 1.4rem;
  margin-top: 0;
}
.type-2.checkbox input {
  background-color: #fddfdf !important;
}
.type-2.checkbox input:checked, .type-2.checkbox input.checked {
  background-color: #fddfdf !important;
}
.type-2.checkbox input:checked + svg, .type-2.checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox input {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  outline: none;
  background: #fddfdf;
  border: 1px solid #f89e9e;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .checkbox input:hover {
    box-shadow: inset 0 0 0 2px #f89e9e;
    -webkit-box-shadow: inset 0 0 0 2px #f89e9e;
  }
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox input:checked, .checkbox input.checked {
  background-color: #f89e9e;
}
.checkbox input:checked + svg, .checkbox input.checked + svg {
  -webkit-animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
  animation: checkbox-anim-1 0.4s linear 0.2s 1 forwards;
}

.checkbox {
  position: relative;
}
.checkbox input {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media (min-width: 1025px) {
  .checkbox input:hover svg {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fddfdf;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  max-width: unset;
  transform: scale(0) translateZ(0);
  -webkit-transform: scale(0) translateZ(0);
}
.type-2.checkbox svg {
  stroke: #fbc442;
}

@keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-anim-1 {
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.checkbox-input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-input .checkbox {
  margin-right: 1.2rem;
}

.input-container textarea, .input-container input {
  color: #99cde1;
}
.input-container textarea::-webkit-input-placeholder, .input-container input::-webkit-input-placeholder {
  color: #99cde1 !important;
}
.input-container textarea::-moz-placeholder, .input-container input::-moz-placeholder {
  color: #99cde1 !important;
}
.input-container textarea:-ms-input-placeholder, .input-container input:-ms-input-placeholder {
  color: #99cde1 !important;
}
.input-container textarea:-moz-placeholder, .input-container input:-moz-placeholder {
  color: #99cde1 !important;
}
.input-container input:not([type=submit]), .input-container input:not([type=checkbox]), .input-container textarea {
  width: 100%;
}
.input-container input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.input-container.text-area-input {
  position: relative;
}
.input-container.text-area-input:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: #ecf3da;
}
.input-container.text-area-input textarea {
  resize: vertical;
}
.input-container.text-area-input ::-webkit-resizer {
  opacity: 0;
}

.elementor-element {
  overflow-x: clip;
}

.elementor-widget {
  margin-bottom: 0 !important;
}

.elementor-widget-container {
  display: flex;
  width: 100%;
  overflow: visible;
}
.elementor-widget-container .section {
  width: 100%;
}
.elementor-widget-container .section.no-marg-b {
  margin-bottom: 0;
}
.elementor-widget-container .elementor-image {
  max-width: 1480px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .elementor-widget-container .elementor-image {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.elementor-widget-container .elementor-image .widget-image-caption {
  display: block;
  padding-top: 2rem;
  font-size: inherit;
}
.elementor-widget-container .elementor-text-editor {
  max-width: 1000px;
  padding-bottom: 0;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .elementor-widget-container .elementor-text-editor {
    max-width: unset;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.elementor-section-wrap:first-child > .elementor-section:first-child > .elementor-container:first-child > .elementor-row:first-child .elementor-widget-container .elementor-text-editor {
  padding-top: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}

.elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor-widget-text-editor {
  background-color: #333333;
}
.elementor-widget-text-editor .elementor-widget-container {
  padding: 100px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .elementor-widget-text-editor .elementor-widget-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.elementor-widget-text-editor .elementor-widget-container p {
  font-size: inherit;
  font-weight: inherit;
}
.elementor-widget-text-editor .elementor-widget-container h1 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .elementor-widget-text-editor .elementor-widget-container h1 {
    font-size: 3.4rem;
  }
}
.elementor-widget-text-editor .elementor-widget-container h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.elementor-widget-text-editor .elementor-widget-container h1, .elementor-widget-text-editor .elementor-widget-container h2, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container h4, .elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h6 {
  margin: 0.2rem 0;
}
.elementor-widget-text-editor .elementor-widget-container h1, .elementor-widget-text-editor .elementor-widget-container h2, .elementor-widget-text-editor .elementor-widget-container h3, .elementor-widget-text-editor .elementor-widget-container h5, .elementor-widget-text-editor .elementor-widget-container h6, .elementor-widget-text-editor .elementor-widget-container p, .elementor-widget-text-editor .elementor-widget-container ul, .elementor-widget-text-editor .elementor-widget-container li {
  color: #FFFFFF;
}

.elements-list-container {
  position: relative;
}
.elements-list-container:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}
.elements-list-container .arr-prev, .elements-list-container .arr-next {
  cursor: pointer;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: absolute;
  height: 100%;
  width: 2.6rem;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  display: block;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.elements-list-container .arr-prev img, .elements-list-container .arr-prev svg, .elements-list-container .arr-next img, .elements-list-container .arr-next svg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.elements-list-container .arr-prev.disabled, .elements-list-container .arr-next.disabled {
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}
.elements-list-container .arr-prev {
  right: 100%;
  margin-right: 2rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-prev:hover img, .elements-list-container .arr-prev:hover svg {
    transform: translateY(-50%) translateX(-3px);
  }
}
.elements-list-container .arr-next {
  left: 100%;
  margin-left: 2rem;
}
@media (min-width: 1025px) {
  .elements-list-container .arr-next:hover img, .elements-list-container .arr-next:hover svg {
    transform: translateY(-50%) translateX(3px);
  }
}
.elements-list-container .elements-list {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.elements-list-container .elements-list .elements-group {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 3.2rem);
  margin-left: -3.2rem;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-property: transform, opacity;
  background: transparent;
}
.elements-list-container .elements-list .elements-group.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.elements-list-container .elements-list .elements-group.current {
  transform: translateX(0%);
  position: relative;
  z-index: 2;
}
.elements-list-container .elements-list .elements-group.current + .elements-group {
  transform: translateX(100%);
}
.elements-list-container .elements-list .elements-group.current + .elements-group ~ .elements-group {
  transform: translateX(200%);
}
.elements-list-container .elements-list .elements-group .el {
  display: table-cell;
  vertical-align: top;
  padding-left: 3.2rem;
}
.elements-list-container.elements-anim-type-2 .elements-list .elements-group {
  transform: none !important;
  opacity: 0;
  -webkit-transition: opacity 1s !important;
  transition: opacity 1s !important;
}
.elements-list-container.elements-anim-type-2 .elements-list .elements-group.current {
  opacity: 1;
}

.js:not(.elementor-editor-active) .anim-left {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(-1rem, 0);
}
.js:not(.elementor-editor-active) .anim-right {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(1rem, 0);
}
.js:not(.elementor-editor-active) .anim-bottom {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(0, 2rem);
}
.js:not(.elementor-editor-active) .anim-top {
  transition: all 1.3s;
  opacity: 0;
  transform: translate(0, -2rem);
}
.js:not(.elementor-editor-active) .anim-center {
  transition: all 1.3s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .anim-txt {
  transition: all 2s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .anim-vid {
  transition: all 1.3s;
  opacity: 0;
}
.js:not(.elementor-editor-active) .fade-opacity {
  opacity: 1;
}
.js:not(.elementor-editor-active) .fade-transform {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  html {
    font-size: 9px;
  }
}
footer {
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
}
footer ul,
footer li {
  padding-left: 0;
  list-style: none;
}
footer .footer-section {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  footer .footer-menu {
    grid-template-columns: 1fr;
  }
}
footer .footer-menu a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #333333;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
footer .footer-menu a:hover {
  color: #95C11E;
}
footer .footer-menu.current_page_item a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #333333;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #95C11E;
}
footer .footer-menu.current_page_item a:hover {
  color: #95C11E;
}
footer li.menu-item-has-children > a {
  display: none;
}
footer .container-wrap {
  padding-top: 4rem;
}
footer .container-wrap .social-container {
  grid-column: 1/span 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  footer .container-wrap .social-container {
    flex-direction: column;
  }
}
footer .container-wrap .social-container a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  height: fit-content;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #333333;
  width: fit-content;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
@media (hover: hover) {
  footer .container-wrap .social-container a:hover img {
    transform: scale(1.1);
  }
}
footer .container-wrap .social-container a:hover {
  color: #95C11E;
}
footer .container-wrap .social-container img {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: 3.3rem;
}
footer .container-wrap .copyright {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 767px) {
  footer .container-wrap .copyright {
    grid-column: 1/span 2;
  }
}
footer .container-wrap .footer-image {
  grid-column: 2;
  grid-row: 1/span 2;
  margin-bottom: -6rem;
  overflow: clip;
}
@media (max-width: 767px) {
  footer .container-wrap .footer-image {
    grid-column: 1/span 2;
    grid-row: 3;
  }
}
footer .container-wrap .footer-image img {
  width: 52rem;
  aspect-ratio: 520/310;
  margin-bottom: -0.6rem;
}

.slider-line {
  position: relative;
}
.slider-line.no-arrows .arrow-prev, .slider-line.no-arrows .arrow-next {
  display: none;
}
.slider-line.slider-line-fade .container-slider-in {
  transition: none !important;
}
.slider-line.slider-line-fade .element-in {
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.slider-line.slider-line-fade .element-in.active {
  opacity: 1;
}
.slider-line .slider-wrap {
  overflow: clip;
}
.slider-line .container-slider-in {
  display: flex;
  flex-direction: row;
}
.slider-line .container-slider-in > .element-in {
  flex-shrink: 0;
}
.slider-line .arrow-prev,
.slider-line .arrow-next {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.slider-line .arrow-prev.disabled,
.slider-line .arrow-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-line .arrow-next {
  right: 0;
}
@media (hover: hover) {
  .slider-line .arrow-next:hover {
    transform: translate(0.5rem, -50%);
  }
}
.slider-line .arrow-prev {
  left: 0;
}
@media (hover: hover) {
  .slider-line .arrow-prev:hover {
    transform: translate(-0.5rem, -50%);
  }
}
.slider-line .display-none {
  display: none;
}
.slider-line .opacity-none {
  opacity: 0;
  pointer-events: none;
}
.slider-line .slider-switches-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slider-line .slider-switches-container .slider-switch {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: grey;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.slider-line .slider-switches-container .slider-switch.active {
  background-color: black;
}

.customLightbox {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease-in-out;
}
.customLightbox.no-visible {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease-in-out 200ms, opacity 200ms ease-in-out;
}
.customLightbox::before {
  content: "";
  width: 100%;
  height: 130%;
  background-color: black;
  position: absolute;
  opacity: 0.8;
  z-index: -1;
}
.customLightbox .wrap {
  overflow: clip;
  width: calc(100% - 12rem);
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .customLightbox .wrap {
    margin-left: 0;
    width: 100%;
  }
}
.customLightbox .container-lightbox-in {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.customLightbox .container-lightbox-in > .lightbox-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
  padding-right: 3rem;
  width: calc(100% + 3rem);
}
.customLightbox .container-lightbox-in > .lightbox-in img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.customLightbox .container-lightbox-in > .lightbox-in .load-box {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 10;
  display: none;
}
.customLightbox .container-lightbox-in > .lightbox-in.loading .load-box {
  display: block;
}
.customLightbox .arrow-prev,
.customLightbox .arrow-next {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.customLightbox .arrow-prev.disabled,
.customLightbox .arrow-next.disabled {
  opacity: 0;
  pointer-events: none;
}
.customLightbox .arrow-prev img,
.customLightbox .arrow-next img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.customLightbox .close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.customLightbox .close img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.customLightbox .close:hover {
  transform: scale(1.1);
}
.customLightbox .counter {
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  color: #FFFFFF;
}
.customLightbox .counter .line {
  padding: 0 2px;
}
.customLightbox .arrow-next {
  right: 1rem;
}
@media (hover: hover) {
  .customLightbox .arrow-next:hover {
    transform: translate(0.5rem, -50%);
  }
}
.customLightbox .arrow-prev {
  left: 1rem;
}
@media (hover: hover) {
  .customLightbox .arrow-prev:hover {
    transform: translate(-0.5rem, -50%);
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.form-container {
  position: relative;
  min-height: 64px;
}
.form-container::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.85) url("images/loading.svg") no-repeat center center;
  background-size: 64px 64px;
  cursor: wait;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.form-container.sending::before {
  opacity: 1;
  visibility: visible;
}
.form-container.sending .form {
  pointer-events: none;
}
.form-container label.el-label {
  cursor: pointer;
}
.form-container .form-re {
  font-weight: 700;
}
.form-container .form-re .ok {
  color: #FFFFFF;
}
.form-container .form-re .ok, .form-container .form-re .err {
  display: none;
}
.form-container .form-re.ok .ok, .form-container .form-re.err .err {
  display: inline-block;
}
.form-container .form-re .err {
  color: #F00;
}
.form-container a {
  text-decoration: underline;
}

.none-margin-top {
  padding-top: 0;
}

.small-margin-top {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .small-margin-top {
    padding-top: 2rem;
  }
}

.standard-margin-top {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .standard-margin-top {
    padding-top: 4rem;
  }
}

.none-margin-bottom {
  padding-bottom: 0;
}

.small-margin-bottom {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .small-margin-bottom {
    padding-bottom: 2rem;
  }
}

.standard-margin-bottom {
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .standard-margin-bottom {
    padding-bottom: 4rem;
  }
}

.section-background-white {
  background-color: #FFFFFF;
}

.section-background-pink {
  background-color: #fddfdf;
}

.section-background-red {
  background-color: #f89e9e;
}

.section-background-yellow {
  background-color: #fbc442;
}

.section-background-turquoise {
  background-color: #cce7e5;
}

.section-background-grey {
  background-color: #f4f4f4;
}

.section-background-blue {
  background-color: #99cde1;
}

.section-header-txt {
  background-color: #cce7e5;
  z-index: 3;
  position: relative;
}
.section-header-txt .content {
  text-align: center;
}
.section-header-txt .slider-container {
  margin-bottom: 9rem;
}
.section-header-txt .slider-container .single-el {
  text-align: center;
}
.section-header-txt .slider-container .arrow-prev, .section-header-txt .slider-container .arrow-next {
  display: none;
}
.section-header-txt .video {
  max-width: 70rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  overflow: clip;
}
.section-header-txt .desc {
  margin: 0 auto;
  padding-top: 4rem;
  max-width: 63rem;
  text-align: center;
}
.section-header-txt .el1, .section-header-txt .el2, .section-header-txt .el3, .section-header-txt .el4 {
  z-index: -1;
  position: fixed;
}
.section-header-txt .el1 {
  top: 30%;
  left: 15%;
}
.section-header-txt .el2 {
  top: 30%;
  right: 13%;
}
.section-header-txt .el3 {
  top: 50%;
  left: 5%;
}
.section-header-txt .el4 {
  top: 61%;
  right: 8%;
}

.section-chessboard .add_image {
  position: absolute;
  z-index: -1;
}
.section-chessboard .el3 {
  top: calc(100% + 1.5rem);
  left: 1.5rem;
}
@media (max-width: 767px) {
  .section-chessboard .el3 {
    top: initial;
    top: calc(100% - 1.5rem);
  }
}
.section-chessboard .el4 {
  top: -6.5rem;
  left: 10%;
}
@media (max-width: 767px) {
  .section-chessboard .el4 {
    top: initial;
    bottom: -6rem;
  }
}
.section-chessboard .el5 {
  top: -9.5rem;
  right: 5%;
}
.section-chessboard .el6 {
  top: 100%;
  right: 40%;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.section-chessboard .chessboard-container.left .container-desc {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container.left .container-desc {
    grid-row: span 1;
  }
}
.section-chessboard .chessboard-container.left .container-media {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container.left .container-media {
    grid-column: 1;
    grid-row: 2;
  }
}
.section-chessboard .chessboard-container.left .container-media.txt {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container.left .container-media.txt {
    grid-column: 1;
    grid-row: 1;
  }
}
.section-chessboard .chessboard-container.right .container-desc {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container.right .container-desc {
    grid-column: 1;
    grid-row: span 1;
  }
}
.section-chessboard .chessboard-container.right .container-media {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container.right .container-media {
    grid-row: 2;
  }
}
.section-chessboard .chessboard-container.right .container-media.txt {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .section-chessboard .chessboard-container.right .container-media.txt {
    grid-column: 1;
    grid-row: 1;
  }
}
.section-chessboard .chessboard-container .container-desc {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-chessboard .chessboard-container .container-desc.center {
  align-items: center;
}
.section-chessboard .chessboard-container .container-desc.center_ver {
  justify-content: center;
}
.section-chessboard .chessboard-container .container-desc .desc-above {
  padding-top: 3.5rem;
  max-width: 51rem;
  width: fit-content;
}
.section-chessboard .chessboard-container .container-desc .main-link {
  margin-top: 3rem;
}
.section-chessboard .chessboard-container .container-desc .wysiwyg {
  margin-top: 3rem;
  width: fit-content;
}
.section-chessboard .chessboard-container .container-desc h1:first-child, .section-chessboard .chessboard-container .container-desc h2:first-child, .section-chessboard .chessboard-container .container-desc h4:first-child, .section-chessboard .chessboard-container .container-desc a:first-child, .section-chessboard .chessboard-container .container-desc div:first-child {
  padding-top: 0;
  margin-top: 0;
}
.section-chessboard .chessboard-container .container-media {
  position: relative;
}
.section-chessboard .chessboard-container .container-media .video-container {
  border-radius: 1.2rem;
  overflow: clip;
}
.section-chessboard .chessboard-container .container-media .image-media {
  object-fit: contain;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: clip;
  border-radius: 1.2rem;
}

.section-image-txt .container-header .desc {
  padding-top: 1rem;
}
.section-image-txt .container-header h2:first-child, .section-image-txt .container-header h4:first-child {
  padding-top: 0;
  margin-top: 0;
}
.section-image-txt .container-elements {
  padding-top: 6rem;
}
@media (max-width: 599px) {
  .section-image-txt .container-elements.grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .section-image-txt .container-elements.grid-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section-image-txt .container-elements.grid-3 .el-in {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .section-image-txt .container-elements.grid-3 .el-in {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-image-txt .container-elements.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .section-image-txt .container-elements.grid-4 {
    grid-template-columns: 1fr;
  }
}
.section-image-txt .container-elements .el-in .title {
  margin-top: 1rem;
}
.section-image-txt .container-elements .el-in .desc-el {
  margin-top: 1rem;
}
.section-image-txt .container-elements .el-in .image-wrap {
  aspect-ratio: 2/1;
}
.section-image-txt .container-elements .el-in .box-image {
  height: 100%;
  object-fit: contain;
}
.section-image-txt .container-elements.circle .el-in .box-image {
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.section-image-txt .container-elements.big .el-in .image-wrap {
  aspect-ratio: 1;
}

.section-switchers-card .custom-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8rem;
  padding-top: 7rem;
}
@media (max-width: 1023px) {
  .section-switchers-card .custom-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.section-switchers-card .custom-grid .container-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .section-switchers-card .custom-grid .container-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section-switchers-card .custom-grid .icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 2.6rem;
  background-color: #FFFFFF;
  cursor: pointer;
}
.section-switchers-card .custom-grid .icon-container .icon-image {
  width: 3.2rem;
  height: 3.2rem;
}
.section-switchers-card .custom-grid .icon-container .icon-image svg {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}
.section-switchers-card .custom-grid .icon-container path {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.section-switchers-card .custom-grid .icon-container.active {
  background-color: #95C11E;
  color: #FFFFFF;
}
.section-switchers-card .custom-grid .icon-container.active .icon-image path {
  fill: #FFFFFF;
}
.section-switchers-card .custom-grid .container-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.section-switchers-card .custom-grid .container-content .result-container {
  grid-column: 1;
  grid-row: 1;
  transition: 0.15s opacity ease-in-out 0s, 0.15s visibility ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.section-switchers-card .custom-grid .container-content .result-container .desc {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: space-between;
}
.section-switchers-card .custom-grid .container-content .result-container.img-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media (max-width: 1023px) {
  .section-switchers-card .custom-grid .container-content .result-container.img-cont {
    gap: 3rem;
  }
}
@media (max-width: 599px) {
  .section-switchers-card .custom-grid .container-content .result-container.img-cont {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.section-switchers-card .custom-grid .container-content .result-container.img-cont img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
}
.section-switchers-card .custom-grid .container-content .result-container.img-cont img.circle {
  border-radius: 50%;
}
.section-switchers-card .custom-grid .container-content .result-container.active {
  opacity: 1;
  visibility: visible;
  max-height: 1000vh;
}
.section-switchers-card h1:first-child, .section-switchers-card h2:first-child, .section-switchers-card div:first-child {
  padding-top: 0;
  margin-top: 0;
}

.section-material-card .custom-grid {
  display: grid;
  grid-template-columns: 37% 1fr;
}
@media (max-width: 1024px) {
  .section-material-card .custom-grid {
    grid-template-columns: 1fr;
  }
}
.section-material-card .left-card {
  padding: 6rem 4rem 6rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .section-material-card .left-card {
    padding-right: 0;
  }
}
.section-material-card .left-card .desc {
  padding-top: 2rem;
}
.section-material-card .left-card .background-container {
  top: 0;
  position: absolute;
  z-index: -1;
  width: calc(50vw - 35%);
  height: 100%;
  right: 0;
  overflow: clip;
}
@media (max-width: 1024px) {
  .section-material-card .left-card .background-container {
    width: 100vw;
    right: calc(0px - var(--common-padding));
  }
}
.section-material-card .right-card {
  color: #FFFFFF;
  padding: 6rem 0 6rem 4rem;
  position: relative;
}
@media (max-width: 1024px) {
  .section-material-card .right-card {
    padding-left: 0;
  }
}
.section-material-card .right-card .background-container {
  background-color: #68877c;
  top: 0;
  position: absolute;
  z-index: -1;
  width: calc(100vw - 65%);
  height: 100%;
  left: 0;
  overflow: clip;
}
@media (max-width: 1024px) {
  .section-material-card .right-card .background-container {
    width: 100vw;
    left: calc(0px - var(--common-padding));
  }
}
.section-material-card .right-card .custom-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.section-material-card .right-card .custom-grid-2 .container-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.section-material-card .right-card .custom-grid-2 .icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 3rem 1rem 2rem;
  border: 1px solid #95C11E;
  border-radius: 2.6rem;
  cursor: pointer;
}
.section-material-card .right-card .custom-grid-2 .icon-container .icon-image {
  width: 3.2rem;
  height: 3.2rem;
}
.section-material-card .right-card .custom-grid-2 .icon-container .icon-image svg {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}
.section-material-card .right-card .custom-grid-2 .icon-container path {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.section-material-card .right-card .custom-grid-2 .icon-container.active {
  background-color: #95C11E;
  color: #FFFFFF;
}
.section-material-card .right-card .custom-grid-2 .icon-container.active .icon-image path {
  fill: #FFFFFF;
}
.section-material-card .right-card .custom-grid-2 .container-content {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
}
@media (max-width: 599px) {
  .section-material-card .right-card .custom-grid-2 .container-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.section-material-card .right-card .custom-grid-2 .container-content .result-container {
  grid-column: 1;
  grid-row: 1;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  min-width: 24rem;
}
.section-material-card .right-card .custom-grid-2 .container-content .result-container .desc {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: space-between;
}
.section-material-card .right-card .custom-grid-2 .container-content .result-container.active {
  opacity: 1;
  visibility: visible;
}

.section-timeline .grid-2 {
  grid-auto-flow: dense;
  grid-auto-rows: auto auto 1fr auto;
}
@media (max-width: 599px) {
  .section-timeline .grid-2 .title {
    grid-column: 1/span 2;
  }
}
@media (max-width: 599px) {
  .section-timeline .grid-2 .desc {
    grid-column: 1/span 2;
  }
}
.section-timeline .grid-2 .date {
  grid-column: 1/span 2;
  text-align: center;
}
.section-timeline .grid-2 .timeline-image {
  grid-column: 1/span 2;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
  overflow: clip;
}
.section-timeline .grid-2 .timeline-image.aspect_ratio {
  aspect-ratio: 1;
}
.section-timeline .grid-2 .separator {
  margin-top: 3rem;
  grid-column: 1/span 2;
  background-color: #D9E6B1;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.8rem;
}
.section-timeline .grid-2.location .desc {
  grid-column: 1;
}
@media (max-width: 599px) {
  .section-timeline .grid-2.location .desc {
    grid-column: 1/span 2;
  }
}
.section-timeline .grid-2.location .timeline-image {
  grid-column: 2/span 1;
  grid-row: span 2;
}
@media (max-width: 599px) {
  .section-timeline .grid-2.location .timeline-image {
    grid-column: 1/span 2;
  }
}

.section-quote {
  background-color: #D9E6B1;
}
.section-quote .quote-slider .slider-wrap {
  overflow: visible;
}
@media (max-width: 767px) {
  .section-quote .quote-slider {
    --slider-by: 1 !important;
  }
}
.section-quote .container > h2:first-child,
.section-quote .container > div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.section-quote .slider-quote-container {
  margin-top: 7rem;
}
@media (max-width: 1023px) {
  .section-quote .slider-quote-container {
    margin-top: 8rem;
  }
}
.section-quote .slider-quote-container .arrow-prev {
  left: -4rem !important;
}
@media (max-width: 1023px) {
  .section-quote .slider-quote-container .arrow-prev {
    left: initial !important;
    right: 8rem !important;
    top: -4rem;
  }
}
.section-quote .slider-quote-container .arrow-next {
  right: -4rem !important;
}
@media (max-width: 1023px) {
  .section-quote .slider-quote-container .arrow-next {
    right: 0rem !important;
    top: -4rem;
  }
}
.section-quote .slider-quote-container.ammount-1 .grid-2 {
  padding-left: 15rem;
  padding-right: 12rem;
}
@media (max-width: 1023px) {
  .section-quote .slider-quote-container.ammount-1 .grid-2 {
    padding-left: 5rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .section-quote .slider-quote-container.ammount-1 .grid-2 h1, .section-quote .slider-quote-container.ammount-1 .grid-2 h2, .section-quote .slider-quote-container.ammount-1 .grid-2 h3, .section-quote .slider-quote-container.ammount-1 .grid-2 h4, .section-quote .slider-quote-container.ammount-1 .grid-2 p {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.section-quote .slider-quote-container.ammount-1 .quote-in::after {
  left: 11rem;
}
@media (max-width: 1023px) {
  .section-quote .slider-quote-container.ammount-1 .quote-in::after {
    left: 1.5rem;
  }
}
.section-quote .slider-quote-container .element-in {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.section-quote .slider-quote-container .element-in.active {
  opacity: 1;
}
.section-quote .slider-quote-container .quote-in {
  padding: 6rem 2.5rem 4rem 6rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0.4rem 4.5rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
  position: relative;
  grid-template-columns: auto 1fr;
  font-weight: 700;
}
.section-quote .slider-quote-container .quote-in:after {
  content: "";
  background: url("images/ikona-cytat.svg");
  position: absolute;
  width: 3.2rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  top: 3rem;
  left: 1.5rem;
  background-size: contain;
}
.section-quote .slider-quote-container .quote-in .content {
  grid-column: 1/span 2;
}
.section-quote .slider-quote-container .quote-in .author {
  grid-row: 2/span 1;
}
.section-quote .slider-quote-container .quote-in .author-desc {
  grid-row: 3/span 1;
}
.section-quote .slider-quote-container .quote-in .author-image {
  min-width: 8rem;
  max-width: 8rem;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  overflow: clip;
  margin-left: auto;
  margin-top: -3rem;
}
@media (max-width: 1023px) {
  .section-quote .slider-quote-container .quote-in .author-image {
    margin-top: -2rem;
  }
}

.section-faq {
  background-color: #99cde1;
}
.section-faq .container-subtitle {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  background-color: #FFFFFF;
  padding: 2rem 2.5rem;
  width: fit-content;
  margin-top: 6rem;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  align-items: center;
}
.section-faq .content {
  padding: 4rem 2.5rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
.section-faq .content:after {
  position: absolute;
  content: "";
  display: block;
  background: url("images/faq-image.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.5rem;
  height: 17rem;
  right: 10rem;
  top: -16rem;
}
.section-faq .content .answer {
  margin-top: 3rem;
  padding-left: 2.6rem;
  max-width: 70rem;
  border-left: 2px solid #99cde1;
}

@media (max-width: 767px) {
  .section-success .success-slider {
    --slider-by: 2 !important;
  }
}
.section-success .slider-success-container {
  margin-top: 7rem;
}
.section-success .slider-success-container .arrow-prev {
  left: -7rem;
}
@media (max-width: 767px) {
  .section-success .slider-success-container .arrow-prev {
    display: none;
  }
}
.section-success .slider-success-container .arrow-next {
  right: -7rem;
}
@media (max-width: 767px) {
  .section-success .slider-success-container .arrow-next {
    display: none;
  }
}
.section-success .slider-success-container .success-in {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-success .slider-success-container .success-in img {
  height: 11rem;
  width: 100%;
  object-position: left center;
  object-fit: contain;
}

.section-contact {
  background-color: #ecf3da;
}
@media (max-width: 1023px) {
  .section-contact .grid-2 {
    grid-template-columns: 1fr;
  }
}

.section-contact-products {
  background-color: #cce7e5;
}
@media (max-width: 1023px) {
  .section-contact-products {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .section-contact-products .grid-2 {
    grid-template-columns: 1fr;
  }
}
.section-contact-products .el7 {
  position: absolute;
  z-index: -1;
  top: 8rem;
  left: -7rem;
  transform: rotate(-10deg);
}
@media (max-width: 1023px) {
  .section-contact-products .el7 {
    top: -4rem;
    left: -1rem;
  }
}
.section-contact-products .el8 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -7rem;
  transform: rotate(10deg);
}
@media (max-width: 1023px) {
  .section-contact-products .el8 {
    bottom: -4rem;
    left: initial;
    right: 1rem;
  }
}
.section-contact-products .container-contact-form {
  position: relative;
  z-index: 2;
}
.section-contact-products .container-contact-form .el9 {
  position: absolute;
  z-index: -1;
  top: 12rem;
  right: -7rem;
  transform: rotate(-10deg);
}
@media (max-width: 1023px) {
  .section-contact-products .container-contact-form .el9 {
    z-index: 0;
    top: 2rem;
    left: -1rem;
  }
}
.section-contact-products .container-contact-form .el10 {
  position: absolute;
  z-index: -1;
  bottom: 18rem;
  right: -6rem;
  transform: rotate(10deg);
}
@media (max-width: 1023px) {
  .section-contact-products .container-contact-form .el10 {
    z-index: 0;
    bottom: 1rem;
    right: 0;
  }
}
.section-contact-products .desc {
  margin-top: 2rem;
}
.section-contact-products .container-desc {
  position: relative;
  z-index: 2;
  height: fit-content;
}
.section-contact-products .container-desc div:first-child,
.section-contact-products .container-desc h2:first-child {
  padding-top: 0;
  margin-top: 0;
}

.section-contact .form-re,
.section-contact-products .form-re {
  padding-top: 2rem;
}
.section-contact .ok,
.section-contact-products .ok {
  color: #333333 !important;
}
.section-contact .contact-in,
.section-contact-products .contact-in {
  background-color: #FFFFFF;
  padding: 5rem 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .section-contact .contact-in,
  .section-contact-products .contact-in {
    margin-left: calc(0px - var(--common-padding));
    margin-right: calc(0px - var(--common-padding));
  }
}
.section-contact .contact-in label span,
.section-contact-products .contact-in label span {
  font-weight: 500;
}
.section-contact .contact-in span.star,
.section-contact-products .contact-in span.star {
  color: #F00;
}
.section-contact .contact-in input,
.section-contact .contact-in textarea,
.section-contact .contact-in select,
.section-contact-products .contact-in input,
.section-contact-products .contact-in textarea,
.section-contact-products .contact-in select {
  width: 100%;
  border: none;
  margin-top: 1rem;
  padding-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
.section-contact .contact-in select,
.section-contact-products .contact-in select {
  cursor: pointer;
}
.section-contact .contact-in textarea,
.section-contact-products .contact-in textarea {
  resize: vertical;
  height: calc(3em + 3rem);
  min-height: 4.2rem;
  max-height: 15rem;
}
.section-contact .contact-in .field-product_name label span,
.section-contact-products .contact-in .field-product_name label span {
  font-weight: 700;
}
.section-contact .contact-in .field-checkbox_1 > label,
.section-contact-products .contact-in .field-checkbox_1 > label {
  display: flex;
  flex-direction: row;
}
.section-contact .contact-in .field-checkbox_1 > label input[type=checkbox],
.section-contact-products .contact-in .field-checkbox_1 > label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.section-contact .contact-in span.submit-btn,
.section-contact-products .contact-in span.submit-btn {
  display: block;
  cursor: pointer;
}
.section-contact .contact-in .form,
.section-contact-products .contact-in .form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-contact .contact-in .form-field.err input,
.section-contact-products .contact-in .form-field.err input {
  border-color: #F00;
}
.section-contact .contact-in .form-field.err label,
.section-contact-products .contact-in .form-field.err label {
  color: #F00;
}
.section-contact .image-in img,
.section-contact-products .image-in img {
  max-height: 50rem;
  margin: 0 auto;
}

.section-article-list {
  background-color: #F7F7F7;
}
.section-article-list .container > h2:first-child,
.section-article-list .container > div:first-child:not(.cat-wrap) {
  padding-top: 0;
  margin-top: 0;
}

.list {
  padding-top: 7rem;
}
@media (max-width: 1023px) {
  .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.list > a {
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  overflow: clip;
}
@media (hover: hover) {
  .list > a:hover .more-link {
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1818181818;
    width: fit-content;
    text-align: center;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    text-decoration-color: #7b7b7b;
  }
  .list > a:hover .more-link::after {
    content: "";
    display: inline-block;
    background: url("images/arrow_grey.svg");
    width: 1.7rem;
    height: 1.3rem;
    background-size: contain;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
  .list > a:hover .more-link::after {
    transform: translateX(0.5rem);
  }
  .list > a:hover .more-link:hover {
    text-decoration-color: #7b7b7b;
  }
  .list > a:hover .more-link:hover::after {
    transform: translateX(0.5rem);
  }
  .list > a:hover .thumbnail-container img {
    transform: scale(1.07);
  }
}
@media (max-width: 1023px) {
  .list > a {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 599px) {
  .list > a {
    width: 100%;
  }
}
.list > a .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: clip;
}
.list .single-post-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.list .single-post-container .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0 1.6rem 2.4rem;
  flex-grow: 1;
}
.list .thumbnail-container {
  overflow: clip;
}
.list .thumbnail-container img {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  overflow: clip;
}
.list .more-link {
  margin-top: auto;
  padding-top: 2.4rem;
}

.section-single-product .grid-gallery {
  grid-column: 1/span 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 767px) {
  .section-single-product .grid-gallery {
    grid-column: span 3;
  }
}
.section-single-product .product-desc {
  grid-column: 2/span 2;
}
@media (max-width: 767px) {
  .section-single-product .product-desc {
    grid-column: span 3;
  }
}
.section-single-product .product-desc div, .section-single-product .product-desc a, .section-single-product .product-desc input[type=submit] {
  margin-top: 2rem;
}
.section-single-product .product-desc h1:first-child,
.section-single-product .product-desc h2:first-child,
.section-single-product .product-desc div:first-child {
  padding-top: 0;
  margin-top: 0;
}
.section-single-product .product-image-link {
  grid-column: 1;
  grid-row: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: relative;
  overflow: clip;
}
@media (hover: hover) {
  .section-single-product .product-image-link:hover > img {
    transform: scale(1.1);
  }
}
.section-single-product .product-image-link:after {
  position: absolute;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  right: 6.25rem;
  top: 2.25rem;
  background: url("images/zoom.svg");
  background-size: contain;
  z-index: 2;
}
.section-single-product .product-image-link:before {
  position: absolute;
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  right: 5rem;
  top: 1rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 1px rgba(135, 135, 135, 0.304);
  z-index: 1;
}
.section-single-product .product-image-link.active {
  opacity: 1;
  visibility: visible;
}
.section-single-product .product-image-link > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.section-single-product .thumbnail-container {
  margin-top: 4rem;
  grid-column: 1;
  grid-row: 2;
  gap: 2rem;
}
.section-single-product .thumbnail-container > img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.section-single-product .thumbnail-container > img.active {
  opacity: 1;
}
.section-single-product .thumbnail-container > img:hover {
  opacity: 1;
}

.section-products-horizontal .products-list, .section-products-list .products-list {
  margin-top: 7rem;
}
@media (max-width: 1023px) {
  .section-products-horizontal .products-list, .section-products-list .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .section-products-horizontal .products-list, .section-products-list .products-list {
    grid-template-columns: 1fr;
  }
}
.section-products-horizontal .products-list > a, .section-products-list .products-list > a {
  overflow: clip;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.section-products-horizontal .products-list > a .product-title, .section-products-list .products-list > a .product-title {
  margin: 1.5rem;
}
.section-products-horizontal .products-list > a .wrap, .section-products-list .products-list > a .wrap {
  flex-grow: 1;
  margin: 0 1.6rem 2.4rem 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
}
.section-products-horizontal .products-list > a .thumbnail-container, .section-products-list .products-list > a .thumbnail-container {
  overflow: clip;
  width: 100%;
  aspect-ratio: 1;
}
.section-products-horizontal .products-list > a .thumbnail-container > img, .section-products-list .products-list > a .thumbnail-container > img {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .section-products-horizontal .products-list > a:hover .thumbnail-container > img, .section-products-list .products-list > a:hover .thumbnail-container > img {
    transform: scale(1.07);
  }
  .section-products-horizontal .products-list > a:hover .more-link, .section-products-list .products-list > a:hover .more-link {
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1818181818;
    width: fit-content;
    text-align: center;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    text-decoration-color: #7b7b7b;
  }
  .section-products-horizontal .products-list > a:hover .more-link::after, .section-products-list .products-list > a:hover .more-link::after {
    content: "";
    display: inline-block;
    background: url("images/arrow_grey.svg");
    width: 1.7rem;
    height: 1.3rem;
    background-size: contain;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
  .section-products-horizontal .products-list > a:hover .more-link::after, .section-products-list .products-list > a:hover .more-link::after {
    transform: translateX(0.5rem);
  }
  .section-products-horizontal .products-list > a:hover .more-link:hover, .section-products-list .products-list > a:hover .more-link:hover {
    text-decoration-color: #7b7b7b;
  }
  .section-products-horizontal .products-list > a:hover .more-link:hover::after, .section-products-list .products-list > a:hover .more-link:hover::after {
    transform: translateX(0.5rem);
  }
}
.section-products-horizontal .container .link-5, .section-products-list .container .link-5 {
  margin: 7rem auto 0;
}
.section-products-horizontal .container > h1:first-child,
.section-products-horizontal .container > h2:first-child,
.section-products-horizontal .container > div:first-child, .section-products-list .container > h1:first-child,
.section-products-list .container > h2:first-child,
.section-products-list .container > div:first-child {
  margin-top: 0;
  padding-top: 0;
}

.section-products-list {
  background-color: #F7F7F7;
}

.section-products-vertical .products-list {
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.section-products-vertical .products-list > a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.section-products-vertical .products-list > a .thumbnail-container {
  overflow: clip;
  width: 100%;
  aspect-ratio: 1;
  max-width: 50rem;
}
@media (max-width: 599px) {
  .section-products-vertical .products-list > a .thumbnail-container {
    grid-column: 1/span 3;
  }
}
.section-products-vertical .products-list > a .thumbnail-container > img {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  object-fit: cover;
}
@media (hover: hover) {
  .section-products-vertical .products-list > a:hover .thumbnail-container > img {
    transform: scale(1.1);
  }
  .section-products-vertical .products-list > a:hover .more-link {
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1818181818;
    width: fit-content;
    text-align: center;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    text-decoration-color: #7b7b7b;
  }
  .section-products-vertical .products-list > a:hover .more-link::after {
    content: "";
    display: inline-block;
    background: url("images/arrow_grey.svg");
    width: 1.7rem;
    height: 1.3rem;
    background-size: contain;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
  }
  .section-products-vertical .products-list > a:hover .more-link::after {
    transform: translateX(0.5rem);
  }
  .section-products-vertical .products-list > a:hover .more-link:hover {
    text-decoration-color: #7b7b7b;
  }
  .section-products-vertical .products-list > a:hover .more-link:hover::after {
    transform: translateX(0.5rem);
  }
}
.section-products-vertical .products-list > a .desc-container {
  grid-column: 2/span 2;
}
@media (max-width: 599px) {
  .section-products-vertical .products-list > a .desc-container {
    grid-column: 1/span 3;
  }
}
.section-products-vertical .products-list > a .desc-container .product-desc, .section-products-vertical .products-list > a .desc-container .more-link {
  margin-top: 2rem;
}
.section-products-vertical .container .link-5 {
  margin: 7rem auto 0;
}
.section-products-vertical .container h1:first-child,
.section-products-vertical .container h2:first-child,
.section-products-vertical .container div:first-child {
  margin-top: 0;
  padding-top: 0;
}

.section-newsletter {
  background-color: #D9E6B1;
}
.section-newsletter .newsletter-wrap {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-newsletter .newsletter-wrap {
    grid-template-columns: 1fr;
  }
}
.section-newsletter .newsletter-wrap input[type=email] {
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 2.4rem;
  padding: 1.4rem 2.4rem;
}
.section-newsletter .newsletter-wrap input[type=submit] {
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.section-newsletter .container div:first-child {
  padding-top: 0;
  margin-top: 0;
}

.blog-wrap {
  max-width: 80rem;
  margin: 0 auto;
}

.section-single-post {
  margin-top: 4rem;
}
.section-single-post .date-container {
  margin-top: 2rem;
}
.section-single-post .date-in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.section-single-post .blog-image {
  border-radius: 1.2rem;
  overflow: clip;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  margin-top: 2rem;
}

.section-blog-image .image-wrap {
  width: fit-content;
  margin: 0 auto;
}
.section-blog-image .blog-image {
  border-radius: 1.2rem;
  overflow: clip;
  object-fit: cover;
  width: fit-content;
  max-width: 100%;
  margin-top: 2rem;
}
.section-blog-image .blog-image.rectangle {
  aspect-ratio: 16/9;
}
.section-blog-image .blog-image.square {
  aspect-ratio: 1;
}

.section-blog-read-more {
  background-color: #F7F7F7;
}
