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

.nav-logo-wrapper {
  width: 9.22em;
  padding-left: 0;
}

.nav-logo {
  max-width: 500%;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 1.6em 1.8em;
  font-family: Gilroy Medium, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.nav-link.w--current {
  color: #2d2d46;
}

.hero-nav-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #282828;
  border-radius: .625rem;
  margin-left: .5em;
  padding: 1em 2em;
  font-size: 1em;
}

.hero-nav-button:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #ff002f;
}

.hero-nav-button[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #ff002f;
}

.text-block {
  color: #f9fbfc;
  font-family: Gilroy, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.container {
  margin-left: 4.688rem;
  margin-right: 4.688rem;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.body {
  background-color: #000;
  font-family: Gilroy Medium, sans-serif;
}

._2col-wrapper {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: grid;
}

._2col-wrapper.hero {
  grid-row-gap: 0em;
  grid-template-columns: 1fr minmax(342px, .75fr);
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.hero-h1-wrapper {
  width: 50%;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.2;
}

.hero-h1 {
  color: #fff;
  margin-top: .25em;
  margin-bottom: 0;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-video-wrapper {
  width: 40%;
  height: auto;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: #dab654;
  flex-direction: row;
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: italic;
  font-weight: 200;
  display: inline-block;
}

.text-block-2 {
  color: rgba(239, 239, 239, .7);
  font-family: Gilroy, sans-serif;
  font-weight: 300;
}

.div-block {
  padding-top: 1rem;
}

.primary-btn {
  width: 166px;
  height: 56px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
}

.nav-logo-wrapper-2 {
  width: 4em;
  padding-left: 0;
}

.section {
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 4.688rem;
  overflow: hidden;
}

.section.hero {
  max-width: 1131.67px;
  min-height: 100vh;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 4.688rem 6rem;
  display: block;
}

.section.logo {
  -webkit-text-fill-color: inherit;
  background-color: #19161b;
  background-clip: content-box;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.25rem 0;
  display: flex;
  overflow: visible;
}

.section.logo.ticker-section {
  width: 100vw;
  max-width: 100%;
}

.section.video {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6.688rem 5rem 7.5rem;
  display: flex;
}

.section.footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 0;
}

.section.what-we-do {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 9rem;
  padding-right: 9rem;
}

.section.slider-1-section {
  width: 100%;
  padding-left: 9rem;
  padding-right: 9rem;
}

.section.video-overlay {
  z-index: 999989;
  width: 100vw;
  height: 100vh;
  background-color: #e01414;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-nav-button-2 {
  width: 161px;
  height: 51px;
  max-width: 200%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #282828;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  padding: 1em 2em;
  font-size: 1em;
  display: flex;
}

.hero-nav-button-2:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #ff002f;
}

.hero-nav-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #ff002f;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.text-block-3 {
  color: #f9fbfc;
  letter-spacing: 0;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 1.6em 1.8em;
  font-family: Gilroy Medium, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.nav-link-2.w--current {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
}

.hero-h1-2 {
  color: #fff;
  margin-top: .25em;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.438rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span-3 {
  font-size: 14px;
  text-decoration: none;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
}

.container-2 {
  width: 100%;
  height: 112px;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button-2 {
  overflow: hidden;
}

.main-header {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.down-font {
  margin-left: 5px;
  display: block;
}

.image-4 {
  max-width: 181px;
}

.services-name {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.image-3 {
  padding-left: 5px;
}

.navbar-4 {
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navbar-4.hide-menu {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 0;
  overflow: visible;
}

.up-image {
  display: none;
}

.link-block {
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  -webkit-text-fill-color: inherit;
  background-color: #285064;
  background-clip: border-box;
  border-radius: 10px;
}

.nav-menu-2 {
  width: 85%;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  position: static;
}

.nav-menu-2.main-header {
  overflow: hidden;
}

.dropdown-toggle {
  display: inline-block;
  top: auto;
}

.dropdown-toggle.nav-link {
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.down-arrow {
  display: none;
}

.div-block-5 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.dropdown, .dropdown.menu-link {
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 1350px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.dropdown-list {
  width: 100%;
  max-width: 1350px;
  background-color: #112631;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #8d99a0;
  padding: 50px;
  display: none;
  top: 112px;
  left: 0;
  right: 0;
}

.dropdown-list.submenu-list {
  border-top-width: 0;
  position: fixed;
}

.brand-2 {
  width: 181px;
  overflow: hidden;
}

.category-link {
  color: #fff;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-2 {
  width: 20%;
  max-width: 20%;
}

.nav-link-3 {
  width: auto;
  color: #4a494b;
  text-align: center;
  text-transform: capitalize;
  padding: 46px 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: 0;
}

.nav-link-3:hover {
  color: #0074a2;
}

.nav-link-3.explore-btn {
  width: 154px;
  max-width: 154px;
  color: #fff;
  background-color: #0074a2;
  border: 1px solid #0074a2;
  border-radius: 55px;
  flex-flow: row;
  align-items: baseline;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 15px;
  transition: background-color .4s;
  display: inline-block;
  position: static;
  top: auto;
}

.nav-link-3.explore-btn:hover {
  color: #0074a2;
  background-color: rgba(0, 116, 162, 0);
}

.category-wrap {
  max-width: 285px;
}

.div-block-4 {
  width: 100%;
  max-width: 80%;
  padding-left: 15px;
}

.res-menudiv {
  background-color: rgba(0, 0, 0, 0);
}

.services-block {
  width: 25%;
  padding-left: 15px;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.hero-nav-button-3 {
  width: 200px;
  height: 55px;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #282828;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 1em 2.5em;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.hero-nav-button-3:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #ff002f;
}

.hero-nav-button-3[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #ff002f;
}

.navbar-5 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #f9fbfc;
  letter-spacing: 1px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
  text-decoration: none;
}

.nav-logo-2 {
  max-width: 500%;
}

.nav-link-4 {
  color: #bcbcbc;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 1.6em 1.8em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.nav-link-4:hover {
  color: #dab654;
}

.nav-link-4.w--current {
  color: #2d2d46;
}

.nav-link-4.hover {
  color: #dab654;
}

.sub-heading {
  width: 40%;
  color: rgba(239, 239, 239, .7);
  text-align: center;
  -webkit-text-stroke-color: #efefef;
  margin-top: 0;
  padding-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.sub-heading.center {
  width: auto;
  text-align: center;
  margin-top: 0;
  padding-top: .3rem;
  font-size: 1.2rem;
}

.sub-heading.hero {
  width: 80%;
  text-align: left;
  margin-top: 1.875rem;
  font-size: 1.2rem;
  display: flex;
}

.button {
  width: auto;
  height: auto;
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: .938rem;
  padding: 18px 65px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button:hover {
  opacity: .8;
}

.text-span-4 {
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
}

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

.section-logo {
  display: block;
  overflow: hidden;
}

.text-block-8, .text-block-9 {
  color: #fff;
}

.logo_component-slider {
  width: 2200px;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  width: auto;
  background-color: #19161b;
  padding-top: 2em;
  padding-bottom: 2em;
}

.logo-slide_section {
  height: auto;
  justify-content: flex-start;
  font-size: 20px;
  display: flex;
}

.text-block-10, .text-block-11 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.video {
  border-radius: 12px;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.25rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.813rem;
  font-weight: 500;
  line-height: 55px;
}

.h2.left {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.h2.left.our-value-headblock {
  text-align: left;
}

.h2.our-offering-heading {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.813rem;
}

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

.text-block-12 {
  width: 65%;
  color: #fff;
  padding-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 36px;
}

.text-block-12.center {
  width: 80%;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  font-weight: 500;
}

.text-block-12.our-value-left-textblock {
  width: 47%;
}

.text-block-12.our-value-right-textblock {
  width: 46%;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.slide {
  width: 34%;
  height: auto;
}

.slide-2 {
  width: 45%;
  height: 335.29px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-3 {
  width: 335.29px;
  height: 335.29px;
}

.navigation-bar {
  padding: 2rem 4.688rem 0;
}

.navigation-bar.hero {
  max-width: 1131.67px;
  min-height: 100vh;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 4.688rem 6rem;
  display: block;
}

.navigation-bar.logo {
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
}

.slider-section {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.first-slide-content {
  width: 50%;
  height: 100%;
  position: relative;
}

.mask {
  width: 33.33%;
  border: 2px dashed #000;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  overflow: visible;
}

.column-slide {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
}

.column-slide.first {
  z-index: 10;
  padding-right: 0;
}

.column-slide.last {
  z-index: 500;
}

.slide-content {
  height: 96%;
  padding: 25px 10px;
  position: relative;
  overflow: hidden;
}

.column-step-slider {
  width: 100%;
  min-height: 700px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 15px;
  margin-right: 15px;
  padding: 36px 100px 25px;
  display: inline-block;
  overflow: hidden;
}

.last-slide-content {
  width: 50%;
  height: 100%;
}

.slide-title {
  z-index: 20;
  color: #474747;
  text-align: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-title.ghost-last {
  z-index: 20;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -91%;
}

.slide-title.ghost {
  z-index: 20;
  top: 0%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.tooltip-text {
  padding-left: 7px;
  padding-right: 7px;
  position: absolute;
}

.tooltip-text.every-slide {
  width: 25%;
  color: #fff;
  text-align: center;
  background-color: #979999;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tooltip-text.slider {
  color: #fff;
  background-color: #d32ce6;
  top: 7%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.tooltip-text.last-slide {
  color: #fff;
  background-color: #05b49a;
  top: -4%;
  bottom: auto;
  left: auto;
  right: -22%;
}

.tooltip-text.fist-slider {
  color: #fff;
  background-color: #f11212;
  top: -4%;
  bottom: auto;
  left: 39%;
  right: auto;
}

.tooltip-text.slider-mask {
  color: #fff;
  background-color: #000;
  top: 11%;
  bottom: auto;
  left: 48%;
  right: auto;
}

.tooltip-text.arrow {
  color: #fff;
  text-align: center;
  background-color: #b095b3;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-arrow {
  width: 105px;
  color: #d32ce6;
  background-color: #fff;
  border: 1px dotted #000;
}

.first-slide-wrap {
  width: 200%;
  height: 100%;
  float: right;
  background-color: rgba(248, 71, 74, .29);
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.last-slide-ghost {
  width: 50%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.last-slide-wrap {
  width: 200%;
  height: 100%;
  float: left;
  background-color: rgba(5, 180, 154, .85);
  border: 2px dashed #05b49a;
  justify-content: flex-start;
  display: flex;
}

.slide-image {
  width: 100%;
  height: 335.29px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
}

.first-slide-ghost {
  width: 50%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.our-offering-heading-wrapper {
  justify-content: center;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.text-block-13 {
  color: #efefef;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.our-offering-subheading-container {
  width: 62%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.section-our-offerings {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 9rem 6em;
  overflow: hidden;
}

.section-our-offerings.hero {
  max-width: 1131.67px;
  min-height: 100vh;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 4.688rem 6rem;
  display: block;
}

.section-our-offerings.logo {
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
}

.our-offering-heading-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.688rem;
  display: flex;
}

.div-block-11 {
  width: 33%;
  height: auto;
  min-height: 0;
  background-color: #18161b;
}

.image-6 {
  padding-top: 43px;
  padding-left: 35px;
}

.text-block-14 {
  color: #fff;
  padding: 25px 29px 25px 35px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

.div-block-12 {
  padding-top: 0;
  padding-left: 0;
}

.text-block-15 {
  color: #a7a7a7;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.div-block-13 {
  padding: 15px 31px 43px 35px;
}

.background-video {
  border-radius: 12px;
}

.div-block-14 {
  width: 100%;
  grid-column-gap: .938rem;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-14.first-block {
  width: 100%;
  justify-content: space-between;
  padding-top: 15px;
}

.div-block-get-quote {
  width: 33%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.cta-text {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-2 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-16 {
  justify-content: center;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.text-block-16 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-18 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#18161b, #18161b);
  background-clip: border-box;
  border-radius: 12px;
  padding: 6rem;
}

.form-block {
  width: 100%;
  flex-direction: column;
  padding-top: 3.313rem;
  display: flex;
}

.text-field {
  width: 32.78%;
  height: 3.625rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(243, 243, 243, .15);
  border-radius: 30px;
  padding-left: 28px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-field.query {
  width: 100%;
  height: 107px;
  text-align: left;
  padding-bottom: 68px;
}

.form {
  flex-direction: column;
  align-content: flex-end;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 56px;
  display: inline-block;
}

.slide-4 {
  width: 554.38px;
  height: 312px;
}

.background-video-2 {
  width: 100%;
  height: 100vh;
  border-radius: 12px;
}

.slider {
  height: 180px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-5 {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper {
  flex-direction: row;
  display: flex;
}

.logo-wrapper {
  width: 33.3333%;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-2 {
  color: #000;
}

.slide-6 {
  padding-left: 189px;
  padding-right: 189px;
}

.image-7 {
  width: 335.29px;
  height: 216.656px;
}

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

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

.sticky-whatsapp-icon-contaainer {
  z-index: 1000;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sticky-whatsapp-icon-contaainer.section {
  z-index: 0;
  width: 10rem;
  height: 10rem;
  align-items: center;
  padding: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-icon {
  position: static;
}

.slide-7 {
  width: 335px;
  height: 335px;
}

.div-block-23 {
  grid-column-gap: 100px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.icon-3 {
  justify-content: flex-end;
  display: flex;
}

.left-arrow {
  padding-right: 10px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-26 {
  grid-column-gap: 50px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: static;
  right: 0;
}

.div-block-27 {
  grid-column-gap: 48px;
  justify-content: center;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.footer-link {
  color: rgba(255, 255, 255, .6);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #dab654;
}

.div-block-28 {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.link:hover {
  opacity: .7;
}

.div-block-29 {
  justify-content: center;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  padding-top: 3rem;
  display: flex;
}

.text-block-17, .text-block-18 {
  color: rgba(255, 255, 255, .6);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 300;
}

.text-block-18:hover {
  opacity: 1;
  text-decoration: none;
}

.text-block-19 {
  opacity: 1;
  color: rgba(255, 255, 255, .6);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-block-19:hover {
  opacity: .7;
}

.div-block-31 {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.2rem;
  padding-bottom: .6rem;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 70px;
  justify-content: space-between;
  display: none;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.text-block-20 {
  width: 726px;
  color: #fff;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.div-block-33 {
  justify-content: center;
  padding-top: 1.2rem;
  display: flex;
}

.card {
  width: 33.33%;
  background-color: #000;
}

.hero-section {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5.669rem 4.688rem 4.75rem;
  display: flex;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 4.688rem;
  padding-right: 4.688rem;
  display: flex;
}

.hero-split {
  max-width: 46%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-3 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 55px;
}

.heading-4 {
  width: 629px;
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 55px;
}

.div-block-34 {
  border: 1px solid #242424;
  border-radius: 12px;
  padding: 13px;
}

.div-block-35 {
  width: 100%;
  border: 1px solid #242424;
  border-radius: 12px;
  padding: 13px;
  display: block;
  position: relative;
}

.custome-left-arrow {
  z-index: 5;
  position: absolute;
  top: 42%;
  left: 0%;
}

.custome-right-arrow {
  position: absolute;
}

.slider-2 {
  display: block;
  position: relative;
}

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

.left-arow-dull {
  opacity: .5;
}

.nav-bar {
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.68rem;
  padding-right: 4.68rem;
}

.div-block-36 {
  border: 1px solid #242424;
  border-radius: 12px;
  padding: 13px;
}

.get-quote-button-wrapper {
  margin-left: 3.25rem;
  display: block;
}

.div-block-39 {
  width: 100%;
  justify-content: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.slider-3 {
  width: 85%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
}

.div-block-40 {
  width: 100%;
  max-width: 764px;
  min-width: 0;
  text-align: center;
  justify-content: center;
  padding-top: 3rem;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.heading-5 {
  width: auto;
  color: #fff;
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.div-block-41 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mask-2 {
  width: 100%;
  height: auto;
}

.slide-image-container {
  width: 90%;
}

.krededge-ticker-outer-container {
  width: 100vw;
  overflow: hidden;
}

.krededge-ticker-inner-container {
  width: 400rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.krededge-ticker-wrapper {
  height: 80px;
  justify-content: space-between;
  display: flex;
}

.krededge-ticker-element {
  width: auto;
  min-height: auto;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.krededge-ticker-element.medium-text {
  width: auto;
  min-width: 0;
  flex-direction: row;
}

.primary-heading {
  width: 95%;
  color: #7e201c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.125rem;
  line-height: 6.313rem;
}

.primary-heading.jorjeous-ticker-text {
  width: auto;
  color: #222;
  flex: none;
  font-size: 6.125rem;
  line-height: 6.375rem;
}

.primary-heading.ticker-text {
  width: 170%;
  min-width: 0;
  color: #fefefe;
  flex-wrap: nowrap;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.primary-heading.ticker-text.big-text {
  min-width: auto;
}

.ticker-image {
  width: 10%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
  margin-left: 3.25rem;
  margin-right: 3.25rem;
  padding-left: 0;
}

.ticker-image.new {
  width: 8%;
}

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

.slider-card-text {
  color: #fcfcfc;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.icon-4 {
  display: none;
}

.image-12 {
  width: 20%;
  height: auto;
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: 40%;
  right: 0%;
}

.mask-3 {
  width: 100%;
  height: auto;
}

.slider-card-sub-text {
  color: #7e878d;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.bold-text-3 {
  font-weight: 500;
}

.link-block-2 {
  justify-content: center;
  display: flex;
  position: relative;
}

.slider-4 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-8 {
  width: 49%;
  height: 100%;
  min-width: 0;
  border-radius: 12px;
  margin-right: 1%;
}

.right-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -6.6rem;
  bottom: auto;
  left: auto;
  right: 1.9rem;
}

.image-9 {
  border-radius: 12px;
}

.slider-card {
  width: 97%;
  object-fit: contain;
}

.div-block-42 {
  width: 100%;
  grid-column-gap: 2px;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 3rem;
}

.container-6 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-3 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -6.6rem;
  bottom: auto;
  left: auto;
  right: 5.7rem;
}

.slide-nav-2 {
  text-align: left;
  padding-left: 0;
  bottom: -5rem;
}

.heading-10 {
  font-size: 3.875rem;
  font-weight: 500;
  line-height: 4rem;
}

.right-arrow-less-opacity {
  opacity: 1;
}

.slider-5 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-43 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  margin-top: 15px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  margin-left: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-44 {
  display: flex;
}

.div-block-45 {
  grid-column-gap: 30px;
  display: flex;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: -6%;
}

.left-arrow-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 16%;
}

.left_arrow {
  position: absolute;
  top: 43%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.left_arrow_bright {
  position: static;
  top: 43%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.icon-5 {
  display: none;
}

.right_arrow, .right_arrow_bright {
  position: absolute;
  top: 43%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.icon-6 {
  display: none;
}

.left_arrow_custom, .right_arrow_custom {
  opacity: 1;
}

.heading-11 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.link-block-3 {
  opacity: .6;
  text-decoration: none;
}

.link-block-3:hover {
  opacity: 1;
  border-radius: 100px;
}

.link-block-4 {
  opacity: .6;
  text-decoration: none;
}

.link-block-4:hover {
  opacity: 1;
}

.div-block-46 {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: baseline;
  display: flex;
}

.social-buttons:hover {
  opacity: .75;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 24px;
}

.block_username {
  margin-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 26px;
}

.left-arrow-full-opacity-2 {
  transform: rotate(180deg);
}

.mask-4 {
  height: auto;
}

.block_text {
  max-width: 330px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.creator_block {
  width: 25vw;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 2rem;
  display: block;
}

.slider-6 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-6.testimonial-slider {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.slide-9 {
  width: 33.33%;
  height: auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: 1.175%;
}

.right-arrow-3 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 43%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.container-7 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.container-7.animate {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-5 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 43%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.creator_content {
  grid-column-gap: 2vw;
  padding-top: 3.125rem;
  display: flex;
}

.slide-nav-3 {
  text-align: left;
  padding-left: 0;
  display: none;
  bottom: -5rem;
}

.block_top-wrap {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.heading-12 {
  font-size: 3.875rem;
  font-weight: 500;
  line-height: 4rem;
}

.div-block-47 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.block_top-text-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 7px;
  display: flex;
}

.creator_container {
  border-radius: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.creator_container.hide {
  display: none;
}

.right-arrow-less-opacity-2 {
  opacity: 1;
}

.block_followers {
  color: rgba(51, 51, 51, .5);
  margin-top: 0;
  font-size: .9rem;
  font-weight: 300;
}

.div-block-48 {
  opacity: .6;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.5rem;
}

.div-block-49 {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
}

.nav-bar-container {
  opacity: 1;
  border-bottom: 1px rgba(0, 0, 0, .2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.hamburger-icon-container {
  display: none;
}

.navbar-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link-container {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: auto;
  object-fit: cover;
  margin-bottom: 0;
}

.menu-link {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .938rem;
  font-weight: 500;
  line-height: 1.188rem;
  text-decoration: none;
}

.menu-link:hover {
  color: #f90f0f;
}

.link-2 {
  color: #bcbcbc;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-2:hover {
  color: #c5a44c;
}

.link-2.w--current {
  color: #e6988b;
}

.menu-list {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  text-align: left;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.navbar-section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-left: 4.688rem;
  padding-right: 4.688rem;
}

.image-13 {
  object-fit: contain;
}

.div-block-50 {
  justify-content: center;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.div-block-51, .text-block-22 {
  display: none;
}

.youtube {
  opacity: 0;
}

.youtube-html-embed {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: none;
}

.mute-unmute-button {
  z-index: 2147483647;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hide-in-desktop {
  display: none;
}

.our-offering-point {
  width: 100%;
  background-color: #18161b;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 3.875rem 3.75rem;
  display: flex;
}

.our-offering-point.reverse-point {
  flex-direction: row-reverse;
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
}

.our-offering-point.big-image {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.our-offering-point-image-container {
  width: 50%;
}

.our-offering-point-image {
  width: 100%;
  object-fit: cover;
}

.our-offering-point-text-container {
  width: 50%;
  padding-left: 3rem;
}

.our-offering-point-text-container.reverse {
  padding-left: 0;
  padding-right: 3rem;
}

.our-offering-heading {
  color: #fff;
  margin-bottom: 15px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 140%;
}

.our-offering-text {
  color: #a7a7a7;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media screen and (min-width: 1440px) {
  ._2col-wrapper.hero {
    font-size: 16px;
  }

  .text-span {
    text-align: left;
    padding-left: .7rem;
    padding-right: 2px;
  }

  .text-span.block-21-span {
    padding-left: .4rem;
  }

  .section.video {
    margin-left: auto;
    margin-right: auto;
  }

  .section.what-we-do {
    padding-bottom: 8.375rem;
    padding-left: 11.813rem;
    padding-right: 11.813rem;
  }

  .section.slider-1-section {
    padding-top: 0;
    padding-left: 11.813rem;
    padding-right: 11.813rem;
  }

  .navbar-5 {
    justify-content: space-between;
  }

  .button {
    padding: 18px 80px;
  }

  .text-span-4 {
    font-size: 16px;
  }

  .h2.left {
    display: flex;
  }

  .text-block-12 {
    width: 50%;
  }

  .text-block-12.center {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    width: 33.33%;
  }

  .section-our-offerings {
    padding-left: 11.813rem;
    padding-right: 11.813rem;
  }

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

  .div-block-get-quote {
    justify-content: center;
  }

  .cta-text {
    font-family: Gilroy Regular, sans-serif;
  }

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

  .background-video-2 {
    height: 720px;
  }

  .gallery-slider {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gallery-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template: ". . Area" minmax(auto, 1fr)
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .gallery-image {
    width: 325px;
    height: 219.208px;
  }

  .text-block-20 {
    width: 764px;
    color: #fff;
    text-align: center;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }

  .div-block-33 {
    justify-content: center;
    padding-top: 3.5rem;
    display: flex;
  }

  .hero-section {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    border: 1px solid #242424;
    border-radius: 12px;
    padding: 17px;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 4.688rem;
    padding-right: 4.688rem;
    display: flex;
  }

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

  .slider-3 {
    width: 85%;
    height: auto;
  }

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

  .slide-image-container {
    width: 98%;
  }

  .primary-heading {
    width: 86%;
    font-size: 6.125rem;
  }

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

  .right-arrow {
    right: 2.2rem;
  }

  .slider-card {
    width: 96.5%;
  }

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

  .left-arrow-3 {
    right: 6.1rem;
  }

  .heading-10 {
    padding-right: 0;
  }

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

  .left_arrow {
    left: -7%;
  }

  .right_arrow_bright {
    right: -4%;
  }

  .block_username {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .block_text {
    font-size: 1.25rem;
  }

  .creator_block {
    width: 25vw;
    height: auto;
    background-color: #f7f7f7;
  }

  .slider-6.testimonial-slider {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .slide-9 {
    width: 33.33%;
    height: auto;
    margin-right: 1.2%;
  }

  .container-7 {
    max-width: 100%;
  }

  .container-7.animate {
    width: 100%;
  }

  .creator_content {
    padding-top: 0;
  }

  .heading-12 {
    padding-right: 0;
  }

  .div-block-47 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .block_top-text-wrap {
    margin-top: 12px;
  }

  .creator_container {
    padding: 3.125rem 0 0;
  }

  .right-arrow-less-opacity-2 {
    opacity: 1;
  }

  .block_followers {
    color: rgba(51, 51, 51, .5);
    margin-top: 5px;
    font-size: 1.25rem;
    font-weight: 300;
  }

  .nav-bar-container {
    width: 100%;
  }

  .menu-link, .link-2 {
    text-decoration: none;
  }

  .menu-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    display: flex;
  }

  .our-offering-point {
    margin-bottom: 1.25rem;
  }

  .our-offering-point.reverse-point {
    flex-direction: row-reverse;
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }

  .our-offering-point-text-container {
    padding-left: 3.7rem;
  }

  .our-offering-point-text-container.reverse {
    padding-left: 0;
    padding-right: 3.7rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo-wrapper {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #f9fbfc;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .nav-link {
    justify-content: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .hero-nav-button {
    margin-top: .8em;
    margin-left: 0;
  }

  .nav-menu-mobile {
    margin-left: 0;
    margin-right: -.8em;
  }

  .nav-menu-mobile.w--open {
    color: #2d2d46;
    background-color: rgba(0, 0, 0, 0);
  }

  ._2col-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 15vh;
  }

  ._2col-wrapper.hero {
    flex-direction: column;
    margin-top: auto;
  }

  .hero-h1-wrapper {
    width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-h2 {
    font-size: 1.8em;
  }

  .hero-h1 {
    color: #fff;
    font-family: Gilroy Medium, sans-serif;
    font-size: 2.6em;
  }

  .hero-video-wrapper {
    width: 100%;
    height: auto;
    padding-top: 3rem;
  }

  .nav-logo-wrapper-2 {
    padding-left: 0;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.what-we-do {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-nav-button-2 {
    margin-top: .8em;
    margin-left: 0;
  }

  .nav-link-2 {
    justify-content: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .hero-h1-2 {
    text-align: center;
    font-size: 3.2rem;
  }

  .container-2 {
    height: 100%;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-2 {
    background-color: #000;
    margin-left: auto;
  }

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

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

  .navbar-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-4.hide-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .up-image {
    width: 30px;
    height: 17px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-2 {
    flex-flow: column wrap;
    display: flex;
  }

  .dropdown-toggle.nav-link {
    justify-content: space-between;
    transition: all .5s;
    display: flex;
  }

  .down-arrow {
    width: 30px;
    height: 17px;
    display: block;
  }

  .cross-imge {
    width: 18px;
    opacity: 0;
    display: none;
  }

  .dropdown-list.submenu-list {
    position: fixed;
  }

  .brand-2 {
    z-index: 1000;
  }

  .image-2, .image-2.menu-img {
    width: 30%;
    max-width: 30%;
  }

  .res-menudiv {
    height: 111px;
    background-color: #fff;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .hero-nav-button-3 {
    margin-top: .8em;
    margin-bottom: 4.375rem;
    margin-left: 0;
  }

  .nav-menu-3 {
    background-color: #f9fbfc;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .nav-link-4 {
    justify-content: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .sub-heading {
    width: 50%;
  }

  .sub-heading.center {
    width: auto;
  }

  .sub-heading.hero {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h2.left {
    text-align: left;
  }

  .navigation-bar {
    padding-left: 3em;
    padding-right: 3em;
  }

  .mask {
    width: 60%;
  }

  .our-offering-subheading-container {
    width: 50%;
  }

  .section-our-offerings {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

  .div-block-14 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .div-block-get-quote {
    width: 100%;
    height: 30vh;
  }

  .logo-wrapper {
    margin-top: 65px;
  }

  .sticky-whatsapp-icon-contaainer.section {
    width: 8rem;
    height: 8rem;
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .get-quote-button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3.125rem auto 4.375rem;
    display: flex;
  }

  .slider-card-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .slide-8 {
    width: 50%;
  }

  .heading-10 {
    line-height: 110%;
  }

  .right-arrow-2 {
    top: 43%;
    right: -7%;
  }

  .left-arrow-4 {
    left: -60px;
  }

  .left_arrow {
    left: -10%;
  }

  .right_arrow {
    right: -10%;
  }

  .right_arrow_bright {
    top: 0%;
    right: 0%;
  }

  .creator_block {
    width: 40vw;
    height: 26rem;
    display: block;
  }

  .slide-9 {
    width: 50%;
  }

  .heading-12 {
    line-height: 110%;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 3rem;
  }

  .creator_container {
    padding-bottom: 80px;
    padding-left: 0;
  }

  .nav-bar-container {
    border-bottom-style: none;
  }

  .hamburger-icon-container {
    z-index: 999;
    display: block;
    position: relative;
  }

  .menu-link-container {
    width: 100%;
    grid-row-gap: 3.25rem;
    background-color: #1e1e1e;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .close-icon {
    display: none;
  }

  .logo {
    width: 90%;
    margin-bottom: 0;
  }

  .link-2 {
    font-size: 1.875rem;
  }

  .menu-list {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .hide-in-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo-wrapper {
    padding-left: 0;
  }

  .nav-link {
    justify-content: center;
    display: flex;
  }

  ._2col-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10vh;
  }

  ._2col-wrapper.hero {
    flex-direction: column;
    margin-top: 0;
  }

  .hero-h1-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-video-wrapper {
    width: 100%;
    height: auto;
    min-height: 20em;
    padding-top: 3rem;
  }

  .nav-logo-wrapper-2 {
    padding-left: 0;
  }

  .section {
    padding: 3.75rem 1.5rem;
  }

  .section.logo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.video {
    padding: 3.75rem 1.5rem;
  }

  .nav-link-2 {
    justify-content: center;
    display: flex;
  }

  .hero-h1-2 {
    font-size: 3rem;
  }

  .container-3 {
    flex-wrap: wrap;
  }

  .services-block {
    width: 50%;
  }

  .nav-link-4 {
    justify-content: center;
    display: flex;
  }

  .sub-heading {
    width: 90%;
  }

  .sub-heading.center {
    width: auto;
  }

  .sub-heading.hero {
    text-align: center;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-12 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .div-block-7 {
    width: 100%;
    grid-row-gap: 1.3rem;
    align-items: flex-start;
  }

  .slide {
    width: 51%;
  }

  .navigation-bar {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .slider-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mask {
    width: 95%;
  }

  .column-step-slider {
    min-height: 500px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-offering-subheading-container {
    width: 80%;
  }

  .section-our-offerings {
    padding: 3.75rem 1.5rem;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

  .div-block-14 {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 1.3rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-get-quote {
    width: 100%;
    height: 30vh;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.3rem;
    display: flex;
  }

  .div-block-18 {
    flex-direction: column;
    padding: 3.75rem 1rem;
    display: flex;
  }

  .text-field {
    width: 100%;
  }

  .background-video-2 {
    width: auto;
    height: 100%;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sticky-whatsapp-icon-contaainer.section {
    width: 8rem;
    height: 8rem;
  }

  .div-block-24 {
    height: auto;
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .div-block-26 {
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .div-block-28 {
    grid-row-gap: 4.75rem;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3.3rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-section {
    padding: 3.75rem 1.5rem;
  }

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

  .div-block-35 {
    width: 100%;
    height: 50vh;
    flex-direction: row;
    display: block;
  }

  .div-block-36 {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .slider-3, .slide-8 {
    width: 100%;
  }

  .right-arrow {
    top: auto;
    bottom: -3rem;
  }

  .slider-card {
    width: 100%;
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    display: flex;
  }

  .left-arrow-3 {
    top: auto;
    bottom: -3rem;
  }

  .slide-nav-2 {
    bottom: -5rem;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .button-3 {
    margin-left: 0;
  }

  .div-block-46 {
    grid-column-gap: 1rem;
    align-items: baseline;
    padding-top: 1.3rem;
    display: flex;
  }

  .block_text {
    max-width: 90%;
  }

  .creator_block {
    width: 100%;
    height: 21.5rem;
    display: block;
  }

  .slider-6.testimonial-slider {
    margin-top: 3.125rem;
  }

  .slide-9 {
    width: 100%;
  }

  .right-arrow-3 {
    top: auto;
    bottom: -6rem;
  }

  .container-7.animate {
    width: 90%;
  }

  .left-arrow-5 {
    top: auto;
    bottom: -6rem;
  }

  .creator_content {
    padding-top: 0;
  }

  .slide-nav-3 {
    bottom: -5rem;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .creator_container {
    padding-top: 48px;
    padding-bottom: 80px;
    overflow: visible;
  }

  .navbar-logo-container {
    align-items: center;
    display: flex;
  }

  .menu-link-container {
    width: 100%;
    height: 100vh;
    grid-row-gap: 1.25rem;
    background-color: #1e1e1e;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .close-icon {
    width: 32px;
    height: 32px;
    display: none;
  }

  .logo {
    margin-bottom: 0;
  }

  .menu-link {
    font-weight: 500;
  }

  .link-2 {
    font-size: 1.875rem;
  }

  .menu-list {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .text-block-22 {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
  }

  .hide-in-desktop {
    display: none;
  }

  .our-offering-point, .our-offering-point.reverse-point {
    flex-direction: column;
  }

  .our-offering-point-image-container {
    width: 100%;
  }

  .our-offering-point-text-container {
    width: 100%;
    padding-left: 0;
  }

  .our-offering-point-text-container.reverse {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    max-width: 375px;
  }

  .nav-logo-wrapper {
    padding-left: 0;
  }

  ._2col-wrapper.hero {
    grid-column-gap: 0rem;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-h1-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-video-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .nav-logo-wrapper-2 {
    padding-left: 0;
  }

  .section {
    padding-top: 1.875rem;
    padding-bottom: 4.75rem;
  }

  .section.logo {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    display: flex;
  }

  .section.logo.ticker-section {
    padding-bottom: 0;
  }

  .section.video {
    padding: 3.75rem 1.5rem;
  }

  .section.what-we-do {
    margin-bottom: 3.75rem;
    padding-bottom: 0;
  }

  .section.slider-1-section {
    padding-bottom: 1.55rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-h1-2 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    font-size: 1.6rem;
  }

  .image-2, .image-2.menu-img {
    width: 20%;
    max-width: 20%;
  }

  .res-menudiv {
    height: 91px;
  }

  .hero-nav-button-3 {
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-menu-3 {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    font-style: normal;
  }

  .nav-link-4, .nav-link-4.mobile {
    color: #000;
  }

  .sub-heading {
    width: 100%;
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
  }

  .sub-heading.center {
    width: 100%;
    margin-top: -.8rem;
    font-size: .8rem;
    line-height: 140%;
  }

  .sub-heading.hero {
    text-align: center;
    margin-top: .575rem;
    font-size: .9rem;
    font-weight: 300;
  }

  .button {
    width: 100%;
    margin-top: 1.438rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .section-logo {
    height: 162px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 14px;
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2px;
    overflow: hidden;
  }

  .h2 {
    width: 100%;
    text-align: center;
    margin-bottom: .55rem;
    font-size: 1.6rem;
    line-height: 120%;
  }

  .h2.left {
    text-align: left;
    font-size: 1.6rem;
  }

  .h2.left.our-value-headblock {
    text-align: center;
    margin-bottom: .625rem;
    font-family: Gilroy Medium, sans-serif;
  }

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

  .text-block-12 {
    width: 100%;
    font-size: 1rem;
    line-height: 19px;
  }

  .text-block-12.center {
    text-align: center;
    padding-top: 6rem;
  }

  .text-block-12.our-value-left-textblock {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 140%;
  }

  .text-block-12.our-value-right-textblock {
    width: 100%;
    text-align: center;
  }

  .div-block-7 {
    grid-row-gap: 0rem;
  }

  .slide {
    width: 34%;
  }

  .mask {
    width: 75%;
    min-width: 195px;
  }

  .column-step-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .our-offering-heading-wrapper {
    padding-top: 0;
    font-size: 1.6rem;
  }

  .our-offering-subheading-container {
    width: 283px;
    padding-bottom: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

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

  .text-block-15 {
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }

  .background-video {
    width: auto;
    max-height: 30vh;
  }

  .div-block-14 {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .cta-text {
    font-size: 1.6rem;
  }

  .div-block-15 {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-18 {
    background-image: linear-gradient(#18161b, #18161b);
    flex-direction: column;
    padding: 2.5rem 1rem;
    display: flex;
  }

  .form-block {
    align-self: center;
    align-items: stretch;
    padding-top: 1.5rem;
  }

  .text-field {
    width: 100%;
  }

  .text-field.query {
    width: 100%;
    border-radius: 12px;
  }

  .background-video-2 {
    width: 100%;
    height: 182px;
    padding-left: 1.25px;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .div-block-21 {
    justify-content: flex-start;
  }

  .sticky-whatsapp-icon-contaainer.section {
    width: 7rem;
    height: 7rem;
    padding-top: 0;
  }

  .whatsapp-icon {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-24 {
    width: 100%;
    flex-direction: column;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-26 {
    width: 100%;
    justify-content: center;
    padding-top: 1.5rem;
  }

  .div-block-27 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-28 {
    width: 100%;
    grid-row-gap: 1.75rem;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
  }

  .div-block-29 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

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

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

  .div-block-31 {
    flex-direction: column;
    padding-bottom: 1.2rem;
    font-size: 12px;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-section {
    max-width: 375px;
    padding-top: 3.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-section.section {
    padding-bottom: .75rem;
  }

  .div-block-34 {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    padding: 7px;
    display: block;
  }

  .div-block-35 {
    width: 100%;
    height: auto;
    padding: 7px;
  }

  .nav-bar {
    max-width: 375px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-37 {
    padding-top: 1.5rem;
  }

  .get-quote-button-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-40 {
    font-size: 14px;
  }

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

  .div-block-41 {
    grid-row-gap: .25rem;
  }

  .primary-heading.ticker-text {
    font-size: .8rem;
  }

  .slider-card-text {
    text-align: left;
    margin-top: .6rem;
    font-size: 1.125rem;
    line-height: 120%;
  }

  .slider-card-sub-text {
    margin-top: .25rem;
    font-size: .85rem;
  }

  .slide-8 {
    margin-right: 0%;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    bottom: -3.5rem;
  }

  .slider-card {
    width: auto;
    justify-content: center;
    align-items: center;
  }

  .div-block-42 {
    margin-top: 20px;
  }

  .left-arrow-3 {
    width: 45px;
    height: 45px;
    bottom: -3.5rem;
  }

  .slide-nav-2 {
    font-size: 12px;
    bottom: -3.5rem;
  }

  .heading-10 {
    align-self: flex-start;
    font-size: 1.8rem;
    line-height: 110%;
  }

  .button-3 {
    margin-left: 0;
  }

  .div-block-45.mobile-nav {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-top: 2.1rem;
  }

  .div-block-45.mobile-nav.hide-in-desktop {
    display: flex;
  }

  .block-profile-img {
    width: 45px;
    height: 45px;
  }

  .block_username {
    font-size: 1.225rem;
  }

  .mask-4 {
    padding-bottom: 2rem;
  }

  .block_text {
    max-width: 95%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
  }

  .creator_block {
    width: 90vw;
    height: 25.25rem;
    min-width: 0;
    flex: none;
    display: block;
  }

  .collection-item {
    flex: none;
  }

  .slider-6.testimonial-slider {
    margin-top: 1.25rem;
  }

  .slide-9 {
    width: 100%;
    margin-right: auto;
  }

  .right-arrow-3 {
    width: 45px;
    height: 45px;
    bottom: -3.5rem;
    right: 8%;
  }

  .container-7.animate {
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .left-arrow-5 {
    width: 45px;
    height: 45px;
    bottom: -3.5rem;
    left: 54%;
  }

  .creator_content {
    width: 100%;
    grid-column-gap: 3vw;
  }

  .slide-nav-3 {
    font-size: 12px;
    bottom: -3.5rem;
  }

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

  .heading-12 {
    align-self: flex-start;
    font-size: 1.8rem;
    line-height: 110%;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .creator_container {
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    overflow: hidden;
  }

  .block_followers {
    margin-top: 0;
    font-size: 1rem;
  }

  .nav-bar-container {
    align-items: center;
  }

  .hamburger-icon-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-logo-container {
    width: 80%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-link-container {
    background-color: #000;
    display: none;
  }

  .close-icon {
    width: 2rem;
    height: 2rem;
    padding-right: .8rem;
    display: none;
  }

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

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

  .menu-list {
    grid-column-gap: 3.25rem;
    grid-row-gap: 1.25rem;
  }

  .navbar-section {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .text-block-22 {
    color: #fff;
    font-size: 16px;
    line-height: 18.75px;
  }

  .our_value_div_block {
    margin-bottom: 1.875rem;
  }

  .hideinmob {
    display: none;
  }

  .hide-in-desktop {
    display: block;
  }

  .image-14 {
    width: 2rem;
    height: 2rem;
    padding-right: .8rem;
    display: block;
  }

  .our-offering-point {
    padding: 2rem 1.25rem;
  }

  .our-offering-point.reverse-point, .our-offering-point.big-image {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}


@font-face {
  font-family: 'Gilroy Medium';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Regular';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}