@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Poppins-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --regular: 400;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  width: 50vw;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
}

.nav-deckstop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: fixed;
}

.padding-global {
  width: 100%;
  height: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.for-hori {
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-brand {
  text-decoration: none;
}

.heading {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.25;
}

.nav-button {
  pointer-events: auto;
  color: #007aff;
  justify-content: center;
  align-items: center;
  width: 3rem;
  margin-right: -.5rem;
  font-family: Big Shoulders Display, sans-serif;
  display: inline-flex;
  position: relative;
}

.lottie-animation {
  height: 50px;
}

.nav-open {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-close {
  position: absolute;
}

.availabilibity-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 90px 18px 18px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.available-icon {
  background-color: #5abba6;
  width: 6px;
  height: 8px;
  margin-right: 8px;
  position: relative;
}

.text-block-blue {
  color: #007aff;
  font-weight: var(--regular);
}

.link-underline {
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
}

.text-block {
  color: #8d8d8d;
}

.underline-gray {
  background-color: #8d8d8d;
  width: 0%;
  height: 2px;
}

.section-home {
  height: 100vh;
  min-height: 80vh;
}

.navbar {
  background-color: #fff;
  height: 82px;
}

.main-section {
  height: 80vh;
}

.main-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 54px;
  display: flex;
}

.main-wrap-content-div {
  margin-top: 0;
  position: relative;
}

.main-content-wrapper.padding-global {
  width: 80%;
  height: 100vh;
  margin-top: 14px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.heading-2 {
  color: #4571f7;
  font-size: 25px;
  font-weight: 600;
}

.heading-3 {
  font-size: 54px;
}

.heading-4 {
  font-family: Space Grotesk, sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
}

.button-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.button {
  text-align: left;
  background-color: #007aff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 274px;
  height: 72px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.button.for-twitter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 1px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.text-block-2 {
  font-size: 1.5rem;
}

.text-block-3 {
  color: #fff;
  font-size: 1.5rem;
}

.text-block-3.new {
  text-align: left;
  margin-left: 0;
}

.underline-button {
  text-decoration: none;
}

.text-block-4 {
  color: #8d8d8d;
  font-size: 1.2rem;
}

.section-home-press {
  min-height: 60vh;
  overflow: visible;
}

.logo-wrapper {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.logo-2nd-wrapper {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: visible;
}

.logomain-wrapper.padding-global.spacing-outsde {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 62%;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
}

.logo-main {
  width: 167px;
}

.press-illustration {
  z-index: -1;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
}

.sponsor {
  opacity: .63;
  transition: opacity .35s;
}

.sponsor:hover {
  opacity: 100;
}

.client-image {
  opacity: .49;
  max-width: 203px;
  max-height: 45px;
  transition: opacity .35s;
}

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

.about-me-wrap.vertical-spacing {
  margin-top: 55px;
  margin-bottom: 55px;
}

.quick-stack {
  grid-column-gap: 45px;
  margin: 43px;
}

.bys-face {
  width: 67%;
  position: relative;
  box-shadow: 20px -20px 5px 12px #faf6f2;
}

.white-back-ground {
  background-color: #ececec;
  width: 30%;
  height: 100px;
  position: static;
  inset: 118% 0% 0% -52%;
}

.heading-5 {
  font-size: 22px;
}

.heading-6 {
  color: #007aff;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 600;
}

.heading-7 {
  font-size: 3rem;
}

.heading-8 {
  font-size: 39px;
}

.heading-9 {
  font-size: 54px;
  font-weight: 500;
  line-height: 58px;
}

.paragraph {
  font-size: 1.5rem;
}

.paragraph-2 {
  color: #8d8d8d;
  margin-top: 24px;
  font-size: 1.5rem;
}

.link {
  transition: opacity .35s;
}

.link:hover {
  color: #000;
}

.padding-vertical {
  height: 163px;
  margin: 30px;
}

.numbers-real-wrapper {
  justify-content: space-between;
  margin-bottom: -26px;
  display: flex;
}

.main-numbers {
  width: 128px;
}

.text-block-5 {
  text-align: center;
  font-size: 7rem;
}

.text-block-6 {
  font-size: 1.5rem;
}

.text-block-7 {
  color: #8d8d8d;
  text-align: center;
  font-size: 1.5rem;
}

.horizontal-section {
  background-color: #111;
  height: 100vh;
}

.horizontal-wrapper {
  min-height: 100vh;
}

.horizontal-wrapper.padding-global {
  width: 100vw;
  padding-top: 31px;
  padding-bottom: 31px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-holder {
  width: 100%;
  max-width: 76rem;
  height: 100%;
}

.heading-10 {
  color: #8d8d8d;
}

.collection-list {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  min-width: auto;
  height: 100%;
  font-size: 4.5rem;
  display: flex;
}

.heading-11 {
  font-size: 4.5rem;
  line-height: 67px;
}

.paragraph-3 {
  color: #8d8d8d;
  margin-top: 46px;
  font-size: 1.5rem;
}

.collection-item {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 553px;
  display: block;
}

.collection-list-wrapper {
  display: block;
}

.horizan {
  -webkit-text-stroke-color: white;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 300vh;
  display: flex;
  overflow: visible;
}

.sticky-panel {
  color: #fff;
  height: auto;
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.container-large {
  width: auto;
  max-width: 76rem;
  height: 100%;
  margin-left: 70px;
  margin-right: 70px;
}

.container-large.menu-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-block {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.heading-12 {
  color: #8d8d8d;
}

.collection-list-2 {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: white;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50vw;
  height: 100%;
  max-height: 40rem;
  padding: 14px;
  display: flex;
  position: relative;
}

.heading-13 {
  color: #fff;
  margin: -5px;
  padding: 20px;
  font-size: 90px;
  line-height: 83px;
}

.paragraph-4 {
  color: #fff;
  margin-top: -13px;
  font-size: 1.5rem;
}

.collection-list-wrapper-2 {
  flex: 1;
}

.hori-sec {
  height: 300vh;
}

.hori-draft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  padding: 59px;
  display: flex;
  position: static;
  top: 0;
}

.hori-dash-item {
  flex: 0 auto;
  width: auto;
  min-width: 500px;
  margin-top: -33px;
  padding: 22px;
}

.collection-list-3 {
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.heading-14 {
  font-size: 70px;
  line-height: 59px;
}

.paragraph-5 {
  margin-top: 41px;
  font-size: 1.4rem;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.sticky-div {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-porfolio {
  height: 200vh;
  position: relative;
}

.porfolio-triger-view {
  height: 50vh;
  position: absolute;
  top: 25vh;
  left: 0;
}

.porfolio-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: sticky;
  top: 25vh;
}

.heading-15 {
  color: #ececec;
  width: auto;
  height: auto;
  margin: 73px;
  font-size: 148px;
}

.container {
  width: 96%;
  max-width: 76rem;
  height: 100%;
  margin: 0 0 0 20px;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
}

.paragraph-6 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.image {
  margin-bottom: -57px;
}

.section {
  background-color: #000;
  height: 150vh;
  padding: 23px;
}

.container-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 50px;
  margin-left: 70px;
  margin-right: 70px;
  font-weight: 600;
  display: flex;
}

.heading-17 {
  width: 521px;
  font-size: 64px;
  line-height: 70px;
}

.ssocial-media-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 550px;
  height: auto;
  display: flex;
  position: relative;
}

.heading-18 {
  color: #fff;
  width: 600px;
  margin-bottom: 49px;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 83px;
}

.blue-wrap {
  background-color: #000;
  position: static;
  inset: 0% auto 0% 0%;
}

.container-medium-2 {
  width: 60rem;
  max-width: 60rem;
  margin: 0 70px;
  overflow: hidden;
}

.button_social-icon-wrap {
  aspect-ratio: 1;
  background-color: #ffffff21;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.section_contact {
  color: #fff;
  background-color: #111;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.button_icon {
  color: #000;
  overflow: hidden;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #007aff;
  border: 2px solid #007aff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background-color .2s;
  display: inline-flex;
  position: relative;
}

.button-2:hover {
  background-color: #0070eb;
  border-color: #0070eb;
}

.button-2.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
}

.button-2.is-secondary.is-large {
  background-color: #0000;
}

.button-2.is-secondary.is-large.new-one {
  border-color: #000;
}

.button-2.is-large {
  background-color: #007aff;
  padding: 1.5rem 4rem;
  font-size: 1.25rem;
}

.button-2.is-large.is-whatsapp {
  padding-left: 7rem;
  padding-right: 2rem;
}

.max-width-large {
  width: 100%;
  max-width: 46rem;
}

.icon-1x1-medium {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-xlarge {
  width: 300px;
  padding-top: 4rem;
}

.icon-1x1-large {
  color: #3247a5;
  background-color: #0000;
  width: 2rem;
  height: 2rem;
}

.heading-style-h2 {
  letter-spacing: -.04em;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.125;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-small {
  width: 300px;
  padding-top: 1rem;
}

.heading-style-h5 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25;
}

.div-block {
  background-color: #135fd8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 102%;
  max-height: 75px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-19 {
  color: #9e9d9d;
  margin-top: 120px;
}

.footer-section {
  position: sticky;
  bottom: 0;
}

.heading-style-h3 {
  letter-spacing: -.04em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3.text-style-link {
  color: #000;
  text-decoration: none;
  transition: opacity .35s;
}

.heading-style-h3.text-style-link:hover {
  color: #4a75d3;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-white.text-weight-medium {
  font-weight: 400;
}

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

.footer-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  display: flex;
}

.footer-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #8d8d8d;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  color: #0070eb;
  text-decoration: none;
}

.footer-link_icon {
  aspect-ratio: 1;
  width: 2rem;
  height: auto;
  overflow: hidden;
}

.icon-1x1-large-2 {
  width: 2rem;
  height: 2rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.quick-stack-2 {
  text-align: center;
  height: 400px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 13px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
}

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: -29px;
  display: flex;
}

.footer-wrapper {
  height: auto;
  margin-top: 0;
  overflow: visible;
}

.spacer {
  height: 20vh;
  position: static;
  bottom: 0;
}

.footer-section-new {
  position: sticky;
  top: auto;
  bottom: 0;
}

.section_home-portfolio {
  position: relative;
}

.project-item {
  z-index: 2;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.portfolio-title-sticky {
  pointer-events: none;
  color: #ececec;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 25vh;
  overflow: hidden;
}

.portfolio_throughview-trigger {
  height: 50vh;
  position: absolute;
  top: 25vh;
  left: 0;
}

.heading-style-h1 {
  letter-spacing: -.04em;
  font-size: min(12rem, 13.25vw);
  font-weight: 400;
  line-height: 1.1;
}

.project-list {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  flex-flow: column;
  display: flex;
}

.portfolio-dots {
  opacity: .3;
  width: 30.625rem;
  max-width: none;
  position: absolute;
  inset: -20% 2.5rem 0% auto;
}

.portfolio-dots.is-left {
  left: 2.5rem;
  right: auto;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-20 {
  margin-top: 20px;
}

.heading-21 {
  color: #4d7aff;
  font-weight: 600;
}

.paragraph-7 {
  color: #666;
  font-size: 1.5rem;
}

.button-icon-wrapper {
  background-color: #ffffff21;
  width: 85px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.code-embed {
  text-align: center;
  padding: 11px;
}

.heading-22 {
  font-size: 51px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-8 {
  font-size: 1.5rem;
}

.collection-item-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: block;
}

.image-2 {
  height: 28vh;
  margin-bottom: 23px;
  box-shadow: 12px 14px 5px #837c7c33;
}

.text-block-9 {
  font-size: 2.6rem;
  font-weight: 600;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 21px;
  display: grid;
}

.text-block-10 {
  color: #5d97ff;
  font-size: 1.5rem;
}

.div-block-4 {
  background-color: #5d97ff;
  width: 1.5rem;
  height: 2px;
}

.link-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  color: #5d97ff;
}

.paragraph-8 {
  color: #8d8d8d;
}

.heading-23 {
  margin-bottom: 48px;
}

.contact-us-section {
  position: relative;
}

.paragraph-9 {
  width: 300px;
}

.quick-stack-3 {
  grid-column-gap: 14px;
  width: 313px;
}

.cell-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
}

.text-block-12 {
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.3;
}

.image-3 {
  width: 3vw;
  max-width: 100%;
}

.text-block-13 {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.heading-24 {
  z-index: 1;
  width: 100vw;
  font-size: 171px;
  line-height: 170px;
  position: absolute;
  inset: 0% 0% auto;
}

.quick-stack-4 {
  position: absolute;
  inset: auto 14% 0% auto;
}

.menu-var {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 84px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.home-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55vw;
  display: flex;
  position: relative;
}

.heading-25 {
  letter-spacing: -8px;
  width: auto;
  margin-left: -55px;
  font-size: 122px;
  font-weight: 400;
  line-height: 162px;
}

.blue-underline {
  background-color: #0000;
  background-image: linear-gradient(#1251c7, #0000);
  width: 0%;
  height: 3px;
  position: absolute;
  inset: auto 0% 9%;
}

.image-wrapper {
  z-index: 1;
  position: absolute;
  inset: -16% -57% 0% auto;
  overflow: hidden;
}

.image-contet {
  background-image: linear-gradient(203deg, #4b4d63, #0000);
  border-radius: 19%;
  width: 20vw;
  padding: 28px;
  overflow: visible;
  transform: translate(2px);
}

.image-4 {
  border-radius: 20px;
  width: 20vw;
  height: 25vh;
}

._3 {
  z-index: 1;
  position: absolute;
  inset: 8% -38% 0% auto;
  overflow: hidden;
}

._2 {
  z-index: 1;
  position: absolute;
  inset: 0% -26% 0% auto;
  overflow: hidden;
}

.serivce-section {
  margin: 0;
  padding: 0;
}

.service-content {
  margin-top: 102px;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.heading-26 {
  color: #1f55ad;
  text-align: center;
  background-color: #7d9dfd;
  width: 20vw;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 21px;
  padding: 5px 5px 0;
  font-size: 43px;
}

.text-block-14 {
  width: 382px;
  margin-right: 25px;
}

.h3-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 257px;
  padding: 0;
  display: flex;
}

.heading-27 {
  color: #2b4ab9;
  -webkit-text-stroke-color: transparent;
  background-color: #90c9ff;
  border-radius: 20px;
  width: 186px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 21px;
  line-height: 28px;
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-15 {
  color: #000;
  margin-top: 9px;
}

.c6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
}

.c6.new-one {
  background-color: #000;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.cell-5-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b7f868;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
}

.heading-27-copy, .new {
  color: #000;
  -webkit-text-stroke-color: transparent;
  background-color: #fff;
  border-radius: 20px;
  width: 186px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 21px;
  line-height: 28px;
}

.new-text {
  color: #fff;
  margin-top: 9px;
}

.new-head {
  color: #000;
  -webkit-text-stroke-color: transparent;
  background-color: #b7f868;
  border-radius: 20px;
  width: 186px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 21px;
  line-height: 28px;
}

.text-block-15-copy {
  color: #fff;
  margin-top: 9px;
}

.quick-stack-5 {
  grid-row-gap: 52px;
  margin-left: 70px;
  margin-right: 70px;
}

.button_text-copy {
  color: #000;
}

.icon-1x1-medium-copy {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-47 {
  color: #263b6d;
  font-size: .875rem;
  line-height: 1;
}

.preloader {
  z-index: 6000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-29 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #192351;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-33 {
  border-radius: 1.5em;
}

.footer-dark {
  z-index: 2;
  background-color: #f6f5ed;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.loader-lottie {
  position: absolute;
  inset: 0%;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-31 {
  background-color: #263b6d;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  margin-left: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block-41 {
  color: #263b6d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

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

.div-block-35.footer {
  top: 35%;
}

.text-block-43 {
  color: #263b6d;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.cell-6 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: center;
  align-items: flex-start;
}

.faq {
  display: block;
}

.list-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.cell-7 {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 16px 15px;
}

.button-3 {
  color: #fff;
  background-color: #263b6d;
  border-radius: 20px;
  width: 19%;
  margin-top: 12px;
  padding: 17px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.text-block-38 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.polish-navbar {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff80, inset 2px 2px 2px 1px #ffffff80;
}

.faq_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #eeeef3;
  flex-flow: column;
  display: flex;
}

.heading-29 {
  color: #263b6d;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #263b6d;
  border-radius: 1rem;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.this-is-for-related {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.text-block-23 {
  color: #263b6d;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.navbar-glass-effect {
  border-radius: inherit;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-32 {
  text-overflow: clip;
  overflow-wrap: normal;
  width: 20vw;
}

.heading-30 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
}

.heading-30.footer {
  color: #fff;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-lightgray {
  color: #192351;
  font-weight: 400;
}

.image-34 {
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: 100%;
  position: relative;
  overflow: clip;
}

.welcome {
  margin-top: 53px;
  font-size: 26px;
}

.quick-stack-6 {
  width: 80vw;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.huge-text-section.vertical-spacing {
  margin-top: 2.5rem;
}

.loader-logo-wrapper {
  padding: 10px;
  position: relative;
}

.loader-wrapper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.text-block-37 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.text-block-45 {
  color: #263b6d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100vw;
  max-width: 100%;
  margin-bottom: 0;
  padding: 20px 29px;
}

.image-35 {
  border-radius: 2.5rem;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 27px;
  display: block;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.text-block-36 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.text-block-46 {
  color: #263b6d;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.background-video {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.loader-mask {
  background-color: #f7f5e5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4100%;
  display: flex;
  overflow: hidden;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.huge-text {
  white-space: nowrap;
  width: auto;
  font-size: 134px;
  font-weight: 600;
  line-height: 130%;
  overflow: visible;
}

.huge-text.firstline {
  color: #263b6d;
  font-weight: 400;
}

.huge-text.second-line {
  color: #263b6d;
  width: auto;
  font-weight: 400;
  overflow: visible;
  transform: translate(-205px);
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  display: flex;
}

.list-2 {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.faq_answer-wrap {
  padding-bottom: 24px;
}

.text-block-44 {
  color: #263b6d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.lottie-animation-2 {
  width: 20%;
}

.section-2 {
  margin-top: 31px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.full-width-wrapper {
  width: 100vw;
  overflow: visible;
}

.text-block-42 {
  color: #263b6d;
  font-size: .875rem;
  line-height: 1;
}

.div-block-38 {
  width: auto;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block-33 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.1875rem;
  height: 6.1875rem;
  display: none;
}

.image-30 {
  object-fit: cover;
  border-radius: 1.5rem;
  height: 100%;
}

.cell-8 {
  justify-content: center;
  align-items: flex-end;
}

.navbar-glass-effect-2 {
  border-radius: inherit;
  background-color: #ffffff40;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer-link-2 {
  color: #263b6d;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.text-span {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #263b6d;
  white-space: nowrap;
}

.text-block-32 {
  color: #263b6d;
  margin-top: 21px;
  margin-bottom: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.quick-stack-7 {
  grid-column-gap: 19px;
}

.heading-31 {
  color: #263b6d;
  font-family: Open Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}

.navbar-logo-left {
  z-index: 100;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin: 9px auto 16px;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 0 20px #0000001a, 0 6px 6px #0003;
}

.heading-32 {
  color: #263b6d;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.welcome-mask {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 26px;
  padding-right: 26px;
  display: grid;
}

.loader-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-35 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.image-29 {
  width: 30px;
}

.text-size-large-2 {
  font-size: 3rem;
}

.text-size-large-2.text-color-white {
  color: #192351;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-30 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.text-block-30.footer {
  color: #fff;
}

.image-31 {
  border-radius: 20px;
  width: auto;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-40 {
  margin-top: 73px;
}

.text-block-34 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.spacer-2 {
  height: 18vh;
}

.faq_title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-block-31 {
  color: #263b6d;
  font-size: 1rem;
  line-height: 1;
}

.title-small {
  color: #263b6d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-40 {
  color: #263b6d;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.text-span-2 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #263b6d;
}

.div-block-32 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video-2 {
  border-radius: 1.5rem;
  margin-left: 53px;
  margin-right: 53px;
  padding-left: 0;
  padding-right: 0;
}

.section_faq {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 70svh;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.faq_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: auto;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.image-40 {
  flex: 0 auto;
  margin-top: 74px;
}

.text-block-39 {
  color: #263b6d;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1;
}

.loader-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.faq_item {
  background-color: #0000;
  border: 1px solid #1e1e22;
  border-radius: 24px;
  flex-flow: column;
  transition: background-color .375s, border-color .3s;
  display: flex;
}

.faq_item:hover {
  background-color: #ffce5f;
  border-color: #000;
}

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

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Poppins, Verdana, sans-serif;
  display: block;
}

.body {
  background-color: #f6f5ea;
  overflow: visible;
}

.section-5 {
  display: none;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 1400px;
  display: block;
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-44 {
  max-width: 1400px;
}

.product-hero {
  height: auto;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.image-42 {
  width: auto;
}

.grid {
  grid-column-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

.heading-33 {
  color: #263b6d;
  width: auto;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.image-43 {
  border-radius: 50px;
}

.section-6 {
  margin: 0 3rem;
}

.grid-2 {
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.heading-34 {
  color: #263b6d;
  margin-right: 22px;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.text-block-48 {
  color: #000;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1rem;
}

.text-block-49, .text-block-50, .text-block-51 {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1rem;
}

.div-block-46 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right: 1px solid #cfcfcf;
  flex-flow: column;
  display: flex;
}

.div-block-47 {
  border-right: 1px solid #fee;
}

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

.heading-35 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
}

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

.div-block-49 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.heading-36 {
  letter-spacing: 4px;
  font-size: 16px;
}

.grid-3 {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.body-2 {
  background-color: #f5f5f7;
}

.image-44, .image-45, .image-46 {
  border-radius: 50px;
}

.image-47 {
  box-sizing: border-box;
  overflow-wrap: normal;
  object-fit: contain;
  flex: 0 auto;
  align-self: auto;
  width: 100vw;
  margin-top: -395px;
}

.image-48, .image-49 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 75%;
}

.image-50 {
  border-radius: 0;
}

.heading-37, .heading-38 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.heading-39 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

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

.div-block-50 {
  position: relative;
}

.heading-40 {
  color: #fff;
  width: auto;
  font-family: Poppins, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.heading-40.medical {
  color: #fff;
}

.button-4 {
  text-align: center;
  background-color: #263c6d;
  border-radius: 10px;
  width: 50%;
  height: auto;
  margin-top: 15px;
  padding: 12px 1px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button-4.new-one, .button-4.cta-button {
  width: 30%;
}

.div-block-51 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 17% auto auto 5%;
}

.div-block-52 {
  background-color: #0000;
}

.heading-41 {
  color: #263b6d;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.why-its-the-best {
  margin: 0 3rem;
}

.heading-42 {
  color: #263b6d;
  margin-bottom: 75px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-42.new-header {
  width: auto;
  margin-bottom: 50px;
  font-size: 56px;
  line-height: 1;
}

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

.heading-43 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-44 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.paragraph-10 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.div-block-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-54 {
  padding: 14px 19px;
}

.div-block-55 {
  padding: 13px 19px;
}

.div-block-56 {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-57 {
  border-radius: 20px;
  padding: 14px 19px;
  overflow: hidden;
}

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

.div-block-58 {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-59 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  height: 70vh;
  display: none;
}

.div-block-62 {
  height: 100%;
  position: relative;
}

.heading-45 {
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.heading-45.diif {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
}

.heading-45.diif.new-3 {
  color: #fff;
}

.div-block-63 {
  position: absolute;
  inset: 10% auto auto 7%;
}

.text-block-52, .text-block-53, .text-block-54 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

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

.heading-46 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.div-block-64 {
  position: relative;
}

.div-block-65 {
  position: absolute;
  inset: 22% auto auto 7%;
}

.body-3 {
  background-color: #f5f5f7;
}

.div-block-66 {
  height: 100%;
  position: relative;
}

.heading-47 {
  color: #263c6d;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 56px;
  line-height: 1;
}

.div-block-67 {
  position: absolute;
  inset: 11% auto auto 5%;
}

.section-7 {
  height: 80vh;
}

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

.body-4 {
  background-color: #f5f5f7;
}

.heading-48 {
  color: #fff;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.div-block-68 {
  position: absolute;
  inset: 33% auto auto 8%;
}

.div-block-69 {
  position: relative;
}

.body-5 {
  background-color: #f5f5f7;
}

.heading-49 {
  color: #263b6d;
  text-align: center;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
}

.div-block-70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-71 {
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-50 {
  color: #222851;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.heading-50.mobility {
  color: #222851;
  font-size: 1.7rem;
}

.text-block-55 {
  color: #222851;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-block-55.mobility {
  color: #fff;
  font-size: 1.1rem;
}

.div-block-72 {
  position: static;
  inset: 5% 0% auto;
}

.div-block-72.adult {
  top: 3%;
}

.image-55 {
  object-fit: cover;
  align-self: center;
  height: 80%;
  margin-top: 0;
}

.image-56 {
  object-fit: fill;
  width: auto;
  height: 69%;
}

.div-block-73 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-74 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-57 {
  width: 100px;
}

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

.div-block-76 {
  position: relative;
}

.grid-5 {
  grid-column-gap: 5px;
  grid-row-gap: 60px;
  width: 80vw;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 85vw;
}

.div-block-77 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 15px;
  display: flex;
}

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

.grid-7 {
  grid-template-rows: auto;
  width: 85vw;
}

.div-block-80 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

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

.grid-8 {
  grid-template-rows: auto;
  width: 85vw;
  margin-top: 2rem;
}

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

.div-block-84 {
  width: 100vw;
}

.div-block-85 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  display: block;
}

.div-block-88 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-slider {
  width: 100vw;
  height: 100vh;
  display: block;
}

.image-60 {
  width: 100%;
}

.image-61 {
  width: 100%;
  display: block;
}

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

.slider {
  height: 74%;
}

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

.slider-background-base {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  inset: auto auto 48px 0;
}

.slide-arrow.right {
  left: auto;
  right: 0;
}

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

.paragraph-11 {
  color: #fff;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
}

.overlay {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0 48px;
  transform: none;
}

.wrapper-slider {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask-2 {
  overflow: visible;
}

.section-hero {
  background-color: #080808;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  display: none;
}

.slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.button-text-home-2 {
  color: #080808;
  font-size: 1em;
  font-weight: 600;
}

.link-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-background {
  background-image: url('../images/hero-page-3-products.png');
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-background.six {
  background-image: url('../images/am.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slider-background.seven {
  background-image: url('../images/mobility.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.slider-background.three {
  background-color: #e4e9ec;
  background-image: url('../images/malaysia-flag.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.slide-heading {
  color: #fff;
  text-align: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.25em;
  overflow: visible;
}

.slide-heading.white {
  font-size: 4.8em;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  max-width: 800px;
  display: grid;
  position: relative;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.button-5 {
  z-index: 10;
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-5.w--current {
  background-color: #bb0508;
  border-radius: 8px;
}

.slider-2 {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.slider-arrow {
  width: 15px;
}

.slide-nav-2 {
  display: none;
}

.div-block-89 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 21px;
  }

  .heading-4 {
    font-size: 3.2rem;
  }

  .section-home-press {
    height: 40vh;
    min-height: 40vh;
  }

  .logo-wrapper {
    height: 40vh;
  }

  .logo-2nd-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logomain-wrapper.padding-global.spacing-outsde {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .client-image {
    font-size: 16px;
  }

  .heading-9 {
    width: 50vw;
    font-size: 43px;
    line-height: 46px;
  }

  .paragraph-2 {
    font-size: 1.2rem;
  }

  .container-large.menu-content {
    display: none;
  }

  .heading-18 {
    font-size: 3.7rem;
    line-height: 71px;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .heading-style-h2 {
    font-size: 3.75rem;
  }

  .text-size-medium.text-color-white.text-weight-medium {
    font-size: 1rem;
  }

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

  .project-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 12vw;
  }

  .project-list {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .portfolio-dots.is-left {
    display: none;
  }

  .heading-20 {
    font-size: 35px;
    line-height: 37px;
  }

  .paragraph-7 {
    font-size: 1.1rem;
  }

  .heading-26 {
    font-size: 37px;
  }

  .c6 {
    padding: 51px;
  }

  .text-block-47 {
    font-size: .8rem;
  }

  .text-block-29 {
    font-size: 1.2rem;
  }

  .image-33 {
    height: 100%;
  }

  .div-block-35 {
    inset: 0%;
  }

  .text-block-43 {
    font-size: .8rem;
  }

  .cell-6 {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .cell-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-3 {
    width: 26%;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .heading-30 {
    width: 65vw;
    font-size: 2.8rem;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image-34 {
    height: auto;
    overflow: visible;
  }

  .quick-stack-6 {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-46 {
    font-size: .8rem;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .huge-text {
    overflow: hidden;
  }

  .huge-text.firstline {
    overflow: visible;
  }

  .huge-text.second-line {
    width: 120vw;
  }

  .hero-wrapper {
    width: 96vw;
  }

  .list-2 {
    grid-row-gap: 10px;
  }

  .text-block-42 {
    font-size: .8rem;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-link-2 {
    font-size: .9rem;
  }

  .text-span {
    overflow: visible;
  }

  .text-block-32 {
    font-size: 1rem;
  }

  .heading-32 {
    font-family: Open Sans, sans-serif;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .div-block-39 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-size-large-2.text-color-white {
    font-size: 2.75rem;
  }

  .text-block-30 {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .image-31 {
    height: 72%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .spacer-2 {
    height: 10vh;
    overflow: visible;
  }

  .spacer-2.too-much {
    display: none;
  }

  .title-small {
    font-size: .9rem;
    font-weight: 500;
  }

  .text-block-40 {
    font-size: 1rem;
  }

  .section_faq {
    margin-top: 65px;
  }

  .heading-42.new-header {
    font-size: 52px;
  }

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

  .heading-50, .heading-50.mobility {
    font-weight: 400;
  }

  .grid-6 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-78 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-80 {
    overflow: clip;
  }

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

  .hero-slider {
    width: 100vw;
    height: auto;
  }

  .image-62 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .slide {
    width: 100%;
  }

  .mask {
    width: 100%;
    height: 70vh;
  }

  .slider {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .image-63 {
    aspect-ratio: 1;
  }

  .slide-arrow, .slide-nav {
    bottom: 36px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.white {
    width: 62vw;
    font-size: 2.9em;
  }

  .button-5, .button-5.w--current {
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .press-illustration {
    width: 80rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-2.is-large {
    min-width: 0;
    font-size: 1.125rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.625rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .text-size-medium.text-color-white.text-weight-medium {
    width: 200px;
  }

  .footer-links {
    padding-top: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .project-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .portfolio-title-sticky {
    height: 25vh;
    top: 50vh;
  }

  .portfolio_throughview-trigger {
    height: 25vh;
    top: 0;
  }

  .project-list {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .huge-text.second-line {
    width: 137vw;
  }

  .list-2 {
    grid-row-gap: 0px;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .text-size-large-2.text-color-white {
    font-size: 2.25rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .faq_title-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_grid {
    margin-top: -60px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slide-heading {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    display: block;
  }

  .available-icon, .text-block-blue, .text-block {
    display: none;
  }

  .page-wrapper-new {
    overflow: hidden;
  }

  .main-section {
    flex-flow: column;
    display: block;
  }

  .main-content-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 13px;
  }

  .main-content-wrapper.padding-global {
    max-width: 80%;
  }

  .heading-2 {
    width: auto;
    font-size: 19px;
    line-height: 19px;
  }

  .heading-4 {
    width: auto;
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .button-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button {
    padding: 28px;
  }

  .button.for-twitter {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 84vw;
    margin-right: 0;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-4 {
    text-align: center;
  }

  .section-home-press {
    height: 60vh;
    min-height: 0;
  }

  .logo-wrapper {
    height: 52vh;
    margin-top: 2px;
  }

  .logo-2nd-wrapper {
    flex-flow: column;
    margin-top: -206px;
  }

  .logomain-wrapper.padding-global.spacing-outsde {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .quick-stack {
    grid-column-gap: 0px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 52px;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 26px;
  }

  .numbers-real-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-5 {
    font-size: 4.6rem;
  }

  .text-block-7 {
    line-height: 1;
  }

  .container-large.menu-content {
    display: none;
    overflow: hidden;
  }

  .hori-sec {
    display: none;
  }

  .hori-dash-item {
    justify-content: flex-start;
    align-items: center;
    margin-left: -59px;
    display: block;
  }

  .heading-14 {
    width: 54vw;
    font-size: 45px;
    line-height: 42px;
  }

  .paragraph-5 {
    min-width: 0;
    max-width: 90vw;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .sticky-div {
    top: 1px;
  }

  .container {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .section {
    padding: 2px;
  }

  .container-medium {
    margin: 2px;
    display: block;
  }

  .ssocial-media-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: auto;
    margin-right: 0;
  }

  .heading-18 {
    width: 61vw;
    font-size: 2.1rem;
    line-height: 38px;
  }

  .button_social-icon-wrap {
    flex: none;
    justify-content: center;
    margin-right: .25rem;
    display: none;
  }

  .button-2 {
    width: 100%;
  }

  .button-2.is-large {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .button-2.is-large.is-whatsapp {
    padding-left: 2rem;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

  .heading-19 {
    font-size: 21px;
    line-height: 25px;
  }

  .global-padding {
    height: 100vh;
  }

  .text-size-medium.text-color-white.text-weight-medium {
    color: #192351;
    width: 200px;
    max-width: 200px;
    font-size: 17px;
  }

  .footer-links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section_home-portfolio {
    margin-bottom: 119px;
  }

  .portfolio-title-sticky {
    color: #ececec;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 6rem;
    padding-left: 1.25rem;
    position: relative;
    top: 0;
  }

  .heading-style-h1 {
    white-space: nowrap;
    font-size: 20vw;
  }

  .button-icon-wrapper {
    width: 42px;
    height: 95%;
    display: none;
  }

  .heading-22 {
    text-align: left;
    font-size: 43px;
    line-height: 40px;
  }

  .heading-25 {
    letter-spacing: -3px;
    margin-left: 0;
    font-size: 61px;
    line-height: 108px;
  }

  .wrapper {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-26 {
    width: 46vw;
  }

  .text-block-14 {
    width: 100%;
    margin-right: 0;
    padding: 26px;
  }

  .heading-27 {
    width: 144px;
    margin-right: 18px;
    padding: 11px;
    font-size: 17px;
    line-height: 19px;
  }

  .c6, .c6.new-one {
    padding: 25px;
  }

  .heading-27-copy {
    width: 153px;
    margin-right: 9px;
    padding: 11px;
    font-size: 18px;
    line-height: 19px;
  }

  .new {
    width: 154px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 21px;
  }

  .new-head {
    width: 157px;
    margin-right: 16px;
    font-size: 19px;
    line-height: 21px;
  }

  .quick-stack-5 {
    margin: 1px;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .heading-28 {
    width: auto;
    font-size: 26px;
    line-height: 29px;
  }

  .text-block-16 {
    margin-top: 214px;
  }

  .preloader {
    display: none;
  }

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

  .faq_question {
    font-size: 14px;
  }

  .image-33 {
    width: 100%;
  }

  .main-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-35 {
    padding: 34px;
    inset: 15% 0% auto;
  }

  .div-block-35.footer {
    top: 23%;
  }

  .text-block-43 {
    font-size: 1rem;
  }

  .faq {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .cell-7 {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .button-3 {
    width: 61%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1rem;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .nav-link {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
  }

  .faq_wrap {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .heading-29 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2.1rem;
  }

  .text-block-23 {
    font-size: 17px;
    line-height: 17px;
  }

  .image-32 {
    width: 59vw;
  }

  .heading-30 {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .heading-30.footer {
    font-size: 2.5rem;
  }

  .text-size-regular.text-color-lightgray {
    color: #787260;
    font-size: 16px;
  }

  .image-34 {
    border-radius: 1.5em;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .huge-text-section.vertical-spacing {
    display: block;
  }

  .loader-wrapper {
    display: none;
    inset: 0%;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100vw;
  }

  .image-35 {
    border-radius: 0;
    height: 23vh;
    padding: 0;
    display: none;
  }

  .loader-mask {
    height: 100%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .huge-text.firstline {
    font-size: 6.25rem;
  }

  .huge-text.second-line {
    width: 161vw;
  }

  .hero-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-33 {
    padding-bottom: 8px;
  }

  .list-2 {
    grid-template-columns: 2.25fr;
  }

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

  .section-2 {
    overflow: hidden;
  }

  .div-block-38 {
    border-radius: 1.5em;
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .icon-embed-custom {
    display: none;
  }

  .image-30 {
    height: auto;
  }

  .footer-link-2 {
    text-align: center;
  }

  .quick-stack-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-logo-left {
    width: 90vw;
  }

  .heading-32 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 2.3rem;
  }

  .div-block-39 {
    border-radius: 1.5em;
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-29 {
    color: #a19a87;
  }

  .text-size-large-2.text-color-white {
    width: 100%;
    margin-bottom: 51px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.875rem;
  }

  .text-block-30 {
    font-size: 1rem;
  }

  .image-31 {
    object-fit: cover;
    border-radius: 1.5em;
    height: auto;
  }

  .footer-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-40 {
    margin-top: 0;
  }

  .spacer-2 {
    display: block;
  }

  .spacer-2.just-this-ne {
    height: 6vh;
  }

  .faq_title-wrap {
    color: #222851;
    width: 100%;
  }

  .text-block-40 {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .text-span-2 {
    font-size: 6.25rem;
  }

  .background-video-2 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section_faq {
    background-color: #0000;
    margin-top: 0;
  }

  .faq_grid {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .faq_item {
    background-color: #fef7e6;
    border-color: #e8e1d2;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    transition: border-color .325s;
  }

  .faq_item:hover {
    border-style: none;
    border-color: #0000;
  }

  .section-3, .section-4 {
    overflow: hidden;
  }

  .image-41 {
    padding: 10px;
  }

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

  .div-block-43 {
    overflow: hidden;
  }

  .product-hero {
    height: 75vh;
  }

  .div-block-48 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .grid-3 {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

  .image-51 {
    object-fit: cover;
    padding-left: 0;
  }

  .div-block-50 {
    height: 100%;
  }

  .heading-40 {
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    line-height: 1.2;
  }

  .button-4 {
    width: 84%;
  }

  .button-4.new-one {
    width: 52%;
    padding: 9px;
    font-weight: 400;
  }

  .button-4.cta-button {
    width: 42%;
  }

  .why-its-the-best {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-42.new-header {
    font-size: 28px;
    line-height: 1.1;
  }

  .grid-4 {
    grid-row-gap: 77px;
    grid-template-columns: 1fr;
  }

  .cta {
    height: 50vh;
    overflow: hidden;
  }

  .heading-45.diif {
    font-size: 2.5rem;
  }

  .heading-45.diif.reliable {
    color: #000;
    font-size: 2.1rem;
  }

  .hero-section {
    height: 80vh;
  }

  .heading-46 {
    width: 53vw;
    font-size: 47px;
  }

  .div-block-64 {
    height: 100%;
  }

  .div-block-65 {
    top: 7%;
  }

  .heading-47 {
    font-size: 46px;
  }

  .heading-48 {
    color: #000;
    font-size: 42px;
  }

  .div-block-68 {
    top: 5%;
  }

  .div-block-69 {
    height: 100%;
  }

  .category {
    overflow: hidden;
  }

  .heading-49 {
    font-size: 2.7rem;
    line-height: 1;
  }

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

  .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-78 {
    width: auto;
  }

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

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

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

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

  .section-8 {
    height: 80vh;
    margin-top: -15px;
  }

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

  .div-block-86 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .div-block-87 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section-9, .section-10, .section-11, .div-block-88 {
    overflow: hidden;
  }

  .paragraph-11 {
    color: #fff;
    text-align: left;
  }

  .paragraph-11.black {
    color: #fff;
    margin-bottom: 0;
  }

  .section-hero {
    min-height: 93vh;
  }

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

  .button-text-home-2 {
    margin-left: 0;
  }

  .slider-background {
    background-position: 60%;
  }

  .slider-background.six {
    background-image: url('../images/Pexels-Photo-by-Zukiman-Mohamad.svg'), linear-gradient(#0000004d, #0000004d), url('../images/berryyy-hero.png');
    background-position: 24%, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: cover, auto, cover;
  }

  .slider-background.seven {
    background-image: url('../images/mobility.svg'), linear-gradient(#0000004d, #0000004d), linear-gradient(#0000, #0000), url('../images/ml-hero-mobile.png');
    background-position: 75%, 0 0, 0 0, 67%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: cover, auto, auto, cover;
  }

  .slider-background.three {
    background-image: url('../images/malaysia-flag.svg'), linear-gradient(#0000004d, #0000004d), url('../images/hero-berry-mobile.png'), url('../images/bery-hero-test_11zon-2.png'), url('../images/hero-page-3-products.png');
    background-position: 45%, 0 0, 67%, 68%, 62%;
    background-repeat: repeat, repeat, repeat, repeat, no-repeat;
    background-size: cover, auto, cover, cover, cover;
  }

  .slide-heading {
    color: #000;
    text-align: center;
    width: 68vw;
    font-size: 40px;
  }

  .slide-heading.white {
    color: #fff;
    text-align: left;
    width: 80vw;
    font-size: 2.7em;
  }

  .slide-intro {
    grid-column-gap: 22px;
    place-items: stretch start;
    width: 80vw;
  }
}

#w-node-_63b05b0c-ba1e-7cb4-d1a0-de3518b18f8b-374e6715, #w-node-_63b05b0c-ba1e-7cb4-d1a0-de3518b18fa0-374e6715, #w-node-_63b05b0c-ba1e-7cb4-d1a0-de3518b18fb5-374e6715, #w-node-_40702dcc-5616-74ac-8ff8-ab8dc9b30a21-374e6715, #w-node-_9d5a841a-9623-8ef0-5fe4-e77f3220560b-374e6715, #w-node-_98b66acd-377e-4dd9-ce1c-eeddf8bdc718-374e6715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_143868c0-b53c-86ee-b607-7ea8f27d7872-374e6715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_300dc2db-93e5-7e9d-e296-8fe039e8661c-374e6715 {
  place-self: center;
}

#w-node-_169d656b-bb5b-718e-df0c-1990c4dde810-374e6715, #w-node-_5d82a952-0096-e0ae-7adb-bddb4bc7205a-4bc72054, #w-node-_5d82a952-0096-e0ae-7adb-bddb4bc72063-4bc72054, #w-node-_5d82a952-0096-e0ae-7adb-bddb4bc7206e-4bc72054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab82cdbc-ad4e-0213-c677-a0017313c1f2-49abcd68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f1beb672-1a01-1d29-7a62-1cfc28aa61a6-49abcd68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_74c2cc0c-1fda-9e27-d76a-4cd13a9bd53b-31307349 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63c1046e-9d2f-9f8c-9ef3-18aac9cae2c4-31307349 {
  place-self: auto;
}

#w-node-_2ceb29ae-174c-6fb3-4ec9-b5928fcc2da8-0c6bcf1a, #w-node-_52250cd1-7879-2651-16ba-93922ae02f25-0c6bcf1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b14af93-bdf4-7439-eb77-032c7687081a-0c6bcf1a {
  place-self: auto;
}

#w-node-_925ad244-4b65-fad9-b8d0-73c26c9cec2b-695bc0ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_184dac5c-cfb4-58db-5b9f-225bcd6d60d5-695bc0ca {
  place-self: auto;
}

#w-node-a3a434dd-516a-b460-a8e5-a984bf02ab49-52114eab, #w-node-a3a434dd-516a-b460-a8e5-a984bf02ab5a-52114eab, #w-node-fbc389f3-c9cb-adbb-042f-9c53841d3778-52114eab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d944d8d-bccc-3e77-1dc6-a1ee8f84d017-52114eab {
  place-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_63b05b0c-ba1e-7cb4-d1a0-de3518b18f8b-374e6715 {
    place-self: auto;
  }

  #w-node-_40702dcc-5616-74ac-8ff8-ab8dc9b30a21-374e6715 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_9d5a841a-9623-8ef0-5fe4-e77f3220560b-374e6715, #w-node-_98b66acd-377e-4dd9-ce1c-eeddf8bdc718-374e6715 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}