h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.body {
  background-image: url('../images/background_2.jpg');
  background-position: 0% 60%;
  background-size: cover;
  background-attachment: fixed;
}

.background {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main-container {
  position: relative;
  z-index: 200;
  height: 100vh;
}

.title-line {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  height: 12vw;
}

.title-line.line-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  padding-left: 15vw;
}

.title-line.line-three {
  margin-top: 2vw;
  padding-left: 5vw;
}

.heading {
  margin-top: 0px;
  padding-left: 10vw;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  color: #00d1b8;
  font-size: 12vw;
  line-height: 12vw;
  font-weight: 400;
}

.section-3 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #cacaca;
}

.italic {
  height: 12vw;
  font-family: calluna, sans-serif;
  font-size: 14vw;
  font-style: italic;
  font-weight: 400;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 110vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  position: relative;
  top: 7.8vw;
  z-index: auto;
  display: inline-block;
}

.clos {
  display: inline-block;
  overflow: visible;
  width: 25vw;
  margin-top: 4vw;
  margin-bottom: 0px;
  margin-left: 80px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: calluna, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.9500000000000002vw;
  text-decoration: none;
}

.clos.intro {
  margin-left: 80px;
}

.nav-small {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  display: block;
  width: 200px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fafafa;
  cursor: pointer;
}

.menu-icon {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 28px;
  margin: 14px auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.line {
  width: 32px;
  height: 2px;
  background-color: #000;
}

.nav-big {
  position: fixed;
  top: -80px;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.header-title {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Darkmode darkmodeoffxbd', sans-serif;
  color: #1c1c1c;
}

.text-span {
  font-family: calluna, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
}

.item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  height: 56px;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-item {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Darkmode darkmodeoffxbd', sans-serif;
  font-size: 20px;
}

.underline-item {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 12%;
  height: 4px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
}

.underline-item:hover {
  display: block;
  background-color: #00d1b8;
}

.nav-link {
  margin: 0px;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-left: 32px;
  padding-top: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #ededed;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  text-decoration: none;
}

.link-block:hover {
  border-bottom: 4px solid #00d1b8;
}

.link-block:focus {
  border-bottom: 4px solid #00d1b8;
}

.link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 32px;
  padding-top: 12px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #ededed;
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
}

.link-block.w--current:hover {
  border-bottom: 4px solid #00d1b8;
  text-decoration: none;
}

.link-block.w--current:focus {
  border-bottom: 4px solid #ededed;
}

.button {
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eae522;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: 'Darkmode darkmodeoffxbd', sans-serif;
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
}

.button:hover {
  padding-left: 12px;
}

.button.fixed {
  position: fixed;
  top: 24px;
  right: 24px;
}

.button.wide {
  width: 300px;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.section-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(63%, rgba(28, 28, 28, 0.7)), to(#1c1c1c));
  background-image: linear-gradient(180deg, transparent, rgba(28, 28, 28, 0.7) 63%, #1c1c1c);
}

.big_paragraph {
  display: block;
  overflow: visible;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  text-align: left;
}

.big_paragraph.first {
  font-size: 3vw;
  line-height: 4vw;
}

.yellow {
  font-family: calluna, sans-serif;
  color: #eae522;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
}

.yellow.first {
  font-size: 2.3vw;
}

.left_border {
  position: fixed;
  left: -32px;
  z-index: 300;
  width: 32px;
  height: 100vh;
  background-color: #fafafa;
}

.right_border {
  position: fixed;
  right: -32px;
  z-index: 300;
  width: 32px;
  height: 100vh;
  background-color: #fafafa;
}

.bottom_border {
  position: fixed;
  bottom: -32px;
  z-index: 300;
  width: 100vw;
  height: 32px;
  background-color: #fafafa;
}

.title-section-2 {
  overflow: visible;
  margin: 0px auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  color: #1c1c1c;
  font-size: 15vw;
  line-height: 18vw;
  font-weight: 400;
  text-align: left;
}

.title-section-2.line-1 {
  margin-left: 15vw;
  color: #fff;
}

.title-section-2.line-2 {
  position: relative;
  top: -2.5vw;
  z-index: 200;
  margin-right: 15vw;
}

.section-4 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220vh;
  padding-top: 25vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #ededed;
}

.title-yellow {
  font-family: calluna, sans-serif;
  color: #1c1c1c;
  font-size: 18vw;
  font-style: italic;
}

.left {
  position: -webkit-sticky;
  position: sticky;
  top: 45vh;
  width: 30vw;
  margin-bottom: 47vh;
}

.right {
  width: 40vw;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-paragraph {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  font-size: 2vw;
  line-height: 3vw;
}

.blue-paragraph {
  font-family: calluna, sans-serif;
  color: #00d1b8;
  font-size: 2.3vw;
  font-style: italic;
}

.bottom-right {
  position: -webkit-sticky;
  position: sticky;
  top: 45vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin: 40vh 0px 34vh auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #1c1c1c;
  text-decoration: none;
}

.article-title {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 24px;
  font-family: 'Darkmode darkmodeoffxbd', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.article-title:hover {
  text-decoration: underline;
}

.image {
  width: 40%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-description {
  overflow: hidden;
  height: 60px;
  margin-bottom: 8px;
  padding-left: 24px;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  font-size: 16px;
}

.image-2 {
  position: static;
  height: 40px;
  margin-top: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: auto;
  padding-left: 24px;
}

.author {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: calluna, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.author-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-4 {
  height: 3px;
  margin-top: 2px;
  background-color: #00d1b8;
}

.section-5 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fafafa;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  width: 80vw;
  margin-top: -100vh;
  margin-bottom: 0vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gradient {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display: none;
  height: 200vh;
  margin-top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), color-stop(12%, rgba(28, 28, 28, 0.02)), color-stop(90%, rgba(28, 28, 28, 0.9)), to(#1c1c1c));
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.02) 12%, rgba(28, 28, 28, 0.9) 90%, #1c1c1c);
}

.heading-3 {
  position: absolute;
  bottom: 50vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-2 {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.sticky_paragraph {
  position: absolute;
  bottom: 38vh;
  z-index: 200;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 2.6vw;
  text-align: center;
}

.section-8 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/0_BHOMwei0qficWESN.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.bg-opacity {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.blue-paragraph-sticky {
  font-family: calluna, sans-serif;
  color: #00d1b8;
  font-size: 2.3vw;
  font-style: italic;
}

.centered_container-vertical {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-6 {
  width: 55%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blue {
  font-family: calluna, sans-serif;
  color: #00d1b8;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
}

.closing_paragraph {
  display: inline-block;
  overflow: visible;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: calluna, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 2.55vw;
  text-align: center;
  text-decoration: none;
}

.closing_paragraph.intro {
  margin-left: 80px;
}

.coloumn {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button_kk {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-top: 24px;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eae522;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: 'Darkmode darkmodeoffxbd', sans-serif;
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
}

.button_kk:hover {
  padding-left: 12px;
}

.button_wide {
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 56px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: 'Darkmode darkmodeoffxbd', sans-serif;
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
}

.button_wide:hover {
  padding-left: 12px;
}

.button_wide.fixed {
  position: fixed;
  top: 0px;
  right: 0px;
}

.button_wide.wide {
  width: 300px;
}

.button_wide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.img {
  position: absolute;
  width: 100vw;
  height: 120vh;
  background-image: url('../images/brand_background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-7 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), color-stop(42%, rgba(28, 28, 28, 0.6)), to(#1c1c1c));
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.6) 42%, #1c1c1c);
}

.image-5 {
  position: absolute;
  bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/arrow.svg');
  background-position: 0% 0%;
  background-size: 2vw;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image-6 {
  position: absolute;
  bottom: 0px;
}

.image-7 {
  position: absolute;
  left: 2vw;
  bottom: 2vh;
}

.paragraph-3 {
  display: none;
}

.nav-mobile {
  display: none;
}

.link-block-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-left: 32px;
  padding-top: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #ededed;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  text-decoration: none;
}

.link-block-mobile:hover {
  border-bottom: 4px solid #00d1b8;
}

.link-block-mobile:focus {
  border-bottom: 4px solid #00d1b8;
}

.link-block-mobile.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 32px;
  padding-top: 12px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #ededed;
  color: #1c1c1c;
  font-size: 14px;
  text-decoration: none;
}

.link-block-mobile.w--current:hover {
  border-bottom: 4px solid #00d1b8;
  text-decoration: none;
}

.link-block-mobile.w--current:focus {
  border-bottom: 4px solid #ededed;
}

.section-6 {
  position: relative;
  bottom: 0px;
  display: none;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.section-7 {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.centered_container-horizontal {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-7_paragraph {
  display: inline-block;
  overflow: visible;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: calluna, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.9500000000000002vw;
  text-decoration: none;
}

.section-7_paragraph.intro {
  margin-left: 80px;
}

.lottie-animation {
  width: 100vw;
}

.centered_container {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.internal-coloumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-button-wide {
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.arrow-button-wide {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.big_paragraph-centered {
  display: block;
  overflow: visible;
  font-family: 'Darkmode darkmodeoffrg', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 4vw;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 50%;
  }

  .heading {
    padding-left: 5vw;
    font-size: 14vw;
  }

  .section-3 {
    height: 80vh;
    padding-top: 10vh;
  }

  .italic {
    font-size: 16vw;
  }

  .section-1 {
    height: 100vh;
  }

  .clos {
    width: 24vw;
    margin-left: 48px;
    line-height: 1.9500000000000002vw;
  }

  .nav-big {
    display: none;
  }

  .title-container {
    position: absolute;
    top: 120px;
  }

  .link-block.w--current {
    margin-bottom: 32px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-2 {
    height: 50vh;
  }

  .left_border {
    display: none;
  }

  .right_border {
    display: none;
  }

  .bottom_border {
    display: none;
  }

  .section-4 {
    height: 90vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .left {
    top: 30vh;
    margin-bottom: 23vh;
  }

  .right {
    width: 50vw;
  }

  .bottom-right {
    top: 30vh;
    width: 50vw;
    margin-top: 5vh;
    margin-bottom: 18vh;
  }

  .article-title {
    font-size: 16px;
    line-height: 24px;
  }

  .article-description {
    display: none;
  }

  .image-2 {
    height: 32px;
  }

  .div-block-2 {
    height: 32px;
  }

  .author-container {
    padding-left: 8px;
  }

  .section-5 {
    height: 200vh;
  }

  .image-4 {
    top: 30vh;
    margin-top: -80vh;
    margin-bottom: 20vh;
  }

  .sticky_paragraph {
    bottom: 35vh;
  }

  .section-8 {
    height: 100vh;
  }

  .centered_container-vertical {
    width: 50%;
  }

  .blue {
    font-size: 5.8vw;
  }

  .closing_paragraph {
    font-size: 3vw;
    line-height: 4vw;
  }

  .coloumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button_wide {
    margin-top: 32px;
  }

  .img {
    height: 80vh;
    margin-top: -10vh;
  }

  .div-block-7 {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0)), color-stop(25%, rgba(28, 28, 28, 0.9)), color-stop(79%, #1c1c1c));
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0.9) 25%, #1c1c1c 79%);
  }

  .nav-mobile {
    position: fixed;
    z-index: 300;
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
  }

  .link-block-mobile {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-mobile.w--current {
    margin-bottom: 32px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-6 {
    height: 60vh;
  }

  .section-7 {
    height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .centered_container-horizontal {
    width: 80%;
  }

  .section-7_paragraph {
    font-size: 2vw;
    line-height: 3vw;
  }

  .lottie-animation {
    width: 160%;
  }

  .centered_container {
    width: 60%;
  }

  .internal-coloumn {
    margin-top: 8vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .big_paragraph-centered {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .title-line {
    height: 16vw;
    margin-top: 32vw;
  }

  .title-line.line-two {
    padding-left: 0vw;
  }

  .title-line.line-three {
    padding-left: 0vw;
  }

  .heading {
    font-size: 16vw;
  }

  .section-3 {
    height: 90vh;
    padding-top: 0vh;
  }

  .italic {
    font-size: 19vw;
  }

  .section-1 {
    height: 90vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #1c1c1c;
  }

  .clos {
    display: none;
  }

  .button.fixed {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto auto 24px;
  }

  .section-2 {
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(42%, rgba(28, 28, 28, 0.7)), to(#1c1c1c)), url('../images/background_2.jpg');
    background-image: linear-gradient(180deg, transparent, rgba(28, 28, 28, 0.7) 42%, #1c1c1c), url('../images/background_2.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .big_paragraph {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .big_paragraph.first {
    font-size: 5vw;
    line-height: 7.5vw;
  }

  .yellow {
    font-size: 8.3vw;
  }

  .yellow.first {
    font-size: 4.7vw;
  }

  .title-section-2.line-1 {
    margin-left: 0vw;
    font-size: 24vw;
    line-height: 24vw;
  }

  .title-section-2.line-2 {
    top: 3vw;
    margin-right: 5vw;
  }

  .section-4 {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-yellow {
    font-size: 27vw;
    line-height: 24vw;
  }

  .left {
    position: static;
    width: 60vw;
    margin-bottom: 15vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .right {
    width: 80vw;
    margin-right: auto;
  }

  .brand-paragraph {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .blue-paragraph {
    font-size: 4.7vw;
  }

  .bottom-right {
    position: static;
    width: 80vw;
    margin-top: 10vh;
    margin-right: auto;
    margin-bottom: 15vh;
  }

  .article-title {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .image {
    width: 40%;
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .image-2 {
    height: 6vw;
  }

  .author {
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-4 {
    height: 2px;
  }

  .image-4 {
    width: 80vw;
  }

  .sticky_paragraph {
    font-size: 6vw;
    line-height: 8.4vw;
  }

  .section-8 {
    background-position: 50% 0%;
  }

  .blue-paragraph-sticky {
    font-size: 7.1vw;
  }

  .centered_container-vertical {
    width: 80%;
  }

  .div-block-6 {
    width: 90%;
  }

  .blue {
    font-size: 8.3vw;
  }

  .closing_paragraph {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .button_wide {
    width: 100%;
    margin-top: 12vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .img {
    height: 90vh;
    margin-top: 0vh;
  }

  .image-7 {
    left: 5vw;
    top: 111vw;
    bottom: auto;
    width: 8vw;
  }

  .paragraph-3 {
    display: block;
    width: 60vw;
    margin-top: 9vw;
    margin-right: 5vw;
    margin-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: calluna, sans-serif;
    color: #fff;
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .section-6 {
    background-position: 50% 0%;
  }

  .section-7 {
    background-position: 50% 0%;
  }

  .centered_container-horizontal {
    width: 80%;
  }

  .section-7_paragraph {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .centered_container {
    width: 80%;
  }

  .big_paragraph-centered {
    margin-bottom: 2vw;
    font-size: 7vw;
    line-height: 9.799999999999999vw;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    padding-left: 7vw;
  }

  .title-container {
    top: 72px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .big_paragraph {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .yellow.first {
    font-size: 4.7vw;
  }

  .title-section-2 {
    padding-left: 7vw;
    font-size: 16vw;
  }

  .title-section-2.line-1 {
    margin-left: 0vw;
    padding-left: 0vw;
  }

  .title-section-2.line-2 {
    padding-left: 0vw;
  }

  .bottom-right {
    width: 80vw;
  }

  .article-title {
    padding-left: 16px;
    font-size: 3.5vw;
    line-height: 4.8999999999999995vw;
  }

  .div-block-2 {
    height: 6vw;
    padding-left: 16px;
  }

  .author {
    font-size: 3vw;
    line-height: 3vw;
  }

  .author-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-4 {
    width: 100vw;
  }

  .sticky_paragraph {
    bottom: 38vh;
    width: 90vw;
    margin-bottom: -48px;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .blue-paragraph-sticky {
    font-size: 6.1vw;
  }

  .blue {
    font-size: 10.4vw;
  }

  .closing_paragraph {
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .coloumn {
    padding-top: 0vw;
  }

  .button_wide {
    height: 48px;
    margin-top: 8vw;
  }

  .nav-mobile {
    display: none;
  }

  .link-block-mobile {
    margin-bottom: 32px;
  }

  .section-6 {
    height: 50vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-7 {
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .centered_container-horizontal {
    width: 90%;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-7_paragraph {
    margin-left: 0vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .lottie-animation {
    width: 100%;
  }

  .centered_container {
    width: 90%;
  }

  .internal-coloumn {
    margin-top: 12vw;
  }

  .big_paragraph-centered {
    font-size: 9vw;
    line-height: 11.700000000000001vw;
  }
}

@font-face {
  font-family: 'Darkmode darkmodeoffxbd';
  src: url('../fonts/Darkmode-DarkmodeOffXBd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkmode darkmodeoffrg';
  src: url('../fonts/Darkmode-DarkmodeOffRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}