:root {
  --white: white;
  --bg: #2e2c2c;
  --texts_light: #ddd;
  --texts_dark: #404040;
  --red: #ff1f3d;
  --blue: #1ae4ff;
  --lines_dark: #828282;
  --lines_light: #aaa;
  --error: #ff6e84;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--white);
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 110px;
}

h2 {
  color: var(--white);
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

h3 {
  color: var(--white);
  letter-spacing: 7px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.body {
  background-color: var(--bg);
  color: var(--texts_light);
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section {
  z-index: 1;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.landing {
  min-height: 85vh;
}

.section.landing.strip {
  background-color: var(--texts_dark);
  min-height: 15vh;
  display: flex;
}

.section.landing.other {
  min-height: 100vh;
}

.section.landing.references {
  min-height: auto;
}

.section.landing.references.left {
  min-height: 100vh;
}

.section.bg-filler {
  background-image: url('../images/x_white.svg'), url('../images/o_white.svg');
  background-position: 95% 0, 30% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  height: 12px;
}

.section.join-the-squad {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
}

.section.link-to-contact {
  display: flex;
}

.section.looper {
  background-color: var(--white);
  justify-content: flex-end;
  display: flex;
}

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

.section.story {
  background-color: var(--white);
  display: flex;
}

.section.hide {
  display: none;
}

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

.container {
  justify-content: center;
  align-items: center;
  margin: 5%;
  display: flex;
}

.container.footer {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
}

.container.link-to-contact {
  margin-top: 10%;
  margin-bottom: 10%;
}

.container.landing {
  align-items: flex-end;
  margin-top: 10%;
}

.container.landing.strip {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
}

.container.landing.project {
  margin-left: 7%;
  margin-right: 7%;
}

.container.join-the-squad {
  align-items: stretch;
  margin-bottom: 10%;
}

.container.looper {
  margin-right: 0%;
}

.container.who-are-we {
  flex-direction: column;
  align-items: stretch;
}

.container.you-might-have-a-chance {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: end;
  display: grid;
}

.container.you-might-have-a-chance.mobile {
  display: none;
}

.container.process, .container.technologies, .container.values {
  flex-direction: column;
  align-items: flex-start;
}

.container.founders {
  flex-direction: column;
  align-items: stretch;
}

.container.story, .container.powers {
  flex-direction: column;
  align-items: flex-start;
}

.container.b-values {
  flex-direction: column;
  align-items: flex-start;
  width: 90vw;
}

.container.contact {
  justify-content: space-between;
  width: 80vw;
}

.container.soultion {
  color: var(--texts_dark);
  flex-direction: column;
  align-items: stretch;
}

.container.test {
  flex-direction: column;
  align-items: flex-start;
}

.nav-wrapper {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  display: flex;
  position: static;
  top: 40px;
  right: 40px;
}

.nav-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.lottie-animation {
  z-index: 1;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
}

.nav-icon {
  width: 48px;
  height: 48px;
  color: var(--white);
  position: absolute;
}

.nav-icon.white {
  z-index: 3;
}

.nav-icon.white.close {
  display: block;
}

.nav-icon.red {
  z-index: 2;
  color: var(--red);
  display: none;
}

.nav-icon.blue {
  z-index: 1;
  color: var(--blue);
  display: none;
}

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

.close_icon {
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-menu {
  background-color: var(--bg);
  object-fit: fill;
  object-position: 100% 0%;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.col-menu, .col-content {
  height: 100%;
}

.col-items {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.menu-items {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25%;
  display: flex;
}

.menu-social {
  align-items: center;
  margin-bottom: 25%;
  display: flex;
}

.menu-social.footer {
  z-index: 1;
  margin-bottom: -20px;
  position: relative;
}

.nav-link {
  color: var(--white);
  letter-spacing: 5px;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Bebas Neue, sans-serif;
  font-size: 64px;
  line-height: 64px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-link.w--current {
  text-decoration: underline;
}

.nav-link.social {
  justify-content: center;
  align-items: center;
  width: 36px;
  margin-right: 20px;
}

.nav-link.social.footer {
  width: 36px;
  margin-left: 20px;
  margin-right: 0;
}

.nav-link.hide {
  display: none;
}

.hiring-label {
  background-color: var(--white);
  width: 64px;
  height: 20px;
  color: var(--bg);
  letter-spacing: normal;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: -16px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.hover {
  z-index: 3;
  position: relative;
}

.hover.red {
  z-index: 2;
  color: var(--red);
  position: absolute;
}

.hover.red.footer, .hover.red.menu {
  width: 36px;
}

.hover.blue {
  z-index: 1;
  color: var(--blue);
  position: absolute;
}

.hover.blue.footer, .hover.blue.menu {
  width: 36px;
}

.hiring-navlink {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hiring-navlink.hide {
  display: none;
}

.logo {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-left: 36px;
  display: flex;
}

.bg_speck_animated {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.bg_speck_animated._1 {
  bottom: 10%;
  right: 3%;
}

.bg_speck_animated._2 {
  bottom: 3%;
  left: 25%;
}

.bg_speck_animated._3 {
  bottom: 25%;
  left: -1%;
}

.bg_speck_animated._4 {
  bottom: 12%;
  left: 3%;
}

.bg_speck_animated._5 {
  bottom: 3%;
  left: 3%;
}

.bg_speck_animated._6 {
  display: block;
  bottom: 10%;
  left: 55%;
}

.bg_speck_animated._7 {
  display: none;
  bottom: 15%;
  left: 65%;
}

.bg_specks_wrapper {
  background-image: url('../images/o_white.svg'), url('../images/^_white.svg');
  background-position: 90% 101%, 12% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.bg_specks_wrapper.footer {
  background-image: url('../images/_black.svg'), url('../images/o_black_glitch.svg'), url('../images/x_black_glitch.svg'), url('../images/x_black.svg'), url('../images/o_black.svg'), url('../images/^_black.svg');
  background-position: 65% 101%, 101% 10%, 35% 5%, 95% -12px, 30% -12px, -1% 80%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto;
  width: 100%;
  height: 100%;
}

.nav_bar {
  z-index: 3;
  background-color: var(--bg);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 116px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footing {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-info-block {
  color: var(--bg);
  letter-spacing: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 600;
  display: flex;
}

.logo-wrapper {
  width: 100px;
}

.footer-text-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-text-wrapper.copyright {
  color: var(--texts_dark);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
}

.footer-text-wrapper.copyright.mobile {
  display: none;
}

.ic_dic-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
  display: flex;
}

.line {
  background-color: var(--bg);
  width: 1.5px;
}

.line.light {
  background-color: var(--lines_dark);
  width: 1px;
  height: 140px;
  margin-left: 40px;
  margin-right: 40px;
}

.line.light.strip {
  height: 70px;
  margin-left: 36px;
  margin-right: 36px;
}

.line.light.techno {
  background-color: var(--texts_light);
  height: 350px;
  margin-right: 60px;
}

.line.conveyor {
  background-color: var(--lines_light);
  height: 245px;
  margin-left: 55px;
}

.line.clients-testimony {
  background-color: var(--lines_dark);
  height: 210px;
  margin-left: 30px;
  margin-right: 30px;
}

.line.clients-testimony.project {
  background-color: var(--texts_dark);
  height: 100px;
  margin-left: 60px;
  margin-right: 60px;
}

.line.founder {
  background-color: var(--lines_dark);
  height: 160px;
  margin-left: 20px;
  margin-right: 20px;
}

.line.story {
  border: 1px solid var(--texts_light);
  background-color: var(--texts_light);
  margin-left: 40px;
  margin-right: 40px;
}

.line.skills {
  background-color: var(--lines_dark);
  height: 16px;
  color: var(--lines_light);
  margin-left: 24px;
  margin-right: 24px;
}

.line.tech {
  background-color: var(--texts_light);
  color: var(--lines_light);
  margin-left: 60px;
  margin-right: 20px;
}

.sz-text {
  color: var(--lines_dark);
  margin-top: 4px;
  font-size: 12px;
}

.address-text {
  color: var(--lines_light);
  text-align: right;
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.heading-block.looper {
  color: var(--bg);
}

.heading-block.testimonials {
  max-width: 350px;
}

.text-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block.link-to-contact {
  width: 450px;
  color: var(--lines_light);
  letter-spacing: .5px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block.quotes {
  color: var(--white);
  background-image: url('../images/Quotes_bottom.svg'), url('../images/Quotes_top.svg');
  background-position: 100% 90%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 32px;
}

.text-block.quotes.project {
  max-width: 500px;
}

.text-block.landing {
  align-items: flex-start;
  margin-right: 36px;
}

.text-block.landing.contact {
  margin-right: 60px;
}

.text-block.landing.references {
  flex-direction: row;
  align-items: center;
  margin-right: 0;
}

.text-block.landing.references.project {
  flex-direction: column;
  align-items: flex-start;
}

.text-block.landing.references.project.right {
  align-items: flex-end;
  margin-left: -50px;
  position: relative;
}

.text-block.who-are-we {
  max-width: 260px;
}

.text-block.who-are-we.middle {
  max-width: 300px;
  margin-left: 60px;
  margin-right: 60px;
}

.text-block.you-might {
  align-items: flex-start;
  max-width: 410px;
}

.text-block.process {
  align-items: flex-start;
  max-width: 270px;
}

.text-block.process._1 {
  margin-left: 60px;
  margin-right: 60px;
}

.text-block.about-us {
  max-width: 270px;
}

.text-block.about-us.middle {
  max-width: 340px;
  margin-left: 60px;
  margin-right: 60px;
}

.text-block.value {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.text-block.founder.jan {
  text-align: right;
  align-items: flex-end;
}

.text-block.superpowers {
  align-items: flex-start;
  width: 460px;
  margin-left: 100px;
  position: relative;
}

.text-block.b-value {
  align-items: flex-start;
  max-width: 450px;
  margin-left: 75px;
}

.text-block.problem-result {
  align-items: flex-start;
  max-width: 230px;
  margin-top: 48px;
}

.text-block.skills {
  text-align: right;
  align-items: flex-end;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 60px;
}

.text-block.skills-deployed {
  flex-direction: row;
  margin-top: 10px;
}

.text-block.project {
  align-items: flex-start;
}

.text-block.project.paragraph {
  width: 570px;
  margin-left: 10%;
}

.text-block.project.paragraph.challenge {
  width: 600px;
  min-width: 500px;
  margin-left: 0%;
}

.button {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  color: var(--bg);
  letter-spacing: 3px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 24px 48px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-block.landing {
  margin-right: 48px;
}

.header-block.founder {
  text-align: right;
}

.header-block.founder._2 {
  text-align: left;
}

.header-block.story {
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 10vw;
  display: flex;
}

.header-block.b-values {
  margin-left: 100px;
}

.content-block {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.content-block.squad {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 420px;
  margin-right: 64px;
  display: flex;
}

.content-block.quotes {
  width: 530px;
  height: 245px;
  display: block;
}

.content-block.quotes.project {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.content-block.who-are-we {
  margin-top: 32px;
  display: flex;
}

.content-block.hiring-two-part {
  max-width: 430px;
}

.content-block.hiring-two-part._1 {
  margin-right: 100px;
}

.content-block.process {
  margin-top: 24px;
  display: flex;
}

.content-block.tehcnologies {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.content-block.technologies {
  width: 480px;
  margin-top: 20px;
  display: flex;
}

.content-block.about-us {
  margin-top: 32px;
  display: flex;
}

.content-block.value {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.content-block.founder {
  align-items: center;
  margin-bottom: 60px;
  margin-left: -40px;
}

.content-block.founder._3 {
  margin-left: 20px;
}

.content-block.founder._2 {
  margin-left: 0;
  margin-right: -120px;
}

.content-block.powers {
  margin-top: 60px;
}

.content-block.project {
  display: flex;
}

.content-block.references {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-block.project {
  justify-content: center;
}

.placeholder {
  background-color: var(--texts_dark);
  width: 366px;
  height: 366px;
}

.strip-content {
  color: var(--lines_light);
  letter-spacing: 1px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.image-wrapper {
  margin-right: 24px;
}

.image-placeholder {
  background-color: var(--texts_dark);
  width: 400px;
  height: 350px;
}

.heading-2-black {
  color: var(--bg);
}

.looper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  height: 170px;
  display: flex;
  overflow: hidden;
}

.looper-wrapper.work-tech {
  display: none;
}

.looper-content {
  height: 100%;
}

.looper-row {
  align-items: center;
  width: 1400px;
  height: 50%;
  margin-bottom: 10px;
  display: flex;
}

.looper-company {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.looper-company.second-row {
  margin-left: 40px;
  margin-right: 30px;
}

.looper-container {
  align-items: center;
  height: 100%;
  display: flex;
}

.text-mobile {
  display: none;
}

.h2.black {
  color: var(--bg);
}

.image-block {
  justify-content: center;
  display: flex;
  position: static;
  top: 5%;
  left: 5%;
}

.image-block.quotes {
  max-width: 56px;
  max-height: 56px;
}

.image-block.technology {
  margin-right: 16px;
}

.image-block.founder {
  z-index: 2;
  width: 266px;
  position: relative;
}

.image-block.contact {
  margin-top: 20px;
  margin-right: 20px;
}

.image-block.squad {
  min-width: 250px;
}

.image-block.heading {
  min-width: 300px;
}

.image-block.heading._1 {
  min-width: auto;
  max-width: 350px;
}

.image-block.chance {
  justify-content: center;
}

.image-block.val {
  align-items: center;
  min-width: 200px;
  min-height: 250px;
}

.image-block.reference {
  max-width: 80%;
}

.image-block.project_img {
  max-width: 30%;
}

.image-block.challenge {
  margin-left: 100px;
}

.quotes-info-block {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5px;
  display: flex;
}

.quotes-info-block.project {
  min-width: 350px;
}

.name-block {
  color: var(--lines_light);
  text-align: right;
  margin-right: 24px;
  font-size: 12px;
  line-height: 18px;
}

.name-quotes {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.quotes-arrow {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  inset: auto auto 0 0;
}

.quotes-arrow.left {
  left: 10px;
}

.quotes-arrow.right {
  left: 84px;
}

.arrow {
  align-items: center;
  width: 50px;
  height: 7px;
  display: flex;
}

.arrow.founder {
  margin-left: 16px;
}

.quotes-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.mask {
  background-color: var(--bg);
}

.h1.project {
  font-size: 100px;
  line-height: 100px;
}

.image._2 {
  width: 380px;
  height: 230px;
}

.image._3 {
  width: 270px;
  height: 250px;
}

.image._4 {
  height: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image._5 {
  width: 391px;
  height: 230px;
}

.image._6 {
  width: 400px;
  height: 230px;
}

.image._7 {
  min-width: 450px;
  min-height: 300px;
}

.image.chance {
  min-width: 200px;
  max-height: 300px;
}

.image.squad {
  min-width: 500px;
  min-height: 400px;
}

.image._8 {
  min-width: 500px;
  min-height: 350px;
}

.image._9 {
  min-width: 200px;
  min-height: 250px;
}

.subtitle {
  max-width: 430px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 42px;
}

.subtitle.about-us {
  max-width: 460px;
}

.subtitle.references {
  max-width: 400px;
  margin-top: 0;
  margin-left: 140px;
}

.button-block {
  justify-content: space-between;
  margin-top: 42px;
  display: flex;
}

.button-block.value {
  margin-top: 0;
}

.italic {
  color: var(--lines_dark);
  font-style: italic;
}

.bold {
  color: var(--white);
  font-weight: 700;
}

.bold.black {
  color: var(--bg);
}

.arrow-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-block.founder {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.arrow-block.founder.jan {
  justify-content: flex-end;
}

.button-wrapper {
  width: 100%;
  color: var(--texts_light);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-text-input {
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
}

.wrapper-block-1 {
  flex-direction: column;
  display: flex;
}

.wrapper-block-2 {
  display: flex;
}

.h3 {
  letter-spacing: 5px;
}

.h3.contact {
  margin-bottom: 40px;
}

.underline {
  border-top: 1px solid var(--lines_dark);
  color: var(--lines_dark);
  padding-top: 20px;
  font-weight: 600;
}

.h4 {
  margin-top: 40px;
}

.h4.value {
  margin-top: 0;
}

.h4.black {
  color: var(--bg);
  margin-bottom: 20px;
}

.h5.black {
  color: var(--bg);
}

.h5.powers {
  margin-bottom: 20px;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template: "Area Area Area Area Area-3 Area-3"
                 "Area-4 Area-4 Area-5 Area-5 Area-6 Area-6"
                 "Area-7 Area-7 Area-8 Area-8 Area-9 Area-9"
                 "Area-2 Area-2 Area-2 Area-10 Area-10 Area-10"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  margin-top: 20px;
}

.hover-over {
  position: absolute;
}

.company {
  align-items: center;
  display: flex;
}

.technology-tpye.second {
  margin-top: 40px;
}

.technology-tpye.used {
  margin-left: 60px;
}

.technology {
  color: var(--lines_light);
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.technology-header {
  color: var(--bg);
  letter-spacing: 5px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.column.second {
  margin-left: 70px;
}

.generali, .spendee, .instacover, .rohlik, .labrulez, .wpa, .volo, .stavario, .driverama, .accur8vision {
  display: none;
  position: absolute;
}

.work-tech.technology-used {
  flex-direction: row;
  display: flex;
}

.columns-wrapper.technology-used {
  display: flex;
}

.small-heading-block {
  margin-left: 10px;
}

.number-block {
  color: var(--white);
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.header-wrapper {
  justify-content: space-between;
  display: flex;
}

.quote {
  background-image: url('../images/Quotes_bottom.svg'), url('../images/Quotes_top.svg');
  background-position: 100% 70%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 140px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

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

.founder._2 {
  flex-direction: row-reverse;
}

.text {
  max-width: 260px;
}

.text._3 {
  max-width: 300px;
}

.name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.scroll-wrapper {
  width: 99vw;
  display: flex;
  overflow: hidden;
}

.scroll-container {
  align-items: stretch;
  padding-left: 100px;
  display: flex;
  overflow: visible;
}

.scroll-section {
  flex-direction: column;
  min-width: 580px;
  display: flex;
}

.scroll-section._3 {
  min-width: 670px;
}

.scroll-section._2 {
  min-width: 650px;
}

.scroll-row {
  color: var(--lines_dark);
  display: flex;
}

.scroll-row.second {
  justify-content: flex-end;
}

.wrapper-content._1 {
  margin-left: 250px;
}

.wrapper-content._2 {
  margin-left: 350px;
}

.arrow-wrapper {
  margin-right: 100px;
}

.services-text {
  max-width: 370px;
  margin-top: 20px;
}

.services-text._1 {
  max-width: 310px;
}

.h6 {
  color: var(--white);
  letter-spacing: 7px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.h6.skills {
  margin-top: 0;
}

.h6.skills.black {
  color: var(--bg);
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 220px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.superpower {
  display: flex;
}

.superpower._1 {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cover {
  background-image: linear-gradient(to bottom, #2e2c2c00, #2e2c2ccc 27%, var(--bg) 61%);
  height: 100px;
  transition: all .25s;
  position: absolute;
  inset: auto 0% 0% -1%;
}

.cover:hover {
  background-image: linear-gradient(#2e2c2c00, #2e2c2c00 27% 61%);
}

.cover._2 {
  background-image: linear-gradient(to bottom, #2e2c2c00, #2e2c2ccc 35%, var(--bg) 72%);
}

.cover._2:hover {
  background-image: linear-gradient(#2e2c2c00, #2e2c2c00 35% 72%);
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  min-height: 300px;
  margin-top: 40px;
}

.slider-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-nav-2 {
  top: 110%;
}

.image_block {
  width: 400px;
}

.contact-line {
  align-items: center;
  font-size: 18px;
  display: flex;
}

.low {
  color: var(--lines_dark);
  font-weight: 600;
}

.scroll-move {
  display: flex;
}

.html-embed.hide, .custom-code {
  display: none;
}

.content_block {
  background-color: var(--texts_dark);
  width: 350px;
  height: 450px;
  color: var(--texts_light);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 36px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.content_block:hover {
  background-color: var(--white);
  color: var(--bg);
}

.paragraph_text {
  max-width: 500px;
  margin-top: 40px;
}

.paragraph_text._2 {
  min-width: 500px;
  margin-left: 100px;
}

.project_header.black {
  color: var(--bg);
}

.row {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.row.header {
  margin-top: 0;
}

.row.tech {
  justify-content: center;
  margin-top: 60px;
}

.black {
  color: var(--bg);
}

.header.tech {
  text-align: right;
  max-width: 400px;
}

.html-embed-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .body {
    font-size: 16px;
    line-height: 28px;
  }

  .container.you-might-have-a-chance {
    grid-column-gap: 130px;
  }

  .container.you-might-have-a-chance.desktop {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .container.b-values {
    width: 80vw;
  }

  .nav-link.social, .hover.red.menu, .hover.blue.menu {
    width: 48px;
  }

  .bg_speck_animated._1 {
    bottom: 5%;
  }

  .bg_speck_animated._2 {
    bottom: 3%;
  }

  .bg_speck_animated._3 {
    left: 0%;
  }

  .bg_speck_animated._4 {
    bottom: 7%;
  }

  .bg_speck_animated._6, .bg_speck_animated._7 {
    display: block;
  }

  .bg_specks_wrapper {
    background-image: url('../images/x_white_blur.svg'), url('../images/o_white.svg'), url('../images/_white_glitch.svg'), url('../images/^_white.svg');
    background-position: 100.5% 70%, 90% 101%, 16% 99%, 7% 85%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto;
  }

  .bg_specks_wrapper.footer {
    background-image: url('../images/_black.svg'), url('../images/x_black_blur.svg'), url('../images/o_black_glitch.svg'), url('../images/x_black_glitch.svg'), url('../images/x_black.svg'), url('../images/o_black.svg'), url('../images/^_black.svg');
    background-position: 65% 101%, 50% 102%, 100.5% 10%, 35% 5%, 95% -12px, 30% -12px, -.5% 80%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto;
  }

  .line.light {
    margin-left: 60px;
    margin-right: 60px;
  }

  .line.light.strip {
    margin-left: 64px;
    margin-right: 64px;
  }

  .line.clients-testimony {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sz-text {
    margin-top: 0;
  }

  .text-block.landing.contact {
    margin-right: 140px;
  }

  .text-block.who-are-we.middle {
    margin-left: 80px;
    margin-right: 80px;
  }

  .text-block.you-might {
    max-width: 500px;
  }

  .text-block.about-us {
    max-width: 300px;
  }

  .text-block.about-us.middle {
    margin-left: 80px;
    margin-right: 80px;
  }

  .text-block.problem-result {
    max-width: 280px;
  }

  .header-block.b-values {
    margin-left: 10vw;
  }

  .content-block.squad {
    margin-right: 132px;
  }

  .looper-wrapper {
    width: 70vw;
  }

  .image-block {
    max-width: 800px;
  }

  .image-block.challenge {
    max-width: 700px;
  }

  .image._2 {
    width: 500px;
    height: 280px;
  }

  .subtitle.references {
    margin-left: 220px;
  }

  .text {
    max-width: 300px;
    margin-top: 40px;
  }

  .text._3 {
    max-width: 330px;
  }

  .scroll-section {
    min-width: 650px;
  }

  .scroll-section._3 {
    min-width: 710px;
  }

  .services-text {
    max-width: 420px;
  }

  .services-text._1 {
    max-width: 350px;
  }

  .cover, .cover._2 {
    height: 150px;
  }

  .slide-nav-2 {
    top: 115%;
  }

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

@media screen and (min-width: 1920px) {
  h2 {
    margin-bottom: 36px;
  }

  .body {
    font-size: 24px;
    line-height: 42px;
  }

  .section.bg-filler {
    background-size: 38px, 38px;
    height: 18px;
  }

  .container.you-might-have-a-chance {
    grid-column-gap: 52px;
    justify-items: center;
  }

  .container.you-might-have-a-chance.desktop {
    grid-column-gap: 100px;
    grid-row-gap: 64px;
  }

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

  .nav-link {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 86px;
    line-height: 86px;
  }

  .nav-link.social {
    margin-right: 40px;
  }

  .nav-link.social.footer {
    width: 48px;
  }

  .hiring-label {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 82px;
    height: 24px;
    margin-bottom: -24px;
    font-size: 18px;
  }

  .hover.red.footer, .hover.blue.footer {
    width: 48px;
  }

  .logo {
    width: 100px;
  }

  .bg_speck_animated {
    width: 42px;
    height: 42px;
  }

  .bg_speck_animated._2 {
    left: 20%;
  }

  .bg_speck_animated._3 {
    width: 48px;
  }

  .bg_speck_animated._4 {
    bottom: 7%;
  }

  .bg_specks_wrapper {
    background-position: 100.5% 70%, 90% 101%, 14% 99%, 7% 85%;
    background-size: 42px, 42px, 42px, 42px;
  }

  .bg_specks_wrapper.footer {
    background-position: 65% 101%, 50% 102%, 100.5% 10%, 35% 5%, 95% -18px, 30% -18px, -.5% 80%;
    background-size: 38px, 38px, 38px, 38px, 38px, 38px, 38px;
  }

  .footer-logo-block {
    font-size: 28px;
    line-height: 28px;
  }

  .logo-wrapper {
    width: 140px;
  }

  .footer-text-wrapper.copyright.desktop {
    font-size: 28px;
  }

  .ic_dic-wrapper {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .line.light {
    height: 240px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .line.light.strip {
    height: 100px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .line.footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .line.clients-testimony {
    height: 350px;
    margin-left: 120px;
    margin-right: 120px;
  }

  .line.clients-testimony.project {
    height: 150px;
  }

  .line.tech {
    margin-left: 100px;
    margin-right: 60px;
  }

  .sz-text {
    font-size: 18px;
  }

  .address-text {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-block.testimonials {
    max-width: 500px;
  }

  .text-block.link-to-contact {
    width: 700px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-block.quotes {
    background-size: 60px, 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 42px;
  }

  .text-block.quotes.project {
    max-width: 800px;
  }

  .text-block.landing.contact {
    margin-right: 220px;
  }

  .text-block.who-are-we {
    max-width: 450px;
  }

  .text-block.who-are-we.middle {
    max-width: 500px;
  }

  .text-block.you-might {
    max-width: 720px;
  }

  .text-block.process {
    max-width: 430px;
  }

  .text-block.process._1 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .text-block.about-us {
    max-width: 450px;
  }

  .text-block.about-us.middle {
    max-width: 500px;
  }

  .text-block.superpowers {
    width: 750px;
  }

  .text-block.b-value {
    max-width: 700px;
  }

  .text-block.problem-result {
    max-width: 400px;
    margin-top: 100px;
  }

  .text-block.project.paragraph {
    width: 1000px;
  }

  .text-block.project.paragraph.challenge {
    min-width: 700px;
  }

  .button {
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 35px;
    line-height: 35px;
  }

  .header-block {
    width: auto;
  }

  .header-block.landing {
    width: 1150px;
  }

  .header-block.you-might {
    padding-left: 135px;
  }

  .header-block.techno {
    width: auto;
  }

  .content-block.squad {
    max-width: 624px;
  }

  .content-block.quotes {
    width: 800px;
    height: 350px;
  }

  .content-block.hiring-two-part {
    max-width: 700px;
  }

  .content-block.hiring-two-part._1 {
    margin-right: 180px;
  }

  .content-block.tehcnologies {
    margin-bottom: 60px;
  }

  .content-block.value {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .content-block.founder._2 {
    margin-right: -160px;
  }

  .content-block.references {
    grid-column-gap: 48px;
  }

  .placeholder {
    width: 547px;
    height: 547px;
  }

  .strip-content {
    font-size: 28px;
    line-height: 42px;
  }

  .image-wrapper {
    margin-right: 36px;
  }

  .image-placeholder {
    width: 800px;
    height: 550px;
  }

  .heading-2-black {
    font-size: 116px;
    line-height: 116px;
  }

  .footer-heading {
    font-size: 54px;
    line-height: 54px;
  }

  .speck_animation {
    width: 100%;
  }

  .h2 {
    font-size: 116px;
    line-height: 116px;
  }

  .image-block.quotes {
    max-width: 78px;
    max-height: 78px;
  }

  .image-block.founder {
    width: 350px;
  }

  .image-block.squad {
    min-width: 400px;
  }

  .image-block.heading {
    min-width: 500px;
  }

  .image-block.heading._1 {
    max-width: 600px;
  }

  .image-block.challenge {
    flex-direction: column;
    margin-top: 60px;
    margin-left: 100px;
  }

  .quotes-info-block.project {
    min-width: 500px;
  }

  .name-block {
    font-size: 18px;
    line-height: 27px;
  }

  .name-quotes {
    font-size: 24px;
    line-height: 30px;
  }

  .quotes-arrow {
    width: 120px;
    height: 100px;
  }

  .quotes-arrow.right {
    left: 136px;
  }

  .arrow {
    justify-content: center;
    width: 60px;
    height: 15px;
    transform: scale(1.5);
  }

  .h1 {
    font-size: 200px;
    line-height: 170px;
  }

  .h1.project {
    font-size: 130px;
    line-height: 130px;
  }

  .image {
    min-height: 600px;
  }

  .image._2 {
    width: 680px;
    height: 370px;
  }

  .image._3 {
    width: auto;
    min-width: 300px;
    height: auto;
    min-height: 400px;
  }

  .image._4 {
    height: 250px;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image._5 {
    width: 500px;
    height: 300px;
  }

  .image._6 {
    width: 500px;
    height: 400px;
  }

  .image._7 {
    min-width: 700px;
    min-height: 400px;
  }

  .image.chance {
    min-width: 350px;
  }

  .image.squad {
    min-width: 700px;
    min-height: 600px;
  }

  .image._8 {
    min-width: 700px;
    min-height: 550px;
  }

  .image._9 {
    min-width: 400px;
    min-height: 400px;
  }

  .subtitle {
    max-width: 630px;
    font-size: 36px;
    line-height: 56px;
  }

  .subtitle.about-us {
    max-width: 700px;
  }

  .subtitle.references {
    max-width: 500px;
    margin-left: 500px;
  }

  .arrow-block {
    padding-right: 20px;
  }

  .button-text-block {
    font-size: 21px;
    line-height: 36px;
  }

  .button-text-input {
    margin-right: 160px;
    font-size: 38px;
    line-height: 38px;
  }

  .h3 {
    font-size: 76px;
    line-height: 76px;
  }

  .h4 {
    font-size: 52px;
    line-height: 52px;
  }

  .h5.powers {
    font-size: 64px;
    line-height: 64px;
  }

  .technology.tech {
    font-size: 18px;
  }

  .technology-header.tech {
    font-size: 36px;
    line-height: 36px;
  }

  .quote {
    margin-left: 220px;
    font-size: 24px;
    line-height: 42px;
  }

  .text {
    max-width: 440px;
  }

  .text._3 {
    max-width: 500px;
  }

  .scroll-section {
    min-width: 850px;
  }

  .scroll-section._3 {
    min-width: 1000px;
  }

  .scroll-section._2 {
    min-width: 950px;
  }

  .services-text {
    max-width: 600px;
  }

  .services-text._1 {
    max-width: 500px;
  }

  .h6.skills {
    font-size: 24px;
    line-height: 24px;
  }

  .superpower._1 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .cover {
    height: 200px;
    top: 200px;
  }

  .cover._2 {
    top: 300px;
  }

  .slider-2 {
    height: 450px;
  }

  .mask-2 {
    min-height: 500px;
  }

  .image_block {
    width: 600px;
  }

  .contact-line {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .content_block {
    width: 500px;
    height: 650px;
  }

  .paragraph_text {
    max-width: 800px;
  }

  .paragraph_text._2 {
    margin-top: 60px;
  }

  .paragraph_text._1 {
    max-width: 700px;
    margin-top: 60px;
  }

  .paragraph_text.white {
    max-width: 700px;
  }

  .project_header {
    font-size: 116px;
    line-height: 116px;
  }

  .row.tech {
    margin-top: 100px;
  }

  .black {
    font-size: 106px;
    line-height: 106px;
  }

  .black.big {
    font-size: 48px;
    line-height: 48px;
  }

  .image-2 {
    margin-top: -100px;
  }

  .header.tech {
    max-width: 600px;
  }

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

@media screen and (max-width: 991px) {
  .body {
    font-size: 16px;
    line-height: 28px;
  }

  .container.link-to-contact {
    flex-direction: column;
  }

  .container.landing {
    flex-direction: column;
    align-items: center;
  }

  .container.landing.strip {
    flex-direction: row;
    margin-left: 3%;
    margin-right: 3%;
  }

  .container.quotes {
    flex-direction: column-reverse;
  }

  .container.you-might-have-a-chance.desktop {
    display: none;
  }

  .container.you-might-have-a-chance.mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container.two-part {
    flex-direction: column;
  }

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

  .container.contact {
    flex-direction: column;
  }

  .bg_speck_animated._5 {
    left: -2%;
  }

  .bg_speck_animated._6 {
    display: none;
  }

  .bg_specks_wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .bg_specks_wrapper.footer {
    background-image: url('../images/x_black_glitch.svg'), url('../images/x_black.svg'), url('../images/o_black.svg');
    background-position: 35% 5%, 95% -12px, 30% -12px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
  }

  .line.light {
    display: none;
  }

  .line.light.strip {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .line.conveyor {
    margin-left: 30px;
  }

  .line.clients-testimony {
    display: none;
  }

  .line.worktech {
    background-color: var(--texts_light);
    margin-left: 40px;
    margin-right: 40px;
  }

  .line.tech {
    display: none;
  }

  .heading-block.testimonials {
    max-width: 500px;
  }

  .text-block.landing {
    margin-top: 64px;
    margin-bottom: 36px;
    margin-right: 0;
  }

  .text-block.landing.references {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block.landing.references.project.right {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block.who-are-we {
    margin-right: 60px;
  }

  .text-block.who-are-we.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block.you-might {
    align-items: center;
  }

  .text-block.process {
    flex-direction: row;
    max-width: 100%;
  }

  .text-block.process._1 {
    margin: 20px 0;
  }

  .text-block.about-us {
    margin-right: 60px;
  }

  .text-block.about-us.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block.founder {
    flex-direction: column;
  }

  .text-block.superpowers {
    width: 500px;
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block.b-value {
    min-height: 300px;
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block.problem-result {
    max-width: 260px;
  }

  .text-block.skills {
    text-align: center;
    align-items: center;
  }

  .text-block.project.paragraph {
    margin-top: 10%;
    margin-left: 0%;
  }

  .button {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .button.link-to-contact {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .header-block.landing {
    width: 100%;
    margin-top: 42px;
    margin-right: 0;
  }

  .header-block.techno {
    margin-left: 40px;
  }

  .content-block {
    flex-direction: column-reverse;
    display: flex;
  }

  .content-block.quotes {
    margin-top: 40px;
  }

  .content-block.quotes.project {
    align-items: flex-end;
  }

  .content-block.quotes.project._1 {
    flex-direction: column-reverse;
  }

  .content-block.who-are-we, .content-block.hiring-two-part {
    flex-direction: column;
  }

  .content-block.hiring-two-part._1 {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .content-block.process {
    flex-direction: column;
  }

  .content-block.technologies {
    flex-direction: row;
    justify-content: flex-start;
  }

  .content-block.about-us {
    flex-direction: column;
  }

  .content-block.value {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .content-block.founder {
    margin-bottom: 40px;
    margin-left: -60px;
  }

  .content-block.founder._2 {
    margin-right: -70px;
  }

  .content-block.powers, .content-block.project {
    flex-direction: column;
  }

  .content-block.project {
    align-items: center;
  }

  .content-block.challenge {
    flex-direction: column;
  }

  .placeholder {
    width: 600px;
    height: 250px;
  }

  .strip-content {
    font-size: 14px;
    line-height: 21px;
  }

  .image-wrapper {
    max-width: 70px;
    margin-right: 16px;
  }

  .image-wrapper.phone {
    max-width: 40px;
  }

  .looper-wrapper.work-tech {
    width: 100vw;
    height: auto;
    display: block;
  }

  .looper-container.work-tech {
    flex-direction: row;
  }

  .h2.link-to-contact {
    margin-bottom: 40px;
  }

  .h2.founder {
    font-size: 56px;
    line-height: 56px;
  }

  .image-block.technology {
    width: 24px;
  }

  .image-block.founder {
    width: 220px;
  }

  .image-block.squad {
    min-width: 200px;
  }

  .image-block.heading {
    min-width: 400px;
    margin-top: 40px;
  }

  .image-block.heading._1 {
    max-width: 400px;
  }

  .image-block.project_img {
    max-width: 50%;
  }

  .image-block.challenge {
    margin-top: 40px;
    margin-left: 0%;
  }

  .quotes-info-block.project {
    margin-top: 20px;
  }

  .image._2 {
    margin-top: 40px;
  }

  .image._6 {
    height: 300px;
  }

  .image._7 {
    display: none;
  }

  .image.chance {
    min-width: 200px;
    min-height: 300px;
  }

  .image._9 {
    min-width: 250px;
    min-height: 300px;
  }

  .subtitle.references {
    margin-left: 0;
  }

  .button-block {
    width: 300px;
    margin-top: 0;
  }

  .wrapper-block-1 {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }

  .underline {
    margin-top: 40px;
  }

  .text-text {
    max-width: 270px;
    margin-left: 60px;
  }

  .technologies.desktop {
    display: none;
  }

  .technology-tpye.used {
    margin-left: 20px;
    margin-right: 40px;
  }

  .technology {
    line-height: 12px;
  }

  .column.second {
    position: relative;
  }

  .generali {
    display: flex;
  }

  .generali.work-tech {
    position: relative;
  }

  .projects {
    display: none;
  }

  .spendee {
    display: flex;
  }

  .spendee.work-tech {
    position: relative;
  }

  .instacover, .rohlik {
    display: flex;
  }

  .labrulez {
    flex-direction: row;
    display: flex;
    position: static;
  }

  .wpa, .volo, .stavario, .driverama, .accur8vision, .mobile-generali, .mobile-spendee {
    display: flex;
  }

  .work-tech {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .work-tech.technology-used {
    flex-direction: column;
    align-items: center;
  }

  .content {
    display: flex;
  }

  .company-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .columns-wrapper {
    flex-direction: row;
    display: flex;
  }

  .columns-wrapper.technology-used {
    margin-top: 20px;
  }

  .tech-company {
    margin-bottom: 20px;
  }

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

  .quote {
    margin-left: 0;
  }

  .founder {
    flex-direction: row;
    align-items: flex-end;
  }

  .text {
    max-width: 300px;
  }

  .text._3 {
    max-width: 400px;
  }

  .scroll-section {
    min-width: 630px;
  }

  .scroll-section._3 {
    min-width: 750px;
  }

  .div-block {
    margin-top: 60px;
    margin-left: 0;
  }

  .div-block-2 {
    margin-top: 100px;
  }

  .superpower {
    flex-direction: column;
    align-items: center;
  }

  .cover {
    display: none;
  }

  .slider-2 {
    min-height: 700px;
  }

  .slider-content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .fan-of-forms {
    width: 100%;
  }

  .problem-result_wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .paragraph_text._2 {
    margin-left: 0%;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .header.tech {
    max-width: none;
  }

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

@media screen and (max-width: 767px) {
  .body {
    font-size: 14px;
    line-height: 24px;
  }

  .container.footer {
    flex-direction: column;
    align-items: center;
  }

  .container.landing.strip {
    align-items: stretch;
  }

  .container.landing.services {
    align-items: flex-start;
  }

  .container.join-the-squad {
    flex-direction: column;
    align-items: center;
  }

  .container.looper {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0%;
  }

  .container.process, .container.values {
    align-items: center;
  }

  .col-content {
    display: none;
  }

  .col-items {
    align-items: flex-end;
    padding-right: 60px;
  }

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

  .nav-link.social {
    margin-left: 20px;
    margin-right: 0;
  }

  .bg_speck_animated._1 {
    display: none;
  }

  .bg_speck_animated._2 {
    bottom: 7%;
    left: 15%;
  }

  .bg_speck_animated._3 {
    bottom: 20%;
  }

  .bg_speck_animated._4 {
    display: none;
  }

  .bg_speck_animated._7 {
    display: block;
    bottom: 40%;
    left: 90%;
  }

  .bg_specks_wrapper.footer {
    background-image: url('../images/_black.svg'), url('../images/x_black_glitch.svg'), url('../images/x_black.svg'), url('../images/o_black.svg');
    background-position: 101% 70%, 20% 5%, 95% -12px, 30% -12px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto;
  }

  .nav_bar {
    height: 82px;
  }

  .footer-logo-block {
    align-items: center;
  }

  .footer-info-block {
    align-items: center;
    margin-top: 20px;
  }

  .logo-wrapper {
    width: 120px;
  }

  .footer-text-wrapper {
    align-items: center;
  }

  .footer-text-wrapper.copyright.mobile {
    margin-top: 40px;
    display: block;
  }

  .footer-text-wrapper.copyright.desktop {
    display: none;
  }

  .line.light.strip {
    height: 130px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .line.conveyor {
    width: 245px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 16%;
  }

  .line.founder {
    display: none;
  }

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

  .heading-block.looper {
    margin-left: 16%;
  }

  .text-block.quotes {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block.landing.references.project {
    margin-bottom: 0;
  }

  .text-block.who-are-we {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .text-block.process {
    flex-direction: column;
  }

  .text-block.about-us {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .text-block.founder.jan {
    text-align: center;
  }

  .text-block.superpowers {
    width: 450px;
  }

  .text-block.b-value {
    max-width: 400px;
  }

  .text-block.problem-result {
    max-width: 230px;
  }

  .text-block.project.paragraph {
    width: 500px;
  }

  .text-block.project.paragraph.challenge {
    width: auto;
    min-width: 400px;
  }

  .button {
    margin-top: 24px;
  }

  .header-block.founder {
    text-align: center;
  }

  .header-block.b-values {
    margin-left: 0;
  }

  .content-block.squad {
    margin-right: 0;
  }

  .content-block.quotes {
    width: 450px;
  }

  .content-block.quotes.project._1 {
    flex-direction: column-reverse;
  }

  .content-block.about-us {
    align-items: center;
  }

  .content-block.value {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .content-block.founder {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .content-block.founder._3 {
    margin-left: 0;
  }

  .content-block.founder._2 {
    margin-right: 0;
  }

  .content-block.references {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .placeholder {
    width: 420px;
  }

  .strip-content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
  }

  .image-wrapper {
    max-width: 80px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .looper-wrapper {
    width: 100vw;
  }

  .image-block.squad {
    min-width: 300px;
  }

  .name-block {
    margin-right: 16px;
  }

  .h1.project {
    font-size: 72px;
    line-height: 72px;
  }

  .arrow-block.founder {
    flex-direction: row;
    justify-content: center;
  }

  .arrow-block.founder.jan {
    justify-content: center;
  }

  .wrapper-block-1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .wrapper-block-2 {
    flex-direction: column;
  }

  .text-text {
    margin-left: 0;
  }

  .header-wrapper {
    flex-direction: column;
  }

  .quote {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .founder {
    flex-direction: column;
    align-items: center;
  }

  .founder._2 {
    flex-direction: column;
  }

  .text {
    max-width: 400px;
  }

  .text._3 {
    max-width: 340px;
  }

  .scroll-container {
    padding-left: 60px;
  }

  .scroll-section {
    min-width: 600px;
  }

  .scroll-section._3 {
    min-width: 700px;
  }

  .project_header {
    font-size: 48px;
    line-height: 48px;
  }

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

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

@media screen and (max-width: 479px) {
  .container.footer {
    margin-top: 10%;
  }

  .container.link-to-contact {
    align-items: flex-start;
  }

  .nav-wrapper {
    margin-right: 16px;
  }

  .col-items {
    padding-right: 40px;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 42px;
  }

  .nav-link.social {
    margin-left: 20px;
  }

  .nav-link.social.footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hiring-label {
    margin-bottom: -8px;
  }

  .logo {
    margin-left: 16px;
  }

  .bg_speck_animated._5 {
    bottom: 35%;
    left: auto;
    right: -3%;
  }

  .bg_speck_animated._7 {
    display: none;
  }

  .bg_specks_wrapper.footer {
    background-image: url('../images/x_black_glitch.svg'), url('../images/x_black.svg'), url('../images/o_black.svg');
    background-position: 15% 5%, 95% -12px, 30% -12px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
  }

  .nav_bar {
    height: 72px;
  }

  .footer-info-block {
    margin-top: 10px;
  }

  .logo-wrapper {
    width: 100px;
  }

  .footer-text-wrapper.copyright.mobile {
    font-size: 16px;
  }

  .line.light.strip {
    margin-left: 24px;
    margin-right: 24px;
  }

  .line.conveyor {
    width: 164px;
    margin-top: 8px;
  }

  .line.skills {
    margin-left: 16px;
    margin-right: 16px;
  }

  .address-text {
    margin-bottom: 20px;
  }

  .heading-block.testimonials {
    max-width: 300px;
  }

  .text-block.link-to-contact {
    width: 300px;
    font-size: 16px;
  }

  .text-block.quotes {
    font-size: 14px;
  }

  .text-block.landing.references.project.right {
    margin-top: 24px;
  }

  .text-block.you-might {
    max-width: 300px;
  }

  .text-block.superpowers {
    width: 300px;
  }

  .text-block.b-value {
    max-width: 300px;
  }

  .text-block.problem-result {
    margin-top: 24px;
  }

  .text-block.project.paragraph {
    width: 300px;
  }

  .text-block.project.paragraph.challenge {
    min-width: 300px;
  }

  .button.link-to-contact {
    margin-top: 24px;
  }

  .header-block.landing {
    margin-top: 15%;
  }

  .content-block.squad {
    max-width: 300px;
  }

  .content-block.quotes {
    width: 300px;
    height: 350px;
    margin-top: 10px;
  }

  .content-block.quotes.project._1 {
    flex-direction: column-reverse;
  }

  .content-block.hiring-two-part._1 {
    margin-bottom: 20px;
  }

  .content-block.about-us {
    align-items: flex-start;
  }

  .placeholder {
    width: 300px;
  }

  .image-wrapper {
    max-width: 70px;
  }

  .image-placeholder {
    width: 300px;
    height: 250px;
  }

  .heading-2-black {
    font-size: 48px;
    line-height: 48px;
  }

  .looper-wrapper {
    height: 130px;
    margin-bottom: 24px;
  }

  .looper-row {
    width: 1200px;
  }

  .looper-company, .looper-company.second-row {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-mobile {
    display: block;
  }

  .text-desktop {
    display: none;
  }

  .h2 {
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .h2.link-to-contact {
    margin-bottom: 20px;
    font-size: 46px;
  }

  .image-block.squad, .image-block.heading {
    min-width: 250px;
  }

  .quotes-info-block {
    margin-bottom: 56px;
  }

  .quotes-info-block.project {
    min-width: 300px;
  }

  .h1 {
    font-size: 86px;
    line-height: 80px;
  }

  .h1.project {
    font-size: 48px;
    line-height: 48px;
  }

  .image {
    min-height: 250px;
  }

  .image._2 {
    width: 300px;
  }

  .image._4 {
    min-height: 100px;
  }

  .image._5 {
    width: 300px;
    height: 200px;
  }

  .image._6 {
    width: 300px;
  }

  .image.squad {
    min-width: 300px;
    min-height: 250px;
  }

  .image._8 {
    min-width: 300px;
  }

  .image._9 {
    min-height: 200px;
  }

  .subtitle {
    max-width: 300px;
    font-size: 16px;
    line-height: 28px;
  }

  .h3 {
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 36px;
  }

  .technology-tpye.used {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .work-tech.technology-used {
    align-items: flex-start;
  }

  .columns-wrapper.technology-used {
    flex-direction: column;
  }

  .quote {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .scroll-container {
    padding-left: 40px;
  }

  .h6 {
    margin-top: 20px;
  }

  .slider-2 {
    min-height: 680px;
  }

  .image_block {
    width: 300px;
  }

  .fan-of-forms {
    margin-bottom: 40px;
  }

  .problem-result_wrapper {
    flex-direction: column;
  }

  .content_block {
    width: 280px;
    height: 400px;
  }

  .paragraph_text {
    max-width: 300px;
  }

  .paragraph_text._2 {
    min-width: 300px;
  }

  .project_header {
    font-size: 36px;
    line-height: 36px;
  }

  .row.header {
    margin-top: 20px;
  }

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

  .black.tech {
    font-size: 36px;
    line-height: 36px;
  }

  .header.tech {
    text-align: left;
    max-width: 200px;
  }

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

#Project_1.w-node-_69c2c1b2-ffa9-3335-d642-db00e6d1383c-a9eea8fa {
  grid-area: Area;
}

#Project_2.w-node-_6a5c588e-4edd-3845-c9a5-59c78cf08691-a9eea8fa {
  grid-area: Area-3;
}

#Project_3.w-node-_03ba1a81-682c-b40b-eed3-b3f19d194211-a9eea8fa {
  grid-area: Area-4;
}

#Project_4.w-node-fe7b0279-aafd-abad-0b80-885573600971-a9eea8fa {
  grid-area: Area-5;
}

#Project_5.w-node-_2c547b2c-6842-6b12-a231-988ead23d4ba-a9eea8fa {
  grid-area: Area-6;
}

#Project_6.w-node-_455ceb35-54b9-92a3-9226-21d7167847e5-a9eea8fa {
  grid-area: Area-7;
}

#Project_7.w-node-_8fbf2efc-22e0-3712-e02f-fd24a26d786b-a9eea8fa {
  grid-area: Area-8;
}

#Project_8.w-node-db0093c0-7a9a-68ca-b6fd-9af313f2e138-a9eea8fa {
  grid-area: Area-9;
}

#Project_9.w-node-_2fe4dbeb-b72e-7116-eee7-a10b0d6d5295-a9eea8fa {
  grid-area: Area-2;
}

#Project_10.w-node-a66efe4a-7c4d-ea8a-9ca6-96b5c9de08a8-a9eea8fa {
  grid-area: Area-10;
}

#w-node-_21cc0913-6b0d-ca82-ea21-b754be825ea8-23e5ee1d {
  grid-area: 3 / 3 / 4 / 4;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_21cc0913-6b0d-ca82-ea21-b754be825ea8-23e5ee1d {
    grid-area: 4 / 2 / 5 / 3;
  }
}


