.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #010101;
  font-family: Cera Pro, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.video-talizman {
  z-index: -10;
  width: 100%;
  height: 100vh;
  transform-origin: 50% 0;
  display: block;
}

.page-wrapper {
  display: block;
}

.main-wrapper {
  z-index: 2;
  position: relative;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.embed {
  width: 100%;
  height: 100%;
  min-width: 179vh;
  position: relative;
}

.margin-xhuge {
  margin: 7rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  -webkit-text-stroke-width: .5px;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 1.5rem;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 15rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.is-aeschna {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .05em;
  font-family: Garamond Premier Pro Regular, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.section_home-hero {
  z-index: 199;
  height: 100vh;
  cursor: none;
  background-color: #020102;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  display: block;
}

.home-hero_component {
  z-index: 1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.vectra-text_wrapper {
  z-index: 10;
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: rgba(119, 144, 156, .25);
  border: 1px solid rgba(119, 144, 156, .25);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.netflix-logo {
  z-index: 1000;
  margin-left: 2rem;
  display: block;
}

.vectra-component_wrapper {
  z-index: 1000;
  cursor: default;
  display: block;
  position: relative;
}

.vectra-popup_wrapper {
  -webkit-text-stroke-width: .5px;
  background-image: url('../images/bg-witcher.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 32px;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  overflow: hidden;
}

.vectra-popup_wrapper.is-form {
  display: block;
  position: relative;
}

.vectra-logos_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 26px;
  display: flex;
}

.button-vectra {
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  -webkit-text-stroke-width: .4px;
  background-color: #414bb2;
  border-radius: 32px;
  padding: 1.2rem 2.125rem;
  font-size: 1.125rem;
}

.button-vectra.is-second {
  color: #000;
  background-color: #f4b806;
  background-image: url('../images/telephone-fill-1.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto;
}

.button-vectra.is-second.is-form {
  background-image: none;
}

.vectra-link_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  letter-spacing: .2em;
  justify-content: space-between;
  font-size: 11px;
  line-height: 14px;
  display: flex;
}

.zobacz-text-wrapper {
  z-index: 7777;
  height: 100vh;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.zobacz-text-wrapper.pointer-events-off {
  z-index: 999;
}

.zobacz-text-trigger {
  z-index: 9999;
  width: 100%;
  height: 400vh;
  outline-offset: 0px;
  outline: 3px solid red;
  display: block;
  position: absolute;
  top: 400vh;
}

.zobacz-text-trigger.opacity0 {
  height: 300vh;
  top: 100vh;
}

.zobacz-text-trigger.opacity0.is-home {
  height: 200vh;
}

.co-czai {
  transform-origin: 100%;
  direction: rtl;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85) 27%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  overflow: hidden;
}

.co-czai.is-abs {
  width: 380px;
}

.co-czai.is-sta {
  opacity: 0;
}

.witcher-logofix_wrapper {
  z-index: 4;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-yellow {
  color: #ebba3f;
}

.text-color-blue {
  color: #414bb2;
}

.text-color-vectragrey {
  color: #77909c;
  letter-spacing: 3px;
}

.vectra-months {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-image_wrapper {
  z-index: 2;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  position: relative;
}

.line.bottom {
  z-index: -1;
  background-color: rgba(255, 255, 255, .25);
  display: none;
  top: -1px;
}

.start-button {
  color: rgba(255, 255, 255, .3);
  letter-spacing: .3em;
  -webkit-text-stroke-width: .4px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 24px;
  padding: .625rem 1.5rem;
  font-size: .625rem;
  line-height: 120%;
}

.progress-bar-component_wrapper {
  flex: 1;
  align-items: center;
  display: none;
  position: relative;
}

.sound-component_wrapper {
  height: 2rem;
  color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(119, 144, 156, .25);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
  font-size: .625rem;
  line-height: 13px;
  display: flex;
  position: relative;
}

.sound-component_wrapper.my-sound {
  border-color: rgba(255, 255, 255, .3);
}

.shape-embed {
  position: absolute;
  top: -6px;
  left: 33%;
}

.shape-embed._2 {
  left: 66%;
}

.shape-embed.fill {
  margin-left: 1px;
}

.line-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, .25);
  position: relative;
}

.botom-components_wrapper {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2.25rem;
  left: 2rem;
  right: 2rem;
}

.co-czai-wrap {
  max-width: 560px;
  opacity: .21;
  justify-content: flex-end;
  align-items: center;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.co-czai-wrap.is-abs {
  width: 560px;
  max-width: none;
  opacity: 1;
  margin-right: -180px;
  position: absolute;
  left: auto;
  right: auto;
  transform: none;
}

.co-czai-wrap.is-abs.is-mobile {
  display: none;
}

.co-czai-wrap.is-sta {
  margin-right: 0;
}

.cursor-wrapper {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.mute-off {
  white-space: nowrap;
}

.soundmute {
  position: absolute;
}

.lottie-sound {
  width: 16px;
  height: 17px;
}

.aeschna-component_wrapper {
  z-index: 99999999;
  max-height: 32rem;
  max-width: 56.25rem;
  color: #77909c;
  background-image: url('../images/Aeschna-popup.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  margin: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-wrapper {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.close-wrapper.is-regulamin {
  position: static;
}

.aeschna-image {
  z-index: -1;
  border-radius: 24px;
  display: none;
  position: absolute;
}

.text-color-white50 {
  color: rgba(255, 255, 255, .5);
}

.text-color-white50.is-aeschna {
  font-family: Cera Pro, sans-serif;
  font-size: 15px;
}

.aechna-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: left;
  border-bottom: 1px solid rgba(119, 144, 156, .25);
  align-items: flex-end;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
  font-family: Futura Medium Bt, sans-serif;
  display: flex;
}

.aeschna-component {
  width: 100%;
  height: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: right;
  justify-content: space-between;
  padding: 1.5rem 2.5rem 2rem 2rem;
  display: flex;
}

.premiera-text-wrap {
  z-index: 7777;
  height: 100vh;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sound-component_icon-wrapper {
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mute-wrapper {
  overflow: hidden;
}

.mute-trigger {
  z-index: 5;
  background-color: rgba(0, 255, 111, .67);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sound-trigger {
  z-index: 5;
  background-color: rgba(234, 24, 24, .84);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sound-hover-trigger {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vectra-popup_content {
  min-width: 25.625rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-20 {
  max-width: 22.125rem;
  border-bottom: 1px solid rgba(119, 144, 156, .25);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-left: 3.8rem;
  font-size: 15px;
  font-weight: 400;
}

.div-block-23 {
  color: rgba(255, 255, 255, .7);
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  margin-bottom: .75rem;
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: 1.375rem;
  font-family: Garamond Premier Pro Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.aeschna-font {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .1em;
  font-family: Garamond Premier Pro Regular, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.vectra-regulamin_wrapper {
  -webkit-text-stroke-width: .5px;
  background-color: #fff;
  border-radius: 32px;
  padding-top: 2.125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.vectra-regulamin_wrapper.is-wyrazam {
  display: none;
}

.vectra-regulamin_paragraph {
  max-height: 91%;
  max-width: 96%;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  padding-right: 2.25rem;
  font-size: .75rem;
  line-height: 16px;
  display: block;
}

.text-block {
  letter-spacing: .3em;
  font-size: .6875rem;
}

.regulamin-top_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.aeschna-mini_wrapper {
  width: 5.5rem;
  height: 5.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.aeschna-mini-component_wrapper {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.aeschna-inner_wrapper {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.aeschna-inner {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
}

.aeschna-right {
  max-width: 404px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.aeschna-qr_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-end;
  font-family: Cera Pro, sans-serif;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.aeschna-wrapper {
  z-index: 100027;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.netflix-witcher {
  color: rgba(255, 255, 255, .5);
  font-family: Netflixsans Lt, sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}

.netflix-stick {
  width: 3px;
  height: 30px;
  background-color: #e50914;
}

.netflix-film-text_wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.netflix-film {
  opacity: .5;
}

.witcher-netflix_film-wrapper {
  z-index: 1000;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 3.5rem;
  bottom: auto;
  left: 3rem;
  right: 3rem;
}

.premiera-text-size {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1.3;
}

.premiera-small-text {
  width: 7.625rem;
  color: #fff;
  letter-spacing: .5em;
  line-height: 1.25;
}

.premiera-small-text.text-color-yellow {
  width: auto;
  color: #ebba3f;
}

.premiera-part-text_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.premiera-parts_wrapper {
  flex-direction: column;
  display: flex;
}

.witcher-logo.is-1.is-mobile {
  display: none;
}

.zobacz-text-content {
  width: 800px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.talizman-trigger {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  outline-offset: 0px;
  outline: 3px solid #ff0;
  position: absolute;
  top: 120vh;
}

.talizman-trigger.opacity0 {
  top: 120vh;
}

.video-talizman_wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.loader_circle {
  z-index: 200;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -1px;
  bottom: 0%;
  left: -1px;
  right: 0%;
}

.hero-image_wrapper-int {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aeschna-lottie-trigger {
  z-index: 9999;
  width: 100%;
  height: 300vh;
  outline-offset: 0px;
  outline: 3px solid pink;
  position: absolute;
  top: 600vh;
}

.aeschna-lottie-trigger.opacity0 {
  height: 100vh;
  top: 120vh;
}

.premiera-text-trigger {
  z-index: 9999;
  width: 100%;
  height: 150vh;
  outline-offset: 0px;
  outline: 3px solid green;
  display: block;
  position: absolute;
  top: 1250vh;
}

.premiera-text-trigger.opacity0 {
  height: 80vh;
  top: 1380vh;
}

.premiera-text-trigger.opacity0.is-home {
  top: 600vh;
}

.trailer-trigger {
  z-index: 9999;
  width: 100%;
  height: 150vh;
  outline-offset: 0px;
  outline: 3px solid #00f;
  position: absolute;
  top: 1000vh;
}

.trailer-trigger.opacity0 {
  height: 800vh;
  top: 500vh;
}

.trailer-trigger.opacity0.is-home {
  z-index: 99999;
  height: 20vh;
  opacity: 0;
  background-color: #a06d6d;
  top: 450vh;
}

.opacity0 {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.start-trigger {
  z-index: 10022;
  cursor: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.start-anchor {
  width: 100%;
  height: 10px;
  background-color: red;
  position: absolute;
  top: auto;
  bottom: -420vh;
  left: 0%;
  right: 0%;
}

.clouds {
  z-index: 200;
  position: relative;
}

.bottom-popup-trigger {
  z-index: 9999;
  width: 100%;
  outline-offset: 0px;
  outline: 3px solid red;
  display: block;
  position: absolute;
  top: 1500vh;
  bottom: 0;
}

.bottom-popup-trigger.opacity0 {
  height: 20vh;
  background-color: #9c7171;
  top: auto;
  bottom: 0;
}

.top-components_wrapper {
  z-index: 9998;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 3rem;
  left: 3rem;
  right: 3rem;
}

.loader-int {
  z-index: 5;
  position: relative;
}

.vectra-text {
  color: #fff;
  letter-spacing: 3.3px;
  font-size: .6875rem;
}

.aeschna-qr {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
  border: 6px solid #fff;
}

.vectra-popup_hover-out-trigger {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vectra-popup_hover-scroll {
  position: absolute;
}

.scrub-section {
  z-index: 198;
  height: 1620vh;
  margin-top: 500vh;
  position: relative;
}

.scrub-section.is-mobile {
  display: none;
}

.scrub-section.is-1 {
  height: 800vh;
  cursor: none;
  margin-top: 440vh;
}

.black-hack {
  z-index: 200;
  background-color: #000;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-hack.pointer-events-off {
  z-index: 199;
  display: none;
}

.bottom-components_wrapper-mobile {
  display: none;
}

.loader_number {
  z-index: 999;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, .7);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-size: .9375rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-components_wrapper2 {
  z-index: 1000;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ss {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vectra-thankyou_wrapper {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  background-color: #414bb2;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.thankyou_image-wrapper {
  background-color: #ebba3f;
  border-radius: 34px;
  padding: 1.25rem;
}

.text-thanyou_big {
  letter-spacing: .5px;
  font-size: 2.375rem;
  line-height: 1.3;
}

.text-thankyou_small {
  text-align: center;
  letter-spacing: 3px;
  white-space: normal;
  font-size: .6875rem;
  line-height: 1.25;
}

.thankyou_content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-color-white70 {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 3px;
}

.text-color-white70.is-sezon {
  letter-spacing: 7.5px;
  font-size: .9375rem;
  line-height: 19px;
}

.aeschna-bg {
  z-index: 100026;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .35);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trailer-wrapper {
  z-index: 99999;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.checkbox {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 6px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: rgba(255, 255, 255, .3);
  background-size: 14px;
  border-color: rgba(255, 255, 255, .5);
}

.checkbox-field {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.form-text_field {
  height: 3.75rem;
  background-image: url('../images/telephone-fill-1.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: .5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3.875rem;
  font-size: 1.125rem;
  line-height: 1.25;
}

.form-text_field::-ms-input-placeholder {
  font-size: 1.125rem;
  line-height: 1.3;
}

.form-text_field::placeholder {
  font-size: 1.125rem;
  line-height: 1.3;
}

.form-label {
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.form-label.text-color-white50 {
  font-weight: 400;
}

.form-label.text-color-white50.is-wyrazam:hover {
  color: #fff;
}

.cursor-dot {
  width: 4.625rem;
  height: 4.625rem;
  text-align: center;
  letter-spacing: .3em;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: .6875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-component {
  width: 4.625rem;
  height: 4.625rem;
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: relative;
}

.start-sound-trigger {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trailer-sticky-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: 320vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.aeschna-cursor-trigger {
  z-index: 10020;
  width: 100%;
  height: 95vh;
  position: absolute;
  top: 250vh;
}

.aeschna-cursor-trigger.pointer-events-off {
  cursor: none;
}

.aeschna-cursow-overlay {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zobacz-3d {
  color: rgba(255, 255, 255, .3);
  display: none;
}

.close-wrapper-2 {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.trailer-link_wrapper {
  z-index: 500;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: 3.3px;
  -webkit-text-stroke-width: .4px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-size: .625rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
}

.trailer-link_wrapper:hover {
  background-color: rgba(255, 255, 255, .1);
}

.scrolluj_wrapper {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: rgba(255, 255, 255, .5);
  letter-spacing: 3.3px;
  -webkit-text-stroke-width: .4px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.scrolluj_wrapper.is-mobile {
  display: none;
}

.scrolluj_anim-wrapper {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 32px;
  padding: .875rem 1rem;
  position: relative;
}

.scrolluj-line {
  width: 1px;
  height: 2rem;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 2px;
  position: relative;
}

.scrolluj-line.is-white {
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.scrolluj-line_wrapper {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .vectra-text_wrapper {
    grid-column-gap: 5.25rem;
    grid-row-gap: 5.25rem;
  }

  .aeschna-component_wrapper {
    display: none;
  }

  .vectra-popup_content {
    min-width: auto;
  }

  .cursor-component {
    position: fixed;
    bottom: 17%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-element {
    overflow: hidden;
  }

  .sticky-element.is-mobile {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .embed {
    min-width: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .netflix-logo, .netflix-logo.is-mobile {
    margin-left: 0;
  }

  .vectra-component_wrapper {
    width: 92vw;
    display: block;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .vectra-popup_wrapper {
    background-position: 50% 0;
  }

  .vectra-logos_wrapper {
    flex-direction: row;
  }

  .vectra-link_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .zobacz-text-wrapper {
    flex-direction: column;
    display: flex;
  }

  .zobacz-text-trigger.opacity0.is-home {
    height: 100vh;
    top: 90vh;
  }

  .co-czai.is-abs, .co-czai.is-sta {
    font-size: 32px;
  }

  .witcher-logofix_wrapper {
    display: none;
  }

  .witcher-logofix_wrapper.is-mobile {
    display: flex;
  }

  .hero-image_wrapper {
    left: 2rem;
    right: 2rem;
  }

  .progress-bar-component_wrapper {
    display: none;
  }

  .sound-component_wrapper.my-sound {
    width: 2rem;
    margin-right: 0;
  }

  .botom-components_wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .zobacz {
    margin-left: 0;
    font-size: 32px;
  }

  .co-czai-wrap {
    margin-right: 0;
  }

  .co-czai-wrap.is-abs {
    margin-right: 80px;
  }

  .cursor-wrapper {
    z-index: 100;
  }

  .aeschna-component_wrapper {
    width: 85%;
    height: 86%;
    max-height: none;
    background-position: 10% 0;
    background-size: cover;
    display: none;
  }

  .aechna-left {
    flex-direction: row-reverse;
    margin-left: 3rem;
    padding-right: 0;
  }

  .aeschna-component {
    flex-direction: column;
    padding-right: 2rem;
  }

  .mute-wrapper, .sound-hover-trigger, .vectra-popup_content {
    display: none;
  }

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

  .aeschna-right {
    max-width: none;
    flex-direction: column;
  }

  .aeschna-qr_wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }

  .witcher-netflix_film-wrapper {
    top: 1.75rem;
  }

  .witcher-logo.is-1 {
    max-width: 3.5rem;
  }

  .witcher-logo.is-1.is-mobile {
    display: block;
  }

  .zobacz-text-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .premiera-text-trigger.opacity0.is-home {
    height: 60vh;
    top: 350vh;
  }

  .trailer-trigger.opacity0.is-home {
    height: 10vh;
    top: 245vh;
  }

  .bottom-popup-trigger.opacity0 {
    height: 30vh;
    bottom: -30vh;
  }

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

  .scrub-section {
    display: none;
  }

  .scrub-section.is-mobile {
    display: block;
  }

  .scrub-section.is-mobile.is-1 {
    height: 508vh;
    margin-top: 460vh;
    position: -webkit-sticky;
    position: sticky;
  }

  .bottom-components_wrapper-mobile {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    display: none;
    position: fixed;
    top: auto;
    bottom: 2.75rem;
    left: 2rem;
    right: 2rem;
  }

  .cursor-component {
    margin-top: auto;
    margin-bottom: 12rem;
    position: relative;
    bottom: auto;
  }

  .trailer-sticky-wrapper {
    margin-top: 135vh;
  }

  .zobacz-3d {
    width: 145px;
    height: 2rem;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: flex;
  }

  .trailer-link_wrapper {
    z-index: 99999;
  }

  .scrolluj_wrapper {
    display: none;
  }

  .scrolluj_wrapper.is-mobile {
    display: flex;
    bottom: 7rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .vectra-text_wrapper {
    grid-column-gap: 1.625rem;
    grid-row-gap: 1.625rem;
    font-size: .6875rem;
  }

  .netflix-logo {
    bottom: 2.75rem;
    right: 2.3125rem;
  }

  .button-vectra.is-second.is-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .zobacz-text-trigger.opacity0.is-home {
    top: 50vh;
  }

  .co-czai {
    white-space: normal;
  }

  .co-czai.is-abs.is-mobile {
    width: 246px;
    direction: ltr;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .85) 85%, rgba(255, 255, 255, 0) 100%, #fff);
  }

  .witcher-logofix_wrapper {
    bottom: 2.5rem;
  }

  .witcher-logofix_wrapper.is-mobile {
    bottom: auto;
  }

  .co-czai-wrap.is-abs {
    display: none;
  }

  .co-czai-wrap.is-abs.is-mobile {
    width: 246px;
    margin-right: 76px;
    display: flex;
    top: 40%;
  }

  .aeschna-component_wrapper {
    display: none;
  }

  .premiera-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .vectra-popup_content {
    width: 100%;
    flex-direction: column;
  }

  .aeschna-mini-component_wrapper {
    display: none;
  }

  .netflix-witcher {
    font-size: 1.35rem;
  }

  .netflix-stick {
    height: 18px;
  }

  .netflix-film-text_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .netflix-film {
    max-width: 5.5rem;
  }

  .witcher-netflix_film-wrapper {
    left: 2rem;
    right: 2rem;
  }

  .witcher-logo {
    max-width: 2.8125rem;
  }

  .premiera-text-trigger.opacity0.is-home {
    top: 390vh;
  }

  .bottom-popup-trigger.opacity0 {
    height: 15vh;
    bottom: -60vh;
  }

  .form-text_field {
    background-position: 14px;
    padding-left: 2.875rem;
  }

  .scrolluj_wrapper.is-mobile {
    display: flex;
  }
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20129-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2012e-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20133-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20138-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2013e-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20144-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2014a-24143c9d {
  justify-self: start;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20257-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20270-24143c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20273-24143c9d {
  justify-self: start;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20275-24143c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20278-24143c9d {
  justify-self: start;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb202e1-24143c9d, #w-node-dca59b14-9a24-faa5-3e65-68cb67baa891-24143c9d, #w-node-_3f7ba3b2-c419-8d86-de3c-240cab7cd321-24143c9d, #w-node-ecf13290-39a1-b1b6-e8fa-602c70d22f0f-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb202eb-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb202ec-24143c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb2035a-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2035f-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20364-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20369-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2036e-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20373-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2037d-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20382-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20387-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2038c-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20391-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20396-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2039b-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203a0-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203a5-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203aa-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203af-24143c9d {
  justify-self: start;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb203b3-24143c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb203b4-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203b9-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203be-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203c3-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203d8-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203dd-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203e2-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203e7-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203ec-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203f1-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb203fb-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20400-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20405-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2040a-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2040f-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20414-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20419-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2041e-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20423-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20428-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2042d-24143c9d {
  justify-self: start;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20431-24143c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20432-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20437-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb2043c-24143c9d, #w-node-f37953b5-15d2-06ec-ca23-1fd6edb20441-24143c9d {
  justify-self: start;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb204c7-24143c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f37953b5-15d2-06ec-ca23-1fd6edb20523-24143c9d {
  justify-self: start;
}


@font-face {
  font-family: 'Netflixsans Lt';
  src: url('../fonts/NetflixSans_Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Medium Bt';
  src: url('../fonts/Futura-Medium-BT.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book Bt';
  src: url('../fonts/Futura-Book-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamond Premier Pro Regular';
  src: url('../fonts/Garamond-Premier-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/Cera-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}