@import url(https://use.typekit.net/yjm6jht.css);
.ff-primary {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.ff-secondary {
  font-family: "neue-haas-grotesk-text", sans-serif;
}

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

.fs-100 {
  font-size: 1rem;
}

.fs-150 {
  font-size: 1.4rem;
}

.fs-200 {
  font-size: 1.6rem;
}

.fs-250 {
  font-size: 1.8rem;
}

.fs-300 {
  font-size: 2rem;
}

.fs-350 {
  font-size: 2.2rem;
}

.fs-400 {
  font-size: 2.5rem;
}

.fs-450 {
  font-size: 2.8rem;
}

.fs-500 {
  font-size: 3rem;
}

.fs-550 {
  font-size: 3.2rem;
}

.fs-600 {
  font-size: 3.6rem;
}

.fs-800 {
  font-size: 4.8rem;
}

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

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

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

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

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

.text-primary-400 {
  color: #FF0000;
}

.text-neutral-100 {
  color: #ffffff;
}

.text-neutral-600 {
  color: #959595;
}

.text-neutral-700 {
  color: #757575;
}

.text-neutral-800 {
  color: #404040;
}

.text-neutral-850 {
  color: #1F1F1F;
}

.text-neutral-900 {
  color: #000000;
}

.text-success-400 {
  color: #0BD007;
}

.text-info-400 {
  color: #85A6AA;
}

.bg-primary-400 {
  background-color: #FF0000;
}

.bg-neutral-100 {
  background-color: #ffffff;
}

.bg-neutral-600 {
  background-color: #959595;
}

.bg-neutral-700 {
  background-color: #757575;
}

.bg-neutral-800 {
  background-color: #404040;
}

.bg-neutral-850 {
  background-color: #1F1F1F;
}

.bg-neutral-900 {
  background-color: #000000;
}

.bg-success-400 {
  background-color: #0BD007;
}

.bg-info-400 {
  background-color: #85A6AA;
}

.ls-100 {
  letter-spacing: 0.05rem;
}

.ls-200 {
  letter-spacing: 0.1rem;
}

.ls-300 {
  letter-spacing: 0.125rem;
}

.ls-400 {
  letter-spacing: 0.15rem;
}

.ls-500 {
  letter-spacing: 0.2rem;
}

.ls-600 {
  letter-spacing: 0.25rem;
}

.ls-700 {
  letter-spacing: 0.3rem;
}

.ls-800 {
  letter-spacing: 0.5rem;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lh-100 {
  line-height: 1rem;
}

.lh-150 {
  line-height: 1.6rem;
}

.lh-200 {
  line-height: 2rem;
}

.lh-250 {
  line-height: 2.2rem;
}

.lh-300 {
  line-height: 2.4rem;
}

.lh-350 {
  line-height: 2.5rem;
}

.lh-400 {
  line-height: 2.6rem;
}

.lh-450 {
  line-height: 2.8rem;
}

.lh-500 {
  line-height: 3rem;
}

.lh-550 {
  line-height: 3.4rem;
}

.lh-600 {
  line-height: 3.6rem;
}

.lh-650 {
  line-height: 4.5rem;
}

.lh-700 {
  line-height: 5.7rem;
}

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

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

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

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

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

.m-auto {
  margin: auto;
}

.col-gap-700 {
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align-self-start {
  align-self: flex-start;
}

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

.nowrap {
  white-space: nowrap;
}

.position-relative {
  position: relative;
}

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

.content-box:not(:last-child) {
  margin-bottom: 1.2rem;
}

.d-none {
  display: none;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

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

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

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

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.remove-highlight {
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 745px) {
  .col-gap-700 {
    -moz-column-gap: 6.4rem;
         column-gap: 6.4rem;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .col-gap-700 {
    -moz-column-gap: 9.6rem;
         column-gap: 9.6rem;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .content-box:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .d-md-none {
    display: none;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .content-box:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 1165px) {
  .fs-lg-100 {
    font-size: 1rem;
  }
  .fs-lg-150 {
    font-size: 1.4rem;
  }
  .fs-lg-200 {
    font-size: 1.6rem;
  }
  .fs-lg-250 {
    font-size: 1.8rem;
  }
  .fs-lg-300 {
    font-size: 2rem;
  }
  .fs-lg-350 {
    font-size: 2.2rem;
  }
  .fs-lg-400 {
    font-size: 2.5rem;
  }
  .fs-lg-450 {
    font-size: 2.8rem;
  }
  .fs-lg-500 {
    font-size: 3rem;
  }
  .fs-lg-550 {
    font-size: 3.2rem;
  }
  .fs-lg-600 {
    font-size: 3.6rem;
  }
  .fs-lg-800 {
    font-size: 4.8rem;
  }
  .lh-lg-100 {
    line-height: 1rem;
  }
  .lh-lg-150 {
    line-height: 1.6rem;
  }
  .lh-lg-200 {
    line-height: 2rem;
  }
  .lh-lg-250 {
    line-height: 2.2rem;
  }
  .lh-lg-300 {
    line-height: 2.4rem;
  }
  .lh-lg-350 {
    line-height: 2.5rem;
  }
  .lh-lg-400 {
    line-height: 2.6rem;
  }
  .lh-lg-450 {
    line-height: 2.8rem;
  }
  .lh-lg-500 {
    line-height: 3rem;
  }
  .lh-lg-550 {
    line-height: 3.4rem;
  }
  .lh-lg-600 {
    line-height: 3.6rem;
  }
  .lh-lg-650 {
    line-height: 4.5rem;
  }
  .lh-lg-700 {
    line-height: 5.7rem;
  }
  .ls-lg-100 {
    letter-spacing: 0.05rem;
  }
  .ls-lg-200 {
    letter-spacing: 0.1rem;
  }
  .ls-lg-300 {
    letter-spacing: 0.125rem;
  }
  .ls-lg-400 {
    letter-spacing: 0.15rem;
  }
  .ls-lg-500 {
    letter-spacing: 0.2rem;
  }
  .ls-lg-600 {
    letter-spacing: 0.25rem;
  }
  .ls-lg-700 {
    letter-spacing: 0.3rem;
  }
  .ls-lg-800 {
    letter-spacing: 0.5rem;
  }
}
@media (min-width: 885px) and (max-width: 1164px) {
  .fs-md-100 {
    font-size: 1rem;
  }
  .fs-md-150 {
    font-size: 1.4rem;
  }
  .fs-md-200 {
    font-size: 1.6rem;
  }
  .fs-md-250 {
    font-size: 1.8rem;
  }
  .fs-md-300 {
    font-size: 2rem;
  }
  .fs-md-350 {
    font-size: 2.2rem;
  }
  .fs-md-400 {
    font-size: 2.5rem;
  }
  .fs-md-450 {
    font-size: 2.8rem;
  }
  .fs-md-500 {
    font-size: 3rem;
  }
  .fs-md-550 {
    font-size: 3.2rem;
  }
  .fs-md-600 {
    font-size: 3.6rem;
  }
  .fs-md-800 {
    font-size: 4.8rem;
  }
  .ls-md-100 {
    letter-spacing: 0.05rem;
  }
  .ls-md-200 {
    letter-spacing: 0.1rem;
  }
  .ls-md-300 {
    letter-spacing: 0.125rem;
  }
  .ls-md-400 {
    letter-spacing: 0.15rem;
  }
  .ls-md-500 {
    letter-spacing: 0.2rem;
  }
  .ls-md-600 {
    letter-spacing: 0.25rem;
  }
  .ls-md-700 {
    letter-spacing: 0.3rem;
  }
  .ls-md-800 {
    letter-spacing: 0.5rem;
  }
  .lh-md-100 {
    line-height: 1rem;
  }
  .lh-md-150 {
    line-height: 1.6rem;
  }
  .lh-md-200 {
    line-height: 2rem;
  }
  .lh-md-250 {
    line-height: 2.2rem;
  }
  .lh-md-300 {
    line-height: 2.4rem;
  }
  .lh-md-350 {
    line-height: 2.5rem;
  }
  .lh-md-400 {
    line-height: 2.6rem;
  }
  .lh-md-450 {
    line-height: 2.8rem;
  }
  .lh-md-500 {
    line-height: 3rem;
  }
  .lh-md-550 {
    line-height: 3.4rem;
  }
  .lh-md-600 {
    line-height: 3.6rem;
  }
  .lh-md-650 {
    line-height: 4.5rem;
  }
  .lh-md-700 {
    line-height: 5.7rem;
  }
}
@keyframes c-opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*reset font sizes of all tags*/
* {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* Reset font size 1rem to 10px */
html {
  font-size: 62.5%;
}

body,
html {
  height: 100%;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

/* Avoid text overflows */
p, span, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-size: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1.4;
}

.text-desc {
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.title-heading {
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-weight: 400;
}

@media (min-width: 885px) and (max-width: 1164px) {
  .title-heading {
    font-size: 3.6rem;
    line-height: 4.5rem;
    gap: 1.5rem;
  }
  .text-desc {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1165px) {
  .text-desc {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
  .title-heading {
    font-size: 4.8rem;
    line-height: 5.7rem;
    gap: 1.9rem;
  }
}
.btn {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.389rem 3.5rem 0.486rem 3.5rem;
  border-radius: 20rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  min-width: 16.5rem;
  transition: all 0.4s;
}
.btn__txt {
  margin-top: 0.04rem;
}
.btn--primary {
  background-color: #FF0000;
  color: #ffffff;
}
.btn--primary:hover {
  color: #000000;
}
.btn--success {
  background-color: #0BD007;
  color: #ffffff;
}
.btn--success:hover {
  color: #000000;
}

.img-btn {
  height: 3.6rem;
  width: 15rem;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}
.img-btn--primary {
  background: url("../images/button_BUY_NOW.svg") no-repeat;
  background-size: 100% auto;
  transition: background 200ms ease;
}
.img-btn--primary:hover {
  background: url("../images/button_BUY_NOW_HVR.svg") no-repeat;
  background-size: 100% auto;
}

.bullet-slider .swiper-pagination {
  bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bullet-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #959595;
  opacity: 1;
  height: 0.8rem;
  width: 0.8rem;
  margin: 0;
}
.bullet-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.bullet-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.4rem;
}

.text-panel {
  padding: 2rem 0 0;
}
.text-panel__heading {
  margin-bottom: 1rem;
}
.text-panel__content {
  margin-bottom: 2.5rem;
}
.text-panel__btn {
  display: flex;
}

@media (min-width: 601px) {
  .text-panel__body {
    display: flex;
    gap: 4.5rem;
  }
  .text-panel__btn {
    margin-right: -0.2rem;
  }
}
@media (min-width: 745px) {
  .text-panel {
    padding: 2.8rem 0 0;
  }
  .text-panel__content {
    margin-bottom: 3.3rem;
  }
}
@media (min-width: 1025px) {
  .text-panel {
    padding-bottom: 0.8rem;
    padding-top: 3.7rem;
  }
  .text-panel__heading {
    margin-bottom: 1.1rem;
  }
  .text-panel__btn {
    margin-top: 1.1rem;
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .text-panel__btn {
    margin-top: 0.8rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .text-panel__heading {
    margin-bottom: 1.3rem;
  }
  .text-panel__body {
    gap: 6.4rem;
  }
  .text-panel__btn {
    margin-top: 0.9rem;
  }
}
@media (max-width: 600px) {
  .text-panel {
    padding-bottom: 3rem;
  }
  .text-panel__btn {
    margin-left: -0.2rem;
  }
}
.video-box__video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 11.2rem;
  width: 20rem;
  cursor: pointer;
}

/* Styles for the lightbox modal */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  justify-content: center;
  background-color: rgba(64, 64, 64, 0.4);
}

.lightbox-container {
  max-width: 136rem;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 4rem 1rem rgba(0, 0, 0, 0.25);
}

.lightbox-modal-content {
  margin: auto;
  display: block;
  width: 100%;
}

.lightbox-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
}

/* Style for the modal container */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
}

/* Style for the modal content */
.modal-content {
  transform: scale(0);
  transition: transform 0.5s ease;
  max-width: 67rem;
  padding: 0 1.5rem;
}
.modal-content #videoPlayer {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

@media (min-width: 1025px) {
  .lightbox-close svg {
    height: 2rem;
    width: 2rem;
  }
}
@media (max-width: 1280px) {
  .lightbox-container {
    padding: 3rem 2rem 1.2rem;
  }
}
@media (max-width: 744px) {
  .lightbox-trigger {
    pointer-events: none;
  }
  #lightbox-modal {
    display: none !important;
  }
}
@media (max-width: 1199px) and (orientation: landscape) {
  .lightbox-container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-height: unset;
    padding: 0;
  }
  .lightbox-container .lightbox-modal-content {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.container {
  max-width: 1088px;
  margin-inline: auto;
}

.even-columns {
  display: grid;
}

@media (min-width: 601px) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: unset;
  }
  .vertical-span-sm-2 {
    grid-row: span 2;
  }
}
@media (min-width: 1025px) {
  .container {
    width: min(100% - 19.2rem);
  }
  .slider-arrow .container {
    max-width: calc(1088px + 9.4rem);
    width: min(100% - 9.4rem);
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .container {
    width: min(100% - 12.8rem);
  }
  .slider-arrow .container {
    max-width: calc(1088px + 3.4rem);
    width: min(100% - 3.4rem);
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .slider-arrow .container {
    max-width: calc(1088px + 1.6rem);
    width: min(100% - 1.6rem);
  }
}
@media (max-width: 744px) {
  .container {
    width: min(100% - 7.2rem);
  }
}
.header {
  padding: 1.8rem 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  min-height: 9.6rem;
  display: flex;
  align-items: center;
}
.header__nav-list {
  gap: 3.4rem;
}
.header__nav-link {
  font-family: "neue-haas-grotesk-text", sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 2.8rem;
  font-size: 1.88rem;
}
.header__nav-link:hover {
  color: #FF0000;
}
.header__nav-link--active {
  color: #FF0000;
}
.header__wrapper {
  position: relative;
}
.header__logo-text {
  font-size: 2.6rem;
  font-family: "neue-haas-grotesk-text", sans-serif;
  color: #000000;
  margin-left: 1.6rem;
  margin-top: -0.5rem;
  line-height: 2.8rem;
}
.header__logo-text {
  transition: all 0.3s ease-out;
}
.header__logo-link {
  margin-left: -0.2rem;
}
.header__logo-link:hover .header__logo-text {
  color: #FF0000;
}
.header__logo {
  height: 6rem;
  width: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header--white .header__nav-link {
  color: #ffffff;
}
.header--white .header__nav-link:hover {
  color: #FF0000;
}
.header--white .header__logo-text {
  color: #ffffff;
}

@media (min-width: 601px) {
  .header__nav-list {
    margin-right: -0.2rem;
    display: flex;
  }
  .header__nav-close-btn {
    display: none;
  }
  .header__toggle-btn {
    display: none;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 2.4rem 0;
  }
  .header__nav {
    position: absolute;
    right: 0;
    top: calc(100% + 0.3rem);
    z-index: 9;
    padding: 2.94rem 2.4rem;
    display: none;
    opacity: 0;
  }
  .header__nav--active {
    display: block;
    opacity: 1;
    background-color: #ffffff;
    box-shadow: 0px 0.2rem 3rem #000000;
  }
  .header__nav-close-btn {
    position: absolute;
    left: 0;
    top: -3.6rem;
    z-index: 9;
  }
  .header__nav-list {
    gap: 2.43rem;
  }
  .header--white svg path {
    fill: #ffffff;
  }
  .header--white .header__nav {
    background-color: #404040;
  }
  .header__logo-text {
    font-size: 2.2rem;
    margin-left: 1.2rem;
  }
  .header__logo {
    height: 4.8rem;
    width: 3.6rem;
  }
  .header--active .header__logo-text {
    display: none;
  }
}
@media (max-width: 420px) {
  .header__wrapper {
    min-height: 4.8rem;
  }
}
.footer {
  padding: 1.2rem 0;
  position: relative;
  z-index: 2;
}
.footer__txt {
  font-size: 1rem;
  -webkit-text-size-adjust: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  line-height: 1.6rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .footer {
    overflow: hidden;
  }
  .footer .container {
    padding: 0 3.05rem 0 3.6rem;
    width: 100%;
  }
  .footer__txt {
    max-width: 47ch;
  }
}
.hero .hero__column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.hero .column--top {
  align-self: flex-end;
}
.hero .column--bottom {
  align-self: flex-start;
}
.hero .hero__img-box .hero__img {
  width: 100%;
}
.hero .hero__button {
  margin-left: -0.2rem;
  display: flex;
}
.hero .hero__credits {
  margin-top: 3.1rem;
}
.hero__heading {
  display: grid;
  gap: 3.8rem;
}
.hero__highlight-heading p:not(:first-child) {
  margin-top: -0.1rem;
}

.video {
  background-color: #404040;
  background-image: url("../images/video-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.description__content {
  display: grid;
  gap: 1.2rem;
}

.slider-arrow .swiper-button-prev,
.slider-arrow .swiper-button-next {
  width: 3rem;
  height: 2.6rem;
  margin: 0;
  translate: 0 -50%;
  align-items: center;
}
.slider-arrow .swiper-button-prev::after,
.slider-arrow .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-flex;
}
.slider-arrow .swiper-button-prev {
  left: 0;
}
.slider-arrow .swiper-button-prev::after {
  content: "";
  background: url("../images/arrow_20x16_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6rem;
}
.slider-arrow .swiper-button-prev:hover::after {
  background: url("../images/arrow_20x16_back_active.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: c-opacity 0.5s linear;
}
.slider-arrow .swiper-button-next {
  right: 0;
}
.slider-arrow .swiper-button-next::after {
  content: "";
  background: url("../images/arrow_20x16_forward.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6rem;
}
.slider-arrow .swiper-button-next:hover::after {
  background: url("../images/arrow_20x16_forward_active.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: c-opacity 0.5s linear;
}
.slider-arrow .swiper-button-disabled {
  display: none;
}

.slider-arrow .slider-arrow__wrapper {
  position: relative;
}

.slider-gap {
  padding: 4rem 0 4rem;
}
.slider-gap .swiper-pagination {
  bottom: -2.4rem;
}

.editions {
  padding: 3.9rem 0 2.6rem;
}
.editions .editions__info {
  margin: 0.3rem 0 1.2rem;
}
.editions .editions__price {
  display: flex;
  align-items: flex-start;
}
.editions .editions__price .editions__currency {
  margin-right: 0.3rem;
  font-weight: 500;
  margin-top: -0.2rem;
}
.editions .editions__btn {
  margin-top: 1rem;
  margin-left: -0.2rem;
}
.editions .editions__img-box {
  margin-bottom: 0.4rem;
}
.editions .editions__other {
  margin-top: 4.5rem;
  -webkit-text-size-adjust: 100%;
}
.editions .editions__other p {
  -webkit-text-size-adjust: 100%;
}

.features {
  padding: 2rem 0 2.5rem;
}
.features .even-columns {
  margin-top: 1.5rem;
}
.features__box-main {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.venice__logo-img {
  height: 7.6rem;
  width: 7.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.venice__wrapper {
  overflow: hidden;
  min-height: 39.8rem;
  background-image: url("../images/venecia_hebrew_artwork.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 4.5% top;
  background-color: #EFEBE0;
}

.experience__wrapper {
  overflow: hidden;
  min-height: 28.3rem;
  background-image: url("../images/scope_sages.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAF5F0;
}

@media (min-width: 601px) {
  .hero .even-columns {
    grid-auto-flow: unset;
    grid-template-columns: 1fr 1fr;
  }
  .hero .column--25 {
    width: 125%;
  }
}
@media (min-width: 745px) {
  .hero .hero__credits {
    margin-top: 5.1rem;
  }
  .video .video-box {
    padding: 3.8rem 0;
  }
  .slider-arrow .slider-arrow__wrapper {
    padding: 0 4.7rem;
  }
  .slider-arrow .swiper-button-next::after {
    background: url("../images/arrow_30x26_forward.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.6rem;
  }
  .slider-arrow .swiper-button-next:hover::after {
    background: url("../images/arrow_30x26_forward_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: c-opacity 0.5s linear;
  }
  .slider-arrow .swiper-button-prev::after {
    background: url("../images/arrow_30x26_back.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.6rem;
  }
  .slider-arrow .swiper-button-prev:hover::after {
    background: url("../images/arrow_30x26_back_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: c-opacity 0.4s linear;
  }
  .features__box-main {
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 9.6rem 0 3.9rem 0;
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .hero {
    padding-bottom: 3.6rem;
  }
  .hero .hero__wrapper .hero__content .text-desc {
    margin: 1.8rem 0 6.4rem;
    line-height: 2.8rem;
  }
  .hero .column--bottom {
    margin-top: 3.1rem;
  }
  .hero .column--top {
    margin-top: 0.1rem;
  }
  .hero .hero__credits {
    margin-top: 3rem;
  }
  .hero .hero__content {
    margin-top: 2.6rem;
  }
  .hero .hero__heading {
    gap: 2.4rem;
  }
  .video {
    padding: 2.8rem 0;
  }
  .description {
    padding: 2.5rem 0;
  }
  .editions {
    padding-top: 3rem;
  }
  .editions .editions__img-box {
    translate: -1.4rem 0;
  }
  .editions .editions__img-box .editions__img {
    min-width: 26.7rem;
    max-width: 26.7rem;
  }
  .slider-arrow .swiper-button-next,
  .slider-arrow .swiper-button-prev {
    width: 2rem;
    height: 1.6rem;
  }
  .slider-arrow .slider-arrow__wrapper {
    position: relative;
    padding: 0 2.8rem;
  }
  .venice__logo-img {
    height: 9rem;
    width: 9rem;
  }
  .venice__wrapper {
    min-height: 37.2rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .hero .hero__content {
    margin-top: 1.8rem;
  }
  .hero .hero__content .text-desc {
    margin: 1.7rem 0 6.3rem;
    line-height: 3.4rem;
  }
  .hero__heading {
    gap: 3.1rem;
    translate: 0 -1px;
  }
  .hero .column--bottom {
    margin-top: 4rem;
  }
  .hero .hero__credits {
    translate: 0 3px;
  }
  .description {
    padding: 4rem 0;
  }
  .description__content {
    display: grid;
    gap: 1.5rem;
  }
  .slider-gap {
    padding: 4.6rem 0 4.6rem 0;
  }
  .slider-gap .swiper-pagination {
    bottom: -2.7rem;
  }
  .editions {
    overflow-x: hidden;
  }
  .editions .editions__img-box {
    translate: -1.7rem 0;
  }
  .editions .editions__img-box .editions__img {
    min-width: 31.5rem;
    max-width: 31.5rem;
  }
  .features {
    padding: 2.8rem 0 4.4rem;
  }
  .features .even-columns {
    margin-top: 1.9rem;
  }
  .features__box-main {
    gap: 1.5rem;
  }
  .venice__logo-box {
    margin-top: -0.7rem;
  }
  .venice__logo-img {
    height: 12rem;
    width: 12rem;
  }
  .venice__wrapper {
    min-height: 51.12rem;
  }
  .experience__wrapper {
    min-height: 57.5rem;
  }
}
@media (min-width: 341px) and (max-width: 600px) {
  .editions__img-box {
    translate: -1.66rem 0;
  }
  .editions__img-box .editions__img {
    min-width: 31.5rem;
    max-width: 31.5rem;
  }
}
@media (min-width: 1025px) {
  .hero {
    padding: 9.7rem 0 3.9rem;
  }
  .hero .hero__content {
    margin-top: 1.8rem;
  }
  .hero .hero__content .text-desc {
    margin: 1.2rem 0 5.4rem;
    line-height: 3.8rem;
  }
  .hero .column--top {
    margin-top: 0rem;
  }
  .hero .column--bottom {
    margin-top: 5.4rem;
  }
  .hero .hero__highlight-heading {
    translate: 0 0.5px;
  }
  .description {
    padding: 5rem 0;
  }
  .description__content {
    gap: 1.7rem;
  }
  .editions {
    padding: 4rem 0 2.6rem;
  }
  .editions .editions__img-box {
    translate: -2.2rem 0;
  }
  .editions .editions__img-box .editions__img {
    min-width: 41rem;
    max-width: 41rem;
  }
  .slider-gap {
    padding: 5.2rem 0 5.2rem;
  }
  .slider-gap .swiper-pagination {
    bottom: -3rem;
  }
  .features {
    padding: 3.4rem 0 5.7rem;
  }
  .features__box-main {
    gap: 1.7rem;
  }
  .experience .text-panel__heading {
    margin-bottom: 1.4rem;
  }
  .experience__wrapper {
    min-height: 71.9rem;
  }
  .venice .text-panel {
    padding: 3.4rem 0 1rem;
  }
  .venice__logo-img {
    height: 15rem;
    width: 15rem;
  }
  .venice__logo-box {
    margin-top: -2.6rem;
  }
  .venice__wrapper {
    min-height: 63.9rem;
  }
}
@media (max-width: 744px) {
  .editions .editions__img {
    margin-bottom: 0.4rem;
  }
  .experience__wrapper {
    min-height: 41.8rem;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 10.5rem 0 3.5rem;
  }
  .hero .title-heading br {
    display: none;
  }
  .hero .hero__content .text-desc {
    margin-top: 0.95rem;
    line-height: 2.8rem;
  }
  .hero .column--bottom {
    margin-top: 0.6rem;
  }
  .hero .hero__heading {
    gap: 2.4rem;
  }
  .hero .hero__img-box {
    translate: 0 -6px;
  }
  .video {
    padding: 2rem 0 3.6rem;
  }
  .video br {
    display: none;
  }
  .video .video-box {
    margin-top: 2.6rem;
    display: flex;
    justify-content: flex-end;
  }
  .description {
    padding: 3rem 0 2.5rem;
  }
  .description__photo {
    max-width: 75%;
  }
  .description .even-columns {
    gap: 2rem;
  }
  .slider-gap {
    overflow: hidden;
  }
  .slider-gap .container {
    width: 100%;
  }
  .editions {
    padding-top: 1.9rem;
  }
  .editions .even-columns {
    row-gap: 4.9rem;
  }
  .editions .editions__content {
    position: relative;
  }
  .slider-arrow .swiper-button-next,
  .slider-arrow .swiper-button-prev {
    display: none;
  }
  .features .even-columns {
    gap: 1.2rem;
  }
  .venice .text-panel {
    padding-bottom: 2.5rem;
  }
  .venice .text-panel__content {
    margin-bottom: 1.5rem;
  }
  .venice .venice__logo-box {
    display: flex;
    justify-content: center;
  }
  .venice__wrapper {
    min-height: 57.2rem;
    background-position: right 2.5% top;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 10.6rem 0 3.5rem;
  }
  .hero .hero__img-box {
    margin: 2.63rem 0 0 0;
  }
  .hero .hero__wrapper .hero__content {
    margin-right: auto;
  }
  .hero .column--bottom {
    margin-top: 2.7rem;
  }
  .video .video-box__video {
    height: 9rem;
    width: 16rem;
  }
  .description {
    padding-top: 2rem;
  }
  .description .even-columns {
    gap: 1.5rem;
  }
  .venice__wrapper {
    min-height: 39.8rem;
    background-position: right 2.5% top;
  }
}
@media (max-width: 340px) {
  .editions__img-box {
    translate: -1.4rem 0;
  }
}
.home-hero {
  padding: 11.9rem 0 6.45rem;
  background-image: url("../images/crowd.webp");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #404040;
}
.home-hero .title-heading {
  white-space: nowrap;
  font-weight: normal;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.home-hero__video-box {
  margin-top: 3rem;
}

.text-section {
  padding: 2rem 0 2.5rem;
}

.candles {
  padding: 20.2rem 0 14.6rem;
  background-image: url("../images/lighting_candles_360.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #8B6940;
}

.leadership {
  padding: 2rem 0 3.8rem;
}
.leadership__profile-box {
  margin-left: -0.2rem;
}
.leadership__profile-photo {
  height: 24rem;
  width: 24rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership__info {
  margin: 2.6rem 0 1.6rem;
}
.leadership .even-columns {
  margin-top: 3rem;
  row-gap: 4rem;
}

@media (min-width: 745px) {
  .home-hero {
    padding: 13rem 0 8.5rem;
  }
  .candles {
    background-image: url("../images/lighting_candles.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  .home-hero__video-box {
    margin-top: 4rem;
  }
  .home-hero__img-box {
    margin-bottom: 6.5rem;
  }
  .text-section {
    padding: 3.4rem 0 4.6rem;
  }
  .candles {
    padding: 29.6rem 0 26.7rem;
  }
  .leadership {
    padding: 3.4rem 0 3.9rem;
  }
  .leadership__info {
    margin: 3rem 0 2rem;
  }
  .leadership__profile-photo {
    height: 32rem;
    width: 32rem;
  }
  .leadership .even-columns {
    margin-top: 3.4rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .home-hero__video-box {
    margin-top: 3.5rem;
  }
  .home-hero__img-box {
    margin-bottom: 5rem;
  }
  .text-section {
    padding: 2.8rem 0 4.2rem;
  }
  .candles {
    padding: 23.6rem 0 20.9rem;
  }
  .leadership {
    padding: 2.8rem 0 4.2rem;
  }
  .leadership__info {
    margin: 2.8rem 0 1.8rem;
  }
  .leadership__profile-box {
    margin-left: -0.1rem;
  }
  .leadership__profile-photo {
    height: 28rem;
    width: 28rem;
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .home-hero {
    padding: 13rem 0 6.7rem;
  }
  .home-hero__img-box {
    margin-bottom: 5.5rem;
  }
  .candles {
    padding: 23.6rem 0 14.6rem;
    background-image: url("../images/lighting_candles_744.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .candles__img {
    width: 115%;
    height: 105%;
  }
  .leadership {
    padding: 2rem 0 3.3rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .home-hero {
    padding-bottom: 9.8rem;
  }
  .home-hero__img-box {
    margin-top: 8rem;
  }
  .leadership .even-columns {
    row-gap: 4.4rem;
  }
  .candles {
    background-image: url("../images/lighting_candles_600.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23.6rem 0 7.4rem;
  }
  .candles__wrapper {
    max-width: 27ch;
  }
}
@media (max-width: 600px) {
  .home-hero__img-box {
    width: 75%;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .home-hero__img-box {
    margin-top: 5.4rem;
  }
}/*# sourceMappingURL=main.css.map */