:root {
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --black: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --black2: #000;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-02: #14142b14;
}

.header {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.header.in-page {
  height: 100px;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  min-width: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.white-button-bg {
  background-color: #fff;
}

.white-button-bg.border-radius-30 {
  border-radius: 30px;
  padding: 15px 30px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.white-button-bg.border-radiusn-30 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 30px;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
}

.white-button-bg.border-radiusn-30.grey-bg {
  background-color: #f4f4f4;
}

.nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.black-button-bg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
}

.black-button-bg.nav-text.border-radius-30 {
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 600;
}

.nav-text {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.nav-text.w--current {
  color: #fff;
}

.nav-text.black-color {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.home-banner-slider {
  height: auto;
}

.slide {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.d-none {
  display: none;
}

.div-block {
  z-index: 2;
  position: absolute;
  inset: 30vh auto auto 0%;
}

.text-block {
  color: #fff;
  font-size: 95px;
}

.banner-area {
  background-image: url('../images/banner-slider-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
}

.banner-text {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #fff;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 76px;
  line-height: 83px;
  display: block;
}

.div-block-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-span {
  font-family: Limelight, sans-serif;
}

.text-span-2 {
  font-family: Limelight, sans-serif;
  display: inline;
  position: relative;
  top: 10px;
}

.text-span-3 {
  font-family: Limelight, sans-serif;
}

.banner-desc {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.body {
  font-family: Manrope, sans-serif;
}

.banner-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.banner-link.ghost-button {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
}

.banner-link.ghost-button.black-color {
  color: #000;
  border-color: #000;
}

.banner-link.black-full-btn {
  background-color: #000;
  border-radius: 10px;
  padding: 15px 30px;
}

.banner-button-area {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.banner-button-area.section-title-button.center {
  justify-content: center;
  margin-top: 23px;
  padding-bottom: 28px;
}

.robo-tanitim {
  height: auto;
  padding-bottom: 100px;
}

.text-div-white {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f8f8f8;
  border-radius: 22px;
  flex-flow: column;
  justify-content: space-around;
  padding: 20px;
  display: flex;
}

.text-div-white.black {
  background-color: #000;
}

.img-div {
  object-fit: cover;
  width: 100%;
}

.grid-div-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
}

.grid-div-title.white {
  color: #fff;
}

._4-grid-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-grid-div.margin-top-20vh {
  margin-top: 20vh;
}

.section-grid-image {
  width: 100%;
  max-width: none;
}

.grid-div-text {
  font-size: 16px;
  line-height: 28px;
}

.grid-div-text.white {
  color: #fff;
}

.section-title {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  padding-bottom: 50px;
  display: flex;
}

.section-title.mt-50 {
  margin-top: 50px;
  padding-bottom: 18px;
}

.section-title-text {
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
}

.text-span-4 {
  font-family: Limelight, sans-serif;
}

.machine-special {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.stats-box {
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  padding: 12px 30px;
  display: flex;
}

.stats-big {
  font-size: 90px;
  font-weight: 600;
  line-height: 100%;
}

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

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.text-block-2 {
  font-size: 55px;
  line-height: 100%;
}

.area-img {
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
}

.left-side {
  width: 100%;
}

.div-block-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.machine-spec-section {
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-3, .text-block-4 {
  font-size: 21px;
  line-height: 30px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-6 {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-6.border-div {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
}

.div-block-7 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-5 {
  color: #fff;
  padding-bottom: 19px;
  padding-left: 20px;
  font-size: 40px;
}

.brix---slider-mask-width-490px {
  width: 250px;
  max-width: none;
  height: auto;
  overflow: visible;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.text-block-6 {
  text-align: center;
  color: #000;
  width: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---card-testimonial-color-1 {
  box-shadow: none;
  color: #fff;
  transform-style: preserve-3d;
  background-color: #f8f8f8;
  border: 0 solid #eff0f6;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.brix---heading-h2-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---border-radius-24px {
  z-index: -1;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: block;
  overflow: visible;
  transform: translate(0);
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 50px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tab-left-icon {
  border: 2px none var(--elements-webflow-library--neutral--200);
  opacity: .5;
  color: var(--elements-webflow-library--neutral--800);
  background-color: #0000;
  border-radius: 0;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px 16px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon.w--current {
  border: 2px none var(--elements-webflow-library--accent--primary-1);
  box-shadow: none;
  opacity: 100;
  background-color: #0000;
  border-radius: 0;
  align-items: flex-start;
  padding-left: 0;
  transition-property: none;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: 0;
  margin-right: auto;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: 0;
  margin-right: auto;
}

.brix---tabs-wrapper-tabs-left {
  display: flex;
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 565px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  overflow: scroll;
}

.brix---tabs-content-card {
  border: 1px none var(--elements-webflow-library--neutral--400);
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 48px 18px;
  display: flex;
  overflow: visible;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.text-span-5 {
  font-family: Limelight, sans-serif;
}

.padding-bottom-100 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.padding-bottom-100.advantages {
  background-color: #fff;
}

.how-it-works {
  color: var(--black2);
  font-size: 55px;
  font-weight: 600;
}

.text-span-6 {
  font-family: Limelight, sans-serif;
}

.border-div {
  height: 445px;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.video {
  height: 100%;
  margin-top: -177px;
}

.div-block-9 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.video-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  font-size: 55px;
  line-height: 100%;
  display: grid;
}

.text-span-7 {
  font-family: Limelight, sans-serif;
}

.small-title-text {
  font-size: 14px;
  line-height: 24px;
}

.how-works {
  background-color: #f8f8f8;
  padding-top: 100px;
}

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

.spec-text-wrapper {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.spec-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.bold-text {
  font-size: 20px;
  font-weight: 800;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.div-block-10 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  align-items: center;
  display: flex;
}

.spec-text-area {
  font-size: 17px;
}

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-text-style {
  font-size: 60px;
  font-weight: 800;
  line-height: 68px;
}

.footer-text-img {
  position: absolute;
  inset: 56% 40px auto auto;
}

.footer-left {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-right {
  width: 100%;
}

.footer-top-area {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  margin-top: 0;
}

.footer-menu-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-link-area {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-7 {
  width: 100%;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 22px;
  display: flex;
}

.footer-bottom-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-block-8 {
  color: #000;
  font-weight: 500;
}

.mt-100 {
  margin-top: 123px;
}

.text-block-11 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.text-block-11.white-text {
  color: #fff;
}

.body-2 {
  font-family: Manrope, sans-serif;
}

.about-us-page-title {
  height: 100%;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-top: 0;
  position: relative;
}

.in-page-title-1 {
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  line-height: 61px;
}

.text-span-8 {
  font-family: Limelight, sans-serif;
  font-size: 55px;
}

.in-page-title-desc-1 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.in-page-slide-banner-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  overflow: scroll;
}

.banner-images-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 4000px;
  display: grid;
  overflow: hidden;
}

.banner-slide-image-wrapper {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
}

.banner-slide-cover-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.text-span-9 {
  font-family: Limelight, sans-serif;
}

.in-page-general-desc {
  font-size: 17px;
  line-height: 30px;
}

.parbot-growing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: none;
}

.growing-text-1 {
  font-size: 20px;
  line-height: 47px;
  display: none;
}

.text-span-10 {
  font-family: Limelight, sans-serif;
}

.growing-text-2, .text-block-12 {
  font-size: 17px;
  line-height: 25px;
}

.section {
  height: auto;
  margin-bottom: 75px;
}

.parbot-spec-wrapper {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(231deg, #293036, #0d151e);
  border-radius: 20px;
  flex-flow: column;
  height: auto;
  padding: 34px;
  display: flex;
}

.mt-mb-75 {
  margin-top: 75px;
  margin-bottom: 0;
}

.text-block-13 {
  color: #fff;
  width: 100%;
  font-size: 45px;
  line-height: 47px;
}

.text-block-14 {
  color: #737b84;
  font-size: 25px;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.div-block-13 {
  background-color: #737b84;
  width: 100%;
  height: 1.5px;
}

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

.text-span-11 {
  font-family: Limelight, sans-serif;
}

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

.why-pabotr-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #737b84;
  border-radius: 15px;
  flex-flow: row;
  align-items: center;
  padding: 25px 15px;
  display: flex;
}

.why-pabotr-box.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.why-pabotr-box.horizontal.d-d-none {
  display: none;
}

.why-parbot-desc {
  color: #fff;
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.why-parbot-desc.long {
  width: 100%;
}

.image-4 {
  width: 50px;
  transform: rotate(-45deg);
}

.text-block-15 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  width: auto;
  min-width: 222px;
  padding: 3px 10px 3px 5px;
  text-decoration: none;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-17 {
  width: 100%;
}

.absolute-number {
  z-index: -1;
  position: relative;
  top: 0;
}

.absolute-number.high-place {
  top: -201px;
}

.number-text {
  color: #e6e6e6;
  font-family: Limelight, sans-serif;
  font-size: 100px;
}

.div-block-18 {
  z-index: 2;
  position: relative;
}

.text-span-12, .text-span-13 {
  font-family: Limelight, sans-serif;
}

.div-block-19, .div-block-20, .div-block-21, .div-block-22 {
  width: 100%;
}

.people-small-image {
  width: 126px;
}

.div-block-23 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partner-banner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.double-image {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  width: 125px;
  display: flex;
  overflow: hidden;
}

.double-image.mt-75 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 75px;
}

.banner-image-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-6 {
  width: 95px;
  height: 115px;
  overflow: visible;
}

.body-3 {
  font-family: Manrope, sans-serif;
}

.heading {
  text-align: center;
  font-family: Limelight, sans-serif;
}

.heading-2 {
  text-align: center;
  font-weight: 500;
}

._2slice-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100px;
  display: grid;
}

._2slice-div.reverse {
  margin-top: 100px;
}

.slice-div-title {
  font-family: Limelight, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
}

.list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  padding-left: 15px;
  font-size: 17px;
  display: flex;
}

.list.d-none {
  display: none;
}

.div-block-25 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-25.pl-40 {
  padding-left: 40px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default-3.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.brix---section-2 {
  color: var(--black);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---section-2.mt-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---image-width-100 {
  width: 100%;
}

.brix---grid-gallery-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.partner-desc {
  margin-top: 64px;
}

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

.form-field-text {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c9c9c9;
}

.form-text-box {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #c9c9c9;
}

.text-block-16 {
  text-align: center;
  font-family: Limelight, sans-serif;
  font-size: 34px;
}

.div-block-26 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.form-field-label {
  font-weight: 600;
}

.submit-button {
  background-color: #000;
}

.div-block-27 {
  justify-content: flex-end;
  display: flex;
}

.section-2 {
  background-color: #f8f8f8;
  margin-top: 100px;
  padding-top: 25px;
  padding-bottom: 50px;
}

.text-span-14, .text-span-15, .text-span-16 {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.banner-image-resize {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 125px;
  height: 150px;
  overflow: hidden;
}

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

.image-7 {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}

.contact-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.body-4 {
  font-family: Manrope, sans-serif;
}

.text-block-17 {
  font-size: 48px;
  font-weight: 600;
}

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

.div-block-30 {
  justify-content: flex-end;
  display: flex;
}

.section-3 {
  margin-top: 40px;
}

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

.submit-button-2 {
  background-color: #000;
}

.contact-field-title {
  font-size: 15px;
  font-weight: 800;
}

.contact-field-desc {
  width: 80%;
}

.contact-adress-area {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.link {
  color: #000;
  width: 80%;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px #000;
  flex-flow: column;
  padding-left: 50px;
  display: flex;
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-34 {
  background-color: #eee;
  width: 1px;
  height: 100%;
}

.image-8 {
  width: 88px;
}

.brand, .brand-2 {
  padding-top: 10px;
}

.image-9 {
  object-fit: cover;
  height: 100%;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.div-block-35 {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fligran {
  z-index: 3;
  background-image: linear-gradient(0deg, #000, #0000002b);
  position: absolute;
  inset: 0%;
}

.detail-text-for-how-it-works {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.list-text-for-works {
  font-size: 14px;
  font-weight: 400;
}

.how-it-works-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 15px;
  display: none;
}

.text-block-18, .text-block-19 {
  padding-bottom: 10px;
  font-size: 17px;
}

.how-it-works-summary {
  font-size: 13px;
  font-weight: 400;
}

.tab-pane-brix---mobile-app {
  flex: 1;
}

.text-span-17 {
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.how-its-text {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.location-wrapper {
  flex-flow: column;
  display: flex;
}

.location-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d1d1d1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  padding: 25px 0;
}

.item-number {
  color: #000;
  height: 100%;
  font-family: Limelight, sans-serif;
  font-size: 100px;
  display: flex;
}

.item-short-loc {
  color: #c9c9c9;
  font-family: Limelight, sans-serif;
  font-size: 22px;
}

.item-long-loc {
  font-size: 55px;
}

.irem-name {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.item-address {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.address-text {
  font-size: 20px;
}

.map-link {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 120px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.body-5 {
  font-family: Manrope, sans-serif;
}

.text-block-20 {
  font-size: 55px;
}

.text-block-21 {
  line-height: 100px;
}

.image-11 {
  z-index: 1;
  position: absolute;
  left: 0;
}

.image-12 {
  z-index: 2;
  position: relative;
}

.mobile-menu-header, .mobile-menu-links, .brand-3.w--current {
  display: none;
}

.mobile-nav {
  background-color: #000;
}

.mobile-nav.d-dnone {
  display: none;
}

.mobile-nav-header {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mobile-nav-items {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.mobile-menu-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.mobile-line {
  background-color: #fff;
  width: 30px;
  height: 3px;
}

.image-14 {
  width: 65px;
}

.mobile-nav-links {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.non-bullet {
  margin-left: -17px;
  padding-left: 0;
  list-style-type: none;
}

.non-bullet-text {
  font-weight: 800;
}

.div-block-41 {
  border-radius: 20px;
  overflow: hidden;
}

.image-15 {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .header.in-page {
    z-index: 99;
    background-color: #000;
    height: 82px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-button-bg.border-radiusn-30 {
    border-radius: 0;
    justify-content: center;
  }

  .white-button-bg.border-radiusn-30.grey-bg {
    text-align: left;
    justify-content: center;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    height: 100vh;
    padding-top: 122px;
    position: fixed;
    top: 0;
  }

  .navbar {
    height: 100%;
    display: flex;
  }

  .navbar.main-page {
    background-color: #000;
    align-items: center;
    display: flex;
  }

  .navbar.m-dnone {
    display: none;
  }

  .black-button-bg {
    background-color: #3b3a3a;
    border-radius: 0;
    justify-content: center;
  }

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

  .nav-text.black-color {
    color: #fff;
  }

  .banner-text {
    font-size: 62px;
    line-height: 65px;
  }

  .div-block-2 {
    padding-left: 20px;
  }

  .menu-button {
    z-index: 3;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    color: #fff;
  }

  ._4-grid-div.margin-top-20vh {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-text {
    font-size: 50px;
  }

  .machine-special {
    flex-flow: wrap;
  }

  ._2-column-area {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 25px;
    display: grid;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    padding-bottom: 21px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .area-img {
    box-sizing: border-box;
    object-fit: fill;
    object-position: 50% 50%;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .text-block-5 {
    line-height: 100%;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---heading-h2-size {
    font-size: 50px;
    line-height: 46px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .how-it-works {
    font-size: 50px;
  }

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

  .spec-text {
    flex-flow: column;
  }

  .image-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-text-style {
    font-size: 46px;
    line-height: 55px;
  }

  .footer-text-img {
    top: 22%;
    right: 30px;
  }

  .text-block-9, .text-block-10 {
    font-size: 50px;
  }

  .why-pabotr-box.horizontal.d-d-none {
    display: none;
  }

  .why-parbot-desc {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }

  .div-block-17 {
    object-fit: fill;
    width: 100%;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brand.w--current {
    z-index: 99;
  }

  .brand-2.w--current {
    z-index: 99;
    filter: invert();
    width: 63px;
    display: flex;
  }

  .image-12 {
    z-index: 9;
  }

  .image-12.mob {
    width: 65px;
  }

  .div-block-36 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-37 {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-38 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .line-menu {
    background-color: #000;
    width: 17px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-menu.opener {
    background-color: #fff;
  }

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

  .mobile-menu-header {
    display: block;
  }

  .mobile-menu-links {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
  }

  .m-links {
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
  }

  .m-links-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 23px;
    display: flex;
  }

  .operner-mobile-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-13 {
    filter: invert();
  }

  .menu-icon-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .menu-line {
    background-color: #fff;
    width: 20px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line.main-page {
    background-color: #fff;
  }

  .div-block-40 {
    z-index: 3;
  }

  .brand-3.w--current {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .mobile-nav.d-dnone {
    display: flex;
  }

  .mobile-nav-header {
    padding-top: 17px;
  }

  .mobile-nav-items {
    height: 100vh;
    padding-top: 28px;
    display: none;
  }

  .mobile-logo {
    margin-top: -9px;
  }
}

@media screen and (max-width: 767px) {
  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---grid-gallery-v4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header.in-page {
    background-color: #000;
    height: 83px;
  }

  .container {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-button-bg.border-radiusn-30 {
    border-radius: 0;
    justify-content: center;
  }

  .nav-menu {
    background-color: #000;
    height: 100vh;
    padding-top: 122px;
    position: fixed;
    inset: 0 0% auto;
  }

  .navbar {
    padding-top: 9px;
    display: flex;
  }

  .navbar.main-page {
    display: flex;
  }

  .black-button-bg {
    background-color: #383838;
    border-radius: 0;
  }

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

  .nav-text.black-color {
    color: #fff;
  }

  .banner-area {
    background-image: linear-gradient(#0000008c, #00000054), url('../images/banner-slider-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .banner-text {
    text-align: center;
    font-size: 40px;
    line-height: 39px;
  }

  .div-block-2 {
    align-items: center;
  }

  .banner-desc, .banner-link.ghost-button.black-color, .banner-link.black-full-btn {
    text-align: center;
  }

  .banner-button-area {
    flex-flow: column;
  }

  .banner-button-area.section-title-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menu-button {
    z-index: 3;
    background-color: #0000;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 9;
    background-color: #000;
  }

  .icon {
    color: #fff;
  }

  .icon.in-page-black {
    color: #000;
  }

  ._4-grid-div.margin-top-20vh {
    grid-template-columns: 1fr;
  }

  .section-title-text {
    text-align: center;
    font-size: 27px;
  }

  .machine-special {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .stats-box {
    width: auto;
  }

  .stats-big {
    font-size: 79px;
  }

  ._2-column-area {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .text-block-2 {
    font-size: 28px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    line-height: 100%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-1 {
    flex-flow: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-left-icon.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 27px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-left-16px {
    flex: none;
    width: 100%;
    margin-left: 13px;
    display: block;
  }

  .brix---tabs-wrapper-tabs-left {
    width: 100%;
  }

  .brix---tabs-menu-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 3000px;
    height: auto;
    display: flex;
    overflow: scroll;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .how-it-works {
    font-size: 47px;
    line-height: 52px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .video-text {
    flex-flow: column;
    display: flex;
  }

  .spec-grid {
    grid-template-columns: 1.25fr;
  }

  .spec-text-wrapper {
    flex-flow: column;
  }

  .footer-text-style {
    font-size: 36px;
    line-height: 48px;
  }

  .footer-text-img {
    right: 0;
  }

  .footer-top-area {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1.25fr;
  }

  .text-block-9, .text-block-10 {
    font-size: 39px;
  }

  .text-span-8 {
    font-size: 37px;
    line-height: 40px;
    display: block;
  }

  .banner-images-area {
    margin-left: -172px;
  }

  .growing-text-1 {
    font-size: 30px;
    line-height: 29px;
  }

  .parbot-spec-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .text-block-13 {
    font-size: 37px;
  }

  .div-block-12 {
    flex-flow: column;
  }

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

  .div-block-15 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 300px;
    display: flex;
    overflow: scroll;
  }

  .why-pabotr-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 45%;
    display: flex;
  }

  .why-pabotr-box.horizontal {
    display: block;
  }

  .why-pabotr-box.horizontal.m-d-none {
    display: none;
  }

  .why-pabotr-box.horizontal.d-d-none {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .why-parbot-desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .why-parbot-desc.mobile {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    width: auto;
    padding-right: 20px;
  }

  .image-5 {
    width: 150px;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .double-image.mt-75 {
    width: 50px;
  }

  .banner-image-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 30px;
  }

  ._2slice-div {
    grid-template-columns: 1fr;
  }

  .slice-div-title {
    font-size: 24px;
  }

  .div-block-25.pl-40 {
    padding-left: 0;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-2.mt-0 {
    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;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---grid-gallery-v4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .form {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: start;
    width: 100%;
    display: flex;
  }

  .text-block-16 {
    line-height: 42px;
  }

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

  .div-block-28 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .banner-image-resize {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .contact-field-desc, .link {
    width: 100%;
  }

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

  .brand.w--current {
    z-index: 9;
  }

  .brand-2.w--current {
    z-index: 99;
    display: flex;
  }

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

  .how-it-works-list, .how-it-works-summary {
    display: none;
  }

  .location-item {
    grid-template-columns: .25fr 1fr;
  }

  .irem-name {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    height: 100%;
  }

  .text-block-21 {
    font-size: 50px;
  }

  .image-12 {
    z-index: 9;
    filter: none;
  }

  .image-12.mob {
    width: 63px;
  }

  .text-block-22 {
    font-size: 30px;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .div-block-36 {
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .div-block-37 {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-38 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .line-menu {
    background-color: #000;
    border-radius: 3px;
    width: 17px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .line-menu.opener {
    color: #fff;
    background-color: #fff;
  }

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

  .mobile-menu-header {
    display: none;
  }

  .mobile-menu-links {
    z-index: 9;
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    background-color: #000;
    flex-flow: column;
    height: 100vh;
    padding-top: 17px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .m-links {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }

  .m-links-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    padding-top: 22px;
    display: flex;
  }

  .operner-mobile-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-13 {
    filter: invert();
  }

  .menu-icon-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .menu-line {
    background-color: #fff;
    width: 25px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-nav-items {
    display: none;
  }

  .mobile-logo {
    margin-top: -8px;
  }

  .mobile-menu-icon {
    cursor: pointer;
  }
}

#w-node-_8aef9feb-62d7-fbc6-139e-f6e2c9c9b488-62d16341 {
  justify-self: end;
}

#w-node-_1926cb42-94c1-144a-2a50-9ec0c6d2d855-62d16341 {
  justify-self: start;
}

#w-node-f4bb50b7-a7d4-6bc1-caf6-b6f33977cc08-62d16341 {
  place-self: center;
}

#w-node-_0e72965d-abd3-874b-5e75-5a9e6e8837a5-62d16341 {
  justify-self: end;
}

#w-node-_51c94f47-e286-119c-d9eb-6c7fded3f401-4b42799d, #w-node-bbfe0013-bedd-9709-df1d-9fb3558068a0-4b42799d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d5f0f37-0b2c-0280-100b-859995833369-4b42799d {
  justify-self: end;
}

#w-node-ff8289b2-46c9-880c-ce03-299a13a7ed71-4b42799d {
  justify-self: start;
}

#w-node-ff8289b2-46c9-880c-ce03-299a13a7ed6e-4b42799d {
  justify-self: end;
}

#w-node-fa60ef16-4b1d-3cd8-911b-8e8727ed7af2-4b42799d, #w-node-_215f7d92-e061-fe1b-5d3b-56d7d98f910c-4b42799d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7d5f0f37-0b2c-0280-100b-859995833369-a2987ac6 {
  justify-self: end;
}

#w-node-ff8289b2-46c9-880c-ce03-299a13a7ed71-a2987ac6 {
  justify-self: start;
}

#w-node-c0824846-1bda-d9d9-f180-fd2a98fc6cb8-a2987ac6 {
  justify-self: end;
}

#w-node-c54d86f0-4cd7-2970-afb4-276af983eedd-a2987ac6 {
  justify-self: start;
}

#w-node-ff8289b2-46c9-880c-ce03-299a13a7ed6e-a2987ac6 {
  justify-self: end;
}

#w-node-_99d9dc85-4d53-a824-36d5-b303ffa9cc85-a2987ac6 {
  justify-self: start;
}

.partnership-img-item:first-child,
#w-node-e8e0342f-4aeb-8f51-6da9-d3d74c59fc43-b8683c82 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

.partnership-img-item-left:first-child,
#w-node-bd1f9041-2bbd-dfe2-d3e5-876aac358675-b8683c82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a482eacb-5087-e7bb-acfe-c6cddfec3ed5-b8683c82 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

.full-field-item,
#w-node-_9de198d9-c540-c5ef-f13b-29cf3e273263-b8683c82, 
#w-node-_94d1c91d-858c-3d67-5d38-dba259cc569c-b8683c82, 
#w-node-_56c654be-bb79-fb0e-a9cf-e47854961ceb-b8683c82, 
#w-node-_8b3a8214-d591-3470-9eb4-54e07b1b3bf5-44417434, 
#w-node-d554c721-401a-8ba9-7349-0c8cbd716fd7-44417434 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ded2193-0d3f-da58-b516-f359b116564f-44417434 {
  place-self: center;
}

#w-node-ef3b7e34-1233-f2d6-0f2e-f403a3acd3c6-44417434 {
  justify-self: end;
}

.how-it-works-image {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9b0c0fa5-8505-1173-0dd8-2cd7030197cc-60362f66 {
  align-self: end;
}

#w-node-fd423b80-9e83-7476-8a56-695f2916fb70-60362f66, #w-node-_6f2db5f1-ca6e-f149-4757-ab4c9400f2af-60362f66 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dbe79e27-fd01-89be-0ddc-d51c6fa3a282-62d16341 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_8aef9feb-62d7-fbc6-139e-f6e2c9c9b488-62d16341 {
    justify-self: auto;
  }

  #w-node-_1926cb42-94c1-144a-2a50-9ec0c6d2d855-62d16341 {
    order: 9999;
  }

  #w-node-_7d5f0f37-0b2c-0280-100b-859995833369-4b42799d {
    justify-self: auto;
  }

  #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed71-4b42799d {
    order: -9999;
  }

  #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed6e-4b42799d, #w-node-_7d5f0f37-0b2c-0280-100b-859995833369-a2987ac6 {
    justify-self: auto;
  }

  #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed71-a2987ac6 {
    order: -9999;
  }

  #w-node-c0824846-1bda-d9d9-f180-fd2a98fc6cb8-a2987ac6 {
    justify-self: auto;
  }

  #w-node-c54d86f0-4cd7-2970-afb4-276af983eedd-a2987ac6 {
    order: -9999;
  }

  #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed6e-a2987ac6 {
    order: 9999;
    justify-self: auto;
  }

  #w-node-_99d9dc85-4d53-a824-36d5-b303ffa9cc85-a2987ac6 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dbe79e27-fd01-89be-0ddc-d51c6fa3a265-62d16341, #w-node-dbe79e27-fd01-89be-0ddc-d51c6fa3a284-62d16341 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed71-4b42799d, #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed71-a2987ac6, #w-node-c54d86f0-4cd7-2970-afb4-276af983eedd-a2987ac6, #w-node-ff8289b2-46c9-880c-ce03-299a13a7ed6e-a2987ac6, #w-node-_99d9dc85-4d53-a824-36d5-b303ffa9cc85-a2987ac6, #w-node-bd1f9041-2bbd-dfe2-d3e5-876aac358674-b8683c82, #w-node-_9b7f8d2c-ba2c-f8b1-900a-645424e4ecbe-35b9d5a9, #w-node-_3be57996-8585-8f49-15ba-11fa0724eb6b-35b9d5a9 {
    order: 9999;
  }

  #w-node-_6f2db5f1-ca6e-f149-4757-ab4c9400f2af-60362f66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}
@media screen and (max-width: 1200px) {
  .nav-text {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .black-button-bg,
  .white-button-bg,
  .white-button-bg.border-radiusn-30 {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1100px) {
  .nav-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  .nav-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.choose-language {
  position: relative;
  cursor: pointer;
}

.choose-language .dropdown-menu {
  display: none;
  background-color: #000;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 10px 5px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.choose-language.show .black-button-bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 12px 30px;
}

@media screen and (max-width: 1200px) {

  .choose-language .black-button-bg {
    padding: 10px 15px;
    border-radius: 22px;
  }
  
  .choose-language.show .black-button-bg{
    padding: 10px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .choose-language .dropdown-menu {
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    top: 41px;
  }
}

.choose-language.show .dropdown-menu {
  display: block;
}

.choose-language .dropdown-menu li {
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.choose-language .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
