:root {
  --black-bg: #121212;
  --white-smoke: #eaeaea;
  --body-white: #f8f8f8;
  --black-text: #121212;
  --light-taupe: #dbbba1;
  --red: #d70204;
  --green\<deleted\|variable-2def6e2e-d13e-ea2a-df76-0277b8fd7bca\>: var(--body-white);
  --smoke: #272727;
  --dark-taupe: #a6907e;
  --light-smoke: #a4a4a4;
  --yellow: #948b10;
  --green: #1a8312;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black-bg);
  color: var(--black-bg);
  flex-direction: column;
  align-items: center;
  font-family: Futura, sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  transition: background-color .5s;
  display: flex;
}

h1 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brygada 1918";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: .5rem;
}

a {
  color: var(--white-smoke);
  font-size: 1.8rem;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 1.2rem;
}

ol {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 1.25rem;
}

li {
  font-size: 1.15rem;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h2-small {
  font-size: 2.8rem;
  line-height: 1.4;
}

.cookies-table__head {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--body-white);
  -webkit-text-stroke-color: var(--black-text);
  text-transform: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  display: grid;
}

.cookies-table__top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-taupe);
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  display: grid;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: block;
}

.cookies-table__section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cc-toggle {
  width: 6rem;
  height: 3rem;
  background-color: var(--red);
  cursor: pointer;
  border-radius: 3rem;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.cc-toggle.active {
  color: var(--green\<deleted\|variable-2def6e2e-d13e-ea2a-df76-0277b8fd7bca\>);
}

.padding-top-30 {
  padding-top: 3rem;
}

.allcaps {
  text-transform: uppercase;
}

.sectionfdsfdsfds {
  width: 100%;
  position: relative;
}

.cc-toggle__dot {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 10rem;
  margin-left: 8.25%;
  margin-right: 10%;
  transition: transform .2s;
  display: flex;
  position: absolute;
}

.container {
  max-width: 1920px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 12rem 8.33335vw;
  display: flex;
}

.container.top {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.cookies-table__item {
  grid-column-gap: 3rem;
  border-bottom: 1px solid var(--body-white);
  text-transform: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.two-columns {
  width: 100%;
  grid-column-gap: 9rem;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.two-columns.margin-top-80-copy {
  grid-column-gap: 9rem;
  margin-top: 8rem;
}

.two-columns.margin-top-40 {
  grid-column-gap: 9rem;
  margin-top: 4rem;
}

.column {
  width: 50%;
  flex: 1;
  justify-content: center;
  align-self: center;
}

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

.cookies-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.cards__divider-line {
  width: 80%;
  height: 1px;
  background-color: var(--white-smoke);
}

.cc-button-close {
  cursor: pointer;
  padding: .25em;
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 2.5%;
}

.cc-option--disallow.link-hover-underline.white {
  cursor: pointer;
}

.cc-wrapper {
  z-index: 9999999;
  max-width: 40rem;
  background-color: var(--smoke);
  color: var(--body-white);
  border-radius: 1.25rem;
  margin-left: 5%;
  margin-right: 2%;
  padding: 2.5rem;
  font-size: 1.8rem;
  transition: transform .3s, opacity .3s;
  position: fixed;
  bottom: 5%;
  right: 0%
}

.cc-option--more {
  text-decoration: none;
}

.cc-option--more.link-hover-underline.white {
  color: #fff;
}

.cc-option--allow {
  cursor: pointer;
}

.cc-options {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.9rem;
  display: grid;
}

.h1-small {
  color: var(--light-taupe);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.bold-text {
  color: var(--light-taupe);
}

.body {
  color: var(--black-text);
}

.hero__logo-wrapper {
  justify-content: center;
  margin-top: 0;
  padding-top: 3rem;
  display: flex;
  position: fixed;
  z-index:3;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo__image {
  width: 20rem;
}

.section {
  width: 100%;
  max-width: 1920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 10vw;
  display: flex;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.section.cards {
  grid-column-gap: 5rem;
  grid-row-gap: 8rem;
  padding-top: 20rem;
  padding-bottom: 15rem;
}

.section.hero {
  width: 100%;
  height: 80rem;
  max-height: 100vh;
  max-width: 1920px;
  padding: 0 0;
  position: relative;
}

.section.more-features {
  padding-bottom: 50rem;
}

.section.linkcards {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section.footer {
  background-color: var(--black-bg);
  align-items: center;
  padding-top: 0;
  padding-bottom: 5rem;
}

.section.feature-slider {
  overflow: visible;
}

.cards__wrapper {
  grid-column-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards__card {
  width: 100%;
  height: 100%;
  grid-row-gap: 1rem;
  border: 1px solid var(--light-taupe);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  width: 159.5px;
  height: .00000697197px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 135.5px;
  left: 112.5px;
}

.cards__card-top-texts {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.cards__number {
  color: var(--light-taupe);
  text-align: center;
  text-transform: uppercase;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.15;
}

.cards__subheading {
  color: var(--body-white);
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 115%;
}

.card-text {
  width: 80%;
  opacity: .6;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.cards__text {
  color: var(--body-white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.features__loadbar-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.moving-texts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 20rem;
  display: flex;
}

.moving-text {
  color: #a6907e;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Futura, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.15;
}

.moving-text.top {
  transform: translate(-44%);
}

.moving-text.bottom {
  transform: translate(29%);
}

.features {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.features__texts-column {
  grid-row-gap: 10rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
}

.features-item {
  width: 50%;
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  opacity: .3;
  padding-right: 6rem;
  transition: opacity .5s;
  display: flex;
}

.features-item.active {
  opacity: 1;
}

.features__number {
  color: #a6907e;
  text-align: center;
  text-transform: uppercase;
  margin-top: -1rem;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 115%;
}

.features__texts-container {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features__heading {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 140%;
}

.features__paragraph {
  font-weight: 400;
}

.vectors-wrapper-2 {
  width: 2px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  width: 2px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: -194px;
}

.features__image {
  width: 100%;
  height: 60rem;
  object-fit: cover;
}

.features__image._1 {
  z-index: 4;
  position: static;
}

.features__image._2 {
  z-index: 3;
  display: none;
}

.features__image._3 {
  z-index: 2;
}

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

.features__image.active-image {
  opacity: 1;
}

.hero-image {
  z-index: -1;
  height: 100%;
  max-width: none;
  min-width: 100%;
  object-fit: cover;
  position: relative;
  transform: scale(1.15);
}

.hero__shadow-top {
  width: 100%;
  height: 10rem;
  background-image: linear-gradient(rgba(18, 18, 18, .7), rgba(18, 18, 18, 0));
  position: fixed;
  z-index: 2;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero__shadow-bottom {
  width: 100%;
  height: 25rem;
  background-image: linear-gradient(to bottom, rgba(18, 18, 18, 0), var(--black-text));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__texts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.hero__heading {
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  flex-direction: column;
  font-family: Futura, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.hero__cities-container {
  width: 75%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.hero_city {
  color: var(--body-white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}

.hero__city-divider {
  width: 15rem;
  height: 1px;
  background-color: var(--light-taupe);
}

.features__images {
  width: 100%;
  height: 100%;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.features__loadbar {
  width: 2px;
  height: 100%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.features__loadbar-stroke {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--dark-taupe);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  transform: scale3d(1, 0, 1);
}

.grid {
  width: 100%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 100%;
}

.section-2 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.more-features {
  grid-column-gap: 8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.more-features__image {
  z-index: 1;
  width: 50%;
  object-fit: cover;
  position: relative;
}

.more-features__text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.more-features__heading {
  color: #88715e;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.paragraph {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.more-features__image--floating {
  z-index: 2;
  width: 70%;
  object-fit: scale-down;
  position: absolute;
  bottom: -44%;
  left: 18%;
}

.linkcard {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.linkcard:hover {
  transform: translate(0, -5%);
}

.linkcard-texts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linkcard__heading--small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.linkcard__heading--big {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 140%;
  transition: color .25s;
}

.linkcard__image {
  cursor: pointer;
  object-fit: cover;
  border-radius: 1.5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkcard__button {
  border: 1px solid var(--dark-taupe);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .8rem 2rem;
  transition: background-color .25s;
  display: flex;
}

.linkcard__button-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
}

.vectors-wrapper-5 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkcard__button-arrow {
  height: 1rem;
  align-self: center;
  margin-left: .5rem;
}

.footer__logo-image {
  width: 15rem;
}

.footer {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__divider-line {
  height: 1px;
  background-color: var(--smoke);
  flex: 1;
  align-self: center;
}

.footer__links {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  align-items: center;
  margin-left: 5rem;
  margin-right: 5rem;
  display: flex;
}

.cookies-link {
  white-space: nowrap;
  transition: color .2s;
}

.cookies-link:hover {
  color: var(--light-taupe);
}

.features__item-wrapper {
  width: 100%;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.features__images-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 6rem;
}

.white-background {
  background-color: var(--body-white);
}

.page-wrapper {
  width: 100%;
  opacity: 0;
}

.page-wrapper.visible {
  opacity: 1;
}

.linkcards__text {
  color: var(--body-white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.linkcards {
  grid-column-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-cc {
  width: 100%;
  color: var(--body-white);
  position: relative;
}

.cookies__logo-wrapper {
  justify-content: center;
  margin-top: 0;
  padding-top: 3rem;
  display: flex;
}

.cookies__divider-line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 2.5rem;
}

@media screen and (max-width: 991px) {
  .allcaps.red.centered {
    margin-bottom: 6rem;
  }

  .container {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .two-columns {
    grid-column-gap: 9rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .two-columns.margin-top-80-copy, .two-columns.margin-top-40 {
    grid-row-gap: 0rem;
  }

  .column {
    width: 100%;
  }

  .section {
    padding: 5rem 5vw;
  }

  .section.cards {
    padding-top: 10rem;
  }

  .section.hero {
    justify-content: flex-start;
  }

  .cards__wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .more-features {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .more-features__image {
    height: 60rem;
  }

  .more-features__image--floating {
    bottom: -60%;
  }

  .text-block, .text-block-2 {
    font-size: 2.4rem;
  }

  .linkcards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  ul {
    font-size: 1.25rem;
  }

  .cookies-table__head {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 2fr;
  }

  .allcaps.red.centered {
    font-size: 6rem;
  }

  .container {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .cookies-table__item {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 2fr;
  }

  .two-columns {
    grid-row-gap: 6rem;
  }

  .two-columns.margin-top-80-copy, .two-columns.margin-top-40 {
    grid-row-gap: 2rem;
  }

  .cc-paragraph {
    font-size: 2.4rem;
  }

  .cc-button-close__text {
    font-size: 2.2em;
  }

  .cc-button-close {
    top: 2.5%;
  }

  .cc-wrapper {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .cc-heading {
    font-size: 2.6rem;
  }

  .cc-options {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    font-size: 2.4rem;
  }

  .logo__image {
    width: 22rem;
  }

  .section.hero {
    height: 105rem;
  }

  .section.more-features {
    padding-bottom: 40rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section.linkcards {
    padding-top: 0;
  }

  .section.feature-slider {
    padding-bottom: 0;
  }

  .cards__wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    flex-direction: column;
  }

  .cards__number {
    font-size: 8rem;
  }

  .cards__subheading, .card-text {
    font-size: 3.1rem;
  }

  .cards__text {
    font-size: 4rem;
  }

  .moving-texts {
    width: 100%;
    padding-bottom: 5rem;
  }

  .moving-text {
    font-size: 7rem;
  }

  .moving-text.top {
    transform: translate(-20%);
  }

  .moving-text.bottom {
    transform: translate(11%);
  }

  .features {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1px;
  }

  .features-item {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 10rem;
    padding-right: 0;
  }

  .features__number {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 10rem;
  }

  .features__texts-container {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 3.1rem;
  }

  .features__heading {
    text-align: center;
    font-size: 3.8rem;
  }

  .features__image {
    border-radius: 2rem;
    margin-top: 0;
  }

  .hero__heading {
    font-size: 5.5rem;
  }

  .hero_city {
    font-size: 2rem;
  }

  .features__loadbar {
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .more-features {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .more-features__image {
    width: 65%;
    height: 50rem;
  }

  .more-features__text-container {
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.2rem;
  }

  .more-features__heading {
    font-size: 4rem;
  }

  .more-features__image--floating {
    z-index: 2;
    width: 65%;
    height: 40rem;
    margin-top: 7rem;
    position: relative;
    bottom: -8rem;
    left: 0%;
  }

  .linkcard {
    margin-top: 5rem;
  }

  .linkcard__heading--small {
    font-size: 2.5rem;
  }

  .linkcard__heading--big {
    font-size: 3.8rem;
  }

  .linkcard__image {
    height: 50rem;
  }

  .linkcard__button {
    padding: 1.2rem 3rem;
  }

  .linkcard__button-text {
    font-size: 2rem;
  }

  .linkcard__button-arrow {
    height: 1.5rem;
  }

  .features__item-wrapper {
    height: auto;
    flex-direction: column-reverse;
  }

  .features__images-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .linkcards__text {
    font-size: 4rem;
  }

  .linkcards {
    width: 100%;
    grid-column-gap: 0rem;
    flex-direction: column;
  }
}

#w-node-_92254462-d8e1-f55d-c7fb-cca103f730c2-41166c46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3ba02dd-a2dd-580f-d4d9-ed13d18764dd-41166c46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_524b1ece-b164-9ae6-a18c-388ef2ce838a-41166c46 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c2cfbb43-f542-a424-af9c-6e9db4625a9c-41166c46 {
  grid-area: 2 / 1 / 3 / 2;
}

#dos.w-node-_873c6dbc-641a-2aa9-8439-cc1c848ca057-41166c46 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bb2c4ffc-ee14-ba54-32ee-2e6225b35eb0-41166c46 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_7ed6ea33-57d5-a17c-bc01-331125b01ced-41166c46 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c176b10e-ea7d-4a01-64e1-ea30e022c110-41166c46 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a4e286f5-6186-5f6b-da8c-4da9560bfb03-41166c46 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b347fc2-daa8-97d8-a3c1-cfd32ca33231-41166c46 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_0f9a3923-ba63-4c4a-6c3b-d4ca92ce81fb-92ce81f0, #w-node-_0f9a3923-ba63-4c4a-6c3b-d4ca92ce81fd-92ce81f0 {
  justify-self: start;
}

#w-node-_0f9a3923-ba63-4c4a-6c3b-d4ca92ce81ff-92ce81f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10d5d-41166c4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10d63-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d65-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d6a-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d6c-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d71-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d73-41166c4e {
  justify-self: start;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10d78-41166c4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10d7b-41166c4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10d80-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d82-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d87-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d89-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d8e-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d90-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d95-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d97-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d9c-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10d9e-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10da3-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10da5-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10daa-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dac-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10db1-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10db3-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10db8-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dba-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dbf-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dc1-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dc6-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dc8-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dcd-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dcf-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dd4-41166c4e, #w-node-e1839862-e3b1-446d-80c5-9e79d4d10dd6-41166c4e {
  justify-self: start;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10ddb-41166c4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10dde-41166c4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-e1839862-e3b1-446d-80c5-9e79d4d10de1-41166c4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-e3ba02dd-a2dd-580f-d4d9-ed13d18764dd-41166c46 {
    grid-row: 2 / 3;
  }

  #w-node-_524b1ece-b164-9ae6-a18c-388ef2ce838a-41166c46 {
    grid-column: 1 / 2;
  }

  #w-node-c2cfbb43-f542-a424-af9c-6e9db4625a9c-41166c46 {
    grid-row: 4 / 5;
  }

  #dos.w-node-_873c6dbc-641a-2aa9-8439-cc1c848ca057-41166c46 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb2c4ffc-ee14-ba54-32ee-2e6225b35eb0-41166c46 {
    grid-row: 6 / 7;
  }

  #w-node-_7ed6ea33-57d5-a17c-bc01-331125b01ced-41166c46 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c176b10e-ea7d-4a01-64e1-ea30e022c110-41166c46 {
    grid-row: 8 / 9;
  }

  #w-node-a4e286f5-6186-5f6b-da8c-4da9560bfb03-41166c46 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-e99427a7-0e7a-b9b5-7c0a-1700b3a3c8d0-41166c46 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-e99427a7-0e7a-b9b5-7c0a-1700b3a3c8ca-41166c46 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



/* Responzivni velikost pisma */
@media only screen and (min-width: 1601px) {
  html {
      font-size: calc(10px + (12 - 10) * ((100vw - 1601px) / (2560 - 1601)));
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: calc((6.5px + (10 - 6.5) * ((100vw - 320px) / (1536 - 320))));
  }
}
.page-wrapper {
  overflow-x: hidden;
}
.split-line {
  overflow:hidden;
}
.cc-wrapper.hidden {
opacity: 0;
pointer-events: none;
transform: scale(1.1)
}
.link-hover-underline.white {
  display: inline-block;
  background-image: linear-gradient(to right, #ffffff 100%, transparent 0%), linear-gradient(to right, #CBCBCB 100%, transparent 0%);
  background-position: 0% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 0% 1px, 100% 1px;
  transition: background-size 0.3s ease-in-out, background-size 0.3s ease-in-out;
}  
.link-hover-underline:hover {
  background-size: 100% 1px, 100% 1px;
}



.cc-toggle.active .cc-toggle__dot {
  transform: translateX(150%);
}
.cc-toggle.active {
background-color: var(--green);
  cursor: pointer;
}
.card.hoverable:hover .portfolio-card__texts-heading {
color:#EE3D3F;
}
@media only screen and (max-width: 991px) {
.option__button-text:hover {
  color: black;
}
}