:root {
  --black: #333;
  --blue: #1a2745;
  --red: #dc4534;
  --blue-opacity: var(--blue);
  --black-50: var(--blue);
}

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

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

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

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

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 5px;
}

a {
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

.img-logo {
  height: 100%;
  display: block;
}

.link-logo {
  float: right;
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  margin-left: 5%;
  overflow: hidden;
  box-shadow: 0 0 6px #333;
}

.navbar {
  opacity: 1;
  background-color: #0000;
  height: 75px;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar:hover {
  opacity: 1;
  transform: translate(0);
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  transition: color .3s;
}

.navlink:hover, .navlink.w--current {
  color: #333;
}

.menu-btn {
  color: #7a4e85;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #7a4e85;
  margin-top: 5px;
  margin-right: 1%;
  padding: 5px;
}

.menu-btn:hover {
  color: #fff;
  background-color: #7a4e85;
  border-color: #f2f2f2;
}

.menu-btn.w--open {
  z-index: 2;
  background-color: #7a4e85;
  border-color: #f2f2f2;
}

.main-menu {
  background-color: #7a4e85;
  width: 205px;
  padding-top: 109px;
  right: 0;
}

.m-text {
  float: left;
  margin-left: 5px;
  font-size: 10px;
}

.m-icon {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
}

.body {
  background-color: #fff;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

._1-ekran {
  z-index: 9;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  position: relative;
  overflow: hidden;
}

.z-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.lb {
  background-color: #ffffff80;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.box {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.p {
  color: #000;
  font-size: 14px;
}

.p.otst-niz {
  margin-bottom: 25px;
}

.call-back {
  z-index: 50;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 7px;
  transition: all .5s;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 0;
  overflow: visible;
}

.call-back:hover {
  background-color: #fff;
  transform: rotate(-50deg);
  box-shadow: 0 0 0 10px #ffffff9e;
}

.call-2 {
  object-fit: cover;
  background-image: radial-gradient(circle, #357ece 49%, #fff 50%);
  border-radius: 50%;
  width: 110px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  border: 1px solid #5036514f;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle {
  border-color: #357ece;
}

.circle._2nd {
  border-width: 7px;
  border-color: #357ece45;
}

.privacy-section-yes {
  background-color: #f5f5f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.z-of-privacy {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.h2-privacy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

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

.l {
  color: #1b96c9;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px #2ca8db80;
}

.l:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px #2ca8db80;
}

.l.pri {
  font-size: 14px;
}

.section-footer {
  margin: 40px 20px;
}

.phone-black {
  color: #0b0121;
  align-items: center;
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
  transition: all .444s;
  display: flex;
}

.phone-black:hover {
  color: #ed485f;
}

.phone-black:active {
  color: #0b0121;
}

.close-2 {
  z-index: 4;
  width: 30px;
  display: none;
  position: absolute;
  top: 27px;
  right: 13px;
}

.section-social-icons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  height: auto;
  padding-left: 0;
  display: flex;
}

.section-social-icons.flex {
  justify-content: flex-end;
}

.search-input {
  color: #5f5f5f;
  border: 1px solid #0000;
  border-radius: 50px;
  width: 400px;
  padding-top: 6px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: 24px 8px auto auto;
  box-shadow: 0 0 0 3px #74639b, -280px 0 0 7px #fff;
}

.search-input:focus {
  box-shadow: 0 0 0 3px #b2a2d4, -300px 0 #fff;
}

.buscet {
  cursor: pointer;
  width: 68px;
  height: 80px;
  padding: 18px;
  transition: all .444s;
  display: flex;
  position: relative;
}

.buscet:hover {
  background-color: #f3f3f3;
  box-shadow: 0 0 0 4px #f3f3f3;
}

.buscet:active {
  background-color: #fee6e8;
  box-shadow: 0 0 0 4px #fff;
}

.form-block-4 {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px #0b01211c;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.naw-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.z-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-link {
  color: #333;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-link.w--current {
  padding-left: 0;
}

.logo-descr {
  color: #1a2745;
  margin-left: 20px;
  text-decoration: none;
  position: relative;
}

.shop-nombers {
  color: #fff;
  background-color: #c53146;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding-left: 1px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 19px 6px auto auto;
  box-shadow: 0 2px 3px #b4283c7d;
}

.link-durk {
  color: #5f5f5f;
  margin-right: 10px;
  text-decoration: none;
  transition: all .444s;
  display: inline-block;
}

.link-durk:hover {
  color: #ed485f;
}

.link-durk:active {
  color: #0b0121;
}

.logo-text-2 {
  color: #ed485f;
  font-size: 34px;
  font-weight: 500;
  transition: all .444s;
  position: relative;
  top: -2px;
}

.logo-text-2:hover {
  color: #74639b;
}

.torba-img.mini {
  max-width: 96%;
  position: relative;
  top: 2px;
  right: -2px;
}

.torba-img.abs {
  position: relative;
  top: 3px;
}

.link-durk-header {
  color: #5f5f5f;
  margin-right: 40px;
  text-decoration: none;
  transition: all .444s;
  display: inline-block;
}

.img-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 600%;
  max-width: 600%;
  max-height: 600px;
}

.color {
  color: #0b73c4;
}

.h1 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 140%;
}

.z-5 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.home-project-section {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin: 140px 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.h2 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 19px;
  font-weight: 400;
  line-height: 150%;
}

.right-side {
  flex: 1;
  align-self: flex-start;
}

.btn {
  text-align: center;
  background-color: #0b73c4;
  border-radius: 5px;
  padding: 20px 44px 22px;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s;
  box-shadow: 0 20px 18px -10px #0b73c470;
}

.btn:hover {
  background-color: #43afdb;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b96c9a1;
}

.btn:active {
  background-color: #0c749e;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b96c9a1;
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.left-side {
  flex: 1;
  padding-bottom: 0;
  padding-right: 0;
}

.container {
  width: 1000px;
  max-width: 1000px;
  max-height: 1000px;
}

.form-block {
  width: 100%;
  max-width: 240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-block.long {
  max-width: none;
}

.fon-nice-white {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: 25px;
  padding: 20px 14px 20px 26px;
  display: flex;
}

.z-6 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.i-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #0000;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 18px;
  transition: all .555s;
  box-shadow: inset 0 -3px #1b96c9;
}

.i-2:focus {
  background-position: -30px;
  border-color: #0000;
  padding-left: 0;
}

.i-2.inline {
  width: 55%;
  margin-bottom: 0;
}

.fon-akcia-2 {
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 40px;
  padding: 20px 30px 30px;
  position: relative;
}

.success-message {
  background-color: #fff;
}

.red {
  color: #d13e3e;
}

.skinka {
  font-size: 18px;
  font-weight: 700;
}

.skinka.otstup-left {
  margin-left: 50px;
}

.form.horizontl {
  width: 100%;
  display: flex;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.img-cover-big {
  object-fit: cover;
  border-radius: 8px;
  width: 95%;
  max-height: 430px;
  margin-left: 5%;
}

.akcia-red {
  color: #fff;
  background-color: #d13e3e;
  border-radius: 5px;
  padding: 9px 15px;
  position: absolute;
  inset: 13px auto auto -30px;
}

.button-form-2 {
  text-align: center;
  background-color: #1b96c9;
  border-radius: 5px;
  width: 100%;
  padding: 20px 25px 22px;
  font-size: 18px;
  font-weight: 500;
  transition: all .555s;
  box-shadow: 0 20px 18px -10px #1b96c9a1;
}

.button-form-2:hover {
  background-color: #43afdb;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b96c9a1;
}

.button-form-2:active {
  background-color: #0c749e;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b96c9a1;
}

.button-form-2.inlineb {
  width: 45%;
  padding: 12px 25px 14px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -1px;
  left: -5px;
}

.akcia-text-white {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.items {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.left-side-2 {
  padding-bottom: 90px;
  padding-right: 65px;
}

.left-side-2.no-right-otst {
  padding-right: 0;
}

.z-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.left-side-3 {
  padding-bottom: 90px;
  padding-right: 65px;
}

.left-side-3.no-right-otst {
  padding-right: 0;
}

.home-project-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: stretch stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.left-side-4 {
  padding-bottom: 90px;
  padding-right: 65px;
}

.left-side-4.no-right-otst {
  padding-bottom: 0;
  padding-right: 0;
}

.section-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  height: 75vh;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 150px;
  padding-bottom: 0;
  display: block;
}

.container-2 {
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.heading {
  font-size: 20px;
  font-weight: 400;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 100;
  line-height: 30px;
}

.heading-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 300;
  line-height: 150px;
  display: block;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-size: 150px;
  line-height: 50px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 100;
  line-height: 25px;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  background-color: #dddfe0;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card.is-left {
  z-index: 0;
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  border: 0 #000;
  border-radius: 0;
  flex-flow: column;
  min-width: 230px;
  min-height: 230px;
  text-decoration: none;
  transition: background-color 1s, transform 1s, opacity .2s, box-shadow 1s;
  position: relative;
  box-shadow: 20px 20px 20px -10px #1a27450d;
}

.project-card.is-left:hover {
  background-color: #1a2745;
  box-shadow: 20px 20px 20px -10px #1a274566;
}

.project-card.is-right {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  border-bottom-left-radius: 0;
  flex-flow: column;
  min-width: 250px;
  min-height: 230px;
  transition: transform 1s, background-color 1s, box-shadow 1s;
  position: relative;
  box-shadow: -20px 20px 20px -10px #1a27450d;
}

.project-card.is-right:hover {
  background-color: #dc4534;
  box-shadow: -20px 20px 20px -10px #1a274566;
}

.image {
  display: block;
}

.div-block-13 {
  object-fit: fill;
  object-position: 50% 50%;
}

.project-lottie-item {
  box-sizing: border-box;
  aspect-ratio: 1;
  opacity: 1;
  filter: drop-shadow(20px 9px 9px #0000006e);
  mix-blend-mode: normal;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  transition: opacity .2s;
  display: none;
  position: static;
}

.lottie-animation-2 {
  width: 80%;
  height: 80%;
}

.card-text-overlay {
  flex: 0 auto;
  align-self: auto;
  padding-bottom: 20px;
  padding-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-text-overlay.coming {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 40px;
  display: block;
  inset: 0% auto auto 0%;
}

.card-text-overlay.coming._2 {
  padding: 10px;
  position: relative;
  inset: auto 0% 0% auto;
}

.card-text-overlay.ai {
  padding-left: 0;
  padding-right: 40px;
  inset: 0% 0% auto auto;
}

.card-text-overlay.static {
  padding-left: 40px;
  inset: auto auto 0% 0%;
}

.card-text-overlay.video {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.heading-5 {
  opacity: .06;
  color: var(--black);
  background-color: #0000;
  margin-top: auto;
  font-size: 90px;
  font-weight: 700;
  line-height: 60px;
}

.heading-5.coming {
  opacity: .05;
  outline-offset: 0px;
  direction: ltr;
  color: var(--black);
  text-align: left;
  background-color: #0000;
  border: 0 #000;
  outline: 3px #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph {
  opacity: .1;
  font-size: 40px;
  font-weight: 700;
}

.section-about {
  border: 1px #000;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 0;
}

.grid-29 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  grid-template-rows: auto auto;
  place-content: stretch;
}

.image-about {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  filter: grayscale(38%);
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  width: 60%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.about-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #1a2745;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1a2745;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
  position: static;
}

.heading-6 {
  color: var(--black);
  text-align: left;
  font-weight: 400;
}

.text-block-2 {
  color: #33333326;
  text-align: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-2 {
  color: #1a2745;
  text-align: justify;
  margin-bottom: auto;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
  display: none;
}

.section-tag {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  font-size: 38px;
  text-decoration: none;
}

.heading-7 {
  color: var(--blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.scroll-arrow {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
  position: static;
  transform: rotate(0);
}

.scroll-arrow.is-rotated {
  transform: rotate(-90deg);
}

.scroll-arrow.footer {
  transform: none;
}

.grid-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.header-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-8 {
  opacity: 1;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.section-tag-scroll {
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% auto auto;
}

.s-marquee {
  background-color: #000;
  display: block;
}

.marquee-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100px;
  display: block;
  overflow: hidden;
}

.marquee-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-size: 20px;
  display: flex;
}

.filled {
  color: #1a2745;
  margin: 0 35px;
  font-size: 120px;
  line-height: 1.5em;
}

.dot-2 {
  color: var(--black);
  background-color: #c4535336;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 100px;
  height: 20px;
  min-height: 100px;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.stroke {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 35px;
  font-size: 120px;
  line-height: 1.5em;
}

.marquee-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.s-marquee-test {
  background-color: #000;
}

.s-marquee-2 {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.s-marquee-3 {
  background-color: #0000;
}

.my-logo-header {
  width: 50px;
  height: 50px;
}

.link-social {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  transition: transform .6s cubic-bezier(.55, .085, .68, .53), filter .6s;
  display: flex;
}

.link-social:hover {
  filter: saturate(200%) brightness(200%) saturate(200%) hue-rotate(153deg);
  transform: scale(1.2);
}

.image-2 {
  width: 25px;
}

.image-2.footer {
  width: 45px;
}

.image-3 {
  width: 25px;
}

.image-3.footer {
  width: 45px;
}

.image-4 {
  width: 25px;
}

.image-4.footer {
  width: 45px;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-5 {
  aspect-ratio: auto;
  width: 13%;
  height: 30%;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: static;
}

.test-link {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-block-2, .link-block-3 {
  width: 5%;
}

.z-footer {
  max-width: 100%;
}

.footer-top-wrapper {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-bottom-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-17 {
  color: #3330;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-5 {
  color: #bababa;
  border: 0 #94949400;
}

.project-card-down {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  background-color: #dddfe0;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card-down.is-left {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  border-radius: 0 50px 0 0;
  flex-flow: column;
  min-width: 230px;
  min-height: 230px;
  transition: box-shadow 1s;
  position: relative;
  box-shadow: 20px -20px 20px -10px #1a27450d;
}

.project-card-down.is-left:hover {
  box-shadow: 20px -20px 20px -10px #1a274566;
}

.project-card-down.is-left-copy {
  background-color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  min-height: 230px;
  text-decoration: none;
  transition: box-shadow 1s;
  position: relative;
  box-shadow: -20px -20px 20px -10px #1a27450d;
}

.project-card-down.is-left-copy:hover {
  box-shadow: -20px -20px 20px -10px #1a274566;
}

.section-creativity {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 31px;
  padding-bottom: 100px;
  display: none;
}

.z-creativity {
  max-width: 100%;
}

.guarantee-text {
  text-align: left;
  margin-top: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 20px;
  line-height: 25px;
}

.lottie-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.full-width-shapes {
  width: 100%;
}

.overlay-text {
  color: #33333336;
  padding-left: 100px;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.intro-paragraph {
  color: #000;
  text-align: justify;
  margin-top: auto;
  margin-bottom: 40px;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.5vh;
}

.grid-wrapper-creativity {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 2.5fr;
  max-width: 100%;
  display: grid;
}

.about-image-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-bottom: .25px solid #00000080;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  mix-blend-mode: darken;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 5px 10px;
  display: flex;
}

.image-6 {
  opacity: 1;
  filter: grayscale();
  max-width: 7%;
}

.fade-overlay {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ff0f0f, #fff);
  width: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-18 {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(90deg, #ff4c4c -2%, #fff 100%, #000);
}

.test-overlay {
  z-index: 1;
  background-color: #f000;
  background-image: linear-gradient(95deg, #fff 10%, #fff0);
  width: 20%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.test-overlay.right {
  background-image: linear-gradient(90deg, #fff0, #fff 90%);
  inset: auto 0% 0% auto;
}

.grid-31 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-content: stretch;
}

.grid-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-left: 0;
  display: grid;
}

.link-block-4 {
  box-sizing: border-box;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  aspect-ratio: auto;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-4 {
  text-align: justify;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  font-size: 2vh;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.text-block-6 {
  direction: ltr;
  color: #161616;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 2vh;
  line-height: 2vh;
  text-decoration: none;
}

.lottie-animation-3 {
  width: 40%;
  height: 40%;
}

.image-7 {
  width: 40px;
}

.hero-column-left {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.hero-column-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.heading-9 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.project-meta {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-7 {
  font-size: 12px;
}

.grid-33 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin: 60px 0;
  position: static;
}

.div-block-19 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.background-text {
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #f5f5f5;
  object-fit: fill;
  font-size: 8vw;
  font-weight: 700;
  line-height: 5vw;
  position: static;
}

.background-text.is1 {
  line-height: 5vw;
}

.hero-heading-main {
  color: var(--blue);
  margin-bottom: 0;
  font-size: 8vw;
  line-height: 6vw;
  position: static;
}

.hero-heading-main.dot {
  color: var(--red);
  align-self: auto;
  margin-bottom: 0;
  font-size: 8vw;
  line-height: 6vw;
  display: block;
}

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

.icon-square {
  background-color: #000;
  width: 15px;
  height: 15px;
}

.title-about-me {
  color: #1a2745;
  text-align: left;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
}

.title-about-me.is {
  text-align: justify;
  margin-top: 80px;
  display: none;
}

.description-dot {
  background-color: #000;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
}

.image-8 {
  filter: invert();
  width: 50px;
  overflow: auto;
}

.back-text-box {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.back-text-box:hover {
  opacity: 0;
}

.back-text-box.right {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 15vh;
  margin-right: 11vh;
}

.text-block-8 {
  color: #f0f0f0;
  text-align: left;
  flex: 0 auto;
  font-size: 4vh;
  font-weight: 700;
  line-height: 4vh;
  text-decoration: none;
  position: static;
}

.text-block-8.static-portfolio {
  color: #f5f5f5;
  text-align: right;
  padding-right: 0;
  font-size: 3.5vh;
  line-height: 3.5vh;
}

.text-block-8.static-portfolio.black-text {
  z-index: 1;
  color: #050505;
  margin-bottom: -2vh;
  padding-right: 1px;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
  position: absolute;
  transform: none;
}

.text-block-8.video {
  color: #f5f5f5;
  font-size: 3.5vh;
  line-height: 3.5vh;
  transform: translate(0, -50%);
}

.text-block-8.video.black_text {
  opacity: 1;
  color: #050505;
  mix-blend-mode: normal;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
  position: absolute;
  transform: translate(0, -30%);
}

.text-block-8.video.black_text:hover {
  opacity: 0;
}

.box_word_video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.text-block-9 {
  color: #f5f5f5;
  border-radius: 20px;
  font-size: 25vh;
  font-weight: 700;
  line-height: 13vh;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.box_word_design {
  color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
  transform: rotate(-90deg);
}

.text-block-10 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 25vh;
  font-weight: 700;
  line-height: 13vh;
  text-decoration: none;
  position: static;
  inset: 0% 0% auto;
}

.section-about-new {
  background-color: #fff;
  margin: auto 20px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.z-about {
  max-width: 100%;
  height: 100%;
}

.grid-34 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.block-left-about {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  display: grid;
}

.block-right-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.video-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.text-block-about-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-about-2 {
  margin-bottom: 0;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 25vh;
  height: 80vh;
  display: block;
  position: relative;
  overflow: visible;
}

.video-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: block;
}

.text-block-about-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.background-video-2 {
  position: static;
  overflow: hidden;
}

.lootie-about-new {
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  display: block;
}

.main-about-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  overflow: visible;
}

.about-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.about-column.right {
  grid-template-columns: .5fr 1fr;
}

.video-wrapper {
  aspect-ratio: 5 / 14;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  left: 0;
  right: 0;
}

.lootie-stamp {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-and-lootie-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.background-video-3 {
  float: none;
  clear: none;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.background-video-3.is1 {
  transition: opacity .2s, transform 1s;
  display: none;
  overflow: visible;
}

.background-video-3.is2 {
  aspect-ratio: 5 / 14;
  width: 100%;
  height: 100%;
  transition: filter 1s, transform 1s, opacity .2s;
  overflow: visible;
}

.paragraph-5 {
  color: #1a2745;
  text-align: justify;
  margin-bottom: 0;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
}

.paragraph-6 {
  color: #1a2745;
  text-align: justify;
  align-self: auto;
  margin-bottom: 0;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
  position: static;
}

.lottie-animation-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.text-and-arrow {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lottie-animation-5 {
  width: 50px;
  max-width: 59%;
  display: flex;
}

.div-block-20 {
  opacity: .66;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: red;
  background-clip: border-box;
  width: 110%;
  height: 10%;
  display: none;
  position: absolute;
  inset: auto 0% 3% auto;
  transform: rotate(4deg);
}

.blur-text {
  z-index: 0;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: clamp(40px, 8vw, 120px);
  font-weight: 700;
  line-height: 44px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section-line-about {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.section-line-about.is {
  margin-top: 60px;
}

.line-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
  position: static;
}

.lottie-animation-6 {
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 14%;
  height: 30%;
  display: flex;
}

.hero-dot {
  margin-top: -15px;
  margin-bottom: 0;
  font-size: clamp(40px, 8vw, 120px);
  line-height: 0;
}

.paragraph-7 {
  color: #1a2745;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.section-line-explore {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-10 {
  color: var(--blue);
  text-align: right;
  text-transform: uppercase;
  vertical-align: baseline;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  display: block;
}

.heading-10._300 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-about-right-is2 {
  align-self: flex-end;
  display: block;
}

.heading-11 {
  color: var(--blue);
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  width: 15%;
  max-width: 100%;
  height: 15%;
}

.image-10 {
  width: 20px;
  height: 20px;
}

.logo-scroll-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.logo-scroll-track {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  filter: grayscale();
  justify-content: flex-start;
  align-items: center;
  width: 300%;
  transition: transform .6s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.client-logo {
  max-width: 3%;
}

.section-video-footer {
  margin: 140px 20px;
}

.z-video-footer {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.video-footer {
  aspect-ratio: 32 / 9;
  overflow: hidden;
}

.background-video-4 {
  aspect-ratio: 32 / 9;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.italic-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.text-span {
  color: #f66;
}

.section {
  margin: 40px 20px;
}

.container-6 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.grid-35 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-medlab {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 100px 20px 220px;
  display: none;
}

.grid-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  display: grid;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 720px;
}

.div-block-22 {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  width: 100%;
  height: 720px;
  display: flex;
}

.background-video-5 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 720px;
  display: block;
}

.div-block-23 {
  aspect-ratio: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 720px;
  height: 720px;
  display: flex;
}

.media-holder {
  aspect-ratio: 1;
  width: 100%;
}

.media-holder.is {
  aspect-ratio: 5 / 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.image-12 {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.background-video-6 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.z-medlab {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.heading-12 {
  color: var(--blue);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
}

.grid-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-about-web {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-project-web {
  border-top: 1px solid #000;
}

.background-video-7 {
  aspect-ratio: 16 / 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-flow: row;
  place-items: stretch start;
  margin-top: 60px;
  margin-bottom: 60px;
}

.background-video-8 {
  aspect-ratio: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.text-about-web2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.paragraph-8 {
  font-weight: 700;
}

.heading-13 {
  margin-top: 0;
}

.picture-draft {
  margin-bottom: 60px;
}

.image-13 {
  aspect-ratio: 16 / 6;
  width: 100%;
  height: 100%;
}

.video-3 {
  aspect-ratio: 32 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-2 {
  margin: 20px 20px 100px;
}

.div-block-24 {
  aspect-ratio: 32 / 9;
  object-fit: cover;
  position: static;
}

.code-embed {
  aspect-ratio: 32 / 9;
  position: static;
}

.title-main-about {
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
}

.div-block-25 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-14 {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.bold-text {
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 2vh;
  font-weight: 700;
  line-height: 2.7vh;
}

.text-block-11 {
  color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2vh;
  display: none;
}

.text-block-11.tablet {
  display: none;
}

.div-block-27 {
  background-color: #f1f1f100;
}

.title-about-me-copy {
  color: #1a2745;
  text-align: left;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.7vh;
}

.title-about-me-copy.is {
  text-align: justify;
  margin-top: 80px;
}

.title-about-me-copy.is2 {
  text-align: left;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.div-block-28 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22vw;
  position: absolute;
  inset: 12vw auto auto .5vw;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  width: 20px;
  height: 20px;
}

.image-15 {
  transform-style: preserve-3d;
  width: 20px;
  height: 20px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.line-height {
  border: 1px #000;
  border-top: 0 solid #000;
  border-bottom: 10px solid #0f3f6f;
  width: 60px;
  height: 20px;
  transform: rotate(0);
}

.line-height.vertical {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  transform: rotate(0);
}

.line-height.vertical-end {
  align-self: auto;
  width: 60px;
  height: 60px;
  display: block;
  transform: rotate(90deg);
}

.section-design-component {
  justify-content: center;
  align-items: center;
  margin: 140px 20px;
  display: flex;
}

.z-bwp {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.grid-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 220px;
}

.div-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-11 {
  font-size: 30px;
  line-height: 1.2;
}

.grid-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-32 {
  border: 1px #000;
}

.image-16 {
  width: 100%;
  height: 100%;
}

.div-block-33 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.paragraph-12 {
  text-align: justify;
  font-size: 2vh;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-13 {
  color: #000;
  text-align: justify;
  order: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.div-block-34 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.grid-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 220px;
  margin-bottom: 220px;
}

.div-block-35 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-14, .paragraph-15 {
  text-align: justify;
  font-size: 2vh;
  font-weight: 300;
  line-height: 1.2;
}

.image-17, .image-18 {
  width: 100%;
  height: 100%;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.grid-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-19 {
  width: 100%;
  height: 100%;
}

.image-20 {
  transform-style: preserve-3d;
  width: 20px;
  height: 20px;
  transform: rotateX(0)rotateY(180deg)rotateZ(-45deg);
}

.image-21 {
  width: 40%;
  height: 40%;
  display: block;
}

.link-block-5 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.link-cv:hover {
  display: block;
}

.image-22 {
  order: 0;
  width: 45px;
  transition: opacity .2s;
  display: block;
  position: absolute;
}

.image-22:hover {
  opacity: 0;
  display: block;
}

.image-23 {
  opacity: 0;
  order: 0;
  width: 100%;
  height: 50.191%;
  transition: opacity .1s;
  display: block;
  position: absolute;
}

.image-23:hover {
  opacity: 1;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 50px;
  height: 60px;
  display: flex;
  position: relative;
}

.image-24 {
  width: 100%;
  height: 50.1997%;
  transition: opacity .1s;
  display: block;
  overflow: clip;
}

.image-24:hover {
  opacity: 0;
}

.image-25 {
  width: 100%;
  display: block;
  position: absolute;
}

.image-25:hover {
  opacity: 0;
}

.image-26 {
  opacity: 0;
  width: 100%;
  transition: opacity .2s;
  display: block;
  position: absolute;
}

.image-26:hover {
  opacity: 100;
}

.back-icon-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-27 {
  width: 15%;
  display: none;
  transform: translate(0, 110%);
}

.preload {
  position: fixed;
}

.heading-15 {
  font-size: 60px;
  line-height: 1.2;
}

.video-embed-slot {
  display: block;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: #0006;
}

.heading-16, .heading-17 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
}

.heading-18 {
  margin: 5px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-16 {
  margin-top: 5px;
}

.paragraph-17 {
  color: #0006;
  margin-top: 20px;
  font-size: 18px;
}

.rich-text-block {
  color: #333;
  font-size: 18px;
}

.bold-text-2 {
  color: #000;
  font-size: 18px;
}

.paragraph-18 {
  color: #0006;
  margin-top: 0;
  font-size: 18px;
}

.bold-text-3 {
  color: #000;
}

.paragraph-19 {
  margin-top: 20px;
}

.bold-text-4 {
  color: #0006;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-20 {
  display: none;
}

.bold-text-5 {
  font-size: 18px;
  line-height: 20px;
}

.bold-text-6, .bold-text-7 {
  font-size: 18px;
}

.section-header-design-project {
  margin: 100px 20px 220px;
}

.z-design-projects {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.index-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.index-item1 {
  border: 1px #0000;
  border-bottom-style: solid;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item1:hover {
  background-color: #f7f7f700;
  border: 1px #000;
  border-bottom-style: solid;
}

.project-design1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: pointer;
  border: 1px solid #00000080;
  border-left: 1px #000;
  border-right: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.index-item2 {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #0000;
  width: 100%;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item2:hover {
  border-bottom-color: #000;
}

.project-design2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #000;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.index-item3 {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #0000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item3:hover {
  border-bottom-color: #000;
}

.project-design3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.index-item4 {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #0000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item4:hover {
  border-bottom-color: #000;
}

.index-item5 {
  cursor: pointer;
  border: 1px #000;
  border-bottom: 1px solid #0000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item5:hover {
  border-bottom-color: #000;
}

.project-design4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.project-video5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.text-projects-design {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.projects-design-text {
  color: var(--blue);
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: .7;
}

.design-text {
  color: #c4c4c4;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: .5;
  display: block;
}

.image-28 {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.italic-text-2 {
  color: #171717;
  font-size: 2vh;
  font-weight: 300;
  line-height: .7;
}

.project1-style {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}

.text-block-12, .text-block-13 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.text-block-14, .text-block-15 {
  color: #000;
  font-size: 18px;
}

.project-title1 {
  font-size: 2vh;
  line-height: 1.2;
}

.project-title1.project-title {
  font-size: 2vh;
}

.project-category1 {
  font-size: 2vh;
  line-height: 1.2;
}

.project-title2 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.project-title2.project-title {
  font-size: 2vh;
}

.project-category2, .project-title3 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.project-title3.project-title {
  font-size: 2vh;
}

.project-category3, .project-title4 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.project-title4.project-title {
  font-size: 2vh;
}

.project-title5 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.project-title5.project-title {
  font-size: 2vh;
}

.project-category4, .project-category5 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.grid-43 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: center end;
  margin-bottom: 220px;
}

.about-category {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.index-item6 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item6:hover {
  border-bottom-color: #000;
}

.index-item7 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item7:hover {
  border-bottom-color: #000;
}

.index-item8 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item8:hover {
  border-bottom-color: #000;
}

.project-video6, .project-video7, .project-video8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.index-list2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.text-block-16, .project-title6, .project-category6, .project-title7, .project-category7, .project-title8, .project-category8 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.rich-block-client {
  font-weight: 400;
}

.heading-19, .heading-20 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}

.heading-21 {
  margin-top: 0;
}

.paragraph-22 {
  color: #0006;
  margin-top: 20px;
  font-size: 18px;
}

.yt-modal {
  z-index: 9999;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.yt-modal__overlay {
  z-index: 1;
  cursor: pointer;
  background-color: #0000008a;
  position: absolute;
  inset: 0;
}

.yt-modal__content {
  z-index: 2;
  aspect-ratio: 16 / 9;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.paragraph-23, .paragraph-24 {
  font-size: 18px;
}

.elemend-left {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
  transform: rotate(0);
}

.project-animation-name {
  font-size: 30px;
  line-height: 1.2;
}

.slot-ember {
  margin-top: 60px;
}

.text-add-for-laptop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-17 {
  text-align: justify;
  font-family: Roboto, sans-serif;
  font-size: 2vh;
  font-weight: 300;
  line-height: 1.2;
}

.index-item9 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item9:hover {
  border-bottom-color: #000;
}

.project-video9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.project-title9, .project-category9 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.index-item10 {
  cursor: pointer;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: border-color .15s;
}

.index-item10:hover {
  border-bottom-color: #000;
}

.project-video10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.project-title10, .project-category10 {
  color: #000;
  font-size: 2vh;
  line-height: 1.2;
}

.back-to-top {
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: block;
  position: fixed;
  bottom: 80px;
  right: 0;
  transform: translate(0, 8px);
}

.into-button-back {
  opacity: 1;
  background-color: #ffffff80;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.into-button-back.blur {
  filter: blur(20px);
  position: relative;
}

.top {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.arrow-top-button {
  width: 80px;
  height: 60px;
  transform: rotate(90deg);
}

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

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .link-logo {
    margin-right: 5%;
  }

  .z-header {
    padding-left: 0;
    padding-right: 0;
  }

  .call-back {
    display: none;
  }

  .privacy-section-yes {
    padding-top: 0;
    padding-bottom: 0;
  }

  .z-of-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .section-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phone-black {
    font-size: 22px;
    font-weight: 500;
  }

  .section-social-icons {
    justify-content: flex-start;
  }

  .header-4 {
    padding-top: 5px;
  }

  .naw-wrapper {
    grid-template-columns: .25fr .5fr .25fr .75fr;
    justify-content: space-between;
    align-items: center;
  }

  .z-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link.w--current {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .logo-descr {
    display: none;
  }

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

  .link-durk-header {
    display: none;
  }

  .h1 {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    font-size: 45px;
  }

  .z-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-project-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin: 140px 20px;
  }

  .h2 {
    text-align: center;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .left-side {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    padding-right: 0;
    display: flex;
  }

  .z-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .skinka.otstup-left {
    margin-left: 120px;
  }

  .grid-28 {
    flex-direction: column;
    display: flex;
  }

  .akcia-red {
    left: 30px;
  }

  .items {
    display: inline-block;
  }

  .left-side-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    padding-right: 0;
    display: flex;
  }

  .z-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-side-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    padding-right: 0;
    display: flex;
  }

  .home-project-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .left-side-4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    padding-right: 0;
    display: flex;
  }

  .section-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1.25fr;
    grid-auto-columns: .25fr;
    justify-content: space-between;
    place-items: center stretch;
    height: 80vh;
    min-height: 400px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 140px;
    padding-bottom: 0;
    display: flex;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-3 {
    text-align: left;
    padding-left: 0;
    font-size: 80px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .project-card {
    min-width: 400px;
    min-height: 400px;
  }

  .project-card.is-left {
    aspect-ratio: 1;
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1a2745;
    min-width: auto;
    min-height: auto;
  }

  .project-card.is-left:hover {
    box-shadow: none;
  }

  .project-card.is-right {
    box-shadow: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #dc4534;
    min-width: auto;
    min-height: auto;
  }

  .project-card.is-right:hover {
    box-shadow: none;
  }

  .project-lottie-item {
    display: none;
  }

  .heading-5.coming {
    font-size: 60px;
    line-height: 40px;
  }

  .section-about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #f0f0f000;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .heading-7 {
    order: 1;
    padding-left: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .scroll-arrow {
    order: -1;
    transform: rotate(-90deg);
  }

  .scroll-arrow.is-rotated {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .grid-30 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .header-content {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-8 {
    padding-left: 0;
    line-height: 80px;
  }

  .section-tag-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    display: flex;
    position: static;
    inset: auto 0% -19% auto;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .my-logo-header {
    width: 50px;
    height: 50px;
  }

  .image-5 {
    width: 80px;
    height: 80%;
  }

  .project-card-down {
    min-width: 400px;
    min-height: 400px;
  }

  .project-card-down.is-left {
    min-width: auto;
    min-height: auto;
  }

  .project-card-down.is-left-copy {
    min-width: 200px;
    min-height: 200px;
  }

  .section-creativity {
    margin-left: 40px;
    margin-right: 40px;
  }

  .guarantee-text, .intro-paragraph {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .carousel-container {
    mix-blend-mode: darken;
    background-color: #fff;
  }

  .logo-container {
    mix-blend-mode: normal;
  }

  .grid-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
  }

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

  .hero-column-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-9 {
    padding-left: 0;
    font-size: 50px;
  }

  .text-block-7 {
    font-weight: 300;
  }

  .grid-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-main {
    padding-left: 0;
    font-size: 68px;
    line-height: 1;
  }

  .hero-heading-main.dot {
    align-items: baseline;
    margin-top: 20px;
    font-size: 68px;
    line-height: 1;
    display: block;
  }

  .description-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-about-me {
    margin-top: -12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .title-about-me.is {
    margin-top: 0;
    display: none;
  }

  .back-text-box.right {
    margin-bottom: 65px;
    margin-right: 51px;
  }

  .text-block-8 {
    font-size: 2vh;
    line-height: 4vh;
  }

  .text-block-8.static-portfolio {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
  }

  .text-block-8.static-portfolio.black-text {
    display: none;
  }

  .text-block-8.video {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
  }

  .text-block-8.video.black_text {
    display: none;
  }

  .text-block-9, .text-block-10 {
    font-size: 110px;
    line-height: 60px;
  }

  .section-about-new {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main-about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-column {
    grid-template-columns: 1fr .3fr;
  }

  .about-column.right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .3fr 1fr;
  }

  .background-video-3 {
    width: 100%;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .lottie-animation-4 {
    width: 90%;
    height: 90%;
  }

  .blur-text {
    display: none;
  }

  .section-line-about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-line-about.is {
    margin-top: 0;
  }

  .lottie-animation-6 {
    width: 25%;
  }

  .hero-dot {
    margin-top: -6px;
    padding-left: 0;
  }

  .section-line-explore {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-10 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 38px;
    display: flex;
  }

  .text-about-right-is2 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    display: block;
  }

  .heading-11 {
    font-size: 38px;
  }

  .logo-scroll-wrapper {
    margin-top: 60px;
  }

  .logo-scroll-track {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    transition-duration: .6s;
  }

  .client-logo {
    max-width: 4%;
  }

  .grid-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    place-items: stretch stretch;
  }

  .heading-12 {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .grid-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
  }

  .title-main-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    display: flex;
  }

  .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-end;
    align-items: baseline;
    padding-left: 0;
    display: flex;
  }

  .bold-text {
    text-align: left;
    vertical-align: top;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    font-size: 16px;
    line-height: 2;
    display: flex;
  }

  .text-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 12px;
    display: block;
  }

  .text-block-11.tablet {
    display: flex;
  }

  .div-block-27 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .title-about-me-copy {
    margin-top: -12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .title-about-me-copy.is {
    margin-top: 0;
  }

  .title-about-me-copy.is2 {
    margin-top: -5px;
    display: block;
  }

  .div-block-28 {
    width: 20vw;
    top: 15vw;
  }

  .paragraph-11 {
    font-size: 25px;
    line-height: 1.2;
  }

  .grid-40 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .div-block-33 {
    padding-left: 0;
  }

  .paragraph-12, .paragraph-14, .paragraph-15 {
    font-size: 16px;
    font-weight: 300;
  }

  .heading-15 {
    padding-left: 0;
    font-size: 50px;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragraph-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .bold-text-2, .paragraph-18, .bold-text-3 {
    font-size: 14px;
  }

  .paragraph-19 {
    margin-bottom: 0;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 14px;
  }

  .text-projects-design {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .projects-design-text {
    font-size: 60px;
  }

  .italic-text-2, .project-title1.project-title, .project-category1.project-category, .project-title2.project-title, .project-category2.project-category, .project-title3.project-title, .project-category3.project-category, .project-title4.project-title, .project-title5.project-title, .project-category4.project-category, .project-category5.project-category {
    font-size: 14px;
  }

  .grid-43 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 140px;
  }

  .project-title6, .project-category6, .project-title7, .project-category7, .project-title8, .project-category8 {
    font-size: 14px;
  }

  .paragraph-22 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .yt-modal__content {
    width: 90vw;
    min-width: 0;
    max-height: 70vh;
  }

  .paragraph-23, .paragraph-24 {
    margin-bottom: 0;
  }

  .project-animation-name {
    font-size: 25px;
  }

  .text-block-17, .project-title9, .project-category9, .project-title10, .project-category10 {
    font-size: 14px;
  }

  .text-test {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 8vw;
    line-height: 7vw;
  }

  .text-block-18 {
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .link-logo {
    width: 4vw;
    height: 4vw;
    padding-left: 0;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .section-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phone-black {
    display: none;
  }

  .section-social-icons {
    justify-content: flex-end;
    padding-right: 0;
  }

  .buscet {
    height: auto;
    margin-top: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
    right: 0;
  }

  .buscet.no {
    display: none;
  }

  .naw-wrapper {
    grid-template-columns: .25fr .75fr;
    justify-content: space-between;
    align-items: center;
  }

  .z-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-link {
    margin-top: 0;
  }

  .logo-link.w--current {
    margin-top: 0;
    padding-left: 0;
  }

  .link-durk {
    display: none;
  }

  .h1 {
    text-align: center;
  }

  .home-project-section {
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .fon-nice-white {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .i-2.inline {
    width: 100%;
    margin-bottom: 15px;
  }

  .fon-akcia-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .skinka.otstup-left {
    margin-left: 112px;
  }

  .form.horizontl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .akcia-red {
    left: 21px;
  }

  .button-form-2.inlineb {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 22px;
    position: static;
  }

  .section-header {
    height: 80vh;
    min-height: 400px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .heading-3 {
    line-height: 80px;
  }

  .project-card.is-left {
    box-shadow: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #1a2745;
    border-bottom-right-radius: 0;
    min-width: 200px;
    min-height: 200px;
  }

  .project-card.is-right {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #dc4534;
    border-bottom-left-radius: 0;
  }

  .section-about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-29 {
    grid-column-gap: 20px;
    background-color: #f0f0f000;
  }

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

  .paragraph-2, .heading-7 {
    font-size: 15px;
    line-height: 20px;
  }

  .grid-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .5fr;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .header-content {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .section-tag-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    display: flex;
    position: static;
    inset: auto 0% -30% auto;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 100px;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
  }

  .div-block-17 {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    inset: auto 0% 10%;
  }

  .project-card-down.is-left {
    border-top-right-radius: 30px;
  }

  .project-card-down.is-left-copy {
    border-top-left-radius: 30px;
    min-width: 200px;
    min-height: 200px;
  }

  .guarantee-text {
    font-size: 15px;
    line-height: 20px;
  }

  .overlay-text {
    font-size: 15px;
    line-height: 15px;
    right: 13%;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .carousel-container {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .grid-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
  }

  .hero-column-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-9 {
    padding-left: 0;
    font-size: 40px;
  }

  .grid-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
  }

  .background-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-text.is2 {
    font-family: Roboto, sans-serif;
  }

  .hero-heading-main {
    padding-left: 0;
    font-size: 68px;
    line-height: 35px;
  }

  .hero-heading-main.dot {
    margin-top: 20px;
    font-size: 68px;
    line-height: 35px;
  }

  .description-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .title-about-me {
    margin-top: -15px;
    font-size: 15px;
    line-height: 20px;
  }

  .title-about-me.is {
    display: none;
  }

  .back-text-box.right {
    margin-bottom: 60px;
    margin-right: 50px;
  }

  .text-block-8 {
    font-size: 5vh;
    line-height: 3vh;
  }

  .text-block-8.static-portfolio {
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
  }

  .text-block-8.static-portfolio.black-text {
    display: none;
  }

  .text-block-8.video {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    transform: translate(0, -17%);
  }

  .text-block-8.video.black_text {
    display: none;
  }

  .text-block-9, .text-block-10 {
    font-size: 110px;
    line-height: 60px;
  }

  .section-about-new {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-20, .blur-text {
    display: none;
  }

  .section-line-about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lottie-animation-6 {
    width: 30%;
  }

  .hero-dot {
    margin-top: -3px;
  }

  .section-line-explore {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-scroll-track {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .client-logo {
    max-width: 4%;
  }

  .heading-12 {
    font-size: 15px;
    line-height: 20px;
  }

  .title-main-about {
    margin-top: 50px;
  }

  .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .text-block-11 {
    display: none;
  }

  .text-block-11.tablet {
    display: flex;
  }

  .title-about-me-copy {
    margin-top: -15px;
    font-size: 15px;
    line-height: 20px;
  }

  .title-about-me-copy.is2 {
    margin-top: -29px;
    padding-top: 0;
    display: block;
  }

  .div-block-28 {
    width: 55vw;
    top: 20vw;
  }

  .grid-39 {
    grid-template-columns: 1fr;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .grid-42 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-15 {
    font-size: 40px;
  }

  .div-block-38 {
    display: none;
  }

  .projects-design-text {
    font-size: 60px;
  }

  .project-title4.project-title, .project-title6, .project-title7 {
    font-size: 14px;
  }

  .project-animation-name {
    font-size: 20px;
  }

  .text-block-18 {
    line-height: 1px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    float: none;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .img-logo {
    max-width: 110%;
  }

  .link-logo {
    width: 5vw;
    height: 5vw;
  }

  .box {
    opacity: 1;
  }

  .privacy-section-yes {
    overflow: hidden;
  }

  .z-of-privacy {
    padding-top: 20px;
  }

  .h2-privacy {
    font-size: 25px;
    line-height: 33px;
  }

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

  .section-footer {
    margin-left: 14px;
    margin-right: 14px;
  }

  .phone-black {
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .section-social-icons {
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .section-social-icons._00, .section-social-icons.flex._00 {
    display: none;
  }

  .buscet {
    display: block;
  }

  .naw-wrapper {
    grid-template-columns: .25fr 1.25fr;
    place-content: center space-between;
    place-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .z-4 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .logo-link {
    display: block;
  }

  .logo-link.w--current {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-descr, .link-durk {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-text-2 {
    top: 0;
  }

  .link-durk-header {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-project-section {
    flex-flow: row;
    margin: 60px 14px;
  }

  .h2 {
    font-size: 19px;
  }

  .right-side {
    width: 100%;
  }

  .fon-nice-white {
    border-radius: 0;
    padding: 15px;
  }

  .right-side-2 {
    width: 100%;
  }

  .fon-akcia-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .skinka {
    text-align: center;
    line-height: 26px;
  }

  .skinka.otstup-left {
    margin-top: 15px;
    margin-left: 0;
  }

  .akcia-red {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .items {
    text-align: left;
    background-position: 0 4px;
  }

  .section-header {
    height: 80vh;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 100px;
  }

  .project-card.is-left {
    box-shadow: none;
    background-color: #1f2739;
    border-bottom-right-radius: 0;
    min-width: auto;
    min-height: auto;
  }

  .project-card.is-right {
    background-color: #dc4534;
  }

  .section-about {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 80px;
  }

  .grid-29 {
    grid-row-gap: 20px;
    background-color: #e4e4e400;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .image-about {
    aspect-ratio: auto;
    vertical-align: baseline;
    display: block;
  }

  .paragraph-2 {
    order: 1;
    padding-left: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .grid-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .3fr auto;
    grid-template-columns: 1.25fr;
  }

  .text-block-header {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-tag-scroll {
    bottom: -20%;
  }

  .marquee-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .marquee-top {
    margin-bottom: 0;
  }

  .filled, .stroke {
    font-size: 75px;
  }

  .my-logo-header {
    width: 40px;
    height: 40px;
  }

  .image-5 {
    width: 60px;
    height: 60%;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .project-card-down.is-left-copy {
    min-width: 50px;
    min-height: 50px;
    overflow: visible;
  }

  .section-creativity {
    margin-left: 20px;
    margin-right: 20px;
  }

  .guarantee-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .intro-paragraph {
    font-size: 14px;
    line-height: 16px;
  }

  .carousel-container {
    background-color: #fff;
  }

  .grid-31 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-32 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero-column-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-meta {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-7 {
    font-weight: 300;
    line-height: 20px;
  }

  .grid-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .background-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-text {
    font-size: 12vw;
    line-height: 8vw;
  }

  .background-text.is1 {
    line-height: 8vw;
  }

  .hero-heading-main {
    padding-left: 0;
    font-size: 68px;
    line-height: 35px;
  }

  .hero-heading-main.dot {
    align-self: flex-start;
    font-size: 68px;
    line-height: 37px;
  }

  .description-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-about-me {
    margin-top: -27px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-8 {
    width: 40px;
    margin-top: 5px;
  }

  .back-text-box {
    justify-content: center;
    align-items: flex-start;
  }

  .back-text-box.right {
    margin-bottom: 9vh;
    margin-right: 7vh;
  }

  .text-block-8.static-portfolio {
    padding-right: 0;
    font-size: 2vh;
    font-weight: 300;
    line-height: 2vh;
  }

  .text-block-8.static-portfolio.black-text {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .text-block-8.video {
    font-size: 2vh;
    font-weight: 300;
    line-height: 2vh;
  }

  .text-block-8.video.black_text {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .text-block-9 {
    margin-bottom: 0;
    font-size: 14vh;
    line-height: 8vh;
  }

  .text-block-10 {
    object-position: 50% 50%;
    margin-bottom: 0;
    font-size: 14vh;
    line-height: 8vh;
    position: static;
  }

  .section-about-new {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-wrapper {
    width: 15vh;
  }

  .lootie-stamp {
    display: none;
  }

  .paragraph-5 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .paragraph-6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .lottie-animation-4 {
    display: block;
  }

  .blur-text {
    display: none;
  }

  .section-line-about {
    margin-left: 14px;
    margin-right: 14px;
  }

  .section-line-about.is {
    margin-top: auto;
  }

  .line-about {
    padding-top: 0;
  }

  .lottie-animation-6 {
    width: 50%;
  }

  .paragraph-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-line-explore {
    margin-left: 14px;
    margin-right: 14px;
  }

  .heading-10, .heading-11 {
    font-size: 30px;
    line-height: 40px;
  }

  .logo-scroll-track {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .client-logo {
    max-width: 7%;
  }

  .section-video-footer {
    margin: 100px 14px;
  }

  .section-medlab {
    display: block;
  }

  .heading-12 {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 16px;
  }

  .title-main-about {
    margin-top: 20px;
  }

  .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .bold-text {
    vertical-align: top;
    font-size: 15px;
    line-height: 0;
  }

  .text-block-11, .text-block-11.tablet {
    display: none;
  }

  .title-about-me-copy {
    margin-top: -27px;
    font-size: 14px;
    line-height: 16px;
  }

  .title-about-me-copy.is2 {
    margin-top: -15px;
  }

  .div-block-28 {
    top: 30vw;
  }

  .section-design-component {
    margin: 60px 14px;
  }

  .grid-39 {
    margin-bottom: 100px;
  }

  .paragraph-11 {
    font-size: 20px;
  }

  .paragraph-12, .paragraph-13 {
    font-size: 14px;
    line-height: 16px;
  }

  .grid-41 {
    grid-template-columns: 1fr;
    display: none;
  }

  .paragraph-14, .paragraph-15 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-36 {
    display: none;
  }

  .grid-42 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .back-icon-box {
    order: 0;
  }

  .image-27 {
    order: 0;
    display: none;
  }

  .section-header-design-project {
    margin-left: 14px;
    margin-right: 14px;
  }

  .project-design1, .project-design2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .projects-design-text {
    font-size: 40px;
  }

  .design-text {
    display: none;
  }

  .project1-style {
    font-size: 14px;
  }

  .text-block-12 {
    text-align: left;
    font-size: 14px;
    display: block;
  }

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

  .project-title1.project-title {
    margin-bottom: 0;
  }

  .project-category1.project-category {
    text-align: right;
    margin-bottom: 0;
  }

  .project-category2.project-category, .project-category3.project-category, .project-category4.project-category, .project-category5.project-category {
    text-align: right;
  }

  .about-category {
    font-size: 14px;
  }

  .project-category6, .project-category7, .project-category8 {
    text-align: right;
  }

  .rich-block-client {
    font-size: 16px;
  }

  .elemend-left {
    margin-top: 20px;
  }

  .slot-ember, .text-add-for-laptop {
    display: none;
  }

  .project-category9, .project-category10 {
    text-align: right;
  }

  .bold-text-8 {
    line-height: 16px;
  }
}

#w-node-_8ccfaf94-c816-3db7-16cc-b79ec777c048-d2219b39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e645a97f-442c-282b-9e7b-c47f7804650a-d2219b39 {
  place-self: auto;
}

#w-node-abb34355-4468-8744-4eb3-8fc203ce5f1b-d2219b39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_692d2b45-35cd-62af-02cb-5cde430f42d4-d2219b39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff3ca79c-f3d7-b550-2eda-149ef0cfe708-d2219b39 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-db992d7c-da13-0662-9488-02bf1ae125e8-d2219b39 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-e3d48453-8c9f-e2c0-db94-e200237c26a1-d2219b39 {
  grid-area: 3 / 1 / 5 / 6;
}

#w-node-_945271e9-6792-0041-2350-414c41ce8967-d2219b39 {
  grid-area: 3 / 1 / 5 / 6;
  place-self: auto;
}

#w-node-d6579b6e-a829-e999-b8eb-4acf66525acb-d2219b39 {
  grid-area: 1 / 3 / 3 / 5;
  place-self: center;
}

#w-node-b2c13de5-1709-e0d2-0757-2f44486eedf8-b6b74958, #w-node-_5ed665ab-43f2-a8e2-e76e-87be5a916269-b6b74958 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_20011978-6d74-824a-18db-8b1aadc4c5c3-d2219b3f {
  place-self: start;
}

#w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204b-c8d6203d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204c-c8d6203d, #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204d-c8d6203d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4b215047-28bd-92ba-c741-837a89f57f2b-d2219b42 {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8ccfaf94-c816-3db7-16cc-b79ec777c048-d2219b39, #w-node-_8ccfaf94-c816-3db7-16cc-b79ec777c053-d2219b39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35157d2d-530e-6cac-4991-de4ca383abc3-d2219b39 {
    justify-self: auto;
  }

  #w-node-_20011978-6d74-824a-18db-8b1aadc4c5c3-d2219b3f {
    justify-self: end;
  }

  #w-node-_7b37db8e-a44b-0b6d-1c90-84ba5918ca3a-c8d6203d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204b-c8d6203d, #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204c-c8d6203d, #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204d-c8d6203d {
    grid-column: span 4 / span 4;
  }

  #w-node-_4b215047-28bd-92ba-c741-837a89f57f2b-d2219b42 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abb34355-4468-8744-4eb3-8fc203ce5f1b-d2219b39 {
    align-self: auto;
  }

  #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d6204b-c8d6203d {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ea14e71-884e-dff4-4328-821c47ba159e-d2219b39, #w-node-abb34355-4468-8744-4eb3-8fc203ce5f1b-d2219b39 {
    order: -9999;
  }

  #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d62040-c8d6203d {
    order: 9999;
  }

  #w-node-_2b1b9b1a-24d5-9a54-399b-314cc8d62045-c8d6203d {
    order: -9999;
  }
}


