:root {
  --creamy: #e3e2dd;
  --red: #db4a2b;
  --dark-grey: #444;
  --white: white;
  --black: #000;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.navbar {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  filter: drop-shadow(1px 2px 0px var(--creamy));
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  max-width: 1260px;
  padding-right: 0;
  display: flex;
}

.navbar-logo-wrapper {
  cursor: pointer;
}

.navbar-text {
  color: var(--red);
  cursor: pointer;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.618rem;
  font-weight: 900;
}

.navbar-text.menu {
  z-index: 1;
  position: relative;
}

.hero {
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-image {
  z-index: 1;
  filter: brightness(55%) grayscale(45%);
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.heading {
  z-index: 2;
  color: var(--red);
  text-align: left;
  background-color: #0092ca00;
  width: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 10rem;
  position: static;
  inset: 0% auto auto;
}

.heading.h4 {
  color: var(--creamy);
  text-transform: uppercase;
  background-color: #fff0;
  margin: 0;
  padding: .5rem 1rem .5rem 0;
  font-family: Archivo Black, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading.h2 {
  margin-left: 0;
  font-family: Archivo Black, sans-serif;
  font-size: 8rem;
  line-height: 7rem;
}

.heading.h2.faq {
  color: var(--creamy);
  margin-bottom: 20px;
  margin-left: -.618rem;
}

.hero-wrapper {
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.hero-copy-wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: -40px auto auto;
  display: flex;
  position: absolute;
}

.left-spacer, .right-spacer {
  width: 35%;
}

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

.right-menu {
  z-index: 10;
  background-color: var(--red);
  filter: none;
  width: 50vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto auto;
}

.side-menu-items {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5rem;
  display: flex;
}

.menu-item {
  color: var(--creamy);
  text-align: left;
  cursor: pointer;
  margin-top: .125rem;
  margin-bottom: .125rem;
  font-family: Archivo Black, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.4rem;
}

.overflow-hidden {
  width: auto;
  height: 1.25rem;
  overflow: hidden;
}

.menu_zamknij {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.menu_zamknij:active {
  position: relative;
}

.menu_zamknij:focus {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  position: static;
}

.menu_zamknij.navbar-text.zamknij {
  z-index: 2;
  color: var(--red);
  flex-flow: row;
  font-family: Archivo Black, sans-serif;
  display: block;
  position: relative;
}

.menu_zamknij.navbar-text.menu {
  justify-content: center;
  align-items: flex-end;
  font-family: Archivo Black, sans-serif;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.features-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  margin-bottom: -16px;
  display: flex;
}

.features-block {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.features-list {
  z-index: auto;
  background-color: var(--red);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
  top: 1055px;
}

.faq-q {
  border-left-color: var(--creamy);
  color: var(--creamy);
  margin-top: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.faq-a {
  color: var(--creamy);
  margin-bottom: auto;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  position: static;
  overflow: hidden;
}

.faq-a.contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.menu-link {
  font-style: normal;
  text-decoration: none;
}

.team {
  height: auto;
  line-height: 20px;
  position: static;
  top: 66rem;
  overflow: hidden;
}

.team-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.team-bgd-image {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: auto;
  position: relative;
  top: -39rem;
}

.team-content-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 940px;
  margin-top: -2rem;
  display: flex;
  position: relative;
}

.team-title {
  width: 30%;
  max-width: none;
}

.team-member {
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
  position: static;
  left: auto;
}

.team-name {
  color: var(--creamy);
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 80%;
  position: relative;
  top: auto;
  left: -5.4rem;
  transform: rotate(-90deg);
}

.faq-q-wrapper {
  z-index: auto;
  position: relative;
}

.navbar-bgd {
  z-index: -1;
  -webkit-backdrop-filter: blur(2px) grayscale();
  backdrop-filter: blur(2px) grayscale();
  mix-blend-mode: normal;
  background-color: #0000001a;
  height: 4rem;
  position: fixed;
  inset: 0 0% auto;
}

.right-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  color: var(--red);
}

.social-icons {
  color: var(--red);
  cursor: pointer;
}

.link-block---insta {
  color: var(--red);
}

.text-block {
  color: var(--red);
  text-transform: uppercase;
  font-family: Archivo Black, sans-serif;
  font-size: 2.1rem;
}

.image-2, .image-3 {
  max-width: 80%;
}

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

.team-members {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-4 {
  vertical-align: baseline;
  object-fit: cover;
  width: auto;
  max-width: 90vw;
  height: auto;
  max-height: 80vh;
  margin-top: 6rem;
  margin-bottom: 0;
}

.section {
  background-color: var(--red);
  position: static;
}

.div-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.contact-links {
  text-transform: none;
  display: flex;
}

.contack-txt {
  color: var(--creamy);
  text-transform: uppercase;
  margin-right: 2em;
}

.link {
  text-decoration: none;
  -webkit-text-decoration-color: var(--creamy);
  text-decoration-color: var(--creamy);
}

.link.contact {
  color: var(--creamy);
  -webkit-text-stroke-color: var(--creamy);
  text-decoration: none;
}

.container-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.contact-text-wrapper {
  grid-column-gap: .618rem;
  grid-row-gap: .618rem;
  flex-flow: column;
  margin-top: 1rem;
  font-family: Archivo Black, sans-serif;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading.h2 {
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .menu-item {
    font-size: 4.2rem;
    line-height: 3.6rem;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .team {
    height: auto;
  }

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

  .team-bgd-image {
    top: -31.2rem;
  }

  .team-content-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .team-name {
    height: auto;
    font-size: 2.6rem;
    left: -4.6rem;
  }

  .right-side {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block {
    font-size: 1.8rem;
  }

  .team-members {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-wrapper {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .heading.h2 {
    font-size: 5rem;
    line-height: 3.7rem;
  }

  .menu-item {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }

  .features-list {
    padding: 60px 15px;
  }

  .faq-q, .faq-a {
    font-size: 1rem;
  }

  .team {
    height: auto;
  }

  .team-wrapper {
    display: flex;
  }

  .team-bgd-image {
    top: -24.9rem;
  }

  .team-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    top: -50px;
  }

  .team-title {
    width: auto;
  }

  .team-name {
    font-size: 1.6rem;
    line-height: 1.6rem;
    top: 0;
    left: -3.4rem;
  }

  .right-side {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block {
    font-size: 1.3rem;
  }

  .team-members {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-wrapper {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 80vh;
    overflow: hidden;
  }

  .heading {
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading.h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .side-menu-items {
    padding-left: 2rem;
  }

  .menu-item {
    font-size: 1.8rem;
    line-height: 1.7rem;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-list {
    top: 844px;
  }

  .faq-q, .faq-a {
    font-size: .8rem;
  }

  .team {
    height: auto;
    position: static;
    top: 48rem;
    overflow: visible;
  }

  .team-wrapper {
    flex-flow: column;
    width: auto;
    overflow: visible;
  }

  .team-bgd-image {
    top: -30.7rem;
  }

  .team-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
    top: -1rem;
  }

  .team-title {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .team-member {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%;
    display: flex;
  }

  .team-name {
    top: 1.9rem;
    left: -2.2rem;
  }

  .right-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block {
    font-size: .9rem;
  }

  .image-2, .image-3 {
    max-width: 160%;
  }

  .team-members {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 0;
    display: flex;
  }

  .link-block {
    flex-flow: row;
    display: block;
  }

  .contact-links {
    flex-flow: column;
  }

  .contact-wrapper {
    flex-flow: column;
    width: 80vw;
  }

  .contact-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}


