:root {
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

p {
  color: #ffffff80;
  text-align: justify;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #fff;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.body {
  cursor: default;
  background-color: #fff;
}

.body.scroll-block-body {
  height: 101vh;
  max-height: 101vh;
  overflow: hidden;
}

.header-column-1 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hamburger-line-2 {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 30px;
  height: 1px;
  margin-top: 5px;
}

.header-bottom-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.logo-circle-2 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.header-column-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.menu-hamburger {
  cursor: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: static;
}

.menu-hamburger:hover {
  background-color: #000;
  border-color: #ffffff4d;
}

.menu-hamburger.scroll-block-trigger {
  background-color: #001db9;
  display: flex;
}

.logo-circle-1 {
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.say-hello-button {
  cursor: none;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
}

.say-hello-button:hover {
  background-color: #fff;
  border-color: #0000004d;
}

.say-hello-button.second, .say-hello-button.second.scroll-block-trigger {
  display: none;
}

.say-hello-button.scroll-block-trigger.hover-effect {
  color: #fff;
  background-color: #004aad00;
  border-style: solid;
  border-color: #c2c2c278;
  width: 120px;
  height: 44px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.say-hello-button.scroll-block-trigger.hover-effect:hover {
  color: #000;
}

.header-container-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.hamburger-line-1 {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.header-columns {
  z-index: 1;
  width: 100%;
  height: 70px;
  margin-top: 0;
  overflow: hidden;
}

.header {
  z-index: 1000;
  mix-blend-mode: difference;
  background-color: #000;
  border: 1px solid #fff;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.wrap-menu-button {
  cursor: none;
  mix-blend-mode: difference;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

.wrap-menu-button:hover {
  background-color: #fff;
  border-color: #000;
}

.menu-button-text {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  width: 100%;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: relative;
}

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

.menu-button-text.second {
  position: absolute;
}

.menu-button-text.what-s1 {
  text-align: left;
  mix-blend-mode: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.menu-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 101px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.wrap-logo {
  cursor: none;
}

.menu {
  z-index: 990;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.site-left-line {
  background-color: #0000004d;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: 100% auto auto 4%;
}

.menu-columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-column-1 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.menu-middle-line {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  width: 1px;
  height: 100vh;
  margin-top: 101px;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.wrap-menu-button-text {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.email-field-wrap {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 5vw;
  margin-top: 101px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.email-field-wrap.form-style {
  border-right: 1px solid #ffffff4d;
  margin-top: 0;
}

.menu-email-link {
  color: #fff;
  letter-spacing: .04em;
  white-space: nowrap;
  cursor: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .5s cubic-bezier(.23, 1, .32, 1);
  transform: rotate(-90deg);
}

.menu-email-link:hover {
  letter-spacing: .08em;
}

.phone-field-wrap {
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5vw;
  margin-top: 101px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.phone-field-wrap.form-style {
  border-left: 1px solid #ffffff4d;
  margin-top: 0;
}

.menu-phone-link {
  color: #fff;
  letter-spacing: .04em;
  white-space: nowrap;
  cursor: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: letter-spacing .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: rotate(90deg);
}

.menu-phone-link:hover {
  letter-spacing: .08em;
}

.sm-buttons {
  z-index: 991;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 6.5vw 30px auto;
}

.plus-line-1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 25px;
  position: absolute;
}

.sm-button-plus {
  z-index: 100;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.scroll-bar {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  justify-content: flex-end;
  align-items: center;
  width: 1px;
  height: 152px;
  margin-right: 25px;
  position: fixed;
  inset: 40% 4.5vw 0% auto;
}

.scroll-bar-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: relative;
  right: 3.5px;
}

.color-switch {
  z-index: 991;
  cursor: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto auto 30px 6.5vw;
}

.color-switch-frame {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 24px;
  display: flex;
}

.color-switch-frame:hover {
  background-color: #fff;
  border-color: #0000004d;
}

.color-switch-dot {
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.scroll-down-wrap {
  margin-top: 0;
  position: static;
  inset: auto 0% 0;
}

.wrap-circles {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.big-circle-home {
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  width: 300px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.big-circle-home.main-big-circle {
  background-color: #004aad;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.you-circle-text {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.you-circle-text:hover {
  z-index: 1;
}

.you-circle-text-2 {
  z-index: 1;
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: transform 1s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
}

.you-circle-text-2:hover {
  z-index: 2;
  transform: scale(1.5);
}

.footer {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 15vh;
  padding-bottom: 0;
  display: block;
}

.footer-logo-wrap {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-circle-left-wrap {
  background-color: #004aad;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.footer-circle-right-wrap {
  background-color: #e8f2ff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.footer-circle-center-text-wrap {
  position: relative;
  overflow: hidden;
}

.footer-circle-center-wrap {
  background-color: #004aad;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
}

.footer-bootom-part-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-frame-line-left {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
}

.footer-frame-line-right {
  background-color: #ffffff4d;
  width: 1px;
  height: 100%;
  position: relative;
}

.footer-frame-line-bottom, .footer-frame-line-top {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.footer-center-line {
  background-color: #004aad;
  width: 5px;
  height: 100%;
}

.footer-bootom-text {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 5vh 0 2vh;
  display: flex;
}

.port-to-top {
  color: #ffffff80;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.port-to-top.second {
  margin-top: 20px;
  position: absolute;
}

.footer-heading-1 {
  color: #000;
  text-transform: none;
  font-size: 4rem;
  line-height: 60px;
}

.footer-heading-1-wrap {
  flex-direction: row;
  display: flex;
}

.footer-heading-1-1 {
  color: #000;
  text-transform: none;
  margin-left: 20px;
  font-size: 4rem;
  line-height: 60px;
}

.footer-heading-1-1-wrap {
  position: relative;
}

.footer-heading-1-2 {
  color: #000;
  text-transform: none;
  font-size: 4rem;
  line-height: 1.4;
}

.footer-paragraph {
  color: #ffffff80;
  text-align: justify;
  letter-spacing: .04em;
  text-transform: none;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.port-to-top-info-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 7.5vh;
  display: flex;
}

.footer-heading-1-2-wrap {
  overflow: hidden;
}

.footer-center-line-wrap {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.footer-email-link-wrap {
  cursor: none;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.port-to-top-wrap {
  cursor: none;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-links-wrap {
  margin-top: 0;
}

.footer-info-wrap {
  width: 300px;
  display: flex;
  overflow: hidden;
}

.footer-info {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.footer-info.scroll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 10%;
}

.footer-info-text {
  color: #ffffff80;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-info-text-dot {
  color: #fff;
  font-size: 6px;
  line-height: 1;
  top: -2px;
}

.say-hello-form {
  z-index: 992;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.say-hello-form-wrap {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.ceo-photo {
  width: 80%;
  position: relative;
  top: 15%;
}

.ceo-background {
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
}

.wrap-ceo-photo {
  mix-blend-mode: normal;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.small-heading {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.small-heading._50 {
  color: #ffffff80;
}

.small-heading.who-s1 {
  mix-blend-mode: difference;
  position: absolute;
  inset: 20% auto auto 0%;
}

.small-heading.who-s1-ceo {
  mix-blend-mode: difference;
}

.site-right-line {
  background-color: #0000004d;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: 100% 4% 0% auto;
}

.global {
  background-color: #222;
  width: 100%;
  height: 100vh;
  display: none;
}

.ceo-text-wrap {
  cursor: none;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 10vh;
}

.ceo-text-wrap:hover {
  background-color: #000;
}

.menu-bg {
  background-color: #001db9;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.simple-vertical-line {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: auto 10% 0% auto;
}

.preloader-dots {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-dots-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.preloader-dot-1 {
  background-color: #d9ff00;
  border: 1px #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  margin-right: 1.5px;
  display: flex;
  overflow: hidden;
}

.preloader-dot-2 {
  background-color: #001db9;
  border: 1px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  margin-left: 1.5px;
  display: flex;
  overflow: hidden;
}

.preloader {
  z-index: 994;
  cursor: none;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-transition {
  z-index: 994;
  cursor: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 0%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.say-hello-form-wrap-2 {
  border: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.txt-field {
  color: #000;
  background-color: #e5e5e5;
  border: 2px solid #0000;
  border-left: 0 #0000;
  border-right: 0 #0000;
  border-radius: 0;
  margin-bottom: .9em;
  padding: 1.5em 1em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
  overflow: hidden;
}

.txt-field:hover {
  background-color: #e5e5e580;
}

.txt-field:active {
  border-width: 2px 0;
  border-color: #0000;
}

.txt-field:focus {
  background-color: #e5e5e580;
  border-width: 2px 0;
  border-color: #0000 #0000 #000;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  box-shadow: 0 0 #0000;
}

.txt-field::placeholder {
  color: #000;
}

.back-button {
  margin-bottom: 2.2em;
  margin-left: 2.4em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.close-button {
  z-index: 50;
  margin-top: 2em;
  margin-right: 2em;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.success-message {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  position: absolute;
}

.error-message-hidden {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  position: absolute;
}

.say-hello-form-wrap-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-page-no {
  color: #ffffff80;
  letter-spacing: .08em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.form-question-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-question-wrap.q1 {
  display: flex;
}

.form-question-wrap.q2, .form-question-wrap.q3 {
  display: block;
}

.form-question-wrap.q4, .form-question-wrap.q5 {
  display: none;
}

.form-field-underline {
  background-color: #fff;
  width: 90%;
  height: 1px;
}

.form-field-underline.q2, .form-field-underline.q5-line-1, .form-field-underline.q5-line-2, .form-field-underline.q5-line-3 {
  width: 100%;
}

.heading-1-form {
  font-size: 4rem;
}

.heading-1-form.q1 {
  text-transform: none;
  font-size: 2.6rem;
}

.heading-1-form.q5 {
  text-transform: none;
  font-size: 3rem;
}

.checkbox {
  z-index: 1;
  cursor: none;
  mix-blend-mode: difference;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.checkbox:hover {
  border: 1px solid #fff;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  color: #fff;
  mix-blend-mode: difference;
  align-items: center;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
}

.checkbox-label.branding {
  cursor: pointer;
}

.form-checkbox-field {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 35px 15px 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-checkbox-wrap {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.say-hello-form-bg {
  z-index: 992;
  background-color: #001db9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-link-next-wrap {
  cursor: none;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.form-link-next-wrap:active {
  background-color: #fff;
}

.form-link-close-wrap {
  cursor: none;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.form-link-close-wrap:hover {
  background-color: #fff;
}

.form-link-close-wrap.thank-you {
  border-color: #ffffff80;
}

.form-link-close-wrap.q1.scroll-block-trigger {
  border-color: #ffffff26;
}

.heading-1-form-wrap {
  overflow: hidden;
}

.heading-1-form-wrap.q2, .heading-1-form-wrap.q5 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.form-checkbox-field-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.form-checkbox-field-wrap.left {
  justify-content: flex-end;
}

.form-checkbox-field-wrap.right {
  justify-content: flex-start;
}

.form-link-next-img {
  mix-blend-mode: difference;
  width: 22px;
  height: 22px;
  transform: rotate(135deg);
}

.form-link-close-img {
  opacity: .5;
  mix-blend-mode: difference;
  width: 18px;
  height: 18px;
}

.form-link-close-img.thank-you {
  opacity: 1;
}

.form-q2-wrap {
  flex-flow: column wrap;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.form-text-area {
  color: #fff;
  cursor: none;
  background-color: #ffffff26;
  border-style: none;
  border-radius: 0 30px 0 0;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 120px;
  min-height: 120px;
  max-height: 300px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.form-radio-field {
  cursor: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio {
  z-index: 1;
  mix-blend-mode: difference;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.radio:hover {
  border: 1px solid #fff;
}

.radio.w--redirected-checked {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.radio-label {
  color: #fff;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  position: absolute;
}

.form-field-underline-wrap {
  width: 70%;
}

.form-q3-wrap, .form-q4-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-q5-wrap {
  flex-flow: column wrap;
  place-content: center flex-end;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.form-q5-wrap-other {
  display: block;
}

.form-name-field, .form-email-field {
  color: #fff;
  cursor: none;
  background-color: #ffffff26;
  border: 0 #000;
  border-radius: 0 30px 0 0;
  width: 70%;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.form-submit-button {
  color: #000;
  letter-spacing: .02em;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.form-submit-button.scroll-block-trigger {
  cursor: none;
}

.wrap-form-field-line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.form-phone-field {
  color: #fff;
  cursor: none;
  background-color: #ffffff26;
  border: 0 #000;
  border-radius: 0 30px 0 0;
  width: 70%;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.success-message-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.transition-bg-1 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.transition-dots-wrap {
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.transition-dot-1 {
  background-color: #004aad;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  margin-right: 1.5px;
  display: flex;
  overflow: hidden;
}

.transition-dot-2 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  margin-left: 1.5px;
  display: flex;
  overflow: hidden;
}

.transition-dots {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition-bg-2 {
  background-color: #004aad;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cursor {
  z-index: 993;
  opacity: 0;
  cursor: default;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.cursor-dot-2 {
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.what-we-do-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.what-we-do {
  width: 70px;
  position: relative;
  overflow: hidden;
}

.ceo-frame {
  mix-blend-mode: difference;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 450px;
  height: 450px;
  position: absolute;
}

.wrap-dot {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: absolute;
}

.wrap-dot.who-s2 {
  inset: auto auto -6.5px -6.5px;
}

.wrap-dot.who-s3-top {
  inset: -6px auto auto -6px;
}

.wrap-dot.who-s3-bottom {
  inset: auto auto -6px -6px;
}

.wrap-dot.who-s3 {
  inset: -6.5px auto auto -6.5px;
}

.wrap-dot.who-s4 {
  inset: auto -6.5px -6.5px auto;
}

.wrap-dot.who-s5-55, .wrap-dot.who-s5 {
  inset: auto auto -6px -6px;
}

.wrap-dot.who-s5.second {
  inset: auto -6px -6px auto;
}

.wrap-dot.what {
  inset: -6.5px -6.5px auto auto;
}

.wrap-dot.what-bottom {
  inset: auto auto -6.5px -6.5px;
}

.pulsing-dot {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.pulsing-dot.second {
  background-color: #000;
  border-color: #ffffff4d;
}

.section {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: 9vw;
  margin-right: 9vw;
  display: flex;
}

.section.home-s2 {
  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-between;
  align-items: stretch;
  height: auto;
  margin: 15vh 8vw;
  display: flex;
}

.section.home-s4 {
  height: auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.home-s3 {
  height: auto;
  margin: 15vh 9vw;
}

.section.home-s5 {
  height: auto;
  margin-top: 60vh;
  margin-bottom: 60vh;
  display: block;
}

.section.home-s6 {
  height: auto;
  margin-top: 25vh;
  margin-bottom: 25vh;
  display: block;
}

.section.who-s1 {
  mix-blend-mode: normal;
  align-items: stretch;
}

.section.who-s2, .section.who-s3, .section.who-s4, .section.who-s5 {
  height: auto;
}

.section.what-s1 {
  mix-blend-mode: difference;
  align-items: stretch;
  position: relative;
}

.section.what-s2, .section.what-s3, .section.what-s4, .section.what-s5, .section.what-s6 {
  height: auto;
}

.text {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.wrap-heading {
  position: static;
  overflow: hidden;
}

.wrap-heading.home-s3 {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.wrap-heading.home-s5 {
  color: #000;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.wrap-heading.who-s1 {
  mix-blend-mode: difference;
}

.wrap-heading.who-s3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.wrap-heading.who-s5 {
  flex-direction: column;
  align-items: flex-start;
}

.wrap-heading.what-s1 {
  position: relative;
}

.paragraph-white-part {
  color: #000;
  cursor: none;
}

.heading-1.mobile {
  display: none;
}

.heading-1.home-s4 {
  color: #000;
  text-transform: none;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1.1;
}

.heading-1.home-s1 {
  color: #000;
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 4.4rem;
  line-height: 1.2;
  position: static;
  inset: auto auto 0% 0%;
}

.heading-1.home-s6 {
  color: #000;
}

.heading-1.who-s3, .heading-1.who-s5 {
  font-size: 3rem;
}

.heading-1.who-s5.last {
  text-align: center;
  font-size: 5rem;
}

.heading-1-1.mobile {
  display: none;
}

.heading-1-1.home-s4 {
  color: #000;
  text-transform: none;
  margin-left: 0;
  margin-right: 10px;
  font-size: 2rem;
  line-height: 1.7;
}

.heading-1-1.home-s1 {
  color: #004aad;
  text-transform: none;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 6.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-1-1.home-s6 {
  color: #000;
}

.heading-1-2, .heading-1-2.mobile {
  display: none;
}

.heading-1-2.home-s1 {
  display: block;
}

.heading-1-2.home-s3 {
  color: #004aad;
  text-transform: none;
  margin-right: 10px;
  font-size: 2.3rem;
  font-weight: 700;
  display: block;
}

.heading-1-2.home-s4, .heading-1-2.home-s5 {
  display: block;
}

.heading-1-2.home-s6 {
  color: #000;
  display: block;
}

.heading-1-3, .heading-1-3.mobile {
  display: none;
}

.simple-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.heading-4._50 {
  color: #ffffff80;
}

.heading-4._50.home {
  color: #00000080;
  letter-spacing: .04em;
  margin-bottom: 10px;
  font-size: .8rem;
}

.heading-4.who-s3 {
  mix-blend-mode: difference;
  font-size: 2rem;
  font-weight: 500;
}

.heading-4.who-s5 {
  text-align: center;
  mix-blend-mode: difference;
  width: 44px;
  font-size: 2rem;
  font-weight: 500;
}

.heading-4.who-s5.second {
  position: absolute;
  left: 100%;
}

.heading-4.who-s5.last {
  width: 66px;
}

.paragraph.home {
  color: #000000b0;
  text-align: left;
  width: auto;
  margin-top: 20px;
  font-size: 1rem;
}

.paragraph.footer-paragraph {
  color: #000000b5;
  width: 300px;
}

.paragraph.who {
  width: 500px;
  margin-top: 50px;
}

.paragraph.who.s5 {
  width: 400px;
}

.paragraph.what {
  width: 500px;
  margin-top: 50px;
}

.paragraph.what.second {
  text-align: right;
  text-transform: uppercase;
  line-height: 2;
}

.paragraph.success {
  width: 300px;
  margin-top: 50px;
}

.paragraph.home-banner {
  color: #000000b0;
  text-align: left;
  width: 450px;
  margin-top: 20px;
  font-size: 1rem;
}

.test-section {
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.line-left {
  mix-blend-mode: difference;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.plus-line-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 1px;
  position: absolute;
}

.say-hello-text {
  position: relative;
}

.say-hello-text.second {
  position: absolute;
}

.say-hello-text.hover-effect-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: none;
}

.wrap-say-hello-text {
  mix-blend-mode: difference;
  position: relative;
  overflow: hidden;
}

.wrap-service {
  color: #000;
  cursor: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-text {
  color: #000;
  letter-spacing: .02em;
  padding-left: 20px;
  font-size: 1rem;
}

.service-dot {
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.wrap-service-no {
  position: relative;
  overflow: hidden;
}

.service-no-text {
  font-size: 1rem;
  line-height: 25px;
  position: relative;
}

.service-no-text.second {
  margin-top: 25px;
  position: absolute;
}

.wrap-service-left {
  align-items: center;
  display: flex;
}

.wrap-service-line {
  background-color: #ffffff26;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.superscript-home-s5 {
  font-size: .8rem;
  position: relative;
  top: -70px;
}

.wrap-client {
  color: #000;
  cursor: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-text {
  letter-spacing: .02em;
  font-size: 1rem;
}

.client-no-text {
  font-size: 1rem;
  line-height: 25px;
  position: relative;
}

.wrap-client-line {
  background-color: #ffffff26;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.client-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.sm-button-1 {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  transform: translate(0, -50px);
}

.sm-button-2 {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  transform: translate(0, -100px);
}

.header-bg {
  z-index: 100;
  background-color: #004aad;
  border-bottom: 0 #000;
  width: 100vw;
  height: 100px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-we-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
}

.footer-you-text {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
}

.footer-us-text {
  color: #fff;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: relative;
}

.footer-us-text.second {
  position: absolute;
}

.footer-email-text {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.footer-email-text.second {
  margin-top: 20px;
  position: absolute;
}

.footer-email-text.hover-effect-text {
  color: #00000080;
}

.footer-phone-link-wrap {
  cursor: none;
  flex-direction: column;
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-phone-text {
  color: #ffffff80;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.footer-phone-text.second {
  margin-top: 20px;
  position: absolute;
}

.footer-phone-text.hover-effect-text {
  color: #00000080;
}

.footer-link-dot, .footer-link-dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 6px auto auto 0%;
}

.port-to-top-arrow {
  color: #fff;
  font-weight: 500;
}

.who-section-bottom.who-s2 {
  border-bottom: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom-right-radius: 100px;
  width: 90%;
  height: 10vh;
  position: relative;
}

.who-section-bottom.who-s3 {
  border-top: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-top-right-radius: 100px;
  width: 90%;
  height: 10vh;
  position: relative;
}

.who-section-wrap {
  width: 100%;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.who-section-wrap.who-s2 {
  border-right: 1px solid #ffffff4d;
  width: 90%;
  padding-top: 30vh;
  padding-bottom: 20vh;
}

.who-section-wrap.who-s1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.who-section-wrap.who-s4 {
  border-right: 1px solid #ffffff4d;
  width: 90%;
  padding-top: 20vh;
  padding-bottom: 30vh;
  position: relative;
}

.who-section-wrap.who-s3 {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.who-s3-circle-wrap {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.who-s3-circle-wrap:hover {
  background-color: #fff;
  border-color: #fff;
}

.who-s3-wrap {
  align-items: center;
  display: flex;
}

.vertical-line-who-s3, .vertical-line-who-s5 {
  background-color: #ffffff4d;
  width: 1px;
  height: 30vh;
  margin-left: 60px;
  position: relative;
}

.who-s5-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  padding-left: 50px;
  display: flex;
  position: relative;
  top: -1.5rem;
}

.who-s5-circle-wrap {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.who-s5-circle-wrap:hover {
  background-color: #fff;
  border-color: #fff;
}

.who-s5-part-2, .who-s5-part-4, .who-s5-part-3 {
  margin-top: 30vh;
}

.who-s5-no-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.who-s5-part-5 {
  margin-top: 30vh;
}

.who-s5-wrap-last {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.who-s5-curve-line-wrap {
  width: 50%;
  position: relative;
}

.who-s5-curve-line {
  border-bottom: 1px solid #ffffff4d;
  border-left: 1px solid #ffffff4d;
  border-bottom-left-radius: 100px;
  height: 30vh;
  margin-left: 60px;
}

.scroll-down-part-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-down-text {
  color: #00000080;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}

.scroll-down-text.second {
  position: absolute;
}

.scroll-down-part-1-right {
  position: relative;
  overflow: hidden;
}

.scroll-down-arrow {
  color: #000;
  font-weight: 400;
}

.scroll-down-text-so-you-are {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.what-section-wrap {
  width: 100%;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.what-section-wrap.what-s1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.what-section-wrap.what-s2 {
  border-bottom: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom-right-radius: 100px;
  width: 90%;
  margin-top: 20vh;
  position: relative;
}

.what-section-wrap.what-s3, .what-section-wrap.what-s4, .what-section-wrap.what-s5, .what-section-wrap.what-s6 {
  border-bottom: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  border-bottom-right-radius: 100px;
  width: 90%;
  margin-top: 30vh;
  position: relative;
}

.what-circles-wrap {
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.what-circle {
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.what-circle-jump {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: absolute;
  left: -33px;
}

.what-circle-jump.no-2 {
  left: 0;
}

.what-circle-jump.no-3 {
  left: 33px;
}

.what-circle-jump.no-4 {
  left: 66px;
}

.what-circle-jump.no-5 {
  left: 99px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.wrap-what-circle {
  mix-blend-mode: difference;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.what-circle-color-filling {
  background-color: #fff;
  width: 100%;
  height: 0%;
}

.form-send-button-wrap {
  cursor: none;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.form-send-button-wrap._2 {
  display: none;
}

.link-block {
  width: 100%;
  height: 100%;
}

.div-block {
  z-index: 1000;
  background-color: #f5fcff;
  width: 100%;
  padding: 10px 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

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

.scroll-down-wrap-2 {
  position: absolute;
  inset: auto 0% 44px;
}

.scroll-down-text-2 {
  color: #00000080;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 2;
  position: relative;
}

.scroll-down-text-2.second {
  position: absolute;
}

.scroll-down-text-so-you-are-2 {
  color: #000;
  text-align: center;
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.lottie-animation {
  height: 400px;
}

.desktop {
  flex: 0 auto;
  display: inline-flex;
}

.tablet {
  display: none;
}

.image {
  width: 200px;
}

.heading-style-h3 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
}

.project-left-block {
  grid-row-gap: 31px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.project-left-second_content {
  width: auto;
}

.project-container_grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  border: 1px #383838;
  border-radius: 20px;
  max-width: 100%;
}

.project-left_first {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-left_description {
  align-items: center;
  display: flex;
}

.project-left_second {
  color: #000;
  display: flex;
}

.heading-2 {
  color: #000;
  font-size: 3.6rem;
  line-height: 1.3em;
}

.text-size-small {
  color: #4c4949;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.home-skils_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home-skils_item {
  background-color: #f5fcff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
}

.home-skils_item:hover {
  border-bottom: 10px solid #004aad26;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 20px;
}

.home-skils_icon-wrapper {
  background-color: #fff0;
  border-radius: .5rem;
  padding: 0;
  display: inline-block;
}

.heading-small {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.paragraph-2 {
  color: #00000080;
}

.project-meta-information {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.project-description {
  background-color: #f5fcff;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 24px;
  display: flex;
  position: relative;
}

.text-box._64-characters {
  max-width: 64ch;
  margin-top: 28px;
  margin-bottom: 28px;
}

.arrow-button {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #1a40a9;
  align-items: center;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-3 {
  color: #4d5358;
  margin-bottom: 16px;
  line-height: 1.5em;
}

.separator-dot {
  background-color: #121619;
  border-radius: 8px;
  width: 8px;
  height: 8px;
}

.heading {
  font-weight: 400;
}

.heading.h4 {
  color: #423c3c;
  text-transform: none;
  margin-bottom: 8px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33em;
}

.heading.h1 {
  color: #161515;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 500;
}

.project-container_grid_type_2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin-bottom: 10vh;
  margin-left: 0;
  margin-right: 0;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.verticle-line {
  background-color: #c0c0d333;
  height: 100%;
  position: relative;
}

.benefit-icon {
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.benefit-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.body-display {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.header-counter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.counter-block {
  text-align: center;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  display: block;
}

.counter-block.no-margin {
  margin-right: 0;
}

.counter-number {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 36px;
}

.text-span {
  color: #bdb80b;
}

.counter-text {
  color: #fff;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

.task-ma-slider {
  height: auto;
}

.task-ma-slider.bg-white {
  background-color: #fff0;
  border-radius: 8px;
  margin-bottom: 10px;
}

.task-manager-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.text-sm {
  font-size: 14px;
  line-height: 1.5em;
}

.text-sm.text-bold {
  font-family: Helvetica Now Display, sans-serif;
  font-weight: 700;
}

.task-manager-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.task-manager-area.bg-gray-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.task-manager-title {
  margin-bottom: 24px;
}

.text-xs {
  font-size: 12px;
  line-height: 1.5em;
}

.text-xs.color-gray-600 {
  font-family: Helvetica Now Display, sans-serif;
  font-weight: 500;
}

.slide-nav {
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.task-text {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: visible;
}

.mask {
  max-width: 600px;
  overflow: hidden;
}

.text-xl {
  font-size: 20px;
  line-height: 1.4em;
}

.text-xl.color-gray-500 {
  color: #fff;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 15px;
}

.task-slider {
  height: auto;
  padding: 48px;
  overflow: visible;
}

.text-lg {
  letter-spacing: .5px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.task-manager-contant {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-md {
  font-size: 16px;
  line-height: 1.5em;
}

.left-arrow {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: block;
  bottom: 228px;
  left: 412px;
  box-shadow: 1px 1px 3px #b4b7c9;
}

.left-arrow.color-gray-800 {
  display: block;
}

.left-arrow.color-gray-800.bg-white {
  background-color: #1a40a9;
  bottom: 63%;
  left: 80%;
  box-shadow: 0 1px 5px #b4b7c9;
}

.right-arrow {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  top: -229px;
  right: 32px;
  box-shadow: 1px 1px 3px #585c7b;
}

.right-arrow.color-gray-800.bg-white {
  background-color: #1a40a9;
  top: -63%;
  right: 6%;
  box-shadow: 0 1px 5px #b4b7c9;
}

.task-manager-tool {
  text-decoration: none;
}

.task-manager-tool.color-white {
  cursor: pointer;
  font-size: 1.3rem;
}

.manager-text {
  padding: 48px;
}

.manager-text.bg-gray-900 {
  border-radius: 8px;
}

.manager-text.bg-gray-900.slide-left-100 {
  background-color: #1a40a9;
  padding: 30px;
}

.manager-bio {
  margin-left: 48px;
  display: block;
}

.manager-bio.margin-16 {
  margin-left: 16px;
}

.manager-slider {
  height: auto;
}

.manager-slider.bg-white {
  border-radius: 8px;
}

.manager-slider.bg-white.slide-right-200 {
  background-color: #f5fcff;
}

.heading-xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 1em;
}

.heading-xxl.color-white {
  text-transform: none;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

.task-manager-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quote {
  color: #fff;
  font-size: 20px;
}

.container {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.task-quote {
  border-radius: 6px;
  width: 44px;
  height: 44px;
}

.task-quote.bg-primary {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: -24px;
}

.task-quote.bg-primary.shadow {
  background-color: #1a40a9;
  box-shadow: 0 2px 4px #6366f1;
}

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

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

.heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.2rem;
}

.anim-wrap {
  overflow: hidden;
}

.image-4 {
  margin-left: 10px;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.features-icon {
  width: 50px;
}

.paragraph-normal {
  color: #64607d;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.875rem;
}

.features-item {
  background-color: #f5fcff;
  border-radius: 20px;
  padding: 54px 28px 40px 22px;
}

.features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 42px;
  display: grid;
}

.link-block-2 {
  color: #01966b;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.h2-heading {
  color: #1d1919;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-regular {
  letter-spacing: .04em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  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: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 4rem;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #344154;
  text-align: center;
  white-space: nowrap;
  background-color: #fbeb84;
  border: 1px solid #344154;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  color: #fff;
  background-color: #344154;
  border-color: #6941c6;
}

.uui-button:focus {
  color: #fff;
  background-color: #0e0e29;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button.is-button-small.primary {
  color: #fff;
  background-color: #004aad;
  border-style: none;
  margin-top: 0;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer05_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: #667085;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer05_social-icon {
  color: #004aad;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: #475467;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-footer05_newsletter-wrapper._1 {
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.link {
  color: #1f1e1e;
  text-decoration: underline;
}

.grid-divider {
  background-color: #797979;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 35%;
  right: auto;
}

.grid-divider.right {
  left: auto;
  right: 30%;
}

.numbers {
  font-size: 60px;
  overflow: visible;
}

.number_counter-wrapper {
  color: #fff;
  width: 80%;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
}

.txt-medium-white {
  color: #fff;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.section-2 {
  background-color: #f5f1ff00;
  height: auto;
  padding: 120px 10%;
}

.section-2.bg-color_purple {
  background-color: #004aad00;
  background-image: linear-gradient(146deg, #004aad 11%, #0f0988 80%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 0 auto 80px;
  font-size: 40px;
  font-weight: 400;
}

.container-col-12 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.number-wrapper {
  height: 70px;
  margin-bottom: 20px;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.number_m {
  font-size: 60px;
}

.grid-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  position: relative;
}

.square-illustration-image {
  position: relative;
  inset: 0% 0% auto auto;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  color: #00000080;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #004aad;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding: 17px;
}

.f-contact-image-wrapper {
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.contact_number {
  color: #4a5d69;
  font-size: 1.125rem;
  font-weight: 500;
}

.heading-small-2 {
  color: #fff;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.contact_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.contact_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #004aad;
  border-radius: 13px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  margin-bottom: 2rem;
  padding: 40px 26px;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-7 {
  color: #000;
}

.paragraph-4 {
  color: #00000080;
}

.combine-contact4_feature-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.combine-icon_color2-2 {
  color: #00a1c1;
}

.combine-icon_medium-2 {
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
}

.combine-text-size-regular-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1-2 {
  color: #6157f8;
}

.paragraph-5 {
  color: #fff;
  font-size: .9rem;
}

.heading-style-h3-1 {
  color: #ffce0c;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  margin-top: 5px;
  font-weight: 300;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

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

.brix---text-200-list-bold {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-8 {
  color: #030303;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  text-align: center;
  background-color: #fdfdff14;
  border-bottom: 1px solid #0000;
  border-radius: 8px;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 1em;
  font-size: 1.7rem;
  display: block;
}

.nav-link:hover {
  color: #ffe206;
  border-bottom-color: #2962ff;
}

@media screen and (min-width: 1440px) {
  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    letter-spacing: .04em;
    font-size: 2rem;
  }

  p {
    letter-spacing: .02em;
    font-size: .8rem;
  }

  .header-column-1 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .say-hello-button.scroll-block-trigger.hover-effect {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .header-columns {
    height: 56px;
  }

  .wrap-menu-button {
    width: 300px;
    height: 300px;
    transition-property: none;
  }

  .wrap-menu-button:hover {
    transform: none;
  }

  .menu-button-text {
    font-size: 3.5rem;
  }

  .site-left-line {
    display: none;
  }

  .menu-columns {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .menu-middle-line {
    display: none;
  }

  .big-circle-home {
    width: 200px;
    height: 200px;
  }

  .you-circle-text {
    font-size: 2.5rem;
  }

  .you-circle-text-2 {
    width: 200px;
    height: 200px;
    font-size: .8rem;
  }

  .footer {
    padding-top: 40vh;
    padding-bottom: 10vh;
  }

  .footer-bootom-part-wrap {
    height: 500px;
  }

  .footer-heading-1-1 {
    line-height: 56px;
  }

  .ceo-background, .wrap-ceo-photo {
    width: 350px;
    height: 350px;
  }

  .small-heading.who-s1 {
    left: 0%;
  }

  .site-right-line {
    display: none;
  }

  .ceo-text-wrap {
    width: 100px;
    height: 100px;
  }

  .simple-vertical-line {
    right: 10%;
  }

  .txt-field {
    font-size: 16px;
  }

  .back-button {
    margin-bottom: 18px;
    margin-left: 20px;
  }

  .close-button {
    margin-top: 18px;
    margin-right: 18px;
  }

  .form-page-no {
    bottom: 2.5%;
  }

  .heading-1-form {
    font-size: 3rem;
  }

  .checkbox:hover {
    background-color: #0000;
    border: 0 #0000;
  }

  .checkbox.w--redirected-checked {
    background-color: #fff;
  }

  .checkbox-label {
    letter-spacing: .02em;
  }

  .form-checkbox-field:hover {
    border-color: #ffffff4d;
  }

  .form-link-next-wrap {
    bottom: 2.5%;
    right: 2.5%;
  }

  .form-link-close-wrap {
    top: 2.5%;
    right: 2.5%;
  }

  .form-text-area {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .radio:hover {
    border-style: none;
  }

  .form-field-underline-wrap, .form-name-field, .form-email-field, .form-phone-field {
    width: 80%;
  }

  .cursor {
    display: none;
  }

  .ceo-frame {
    width: 350px;
    height: 350px;
  }

  .section {
    margin-top: 46px;
  }

  .text {
    letter-spacing: .02em;
    font-size: .8rem;
  }

  .wrap-heading {
    overflow: visible;
  }

  .heading-1 {
    display: none;
  }

  .heading-1.mobile {
    align-items: center;
    display: block;
  }

  .heading-1.home-s4 {
    font-size: 2rem;
    display: block;
  }

  .heading-1.home-s1 {
    font-size: 3.3rem;
    display: block;
  }

  .heading-1.home-s5, .heading-1.home-s6 {
    display: block;
  }

  .heading-1.who-s1-ceo, .heading-1.who-s2, .heading-1.who-s3 {
    display: flex;
  }

  .heading-1.who-s3 {
    font-size: 2.5rem;
    display: flex;
  }

  .heading-1.who-s4 {
    display: flex;
  }

  .heading-1.who-s5 {
    font-size: 2.5rem;
    display: flex;
  }

  .heading-1.who-s5.last {
    font-size: 4rem;
  }

  .heading-1.what-s1, .heading-1.what {
    display: flex;
  }

  .heading-1.success, .heading-1.form-error-message-text {
    display: block;
  }

  .heading-1-1 {
    display: none;
  }

  .heading-1-1.mobile {
    display: block;
  }

  .heading-1-1.mobile.home-s1 {
    font-size: 4.4rem;
    line-height: 1.4;
  }

  .heading-1-1.home-s4 {
    font-size: 2rem;
    line-height: 1.3;
    display: block;
  }

  .heading-1-1.home-s1 {
    font-size: 4rem;
    display: block;
  }

  .heading-1-1.home-s5, .heading-1-1.home-s6 {
    display: block;
  }

  .heading-1-2.mobile {
    display: flex;
  }

  .heading-1-2.home-s3 {
    font-size: 2rem;
  }

  .heading-1-2.home-s5 {
    margin-top: -1.7rem;
  }

  .heading-1-3.mobile {
    display: flex;
  }

  .heading-4.who-s3 {
    font-size: 1.5rem;
  }

  .heading-4.who-s5 {
    width: 35px;
    font-size: 1.5rem;
  }

  .heading-4.who-s5.last {
    width: 50px;
  }

  .paragraph.home {
    width: auto;
  }

  .paragraph.who, .paragraph.what {
    width: 450px;
  }

  .paragraph.success {
    width: 250px;
  }

  .paragraph.home-banner {
    width: auto;
  }

  .superscript-home-s5 {
    top: -17px;
  }

  .who-s3-circle-wrap {
    width: 100px;
    height: 100px;
  }

  .vertical-line-who-s3, .vertical-line-who-s5 {
    margin-left: 50px;
  }

  .who-s5-wrap {
    margin-left: 50px;
    padding-left: 40px;
    top: -1rem;
  }

  .who-s5-circle-wrap {
    width: 100px;
    height: 100px;
  }

  .who-s5-curve-line {
    margin-left: 50px;
  }

  .wrap-what-circle {
    width: 350px;
    height: 350px;
  }

  .form-send-button-wrap {
    width: 85px;
    height: 85px;
    bottom: 2.5%;
    right: 2.5%;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: flex-end;
    position: static;
  }

  .scroll-down-wrap-2 {
    bottom: 0;
  }

  .scroll-down-text-so-you-are-2 {
    position: absolute;
  }

  .div-block-3 {
    height: auto;
  }

  .desktop {
    vertical-align: baseline;
    display: none;
    overflow: visible;
  }

  .tablet {
    display: inline-flex;
  }

  .image {
    width: 150px;
  }

  .project-container_grid {
    grid-template-columns: 1fr;
  }

  .home-skils_list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading.h4 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .project-container_grid_type_2 {
    grid-template-columns: 1fr;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .task-manager-area.bg-gray-100 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .slide-nav {
    display: none;
  }

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

  .text-lg {
    font-size: 16px;
  }

  .task-manager-contant {
    grid-template-columns: 1fr;
  }

  .text-md {
    font-size: 15px;
  }

  .heading-xxl {
    font-size: 60px;
  }

  .heading-xxl.color-white {
    font-size: 32px;
  }

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

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .grid-divider {
    left: 27%;
  }

  .grid-divider.right {
    right: 39%;
  }

  .number_counter-wrapper {
    width: 90%;
    margin-left: 0;
  }

  .txt-medium-white {
    width: 90%;
    font-size: 14px;
    line-height: 1.1;
  }

  .section-2 {
    padding: 60px 5%;
  }

  .heading-6 {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .container-col-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .contact_content {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    text-align: right;
    display: block;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    text-align: justify;
  }

  .header-bottom-line {
    margin-top: 0;
  }

  .menu-hamburger {
    width: 50px;
    height: 50px;
  }

  .menu-hamburger.scroll-block-trigger {
    width: 40px;
    height: 40px;
  }

  .say-hello-button.scroll-block-trigger.hover-effect {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .header-container-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-columns {
    height: 55px;
    margin-top: 5px;
  }

  .menu-button-text.what-s1 {
    font-size: .8rem;
  }

  .menu-wrap {
    padding-top: 76px;
  }

  .menu-email-link, .menu-phone-link {
    font-size: 10px;
  }

  .sm-buttons {
    mix-blend-mode: difference;
    border-radius: 100%;
    bottom: 20px;
  }

  .scroll-bar {
    margin-right: 0;
    right: 2.5%;
  }

  .color-switch {
    bottom: 20px;
  }

  .scroll-down-wrap {
    bottom: 34px;
  }

  .big-circle-home {
    width: 100px;
    height: 100px;
    margin-left: 5px;
    margin-right: 5px;
    display: none;
  }

  .you-circle-text {
    font-size: 1.2rem;
  }

  .you-circle-text-2 {
    width: 100px;
    height: 100px;
    font-size: .5rem;
  }

  .footer {
    padding-top: 10vh;
    padding-bottom: 0;
  }

  .footer-circle-left-wrap {
    width: 100px;
    height: 100px;
    margin-right: 5px;
  }

  .footer-circle-right-wrap {
    width: 100px;
    height: 100px;
    margin-left: 5px;
  }

  .footer-circle-center-wrap {
    width: 100px;
    height: 100px;
  }

  .footer-bootom-part-wrap {
    height: 20px;
  }

  .footer-bootom-text {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .footer-heading-1-wrap {
    overflow: hidden;
  }

  .footer-heading-1-1 {
    line-height: 40px;
  }

  .footer-paragraph {
    width: 250px;
    margin-top: 50px;
  }

  .port-to-top-info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-center-line-wrap {
    height: 100px;
  }

  .footer-links-wrap {
    margin-top: 50px;
  }

  .footer-info-wrap {
    width: 80%;
    margin-top: 10px;
  }

  .ceo-background, .wrap-ceo-photo {
    width: 55vw;
    height: 55vw;
  }

  .small-heading {
    font-size: .8rem;
  }

  .small-heading.who-s1 {
    top: 15%;
  }

  .ceo-text-wrap {
    width: 75px;
    height: 75px;
    bottom: 17.5vh;
  }

  .simple-vertical-line {
    height: 17.5vh;
  }

  .say-hello-form-wrap-2 {
    min-height: auto;
  }

  .txt-field {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .back-button {
    margin-bottom: 13px;
    margin-left: 15px;
  }

  .close-button {
    margin-top: 15px;
    margin-right: 15px;
  }

  .form-page-no {
    letter-spacing: .1em;
    height: 55px;
    font-size: .6rem;
  }

  .form-question-wrap {
    padding-bottom: 5vh;
  }

  .heading-1-form {
    font-size: 2rem;
  }

  .checkbox:hover, .checkbox:active {
    border: 1px solid #ffffff4d;
  }

  .checkbox-label, .checkbox-label.strategy.q1 {
    font-size: .8rem;
  }

  .form-checkbox-field {
    margin-top: 12px;
  }

  .form-checkbox-wrap {
    max-width: 350px;
  }

  .form-link-next-wrap, .form-link-close-wrap, .form-link-close-wrap:hover {
    width: 55px;
    height: 55px;
  }

  .heading-1-form-wrap {
    margin-bottom: 15px;
  }

  .form-checkbox-field-wrap {
    width: 100%;
  }

  .form-checkbox-field-wrap.left, .form-checkbox-field-wrap.right {
    justify-content: center;
  }

  .form-text-area {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .form-radio-field {
    margin-top: 12px;
  }

  .radio-label {
    font-size: .8rem;
  }

  .form-field-underline-wrap, .form-name-field, .form-email-field, .form-phone-field {
    width: 90%;
  }

  .what-we-do-wrap {
    top: 15%;
  }

  .ceo-frame {
    width: 55vw;
    height: 55vw;
  }

  .section {
    margin-top: 29px;
  }

  .section.home-s2 {
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .section.home-s4, .section.home-s3 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .wrap-heading.who-s3 {
    padding-left: 30px;
  }

  .heading-1.mobile.home-s1 {
    font-size: 4.1rem;
  }

  .heading-1.home-s4 {
    font-size: 1.5rem;
  }

  .heading-1.home-s1 {
    font-size: 3rem;
  }

  .heading-1.who-s3, .heading-1.who-s5 {
    font-size: 1.75rem;
  }

  .heading-1.who-s5.last {
    font-size: 2.2rem;
  }

  .heading-1-1.mobile.home-s1 {
    font-size: 4.3rem;
    line-height: 1.4;
  }

  .heading-1-1.home-s4 {
    font-size: 1.5rem;
  }

  .heading-1-1.home-s1 {
    font-size: 3.5rem;
  }

  .heading-1-2.home-s3 {
    font-size: 1.5rem;
  }

  .heading-1-2.home-s5 {
    margin-top: -1.1rem;
  }

  .heading-4._50.home {
    margin-bottom: 0;
  }

  .heading-4.who-s3 {
    font-size: 1.2rem;
  }

  .heading-4.who-s5 {
    width: 28px;
    font-size: 1.2rem;
  }

  .heading-4.who-s5.last {
    width: 40px;
  }

  .paragraph.home {
    width: auto;
  }

  .paragraph.footer-paragraph {
    width: 70%;
  }

  .paragraph.who {
    width: 80%;
  }

  .paragraph.who.s5 {
    width: 90%;
  }

  .paragraph.who.s5.last, .paragraph.what {
    width: 80%;
  }

  .paragraph.success {
    width: 70%;
  }

  .paragraph.home-banner {
    width: auto;
  }

  .wrap-service {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .service-text {
    font-size: .8rem;
  }

  .service-dot {
    width: 14px;
    height: 14px;
  }

  .service-no-text {
    font-size: .8rem;
  }

  .superscript-home-s5 {
    top: -10px;
  }

  .wrap-client {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .client-text, .client-no-text {
    font-size: .8rem;
  }

  .header-bg {
    height: 75px;
  }

  .footer-we-text, .footer-you-text, .footer-us-text {
    font-size: 1.2rem;
  }

  .footer-phone-link-wrap {
    margin-top: 10px;
  }

  .who-s3-circle-wrap {
    width: 70px;
    height: 70px;
  }

  .vertical-line-who-s3, .vertical-line-who-s5 {
    height: 25vh;
    margin-left: 35px;
  }

  .who-s5-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 35px;
    padding-left: 30px;
    top: -.875rem;
  }

  .who-s5-circle-wrap {
    width: 70px;
    height: 70px;
  }

  .who-s5-part-2, .who-s5-part-4, .who-s5-part-3, .who-s5-part-5 {
    margin-top: 25vh;
  }

  .who-s5-curve-line {
    margin-left: 35px;
  }

  .wrap-what-circle {
    width: 55vw;
    height: 55vw;
  }

  .form-send-button-wrap {
    width: 80px;
    height: 80px;
  }

  .div-block {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .scroll-down-wrap-2 {
    bottom: 34px;
  }

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

  .image {
    width: 120px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .home-skils_list-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .project-description {
    padding: 24px;
  }

  .project-container_grid_type_2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    margin-bottom: 5vh;
    display: inline-grid;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .header-counter-wrapper {
    grid-template-rows: auto;
  }

  .counter-number {
    font-size: 40px;
  }

  .counter-text {
    font-size: 14px;
  }

  .task-ma-slider.bg-white {
    margin-bottom: 36px;
  }

  .task-manager-area.bg-gray-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .task-slider {
    padding: 30px;
  }

  .task-manager-contant {
    grid-template-columns: 100%;
    width: 100.002%;
  }

  .text-md {
    font-size: 15px;
  }

  .left-arrow.color-gray-800.bg-white {
    bottom: 75%;
  }

  .right-arrow.color-gray-800.bg-white {
    top: -75%;
  }

  .manager-text.bg-gray-900 {
    width: 100%;
    padding: 36px 24px;
  }

  .manager-text.bg-gray-900.slide-left-100 {
    width: auto;
  }

  .manager-slider.bg-white {
    width: 100%;
  }

  .heading-xxl {
    font-size: 45px;
  }

  .heading-xxl.color-white {
    font-size: 24px;
  }

  .container {
    padding-left: 0;
  }

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

  .paragraph-normal {
    font-size: 18px;
    line-height: 28px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer05_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .grid-divider {
    display: none;
  }

  .number_counter-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .txt-medium-white {
    text-align: center;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section-2 {
    height: auto;
  }

  .section-2.bg-color_purple {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    width: 90%;
    margin-bottom: 20px;
  }

  .number-wrapper.three, .number-wrapper.one, .number-wrapper.two {
    margin-bottom: 0;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3-1 {
    font-size: 1.5rem;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-line-2 {
    width: 25px;
  }

  .header-column-2 {
    margin-top: 0;
  }

  .menu-hamburger.scroll-block-trigger {
    margin-top: 0;
    margin-bottom: 0;
  }

  .say-hello-button.scroll-block-trigger.hover-effect {
    width: 101px;
    height: 33px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hamburger-line-1 {
    width: 25px;
  }

  .header-columns {
    height: 49px;
  }

  .footer {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .footer-heading-1 {
    font-size: 2rem;
  }

  .footer-heading-1-1 {
    margin-left: 10px;
    font-size: 2rem;
  }

  .footer-heading-1-2 {
    font-size: 2rem;
  }

  .port-to-top-info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .txt-field {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .back-button {
    margin-bottom: 11px;
    margin-left: 12px;
  }

  .close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .checkbox.w--redirected-checked {
    background-color: #fff;
  }

  .section {
    height: 100vh;
    margin-top: 0;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section.home-s2 {
    margin: 5vh 5vw;
  }

  .section.home-s4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10vh 5vw 5vh;
    display: flex;
  }

  .section.home-s3 {
    margin: 5vh 5vw 10vh;
  }

  .wrap-heading.home-s3 {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-1.mobile.home-s1 {
    font-size: 2.7rem;
  }

  .heading-1.home-s4 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .heading-1.home-s1 {
    font-size: 2rem;
  }

  .heading-1-1.mobile.home-s1 {
    font-size: 2.9rem;
    line-height: 1.2;
  }

  .heading-1-1.home-s4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
  }

  .heading-1-1.home-s1 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .heading-1-2.home-s3 {
    font-size: 1.5rem;
  }

  .simple-wrap {
    margin-bottom: 40px;
  }

  .paragraph.home {
    width: auto;
    margin-top: 0;
    font-size: .9rem;
  }

  .paragraph.home-banner {
    width: auto;
    font-size: .9rem;
  }

  .scroll-down-text {
    font-size: .8rem;
  }

  .scroll-down-text-so-you-are {
    font-size: .7rem;
  }

  .scroll-down-wrap-2 {
    bottom: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .project-left-block {
    grid-row-gap: 0px;
  }

  .project-left-second_content {
    width: auto;
  }

  .heading-2 {
    font-size: 2.3rem;
  }

  .home-skils_list-wrapper {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .project-description {
    padding: 20px;
  }

  .heading.h4 {
    font-size: 21px;
    font-weight: 500;
  }

  .project-container_grid_type_2 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .benefits-box {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .header-counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .counter-block {
    margin-right: 0;
  }

  .counter-number {
    font-size: 26px;
  }

  .counter-text {
    line-height: 20px;
  }

  .task-ma-slider.bg-white {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .task-manager-area.bg-gray-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .task-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-lg {
    font-size: 14px;
  }

  .left-arrow.color-gray-800.bg-white {
    left: 70%;
  }

  .manager-text.bg-gray-900 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .manager-text.bg-gray-900.slide-left-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .manager-slider.bg-white.slide-right-200 {
    width: auto;
  }

  .heading-xxl {
    font-size: 45px;
  }

  .container {
    max-width: none;
  }

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

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .margin-bottom-2.margin-small {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .paragraph-normal {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .features-item {
    padding: 30px 20px 20px;
  }

  .heading-wrapper {
    margin-bottom: 0;
  }

  .paragraph-regular {
    text-align: left;
    font-size: .9rem;
    line-height: 20px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 0;
  }

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .txt-medium-white {
    width: 90%;
    font-size: 12px;
  }

  .heading-6 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .heading-small-2 {
    font-size: .9rem;
  }

  .contact_details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .contact_content {
    grid-column-gap: 2rem;
    margin-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3-1 {
    font-size: 1.2rem;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---text-200-list-bold {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-link {
    order: 1;
  }
}

#w-node-_63e2ae70-1094-ef5f-281b-d7f7b0981498-f74818db, #w-node-f3491a92-7075-c2fd-bd1e-e57c3a350bc7-f74818db, #w-node-f3491a92-7075-c2fd-bd1e-e57c3a350bd0-f74818db, #w-node-e8c59023-3853-c646-6fa5-e896f0a936eb-f74818db, #w-node-e8c59023-3853-c646-6fa5-e896f0a936fc-f74818db, #w-node-_2486a244-ad07-df52-5b03-6e0175bddcc0-f74818db, #w-node-_91df164e-6f56-7469-fcb0-120f64bb1833-f74818db, #w-node-e8c59023-3853-c646-6fa5-e896f0a9370d-f74818db, #w-node-a0cc40f2-0a72-5d89-3679-866be254c378-f74818db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bde977a5-d371-e5af-31f6-46ad37082c94-f74818db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}


@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}