:root {
  --layout--desktop-1820px: 182rem;
  --padding--50-page: 5rem;
  --padding--160: 16rem;
  --padding--260: 26rem;
  --color--raven-black: #080808;
  --font--mini-24-28: 2.4rem;
  --font--h1-line-height-28: 2.8rem;
  --columns--4-586: 58.5rem;
  --columns--2-278: 27.8rem;
  --padding--320: 32rem;
  --font--h1-220-210: 22rem;
  --font--h1-line-height-210: 21rem;
  --tablet--font-h1: 16rem;
  --tablet--font-h1-lh: 15rem;
  --color--white: white;
  --color--pomodoro-red: #f10c17;
  --columns--8-1204: 120.4rem;
  --columns--10-1510: 151rem;
  --image-height--340: 34rem;
  --columns--3-432: 43.2rem;
  --image-height--540: 54rem;
  --font--h2-110-100: 11rem;
  --font--h1-line-height-100: 10rem;
  --padding--100: 10rem;
  --font--h3-70-60: 7rem;
  --font--perex-48-60: 4.8rem;
  --font--h1-line-height-60: 6rem;
  --padding--200: 20rem;
  --columns--7-1050: 105rem;
  --image-height--70: 7rem;
  --font--perex-30-32: 3rem;
  --font--h1-line-height-32: 3.2rem;
  --image-height--700: 70rem;
  --color--soft-gray: whitesmoke;
  --font--perex-36-40: 3.6rem;
  --font--h1-line-height-40: 4rem;
  --columns--6-895: 89.5rem;
  --image-height--900: 90rem;
  --image-height--677-video-big: 67.7rem;
  --image-height--329-video-small: 32.9rem;
  --image-height--1200: 120rem;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-size: 14px;
  line-height: 20px;
}

.lottie-section {
  z-index: 19;
  width: 100%;
  height: 200vh;
  font-weight: 500;
  position: relative;
}

.lottie-cointainer {
  background-color: #ff0909;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.lottie {
  aspect-ratio: 1460 / 2400;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.grid {
  z-index: 100;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 2000vh;
  display: none;
  position: absolute;
  top: 0;
}

.column {
  background-color: rgba(255, 0, 0, .1);
  width: 12.4rem;
  height: 100%;
}

.top-bar {
  width: var(--layout--desktop-1820px);
  margin: var(--padding--50-page) auto var(--padding--160);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
  position: static;
}

.body {
  color: var(--color--raven-black);
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-weight: 500;
  overflow: visible;
}

.logo-pomodoro {
  width: 16rem;
  max-width: 100%;
  display: block;
}

.menu-link {
  color: var(--color--raven-black);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  flex: 0 auto;
  align-self: center;
  font-weight: 500;
  display: block;
}

.menu-links {
  width: var(--columns--4-586);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.logo-block {
  z-index: 15;
  width: var(--columns--2-278);
  padding-top: 0;
  position: relative;
}

.contact {
  width: var(--columns--2-278);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  top: 5.1rem;
  right: 5rem;
}

.circle-arrow-bg {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-section {
  width: var(--layout--desktop-1820px);
  margin-right: auto;
  margin-bottom: var(--padding--320);
  justify-content: center;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-h1 {
  z-index: 3;
  font-size: var(--font--h1-220-210);
  line-height: var(--font--h1-line-height-210);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
  position: relative;
}

.heading-h1.expertise-01 {
  text-align: left;
  width: auto;
  display: inline-block;
  position: static;
}

.heading-h1.expertise-02 {
  text-align: right;
}

.heading-h1.trusted {
  color: var(--color--white);
  width: auto;
  margin-left: 13rem;
  margin-right: 3rem;
  font-weight: 500;
  position: static;
}

.heading-h1.footer {
  color: var(--color--pomodoro-red);
  text-align: left;
  width: auto;
  font-weight: 500;
  display: block;
}

.heading-h1.footer-url {
  color: var(--color--white);
  text-align: left;
  width: auto;
}

.heading-h1.copy {
  color: var(--color--white);
  text-align: right;
}

.heading-h1.expertise-03 {
  text-align: left;
  width: auto;
  margin-left: 4rem;
  display: inline-block;
  position: static;
}

.heading-h1.expertise-02, .heading-h1.expertise-star {
  text-align: left;
  width: auto;
  display: inline-block;
  position: static;
}

.headline-main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.city-name {
  font-family: Victor Serif, Times New Roman, sans-serif;
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  margin-bottom: .6rem;
  display: inline-block;
}

.city-name.white {
  color: var(--color--white);
  text-align: right;
}

.prague-time {
  z-index: 3;
  width: var(--columns--2-278);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.time-prague {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  display: none;
}

.time {
  height: var(--font--h1-line-height-28);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  flex: 0 auto;
  align-self: flex-start;
  display: inline-block;
}

.time.prague {
  font-weight: 400;
}

.time.singapore {
  align-self: flex-end;
}

.time.singapore.scramble {
  font-weight: 400;
}

.headline-2-line {
  width: var(--columns--8-1204);
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  display: block;
}

.headline-4-line {
  width: var(--columns--10-1510);
  justify-content: flex-end;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.singapore-time {
  width: var(--columns--2-278);
  flex-direction: column;
  align-items: flex-end;
  margin-top: 7rem;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.time-singapore {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  display: none;
}

.image-left {
  width: var(--columns--2-278);
  height: var(--image-height--340);
  margin-top: var(--columns--4-586);
  margin-left: 15.4rem;
  position: relative;
  overflow: hidden;
}

.image-right {
  width: var(--columns--3-432);
  height: var(--image-height--540);
  margin-top: var(--font--h2-110-100);
  margin-right: 15.4rem;
  position: relative;
  overflow: hidden;
}

.images-header {
  width: var(--layout--desktop-1820px);
  justify-content: space-between;
  display: flex;
  position: absolute;
}

.about-wrapper {
  width: var(--layout--desktop-1820px);
  margin-left: auto;
  margin-right: auto;
}

.about-headline {
  width: var(--columns--8-1204);
  margin-bottom: var(--padding--50-page);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.heading-h2 {
  font-size: var(--font--h2-110-100);
  line-height: var(--font--h1-line-height-100);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 500;
}

.heading-h2.services {
  z-index: 7;
  margin-bottom: var(--padding--100);
  color: var(--color--white);
  text-align: center;
  margin-left: 0;
  font-weight: 500;
  position: relative;
}

.heading-h2.about {
  margin-left: 3rem;
  font-weight: 500;
}

.heading-h2.together {
  margin-left: 2rem;
  display: inline-block;
}

.heading-h2.reel {
  z-index: 3;
  text-align: center;
  position: relative;
}

.about-head-sub {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: right;
  flex: 0 auto;
  align-self: flex-start;
  width: 12.4rem;
  margin-top: .6rem;
  display: block;
}

.line {
  background-color: var(--color--raven-black);
  opacity: .06;
  width: 100%;
  height: 1px;
}

.line.about {
  margin-bottom: var(--padding--50-page);
}

.about-perex-sub {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: .6rem;
  display: block;
}

.about-perex {
  margin-bottom: var(--padding--200);
  justify-content: space-between;
  display: flex;
}

.perex {
  width: var(--columns--7-1050);
  font-size: var(--font--perex-48-60);
  line-height: var(--font--h1-line-height-60);
  margin-bottom: 0;
}

.perex.trusted {
  width: var(--columns--3-432);
  line-height: var(--font--perex-48-60);
}

.image-about-01 {
  width: var(--columns--2-278);
  height: var(--image-height--340);
  background-color: #b6b6b6;
  overflow: hidden;
}

.image-about-02 {
  z-index: 8;
  width: var(--columns--2-278);
  height: var(--image-height--340);
  background-color: #b6b6b6;
  position: relative;
}

.team {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.team-perex {
  width: var(--columns--2-278);
  font-family: Victor Serif, Times New Roman, sans-serif;
  font-size: var(--font--perex-30-32);
  line-height: var(--font--h1-line-height-32);
  word-break: normal;
  order: 0;
  margin-top: 0;
  font-weight: 500;
}

.services-section {
  z-index: 12;
  padding-top: var(--padding--200);
  background-color: var(--color--raven-black);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.service-headline {
  z-index: 7;
  width: var(--layout--desktop-1820px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.value-text {
  color: var(--color--white);
  font-family: Victor Serif, Times New Roman, sans-serif;
  font-size: var(--font--perex-30-32);
  line-height: var(--font--h1-line-height-32);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: .6rem;
  display: inline;
}

.services-value {
  padding-bottom: var(--padding--50-page);
  justify-content: space-between;
  display: flex;
}

.services-video {
  z-index: 1;
  background-color: var(--color--raven-black);
  width: 100%;
  height: 200vh;
  margin-top: -100vh;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
}

.services-base {
  z-index: 1;
  width: var(--layout--desktop-1820px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
}

.service-visual {
  z-index: 2;
  width: var(--columns--4-586);
  height: var(--image-height--700);
  margin-right: auto;
  margin-bottom: var(--padding--200);
  aspect-ratio: 585 / 700;
  margin-left: auto;
  position: relative;
}

.our-skills {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.skills-visual-digital {
  z-index: 2;
  width: var(--columns--4-586);
  height: var(--image-height--540);
  background-color: var(--color--soft-gray);
  order: 0;
  position: relative;
  overflow: hidden;
}

.skills-visual-branding {
  z-index: 2;
  width: var(--columns--3-432);
  height: var(--image-height--340);
  background-color: var(--color--soft-gray);
  margin-bottom: 8.4rem;
  position: relative;
  overflow: hidden;
}

.skills-digital {
  width: var(--columns--7-1050);
  margin-top: var(--padding--160);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  display: flex;
}

.heading-h3 {
  color: var(--color--white);
  font-size: var(--font--h3-70-60);
  line-height: var(--font--h3-70-60);
  order: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-h3.branding {
  align-self: auto;
  width: auto;
  margin-right: 3rem;
  font-weight: 500;
  display: block;
}

.heading-h3.contact-popup {
  color: var(--color--raven-black);
}

.heading-h3.phone-popup {
  color: var(--color--raven-black);
  cursor: pointer;
  align-self: auto;
  line-height: 9rem;
  text-decoration: none;
}

.digital-text {
  flex-direction: column;
  justify-content: space-between;
  margin-top: -.6rem;
  margin-bottom: -.6rem;
  padding-top: 0;
  display: flex;
}

.digital-bullets {
  color: var(--color--white);
  font-size: var(--font--perex-36-40);
  line-height: var(--font--h1-line-height-40);
  width: auto;
}

.skill-branding {
  flex-flow: row;
  display: flex;
}

.branding-bullets {
  color: var(--color--white);
  font-size: var(--font--perex-36-40);
  line-height: var(--font--h1-line-height-40);
}

.headline-branding {
  flex: 0 auto;
  width: auto;
  display: block;
}

.services-base-info {
  width: var(--layout--desktop-1820px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-skills {
  padding: var(--padding--200) 0px;
  background-color: var(--color--raven-black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.about-section {
  z-index: 12;
  padding-right: 0;
  padding-bottom: var(--padding--260);
  background-color: var(--color--white);
  width: 100%;
  padding-left: 0;
  position: relative;
}

.section-projects {
  margin-bottom: var(--padding--260);
  padding-top: var(--padding--200);
  padding-left: 0;
  padding-right: 0;
}

.projects-headline {
  width: var(--layout--desktop-1820px);
  margin-right: auto;
  margin-bottom: var(--padding--50-page);
  flex-flow: row;
  justify-content: space-between;
  margin-left: auto;
  display: flex;
}

.project-big {
  z-index: 2;
  width: var(--layout--desktop-1820px);
  height: var(--columns--7-1050);
  margin-right: auto;
  margin-bottom: var(--padding--50-page);
  background-color: var(--color--raven-black);
  cursor: default;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-video-big {
  z-index: 4;
  width: var(--columns--4-586);
  height: var(--columns--4-586);
  background-color: #996161;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.info-box {
  z-index: 3;
  height: var(--image-height--70);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
}

.project-info-text {
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  display: block;
}

.project-info-text.name {
  align-self: center;
  width: 87.5rem;
  display: inline-block;
}

.project-info-text.services {
  font-family: Victor Serif, Times New Roman, sans-serif;
  display: inline-block;
}

.project-info-text.year {
  text-align: right;
  align-self: center;
  display: inline-block;
}

.project-info-text.name-mini {
  width: 25.8rem;
  display: inline-block;
}

.info-box-left {
  align-self: center;
  width: auto;
}

.video-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.project-mini {
  z-index: 1;
  width: var(--columns--6-895);
  height: var(--image-height--900);
  background-color: var(--color--raven-black);
  cursor: default;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-projects {
  width: var(--layout--desktop-1820px);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  cursor: default;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-video-mini {
  width: var(--columns--3-432);
  height: var(--columns--3-432);
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-expertise {
  width: var(--layout--desktop-1820px);
  margin-right: auto;
  margin-bottom: var(--padding--260);
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.expertise-perex-01 {
  width: var(--columns--2-278);
  font-family: Victor Serif, Times New Roman, sans-serif;
  font-size: var(--font--perex-30-32);
  line-height: var(--font--h1-line-height-32);
  word-break: normal;
  order: 0;
  font-weight: 500;
}

.expertise-bottom {
  z-index: 1;
  grid-column-gap: var(--padding--100);
  grid-row-gap: var(--padding--100);
  flex-direction: column;
  align-items: flex-end;
  margin-top: -40rem;
  display: flex;
  position: relative;
}

.expertise-perex-wrapper {
  width: var(--columns--8-1204);
}

.trusted-text {
  z-index: 3;
  height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.trusted-bottom {
  width: var(--layout--desktop-1820px);
  padding-bottom: var(--padding--160);
  justify-content: center;
  align-items: flex-end;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.badge {
  width: 10rem;
  height: 10rem;
}

.trusted-perex {
  width: var(--columns--2-278);
  font-family: Victor Serif, Times New Roman, sans-serif;
  font-size: var(--font--perex-30-32);
  line-height: var(--font--h1-line-height-32);
  word-break: normal;
  order: 0;
  font-weight: 500;
}

.trusted-top {
  width: var(--layout--desktop-1820px);
  padding-top: var(--padding--50-page);
  justify-content: space-between;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.trusted-sticky-wrapper {
  z-index: 20;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
}

.contact-area {
  width: var(--layout--desktop-1820px);
  padding: var(--padding--260) 0px;
  margin-left: auto;
  margin-right: auto;
}

.contact-sub {
  width: var(--columns--4-586);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: .6rem;
  display: block;
}

.contact-sub.scramble {
  margin-bottom: 0;
}

.contact-headline {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.discuss-project {
  width: var(--columns--8-1204);
}

.button-discuss {
  height: var(--padding--100);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.discuss-text {
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: .6rem;
  text-decoration: none;
  display: block;
}

.arrow {
  width: 1.8rem;
  min-width: 18px;
  height: 1.8rem;
  min-height: 18px;
}

.arrow-box {
  align-self: flex-end;
}

.contact-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.circle-pomodoro {
  background-color: var(--color--soft-gray);
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}

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

.circle-thomas {
  background-color: var(--color--soft-gray);
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}

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

.book-call {
  width: var(--columns--4-586);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.book-call-button {
  color: var(--color--raven-black);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: .6rem;
  text-decoration: underline;
  transition: all .6s;
  display: block;
}

.book-call-button:hover {
  text-decoration: none;
}

.call-text {
  cursor: pointer;
  flex: 0 auto;
  order: 0;
  width: auto;
  margin-left: 3rem;
}

.footer-section {
  padding: var(--padding--50-page) 0px;
  background-color: var(--color--raven-black);
  width: 100%;
  height: 101vh;
  display: block;
  position: relative;
}

.phone {
  color: var(--color--white);
  font-size: var(--font--perex-48-60);
  line-height: var(--font--h1-line-height-60);
  margin: 0;
  font-weight: 500;
  display: inline-block;
}

.footer-main {
  width: var(--layout--desktop-1820px);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-details {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.email {
  color: var(--color--white);
  font-size: var(--font--perex-48-60);
  line-height: var(--font--h1-line-height-60);
  margin: 0;
  font-weight: 500;
  display: inline-block;
}

.footer-mini {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.footer-mini-bottom {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer-mini-top {
  justify-content: space-between;
  display: flex;
}

.singapore-time-footer {
  width: var(--columns--2-278);
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.prague-time-footer {
  z-index: 3;
  width: var(--columns--2-278);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.footer-time {
  width: var(--columns--4-586);
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.timer {
  height: var(--font--h1-line-height-28);
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  flex: 0 auto;
  align-self: flex-end;
  font-weight: 400;
  display: inline-block;
}

.timer.prague {
  align-self: flex-start;
  font-weight: 400;
}

.time-prague-footer, .time-singapore-footer {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  display: none;
}

.menu-fixed {
  z-index: 18;
  width: var(--columns--2-278);
  height: var(--font--h1-line-height-28);
  mix-blend-mode: difference;
  order: 0;
  justify-content: space-between;
  align-self: center;
  display: block;
  position: relative;
}

.talk-link {
  color: var(--color--soft-gray);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  flex: 0 auto;
  align-self: center;
  display: block;
}

.button-base {
  width: var(--columns--3-432);
  background-color: var(--color--pomodoro-red);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 10rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.marquee {
  height: var(--padding--100);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.marquee.small {
  height: 4rem;
}

.marquee-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-top: .2rem;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  min-width: 100%;
}

.button-text-hover {
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.circle-button {
  background-color: var(--color--white);
  border-radius: 50%;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.button-marquee {
  width: var(--columns--3-432);
  height: var(--padding--100);
  background-color: var(--color--raven-black);
  display: flex;
  position: static;
}

.button-div {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.center-block {
  z-index: 15;
  width: var(--columns--8-1204);
  justify-content: flex-end;
  align-self: auto;
  display: flex;
  position: relative;
}

.text-menu-block {
  cursor: pointer;
}

.line-menu {
  background-color: var(--color--raven-black);
  width: 100%;
  height: 1.3px;
  margin-left: -100%;
}

.line-base {
  justify-content: flex-start;
  width: 94%;
  display: block;
  position: static;
  overflow: hidden;
}

.arrow-right {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.circle-background {
  background-color: var(--color--soft-gray);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.arrow-div {
  z-index: 8;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: .1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-bg {
  z-index: 2;
  height: var(--image-height--70);
  width: 178rem;
  display: none;
  position: absolute;
}

.video-wrapper-project {
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.headline-expertise {
  color: var(--color--raven-black);
  font-size: var(--font--h3-70-60);
  line-height: var(--font--h3-70-60);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

.expertise-red-box {
  height: var(--padding--100);
  padding: 1.5rem var(--font--h1-line-height-40);
  background-color: var(--color--pomodoro-red);
  object-fit: fill;
  margin-top: -1rem;
  display: inline-block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.expertise-red-box.rib-fintech {
  margin-left: 3rem;
}

.expertise-red-box.rib-real {
  margin-left: -47rem;
}

.expertise-red-box.rib-crypto {
  margin-left: 24rem;
}

.expertise-red-box.rib-auto {
  margin-left: 15rem;
}

.expertise-red-box.rib-enter {
  margin-left: -44rem;
}

.expertise-red-box.rib-arch {
  margin-left: 18rem;
}

.expertise-red-box.rib-sas {
  margin-left: -10rem;
}

.expertise-red-box.rib-ai {
  margin-left: -20rem;
}

.expertise-red-box.rib-non {
  margin-left: -9rem;
}

.expertise-red-box.rib-edu {
  margin-left: 22rem;
}

.expertise-red-box.rib-hospital {
  margin-left: 13rem;
}

.expertise-red-box.rib-healt {
  margin-left: -17rem;
}

.expertise-list {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: center;
  margin: -10rem 0 0;
  padding-top: 1rem;
  display: flex;
  position: relative;
  top: auto;
}

.tomato-header-01 {
  aspect-ratio: 1676 / 1920;
  object-fit: fill;
  width: 100%;
  margin-left: 0;
  display: block;
}

.tomato-01 {
  z-index: 14;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1676 / 1920;
  pointer-events: none;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0;
  overflow: visible;
}

.headline-expertise-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.headline-expertise-box.line2 {
  margin-bottom: var(--padding--50-page);
  display: block;
}

.cursor-wrapper {
  z-index: 100;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 6rem;
  bottom: 0%;
  left: 18rem;
  right: 0%;
  overflow: visible;
}

.cursor-insider {
  z-index: 1000;
  mix-blend-mode: normal;
  position: relative;
  overflow: visible;
}

.footer-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.arrow-footer {
  cursor: pointer;
  align-self: auto;
  display: flex;
  position: relative;
}

.circle-arrow-footer {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 1.3rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.arrow-footer-div {
  z-index: 8;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: .1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-right-footer {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.circle-footer-background {
  background-color: var(--color--soft-gray);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-section {
  z-index: 2;
  background-color: var(--color--white);
  position: relative;
}

.footer-fixer {
  width: 100%;
  height: 0;
  margin-bottom: 0;
}

.scrambler-test {
  z-index: 3;
  font-size: var(--font--h1-220-210);
  line-height: var(--font--h1-line-height-210);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
  position: relative;
}

.word-container {
  display: inline-block;
}

.heading-discuss {
  margin-bottom: 10rem;
  display: block;
}

.scrambler {
  font-size: var(--font--h2-110-100);
  line-height: var(--font--h1-line-height-100);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 500;
  display: inline-block;
}

.explore-button {
  background-color: #000;
  width: 14rem;
  height: 4rem;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.explore {
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-right: 1rem;
  padding-bottom: .3rem;
  display: block;
}

.overflow {
  position: relative;
}

.pomodoro-sticker {
  width: 28rem;
}

.pomodoro-sticker.biggie {
  width: 34rem;
}

.pomodoro-stickers {
  display: none;
}

.div-block-6 {
  height: 600px;
}

.click-button {
  background-color: #000;
  width: 14rem;
  height: 4rem;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.cursor-hover-wrapper {
  cursor: default;
}

.phone-tomas {
  color: var(--color--white);
  text-decoration: none;
}

.touch-bar {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.email-pomodoro {
  color: var(--color--white);
  text-decoration: none;
}

.heading-h3-mobile {
  color: var(--color--white);
  font-size: var(--font--h3-70-60);
  line-height: var(--font--h3-70-60);
  order: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.brading-box-text {
  margin-bottom: 0;
  display: block;
}

.div-block-8 {
  height: 1000px;
}

.div-block-9 {
  background-color: var(--color--pomodoro-red);
  perspective-origin: 50%;
  width: 300px;
  height: 400px;
  margin-top: 400px;
  margin-left: 400px;
  transform: rotate(-1deg)skew(3deg, -2deg);
}

.image-2 {
  margin-top: 94px;
  margin-left: 58px;
  transform: rotate(-104deg);
}

.image-3 {
  aspect-ratio: 834 / 1020;
  width: 100%;
}

.left-image-mobile {
  width: 100%;
  display: none;
}

.page_wrap {
  display: block;
}

.menu_link_wrap {
  margin-top: 40px;
  margin-left: 300px;
  font-size: 20px;
  display: inline-block;
  position: fixed;
}

.service-page-load-trigger {
  display: none;
}

.test {
  margin-top: 40px;
  margin-left: 783px;
  font-size: 20px;
  display: inline-block;
  position: fixed;
}

.image-4 {
  width: 100%;
  height: auto;
}

.image-5 {
  aspect-ratio: 1400 / 1400;
  width: 100%;
  height: auto;
  margin-top: -4rem;
  margin-left: 0;
}

.img-team-01 {
  z-index: 8;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-02 {
  z-index: 7;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-03 {
  z-index: 6;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-04 {
  z-index: 5;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-05 {
  z-index: 4;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-06 {
  z-index: 3;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-07 {
  z-index: 2;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-team-08 {
  z-index: 1;
  aspect-ratio: 278 / 340;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hand-play {
  z-index: 2;
  width: var(--columns--4-586);
  height: var(--image-height--700);
}

.play-reel-cta {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-video-reel-block {
  z-index: 3;
  margin-bottom: var(--font--perex-48-60);
  padding-top: var(--font--h3-70-60);
  padding-bottom: var(--font--h3-70-60);
  color: var(--color--white);
  mix-blend-mode: difference;
  transition: all .75s;
  position: relative;
}

.play-video-reel-block:hover {
  color: var(--color--pomodoro-red);
  mix-blend-mode: normal;
}

.thumb-yumgle {
  aspect-ratio: 1820 / 1050;
  width: 100%;
  height: auto;
  position: absolute;
}

.thumb-kore {
  aspect-ratio: 895 / 900;
  width: 100%;
  height: auto;
  position: relative;
}

.thumb-trebon, .thumb-klucibase, .thumb-nft {
  aspect-ratio: 895 / 900;
  width: 100%;
  height: auto;
  position: absolute;
}

.kore-mini-01 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kore-mini-02 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kore-mini-03 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kore-mini-04 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kore-mini-05 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kore-mini-06 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-mini-darker {
  width: 100%;
  height: 100%;
  position: absolute;
}

.nft-mini-01 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nft-mini-02 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nft-mini-03 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nft-mini-04 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nft-mini-05 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nft-mini-06 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trebon-mini-01 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trebon-mini-02 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trebon-mini-03 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trebon-mini-04 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trebon-mini-05 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trebon-mini-06 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kluci-mini-01 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kluci-mini-02 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kluci-mini-03 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kluci-mini-04 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kluci-mini-05 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kluci-mini-06 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-container-vimeo {
  z-index: 6;
  aspect-ratio: 2000 / 2500;
  width: auto;
  max-width: none;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
}

.video-bg-plain {
  z-index: 999;
  background-color: var(--color--soft-gray);
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-weight: 500;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.contact-bg-plain {
  z-index: 1000;
  background-color: rgba(8, 8, 8, 0);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-main {
  width: var(--layout--desktop-1820px);
  margin-right: auto;
  margin-bottom: var(--padding--50-page);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.image-tag {
  width: var(--columns--4-586);
  background-color: var(--color--soft-gray);
  cursor: pointer;
  order: 0;
  align-self: auto;
  height: 50rem;
  position: relative;
  overflow: hidden;
}

.contact-content-block {
  width: var(--columns--8-1204);
  padding-top: var(--padding--50-page);
  padding-bottom: var(--padding--50-page);
  flex-flow: column;
  justify-content: space-between;
  height: 50rem;
  display: flex;
}

.red-line {
  background-color: var(--color--raven-black);
  opacity: .07;
  width: 100%;
  height: 1.1px;
}

.contact-popup-sub {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: .6rem;
  display: block;
}

.contact-popup-sub.scramble {
  margin-top: 1.4rem;
}

.contact-detail {
  justify-content: space-between;
  width: 100%;
  height: 9rem;
  display: flex;
}

.black-line {
  background-color: var(--color--raven-black);
  opacity: 1;
  width: 100%;
  height: 1.1px;
  margin-bottom: 0;
}

.popup-mini {
  width: var(--layout--desktop-1820px);
  height: var(--image-height--70);
  margin-left: auto;
  margin-right: auto;
}

.popup-mini-text {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.popup-mini-sub {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 2rem;
  display: block;
}

.popup-link {
  color: var(--color--raven-black);
  transition: color .9s;
}

.popup-link:hover {
  color: var(--color--white);
}

.image-tag-top {
  z-index: 3000;
  aspect-ratio: 1170 / 1200;
  width: 100%;
  margin-top: -5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-tag-bottom {
  z-index: 1900;
  aspect-ratio: 1170 / 1200;
  width: 100%;
  height: auto;
  margin-top: -5rem;
  margin-left: -2.4rem;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shedule-call-cta {
  z-index: 3001;
  color: var(--color--white);
  font-size: var(--font--perex-36-40);
  line-height: var(--font--h1-line-height-40);
  mix-blend-mode: difference;
  width: auto;
  text-decoration: underline;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 5rem;
  right: auto;
}

.gray-block {
  z-index: 1890;
  background-color: var(--color--raven-black);
  width: 100%;
  height: 60rem;
  margin-top: 52rem;
  position: relative;
}

.arrrow-brick {
  z-index: 1901;
  background-color: var(--color--white);
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10rem;
  left: auto;
  right: 5rem;
  overflow: hidden;
}

.image-9 {
  width: 1.8rem;
  height: 1.8rem;
}

.close-contact {
  z-index: 2000;
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  align-self: flex-start;
  height: 3.4rem;
  margin-top: 0;
  padding-top: 4px;
  transition: color .9s;
  display: block;
  position: absolute;
  top: 5.1rem;
  bottom: auto;
  left: auto;
  right: 5rem;
}

.close-contact:hover {
  color: var(--color--white);
}

.contact-main-box {
  z-index: 1002;
  background-color: var(--color--pomodoro-red);
  height: 67rem;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.yum-mini-01 {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yum-mini-02 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yum-mini-03 {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yum-mini-04 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yum-mini-05 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yum-mini-06 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-contact {
  color: var(--color--raven-black);
  text-decoration: none;
  transition: color .9s;
}

.link-contact:hover {
  color: var(--color--white);
}

.popup-video-text {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 500;
}

.popup-video-text.left-top {
  z-index: 5;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 5rem;
  right: auto;
}

.popup-video-text.right-top {
  z-index: 5;
  cursor: pointer;
  padding: 2rem;
  position: absolute;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.popup-video-text.left-bottom {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 5rem;
  right: auto;
}

.popup-video-text.right-bottom {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: auto;
  right: 5rem;
}

.left-contact-block, .right-contact-block {
  justify-content: flex-start;
  display: flex;
}

.popup-mini-sub-mob {
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 2rem;
  display: none;
}

.lottie-overflow-killer {
  z-index: 19;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.background-video-3 {
  aspect-ratio: 1296 / 1620;
  height: 100%;
}

.div-block-14 {
  height: 1000px;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-banner3_text {
  color: var(--color--white);
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.xd {
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--h1-line-height-28);
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
}

.fs-cc-prefs3_buttons-wrapper {
  padding: var(--padding--50-page);
  background-color: var(--color--pomodoro-red);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: var(--color--raven-black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs3_title {
  color: var(--color--raven-black);
  font-size: var(--font--perex-36-40);
  line-height: var(--font--h1-line-height-40);
}

.fs-cc-prefs3_checkbox {
  border-color: var(--color--raven-black);
  border-radius: 999rem;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0;
  margin-right: 0;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  border-color: var(--color--raven-black);
  background-color: var(--color--raven-black);
  background-size: 16px;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: none;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.cookies-pomodoro {
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-weight: 500;
}

.fs-cc-prefs3_header {
  padding-top: 5rem;
  padding-right: var(--padding--50-page);
  padding-left: var(--padding--50-page);
  grid-column-gap: var(--padding--50-page);
  grid-row-gap: var(--padding--50-page);
  background-color: var(--color--pomodoro-red);
  border-style: none;
  border-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-prefs3_checkbox-field {
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner3_paragraph {
  opacity: .6;
  color: var(--color--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.fs-cc-banner3_buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-cc-prefs3_button {
  color: var(--color--raven-black);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #129657;
  padding: .875rem 0;
  font-size: 20px;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  background-color: rgba(255, 255, 255, 0);
  border-width: 0;
  margin-right: 3rem;
  font-size: 20px;
  text-decoration: none;
}

.fs-cc-prefs3_close {
  cursor: pointer;
  border-radius: 999rem;
  position: absolute;
  top: 5.5rem;
  bottom: auto;
  left: auto;
  right: 5rem;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: rgba(255, 255, 255, 0);
  margin-right: .75rem;
  display: flex;
}

.fs-cc-prefs3_content {
  padding: var(--padding--50-page);
  width: 100%;
}

.fs-cc-banner3_button-text {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

.fs-cc-manager3-link {
  opacity: .3;
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-manager3_component {
  z-index: 999;
  border-radius: 999rem;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: 29rem;
  display: block;
  position: static;
  top: auto;
  bottom: 2rem;
  left: 2rem;
  right: auto;
}

.fs-cc-prefs3_submit {
  color: var(--color--raven-black);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0;
  padding: .875rem 0;
  font-size: 20px;
}

.fs-cc-banner3_block {
  margin-right: 0;
}

.fs-cc-prefs3_buttons-block {
  margin-top: 0;
}

.fs-cc-prefs3_label {
  color: var(--color--raven-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.fs-cc-banner3_container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_component {
  z-index: 998;
  margin: var(--padding--50-page) auto 25px;
  background-color: var(--color--raven-black);
  justify-content: center;
  width: 70%;
  max-width: 760px;
  padding: 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs3_form-wrapper {
  background-color: var(--color--pomodoro-red);
  width: 60%;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_form {
  width: 100%;
  position: relative;
}

.text-block-2 {
  color: var(--color--raven-black);
  font-size: 20px;
  line-height: 30px;
}

.cookies-close {
  color: var(--color--white);
  font-size: var(--font--mini-24-28);
  line-height: var(--font--mini-24-28);
}

.black-line-cookies {
  background-color: var(--color--raven-black);
  width: 100%;
  height: 1.2px;
}

.black-line-cookies.bottom, .fs-cc-prefs_trigger {
  display: none;
}

@media screen and (max-width: 991px) {
  .top-bar {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .logo-pomodoro {
    width: 17rem;
  }

  .menu-links {
    justify-content: center;
    width: auto;
  }

  .logo-block {
    width: 20rem;
    padding-top: .2rem;
  }

  .header-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    font-size: var(--tablet--font-h1);
    line-height: var(--tablet--font-h1-lh);
  }

  .heading-h1.expertise-01 {
    font-size: var(--tablet--font-h1);
    text-align: left;
  }

  .heading-h1.trusted {
    margin-left: 8rem;
    margin-right: 1rem;
  }

  .heading-h1.footer-url, .heading-h1.copy {
    text-align: left;
  }

  .heading-h1.expertise-03 {
    font-size: var(--tablet--font-h1);
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .heading-h1.expertise-02 {
    font-size: var(--tablet--font-h1);
    text-align: center;
    width: 100%;
  }

  .heading-h1.expertise-star {
    font-size: var(--tablet--font-h1);
    text-align: left;
  }

  .prague-time {
    display: none;
  }

  .headline-2-line, .headline-4-line {
    width: 100%;
  }

  .singapore-time {
    display: none;
  }

  .image-left {
    margin-top: 54rem;
    margin-left: 0;
  }

  .image-right {
    margin-top: -8rem;
    margin-right: 0;
  }

  .images-header, .about-wrapper, .about-headline {
    width: 100%;
  }

  .heading-h2.about {
    margin-left: 0%;
  }

  .heading-h2.talk, .heading-h2.together {
    font-size: var(--font--h3-70-60);
    line-height: var(--font--h3-70-60);
  }

  .heading-h2.reel {
    font-size: var(--font--perex-48-60);
    line-height: var(--font--h1-line-height-60);
  }

  .about-head-sub.scramble {
    text-align: left;
    width: 50%;
  }

  .about-perex-sub.scramble {
    display: none;
  }

  .about-perex {
    margin-bottom: var(--padding--100);
  }

  .perex.trusted {
    width: 50%;
  }

  .image-about-01, .image-about-02 {
    width: 100%;
  }

  .team {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-perex {
    width: 100%;
  }

  .services-section {
    padding-top: var(--padding--160);
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .service-headline {
    width: 100%;
  }

  .services-video {
    height: 120vh;
    margin-top: -60vh;
  }

  .services-base {
    width: 100%;
    top: 25%;
  }

  .our-skills {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
    flex-flow: column;
  }

  .skills-visual-digital {
    width: 50%;
  }

  .skills-visual-branding {
    width: 100%;
  }

  .skills-digital {
    margin-top: var(--padding--100);
    width: 100%;
  }

  .heading-h3 {
    margin-bottom: -.3rem;
  }

  .heading-h3.branding {
    align-self: flex-end;
    width: 50%;
  }

  .headline-branding {
    flex: 1;
    width: auto;
  }

  .services-base-info {
    width: 100%;
  }

  .services-skills {
    padding-top: var(--padding--160);
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .about-section {
    padding-right: 5rem;
    padding-bottom: var(--padding--160);
    padding-left: 5rem;
  }

  .section-projects {
    margin-bottom: var(--padding--160);
    padding-top: var(--padding--160);
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .projects-headline {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .project-big {
    height: var(--columns--6-895);
    width: 100%;
    padding-bottom: 0;
  }

  .project-video-big {
    display: block;
  }

  .info-box {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-info-wrapper {
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .project-info-text.name.scramble {
    width: auto;
  }

  .project-info-text.services {
    display: none;
  }

  .project-mini {
    height: var(--columns--6-895);
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .small-projects {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .project-video-mini {
    width: var(--columns--4-586);
    height: var(--columns--4-586);
    display: block;
  }

  .section-expertise {
    width: 100%;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .expertise-bottom {
    margin-top: -25rem;
  }

  .trusted-bottom {
    width: 100%;
  }

  .badge {
    width: 7rem;
    height: 7rem;
  }

  .trusted-perex {
    width: 50%;
  }

  .trusted-top {
    width: 100%;
  }

  .trusted-sticky-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .contact-area {
    padding: 15.5rem 5rem var(--padding--160);
    width: 100%;
  }

  .contact-sub.scramble {
    width: 25%;
  }

  .contact-headline {
    flex-flow: row;
  }

  .discuss-project {
    width: 75%;
  }

  .contact-box {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .book-call {
    order: -1;
    width: 100%;
  }

  .footer-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .footer-main {
    width: 100%;
  }

  .footer-mini-bottom {
    flex-flow: column;
  }

  .footer-time {
    display: none;
  }

  .menu-fixed {
    width: 20rem;
  }

  .button-base {
    width: 100%;
  }

  .button-marquee {
    display: none;
  }

  .center-block {
    align-self: center;
    width: auto;
    display: flex;
  }

  .headline-expertise {
    font-size: var(--font--perex-48-60);
    line-height: var(--font--perex-48-60);
  }

  .expertise-red-box {
    padding-top: 1.7rem;
    padding-right: var(--font--h1-line-height-32);
    padding-left: var(--font--h1-line-height-32);
    height: 8rem;
  }

  .expertise-red-box.rib-real {
    margin-left: -27.5rem;
  }

  .expertise-red-box.rib-auto {
    margin-left: 5.7rem;
  }

  .expertise-red-box.rib-arch {
    margin-left: 7.3rem;
  }

  .expertise-red-box.rib-sas {
    margin-left: -17.4rem;
  }

  .expertise-red-box.rib-ai {
    margin-left: -32.4rem;
  }

  .expertise-red-box.rib-non {
    margin-left: 12.5rem;
  }

  .expertise-red-box.rib-edu {
    margin-left: 29.2rem;
  }

  .expertise-red-box.rib-healt {
    margin-left: -20.8rem;
  }

  .expertise-list {
    margin-top: 6rem;
  }

  .tomato-header-01 {
    width: 120%;
    margin-left: -10%;
  }

  .tomato-01 {
    width: 100%;
    overflow: hidden;
  }

  .headline-expertise-box {
    justify-content: center;
    display: flex;
  }

  .headline-expertise-box.line2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .circle-arrow-footer {
    display: none;
  }

  .scrambler {
    font-size: var(--font--h3-70-60);
    line-height: var(--font--h3-70-60);
  }

  .touch-bar {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .touch-me {
    color: rgba(255, 255, 255, .1);
    font-size: var(--font--perex-36-40);
    line-height: var(--font--perex-48-60);
    text-align: center;
    padding-bottom: 20vh;
  }

  .heading-h3-mobile {
    margin-bottom: -.3rem;
  }

  .image-3 {
    display: block;
  }

  .left-image-mobile {
    display: inline-block;
  }

  .image-5 {
    width: auto;
    max-width: none;
    height: 110%;
    margin-top: -4rem;
    margin-left: -5rem;
  }

  .img-team-01, .img-team-02, .img-team-03, .img-team-04, .img-team-05, .img-team-06, .img-team-07, .img-team-08 {
    height: 100%;
  }

  .thumb-yumgle {
    width: 200%;
    max-width: none;
    height: auto;
    margin-left: -30rem;
  }

  .thumb-kore, .thumb-trebon, .thumb-klucibase, .thumb-nft {
    margin-top: 0;
  }

  .video-container-vimeo {
    height: 80vh;
  }

  .video-bg-plain, .contact-bg-plain {
    display: none;
  }

  .popup-main {
    flex-flow: column;
    width: 100%;
  }

  .image-tag {
    order: 1;
    width: 100%;
  }

  .contact-content-block {
    width: 100%;
  }

  .contact-popup-sub.scramble {
    display: none;
  }

  .popup-mini {
    width: 100%;
  }

  .image-tag-top {
    width: 64%;
  }

  .image-tag-bottom {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
  }

  .arrrow-brick {
    background-color: var(--color--pomodoro-red);
    bottom: 5rem;
  }

  .contact-main-box {
    padding-right: var(--padding--50-page);
    padding-left: var(--padding--50-page);
    flex-flow: column;
    height: 100%;
  }

  .fs-cc-prefs3_component {
    display: none;
  }

  .fs-cc-banner3_component {
    width: 90%;
    display: none;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .center-block, .video-bg-plain, .contact-bg-plain {
    display: none;
  }

  .fs-cc-banner3_text {
    font-size: 17px;
  }

  .fs-cc-prefs3_component {
    display: none;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-flow: row;
  }

  .fs-cc-prefs3_checkbox {
    width: 5rem;
    height: 5rem;
  }

  .fs-cc-prefs3_option {
    padding-bottom: 3rem;
  }

  .fs-cc-banner3_paragraph {
    font-size: 15px;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner3_button-text {
    font-size: 15px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_component {
    display: none;
  }

  .black-line-cookies {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .lottie-cointainer {
    overflow: hidden;
  }

  .lottie {
    width: 120%;
    height: 100%;
    margin-top: 0%;
    margin-left: -10%;
  }

  .top-bar {
    margin-top: 8rem;
    margin-bottom: var(--padding--260);
  }

  .body {
    overflow: visible;
  }

  .logo-pomodoro {
    width: 80%;
  }

  .logo-block {
    width: 50%;
  }

  .contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 50%;
    top: 8rem;
  }

  .circle-arrow-bg {
    width: 6rem;
    height: 6rem;
  }

  .heading-h1.trusted {
    margin-left: 4rem;
  }

  .heading-h1.copy {
    margin-top: 1rem;
  }

  .heading-h2 {
    font-size: var(--tablet--font-h1);
    line-height: var(--tablet--font-h1-lh);
  }

  .heading-h2.services {
    margin-bottom: var(--padding--160);
    font-size: var(--font--h2-110-100);
    line-height: 12rem;
  }

  .heading-h2.about, .heading-h2.talk {
    font-size: var(--font--h2-110-100);
    line-height: var(--font--h1-line-height-100);
  }

  .heading-h2.together {
    font-size: var(--font--h2-110-100);
    line-height: var(--font--h1-line-height-100);
    margin-left: 0;
  }

  .heading-h2.reel {
    font-size: var(--font--h3-70-60);
    line-height: var(--font--h1-line-height-100);
  }

  .perex.about {
    font-size: var(--padding--50-page);
    line-height: var(--image-height--70);
  }

  .perex.trusted {
    font-size: var(--padding--50-page);
    line-height: var(--font--h3-70-60);
  }

  .image-about-01, .image-about-02 {
    height: var(--image-height--540);
  }

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

  .team-perex {
    font-size: var(--padding--50-page);
    line-height: var(--image-height--70);
    margin-top: 5rem;
  }

  .services-section {
    z-index: 17;
  }

  .value-text {
    font-size: var(--font--perex-30-32);
  }

  .services-base {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .service-visual {
    margin-bottom: var(--padding--160);
    width: 100%;
    height: auto;
  }

  .skills-visual-digital {
    height: var(--columns--4-586);
    order: 1;
    width: 100%;
  }

  .skills-visual-branding {
    height: var(--columns--4-586);
    order: 1;
    margin: 0;
  }

  .skills-digital {
    flex-flow: column;
  }

  .heading-h3 {
    order: -1;
    width: 50%;
    margin-bottom: 5rem;
  }

  .heading-h3.branding {
    display: none;
  }

  .heading-h3.contact-popup {
    font-size: var(--font--h2-110-100);
    line-height: var(--font--h2-110-100);
    width: 100%;
  }

  .heading-h3.phone-popup {
    align-self: center;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .digital-text {
    flex-flow: row;
    margin-bottom: 5rem;
  }

  .digital-bullets {
    font-size: var(--padding--50-page);
    line-height: var(--image-height--70);
    width: 50%;
  }

  .skill-branding {
    flex-flow: column;
  }

  .branding-bullets {
    font-size: var(--padding--50-page);
    line-height: var(--image-height--70);
    width: 60%;
  }

  .headline-branding {
    flex-flow: column;
    display: flex;
  }

  .about-section {
    z-index: 17;
  }

  .project-big {
    height: var(--columns--8-1204);
  }

  .project-info-text.name-mini {
    width: auto;
  }

  .info-box-left {
    width: 50%;
  }

  .project-mini {
    height: var(--columns--8-1204);
  }

  .project-video-mini {
    width: var(--columns--4-586);
    height: var(--columns--4-586);
    display: block;
  }

  .section-expertise {
    margin-bottom: var(--padding--160);
  }

  .expertise-perex-01 {
    font-size: var(--padding--50-page);
    line-height: var(--image-height--70);
    width: 60%;
  }

  .expertise-bottom {
    margin-top: -20rem;
  }

  .expertise-perex-wrapper {
    width: 100%;
  }

  .trusted-perex {
    font-size: var(--padding--50-page);
    line-height: var(--font--h3-70-60);
  }

  .contact-sub.scramble {
    width: 100%;
    margin-bottom: 5rem;
  }

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

  .discuss-project {
    width: 100%;
  }

  .button-discuss {
    height: var(--padding--200);
    padding: 5rem;
  }

  .contact-box {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .circle-pomodoro, .circle-thomas {
    width: 20%;
    height: 20%;
  }

  .call-text {
    order: -1;
    width: 60%;
    margin-left: 0;
  }

  .footer-section {
    height: 100vh;
    padding-top: 8.4rem;
  }

  .phone {
    font-size: var(--font--h3-70-60);
    line-height: var(--font--h3-70-60);
  }

  .menu-fixed {
    width: 50%;
  }

  .button-base {
    height: 20rem;
  }

  .arrow-right {
    width: 3.2rem;
    height: 3.2rem;
  }

  .arrow-div {
    width: 4rem;
    height: 4rem;
  }

  .headline-expertise {
    font-size: var(--font--h1-line-height-60);
    line-height: var(--image-height--70);
  }

  .expertise-red-box {
    padding-right: var(--padding--50-page);
    padding-left: var(--padding--50-page);
    height: 10rem;
  }

  .expertise-red-box.rib-crypto {
    margin-left: 0;
  }

  .expertise-red-box.rib-enter {
    margin-left: -30rem;
  }

  .expertise-red-box.rib-edu {
    margin-left: 10rem;
  }

  .expertise-list {
    margin-top: 10rem;
  }

  .tomato-header-01 {
    width: 125%;
    margin-left: -12.5%;
  }

  .tomato-01 {
    overflow: hidden;
  }

  .footer-links {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-discuss {
    flex-flow: column;
    display: flex;
  }

  .scrambler {
    font-size: var(--font--h2-110-100);
    line-height: var(--font--h1-line-height-100);
  }

  .touch-me {
    font-size: var(--font--h3-70-60);
  }

  .email-pomodoro {
    font-size: var(--font--h3-70-60);
    line-height: var(--font--h3-70-60);
  }

  .heading-h3-mobile {
    text-align: right;
    order: 1;
    width: 40%;
    margin-bottom: 5rem;
    display: block;
  }

  .brading-box-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 6rem;
    display: flex;
  }

  .image-4 {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .image-5 {
    width: 100%;
    height: auto;
    margin-top: -16rem;
    margin-left: 0;
    display: inline-block;
  }

  .hand-play, .play-reel-cta {
    width: 100%;
    height: 100%;
  }

  .thumb-kore, .thumb-trebon, .thumb-klucibase, .thumb-nft {
    height: var(--columns--8-1204);
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: -16%;
  }

  .video-container-vimeo {
    width: 90%;
    max-width: 90%;
    height: auto;
  }

  .video-bg-plain, .contact-bg-plain {
    display: none;
  }

  .popup-main {
    margin-bottom: var(--padding--100);
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .image-tag {
    height: 76rem;
  }

  .contact-content-block {
    height: auto;
  }

  .contact-detail {
    height: 15rem;
  }

  .black-line {
    margin-bottom: 3rem;
  }

  .popup-mini {
    height: auto;
  }

  .popup-mini-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .image-tag-top, .image-tag-bottom {
    width: 100%;
    margin-top: -8rem;
  }

  .shedule-call-cta {
    font-size: var(--font--h3-70-60);
    width: 50%;
    line-height: 8rem;
  }

  .gray-block {
    display: none;
  }

  .arrrow-brick {
    width: 14rem;
    height: 14rem;
  }

  .image-9 {
    width: 4rem;
    height: 4rem;
  }

  .contact-main-box {
    padding-top: 15rem;
  }

  .popup-video-text {
    font-size: var(--font--mini-24-28);
    line-height: var(--tablet--font-h1-lh);
  }

  .left-contact-block {
    justify-content: space-between;
    display: none;
  }

  .right-contact-block {
    justify-content: space-between;
  }

  .popup-mini-sub-mob {
    display: block;
  }

  .lottie-overflow-killer {
    max-width: 100vw;
    overflow: hidden;
  }

  .fs-cc-banner3_text {
    font-size: 17px;
    line-height: 24px;
  }

  .fs-cc-prefs3_component {
    padding-left: 5rem;
    padding-right: 5rem;
    display: none;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-flow: column;
    padding-top: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 7rem;
    line-height: 10rem;
  }

  .fs-cc-prefs3_checkbox {
    width: 8rem;
    height: 8rem;
  }

  .fs-cc-prefs3_option {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-banner3_button {
    text-align: center;
    justify-content: center;
    width: 48%;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    width: 48%;
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_submit {
    padding-top: 3rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-top: 5rem;
    display: flex;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-banner3_container {
    grid-column-gap: var(--image-height--70);
    grid-row-gap: var(--image-height--70);
  }

  .fs-cc-banner3_component {
    padding-top: var(--padding--100);
    padding-bottom: var(--padding--100);
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .black-line-cookies, .black-line-cookies.bottom {
    display: block;
  }

  #w-node-d53dcdb8-6194-91d8-42e2-e35d74c17417-8b3b8117 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Victor Serif';
  src: url('../fonts/VictorSerifBasic-Medium.woff2') format('woff2'), url('../fonts/VictorSerifBasic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}