@font-face {
  font-family: 'Means Web';
  src: url("../fonts/means/subset-MeansWeb-Light.woff2") format('woff2'), url("../fonts/means/subset-MeansWeb-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format('eot'), url("../fonts/icons/icons.woff2") format('woff2'), url("../fonts/icons/icons.woff") format('woff'), url("../fonts/icons/icons.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.Icon--spin {
  animation: icon-spin 2s infinite linear;
}
.Icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon--arrowLeft:before {
  content: '\EA01';
}
.Icon--arrowRight:before {
  content: '\EA02';
}
.Icon--check:before {
  content: '\EA03';
}
.Icon--cross:before {
  content: '\EA04';
}
.Icon--zoom:before {
  content: '\EA05';
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
* {
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  -webkit-font-smoothing: antialiased;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dt,
dl,
dd,
fieldset,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  font-weight: bold;
}
ul,
ol {
  list-style: none;
}
b {
  font-weight: bold;
}
abbr[title] {
  text-decoration: none;
}
button,
a {
  touch-action: manipulation;
}
button,
input,
textarea {
  font-size: inherit;
  font-family: inherit;
  box-shadow: none;
  border: none;
}
strong,
b {
  font-weight: bold;
}
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[src="#"] {
  display: none !important;
}
html {
  font-size: 62.5%;
}
html.is-scrolling-disabled {
  overflow: hidden;
}
body {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Means Web", sans-serif;
  color: #0a0a0a;
  background-color: #ebe3de;
}
.is-scrolling-disabled body {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
  text-decoration: underline;
}
a[href^=tel] {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-src],
img[data-srcset] {
  transition: opacity 1s ease;
  will-change: opacity;
}
img[data-src].is-lazy,
img[data-srcset].is-lazy {
  opacity: 0;
}
.no-js img[data-src].is-lazy,
.no-js img[data-srcset].is-lazy {
  display: none;
}
img[data-src].is-lazy-loading,
img[data-srcset].is-lazy-loading {
  opacity: 0;
}
img[data-src].is-lazy-loaded,
img[data-srcset].is-lazy-loaded {
  opacity: 1;
}
.Button {
  position: relative;
  z-index: 0;
  padding: 1rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  color: rgba(10,10,10,0.65);
  background-color: rgba(255,255,255,0.5);
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.Button:hover {
  color: #0a0a0a;
  background-color: #fff;
}
.Button--link {
  padding: 0;
  background-color: transparent;
  text-decoration: underline;
}
.Button--link:hover {
  background-color: transparent;
}
.Container {
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  position: relative;
  box-sizing: content-box;
}
.Container--slim {
  max-width: 850px;
}
.Container--narrow {
  max-width: 1080px;
}
.Container--medium {
  max-width: 1440px;
}
.Container--large {
  max-width: 1560px;
}
.Container--wide {
  max-width: 1680px;
}
.Container--full {
  max-width: 1920px;
}
.Container.is-pure {
  padding: 0;
  position: static;
}
.Evolution {
  position: relative;
  padding: 2rem;
  color: #fff;
  border-radius: 16px;
}
.Evolution-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 28px;
  transition: width 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Evolution-headline {
  margin-inline: auto;
  margin-bottom: 2.5rem;
  max-width: 50rem;
  text-align: center;
}
.Evolution-carousel {
  position: relative;
  width: 100vw;
  left: -3rem;
  margin-bottom: -6rem;
  margin-inline: auto;
}
.Evolution-carouselCell {
  position: relative;
  padding: 1rem;
  max-width: 200px;
  max-height: 250px;
  height: 100%;
  box-sizing: content-box;
}
.Evolution-carouselCell img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
}
.Evolution-carouselButtons {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 31rem;
  pointer-events: none;
}
.Evolution-carouselButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 18px;
  color: rgba(10,10,10,0.65);
  background-color: #fff;
  transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: auto;
}
.Evolution-carouselButton:hover {
  color: #0a0a0a;
}
.Evolution-carouselButton--prev:hover {
  color: #000;
}
.Evolution-carouselButton--next:hover {
  color: #000;
}
.Evolution-carousel .flickity-viewport {
  height: 270px !important;
}
.Gallery-headline {
  margin-inline: auto;
  margin-bottom: 3rem;
  max-width: 500px;
}
.Gallery-products{   /* upraveno kvůli řazení po řádcích */
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(420px,1fr));
  grid-auto-flow:row;

}
.Gallery-product {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: block;
  text-decoration: none;
}
.Gallery-product:not(:last-child) {
  margin-bottom: 3rem;
}
.Gallery-productLink {
  display: block;
  text-decoration: none;
}
.Gallery-productLink:hover .ZoomIcon {
  color: #0a0a0a;
  background-color: #fff;
}
.Gallery-productImage {
  position: relative;
}
.Gallery-productImage .ZoomIcon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}
.Gallery-productImage img {
  box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
  border-radius: 8px;
}
.Gallery-productCaption {
  margin-top: 0.5rem;
}
.Gallery-productCaption h3 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.Gallery-productCaption p {
  font-size: 1.4rem;
  line-height: 1.428571428571429;
  color: rgba(10,10,10,0.5);
}
.Header {
  padding-block: 2rem;
  height: 75px;
}
.Header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Header-langLink {
  text-transform: uppercase;
}
.Hero {
  max-width: 40rem;
}
.Hero-title {
  font-size: 4rem;
  line-height: 1.05;
}
.Hero-titleRow {
  display: block;
}
.Hero-img {
  display: none;
  position: relative;
  vertical-align: middle;
  width: 120px;
  height: 140px;
  border-radius: 12px;
  box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
}
.Hero-img img {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Hero a {
  text-decoration: underline;
}
.Hero-mobile {
  position: absolute;
  top: -75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.Hero-mobileImage {
  position: absolute;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.Hero-mobileImage:nth-child(1) {
  top: -50px;
  transform: translateX(-120%) rotate(-35deg);
}
.Hero-mobileImage:nth-child(2) {
  top: 100px;
  right: 20px;
  transform: translateX(140%) rotate(60deg);
  transition-delay: 0.15s;
}
.Hero-mobileImage:nth-child(3) {
  right: -1%;
  bottom: 20%;
  transform: translateX(120%) rotate(-60deg);
  transition-delay: 0.05s;
}
.Hero-mobileImage:nth-child(4) {
  left: 20px;
  bottom: 10%;
  transform: translateX(-130%) rotate(-80deg);
  transition-delay: 0.2s;
}
.is-revealed .Hero-mobileImage:nth-child(1) {
  transform: translateX(-25%) rotate(15deg);
}
.is-revealed .Hero-mobileImage:nth-child(2) {
  transform: rotate(5deg);
}
.is-revealed .Hero-mobileImage:nth-child(3) {
  transform: rotate(-10deg);
}
.is-revealed .Hero-mobileImage:nth-child(4) {
  transform: rotate(2deg);
}
.Hero-mobileImage img {
  width: 140px;
  height: 160px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
}
.Lifestory-headline {
  margin-inline: auto;
  margin-bottom: 2rem;
  max-width: 640px;
}
.Lifestory-content {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: center;
  gap: 3.5rem;
}
.Lifestory-text {
  flex: 1 1 400px;
}
.is-collapsed .Lifestory-text {
  display: block !important;
}
.Lifestory-more {
  width: unset;
}
.is-collapsed .Lifestory-more {
  display: none;
}
.Lifestory-carousel {
  position: relative;
  margin-inline: auto;
  width: 330px;
  
}
.Lifestory-carouselCell {
  width: 100%;
  margin-bottom: 10rem;
}
.Lifestory-carouselItem {
  display: block;
  text-decoration: none;
}
.Lifestory-carouselItem:hover .ZoomIcon {
  color: #0a0a0a;
  background-color: #fff;
}
.Lifestory-carouselItem p {
  padding-left: 2rem;
  padding-top: 1rem;
  max-width: 70%;
  font-size: 1.6rem;
  opacity: 0.5;
}
.Lifestory-carouselImage {
  padding: 0.8rem;
  position: relative;
}
.Lifestory-carouselImage img {
  border-radius: 8px;
  box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
}
.Lifestory-carouselImage .ZoomIcon {
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 1;
}
.Lifestory-carouselButtons {
  padding: 0.5rem 1.8rem 1.5rem 1rem;
  position: absolute;
  bottom: calc(100% - 335px);
  right: 0;
  z-index: 1;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #ebe3de;
  border-radius: 12px;
}
.Lifestory-carouselButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 18px;
  color: #0a0a0a;
  background-color: #bfb9b4;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.Lifestory-carouselButton:hover {
  color: #fff;
  background-color: #000;
}
.is-first .Lifestory-carouselButton--prev {
  opacity: 0.3;
  cursor: auto;
}
.is-first .Lifestory-carouselButton--prev:hover {
  color: #000;
  background-color: #bfb9b4;
}
.is-last .Lifestory-carouselButton--next {
  opacity: 0.3;
  cursor: auto;
}
.is-last .Lifestory-carouselButton--next:hover {
  color: #000;
  background-color: #bfb9b4;
}
.LinkMask {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #0a0a0a;
}
.LinkMask-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000;
  display: none;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
@supports (clip-path: polygon(0 0, 0 0, 0 0, 0 0)) {
  .LinkMask-mask {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    display: block;
    transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.is-mouse-pointer .LinkMask:hover .LinkMask-mask,
.is-mouse-pointer .LinkMask-trigger:hover .LinkMask-mask {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.LinkMask-mask .Icon {
  color: #000;
}
.LinkMask-mask.Link {
  color: #000;
}
.LinkMask-mask .Link {
  color: inherit;
}
.LinkMask-source {
  position: relative;
  z-index: 0;
  display: block;
}
@supports (clip-path: polygon(0 0, 0 0, 0 0, 0 0)) {
  .LinkMask-source {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    display: block;
    transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.is-mouse-pointer .LinkMask:hover .LinkMask-source,
.is-mouse-pointer .LinkMask-trigger:hover .LinkMask-source {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.LinkMask-source .Link {
  color: inherit;
}
.pswp {
  backdrop-filter: blur(5px);
/* smazani svg stripe, ktery je defaulne v pswp a prekryva krizek predefinovany v &--close:after */
}
.pswp--animated-in .pswp__container {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.pswp__bg {
  background-color: #ebe3de !important;
}
.pswp__ui--fit {
  height: 100vh;
}
.pswp__ui--fit .pswp__top-bar {
  background-color: transparent !important;
}
.pswp__top-bar {
  background-color: transparent !important;
}
.pswp__counter {
  top: 2rem !important;
  left: 2rem !important;
  color: #0a0a0a !important;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 44px !important;
  height: 44px !important;
  opacity: 1;
  background: #fff !important;
  color: #0a0a0a;
  text-align: center;
  position: absolute;
  margin-top: -20px !important;
  top: 50%;
  border-radius: 50%;
  box-shadow: rgba(0,0,0,0.05) 0px 8px 50px !important;
}
.pswp__button--arrow--left:hover::after,
.pswp__button--arrow--right:hover::after {
  color: #0a0a0a;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: none;
  display: none;
}
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(10,10,10,0.5);
  background: none;
  display: inline-block;
  vertical-align: middle;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 1.2rem !important;
  line-height: 30px;
  width: 30px;
  height: 30px;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.pswp__button--arrow--left {
  left: 2rem !important;
}
.pswp__button--arrow--left:after {
  content: '\EA01';
}
.pswp__button--arrow--right {
  right: 2rem !important;
}
.pswp__button--arrow--right:after {
  content: '\EA02';
}
.pswp__button--close {
  background-image: none;
  background-color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 18px;
  position: relative;
  top: 2rem;
  right: 2rem;
  font-size: 1.4rem;
}
.pswp__button--close:hover::after {
  color: #0a0a0a;
}
.pswp__button--close:before {
  background-image: none;
}
.pswp__button--close:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA04';
  color: rgba(10,10,10,0.5);
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.pswp__caption {
  padding: 2rem 0 2rem 0;
  background-color: transparent !important;
}
.pswp__caption__center {
  padding: 0 !important;
  text-align: center !important;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  color: #0a0a0a !important;
}
.pswp__caption__center span {
  display: block;
  font-size: 1.6rem;
  color: rgba(10,10,10,0.5);
}
.Section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transition: opacity 0.4s ease;
}
html.is-animating .Section {
  opacity: 0;
}
.Section--bare {
  padding-top: 0;
  padding-bottom: 0;
}
.Section--appended {
  padding-top: 0;
}
.Section--prepended {
  padding-bottom: 0;
}
.Section-title {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}
.ZoomIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.8rem;
  color: rgba(10,10,10,0.65);
  border-radius: 18px;
  background-color: rgba(255,255,255,0.6);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ZoomIcon::before {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA05';
}
.ZoomIcon:hover {
  color: #0a0a0a;
  background-color: #fff;
}
.scroll-Container.is-virtual {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.scroll-Container-header {
  position: relative;
  z-index: 2;
}
.scroll-Container-inner {
  position: relative;
  z-index: 1;
  background: #ebe3de;
  overflow: hidden;
}
.scroll-Container-inner > .Planes {
  max-width: 25%;
}
.scroll-Container-footer {
  position: relative;
  z-index: 0;
}
.scroll-Container-footer.is-pinned .scroll-Container:not(.is-virtual).FooterWrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none !important;
}
.scrollbar-track-y,
.scrollbar-thumb-y {
  width: 10px !important;
}
.scrollbar-track-x,
.scrollbar-thumb-x {
  height: 10px !important;
}
.scroll-Overlap {
  clip-path: inset(0 0 0 0);
}
.scroll-Overlap--footer {
  background: #fff;
  color: #000;
}
/* Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255,255,255,0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
/* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
/* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
/* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
/* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
/* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/* PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 1;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 1;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../img/plugins/photoswipe/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0,0,0,0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
/* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
/* We use .gif in browsers that don't support CSS animation */
  background: url("../img/plugins/photoswipe/preloader.gif") 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
/*
            The idea of animating inner circle is based on Polymer ("material") loading indicator
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0,0,0,0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0,0,0,0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
/* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.js .u-transFadeInUp {
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.js .has-displayed .u-transFadeInUp,
.js .u-transFadeInUp.has-displayed {
  opacity: 1;
  transform: translateY(0);
}
.SectionHero .Container {
  position: static;
}
@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: none;
  }
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../img/plugins/photoswipe/default-skin.svg");
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
@media screen and (min-width: 22.5em) {
  .Container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 33.75em) {
  .Gallery-products {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }
  .Gallery-product.is-first.column-2 {
    padding-top: 12rem;
  }
  .Gallery-product.is-first.column-3 {
    padding-top: 4rem;
  }
  .Lifestory-carousel {
    flex: 0 0 360px;
    width: 360px;
  }
  .Lifestory-carouselButtons {
    top: unset;
    bottom: calc(100% - 365px);
  }
}
@media screen and (min-width: 48em) {
  p {
    margin-bottom: 1.6em;
    font-size: 2rem;
    line-height: 1.5;
  }
  .Container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .Container.is-pure {
    padding: 0;
  }
  .Evolution-background {
    width: 50%;
  }
  .Evolution-headline {
    margin-bottom: 5rem;
  }
  .Evolution-carousel {
    width: unset;
    left: unset;
    max-width: 81rem;
  }
  .Evolution-carouselCell {
    max-width: 250px;
    max-height: 300px;
  }
  .Evolution-carouselButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Evolution-carousel .flickity-viewport {
    height: 340px !important;
  }
  .Gallery-headline {
    margin-bottom: 5rem;
    text-align: center;
  }
  .Gallery-products {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }
  .Gallery-productCaption {
    margin-top: 1.5rem;
    padding-left: 2rem;
  }
  .Gallery-productCaption h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .Gallery-productCaption p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .Header-wrapper {
    justify-content: center;
  }
  .Header-langLink {
    font-size: 1.1rem;
  }
  .Hero {
    max-width: unset;
  }
  .Hero-title {
    text-align: center;
    font-size: 7rem;
    line-height: 1.428571428571429;
  }
  .Hero-img {
    display: inline-flex;
  }
  .Hero-mobile {
    display: none;
  }
  .Lifestory-headline {
    margin-bottom: 4rem;
    text-align: center;
  }
  .Lifestory-content {
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 5rem;
  }
  .Lifestory-textWrapper {
    padding-right: 0.8rem;
    max-height: 50rem;
    overflow-y: auto;
  }
  .Lifestory-more {
    display: none;
  }
  .Lifestory-carouselItem p {
    max-width: 60%;
  }
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    width: 60px !important;
    height: 60px !important;
    margin-top: -25px;
  }
  .pswp__button--arrow--left {
    left: 4rem !important;
  }
  .pswp__button--arrow--right {
    right: 4rem !important;
  }
  .pswp__caption {
    padding: 4rem 0 2rem 0;
  }
  .Section {
    padding-top: 13.333vw;
    padding-bottom: 13.333vw;
  }
  .Section--medium {
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }
  .Section--large {
    padding-top: 10.833vw;
    padding-bottom: 10.833vw;
  }
  .Section--regular {
    padding-top: 9.167vw;
    padding-bottom: 9.167vw;
  }
  .Section--bare {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Section--appended {
    padding-top: 0;
  }
  .Section--prepended {
    padding-bottom: 0;
  }
  .Section-title {
    margin-bottom: 1.5rem;
    font-size: 6rem;
  }
  .t-Up {
    display: inline-flex;
    overflow: hidden;
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.1s;
    transform: translateY(100%) translateZ(0);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    padding: 0.15em;
    margin: -0.15em;
    white-space: nowrap;
    vertical-align: middle;
  }
  .t-Up--p0 {
    padding: 0;
    margin: 0;
  }
  .t-Up--rotation {
    transform: translateY(100%) translateZ(0) rotate(5deg);
  }
  .has-entered .t-Up {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0) translateZ(0);
  }
  .has-entered .t-Up--rotation {
    transform: translateY(0) translateZ(0) rotate(0);
  }
  .t-Up--f1 {
    transition-delay: 0.1s;
  }
  .t-Up--f2 {
    transition-delay: 0.2s;
  }
  .t-Up--f3 {
    transition-delay: 0.3s;
  }
  .t-Up--f4 {
    transition-delay: 0.4s;
  }
  .t-Up--f5 {
    transition-delay: 0.5s;
  }
  .t-Up--f6 {
    transition-delay: 0.6s;
  }
  .t-Up--f7 {
    transition-delay: 0.7s;
  }
  .t-Up--f8 {
    transition-delay: 0.8s;
  }
  .t-Up--f9 {
    transition-delay: 0.9s;
  }
  .t-Up--f10 {
    transition-delay: 1s;
  }
}
@media screen and (min-width: 64em) {
  .Container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .Container.is-pure {
    padding: 0;
  }
  .Gallery-product:not(:last-child) {
    margin-bottom: 9rem;
  }
  .Lifestory-carousel {
    flex: 0 0 450px;
    width: 450px;
  }
  .Lifestory-carouselButtons {
    bottom: calc(100% - 460px);
  }
}
@media screen and (min-width: 75em) {
  .Gallery-products {
    max-width: unset;
    -moz-columns: 3;
         columns: 3;
  }
  .Hero-title {
    font-size: 10rem;
    line-height: 1.3;
  }
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    margin-top: -30px;
  }
  .Section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .Section--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .Section--large {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .Section--regular {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .Section--bare {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Section--appended {
    padding-top: 0;
  }
  .Section--prepended {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 95rem) {
  .Hero-title {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@media screen and (max-width: 47.9375em) {
  .Hero-titleSubtitle {
    font-size: 2rem;
  }
  .Hero-titleSubheading {
    font-size: 3rem;
  }
  .Lifestory-text:last-child {
    display: none;
  }
  .SectionEvolution {
    padding-bottom: 4rem;
  }
  .SectionEvolution .Container {
    padding-inline: 1rem !important;
  }
  .SectionHero {
    padding-top: 18rem;
    padding-bottom: 30rem;
  }
}






/* === TABLET SINGLE-COLUMN (≈ 34em – 48em) ===================== */
@media screen  and (max-width: 75em) {

  /* 1) zrušíme původní columns, kdyby je někde ještě přepsal Stylus */
  .Gallery-products {
    -moz-columns: unset;
         columns: unset;
  }

  /* 2) Grid nastavíme opravdu na 1 sloupec s fixní šířkou náhledu */
  .Gallery-products {
    display: grid;
    grid-template-columns: 420px;   /* = šířka náhledového obrázku  */
    justify-content: center;        /* centrování celé mřížky       */
    row-gap: 3rem;                  /* stejná mezera jako dřív      */
  }

  /* 3) Položka už nepotřebuje margin/padding na střídání stran   */
  .Gallery-product {
    margin: 0;            /* jen spodní mezera držíme přes row-gap */
    padding: 0;
  }
}



/* do main.css – hned pod mobile-breakpoint nebo do vlastního souboru */
@media screen and (max-width: 48em) {          /* ≈ 768 px */
  .Gallery-products {
    padding-inline: 1rem;                      /* 8–16 px mezera od okraje */
    grid-template-columns: 1fr;                /* jistota jednoho sloupce */
    justify-items: center;                     /* zarovná <div> doprostřed */
  }

  .Gallery-product {
    margin: 0 0 3rem;                          /* vždy pod sebe, střed si
                                                  obstará justify-items       */
  }

  /* zrušíme “cik-cak” odsazení pro úzké zobrazení */
  .Gallery-product:nth-child(odd),
  .Gallery-product:nth-child(even) {
    padding: 0;
  }
}




/* nejmenší breakpoint – aby se opravdu nikdy neřezalo */
@media screen and (max-width: 26.25em) {       /* ≈ 420 px */
  .Gallery-productImage img {
    width: 100%;         /* přepíše atribut width="420"   */
    height: auto;        /* zachová poměr stran           */
  }

  /* volitelně: vyrovnáme stíny/rádius pokud by box-shadow
     “vystupoval” mimo padding */
  .Gallery-productImage {
    padding-inline: 0;   /* 0 → stín není useknutý        */
  }
}

