@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-sky: #bde1ff;
  --text-dark: #272531;
  --sun-yellow: #ffde89;
  --silver: #c8c8ca;
  --floral-white: #fffbf5;
  --copy-grey: #747474;
  --misty-rose: #dfd7d4;
  --antique-white: #e4d7c9;
  --white: var(--floral-white);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--blue-sky);
  color: var(--text-dark);
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  line-height: 1.4em;
}

a {
  color: var(--text-dark);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 14px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-md-start {
  padding-top: 5.5em;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-large.text-medium.left {
  text-align: left;
}

.styleguide-button {
  background-color: #e6e6e6;
}

.btn-description {
  z-index: 1;
  letter-spacing: .03em;
  font-size: 1em;
  position: relative;
}

.button {
  border: .15em solid var(--text-dark);
  background-color: var(--text-dark);
  color: var(--sun-yellow);
  text-align: center;
  border-radius: 999em;
  margin-bottom: 0;
  padding: .9em 1.6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  opacity: .9;
  color: var(--sun-yellow);
}

.button:active {
  transform: scale(.95);
}

.button.tiny {
  font-size: .7em;
  line-height: 1em;
}

.button.tiny.is-secondary {
  border-width: .15em;
  border-color: var(--silver);
}

.button.tiny.is-secondary.nagyobb-mb {
  font-size: .9em;
  line-height: 1.2em;
}

.button.tiny.is-secondary.nagyobb-mb.fix {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}

.button.tiny.is-secondary.nagyobb-mb.fix.w--current {
  width: 33px;
  height: 33px;
  padding-left: 0;
  padding-right: 0;
}

.button.tiny.is-secondary.nagyobb-mb.fix.haz {
  border-width: .2em;
  border-color: #9090c9;
  margin-right: 0;
  padding: 1.8em 1.5em;
  font-size: .75em;
}

.button.tiny.is-secondary.nagyobb-mb.active {
  border-color: var(--blue-sky);
  background-color: #eef5ff;
}

.button.tiny.nagyobb-mb {
  margin-left: 10px;
  margin-right: 10px;
}

.button.bright {
  background-color: var(--floral-white);
  color: #1c2532;
}

.button.small {
  font-size: .9em;
}

.button.is-secondary {
  color: var(--text-dark);
  background-color: #0000;
  font-weight: 700;
}

.button.is-secondary:hover {
  background-color: var(--text-dark);
  opacity: 1;
  color: var(--sun-yellow);
  border-color: #0000;
}

.p-sm-end {
  padding-bottom: 3em;
}

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4em;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.p-xxs-start {
  padding-top: 1.1em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1;
}

.p-xs-start {
  padding-top: 1.6em;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.bg-primary {
  background-color: #eb7636;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding: 3em 0;
}

.title6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.input-field {
  color: #272727;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 999em;
  min-height: 66px;
  margin-bottom: 2.5em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  font-size: 1.2em;
  line-height: 1.2em;
  transition: all .25s;
}

.input-field:hover {
  border-color: #b6b6b6;
}

.input-field:active {
  transform: scale(.985);
}

.input-field:focus {
  border-width: 2px;
  border-color: #7d7d7d;
}

.input-field::placeholder {
  color: #7d7d7d;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.bg-copy-bright {
  background-color: #f8eed8;
}

.bg-secondary {
  color: #f8eed8;
  background-color: #1c2532;
}

.text-grey {
  color: var(--copy-grey);
}

.grid {
  grid-template-rows: auto auto;
}

.gutter-outside {
  padding-left: 7em;
  padding-right: 7em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular.sorkizart {
  text-align: justify;
}

.page-transition-wrap {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-bold.aloldal {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.rich-text-custom h1 {
  margin-top: 2em;
  margin-bottom: .4em;
}

.rich-text-custom p {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.45em;
}

.rich-text-custom h2 {
  margin-top: 2em;
  margin-bottom: .5em;
}

.rich-text-custom h3 {
  margin-top: 2em;
  margin-bottom: .6em;
}

.rich-text-custom h4 {
  margin-top: 2em;
  margin-bottom: .8em;
}

.rich-text-custom h6 {
  margin-top: 3em;
  margin-bottom: 1.3em;
}

.rich-text-custom blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.3em;
  line-height: 1.45em;
}

.rich-text-custom li {
  margin-top: .3em;
  margin-bottom: .3em;
  line-height: 1.45em;
}

.rich-text-custom ul, .rich-text-custom ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.3em;
}

.rich-text-custom figure {
  margin-top: 4em;
  margin-bottom: 4em;
}

.rich-text-custom a {
  color: var(--text-dark);
}

.rich-text-custom a:hover {
  text-decoration: none;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.distance-big {
  padding-top: 6.5em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.input-label {
  margin-bottom: 1em;
  padding-left: 1.3em;
  font-size: 1.1em;
  font-weight: 600;
}

.copy-small {
  line-height: 1.4em;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.header {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  height: 5em;
  position: fixed;
  inset: 0% 0% auto;
}

.button-dark-bg-demo {
  background-color: #1c2532;
  justify-content: space-between;
  align-items: center;
  padding: 59px;
  display: flex;
}

.extra-large {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.2em;
  font-weight: 700;
  line-height: 1.05;
}

.text-link {
  color: #00e;
  padding-bottom: 1px;
  text-decoration: underline;
  transition: all .15s;
}

.text-link:hover, .text-link.arrow-after.title3:hover {
  text-decoration: none;
}

.divider {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.title5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.page-transition {
  z-index: 999;
  width: 100%;
  height: 102vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-w1 {
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 120em;
}

.text-gradient-1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #eb7636 23%, #ffebdf 73%, #f8eed8);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 4px;
}

.styles-grid-colors {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

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

.display-none {
  display: none;
}

.p-xxxs-start {
  padding-top: .5em;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.bg-copy-grey {
  background-color: var(--copy-grey);
}

.text-regular {
  font-weight: 400;
}

.width-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.video-teaser-wrapper {
  grid-column-gap: 2.5em;
  align-items: flex-start;
  padding-left: 7.2em;
  padding-right: 5em;
  display: flex;
}

.video-teaser-caption-wrapper {
  text-align: left;
  flex: 1;
}

.video-teaser-video {
  z-index: 1;
  border-radius: 1em;
  height: 0;
  padding-top: 62%;
}

.video-teaser-video-wrapper {
  width: 18em;
  position: relative;
}

.text-bold {
  font-weight: 700;
}

.no-underline {
  text-decoration: none;
}

.play-button {
  background-color: var(--floral-white);
  width: 3em;
  height: 3em;
  color: var(--text-dark);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-icon {
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.video-teaser-play-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto auto 1em 1em;
}

.section-stage {
  height: 200vh;
  position: relative;
}

.stage-wrapper {
  background-image: linear-gradient(#acd4f7, #abc4e0 18% 76%, #c5d9eb);
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stage-car-wrapper {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 4% 9% auto;
}

.stage-car-wrapper.hide {
  display: none;
}

.stage-car {
  z-index: 2;
  width: 100%;
  transform-style: preserve-3d;
  padding-left: 1%;
  padding-right: 5%;
  position: relative;
  transform: translate3d(0, 0, 2px);
}

.stage-car-shadow {
  width: 100%;
  position: relative;
}

.sun-page-load {
  background-image: radial-gradient(circle closest-side, #fff6de 7%, #fff2b9 65%, #fffcf700);
  width: 25em;
  min-width: 25em;
  height: 25em;
  min-height: 25em;
  margin-top: -10em;
  margin-left: -2em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.stage-shapes-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}

.stage-shapes-wrapper.hide {
  display: none;
}

.stage-shape-right {
  width: 100%;
  height: 55vh;
  min-height: 30em;
  max-height: 45em;
  transform-style: preserve-3d;
  background-image: linear-gradient(141deg, #f8f1ec 21%, #d1cbcb);
  margin-bottom: 18%;
  position: absolute;
  transform: rotateX(0)rotateY(-11deg)rotateZ(0);
}

.stage-copy-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 35.8em;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0;
}

.stage-copy-inner {
  width: 100%;
  margin-top: -2vh;
}

.savesion-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  top: 4em;
}

.why-this-site-wrapper {
  z-index: 11;
  position: absolute;
  inset: 4em 0% auto auto;
}

.save-sion-1, .save-sion-2 {
  display: block;
}

.save-sion-3 {
  margin-left: 5px;
  display: block;
}

.stage-inner {
  perspective: 1200px;
  perspective-origin: 62% 70%;
  width: 100%;
  height: 100%;
}

.stage-sun-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 0%;
}

.stage-header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.sun-page-load-overlay {
  background-color: var(--blue-sky);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.sun-page-load-overlay.show {
  display: block;
}

.powered-by-the-sun-wrapper {
  background-image: linear-gradient(#c8c8ca80, #fffbf533 48%);
  position: relative;
}

.stage-sun-inner {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sun-scroll-animation {
  opacity: 0;
  background-image: radial-gradient(circle closest-side, #fff6de 7%, #fff2b9 65%, #fffcf700);
  width: 25em;
  height: 25em;
  position: absolute;
  inset: -10em auto auto -2em;
}

.powered-by-the-sun-inner {
  z-index: 11;
  position: relative;
}

.stage-car-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.stage-shape-right-wrapper {
  perspective: 1200px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.stage-car-floor-wrapper {
  opacity: .66;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stage-car-floor {
  width: 88%;
  position: absolute;
  top: auto;
  bottom: 4.5%;
  right: -5%;
}

.stage-car-shadow-wrapper {
  z-index: 0;
  width: 100%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 0, 1px);
}

.stage-car-shine {
  z-index: 3;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--sun-yellow), #e7e7e700);
  opacity: 0;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery-item-wrapper {
  background-color: var(--text-dark);
  width: 100%;
  min-height: 100vh;
  color: var(--floral-white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #dadada00, #15141ac7);
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-item-content-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  max-width: 46em;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.cta-link {
  color: var(--text-dark);
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: var(--floral-white);
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
}

.gallery-lightbox-wrapper {
  border-radius: .9em;
  width: 12vw;
  min-width: 8em;
  max-width: 12em;
  height: 12vw;
  min-height: 8em;
  max-height: 12em;
  overflow: hidden;
}

.gallery-lightbox-thumbnail {
  object-fit: cover;
  border-radius: .9em;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.gallery-lightbox-thumbnail:hover {
  transform: scale(1.15);
}

.gallery-lightbox-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 40em;
  display: flex;
}

.stage-objects-wrapper {
  perspective: 1200px;
  perspective-origin: 62% 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stage-object-inner {
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hide-tablet-down {
  display: block;
}

.savesion-type {
  align-items: center;
  display: flex;
}

.section-powerbank.hide {
  display: none;
}

.container-w4 {
  width: 100%;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.section-power-sharing {
  background-image: linear-gradient(to bottom, var(--silver), var(--misty-rose) 42%, #fffbf500);
}

.hero-image-wrapper {
  position: relative;
  overflow: hidden;
}

.power-bank-gradient {
  background-image: linear-gradient(to bottom, #e0e0e000, var(--silver));
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.full-width {
  width: 100%;
}

.has-parallax-effect {
  background-color: #000;
  position: relative;
}

.feature-tabs-nav-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 37%;
  min-width: 26em;
  margin-right: 9em;
  display: flex;
}

.feature-tab-nav-link {
  opacity: .6;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2em;
  transition: opacity .2s;
  display: block;
}

.feature-tab-nav-link:hover {
  opacity: 1;
}

.feature-tab-nav-link.w--current {
  border-left-color: var(--text-dark);
  opacity: 1;
  background-color: #0000;
}

.feature-tabs-component {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-feature-tabs.hide {
  display: none;
}

.feature-tab-media {
  width: 100%;
  height: 0%;
  padding-top: 100%;
}

.feature-tab-content-wrapper {
  flex: 1;
}

.play-pause-state {
  justify-content: flex-start;
  align-items: center;
}

.pause-icon {
  align-items: center;
  width: .6em;
  height: 1em;
}

.feature-tab-copy-wrapper, .section-tech-specs.hide {
  display: none;
}

.specs-wrapper {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.specs-image-wrapper {
  flex: 1;
  padding-top: 10em;
}

.specs-image {
  width: 100%;
}

.specs-cms-data-wrapper {
  width: 52%;
}

.specs-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.specs-divider-wrapper {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.specs-row-description {
  width: 44%;
  padding-right: 4em;
}

.specs-row-value {
  flex: 1;
}

.specs-divider {
  background-color: var(--text-dark);
  width: 100%;
  height: 1px;
}

.lightbox-bg-image-wrapper {
  opacity: .7;
}

.gallery-item-sticky {
  width: 100%;
  height: 100vh;
  color: var(--floral-white);
  background-color: #1f1f1f;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-name-div {
  z-index: 12;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.project-item, .hero-gallery-item-copy, .hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

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

.opacity-50 {
  opacity: .5;
}

.nav-link-wrapper {
  grid-column-gap: .4em;
  align-items: center;
  display: flex;
}

.nav-info-wrapper {
  background-color: var(--text-dark);
  width: 1.4em;
  height: 1.4em;
  color: var(--floral-white);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding-top: .2em;
  padding-bottom: .2em;
  font-weight: 700;
  display: flex;
}

.questionmark {
  font-size: .9em;
  line-height: 1;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: var(--floral-white);
  border-radius: 1.3em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-close {
  z-index: 2;
  background-color: var(--text-dark);
  width: 3.5em;
  height: 3.5em;
  color: var(--sun-yellow);
  cursor: pointer;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-close:hover {
  transform: scale(1.1);
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-toggle {
  color: var(--text-dark);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.popup-toggle:hover {
  opacity: .75;
}

.popup-background {
  z-index: 0;
  background-color: #e4d7c9f0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-content {
  margin: 4em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.show {
  display: block;
}

.popup-wrapper.aloldal {
  position: absolute;
  inset: 0%;
}

.sunset-inner {
  color: #fffbf5;
  background-image: linear-gradient(#dfd7d4, #ffedbf 10%, #ffefc7 45%, #6198b2 65%);
  height: 500vh;
  position: relative;
}

.sunset-title {
  text-align: center;
  letter-spacing: -.1em;
  justify-content: center;
  width: 100%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.sunset-sun {
  background-image: radial-gradient(circle closest-side, #fffbf5 7%, #ffde89 50%, #fffcf700);
  width: 10vw;
  height: 10vw;
  margin-left: -33%;
  position: absolute;
}

.sunset-savesion-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sunset-savesion-wrapper.hide {
  display: none;
}

.sunset-sticky {
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sunset-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -10vh;
  position: absolute;
}

.sunset-image {
  width: 100%;
}

.sunset-title-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sunset-savesion-text {
  display: none;
}

.sunset-sun-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sunset-title-text {
  color: #e7ae1a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 500;
  line-height: .95;
}

.sunset-title-text.hide {
  display: none;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-width: 1px;
}

.container-w1-2 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.header-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding-top: 3.9em;
  padding-bottom: 1em;
  display: flex;
}

.infotext-2 {
  color: #707070;
  font-size: .9em;
}

.text-grey-2 {
  color: #767676;
}

.nav {
  z-index: 2;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  width: 80px;
}

.footer-logo {
  opacity: .75;
  width: 300px;
  margin-bottom: 28px;
}

.large {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  font-weight: 700;
  line-height: 1.05;
}

._3-col-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.image-wrapper {
  width: 18em;
  position: relative;
}

.imagebg {
  z-index: 1;
  border-radius: 1em;
}

.image {
  border-radius: 1em;
}

.image-title-wrapper {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 1em;
  right: auto;
}

.title-button {
  background-color: var(--floral-white);
  width: 6em;
  height: 3em;
  color: var(--text-dark);
  border-radius: 0 999em 999em 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.title-button:hover {
  opacity: 1;
  transform: scale(1.1);
}

.title {
  align-items: center;
  text-decoration: none;
}

.nav-link-heading {
  z-index: 2;
  color: #000;
  width: 100%;
  font-size: 4rem;
  text-decoration: none;
  position: relative;
}

.nav_line-bg {
  z-index: -2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  transform-origin: 50% 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: absolute;
  inset: .5rem 0% 0%;
}

.nav-menu-wrap {
  z-index: 50;
  background-color: #c1deff;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-2 {
  width: 100%;
  padding: 1.5em 1em 2em;
}

.button_icon {
  z-index: 25;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.nav-link-number {
  font-size: 10rem;
  line-height: 1.1;
}

.nav-bg {
  z-index: -1;
  background-color: #fff;
  border-radius: 6px;
  width: calc(100% + 10px);
  height: calc(100% + 2px);
  position: absolute;
  inset: 0%;
}

.bg-line {
  transform-origin: 50% 0;
  background-color: #000;
  width: 1px;
  height: 100%;
}

.nav-sub-content {
  font-size: 1rem;
  line-height: 1.3;
  position: absolute;
  inset: auto 1rem 4vh;
}

.nav-link-item {
  width: 100%;
  height: 100%;
  padding-top: 18vh;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  position: relative;
}

.nav-link-sub-text {
  font-size: 1.5rem;
}

.nav_grid {
  z-index: 2;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: absolute;
  inset: 0%;
}

.nav-menu_component {
  width: 100%;
  height: 100%;
  padding-top: 5.8rem;
  position: relative;
}

.link {
  color: #fff;
}

.nav_text {
  color: #f0eee5;
}

.nav_text.is-pink {
  color: #ff92b5;
}

.nav_content {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.menu_image {
  opacity: .7;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.gallery-left {
  border-radius: 20px;
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.product-page-2 {
  background-image: linear-gradient(135deg, #ffffffab, #fff0);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.product-tag {
  z-index: 10;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.intro-product-items {
  flex-direction: column;
  width: 24%;
  margin-right: 1%;
  display: flex;
}

.text-link-2 {
  font-size: 14px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .85;
}

.text-link-2.medium {
  font-size: 16px;
}

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper.product {
  border-bottom: 1px solid #a2a3a3;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.product-description {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.expand {
  flex: 1;
  text-decoration: none;
}

.store-perks {
  text-align: center;
  border-right: 1px solid #a2a3a3;
  width: 33%;
  margin-right: 1px;
  padding: 30px 20px;
}

.store-perks._3 {
  border-right-style: none;
  padding-left: 5%;
}

.store-perks._2 {
  padding-left: 5%;
}

.store-perks.none {
  border-right-style: none;
  border-right-width: 0;
  width: 50%;
  margin-bottom: 40px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.no-top-margin {
  margin-top: 0;
}

.h6-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.horizontal {
  background-color: #4e91bb;
  width: 14px;
  height: 2px;
}

.horizontal.color {
  background-color: #8a8a8a;
}

.gallery-right {
  border-radius: 20px;
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.price-2 {
  color: #09306f;
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}

.sticky-bar {
  position: sticky;
  top: 70px;
}

.sticky-bar._20-pixels {
  top: 20px;
}

.breadcrumbs {
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-bottom: 20px;
  display: flex;
}

.breadcrumb-link-2 {
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.breadcrumb-link-2:hover {
  opacity: .85;
}

.product-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}

.product-title.jobb {
  color: #224680;
  text-align: right;
}

.hover-bg {
  background-image: url('../images/studio-1-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-bg.product {
  background-color: #ffffff4d;
  background-image: url('../images/studio-1-03.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-1 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-1-04.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-2 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-1-05.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-3 {
  background-color: #ffffff4d;
  background-image: url('../images/udvar03.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-4 {
  background-color: #ffffff4d;
  background-image: url('../images/udvar04.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-5 {
  background-color: #ffffff4d;
  background-image: url('../images/udvar05.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-6 {
  background-color: #ffffff4d;
  background-image: url('../images/udvar06-thumb.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-7 {
  background-color: #ffffff4d;
  background-image: url('../images/udvar07.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-8 {
  background-image: url('../images/studio-2-04.webp');
}

.hover-bg.product-9 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-2-05.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-10 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-2-06.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-11 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-2-07.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-12 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-2-08.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-13 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-2-09.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-14 {
  background-image: url('../images/studio-3-02.webp');
}

.hover-bg.product-15 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-3-03.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-16 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-3-04.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-17 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-3-05.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-18 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-3-06.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-19 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-3-07.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-20 {
  background-image: url('../images/studio-4-02.webp');
}

.hover-bg.product-21 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-4-03.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-22 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-4-04.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-23 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-4-05.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-24 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-4-06.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-25 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-4-07.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-26 {
  background-image: url('../images/studio-5-02.webp');
}

.hover-bg.product-27 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-5-03.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-28 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-5-04.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-29 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-5-05.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-30 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-5-06.webp');
  background-position: 50%;
  background-size: cover;
}

.hover-bg.product-31 {
  background-color: #ffffff4d;
  background-image: url('../images/studio-5-07.webp');
  background-position: 50%;
  background-size: cover;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sku {
  margin-right: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: inline-block;
}

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

.text-small.grey {
  color: #8a8a8a;
}

.on-load {
  padding-top: 10px;
}

.accordion-item-trigger {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.empty-state {
  background-color: #0000;
}

.accordion-item-content {
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden;
}

.accordion-item-content.no-padding {
  padding-left: 0;
}

.category-link {
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .85;
}

.main-image {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.vertical {
  background-color: #4e91bb;
  width: 2px;
  height: 14px;
  position: absolute;
}

.vertical.color {
  background-color: #8a8a8a;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.top-margin-2 {
  position: relative;
}

.top-margin-2._40-pixels {
  margin-top: 40px;
}

.top-margin-2._20-pixels {
  margin-top: 20px;
}

.top-margin-2._60-pixels {
  margin-top: 60px;
}

.top-margin-2._10-pixels {
  margin-top: 10px;
}

.top-margin-2._4-pixels {
  margin-top: 4px;
}

.top-margin-2._30-pixels {
  margin-top: 20px;
}

.breadcrumb-2 {
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.full-width-2 {
  flex: 1;
}

.right-product-column {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.product-images {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.compare-price {
  color: #a2a3a3;
  margin-right: 8px;
  font-style: italic;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
}

.rich-text-block {
  margin-bottom: 13px;
}

.paragraph {
  margin-bottom: 12px;
}

.gutter-outside-aloldal {
  padding-left: 0;
  padding-right: 0;
}

.footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 10px;
}

.quick-stack-3 {
  z-index: 3;
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  max-width: 70em;
  margin: 10em auto;
  position: relative;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.aloldal-nav {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-background-image-mb {
  display: none;
}

@media screen and (min-width: 1280px) {
  .product-page-2.no-mb-bg {
    background-image: none;
  }

  .store-perks.none {
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: 40px;
  }

  .flex.center {
    flex-flow: column;
  }

  .top-margin-2._30-pixels {
    margin-top: 30px;
  }

  .bold {
    color: #ff0004;
    font-size: 2rem;
  }

  .hero-background-image-mb {
    opacity: .66;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .button.tiny.is-secondary.nagyobb-mb {
    margin-left: 5px;
    margin-right: 5px;
    padding: 1.5em 1.8em;
  }

  .button.tiny.is-secondary.nagyobb-mb.fix.w--current {
    width: 28px;
    height: 28px;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .extra-large {
    font-size: 4.25em;
  }

  .stage-wrapper {
    min-height: 63em;
  }

  .stage-car-wrapper {
    width: 90%;
  }

  .stage-copy-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 70%;
  }

  .stage-copy-inner {
    width: 80%;
    max-width: 47em;
    margin-left: auto;
    margin-right: auto;
  }

  .stage-car-floor {
    width: 100%;
    right: 0%;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-lightbox-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    max-width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .hide-tablet-down {
    display: none;
  }

  .feature-tabs-nav-wrapper {
    width: 100%;
    min-width: auto;
  }

  .feature-tab-nav-link {
    border-bottom: 2px solid #0000;
    border-left-width: 0;
    padding-left: 0;
  }

  .feature-tab-nav-link.w--current {
    border-bottom: 2px solid #000;
    border-left-width: 0;
  }

  .feature-tabs-component {
    flex-direction: column;
    display: block;
  }

  .feature-tab-content-wrapper {
    flex: none;
    width: 100%;
    margin-top: 2em;
  }

  .feature-tab-copy-wrapper {
    padding-bottom: 2em;
  }

  .specs-wrapper {
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .specs-image-wrapper {
    order: 1;
    width: 100%;
    padding-top: 0;
  }

  .specs-cms-data-wrapper {
    width: 100%;
  }

  .lightbox-bg-image-wrapper {
    opacity: .3;
  }

  .feature-tab-nav-title-wrapper {
    font-size: 1.3em;
  }

  .project-name-div {
    font-size: 1.25vw;
  }

  .gallery-scroll-distance {
    height: 105vh;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .sunset-savesion-wrapper {
    z-index: 2;
    height: 65%;
  }

  .sunset-image-wrap {
    margin-bottom: 0;
  }

  .sunset-savesion-text {
    display: block;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .large {
    font-size: 4.25em;
  }

  ._3-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-heading {
    font-size: 10vw;
  }

  .button_icon {
    right: 1em;
  }

  .nav-bg.hide-tablet {
    display: none;
  }

  .content-wrapper-2 {
    max-width: 100%;
  }

  .no-top-margin {
    font-size: 20px;
    line-height: 32px;
  }

  .breadcrumbs {
    max-width: 500px;
  }

  .gutter-outside-aloldal {
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .superscript {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .65rem;
  }

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  p {
    font-size: 1rem;
  }

  .p-md-start {
    padding-top: 4em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .button.tiny.nagyobb-mb {
    font-size: .9em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .title1 {
    font-size: 3.4em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title6 {
    font-size: .9em;
  }

  .input-field {
    min-height: 4.5em;
    font-size: 1em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .input-label {
    margin-bottom: .8em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .extra-large {
    font-size: 3.4em;
  }

  .title3 {
    font-size: 2em;
  }

  .title5 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .styleguide-wrapper {
    overflow: hidden;
  }

  .video-teaser-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .video-teaser-caption-wrapper {
    text-align: center;
  }

  .video-teaser-video-wrapper {
    flex: none;
    width: 50%;
  }

  .section-stage {
    background-image: url('../images/bg-01.webp');
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 100vh;
  }

  .stage-wrapper {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    position: relative;
  }

  .stage-car-wrapper {
    position: static;
  }

  .sun-page-load {
    width: auto;
    min-width: 17em;
    margin-top: -11em;
  }

  .stage-shape-right {
    min-height: 20em;
    margin-bottom: 0%;
    bottom: 53%;
  }

  .stage-copy-wrapper {
    align-items: flex-start;
    height: auto;
    margin-top: -18vh;
    padding-top: 0;
    padding-bottom: 11vh;
    position: relative;
  }

  .savesion-wrapper, .why-this-site-wrapper {
    top: 2em;
  }

  .stage-sun-wrapper {
    position: relative;
  }

  .savesion-type-wrapper {
    width: 100%;
  }

  .section-powered-by-the-sun {
    z-index: 0;
  }

  .sun-scroll-animation {
    width: auto;
    min-width: 17em;
    height: 17em;
  }

  .powered-by-the-sun-inner {
    z-index: 0;
  }

  .stage-shape-right-wrapper {
    display: block;
    position: static;
  }

  .stage-car-floor {
    bottom: -7.5%;
  }

  .gallery-lightbox-wrapper {
    width: 43%;
    max-width: none;
  }

  .stage-objects-wrapper {
    height: auto;
    padding-bottom: 5em;
    position: relative;
  }

  .stage-object-inner {
    height: auto;
    position: static;
  }

  .stage-copy-title-wrapper {
    font-size: 1.5em;
  }

  .powered-by-the-sun-content-wrapper {
    margin-top: -3em;
  }

  .feature-tabs-component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .mobile-down-100 {
    width: 100%;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .popup-content {
    margin: 3em;
  }

  .sunset-title {
    max-width: 45em;
  }

  .sunset-image-wrap {
    width: 150%;
  }

  .sunset-title-text {
    font-size: 4em;
  }

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

  .header-right {
    margin-top: 1em;
  }

  .header-button.secondary {
    width: 100%;
  }

  .header-inner {
    grid-column-gap: .6em;
    padding: 1em;
  }

  .header-button-wrapper {
    flex: 1;
  }

  .nav {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #fffbf5e8;
    border-radius: 2em 2em 0 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: auto 0% -1px;
    box-shadow: 0 12px 3em #00000012;
  }

  .hero-background-image {
    display: none;
  }

  .large {
    font-size: 3.4em;
  }

  ._3-col-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    flex: none;
    width: 50%;
  }

  .nav-link-heading {
    font-size: 14vw;
  }

  .nav-link-number {
    font-size: 7rem;
  }

  .nav-sub-content {
    position: static;
  }

  .nav-link-item {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .nav_grid {
    grid-template-columns: 1fr;
  }

  .gallery-left {
    border-radius: 10px;
  }

  .product-page-2.mb-bg {
    background-image: none;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .product-description {
    font-size: 16px;
    line-height: 25px;
  }

  .store-perks.none {
    width: 80%;
  }

  .no-top-margin {
    font-size: 20px;
    line-height: 30px;
  }

  .gallery-right {
    border-radius: 10px;
  }

  .breadcrumbs {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .product-title {
    font-size: 25px;
  }

  .main-image {
    border-radius: 10px;
  }

  .top-margin-2._10-pixels {
    font-size: 1rem;
  }

  .right-product-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-images {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .rich-text-block {
    font-size: 1rem;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .hero-background-image-mb {
    z-index: -100;
    opacity: .66;
    max-width: none;
    height: 100vh;
    display: inline-block;
    position: absolute;
    right: auto;
    overflow: clip;
  }
}

@media screen and (max-width: 479px) {
  .button.tiny.is-secondary.nagyobb-mb {
    margin-left: 0;
    margin-right: 0;
  }

  .button.tiny.is-secondary.nagyobb-mb.fix.haz {
    margin-left: 10px;
  }

  .distance-big {
    padding-top: 5em;
  }

  .video-teaser-video-wrapper {
    width: 80%;
    max-width: 25em;
  }

  .stage-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .stage-copy-inner {
    width: auto;
  }

  .sun-page-load-overlay {
    display: none;
  }

  .gallery-lightbox-wrapper {
    min-height: 7em;
  }

  .gallery-lightbox-list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .feature-tabs-component {
    grid-template-columns: 1fr;
  }

  .specs-row-description {
    width: 58%;
  }

  .sunset-sun {
    transform: scale(4);
  }

  .header-left {
    font-size: .8em;
  }

  .header-button.secondary {
    font-size: .85em;
  }

  .header-button-wrapper.is-portfolio {
    display: none;
  }

  .hero-background-image {
    max-width: none;
    display: none;
    position: absolute;
  }

  .footer-logo {
    width: 200px;
  }

  .image-wrapper {
    width: 80%;
    max-width: 25em;
  }

  .nav-link-heading {
    justify-content: space-between;
    align-items: center;
    font-size: 12vw;
    display: flex;
  }

  .nav_line-bg {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    display: none;
  }

  .nav-menu-wrap {
    align-items: flex-start;
  }

  .nav-link-number {
    font-size: 6rem;
  }

  .text-block {
    font-size: 13px;
  }

  .nav-sub-content {
    display: none;
  }

  .nav-link-item {
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    height: 6.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-item.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: .25fr;
    grid-auto-rows: .25fr;
    place-items: start stretch;
    height: auto;
  }

  .nav-menu_component {
    height: auto;
    padding-top: 0;
  }

  .link {
    font-size: 13px;
  }

  .intro-product-items {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .store-perks {
    border-bottom: 1px solid #a2a3a3;
    border-right-style: none;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .store-perks.none {
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
  }

  .no-top-margin {
    font-size: 18px;
    line-height: 28px;
  }

  .breadcrumbs {
    flex-flow: row;
    margin-top: 10px;
  }

  .product-title.jobb {
    text-align: center;
  }

  .right-product-column {
    width: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quick-stack-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .hero-background-image-mb {
    right: -200px;
  }
}

#w-node-_512fe38a-2ea7-e7bf-2057-a7a9ac152336-acd42e7a {
  place-self: start;
}

#w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda639-acd42e7a {
  align-self: start;
}

#w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda642-acd42e7a {
  place-self: start;
}

#w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda64b-acd42e7a, #w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda654-acd42e7a {
  align-self: start;
}

#w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda65d-acd42e7a {
  place-self: start;
}

#w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda667-acd42e7a, #w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda668-acd42e7a, #w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda669-acd42e7a, #w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda66a-acd42e7a, #w-node-_88ad584c-3b0f-3a9b-febb-6bfc34eda66b-acd42e7a, #w-node-_52391feb-e273-7185-9b3c-5af98e79f0af-acd42e7a {
  justify-self: end;
}

#w-node-_0b79c541-a295-8e2b-cf50-64d296bfe74c-acd42e7a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f17b5ab9-f491-debb-fc08-fa18d91bf797-acd42e7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_80c2d359-1b0a-e0a5-6f4a-e512be664ba7-be664ba2, #w-node-_64dab269-e826-7405-368a-f15f898674f8-26c54545, #w-node-ced15dd1-9577-a8b2-6f1f-a85f48c104d3-4d80bc14, #w-node-f9c781d6-dc7d-5700-ebf6-e9764d9c246c-608816e3, #w-node-_7abb4936-d4a7-4c42-ec26-4173a1e2aeed-11914c2f, #w-node-_8019a3af-6129-abe8-26e5-91d470c489e2-13dcb1eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_64dab269-e826-7405-368a-f15f898674f8-e29f7a9a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_64dab269-e826-7405-368a-f15f898674f8-26c54545, #w-node-ced15dd1-9577-a8b2-6f1f-a85f48c104d3-4d80bc14, #w-node-f9c781d6-dc7d-5700-ebf6-e9764d9c246c-608816e3, #w-node-_7abb4936-d4a7-4c42-ec26-4173a1e2aeed-11914c2f, #w-node-_8019a3af-6129-abe8-26e5-91d470c489e2-13dcb1eb, #w-node-_64dab269-e826-7405-368a-f15f898674f8-e29f7a9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6bd58336-1913-d60c-a99c-e14ea3bee195-acd42e7a, #w-node-e65499e4-e996-ad23-215a-2aeb9e2ca876-acd42e7a, #w-node-_65b6f2c7-976f-2e4e-71ef-3fe925ebf0c8-acd42e7a, #w-node-e578d0d1-9792-5efd-0d9e-6793450cdc1e-acd42e7a, #w-node-_1eab093a-630b-50a4-5ddd-9c6bf8ab50ab-acd42e7a, #w-node-_43186c83-44a2-3d18-d4d5-3af124891956-acd42e7a {
    justify-self: center;
  }

  #w-node-_0b79c541-a295-8e2b-cf50-64d296bfe74c-acd42e7a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_80c2d359-1b0a-e0a5-6f4a-e512be664ba7-be664ba2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_64dab269-e826-7405-368a-f15f898674f8-26c54545, #w-node-ced15dd1-9577-a8b2-6f1f-a85f48c104d3-4d80bc14, #w-node-f9c781d6-dc7d-5700-ebf6-e9764d9c246c-608816e3, #w-node-_7abb4936-d4a7-4c42-ec26-4173a1e2aeed-11914c2f, #w-node-_8019a3af-6129-abe8-26e5-91d470c489e2-13dcb1eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_64dab269-e826-7405-368a-f15f898674f8-e29f7a9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b79c541-a295-8e2b-cf50-64d296bfe74c-acd42e7a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_64dab269-e826-7405-368a-f15f898674f8-26c54545, #w-node-ced15dd1-9577-a8b2-6f1f-a85f48c104d3-4d80bc14, #w-node-f9c781d6-dc7d-5700-ebf6-e9764d9c246c-608816e3, #w-node-_7abb4936-d4a7-4c42-ec26-4173a1e2aeed-11914c2f, #w-node-_8019a3af-6129-abe8-26e5-91d470c489e2-13dcb1eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_64dab269-e826-7405-368a-f15f898674f8-e29f7a9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0b79c541-a295-8e2b-cf50-64d296bfe74c-acd42e7a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_80c2d359-1b0a-e0a5-6f4a-e512be664ba7-be664ba2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_64dab269-e826-7405-368a-f15f898674f8-26c54545, #w-node-ced15dd1-9577-a8b2-6f1f-a85f48c104d3-4d80bc14, #w-node-f9c781d6-dc7d-5700-ebf6-e9764d9c246c-608816e3, #w-node-_7abb4936-d4a7-4c42-ec26-4173a1e2aeed-11914c2f, #w-node-_8019a3af-6129-abe8-26e5-91d470c489e2-13dcb1eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_64dab269-e826-7405-368a-f15f898674f8-e29f7a9a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}