:root {
  --black: black;
  --white: white;
  --off-white: #f5f3f2;
  --bitroot-dark-blue: #161d24;
  --turquoise: #c1dedc;
  --purple: #e6def0;
  --bitroot-primary-blue: #1f76f9;
  --grey: #d9d9d9;
  --dark-grey: #595959;
  --bitroot-new-pink: #fbcfd9;
  --junqfoods-primary-green: #17cc73;
  --orange-tag-text: #46261f;
  --junqfoods-services-txt: #155032;
  --junqfoods-services-bg: #e2f3eb;
  --dopamine-services-bg: #f3e5e2;
  --grey-tags: #e5e7eb;
  --light-grey: #f2f2f2;
  --seafarer-color-lb: #5dccff;
}

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

body {
  color: var(--black);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--black);
  margin-top: 20px;
  text-decoration: underline;
}

.header {
  z-index: 100;
  background-color: #0000;
  justify-content: space-between;
  padding: 24px 40px;
  position: relative;
  inset: 0% 0% auto;
}

.container {
  width: 90%;
  max-width: 1232px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container.large {
  max-width: 1344px;
}

.container.align-right {
  justify-content: flex-end;
  display: flex;
}

.container.margin-l {
  margin-top: 0;
  padding-top: 104px;
  padding-bottom: 104px;
}

.nav-wrap {
  z-index: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 240px;
  padding-top: 8px;
}

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

.button {
  color: #fff;
  background-color: #1f76f9;
  border: 2px #000;
  border-radius: 28px;
  padding: 10px 36px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: color .2s, background-color .2s;
}

.button:hover, .button.black {
  background-color: var(--black);
  color: #8bb8fa;
}

.button.black:hover {
  background-color: #303030;
  border-color: #303030;
}

.button.black.form {
  color: var(--white);
  background-color: #2075f9;
  border-color: #2075f9;
  margin-left: 24px;
}

.button.nav {
  color: #4775f5;
  border-color: #4775f5;
  padding: 8px 20px;
}

.button.nav:hover {
  color: #8bb8fa;
  background-color: #4775f5;
}

.button.nav.hide-on-mobile {
  color: #2075f9;
  border-color: #2075f9;
}

.button.nav.hide-on-mobile:hover {
  color: #8bb8fa;
  background-color: #2075f9;
}

.nav-link {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .65;
  transform: translate(0, -2px);
}

.nav-link.last {
  margin-right: 0;
}

.section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  max-height: 800px;
  margin-bottom: -40px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.section.full {
  padding-left: 0;
  padding-right: 0;
}

.section.off-white, .section.footer {
  background-color: var(--off-white);
}

.section.gradient-180 {
  background-image: linear-gradient(#2075f936 22%, #2075f9 95%);
}

.section.margin-top-76 {
  margin-top: 76px;
}

.section.backgroud-2 {
  background-color: #ebf8ff;
}

.hero_wrap {
  display: block;
}

.hero_text-wrap {
  z-index: 5;
  width: 56%;
  max-width: 560px;
  position: relative;
}

.h1 {
  color: var(--off-white);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 59px;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.inline {
  display: inline-block;
  position: relative;
}

.paragraph.hero {
  color: #696969;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 40px;
}

.hero-form {
  justify-content: center;
  width: 100%;
  height: 56px;
  display: flex;
}

.form-field {
  background-color: #8bb8fa;
  border: 2px solid #0000001a;
  border-radius: 12px;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  transition: all .3s;
}

.form-field:hover {
  border-style: solid;
  border-color: var(--black);
}

.form-field:focus {
  border-width: 2px;
  border-color: var(--black);
  padding: 13px 24px;
}

.form-field::placeholder {
  color: #00000080;
}

.form-field.white {
  background-color: var(--white);
  border-color: #00000026;
}

.form-field.white:focus {
  border-color: var(--black);
}

.creators_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  display: block;
  position: relative;
}

.creator_block {
  background-color: #8bb8fa;
  border-radius: 12px;
  min-width: 394px;
  margin-right: 24px;
  padding: 32px;
  display: block;
}

.creator_container {
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 120px;
  overflow: hidden;
}

.creator_content {
  display: flex;
}

.block_top-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.block_username {
  font-size: 24px;
  font-weight: 700;
}

.block_followers {
  margin-top: 5px;
}

.block_text {
  max-width: 330px;
}

.hero_illustration {
  width: 65vw;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.illustration {
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  max-height: 750px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.illustration._2 {
  z-index: 2;
  margin-bottom: 3px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.illustration._1 {
  z-index: 1;
  display: none;
}

.illustration._3 {
  z-index: 3;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 51px;
  display: block;
}

.illustration._4 {
  z-index: 4;
  height: 600px;
  margin-bottom: 111px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 55px;
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h3.centre {
  color: #102440;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

.h3.centre.contact-header {
  margin-bottom: 40px;
}

.b1-bar2 {
  background-color: #24232f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
}

.b1-bar1 {
  background-color: #24232f;
  width: 24px;
  height: 2px;
}

.hero_mobile-image {
  display: none;
}

.how_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.h2 {
  color: var(--bitroot-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 56px;
  line-height: 64px;
  text-decoration: none;
}

.h2.how {
  color: #102440;
  margin-bottom: 32px;
}

.h2.about-us {
  font-size: 48px;
}

.how_grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 88px;
}

.how_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-image {
  width: 104px;
  margin-bottom: 40px;
  display: block;
}

.how_text {
  color: #102440;
  text-align: center;
  margin-top: 16px;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
}

.feature_wrap._2 {
  padding-bottom: 140px;
}

.feature_grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 52vw;
}

._480 {
  max-width: 480px;
}

._480.sticky {
  position: sticky;
  top: 120px;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

.feature_image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature_image._1, .feature_image._2 {
  display: inline-block;
}

.feature_text {
  color: #102440;
}

.brand_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand_container {
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.brand_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  transform: translate(0);
}

.brand_block {
  background-color: #8bb8fa;
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  display: block;
  overflow: hidden;
}

.brand_image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}

.brand_logo-wrap {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 20px;
  display: flex;
}

.brand_logo {
  display: none;
  transform: scale(.5);
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.success-message {
  background-color: var(--turquoise);
  background-image: linear-gradient(135deg, var(--purple), var(--turquoise));
  border-radius: 12px;
}

.about-menu-wrap {
  z-index: 2;
  transform-origin: 100%;
  background-color: #8bb8fa;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-width: 720px;
  padding: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.close-block {
  z-index: 3;
  padding: 10px;
  position: absolute;
  inset: 22px 22px auto auto;
}

.close {
  width: 17px;
  display: block;
}

.about-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.influencer-logo {
  width: 150px;
  display: block;
}

.about-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-text {
  margin-bottom: 56px;
  display: block;
}

.faq_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.faq_wrapper {
  border-top: 1px solid #00000026;
  width: 100%;
  margin-top: 72px;
  padding-top: 24px;
}

.h4 {
  color: #102440;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.faq_arrow {
  width: 24px;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq_divider {
  background-color: #00000026;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq_block {
  display: block;
}

.faq_text {
  color: #102440;
  margin-top: 16px;
}

.footer-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-bottom: 88px;
}

.footer_cta {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin-bottom: 80px;
}

.footer-text {
  max-width: 480px;
  margin: 24px auto 40px;
}

.form-block {
  margin-bottom: 0;
}

.line {
  background-color: #00000026;
  width: 100%;
  height: 2px;
}

.footer-link {
  color: var(--black);
  margin-bottom: 16px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-link:hover {
  opacity: .65;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 277px;
  margin-top: 22px;
  display: flex;
}

.footer-img {
  max-width: 240px;
  margin-bottom: 24px;
}

.footer-small-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.footer-small-text.no-margin {
  margin-bottom: 0;
  font-size: 18px;
}

.footer-small-text.no-margin.bold {
  margin-bottom: 16px;
  font-weight: 700;
}

.fotter_bottom-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.small {
  font-size: 16px;
  line-height: 24px;
}

.small.right {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
}

.footer-flex {
  display: flex;
}

.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 76px;
  display: flex;
}

.about-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.blur {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.loader {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie {
  height: 150px;
}

.nav_button-wrap {
  z-index: 1000;
  justify-content: flex-end;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
}

.mobile-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-menu-modal {
  z-index: 2;
  transform-origin: 100%;
  background-color: #8bb8fa;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-width: 720px;
  padding: 56px 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.mob-menu-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.tab-link {
  color: var(--white);
  background-color: #1f76f9;
  border: 1px solid #000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
}

.tab-link.w--current {
  border: 1px solid var(--bitroot-primary-blue);
  color: var(--white);
  background-color: #1f76f9;
  width: 100%;
  margin-right: 0;
  padding: 16px 24px;
}

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

.error-message {
  background-color: #fce1e4;
}

.error-text {
  color: #ee2139;
}

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

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

.div-block-3 {
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span, .text-span-2 {
  color: #2075f9;
}

.text-span-5, .text-span-6 {
  color: #4775f5;
}

.body-4 {
  object-fit: scale-down;
  background-color: #161d24;
  overflow: visible;
}

.text-span-7 {
  background-color: #0000;
}

.developer-text-color {
  color: #8bb8fa;
}

.marketer-text-color {
  color: #fbcfd9;
}

.body-2 {
  background-color: var(--white);
  color: var(--bitroot-dark-blue);
}

.image-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: visible;
}

.navbar-container {
  width: 90%;
  max-width: 1200px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.nav-link-btn {
  color: var(--bitroot-primary-blue);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
}

.nav, .nav-link-4 {
  color: var(--white);
}

.seafarer-navbar {
  z-index: -1;
  background-color: #161d24;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
}

.header--description {
  color: var(--dark-grey);
  max-width: 422px;
  margin-top: 34px;
  font-size: 14px;
  display: block;
}

.bitroot-blue-btn {
  background-color: var(--bitroot-primary-blue);
  text-align: center;
  border-radius: 30px;
  width: 110%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
}

.bitroot-blue-btn._1, .bitroot-blue-btn._2 {
  display: none;
}

.bitroot-white-btn {
  background-color: var(--white);
  color: var(--bitroot-primary-blue);
  text-align: center;
  border-radius: 30px;
  width: 95%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  display: none;
}

.container-3 {
  justify-content: space-between;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  position: relative;
}

.container-3.club-card {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.header-intro-section {
  background-color: var(--bitroot-dark-blue);
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
}

.header--bg-color-boxes {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 60%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.color-box-blue {
  background-color: var(--bitroot-primary-blue);
  width: 25%;
  height: 30%;
}

.color-box-pink {
  background-color: #fbcfd9;
  width: 25%;
  height: 70%;
}

.text-span-8 {
  color: #8bb8fa;
}

.text-span-9 {
  color: #fbcfd9;
}

.div-block-4 {
  max-width: 435px;
  margin-top: 40px;
}

.image-3 {
  width: 130%;
  max-width: none;
  margin-bottom: -50px;
  margin-left: -15%;
  position: relative;
}

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

.heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 82px;
}

.wdwc-list-header-text {
  letter-spacing: -.02em;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.wdwc-list-para-text {
  color: #475569;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
}

.icon-images {
  padding: 30px;
}

.image-5, .image-6 {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
}

.wdwc-section {
  padding: 0;
}

.wdwc-list-col {
  padding-left: 0;
  padding-right: 0;
}

.wdwc-list {
  margin-bottom: 70px;
}

.columns {
  align-items: center;
  padding: 0;
  display: flex;
}

.list {
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.wdwc-heading-text {
  color: var(--bitroot-dark-blue);
  letter-spacing: -.03em;
  font-family: Switzer, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
}

.div-block-6 {
  color: var(--bitroot-dark-blue);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  min-height: 2px;
  margin-top: 34px;
  display: block;
}

.text-block-2 {
  margin-top: 34px;
  font-family: Switzer, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.text-block-2.text-on-hover {
  line-height: 1;
}

.list-item {
  cursor: default;
}

.list-item.ecom-li {
  min-height: 60px;
}

.text-block-3 {
  color: #6b7280;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-7 {
  background-color: var(--bitroot-new-pink);
  background-image: url('../images/service1.png');
  background-position: 0 0;
  background-size: 404px;
  min-width: 380px;
  max-width: 300px;
  min-height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(6deg);
}

.text-block-4 {
  align-items: center;
  font-family: Switzer, sans-serif;
  font-size: 50px;
  font-weight: 600;
  display: flex;
}

.text-block-4.icon {
  color: var(--bitroot-primary-blue);
  align-items: flex-start;
  margin-top: 8px;
  padding-bottom: 0;
  font-family: Materialiconsoutlined, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.work-divider {
  background-color: var(--bitroot-dark-blue);
  min-width: 0%;
  min-height: 3px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.our-deliverables-section {
  padding-bottom: 140px;
}

.our-work-section {
  display: block;
}

.div-block-8 {
  width: auto;
  height: auto;
  min-height: 60px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.columns-2 {
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

.work-header-div {
  min-height: 68px;
  position: relative;
}

.our-work-container.container-3 {
  margin-top: 100px;
}

.div-block-10.work-row-1-img {
  background-color: var(--junqfoods-primary-green);
  background-image: url('../images/Frame-20.png');
  background-position: 50% 0;
  background-size: cover;
  flex: 1;
  margin: 0 100px 0 0;
}

.div-block-10.work-row-1-img.work-image {
  background-image: none;
}

.div-block-10.work-row-img-2 {
  background-color: #ff8664;
  flex: 1;
  margin-top: 80px;
  margin-right: 106px;
}

.div-block-10.work-row-img-2.work-image {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
}

.div-block-10.work-row-img-3 {
  background-color: #323945;
  flex: 1;
  margin-top: 80px;
  margin-right: 106px;
}

.div-block-10.work-row-img-3.work-image {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
}

.div-block-10.work-row-img-4 {
  text-align: center;
  background-image: linear-gradient(#ff7b5f, #ff5f5f);
  flex: 1;
  margin-top: 80px;
  margin-right: 106px;
}

.div-block-10.work-row-img-4.work-image {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
}

.div-block-11 {
  flex: 1;
  height: 100%;
}

.work-col-div-1.div-block-9 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.heading-3 {
  font-family: Switzer, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.paragraph-2 {
  opacity: .6;
  font-family: Switzer, sans-serif;
  font-size: 14px;
}

.services-delivered-div {
  display: block;
  position: relative;
}

.text-block-5 {
  color: var(--orange-tag-text);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-5.green-tag-text {
  color: var(--junqfoods-services-txt);
}

.text-block-5.greydark-tag-text {
  color: var(--bitroot-dark-blue);
}

.text-block-5.textblock-card {
  color: var(--white);
  font-size: 16px;
}

.text-block-5.purple-text {
  color: #4a2173;
}

.div-block-12 {
  background-color: var(--junqfoods-services-bg);
  border-radius: 50px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 8px 14px;
  display: inline-block;
}

.div-block-12.orange-tags {
  background-color: var(--dopamine-services-bg);
}

.div-block-12.orange-tags.purple-tags {
  background-color: var(--purple);
}

.div-block-12.grey-tags {
  background-color: var(--grey-tags);
}

.section-2 {
  background-color: var(--bitroot-primary-blue);
}

.footer {
  background-color: var(--bitroot-dark-blue);
  flex-direction: column;
  display: flex;
}

.heading-4 {
  color: var(--white);
  letter-spacing: -.03em;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 62px;
  line-height: 54px;
  display: flex;
}

.get-in-touch-text {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 80px;
  display: flex;
}

.link {
  color: var(--white);
  letter-spacing: -.04em;
  font-family: Switzer, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.image-7, .image-8 {
  width: 100%;
  height: 100%;
}

.image-9, .image-10 {
  width: 100%;
  height: 100%;
  display: inline-block;
}

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

.image-11 {
  flex: 1;
  align-self: center;
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
  margin: 0 0 0 10px;
  padding: 7px;
}

.bold-text {
  color: var(--off-white);
  letter-spacing: -2px;
  text-decoration: none;
}

.text-block-6 {
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-development-div.deliverables-img {
  width: 35%;
  height: 80%;
  display: block;
  position: absolute;
  inset: 12% 0% 0% auto;
  transform: rotate(6deg);
}

.digital-marketing-div.deliverables-img, .web-dsg-dvp-div.deliverables-img, .app-dsgn-dvp-div.deliverables-img, .ecomm-dvp-div.deliverables-img {
  width: 35%;
  height: 80%;
  display: none;
  position: absolute;
  inset: 12% 0% 0% auto;
  transform: rotate(6deg);
}

.image-12 {
  height: 100%;
}

.div-block-14 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-15 {
  flex: 0 auto;
  order: 1;
}

.div-block-16 {
  flex: 0 auto;
  align-self: auto;
}

.text-block-7 {
  color: var(--grey-tags);
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-3 {
  color: var(--dark-grey);
  font-family: Switzer, sans-serif;
  font-size: 14px;
}

.text-block-8 {
  color: var(--grey-tags);
}

.paragraph-4 {
  color: var(--dark-grey);
}

.text-block-9 {
  color: var(--grey-tags);
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-10 {
  color: var(--grey-tags);
}

.paragraph-5, .paragraph-6 {
  color: var(--dark-grey);
}

.link-2 {
  color: var(--dark-grey);
  font-size: 14px;
  text-decoration: none;
}

.footer-div-container {
  justify-content: space-between;
  display: flex;
}

.footer-div-container.container-3.footer-links {
  padding-top: 30px;
  padding-bottom: 30px;
}

.address-footer-div, .links-footer-div {
  display: flex;
}

.div-block-17 {
  flex: 0 auto;
}

.office-address-div {
  margin-right: 60px;
}

.div-block-18 {
  margin-right: 40px;
}

.brand {
  flex: 0 auto;
}

.text-span-10 {
  color: var(--bitroot-primary-blue);
}

.text-span-11 {
  color: #8bb8fa;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.para_1 {
  color: #797988;
  max-width: 490px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  position: static;
  inset: auto auto 0% 0%;
}

.footer-cta--inner-container {
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.bitroot-logo {
  filter: saturate(200%);
  mix-blend-mode: normal;
  flex: none;
  width: 120px;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 0;
}

.bg-gradient {
  z-index: -1;
  filter: grayscale();
  position: static;
  inset: auto auto 0% 0%;
}

.footer-cta-dot {
  background-color: #fff;
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-left: 24px;
  margin-right: 24px;
}

.div-block-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.bg-container {
  background-color: var(--bitroot-dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.logo_container {
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.cta-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.cta-text.cta-not-link {
  color: #fff6;
}

.cta-container {
  justify-content: flex-end;
  width: 80%;
  max-width: 1200px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.gradient-container {
  z-index: -1;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading_1 {
  color: #ecf1f4;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 90px;
  line-height: 1;
}

.body-3 {
  background-color: var(--bitroot-dark-blue);
}

.heading_1-2 {
  color: #ecf1f4;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-size: 90px;
  line-height: 1;
}

.gradient-container-2 {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.cta-text-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.cta-text-2.cta-not-link {
  color: #fff6;
}

.bitroot-logo-2 {
  flex: none;
  width: 154px;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 0;
}

.heading_1-3 {
  color: #ecf1f4;
  letter-spacing: -5px;
  margin-bottom: 24px;
  font-size: 126px;
  line-height: 1;
}

.para_1-2 {
  color: #797988;
  max-width: 490px;
  font-family: Switzer, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: static;
  inset: auto auto 0% 0%;
}

.bg-gradient-2 {
  z-index: -1;
  position: static;
  inset: auto auto 0% 0%;
}

.columns-3 {
  margin-top: 140px;
}

.card__label-gradient {
  filter: blur(12px);
  background-image: linear-gradient(122deg, #000 20%, #202020 50%, #131313 80%);
  position: absolute;
  inset: -24px;
}

.card__front {
  background-color: #131313;
  border-radius: 22px;
  padding-top: 19px;
  padding-left: 42px;
  display: block;
  position: absolute;
  inset: 4px;
  overflow: hidden;
}

.card {
  perspective: 1000px;
  width: 280px;
  height: 180px;
  display: block;
  position: relative;
}

.card__holo-glow {
  opacity: .2;
  filter: blur(20px);
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  position: absolute;
  inset: -48px;
}

.card__holo-glow.card__holo-glow--s {
  opacity: .5;
  inset: -24px;
}

.card__line {
  z-index: 1;
  border-radius: 12px;
  width: 88px;
  height: 16px;
  position: absolute;
  inset: auto auto 36px 104px;
  overflow: hidden;
}

.card__line.card__line--top {
  width: 128px;
  bottom: 60px;
}

.card__glow {
  opacity: .7;
  filter: blur(12px);
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  width: 280px;
  height: 180px;
  position: absolute;
  inset: 0%;
}

.card__front-glow-mask {
  background-color: #131313;
  position: absolute;
  inset: 16px;
}

.card__circle {
  z-index: 1;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  inset: auto auto 24px 24px;
  overflow: hidden;
}

.card__bg {
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  width: 280px;
  height: 180px;
  display: block;
}

.div-block-19 {
  justify-content: space-between;
  display: block;
}

.nav-menu {
  display: none;
}

.marketing-page {
  object-fit: fill;
  background-color: #161d24;
  overflow: visible;
}

.navbar-2 {
  background-color: #161d24;
  justify-content: flex-start;
  align-items: center;
  margin-right: 130px;
  display: flex;
}

.nav-link-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-link-selected {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-13 {
  width: 143px;
  height: 37px;
  display: block;
  position: relative;
}

.container-4 {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1439px;
  display: flex;
}

.image-14 {
  margin-top: 19px;
  margin-left: 0;
}

.heading-5 {
  color: #d00;
}

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

.nav-menu-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-5 {
  grid-column-gap: 450px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-21 {
  margin-left: 160px;
}

.image-16 {
  margin-left: 430px;
}

.section-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-22 {
  margin-top: 0;
  margin-left: 160px;
  position: relative;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 3.5px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block-12 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.button-3 {
  text-transform: none;
  background-color: #1f76f9;
  border-radius: 25px;
  margin-top: 40px;
  padding: 11px 27px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-23 {
  margin-right: -415px;
}

.google {
  z-index: 9;
  float: left;
  margin-top: 235px;
  margin-left: 122px;
  position: absolute;
}

.mobile {
  flex: 0 auto;
  margin-right: 0;
}

.section-7 {
  background-color: #fff;
  position: relative;
  top: -241px;
}

.div-block-24 {
  background-color: #fff;
}

.image-17 {
  margin-left: 0;
  position: relative;
  top: -534px;
  left: 112px;
}

.image-18 {
  margin-left: 298px;
}

.image-19 {
  display: block;
  position: absolute;
  left: auto;
}

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

.div-block-26 {
  position: relative;
  top: 317px;
}

.navbar-3 {
  height: 80px;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.container-7 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1100px;
  height: 80px;
  margin-left: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link {
  color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.nav-menu-3 {
  align-items: center;
  margin-top: 0;
  padding-left: 28px;
  padding-right: 30px;
  display: flex;
}

.bitroot-lg {
  margin-top: 0;
  margin-left: 0;
}

.top-bar {
  background-color: #161d24;
  position: static;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.navigation-links {
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 15px;
}

.menu-bar.w--open {
  overflow: hidden;
}

.brand-2 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-section {
  letter-spacing: -.8px;
  position: relative;
  overflow: hidden;
}

.container-8 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 180px 30px 225px 50px;
  line-height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-text-light {
  color: #fff;
  letter-spacing: 3.5px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block-14 {
  font-family: Inter, sans-serif;
}

.hero-text-bold {
  color: #fff;
  letter-spacing: -.8px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

.button-4 {
  background-color: #1f76f9;
  border-radius: 25px;
  margin-top: 40px;
  padding: 11px 27px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.engagement-section {
  z-index: 1;
  background-color: #1f76f9;
  justify-content: space-around;
  display: flex;
  position: relative;
  overflow: hidden;
}

.engagement-text {
  color: #fff;
  letter-spacing: -1.6px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.engagement-text-light {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.engagement-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.portfolio-section {
  background-color: #fff;
  height: auto;
  padding-bottom: 1px;
}

.text-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.text-block-15 {
  color: #161d24;
  letter-spacing: -2.16px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  position: static;
  top: 0;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
}

.service-and-why-us {
  background-color: #fff;
  height: auto;
  padding-top: 0;
  font-size: 18px;
  overflow: hidden;
}

.service-text {
  color: #161d24;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.service-text.prcing {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.service-container {
  position: relative;
}

.service-card-block {
  grid-column-gap: 0px;
  justify-content: space-around;
  display: flex;
}

.service-cards {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  border: 3px #000;
  border-radius: 25px;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 18px 5px #00000014;
}

.cart-title {
  color: #161d24;
  letter-spacing: -.96px;
  align-items: center;
  width: auto;
  margin: 0 0 0 30px;
  padding-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.cart-title.why-us {
  text-align: center;
  margin-left: 0;
  padding-top: 0;
}

.paragraph-8 {
  color: #161d24;
  letter-spacing: -.72px;
  width: 200px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-8.why-us {
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
}

.link-block {
  background-image: linear-gradient(135deg, #1f76f9, #ffffff2b 29%, #b6d3ff00 72%, #ff9ad7);
  border-radius: 27px;
  margin-left: 26px;
  margin-right: 26px;
  padding: 3px;
  text-decoration: none;
}

.image-20 {
  margin-top: 22px;
  margin-right: 19px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-27 {
  position: absolute;
  inset: auto 23% 8% auto;
}

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

.container-9 {
  justify-content: space-between;
  max-width: 1400px;
  display: flex;
}

.smm-icon {
  margin-top: 10px;
  margin-right: 1px;
  position: relative;
  inset: auto;
}

.text-block-16 {
  color: #1f76f9;
  letter-spacing: -.72px;
  align-items: center;
  margin-top: 15px;
  margin-left: 30px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: static;
}

.div-block-29 {
  background-color: #fff;
}

.email-icon {
  position: absolute;
  inset: 12% 5% auto auto;
}

.line-left {
  background-image: linear-gradient(to right, #f9b8c7, #1f76f9);
  width: 400px;
  height: 6px;
  position: relative;
  inset: 42% 60% 0% 0%;
}

.line-and-text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
  position: static;
  top: 238px;
  right: 0;
}

.line-and-text.extra {
  position: sticky;
}

.text-block-17 {
  color: #161d24;
  text-align: center;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.line-right {
  background-image: linear-gradient(315deg, #f9b8c7, #1f76f9);
  width: 400px;
  height: 6px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.container-10 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 80px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.why-us-card {
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 150px;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 4px 4px 18px #00000014;
}

.text-block-18 {
  color: #161d24;
  text-align: center;
  max-width: 1200px;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.function {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
  position: relative;
}

.stage {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.stage.one {
  margin-top: 150px;
}

.stage.two {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.image-22 {
  position: absolute;
}

.container-11 {
  padding-bottom: 357px;
}

.div-block-31 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #fff;
  background-color: #1f76f9;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 160px;
  padding: 5px 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.text-block-19 {
  font-weight: 700;
}

.text-block-20 {
  margin-left: 160px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.steps {
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
  left: -193px;
}

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

.step {
  flex-direction: column;
  justify-content: center;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.step.left {
  z-index: 1;
  align-items: flex-start;
  max-width: 900px;
  margin-top: 120px;
  position: static;
}

.step.right {
  align-items: flex-end;
  max-width: 900px;
  margin-top: 120px;
}

.step.right.last {
  padding-bottom: 80px;
}

.steps-image {
  position: absolute;
}

.text-block-21 {
  flex: 0 auto;
  align-self: auto;
  width: auto;
  min-width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 160px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-21.step-1 {
  color: #fff;
  background-color: #1f76f9;
  border-radius: 5px;
  order: -1;
  align-self: flex-start;
  width: auto;
  margin-bottom: 0;
  padding: 5px 13px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-21.step-1.step2 {
  align-self: auto;
  margin-left: 0;
  margin-right: 160px;
}

.text-block-21.step-2 {
  text-align: right;
  margin-left: 0;
  margin-right: 160px;
}

.arrow {
  width: 30px;
  position: absolute;
  inset: auto 0% 11% 132px;
}

.div-block-33 {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(62deg, #5b1fe8, #f9b8c773);
  border-radius: 28px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 1px 1px 42px #00000026;
}

.heading-7 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.price-block {
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.12px;
  margin-top: 60px;
  margin-bottom: 41px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  letter-spacing: -.82px;
  margin-bottom: 46px;
  margin-left: 18px;
  margin-right: 18px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-23.points {
  margin-bottom: 10px;
  line-height: 27px;
}

.text-block-23.price {
  letter-spacing: -1.12px;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-23.last-point {
  margin-bottom: 48px;
}

.text-block-24, .text-block-25 {
  text-align: center;
}

.div-block-35 {
  width: 307px;
  height: 542px;
  margin-left: 25px;
  margin-right: 25px;
}

.review-section {
  background-color: #1f76f9;
}

.review-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.container-12 {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.review-card-block {
  justify-content: center;
  align-items: center;
  margin-top: 62px;
  display: flex;
}

.review-card {
  background-color: #fff;
  border-radius: 17px;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-left: 11px;
  margin-right: 11px;
  padding: 26px 24px 0;
}

.paragraph-9 {
  color: #161d24;
  letter-spacing: -.84px;
  align-items: flex-start;
  margin-bottom: 26px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  line-height: 27px;
  display: block;
}

.heading-8 {
  color: #161d24;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 28px;
  display: block;
}

.heading-9 {
  color: #fff;
  letter-spacing: -2.5px;
  padding-left: 20px;
  font-size: 62px;
}

.heading-9.access {
  letter-spacing: -1px;
  font-size: 40px;
  line-height: 40px;
}

.start-text {
  max-width: 1200px;
  margin-top: 100px;
}

.start-text.request {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 122px;
  padding-right: 20px;
  display: flex;
}

.image-23 {
  margin-top: 14px;
  margin-left: 15px;
}

.lottie-animation {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -67% auto auto;
}

.lottie-animation-2 {
  width: 2000px;
  height: 768px;
  position: relative;
  inset: -8% -22% auto auto;
}

.div-block-36 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-animation-3 {
  position: relative;
  right: -254px;
}

.lottie-animation-4 {
  width: 900px;
  height: 600px;
  margin-right: -240px;
  padding-bottom: 0;
  position: relative;
  bottom: -105px;
}

.lottie-animation-5 {
  margin-bottom: -150px;
  margin-right: -170px;
  overflow: hidden;
}

.div-block-37 {
  justify-content: space-around;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-24 {
  position: relative;
  inset: auto;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: space-around;
  place-items: center;
}

.container-13 {
  flex-direction: column;
  display: flex;
}

.div-block-38 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-25 {
  width: 111px;
  margin-right: 12px;
  padding-bottom: 20px;
}

.div-block-40, .div-block-41 {
  margin-right: 10px;
}

.div-block-42 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-26 {
  width: 111px;
  margin-right: 15px;
  padding-bottom: 18px;
}

.image-27 {
  width: 111px;
  margin-right: 12px;
}

.lottie-animation-6 {
  position: absolute;
  inset: 0% 36% 11% auto;
}

.lottie-animation-7 {
  position: absolute;
  top: 197px;
  left: 100px;
}

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

.lottie-animation-8 {
  position: absolute;
}

.lottie-animation-9 {
  margin-top: -10px;
  margin-right: 42px;
  position: absolute;
}

.div-block-45 {
  align-self: stretch;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.lottie-animation-11 {
  margin-right: 42px;
  position: absolute;
}

.lottie-animation-12 {
  position: absolute;
}

.lottie-animation-13 {
  width: auto;
  height: auto;
  margin-left: 0;
  padding-top: 15px;
  padding-left: 30px;
  position: absolute;
}

.lottie-animation-16, .step-animation-2 {
  display: none;
  position: absolute;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  line-height: 16px;
  display: grid;
}

.image-31, .image-33, .image-34, .image-35 {
  width: auto;
  height: auto;
}

.portfolio-block {
  position: relative;
}

.image-36 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
}

.div-block-47 {
  width: auto;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-10 {
  padding-left: 40px;
}

.paragraph-11 {
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 12px;
  line-height: 12px;
}

.heading-10 {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 25px;
}

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

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

.heading-11 {
  display: inline;
}

.heading-12 {
  display: inline;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-50 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-51 {
  flex-flow: wrap;
  place-content: space-around;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  place-content: space-between;
}

.heading-13 {
  display: inline;
}

.port-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e5fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  height: 300px;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 55px;
  display: grid;
}

.port-grid.db {
  background-color: #ffebd3;
}

.port-grid.bw {
  background-color: #fafafa;
}

.port-grid.bb {
  background-color: #ffe4dc;
}

.heading-14 {
  color: #fff;
  margin: 0 36px 0 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: block;
}

.paragraph-12 {
  font-size: 15px;
  line-height: 16px;
}

.paragraph-13 {
  color: #fff;
  letter-spacing: -.2px;
  margin: 0 20px 0 40px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 18px;
}

.div-block-52 {
  background-color: #03926e;
  border-radius: 25px 0 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-53 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  border-top-left-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 192px;
  padding: 13px 0 0 13px;
  display: block;
}

.body-5 {
  background-color: #161d24;
}

.section-8 {
  background-color: #fff;
  position: relative;
}

.lottie-animation-17 {
  justify-content: space-between;
  width: 560px;
  height: 672px;
  display: flex;
  position: sticky;
  top: 143px;
  bottom: 0;
  right: 0;
}

.div-block-54 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-55 {
  margin-left: 45px;
}

.paragraph-14 {
  width: 600px;
  height: auto;
  margin-top: 20px;
  padding-right: 0;
  display: block;
}

.heading-15 {
  display: inline;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 204px;
  padding-bottom: 204px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-15 {
  width: 500px;
}

.container-15 {
  padding-left: 75px;
}

.div-block-57 {
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  height: 90vw;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.grid-8 {
  background-color: #0000;
  grid-template-rows: auto;
}

.lottie-animation-18 {
  height: 75vw;
  position: sticky;
  top: 0;
}

.div-block-59 {
  position: sticky;
  top: 135px;
}

.div-block-60 {
  position: sticky;
  top: 1px;
}

.lottie-animation-19 {
  height: 100vw;
}

.div-block-61 {
  z-index: 1;
  position: sticky;
  top: 0;
}

.globe {
  height: auto;
  margin-top: 40px;
}

.heading-16 {
  margin-top: 155px;
}

.div-block-62 {
  height: 80vh;
  position: sticky;
  top: 20px;
  bottom: auto;
}

.section-9 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 2050px;
  display: flex;
}

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

.div-block-64 {
  display: flex;
  position: sticky;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  position: static;
  top: 0;
}

.y-us {
  z-index: 3;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}

.container-16 {
  padding: 71px;
}

.heading-17 {
  margin-bottom: 25px;
}

.div-block-65 {
  margin-top: 0;
  padding-top: 145px;
  padding-bottom: 272px;
}

.div-block-65.last {
  padding-top: 220px;
  padding-bottom: 1px;
}

.div-block-66 {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}

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

.animated-logo {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  width: 400px;
  height: auto;
}

.container-17 {
  flex-flow: column wrap;
  place-content: flex-end space-around;
  align-items: stretch;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e5fff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.bg.db {
  color: #ffebd3;
  background-color: #ffebd3;
}

.bg.bw {
  background-color: #fafafa;
}

.bg.bb {
  background-color: #ffe4dc;
}

.port-heading {
  color: #03926e;
  text-align: right;
  flex: 1;
  width: 491px;
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.port-heading.db {
  color: #a12e00;
}

.port-heading.bw {
  color: #000;
}

.port-heading.bb {
  color: #ff3700;
}

.port-discription {
  color: #03926e;
  text-align: right;
  width: 491px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 21px;
}

.port-discription.db {
  color: #a12e00;
  width: 491px;
}

.port-discription.bw {
  color: #000;
}

.port-discription.bb {
  color: #ff3700;
}

.image-37 {
  padding-right: 636px;
}

.div-block-68 {
  display: inline;
}

.port-block {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.port-block.db {
  align-items: flex-end;
}

.explore {
  text-align: left;
  background-color: #15cc7a;
  border-radius: 20px;
  justify-content: center;
  padding: 10px 35px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.explore.db {
  background-color: #ff8224;
  justify-content: flex-end;
}

.explore.bw {
  background-color: #000;
}

.explore.bb {
  text-align: left;
  background-color: #ff3700;
  display: block;
}

.circuit-animation {
  width: auto;
  height: auto;
  margin-top: -25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-69 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-38 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-39 {
  width: 400px;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-40 {
  width: 250px;
  margin-left: 100px;
}

.work-slider-section, .section-10, .section-11, .image-49 {
  display: none;
}

.lottie-animation-20 {
  margin-top: 20px;
}

.container-20 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  place-items: center;
}

.image-50 {
  width: 73vh;
  height: auto;
  margin-left: 0;
}

.image-50.db {
  width: 56vh;
  padding-top: 30px;
}

.image-50.bw {
  width: 80vh;
}

.image-50.bb {
  width: 70vh;
  margin-top: 0;
  margin-left: 10px;
}

.container-21 {
  color: #000;
  height: 250px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
}

.container-21.db {
  color: #a12e00;
  text-align: right;
  padding-left: 15px;
}

.container-21.bb {
  color: #ff3700;
  text-align: right;
}

.container-21.jf {
  color: #03926e;
  height: auto;
}

.paragraph-17 {
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.products {
  background-color: #fff;
  background-image: linear-gradient(270deg, #00ea81 23%, #fff);
  border: 0 solid #000;
  align-items: center;
  height: 51vh;
  margin-top: 40px;
  margin-bottom: 150px;
  display: flex;
}

.products.db {
  background-color: #ffebd3;
  background-image: linear-gradient(270deg, #fff 7%, #ffb65f);
}

.products.bw {
  background-color: #fafafa;
  background-image: linear-gradient(270deg, #000 23%, #fff);
}

.products.bb {
  background-color: #ffe4dc;
  background-image: linear-gradient(270deg, #fff, #ff3700);
  margin-bottom: 80px;
}

.products.whit {
  background-color: #fff;
  background-image: none;
  height: 50vh;
  margin-top: 135px;
  margin-bottom: 135px;
}

.heading-24 {
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 40px;
}

.button-5 {
  letter-spacing: -.8px;
  background-color: #15cc7a;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.button-5.db {
  background-color: #ff8224;
  border-radius: 40px 0 40px 40px;
  padding-left: 35px;
}

.button-5.bw {
  background-color: #000;
}

.button-5.bb {
  background-color: #ff3700;
  border-radius: 40px 0 40px 40px;
}

.logo.bw {
  width: 16vh;
}

.logo.bb {
  width: 10vw;
}

.test {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-83 {
  margin-right: -35px;
  padding-right: 0;
}

.div-block-84 {
  margin-left: 40px;
  margin-right: 0;
}

.review-block {
  max-width: 1400px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.link-block-3 {
  align-items: flex-start;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.column-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-9 {
  align-items: center;
  display: flex;
}

.hiring-header {
  background-color: #161d24;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.container-22 {
  justify-content: space-between;
  align-items: center;
  min-width: 75vw;
  max-width: 75vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link-6, .nav-link-7, .nav-link-8, .brand-4, .nav-link-9 {
  margin-top: 0;
}

.image-52 {
  margin-top: 10px;
  margin-bottom: 0;
}

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

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

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

.hero-section-hiring {
  background-color: #161d24;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 50vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.hero-heading {
  color: #fff;
  letter-spacing: -5px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 120px;
  line-height: 100%;
}

.hero-heading-2 {
  color: #fff;
  letter-spacing: -2px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.button-1 {
  color: #fff;
  letter-spacing: -1px;
  background-color: #1f76f9;
  border-radius: 28px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.hero-text-block {
  margin-left: 20%;
  overflow: visible;
}

.hero-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  overflow: visible;
}

.hero-section-image-hiring {
  margin-left: 60px;
  margin-right: 0%;
  overflow: hidden;
}

.content-section {
  justify-content: center;
  width: auto;
  min-width: 50px;
  max-width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.static-bg-color-content {
  z-index: -1;
  background-color: #161d24;
  width: auto;
  min-width: 50vw;
  max-width: 100vw;
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.job-block {
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 9px #a7a7a73d;
}

.job-block.monile {
  display: none;
}

.heading-27 {
  letter-spacing: -1.5px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.job-list {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-87 {
  border-radius: 20px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  box-shadow: 0 0 10px -4px #a8a8a8;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.collection-item {
  width: 100%;
}

.collection-list {
  width: 100%;
  margin-top: 30px;
}

.dropdown {
  flex: 1;
  overflow: hidden;
}

.dropdown-list {
  background-color: #fff;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: static;
}

.text-block-31 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-bitroot {
  color: #1f76f9;
  letter-spacing: -1px;
  margin-right: 6px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-88 {
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.text-block-bitrot-2 {
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-89 {
  margin-top: 2px;
  margin-left: 15px;
}

.heading-28, .heading-29 {
  font-size: 20px;
  line-height: 20px;
}

.job-description {
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.paragraph-18 {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 28px;
}

.div-block-90 {
  margin-bottom: 30px;
  margin-left: 55px;
}

.button-6 {
  letter-spacing: -.5px;
  background-color: #1f76f9;
  border-radius: 40px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.button-6.light {
  outline-offset: 0px;
  color: #1f76f9;
  background-color: #1f76f917;
  outline: 3px #1f76f9;
}

.pre-footer-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 189px;
  position: relative;
}

.heading-30 {
  color: #1f76f9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  overflow: hidden;
}

.heading-31 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  display: flex;
  overflow: hidden;
}

.team-text-block {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.team-text-align-block {
  flex-direction: column;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.grid-12.mobile {
  display: none;
}

.div-block-91 {
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  overflow: hidden;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  overflow: hidden;
}

.div-block-92 {
  margin-top: 40px;
  padding: 25px;
  overflow: hidden;
}

.text-block-32 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.culture-illustration {
  width: 60%;
  margin-bottom: 15px;
  display: block;
}

.div-block-93 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.image-53 {
  max-width: 90%;
  overflow: hidden;
}

.footer-dark {
  background-color: #161d24;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

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

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

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

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

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

.div-block-95 {
  width: 90%;
  padding-left: 50px;
  padding-right: 48px;
}

.body-7 {
  overflow: visible;
}

.div-block-96 {
  margin-right: -25px;
  padding-right: 0;
}

.div-block-97 {
  text-align: center;
  margin-left: 0;
}

.image-54 {
  position: absolute;
  inset: auto auto 2% 0%;
}

.image-55 {
  z-index: -1;
  width: 17%;
  max-width: 50%;
  position: absolute;
  inset: -15% 0% auto auto;
}

.job-header {
  background-color: #161d24;
  width: auto;
  height: auto;
}

.hero-quote-block {
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90vw;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-32 {
  color: #fff;
  text-align: center;
  letter-spacing: -6px;
  font-family: Inter, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.image-56 {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 50px;
  overflow: hidden;
}

.heading-33 {
  text-align: center;
  letter-spacing: -1.5px;
  font-family: Inter, sans-serif;
  line-height: 38px;
}

.text-block-34 {
  letter-spacing: -1px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

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

.social-links {
  width: auto;
}

.social-link-block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.description-block {
  width: 60vw;
}

.div-block-99 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.heading-34 {
  font-family: Inter, sans-serif;
}

.heading-35 {
  letter-spacing: -1.5px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-35 {
  letter-spacing: -1px;
  margin-top: 35px;
  margin-left: 40px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

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

.div-block-101 {
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-left: 15px;
  display: flex;
}

.div-block-101.key-skills {
  margin-left: 40px;
}

.text-block-36 {
  color: #ff698b;
  background-color: #ffcbd780;
  border-radius: 8px;
  margin-right: 10px;
  padding: 7px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.image-57 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-102 {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.image-58 {
  flex: 1;
  margin-right: -20px;
  display: block;
}

.text-block-37 {
  margin-left: 25px;
}

.div-block-103 {
  width: 70vw;
  margin-bottom: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.button-block {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.button-7 {
  color: #1f76f9;
  letter-spacing: -1px;
  background-color: #1f76f91a;
  border-radius: 24px;
  margin-top: 0;
  margin-right: 25px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.button-8 {
  color: #fff;
  letter-spacing: -1px;
  background-color: #1f76f9;
  border-radius: 24px;
  margin-top: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.lottie-animation-21 {
  margin-bottom: -130px;
  display: block;
}

.heading-36 {
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.grid-15 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.card-illus {
  width: auto;
  height: auto;
}

.price-content {
  padding: 35px 35px 15px 30px;
}

.heading-37 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-right: -11px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.heading-37.things {
  margin-top: 10px;
}

.heading-37.smm {
  margin-right: -30px;
}

.heading-37.right {
  margin-right: 72px;
}

.heading-37.custom {
  margin-right: 24px;
}

.text-block-38 {
  letter-spacing: -.8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-38.things {
  margin-left: 5px;
}

.div-block-104 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.image-59 {
  width: 1.5vw;
}

.grid-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 25px;
  margin-right: 25px;
}

.body-8 {
  background-color: #161d24;
}

.div-block-105 {
  background-image: linear-gradient(53deg, #ff9fb5 38%, #ffcbd7 38%);
  border-radius: 20px 45px 15px 40px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.div-block-106 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block-106.right {
  border-radius: 20px;
}

.div-block-107 {
  background-color: #1f76f9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-107.right {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.heading-38 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.price-card-wrapper {
  perspective-origin: 50%;
  border-radius: 20px;
  width: 300px;
  height: 465px;
  transform: rotate(0);
}

.price-card-right {
  max-width: 244vh;
}

.block-right {
  background-image: linear-gradient(307deg, #ff9fb5 37%, #ffcbd7 37%);
  border-radius: 40px 20px 40px 15px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.button-9 {
  color: #1f76f9;
  letter-spacing: -1px;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 10px 100px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

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

.div-block-110 {
  background-color: #1f76f9;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 123px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.button-10 {
  color: #1f76f9;
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 35px;
}

.text-block-39 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.price-card-front {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.price-card-back {
  z-index: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  column-count: 0;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 465px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-111 {
  margin-left: 18px;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-39 {
  color: #1f76f9;
  letter-spacing: -1.5px;
  height: auto;
  margin-top: 0;
  font-size: 30px;
  line-height: 35px;
}

.text-block-40 {
  margin-left: 12px;
  margin-right: 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-40.points {
  margin-left: 5px;
}

.div-block-112 {
  height: 15px;
  margin-bottom: 7px;
  display: flex;
}

.div-block-113, .div-block-114, .div-block-115 {
  height: 15px;
}

.button-11 {
  color: #1f76f9;
  letter-spacing: -1px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 5px;
  padding: 14px 54px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  box-shadow: 3px 3px 4px #00000040;
}

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

.image-61 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.body-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-117 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-62 {
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-63 {
  max-width: 50%;
  display: block;
  position: absolute;
}

.text-block-41 {
  color: #00000040;
  position: absolute;
  inset: 2% 6% auto auto;
}

.image-64 {
  width: 15px;
  position: absolute;
  inset: 4% 5% auto auto;
}

.link-block-5 {
  width: 15px;
  margin-top: 0;
  position: absolute;
  inset: 3% 5% auto auto;
}

.image-65 {
  opacity: .5;
}

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

.hiring-tag-container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 0% 10% auto auto;
}

.hiring-tag {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-42 {
  color: #1f76f9;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}

.left-hanger {
  justify-content: flex-start;
  width: 10px;
  height: 60px;
  margin-right: 25px;
  display: block;
}

.div-block-120 {
  justify-content: space-between;
  width: 200px;
  height: 100px;
  display: flex;
}

.right-hanger {
  width: 10px;
  height: 60px;
}

.tag-container {
  justify-content: space-between;
  width: 120px;
  height: 100px;
  display: flex;
}

.left-tag {
  background-color: #fff;
  width: 6px;
  height: 60px;
  margin-top: -14px;
  margin-left: 20px;
}

.right-tag {
  background-color: #fff;
  width: 6px;
  height: 60px;
  margin-top: -14px;
  margin-right: 20px;
}

.link-block-6 {
  margin-top: 0;
  text-decoration: none;
}

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

@media screen and (min-width: 1440px) {
  .container.large.absolute {
    position: absolute;
    inset: auto 0% 0%;
  }

  .section.off-white.full, .section.footer {
    background-color: #ebf1ff;
  }

  .section.backgroud-2 {
    background-color: #d1eeff;
  }

  .hero_text-wrap {
    max-width: 560px;
  }

  .h1 {
    color: var(--off-white);
    font-size: 68px;
  }

  .hero_illustration {
    width: 100%;
    margin-left: 0;
  }

  .illustration {
    width: auto;
    height: 750px;
    inset: auto 0% 0% auto;
  }

  .illustration._2 {
    margin-left: 100px;
  }

  .illustration._1 {
    display: block;
  }

  .illustration._3 {
    margin-left: 0;
    display: block;
  }

  .illustration._4 {
    height: 600px;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 92px;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .h3.centre {
    color: #251f7e;
  }

  .feature_grid {
    height: 640px;
  }

  .feature_image._1, .feature_image._2, .feature_image._3 {
    display: inline-block;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

  .brand_block {
    background-color: var(--white);
  }

  .contact {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span-3, .text-span-4 {
    color: #4775f5;
  }

  .seafarer-navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    color: var(--grey);
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .container-3 {
    max-width: 1200px;
    display: block;
  }

  .container-3.club-card {
    display: flex;
  }

  .heading {
    font-weight: 500;
  }

  .wdwc-list-header-text {
    font-size: 28px;
  }

  .wdwc-list-para-text {
    margin-top: 12px;
    font-size: 18px;
  }

  .wdwc-section {
    padding: 0;
  }

  .wdwc-text-col, .wdwc-list-col {
    padding-left: 0;
    padding-right: 0;
  }

  .wdwc-list {
    margin-bottom: 114px;
  }

  .wdwc-list.wdwc-list-one {
    margin-bottom: 80px;
  }

  .wdwc-heading-text {
    color: var(--bitroot-dark-blue);
    font-size: 82px;
    font-weight: 600;
    line-height: 82px;
  }

  .div-block-6 {
    min-height: 2px;
  }

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

  .text-block-3 {
    color: #6b7280;
    font-size: 16px;
    font-weight: 700;
  }

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

  .work-header-div {
    min-height: 68px;
    position: relative;
  }

  .our-work-container.container-3 {
    flex-direction: column;
    display: flex;
  }

  .div-block-10 {
    background-color: var(--junqfoods-primary-green);
    width: 100%;
    height: 100%;
  }

  .div-block-10.work-row-1-img.work-image {
    background-size: cover;
    flex: 1;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .div-block-10.work-row-img-2.work-image {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-10.work-row-img-3, .div-block-10.work-row-img-4 {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .work-col-div-1.div-block-9 {
    justify-content: space-between;
    display: flex;
  }

  .heading-3 {
    font-family: Switzer, sans-serif;
    font-weight: 600;
  }

  .paragraph-2 {
    opacity: .6;
    font-family: Switzer, sans-serif;
  }

  .text-block-5 {
    font-family: IBM Plex Mono, sans-serif;
  }

  .footer {
    flex-direction: column;
    display: flex;
  }

  .heading-4 {
    display: block;
  }

  .product-development-div.deliverables-img {
    width: 35%;
    display: block;
    position: absolute;
    inset: 12% 0% 0% auto;
  }

  .digital-marketing-div.deliverables-img {
    opacity: 0;
    width: 35%;
    display: block;
    position: absolute;
  }

  .web-dsg-dvp-div.deliverables-img, .app-dsgn-dvp-div.deliverables-img, .ecomm-dvp-div.deliverables-img {
    opacity: 0;
    width: 35%;
    height: 80%;
    display: block;
    position: absolute;
  }

  .text-block-7, .paragraph-3, .text-block-9, .link-2 {
    font-size: 16px;
  }

  .footer-div-container.container-3.footer-links {
    display: flex;
  }

  .marketing-page {
    display: block;
    overflow: hidden;
  }

  .container-4 {
    flex-wrap: nowrap;
    place-content: center space-between;
    max-width: none;
    margin-left: 0;
    margin-right: 150px;
    display: block;
  }

  .image-14 {
    margin-left: 100px;
    padding: 0;
    display: block;
  }

  .heading-5 {
    color: #fff;
    letter-spacing: 3.5px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    display: block;
    position: relative;
  }

  .section-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 697px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .paragraph-7 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
  }

  .button-2 {
    opacity: 1;
    background-color: #1f76f9;
    border-radius: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 11px 27px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .image-15 {
    margin-top: -225px;
    margin-left: 997px;
    padding-top: 0;
  }

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

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

  .column-2 {
    padding-right: 0;
  }

  .columns-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    flex-direction: column;
    display: flex;
  }

  .container-7 {
    max-width: 1300px;
    margin-left: 100px;
  }

  .top-bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 43px;
    display: block;
  }

  .menu-bar.w--open {
    overflow: hidden;
  }

  .container-8 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .hero-text-bold {
    font-size: 60px;
  }

  .engagement-section {
    justify-content: space-around;
    align-items: center;
  }

  .engagement-text-light {
    display: flex;
    position: relative;
  }

  .engagement-block {
    align-items: center;
    margin-left: 183px;
    margin-right: 183px;
  }

  .portfolio-section {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .service-and-why-us {
    padding-top: 0;
  }

  .service-text {
    margin-bottom: 60px;
  }

  .image-21 {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .line-left {
    width: 600px;
  }

  .line-and-text {
    justify-content: space-between;
    margin-top: 0;
    padding-top: 51px;
  }

  .line-right {
    width: 600px;
  }

  .lottie-animation-2 {
    right: -28%;
  }

  .div-block-36 {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 0;
    overflow: hidden;
  }

  .lottie-animation-7 {
    left: 372px;
  }

  .lottie-animation-10 {
    position: absolute;
  }

  .lottie-animation-13 {
    padding-top: 0;
  }

  .image-28 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .image-29 {
    max-width: none;
  }

  .image-30 {
    width: auto;
    max-width: none;
    height: auto;
    display: block;
  }

  .grid-5 {
    place-content: space-around stretch;
    place-items: stretch stretch;
  }

  .image-31, .image-32, .image-33, .image-34, .image-35 {
    width: 1500px;
  }

  .port-grid {
    place-content: space-around;
    place-items: stretch stretch;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .paragraph-13 {
    margin-bottom: 0;
    font-weight: 100;
  }

  .body-5 {
    background-color: #161d24;
  }

  .section-8 {
    background-color: #fff;
  }

  .section-9 {
    height: 1845px;
  }

  .div-block-65 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .div-block-65.last {
    padding-bottom: 24px;
  }

  .animated-logo {
    width: 500px;
    height: 500px;
  }

  .container-17 {
    align-content: flex-end;
  }

  .bg {
    display: block;
  }

  .port-heading {
    flex: 0 auto;
  }

  .circuit-animation {
    margin-top: -100px;
  }

  .image-39 {
    margin-top: -219px;
    padding-top: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .lottie-animation-20 {
    margin-top: 40px;
  }

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

  .image-50 {
    width: 75vh;
  }

  .image-50.db {
    width: 56vh;
    padding-top: 7px;
  }

  .image-50.bw {
    width: 600px;
  }

  .paragraph-17 {
    color: #03926e;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-17.db {
    color: #a12e00;
  }

  .paragraph-17.bw {
    color: #000;
  }

  .paragraph-17.bb {
    color: #ff3700;
  }

  .products {
    z-index: 2;
    background-color: #e5fff3;
    align-items: center;
    height: 51vh;
    display: flex;
    position: relative;
  }

  .heading-24 {
    color: #03926e;
    font-size: 58px;
    line-height: 60px;
  }

  .heading-24.db {
    color: #a12e00;
  }

  .heading-24.bw {
    color: #000;
  }

  .heading-24.bb {
    color: #ff3700;
  }

  .button-5 {
    background-color: #15cc7a;
    border-radius: 0 40px 40px;
    padding: 10px 40px;
    font-size: 33px;
    font-weight: 600;
    line-height: 33px;
  }

  .button-5.db {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 33px;
    line-height: 33px;
  }

  .button-5.bb {
    padding-right: 40px;
  }

  .test {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .body-6 {
    flex-direction: column;
    display: block;
  }

  .review-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hiring-header {
    justify-content: center;
    display: flex;
  }

  .container-22 {
    justify-content: space-between;
    min-width: 75vw;
    max-width: 75vw;
    display: block;
  }

  .pre-footer-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 120px;
  }

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

  .grid-13 {
    grid-row-gap: 50px;
  }

  .image-53 {
    max-width: 90%;
  }

  .div-block-95 {
    max-width: 1200px;
  }

  .price-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-37 {
    margin-top: 15px;
    margin-right: -25px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-37.smm {
    margin-right: -35px;
  }

  .text-block-38 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .image-59 {
    width: 1.5vw;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container {
    width: 90%;
  }

  .container.large {
    z-index: 2;
    position: relative;
  }

  .container.large.absolute {
    height: 100%;
  }

  .container.margin-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-wrap {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 200px;
    padding-top: 4px;
  }

  .nav-link-wrap {
    display: flex;
  }

  .button.black.form {
    margin-left: 10px;
  }

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

  .section.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .hero_text-wrap {
    width: 60%;
  }

  .h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-bottom: 80px;
  }

  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .b1-bar1 {
    height: 2px;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .how_grid {
    grid-column-gap: 24px;
  }

  .how_text {
    margin-bottom: auto;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature_wrap._2 {
    padding-bottom: 120px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_image {
    min-height: 0;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .close-block {
    top: 24px;
    right: 24px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .footer-grid {
    grid-column-gap: 22px;
    grid-row-gap: 50px;
    grid-template-columns: auto auto;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    display: none;
  }

  .blur {
    background-color: #00000040;
  }

  .nav_button-wrap {
    padding-top: 20px;
    padding-right: 0;
    display: none;
  }

  .hamburger, .mobile-menu {
    display: none;
  }

  .mobile-menu-modal {
    background-image: linear-gradient(to bottom, var(--turquoise), var(--purple));
    flex-direction: column;
    width: 80%;
    min-width: auto;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

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

  .navbar_container {
    width: 90%;
  }

  .bitroot-blue-btn._1 {
    display: none;
  }

  .heading {
    object-fit: fill;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 58px;
    display: block;
  }

  .icon-images {
    min-width: 90px;
    max-width: 90px;
    min-height: 75px;
    max-height: 75px;
  }

  .image-5 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .wdwc-text-col {
    flex-wrap: nowrap;
    flex: 1;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .wdwc-split-col-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    flex-wrap: nowrap;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-5 {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .para_1 {
    text-align: center;
  }

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

  .logo_container, .cta-container {
    justify-content: center;
  }

  .heading_1, .heading_1-2, .heading_1-3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 82px;
  }

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

  .bitroot-lg {
    margin-left: 40px;
  }

  .navigation-links.open {
    background-color: #1e2933;
  }

  .menu-bar {
    color: #fff;
  }

  .menu-bar.w--open {
    color: #161d24;
    background-color: #fff;
  }

  .container-8 {
    padding-top: 134px;
    padding-bottom: 134px;
    padding-left: 40px;
  }

  .hero-text-light {
    font-size: 25px;
  }

  .hero-text-bold {
    font-size: 50px;
  }

  .button-4 {
    margin-top: 30px;
    font-size: 15px;
  }

  .engagement-text {
    font-size: 30px;
  }

  .engagement-text-light {
    font-size: 15px;
  }

  .text-block-15 {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .service-and-why-us {
    padding-top: 0;
  }

  .service-text {
    letter-spacing: -1px;
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 40px;
  }

  .service-text.prcing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-card-block {
    flex: 0 auto;
    justify-content: space-between;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
  }

  .service-cards {
    border-radius: 20px;
    justify-content: space-between;
    width: 230px;
    height: auto;
    position: relative;
  }

  .cart-title {
    width: auto;
    margin-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: block;
  }

  .cart-title.why-us {
    font-size: 20px;
  }

  .paragraph-8 {
    letter-spacing: -.48px;
    width: 120px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 13px;
  }

  .link-block {
    background-image: linear-gradient(135deg, #1f76f9, #ffffff2b 29%, #b6d3ff00 72%, #ff9ad7);
    border-radius: 22px;
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 2px;
  }

  .image-20 {
    width: 47px;
  }

  .container-9 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1000px;
    display: flex;
  }

  .smm-icon {
    object-fit: fill;
    width: 60px;
    top: 25%;
  }

  .text-block-16 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .email-icon {
    width: 60px;
    top: 30%;
  }

  .line-left {
    width: 280px;
  }

  .line-and-text {
    margin-top: 50px;
  }

  .text-block-17 {
    letter-spacing: -1px;
  }

  .line-right {
    width: 280px;
  }

  .why-us-card {
    width: 230px;
    height: 113px;
    margin-bottom: 50px;
  }

  .text-block-18 {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-21 {
    letter-spacing: -.5px;
  }

  .arrow {
    width: 20px;
    margin-left: 5px;
    position: static;
    bottom: 10%;
    left: 83px;
  }

  .div-block-33 {
    width: 230px;
    height: 410px;
  }

  .price-block {
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-22 {
    letter-spacing: -.5px;
    margin-top: 30px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-23 {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }

  .text-block-23.points {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-23.price {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-23.last-point {
    margin-bottom: 24px;
  }

  .div-block-35 {
    width: 230px;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-9 {
    letter-spacing: -1.5px;
    font-size: 50px;
  }

  .image-23 {
    margin-left: 8px;
  }

  .lottie-animation-2 {
    width: 1100px;
    height: 720px;
    top: -13%;
    right: -40%;
  }

  .lottie-animation-5 {
    margin-bottom: -146px;
  }

  .div-block-38 {
    justify-content: space-between;
    margin-left: 19px;
    margin-right: 21px;
  }

  .div-block-39 {
    margin-right: 10px;
  }

  .image-25 {
    width: 70px;
    padding-bottom: 8px;
  }

  .image-26 {
    width: 70px;
    margin-right: 0;
  }

  .image-27 {
    width: 70px;
  }

  .div-block-43 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-44 {
    flex-direction: row;
  }

  .div-block-45 {
    width: 700px;
  }

  .lottie-animation-13 {
    width: 700px;
    display: none;
  }

  .lottie-animation-14 {
    position: absolute;
  }

  .lottie-animation-15, .lottie-animation-16 {
    padding-top: 110px;
    position: absolute;
  }

  .step-animation-2 {
    padding-top: 110px;
    display: block;
    position: absolute;
  }

  .port-grid {
    justify-items: start;
  }

  .heading-14 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .section-9 {
    height: 1800px;
  }

  .grid-9 {
    justify-items: stretch;
  }

  .y-us {
    text-align: left;
    flex-wrap: wrap;
    margin-left: 40px;
    padding-left: 20px;
    font-size: 60px;
    display: block;
  }

  .container-16 {
    padding: 26px 22px 26px 0;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 25px;
  }

  .explore {
    justify-content: center;
  }

  .circuit-animation {
    width: 400px;
    margin-top: 35px;
  }

  .image-39 {
    margin-top: -41px;
  }

  .lottie-animation-20 {
    margin-top: -40px;
  }

  .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
    font-size: 15px;
    line-height: 20px;
  }

  .container-20 {
    justify-content: flex-start;
    display: flex;
  }

  .image-50.bw {
    width: 80vh;
  }

  .image-50.bb {
    margin-left: 25px;
  }

  .container-21.db {
    margin-top: -50px;
    padding-top: 0;
  }

  .paragraph-17, .paragraph-17.db {
    font-size: 15px;
    line-height: 20px;
  }

  .products.db {
    height: 51vh;
  }

  .heading-24 {
    font-size: 40px;
  }

  .heading-24.db {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-24.bw {
    line-height: 40px;
  }

  .heading-24.bb {
    line-height: 44px;
  }

  .logo.bw {
    width: 13vh;
  }

  .job-block {
    width: 90vw;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-87 {
    box-shadow: 0 0 10px -4px #a8a8a8;
  }

  .dropdown-list {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-90 {
    margin-left: 20px;
  }

  .pre-footer-section {
    padding-bottom: 80px;
  }

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

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

  .image-54 {
    max-width: 20%;
    bottom: 5%;
  }

  .button-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .grid-15 {
    grid-column-gap: 10px;
    flex: 1;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .price-content {
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-37 {
    margin-right: 43px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-37.things {
    font-size: 15px;
    line-height: 18px;
  }

  .heading-37.smm {
    margin-right: -12px;
    padding-right: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-37.right {
    margin-right: 96px;
  }

  .heading-37.custom {
    margin-right: 64px;
  }

  .text-block-38 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-104 {
    margin-bottom: 0;
  }

  .div-block-105 {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .heading-38 {
    font-size: 15px;
    line-height: 18px;
  }

  .price-card-wrapper {
    width: 180px;
    height: 300px;
  }

  .block-right {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-110 {
    height: 100px;
  }

  .button-10 {
    margin-top: 10px;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-39 {
    height: 36px;
    font-size: 18px;
    line-height: 18px;
  }

  .price-card-front {
    height: 300px;
    display: block;
  }

  .price-card-back {
    justify-content: space-around;
    width: 180px;
    height: 300px;
  }

  .div-block-111 {
    margin-top: 5px;
    margin-left: 12px;
    padding-top: 12px;
  }

  .heading-39 {
    letter-spacing: -.8px;
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-40 {
    font-size: 8px;
    line-height: 11px;
  }

  .text-block-40.points {
    padding-top: 2px;
    line-height: 11px;
  }

  .div-block-112 {
    margin-bottom: 2px;
  }

  .button-11 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 2px 20px;
    font-size: 12px;
    box-shadow: 3px 3px 4px #00000017;
  }

  .div-block-116 {
    margin-top: 10px;
  }

  .link-block-5 {
    width: 10px;
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  .container.margin-l {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 200px;
    margin-top: 4px;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0;
  }

  .button.nav {
    padding: 8px 16px;
  }

  .nav-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link.about-open {
    margin-left: 0;
    margin-right: 16px;
  }

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

  .section.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .hero_text-wrap {
    width: 100%;
    max-width: none;
  }

  .paragraph.hero {
    margin-top: 24px;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

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

  .hero_illustration {
    width: 100%;
    height: 408px;
    margin-top: 48px;
    display: none;
    position: relative;
  }

  .illustration {
    width: auto;
    height: 408px;
    margin-left: auto;
    margin-right: auto;
  }

  .full-centre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b1-bar2, .b1-bar1 {
    height: 2px;
  }

  .hero_mobile-image {
    width: 100%;
    margin-top: 16px;
    display: block;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how_grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 48px;
  }

  .how_block {
    max-width: 300px;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_wrap._2 {
    padding-bottom: 80px;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .feature_grid.flip {
    flex-direction: column-reverse;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

  .feature_image._1 {
    position: relative;
  }

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

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .brand_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-menu-wrap {
    width: 100vw;
    min-width: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: auto;
    display: flex;
  }

  .footer-block {
    max-width: none;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

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

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    z-index: 25;
    height: auto;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    background-image: linear-gradient(to right, var(--turquoise), var(--purple));
    width: 100vw;
    min-width: 0;
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-columns: 1.75fr;
  }

  .tabs-wrapper {
    display: flex;
  }

  .tab-link {
    border-bottom: 2px solid var(--off-white);
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 8px;
    display: flex;
  }

  .tab-link.w--current {
    border-bottom-color: var(--black);
    border-left-style: none;
    margin-left: 0;
    padding: 16px 8px;
  }

  .legal-text-wrapper {
    padding-top: 24px;
  }

  .navbar_container {
    width: 90%;
  }

  .nav_logo {
    height: 28px;
  }

  .bitroot-blue-btn._1 {
    display: none;
  }

  .bitroot-white-btn {
    margin-top: 8px;
  }

  .header--bg-color-boxes {
    height: 40%;
  }

  .color-box-blue, .color-box-pink {
    width: 50%;
  }

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

  .work-col-div-1.div-block-9 {
    align-items: stretch;
  }

  .para_1 {
    font-size: 14px;
  }

  .cta-text {
    font-size: 24px;
  }

  .heading_1, .heading_1-2 {
    font-size: 64px;
  }

  .cta-text-2 {
    font-size: 24px;
  }

  .heading_1-3 {
    font-size: 64px;
  }

  .para_1-2 {
    font-size: 14px;
  }

  .container-7 {
    overflow: hidden;
  }

  .container-8 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    display: flex;
  }

  .hero-text-light {
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .hero-text-bold {
    font-size: 40px;
    line-height: 40px;
  }

  .button-4 {
    margin-top: 20px;
  }

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

  .engagement-text-light {
    font-size: 10px;
  }

  .text-block-15 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 28px;
    line-height: 40px;
  }

  .service-and-why-us {
    padding-top: 108px;
  }

  .service-text {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 20px;
  }

  .service-cards {
    width: auto;
  }

  .cart-title {
    font-size: 12px;
    line-height: 12px;
  }

  .cart-title.why-us {
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph-8 {
    width: 80px;
    font-size: 8px;
  }

  .paragraph-8.why-us {
    margin-top: 6px;
  }

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

  .line-left {
    width: 180px;
  }

  .line-and-text {
    margin-top: 30px;
  }

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

  .line-right {
    width: 180px;
  }

  .container-10 {
    margin-top: 20px;
  }

  .why-us-card {
    border-radius: 15px;
    width: auto;
    height: auto;
    margin-bottom: 18px;
    padding: 18px 13px 13px;
  }

  .text-block-18 {
    margin-top: 20px;
    font-size: 28px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-33 {
    width: auto;
    height: auto;
  }

  .price-block {
    justify-content: space-around;
  }

  .text-block-22 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .text-block-23 {
    letter-spacing: -.6px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-23.points {
    letter-spacing: -.3px;
    font-family: Inter, sans-serif;
  }

  .text-block-23.price {
    letter-spacing: -.82px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-23.last-point {
    letter-spacing: -.3px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    line-height: 27px;
  }

  .review-text {
    font-size: 28px;
  }

  .paragraph-9 {
    letter-spacing: -.5px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .heading-9.access {
    font-size: 30px;
  }

  .image-23 {
    padding: 7px;
  }

  .lottie-animation-2 {
    width: 700px;
    height: 500px;
    top: -3%;
    right: -39%;
  }

  .lottie-animation-5 {
    margin-bottom: -40px;
  }

  .div-block-38 {
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-26 {
    width: 20px;
  }

  .div-block-43 {
    margin-top: 3px;
  }

  .div-block-45 {
    margin-top: -80px;
  }

  .lottie-animation-11, .lottie-animation-13, .step-animation-2 {
    display: none;
  }

  .grid-5 {
    justify-content: space-around;
    overflow: hidden;
  }

  .heading-14 {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph-13 {
    letter-spacing: 0;
    margin: 0 2px 0 18px;
    padding-bottom: 2px;
    font-size: 8px;
    line-height: 12px;
  }

  .div-block-52 {
    margin-left: 0;
  }

  .div-block-53 {
    margin-left: 157px;
    padding-top: 5px;
    padding-left: 5px;
  }

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .header {
    padding-top: 16px;
  }

  .nav-logo {
    width: 180px;
    margin-right: 0;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button {
    padding: 4px 18px;
    font-size: 10px;
  }

  .button.black.form {
    margin-top: 16px;
    margin-left: 0;
  }

  .button.nav.hide-on-mobile {
    display: none;
  }

  .nav-link.about-open {
    margin-left: 0;
  }

  .section.hero {
    padding-top: 48px;
  }

  .h1 {
    font-size: 40px;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
  }

  .form-field {
    height: auto;
  }

  .creators_wrap {
    padding-top: 64px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-bottom: 64px;
  }

  .block_username {
    font-size: 22px;
  }

  .hero_illustration {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

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

  .h3.centre {
    text-align: center;
    font-size: 24px;
  }

  .h3.centre.contact-header {
    margin-bottom: 32px;
  }

  .hero_mobile-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: -57px;
    padding-bottom: 40px;
    display: block;
  }

  .how_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.about-us {
    font-size: 40px;
  }

  .work-image {
    width: 80px;
  }

  .feature_wrap._2 {
    padding-top: 64px;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .about-menu-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .influencer-logo {
    width: 120px;
    margin-top: 20px;
  }

  .faq_container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .footer-wrap {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .footer-text {
    margin-bottom: 24px;
  }

  .footer-block {
    margin-top: 24px;
  }

  .footer-small-text {
    margin-bottom: 24px;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contact {
    padding-top: 40px;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    margin-top: 0;
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    font-size: 10px;
    line-height: 15px;
  }

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

  .image-2 {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .navbar-container {
    margin-top: 0;
  }

  .seafarer-navbar {
    display: block;
  }

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

  .bitroot-blue-btn {
    width: 100%;
    display: block;
  }

  .bitroot-blue-btn._1 {
    font-weight: 600;
    display: none;
  }

  .bitroot-blue-btn._2 {
    color: #1f76f9;
    background-color: #fff;
    font-weight: 600;
    display: none;
  }

  .bitroot-white-btn {
    margin-top: 8px;
  }

  .container-3 {
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-3.club-card {
    display: none;
  }

  .container-3.offerings {
    flex-direction: column;
  }

  .header-intro-section {
    display: block;
  }

  .header--bg-color-boxes {
    height: 25%;
  }

  .color-box-blue, .color-box-pink {
    overflow: hidden;
  }

  .image-3 {
    flex: 1;
    width: 160%;
    margin-top: 90px;
    margin-bottom: -20px;
    margin-left: 0%;
    position: static;
    overflow: hidden;
  }

  .column {
    overflow: hidden;
  }

  .wdwc-list-header-text {
    margin-top: -10px;
    padding-top: 0;
    overflow: hidden;
  }

  .wdwc-list-para-text {
    margin-top: 2px;
    overflow: hidden;
  }

  .icon-images {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    margin-top: 20px;
    overflow: hidden;
  }

  .wdwc-section {
    display: block;
  }

  .columns {
    flex-direction: column;
  }

  .wdwc-container.container-3 {
    padding-top: 60px;
    overflow: hidden;
  }

  .wdwc-heading-text {
    font-size: 42px;
    line-height: 42px;
    overflow: hidden;
  }

  .text-block-3 {
    margin-top: 0;
  }

  .text-block-4 {
    font-family: Circularstd, sans-serif;
    font-size: 38px;
  }

  .text-block-4.icon {
    color: var(--bitroot-primary-blue);
    margin-top: 0;
    font-size: 40px;
  }

  .our-deliverables-section, .our-work-section {
    display: none;
  }

  .columns-2 {
    display: flex;
  }

  .our-work-container.container-3 {
    display: block;
  }

  .div-block-10.work-row-1-img.work-image {
    flex: 0 auto;
    width: 100px;
  }

  .section-2 {
    display: none;
  }

  .footer {
    display: flex;
  }

  .footer-div-container.container-3.footer-links {
    flex-direction: column;
    padding-top: 30px;
  }

  .address-footer-div {
    flex-direction: column;
  }

  .links-footer-div {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: -1px;
  }

  .reg-address-div {
    margin-top: 20px;
  }

  .para_1 {
    text-align: left;
    font-family: Circularstd, sans-serif;
  }

  .footer-cta--inner-container {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
  }

  .bitroot-logo {
    width: 120px;
  }

  .bg-gradient {
    filter: none;
    background-color: #0000;
    width: 200%;
    max-width: 260%;
    bottom: -80px;
  }

  .footer-cta-dot {
    display: none;
  }

  .div-block-2 {
    width: 90%;
  }

  .logo_container {
    justify-content: flex-start;
    width: 90%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .cta-text {
    margin-bottom: 8px;
    font-family: Switzer, sans-serif;
  }

  .cta-text.cta-not-link {
    text-align: right;
    font-family: Switzer, sans-serif;
  }

  .cta-container {
    flex-direction: column;
    width: 90%;
    padding-bottom: 96px;
  }

  .gradient-container {
    display: block;
    overflow: hidden;
  }

  .heading_1 {
    text-align: left;
    font-family: Switzer, sans-serif;
  }

  .body-3 {
    background-color: var(--bitroot-dark-blue);
  }

  .heading_1-2 {
    text-align: left;
    font-family: Switzer, sans-serif;
    font-size: 60px;
  }

  .gradient-container-2 {
    overflow: hidden;
  }

  .bg-container-2 {
    display: none;
  }

  .cta-text-2 {
    margin-bottom: 8px;
  }

  .cta-text-2.cta-not-link {
    text-align: right;
  }

  .bitroot-logo-2 {
    width: 120px;
  }

  .heading_1-3, .para_1-2 {
    text-align: left;
  }

  .bg-gradient-2 {
    width: 200%;
    max-width: 260%;
    bottom: -80px;
  }

  .columns-3 {
    margin-top: 60px;
  }

  .top-bar, .hero-section, .engagement-section, .portfolio-section, .service-and-why-us, .function, .pricing-section, .review-section {
    display: none;
  }

  .brand-3 {
    margin-top: 25px;
  }

  .column-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-4 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .list-2 {
    display: flex;
  }

  .work-slider-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 750px;
    margin-bottom: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-70 {
    background-color: #fbcfd9;
    width: 248px;
    height: 307px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-18 {
    letter-spacing: -2px;
    width: 250px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    font-family: Switzer, sans-serif;
    font-size: 42px;
    line-height: 42px;
    overflow: hidden;
  }

  .div-block-71 {
    justify-content: space-around;
    width: 248px;
    height: 307px;
    margin-left: 66px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 25px;
    display: flex;
  }

  .slider {
    width: 100px;
  }

  .slider-2 {
    width: auto;
  }

  .div-block-72 {
    width: 248px;
    height: 307px;
  }

  .slider-3 {
    justify-content: center;
    margin-top: 10px;
    margin-left: 40px;
    display: flex;
  }

  .icon {
    color: #161d24;
    font-size: 30px;
    line-height: 20px;
    display: block;
  }

  .left-arrow {
    margin-left: -59px;
    display: block;
  }

  .right-arrow {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .slide-nav {
    display: flex;
  }

  .image-41 {
    padding-left: 0;
  }

  .mask {
    background-color: #fff;
  }

  .div-block-73 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200px;
    height: 307px;
    display: block;
  }

  .container-18 {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .container-19 {
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .div-block-74 {
    height: 100px;
    margin-left: 35px;
    margin-right: 35px;
    overflow: hidden;
  }

  .icon-2, .icon-3 {
    font-size: 30px;
  }

  .left-arrow-2 {
    color: #161d24;
    margin-left: -60px;
  }

  .right-arrow-2 {
    color: #161d24;
    margin-right: -60px;
  }

  .slide-nav-2 {
    font-size: 10px;
    display: none;
  }

  .text-block-26 {
    margin-top: -50px;
    display: flex;
  }

  .heading-19 {
    z-index: 10;
    position: relative;
  }

  .mask-2 {
    background-color: #fff;
    height: auto;
  }

  .slider-4 {
    margin-top: 0;
  }

  .heading-20 {
    letter-spacing: -1.5px;
    margin-top: 20px;
    font-family: Switzer, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
  }

  .image-42, .image-43, .image-44, .image-45, .image-46 {
    margin-top: 0;
  }

  .section-10 {
    margin-top: 0;
    display: block;
    position: relative;
  }

  .image-47 {
    width: 339px;
    height: 242px;
    overflow: hidden;
  }

  .div-block-75 {
    background-color: #161d24;
    height: 2px;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75.splitter {
    color: #3341554d;
    background-color: #3341554d;
  }

  .heading-21 {
    letter-spacing: -1.5px;
    padding-top: 30px;
    padding-left: 20px;
    display: none;
    overflow: hidden;
  }

  .heading-22 {
    color: #1e293b;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Switzer, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    overflow: hidden;
  }

  .heading-22.bb {
    text-align: left;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-16 {
    color: #161d2499;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Switzer, sans-serif;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }

  .work-block {
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    display: flex;
  }

  .work-block.bb {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-block.bw, .work-block.db {
    display: none;
  }

  .product {
    color: #155032;
    background-color: #e2f3eb;
    border-radius: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
    padding: 10px 16px;
    font-family: IBM Plex Mono, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    display: flex;
  }

  .product.bb {
    color: #46261f;
    background-color: #f3e5e2;
  }

  .product.bw {
    color: #161d24;
    background-color: #e5e7eb;
  }

  .product.db {
    color: #46261f;
    background-color: #f3e5e2;
  }

  .product.ed {
    color: #6d1dc2;
    background-color: #c19fe587;
  }

  .product.ge {
    color: #2d5bb3;
    background-color: #aecaff8a;
  }

  .div-block-76 {
    flex-flow: wrap;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    overflow: hidden;
  }

  .div-block-76.bb {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-77 {
    z-index: auto;
    background-color: #fbcfd9;
    width: 150px;
    height: 100px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .section-11 {
    padding-top: 50px;
    display: block;
  }

  .div-block-78 {
    z-index: 0;
    background-color: #0000;
    position: relative;
  }

  .div-block-79 {
    z-index: 10;
    background-color: #1f76f9;
    margin-top: -80px;
    position: relative;
  }

  .heading-23 {
    color: #fff;
    margin-left: 20px;
    padding-top: 36px;
  }

  .image-48 {
    width: 25px;
    margin-left: 10px;
    padding-top: 4px;
    padding-left: 0;
  }

  .link-3 {
    color: #fff;
    margin-top: 0;
    margin-left: 20px;
    font-family: Switzer, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
  }

  .div-block-80 {
    align-items: center;
    margin-top: 50px;
    padding-bottom: 43px;
    display: flex;
  }

  .image-49 {
    width: 175px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 140px;
    display: block;
  }

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

  .column-5, .div-block-82 {
    overflow: hidden;
  }

  .slide {
    padding-bottom: 14px;
  }

  .mask-3 {
    height: auto;
  }

  .slide-2 {
    height: 450px;
  }

  .slider-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-3, .image-51 {
    height: auto;
  }

  .mask-4 {
    height: auto;
    padding-top: 27px;
  }

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

  .heading-25 {
    z-index: 5;
    letter-spacing: -1.5px;
    background-color: #fff;
    margin-top: -6px;
    padding-top: 15px;
    font-family: Switzer, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
  }

  .work-slider-1 {
    background-color: #0000;
    height: auto;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .right-arrow-3 {
    height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .icon-4 {
    color: #000;
    font-size: 28px;
    line-height: 12px;
    display: block;
    inset: auto 0% 0% auto;
  }

  .icon-5 {
    color: #000;
    font-size: 28px;
    display: block;
    inset: auto auto 0% 0%;
  }

  .left-arrow-3 {
    height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
    inset: 0% auto 0% 0%;
  }

  .heading-26 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Switzer, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: underline;
  }

  .link-block-2 {
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .column-6 {
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
  }

  .column-7 {
    align-items: center;
    padding-left: 25px;
    display: flex;
  }

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

  .hiring-header {
    justify-content: space-around;
  }

  .container-22 {
    flex: 1;
    min-width: 90vw;
    max-width: 90vw;
  }

  .hero-section-hiring {
    min-height: 50vh;
  }

  .hero-heading {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .hero-heading-2 {
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 20px;
  }

  .button-1 {
    letter-spacing: -.5px;
    padding: 5px 20px;
    font-size: 15px;
  }

  .hero-text-block {
    margin-left: 10%;
    margin-right: -10px;
    font-family: Inter, sans-serif;
  }

  .hero-section-grid {
    grid-column-gap: 5px;
  }

  .static-bg-color-content {
    height: 15vh;
  }

  .job-block {
    width: 85vw;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .job-block.monile {
    border-radius: 25px;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .heading-27 {
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
  }

  .div-block-87 {
    padding-left: 5px;
    padding-right: 15px;
  }

  .dropdown-toggle {
    padding: 8px 0 12px 10px;
  }

  .dropdown-list {
    padding-left: 8px;
    padding-right: 0;
  }

  .text-block-31 {
    font-size: 15px;
  }

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

  .div-block-88 {
    margin-top: 5px;
  }

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

  .job-description {
    font-size: 15px;
  }

  .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-90 {
    margin-left: 1px;
  }

  .button-6 {
    margin-right: 20px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 12px;
  }

  .pre-footer-section {
    padding-bottom: 70px;
  }

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

  .team-text-block {
    margin-top: 10px;
  }

  .grid-12 {
    display: none;
  }

  .grid-12.mobile {
    display: block;
  }

  .div-block-91 {
    padding: 0;
  }

  .grid-13 {
    padding-bottom: 10px;
  }

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

  .text-block-32 {
    font-size: 12px;
    line-height: 12px;
  }

  .culture-illustration {
    width: 60%;
  }

  .image-53 {
    margin-bottom: 30px;
  }

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

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

  .image-54 {
    z-index: -1;
    max-width: 30%;
  }

  .image-55 {
    width: 25%;
    max-width: 60%;
    top: -8%;
  }

  .lottie-animation-21 {
    width: 200px;
    margin-bottom: -70px;
    display: block;
  }

  .heading-36 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .icon-6 {
    margin-right: 0;
  }

  .div-block-109 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-109.mobile {
    flex-direction: row;
  }

  .div-block-118 {
    display: block;
  }
}

#w-node-_4eaa18bf-6989-7f86-d99e-31b09e8b93d4-e2cadf9b {
  align-self: center;
}

#w-node-_0f07fd7f-39cc-efa0-f9c1-b30028744934-e2cadf9b, #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-e2cadf9b {
  justify-self: center;
}

#w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-e2cadf9b {
  place-self: center end;
}

#w-node-_9fc1c0c5-54ca-701f-8c45-1565bef21dc1-e2cadf9b {
  align-self: center;
}

#w-node-_9fc1c0c5-54ca-701f-8c45-1565bef21dc6-e2cadf9b {
  justify-self: center;
}

#w-node-_77001ef0-368c-63e4-dc6d-c0cedfe951a1-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_222b565e-a7b7-1559-fdd7-cf7ea524891b-fab60e53 {
  align-self: center;
}

#w-node-_01c2bb24-88fb-f27c-1f1c-eb13dd1f84a0-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-a07f8129-0e89-6bf4-8d6d-358a5f00d3ea-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f07cec09-bdcb-98ac-9a16-c906ec8599ca-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_599cc06c-8755-4596-6c19-73cfa55cf465-fab60e53, #w-node-_28d1f64e-b676-88c8-01e4-fb4c7851d754-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fa6522b-826e-15e0-edf7-02bef7873876-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4fa6522b-826e-15e0-edf7-02bef7873877-fab60e53 {
  align-self: center;
}

#w-node-_4fa6522b-826e-15e0-edf7-02bef7873878-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4fa6522b-826e-15e0-edf7-02bef787387b-fab60e53, #w-node-_4fa6522b-826e-15e0-edf7-02bef787387c-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fa6522b-826e-15e0-edf7-02bef787387a-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d1c-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d1d-fab60e53 {
  place-self: center;
}

#w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d1e-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d1f-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d20-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d21-fab60e53, #w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d22-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0c9-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0ca-fab60e53 {
  align-self: center;
}

#w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0cb-fab60e53 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0cc-fab60e53, #w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0cd-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0d3-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0d4-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9d09f98-949c-be3c-af91-6c875ac73750-fab60e53 {
  justify-self: center;
}

#w-node-_3fe86a8f-8bbc-94f3-b05f-788b25c6f7cc-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9313ecae-566f-c448-52d2-c683facf8b55-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dcf87dd8-106e-7dec-f657-227457e95ebb-fab60e53, #w-node-de4cecef-5431-788b-1591-314583867b54-fab60e53, #w-node-_4c10fb8b-52c9-a7f7-3235-109c6584d2a8-fab60e53, #w-node-_1899b464-a96c-1b82-e4e4-e94a197a813f-fab60e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d599edc2-3b5c-1905-37db-d9e70e0217c2-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d2dd18a2-fe0f-1f3f-8ffc-fffae39f1ac4-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de5eec95-a084-f581-505f-c89ab8a9afea-e68581a0 {
  place-self: center;
}

#w-node-_5bafd256-4dfd-f930-0031-ec7053165ac8-e68581a0, #w-node-_624d9df9-8554-f477-3c0b-aa2fc1dfc4de-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-af45b27d-380c-5b45-2f0d-0548a98894a3-e68581a0, #w-node-d1d1976f-c26d-3d56-86cd-551ff2ca17c3-e68581a0, #w-node-fb293905-50f5-324e-3cb1-b674f4e5f96e-e68581a0, #w-node-_038c22cc-35c7-63b4-2e24-d882eeac3426-e68581a0, #w-node-_038c22cc-35c7-63b4-2e24-d882eeac3427-e68581a0, #w-node-_08a91b33-2c71-ad6f-771a-873012fe29ba-e68581a0, #w-node-_08a91b33-2c71-ad6f-771a-873012fe29bb-e68581a0, #w-node-_49e3e837-aa5c-abee-7794-0278fee89798-e68581a0, #w-node-_49e3e837-aa5c-abee-7794-0278fee89799-e68581a0, #w-node-dd78e7a7-07b5-686d-5a22-66cbc9ad528e-e68581a0, #w-node-dd78e7a7-07b5-686d-5a22-66cbc9ad528f-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059725c1-b6d8-6008-8d17-e94efc65e0eb-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_059725c1-b6d8-6008-8d17-e94efc65e0ec-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059725c1-b6d8-6008-8d17-e94efc65e0ed-e68581a0 {
  place-self: center;
}

#w-node-_059725c1-b6d8-6008-8d17-e94efc65e0f3-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0f4-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_059725c1-b6d8-6008-8d17-e94efc65e0f5-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0f7-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0f8-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0fb-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0fc-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0ff-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e100-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e103-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e104-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e107-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e108-e68581a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b17b7216-1e1d-9adc-2e75-c08b811a3ee5-abdef577 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8ecf26bf-d942-bde2-9e9a-91936cd7a9e7-abdef577, #w-node-eab87850-4312-6bc8-62b8-d654ab8852ec-abdef577, #w-node-_6c351967-ef5a-35b2-8121-cfdfa67b92b6-abdef577, #w-node-e8806452-3bf9-9be6-d8a9-fb39dac67043-f88fdabe, #w-node-_2a98bd3a-6959-9a44-2873-966731af9a68-f88fdabe, #w-node-_6355ae13-e662-e259-3a3f-3b2cff032634-f88fdabe, #w-node-_2c633c64-d76a-6895-22be-24a125d37b81-f88fdabe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4eaa18bf-6989-7f86-d99e-31b09e8b93d4-e2cadf9b, #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-e2cadf9b, #w-node-_9fc1c0c5-54ca-701f-8c45-1565bef21dc1-e2cadf9b {
    align-self: center;
  }

  #w-node-_222b565e-a7b7-1559-fdd7-cf7ea524891b-fab60e53, #w-node-_4fa6522b-826e-15e0-edf7-02bef7873877-fab60e53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d1d-fab60e53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_23dfe66e-0411-7a14-22f2-e9c737ce5d1e-fab60e53 {
    align-self: center;
  }

  #w-node-_8c226c3e-b796-e3aa-e9de-e1648939f0ca-fab60e53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-_84c0706f-65fc-23f3-5a9d-ab5d39e768c7-e68581a0 {
    align-self: center;
  }

  #w-node-d599edc2-3b5c-1905-37db-d9e70e0217c2-e68581a0, #w-node-_059725c1-b6d8-6008-8d17-e94efc65e0eb-e68581a0 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7f-e2cadf9b {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-c3b3f129-cc55-0809-ae34-af08ca318d7a-e2cadf9b {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconstwotone';
  src: url('../fonts/MaterialIconsTwoTone-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}