:root {
  --grey: #828282;
  --darkblack: #1e1e1e;
  --white: #fff;
  --lg-black: #333;
  --black: white;
  --rg-purple: #9333ea;
  --lightyellow: #f7f1de;
  --green: #27ae60;
  --lightwhite: #f2f2f2;
  --silver: #bdbdbd;
  --gainsboro: #e0e0e0;
  --medium-blue: #4a11b5;
  --diim-grey: #4f4f4f;
  --teal: #19776c;
  --seagreen: #00987d;
  --dark-orange: #f99c2d;
  --white-smoke: #f7f9fc;
  --bg-white: #f9fcff;
  --body-bg-white-smoke: whitesmoke;
  --white-2: white;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--grey);
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

h1 {
  color: var(--darkblack);
  letter-spacing: 1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.56em;
  font-weight: 500;
  line-height: 1.19;
}

h2 {
  color: var(--darkblack);
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.18;
}

p {
  color: var(--lg-black);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.8;
}

a {
  color: var(--lg-black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  color: var(--lg-black);
  margin-bottom: .25rem;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.form_form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: var(--black);
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-rich-text h1 {
  color: var(--black);
  letter-spacing: -.64px;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.4;
}

.blog-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-rich-text h3, .blog-rich-text h4 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-rich-text h5, .blog-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.blog-rich-text p {
  color: var(--darkblack);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.blog-rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.blog-rich-text ol {
  margin-bottom: 1.5rem;
}

.blog-rich-text blockquote {
  color: var(--black);
  letter-spacing: -.88px;
  background-image: url('../images/end-quote.svg'), url('../images/start-quote.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left-style: none;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2.75rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
}

.blog-rich-text li {
  color: var(--black);
  background-image: url('../images/Ellipse-20442.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  color: var(--rg-purple);
  letter-spacing: -2px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.heading-style-h1.text-underline {
  padding-bottom: 2px;
}

.padding-global {
  background-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.nav-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-orange {
  color: var(--rg-purple);
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .87rem;
  line-height: 1.5;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: var(--darkblack);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
}

.form_radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--rg-purple);
  background-image: url('../images/radio-checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 18px;
  height: 18px;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-light-yellow {
  color: var(--lightyellow);
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3.875rem;
  color: var(--white);
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 0 #000;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 1.125rem;
}

.form_input:focus {
  border-bottom-color: var(--rg-purple);
}

.form_input.is-text-area {
  min-height: 8rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 2rem;
  line-height: 1.4;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  color: var(--black);
  font-family: Playfair Display, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.text-color-white, .heading-style-h2.text-color-white.text-underline {
  color: var(--rg-purple);
  font-size: 5rem;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  background-color: #fff;
}

.main-wrapper.overflow-hidden {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1.67px solid var(--rg-purple);
  background-color: var(--black);
  box-shadow: 0 4px 0 0 var(--rg-purple);
  color: #fff;
  text-align: center;
  letter-spacing: .36px;
  border-radius: 1000px;
  padding: .625rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .3s, transform .3s;
}

.button:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

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

.button.is-small {
  padding: .5rem 1.25rem;
}

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.5;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  box-shadow: 0 3px 0 0 var(--grey);
  color: var(--white);
  background-color: #101010;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 32px;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.text-color-white {
  color: var(--white);
}

.text-color-green {
  color: var(--green);
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  max-width: 102rem;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.brand-link-wrapper.black-nav {
  color: var(--darkblack);
}

.nav-link {
  color: var(--grey);
  mix-blend-mode: difference;
  padding: 0;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
}

.nav-menu-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--black);
}

.footer-main-wrapper {
  margin-top: 60px;
  margin-bottom: 16px;
}

.footer-top-content-wrapper {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-bottom: 52px;
}

.launchpad-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 177px;
  display: flex;
}

.launchpad-wrapper.margin-bottom-64 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.copyright-text {
  font-size: .75rem;
  display: block;
}

.launchpad-proud-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 342px;
  display: flex;
}

.badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.badges-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.certified-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.certified-image {
  min-width: 68px;
}

.great-work-image {
  min-width: 70px;
}

.footer-middle-content-wrapper {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.company-location-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
}

.company-information-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 400px;
  display: flex;
}

.company-information-wrapper.hide {
  display: none;
}

.country-name {
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
}

.company-location {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.4;
}

.company-number {
  color: var(--grey);
  font-size: .875rem;
  line-height: 1.4;
}

.location-time {
  color: var(--rg-purple);
}

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

.footer-menu-wrapper {
  grid-column-gap: 32px;
  display: flex;
}

.social-icon {
  display: flex;
}

.footer-menu-link {
  color: var(--lightwhite);
  border-bottom: 1px solid #0000;
  font-size: .875rem;
  line-height: 1.4;
}

.footer-menu-link:hover {
  border-bottom-color: var(--rg-purple);
}

.left-footer-menu, .right-footer-menu {
  grid-column-gap: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.social-content-wrapper {
  align-items: center;
  display: flex;
}

.section-contact {
  background-color: var(--black);
  background-image: url('../images/square-grid.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.contact-main-wrapper {
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.contact-content-wrapper {
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-heading {
  letter-spacing: -2px;
  max-width: 12ch;
  font-size: 5rem;
  line-height: 1.2;
}

.components {
  background-color: var(--black);
}

.section-banners {
  overflow: hidden;
}

.banners-main-wrapper {
  background-color: var(--darkblack);
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee {
  align-items: center;
  width: 100vw;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.launchpad-icon {
  display: flex;
}

.banner-text {
  color: var(--white);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-weight: 600;
}

.marquee-items-main-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.section-blog-post {
  background-color: var(--black);
  padding-bottom: 100px;
}

.blog-item-content-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-item-header {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.blog-role {
  color: var(--rg-purple);
  font-size: 1rem;
  display: none;
}

.read-more-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.4;
  display: flex;
}

.read-more-button {
  background-color: var(--rg-purple);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.recent-blog-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  display: flex;
}

.recent-blog-item-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 620px;
  display: flex;
}

.recent-blog-thumbnail-image-wrapper {
  border-radius: 16px;
  max-height: 396px;
  overflow: hidden;
}

.section-hero {
  overflow: hidden;
}

.hero-main-wrapper {
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-content-wrapper {
  width: 100%;
}

.hero-header {
  flex-direction: column;
  max-width: 1200px;
  display: flex;
}

.hera-heading-wrapper {
  align-items: center;
  display: flex;
}

.start-image-wrapper {
  margin-left: 1.04em;
  margin-right: 1.39em;
}

.hero-background-video {
  background-image: url('../images/Video.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
}

.hero-background-video-wrapper {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: none;
  overflow: hidden;
}

.section-we-re-top {
  position: relative;
}

.we-re-top-main-wrapper {
  z-index: 2;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.we-re-top-content-wrapper {
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.we-re-top-heading {
  color: var(--darkblack);
  font-size: 5rem;
}

.we-re-top-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.we-re-top-card-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black);
  border-radius: 16px;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.we-re-top-card-content {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.we-re-top-title, .we-re-top-title.text-weight-medium.text-color-white {
  color: var(--rg-purple);
}

.section-multiple-award {
  background-color: var(--darkblack);
  overflow: hidden;
}

.multiple-award-main-wrapper {
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.multiple-award-content-wrapper {
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.multiple-award-header {
  text-align: center;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.multiple-award-heading {
  color: var(--darkblack);
}

.multiple-award-card-item {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.multiple-award-card-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.multiply-star-image-wrapper {
  position: absolute;
  inset: auto auto -144px -160px;
}

.white-star-image-wrapper {
  position: absolute;
  inset: -120px -160px auto auto;
}

.section-stories-insight {
  background-color: var(--darkblack);
}

.section-stories-insight.background-color-black {
  background-color: var(--black);
}

.stories-insights-main-wrapper {
  align-items: center;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

.stories-insights-content-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.stories-insights-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.stories-insights-header {
  max-width: 840px;
}

.hero-recent-blog-heading {
  color: var(--white);
}

.marquee-item-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.section-partner {
  background-color: var(--darkblack);
  display: none;
  overflow: hidden;
}

.partner-main-wrapper {
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

.partner-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.left-star-image-wrapper {
  width: 48px;
  height: 48px;
}

.white-star-image {
  width: 100%;
}

.right-star-image-wrapper {
  width: 48px;
  height: 48px;
}

.partner-heading-content {
  text-align: center;
  flex: 1;
  max-width: 620px;
}

.partner-header-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prtner-companies-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.company-name-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.orange-dot {
  background-color: var(--rg-purple);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.company-name {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.slide-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 264px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  display: flex;
}

.slide-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.testimonial-quote {
  color: var(--white);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.75;
}

.testimonial-quoter-name {
  color: var(--white);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial-quoter-role {
  font-size: .62rem;
}

.testimonial-image {
  mix-blend-mode: luminosity;
  height: 100%;
}

.testimonial-image-wrapper {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
}

.orange-overlay {
  background-color: var(--rg-purple);
  mix-blend-mode: color-dodge;
  width: 98px;
  height: 28px;
  position: absolute;
  inset: 5rem 0% auto 50%;
  transform: rotate(-8deg);
}

.orange-overlay._1st {
  width: 115px;
  height: 32px;
  top: 7rem;
  left: 50%;
  transform: rotate(12deg);
}

.orange-overlay._2nd {
  top: 7rem;
  left: 35%;
}

.orange-overlay._3rd {
  top: 5.5rem;
  left: 52%;
}

.section-certified {
  background-image: url('../images/square-grid.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  height: 150vh;
  display: flex;
  overflow: hidden;
}

.certified-main-wrapper {
  align-items: center;
  height: 150vh;
  display: flex;
}

.certified-content-wrapper {
  flex-direction: column;
  display: flex;
}

.certified-header-main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.certified-header-content {
  background-image: none;
  flex: 1;
  justify-content: center;
  max-width: 720px;
  display: flex;
  position: relative;
}

.certified-header-image-wrapper {
  position: relative;
}

.certified-header-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -64px 0% auto;
}

.certified-corportion-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.certified-overlay {
  background-image: linear-gradient(to top, #000, #0000 71.35%);
  position: absolute;
  inset: 0%;
}

.our-impact-content-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 48px;
  padding-right: 228px;
  display: flex;
}

.our-impact-arrow-wrapper {
  transform: rotate(-10deg);
}

.impact-text {
  color: var(--white);
  letter-spacing: -.24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  transform: rotate(7deg);
}

.initiatives-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 84px;
  display: flex;
}

.initiatives-image-wrapper {
  border-radius: 16px;
}

.section-product-launced {
  z-index: 99;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.product-launched-main-wrapper {
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.product-launched-content-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.product-launched-header-wrapper {
  text-align: center;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}

.product-launched-heading {
  color: var(--darkblack);
  font-size: 5rem;
}

.product-launched-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.product-launched-mask {
  width: 50vw;
  overflow: visible;
}

.product-launched-slide {
  margin-right: 10%;
}

.product-launched-slide-main-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.product-launched-slide-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.product-launched-content {
  color: var(--darkblack);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-short-description {
  max-width: 25ch;
}

.product-short-description.text-size-small.text-color-white {
  max-width: 24ch;
  color: var(--darkblack);
  text-align: right;
  max-width: 24ch;
}

.product-slide-right-arrow {
  background-color: var(--rg-purple);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  inset: auto 10% auto auto;
}

.product-slide-left-arrow {
  background-color: var(--rg-purple);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  inset: auto auto auto 0%;
}

.product-slide-arrow.left {
  transform: rotate(-180deg);
}

.slick {
  display: flex;
}

.swiper-testimonial-slide {
  background-color: #292929;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-scroll {
  background-color: var(--black);
  position: relative;
}

.scroll-main-wrapper {
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll-content-main-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.scroll-main-header-wrappe {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.research-content-main-wrapper {
  z-index: 2;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.research-content-main-wrapper._4 {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.research-content-main-wrapper._1 {
  z-index: 4;
  display: flex;
}

.research-content-main-wrapper._2 {
  z-index: 3;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.research-content-main-wrapper._3 {
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.research-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.research-header-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.research-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.research-heading {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.research-detail {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.research-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vision-cards-sticky {
  justify-content: center;
  display: flex;
  position: relative;
}

.research-circle-image-wrapper {
  z-index: 1;
  background-color: var(--rg-purple);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 231px;
  display: flex;
  position: relative;
}

.research-yellow-circle {
  background-color: #ff9f74;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 162px;
  display: flex;
  position: relative;
}

.question-mark-image {
  width: 52px;
}

.you-arrow-image-wrapper {
  position: absolute;
  inset: auto 30px 46px auto;
}

.research-launchpad-image-wrapper {
  max-width: 74px;
  position: absolute;
  inset: auto auto auto -84px;
}

.research-star-image-wrapper {
  width: 52px;
  height: 52px;
  position: absolute;
  inset: -14px auto auto -36px;
}

.research-circle-element-image-wrapper {
  max-width: 66px;
  position: absolute;
  top: -34px;
  bottom: auto;
  left: 75%;
}

.research-circle-stroke-image-wrapper {
  z-index: -1;
  max-width: 112px;
  position: absolute;
  inset: auto -45px -20px auto;
}

.view-more-button {
  border: 1.67px solid var(--rg-purple);
  background-color: var(--black);
  box-shadow: 0 4px 0 0 var(--rg-purple);
  color: #fff;
  text-align: center;
  border-radius: 1000px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  transition: box-shadow .3s, transform .3s;
}

.view-more-button:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

.view-more-button-responsive {
  border: 1.67px solid var(--rg-purple);
  background-color: var(--black);
  box-shadow: 0 4px 0 0 var(--rg-purple);
  color: #fff;
  text-align: center;
  border-radius: 1000px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  transition: box-shadow .3s, transform .3s;
  display: none;
}

.view-more-button-responsive:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

.founder-sticky-wrapper {
  flex-direction: column;
  height: 400vh;
  position: relative;
}

.design-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.design-circle-image-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 232px;
  display: flex;
  position: relative;
}

.design-circle-image {
  width: 100%;
}

.design-launchpad-image-wrapper {
  max-width: 128px;
  position: absolute;
  inset: auto auto 80px -150px;
}

.design-client-image-wrapper {
  max-width: 75px;
  position: absolute;
  inset: 54px -55px auto auto;
}

.design-circle-element-wrapper {
  width: 68px;
  position: absolute;
  inset: -60px auto auto 110%;
}

.design-circle-element-image {
  width: 100%;
}

.design-white-circle {
  background-color: var(--white);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 45px auto auto -68px;
}

.design-white-light-wrapper {
  justify-content: center;
  align-items: center;
}

.design-white-light {
  width: 100%;
}

.design-light-main-wraper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -13% auto auto 3.2%;
}

.design-light-orange-cone-wrapper {
  border-top-left-radius: 315px;
  border-top-right-radius: 315px;
  width: 232px;
  position: absolute;
  inset: 23% 0% auto -4%;
  overflow: hidden;
}

.design-light-orange-cone {
  width: 100%;
}

.design-oblong-element {
  background-color: var(--white);
  border-radius: 500px;
  width: 79px;
  height: 26px;
  position: absolute;
  inset: auto auto 0% 100%;
}

.design-rectangle-image {
  z-index: -1;
  background-color: var(--rg-purple);
  width: 128px;
  height: 55px;
  position: absolute;
  inset: auto auto -13%;
}

.design-white-rectangle-wrapper {
  width: 106px;
  height: 25px;
  position: absolute;
  inset: auto auto -68px 26%;
}

.design-white-rectangle {
  width: 100%;
}

.build-image-wrappr {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.build-outer-image-wrapper {
  z-index: 22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.build-launchpad-image-wrapper {
  max-width: 132px;
  max-height: 58px;
  position: absolute;
  inset: auto -112px 34px auto;
}

.build-client-image-wrapper {
  position: absolute;
  inset: auto auto 151px -100px;
}

.white-plus-image-wrapper {
  width: 18.5px;
  position: absolute;
  inset: -12px auto auto -68px;
}

.orange-plus-image-wrapper {
  width: 18.5px;
  position: absolute;
  inset: auto -76px auto auto;
}

.orange-plus-image-copy {
  width: 100%;
}

.setting-stroke-image-wrapper {
  width: 126px;
  position: absolute;
  inset: -72px -112px auto auto;
  transform: rotate(30deg);
}

.setting-stroke-image {
  width: 100%;
}

.setting-image-wrapper {
  position: absolute;
  inset: auto auto 22px -104px;
  transform: rotate(30deg);
}

.setting-image {
  width: 100%;
}

.white-setting-image-wrapper {
  position: absolute;
  inset: 8% auto auto;
  transform: rotate(-30deg);
}

.understanding-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.understand-outer-image-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.understanding-launchpad-image-wrapper {
  position: absolute;
  inset: 22px auto auto -144px;
}

.understanding-client-image-wrapper {
  position: absolute;
  inset: auto -88px 78px auto;
}

.understanding-white-image-wrapper {
  z-index: 3;
  position: absolute;
  inset: auto auto 12.2%;
  overflow: hidden;
}

.understanding-divider {
  width: 29px;
  display: flex;
  position: absolute;
  inset: auto;
}

.understanding-divider.first {
  inset: 30% -50px auto auto;
}

.understanding-divider.second {
  inset: 30% auto auto -50px;
}

.understanding-divider.third {
  inset: -5% auto auto 0%;
  transform: rotate(-130deg);
}

.understanding-divider.fourth {
  inset: -60px auto auto;
  transform: rotate(90deg);
}

.understanding-divider.fifth {
  inset: -5% 0 auto auto;
  transform: rotate(-48deg);
}

.understanding-divider-image {
  width: 100%;
}

.understanding-circle-image-wrapper {
  position: absolute;
  inset: auto auto 54px -112px;
  transform: rotate(-15deg);
}

.understanding-star-image-wrapper {
  width: 56px;
  height: 56px;
  position: absolute;
  inset: -7px -100px auto auto;
}

.understanding-star-image {
  width: 100%;
}

.scroll-wrapper {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 48px 86px auto;
}

.scroll-text {
  color: var(--black);
  letter-spacing: 4.4px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  transform: rotate(-90deg);
}

.scroll-down-arrow-wrapper {
  transform: rotate(360deg);
}

.item {
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.visionaries-content-main-wrapper {
  width: 100%;
  max-width: 74em;
  position: relative;
}

.visionaries-content-main-wrapper.wizardry {
  font-size: 1vw;
}

.section-teeam-builders {
  background-color: var(--darkblack);
}

.team-builders-main-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

.team-builders-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.section-our-guiding {
  background-color: var(--black);
  overflow: hidden;
}

.our-guiding-main-wrapper {
  flex-direction: column;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
  position: relative;
}

.our-guiding-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.our-guiding-left-content-wrapper {
  max-width: 566px;
  position: sticky;
  top: 25%;
}

.our-guiding-right-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 606px;
  display: flex;
}

.our-guiding-star-image-wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: -106px auto auto -82px;
}

.our-guiding-star-image {
  width: 100%;
}

.our-uiding-principle-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  overflow: hidden;
}

.principle-number-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.principle-number {
  color: var(--rg-purple);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.our-guiding-principle-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.our-principle-title {
  letter-spacing: -.64px;
  line-height: 1.37;
}

.principle-title-detail {
  height: 0;
  overflow: hidden;
}

.principle-title-detail.text-size-regular {
  transition: transform .3s ease-in;
}

.award-card-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.award-card-item {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-height: 260px;
  display: flex;
}

.won-award-title {
  color: var(--white);
  font-size: 1.25rem;
}

.section-our-offices {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 120px;
  overflow: hidden;
}

.our-offices-header {
  justify-content: center;
  padding-top: 230px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.our-offices-heading {
  z-index: 2;
  text-align: center;
  max-width: 565px;
  position: relative;
}

.our-office-map-bg-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
}

.our-offices-slider {
  background-color: #0000;
  height: auto;
  display: flex;
}

.our-offices-mask {
  width: 60%;
  height: auto;
  overflow: visible;
}

.our-office-slide {
  max-width: 620px;
  margin-right: 40px;
}

.our-office-slide-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.our-office-left-arrow {
  background-color: var(--rg-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 17px;
  display: flex;
  top: 62%;
  left: 10%;
  transform: rotate(180deg);
}

.our-office-right-arrow {
  background-color: var(--rg-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 17px;
  display: flex;
  top: 62%;
  right: 10%;
}

.launchpad-with-arrow-wrapper {
  display: flex;
  position: relative;
}

.launchpad-block {
  color: var(--white);
  text-transform: capitalize;
  background-color: #ff4f00;
  border-radius: 1.16px;
  padding: 6px 7px;
  font-size: .5rem;
}

.launchpad-block.size {
  font-size: .65rem;
}

.arrow-components {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 32px;
  display: flex;
}

.launchpad-arrow-image-wrapper {
  position: absolute;
  top: -22px;
  left: auto;
  right: -9px;
}

.launchpad-arrow-image-wrapper.left {
  width: 12px;
  height: 16px;
  inset: -14px auto auto -18px;
  transform: rotate(260deg);
}

.launchpad-arrow-image {
  width: 100%;
}

.you-block-with-arrow-wrapper {
  display: flex;
  position: relative;
}

.you-block {
  color: var(--white);
  background-color: #0085ff;
  border-radius: 1.5px;
  padding: 7.4px 9px;
  font-size: .6rem;
}

.you-block.size {
  font-size: .65rem;
}

.you-arrow-block-image-wrapper {
  position: absolute;
  inset: -16px auto auto -12px;
}

.you-arrow-block-image-wrapper.right {
  inset: -23px -21px auto auto;
  transform: rotate(90deg);
}

.research-heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.research-sub-heading {
  color: var(--rg-purple);
  font-size: 1.125rem;
}

.pencil-image-wrapper {
  position: absolute;
  inset: auto auto -15%;
}

.prev-btn {
  background-color: var(--rg-purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.prev-btn.left {
  margin-left: -30px;
  transform: rotate(180deg);
}

.next-btn {
  background-color: var(--rg-purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.next-btn.right {
  margin-right: -30px;
}

.section-scroll-copy {
  background-color: var(--black);
  position: relative;
}

.research-content-main-wrapper-copy {
  z-index: 2;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.research-content-main-wrapper-copy._1 {
  z-index: 4;
  display: flex;
}

.research-content-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.research-header-wrapper-copy {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 510px;
  display: flex;
}

.wizardry {
  font-size: 1vw;
}

.section-case-study-hero {
  background-color: var(--darkblack);
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.case-study-outer-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.case-study-outer-wrapper.max-width-none {
  max-width: none;
}

.case-study-image-wrapper {
  flex-direction: column;
  width: 50vw;
  height: 100vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.case-study-overview {
  z-index: 1;
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.case-study-overview.responsive {
  display: none;
}

.case-study-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-study-header-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.case-study-detail {
  font-size: 1.125rem;
}

.case-study-detail.text-color-white.text-weight-light {
  color: var(--darkblack);
}

.visionaries-header-wrapper {
  align-items: center;
  display: flex;
}

.visionaries-header-wrapper.position-relative {
  position: relative;
}

.visionnaries-heading {
  color: var(--darkblack);
  font-size: 6em;
  font-weight: 500;
}

.eye-image {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.visionaries-what-we-do-wrapper {
  display: flex;
  position: absolute;
  inset: auto -11.57em 20em auto;
}

.case-study-hero-main-wrapper {
  z-index: 2;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-case-study-content-wrapper {
  width: 100%;
  position: relative;
}

.hero-case-study-header {
  align-items: center;
  display: flex;
}

.hero-case-study-image-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 7.03em;
  height: 3.98em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-study-image-wrapper {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 7.03em;
  height: 3.98em;
}

.hero-case-study-image-wrapper._2 {
  background-image: url('../images/brickfit-image.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-case-study-image-wrapper._3 {
  background-image: url('../images/laughscape-png.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-case-study-image-wrapper._4 {
  background-image: url('../images/liminal-pg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-case-study-image-wrapper._5 {
  background-image: url('../images/memory-machine-png.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-case-study-image-wrapper._6 {
  background-image: url('../images/sck-png.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-case-study-image-wrapper._1 {
  background-image: url('../images/SevaX-App-ThumbnailSquare-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-case-study-heading {
  color: var(--darkblack);
  font-weight: 600;
}

.case-study-scroll-main-wrapper {
  position: relative;
}

.grid-main-wrapper {
  z-index: 1;
  opacity: .5;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.horizontal-main-wrapper {
  background-color: #fff;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.horizontal-line {
  background-color: #fff3;
  width: .5px;
}

.horizontal-line.position-relative {
  position: relative;
}

.timezone-wrapper {
  color: var(--green);
  align-items: center;
  font-size: .875rem;
  line-height: 1.4;
  display: flex;
}

.company-loaction-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hero-heading {
  color: var(--darkblack);
  font-size: 7em;
}

.social-link {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.impact-projects-image-wrapper {
  border-radius: .5rem;
  overflow: hidden;
}

.nav-bar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.black-logo-nav {
  background-color: #0000;
}

.right-wrapper {
  background-color: #f2f2f280;
  flex-direction: column;
  align-items: flex-start;
  width: 41.79%;
  height: 100%;
  padding-top: 4.5rem;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-primary {
  color: var(--white);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  background-color: #f40;
  border-radius: .5rem;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-link {
  z-index: 1;
  grid-column-gap: 1.67em;
  perspective: 1000px;
  flex-direction: row;
  align-items: center;
  max-width: 31.625rem;
  display: flex;
  position: relative;
}

.container {
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-silver {
  color: var(--silver);
}

.submit-description {
  color: var(--silver);
  font-weight: 300;
}

.section-next-project {
  background-color: #03031a;
  overflow: hidden;
}

.project-content-wrapper {
  max-width: 512px;
}

.next-project-left-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.project-heading {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 2rem;
}

.next-project-content-wrapper {
  grid-column-gap: 92px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-detail {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 300;
}

.next-project-heading {
  font-size: 3rem;
  font-weight: 300;
}

.next-project-main-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.next-project-right-wrapper {
  flex: none;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-button {
  border: 1.67px solid var(--rg-purple);
  background-color: var(--darkblack);
  box-shadow: 0 4px 0 0 var(--rg-purple);
  color: #fff;
  text-align: center;
  letter-spacing: .36px;
  border-radius: 1000px;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .3s, transform .3s;
}

.navbar-button:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

.eye-image-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 6.37em;
  height: 4.63em;
  margin-left: 1.25em;
  margin-right: 1.25em;
  display: flex;
  position: relative;
}

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

.location-dots-wrapper {
  position: absolute;
  inset: 0%;
}

.location-dots-wrapper._1 {
  inset: 28% auto auto 27.5%;
}

.location-dots-wrapper._2 {
  inset: 20.4% auto auto 46%;
}

.location-dots-wrapper._3 {
  inset: 50% 30.8% auto auto;
}

.location-dots-wrapper._4 {
  inset: 54% 18.4% auto auto;
}

.location-dots-wrapper._5 {
  inset: auto 11.5% 9.8% auto;
}

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

.background-color-black-3 {
  color: #161616;
  background-color: #000;
}

.hide-3 {
  display: none;
}

.text-color-lg-black {
  color: var(--lg-black);
}

.text-color-gainsbaro {
  color: var(--gainsboro);
}

.text-color-medium-blue {
  color: var(--medium-blue);
}

.text-color-dim-grey {
  color: var(--diim-grey);
}

.text-color-teal {
  color: var(--teal);
}

.text-color-seagreen {
  color: var(--seagreen);
}

.current-opening-marquee-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.current-text {
  color: var(--white);
  letter-spacing: -3.8px;
  font-size: 11.875rem;
  line-height: 1.3;
}

.opening-text {
  color: var(--diim-grey);
  letter-spacing: -3.8px;
  font-size: 11.875rem;
  line-height: 1.2;
}

.curent-opening-tab {
  flex-direction: column;
  display: flex;
}

.current-opening-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.job-openings-tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-start;
  display: flex;
}

.job-opening-tag {
  border: 1px solid var(--diim-grey);
  color: var(--white);
  border-radius: 500px;
  padding: 4px 24px;
  line-height: 2;
}

.benefits-main-wrapper {
  flex-direction: column;
  display: flex;
}

.benefits-top-right-wrapper {
  width: 50%;
}

.benefit-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.benefits-mask {
  width: 70%;
  overflow: visible;
}

.benefits-slide-content-main-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 80px 54px;
  display: flex;
}

.benefit-arrow {
  display: flex;
}

.black-navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.swiper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
  left: auto;
}

.swiper-slide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: none;
  width: 50vw;
  display: flex;
}

.swiper-slide.align-block-center {
  justify-content: center;
  align-items: center;
}

.swiper-slide.align-block-center.width {
  width: auto;
  min-height: 320px;
  max-height: 360px;
}

.cursor {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-dot {
  background-color: var(--rg-purple);
  width: 72px;
  height: 72px;
  color: var(--white);
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: box-shadow .3s, transform .3s;
  display: none;
  position: absolute;
  box-shadow: 0 4px #000;
}

.c-dot:hover {
  box-shadow: none;
  transform: translate(0, .5rem);
}

.c-dot:active {
  transform: translate(0, .5rem);
}

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

.test-swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-fixed-item {
  z-index: 999;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 62% 0 auto;
}

.carousel-fixed-item.position {
  align-items: center;
  top: 0;
  bottom: 0;
}

.div-block {
  position: relative;
}

.benefit-slider-responsive-wrapper {
  display: none;
}

.swiper-pagination {
  background-color: #d51616;
  display: none;
}

.marquee-wrapper {
  height: 247px;
  margin-bottom: 120px;
}

.marquee-wrapper.bottom-zero {
  margin-bottom: 0;
}

.marquee-track {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.current-marquee-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  white-space: nowrap;
  flex: none;
  align-items: center;
  width: 1865.73px;
  display: flex;
}

.iso-image-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  min-width: 270px;
  max-width: 270px;
  font-size: .75rem;
  font-weight: 300;
  display: flex;
}

.contact-sub-heading {
  color: var(--darkblack);
  font-size: 1.25rem;
}

.websitecontact-june-2024 {
  margin-bottom: 0;
}

.contact-form-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
}

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

.contact-form-submit-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.25rem;
  display: flex;
}

.contact-form-radio-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.success-message-wrapper {
  background-color: #0000;
  max-width: 35.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
}

.success-heading {
  margin-bottom: 16px;
  font-size: 2.5rem;
  font-weight: 300;
}

.error-message {
  color: var(--black);
}

.animated-certified-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.animated-iso-certified-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.iso-text {
  max-width: 18ch;
  font-size: .75rem;
  font-weight: 300;
}

.nav-link-black {
  color: var(--grey);
  mix-blend-mode: difference;
  padding: 0;
}

.nav-link-black:hover {
  color: var(--black);
}

.nav-link-black.w--current {
  color: var(--white);
}

.yes, .no, .not-sure {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  box-shadow: 0 3px 0 0 var(--grey);
  color: var(--white);
  background-color: #101010;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 32px;
  display: flex;
}

.section-job-opening-hero {
  background-color: var(--darkblack);
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.job-opening-rich-text-main-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.job-opening-rich-text-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.job-opening-rich-text-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.job-opening-rich-text-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.apply-now-button {
  border: 1.67px solid var(--rg-purple);
  background-color: var(--white);
  box-shadow: 0 4px 0 0 var(--rg-purple);
  color: var(--black);
  text-align: center;
  letter-spacing: .36px;
  border-radius: 1000px;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .3s, transform .3s;
}

.apply-now-button:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

.job-rich-text h1 {
  color: var(--black);
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.job-rich-text p {
  font-weight: 300;
}

.job-rich-text ul {
  color: var(--black);
  padding-left: 0;
  font-size: 1.25rem;
  list-style-type: none;
}

.job-rich-text li {
  background-image: url('../images/Ellipse-20442.svg');
  background-position: 0 38%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.text-area {
  min-height: 8rem;
  color: var(--white);
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 0 #000;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 1.125rem;
}

.text-area:focus {
  border-bottom-color: var(--rg-purple);
}

.heading {
  color: var(--black);
  font-size: 5rem;
}

.ipad-mockup {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  color: var(--darkblack);
  background-color: #fff;
  font-size: 20px;
  line-height: 30px;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 4%;
  left: 3%;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.section-tablet-scroll-animation {
  background-color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

.italic-text, .italic-text-2 {
  color: var(--rg-purple);
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.footer-heading {
  color: var(--darkblack);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.cs-container {
  justify-content: center;
  align-items: center;
  max-width: 1275px;
  display: flex;
}

.icon-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.insta-logo-normal {
  width: 100%;
  height: 100%;
}

.insta-logo-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mail-link-block {
  position: relative;
}

.paragraph-12 {
  max-width: 490px;
  color: var(--darkblack);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-content-main-wrapper {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.copyright-text-2 {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 20px;
}

.footer-links {
  color: #4a4a4a;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-links:hover {
  color: #a855f7;
}

.footer-column {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.social-links-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 49px;
  display: flex;
}

.footer-section {
  padding: 46px 80px;
}

.about-us-section {
  padding-right: 0;
}

.global-padding {
  background-color: #0000;
  padding-left: 30px;
  padding-right: 30px;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-us-content-wrapper {
  flex-flow: column;
  height: 100vh;
  padding-top: 240px;
  display: flex;
}

.about-roxxgen-heading {
  color: var(--darkblack);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 183px;
  line-height: 100%;
  display: none;
}

.body {
  background-color: #0000;
}

.vision {
  color: #9333ea;
  text-align: center;
  font-size: 3rem;
  line-height: 55px;
}

.our-vision-wrapper {
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.our-vision-section {
  padding-top: 100px;
}

.our-vision-heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragrapgh-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.vision-para {
  color: #000;
  text-align: center;
  max-width: 787px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  transform: translate(0);
}

.heading-wrapper {
  height: 80px;
  position: relative;
  overflow: hidden;
}

.our {
  color: #000;
  text-align: center;
  font-size: 3rem;
  line-height: 55px;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 36px;
}

.text-block-7 {
  color: #fff;
  text-align: left;
}

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

.text-block-5 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 36.2px;
}

.founder-card-2 {
  background-image: linear-gradient(#6e21b6, #400d6b);
  max-width: 1300px;
  min-height: 577px;
  margin-bottom: 175px;
  display: flex;
  position: relative;
}

.bold-text-3 {
  font-weight: 600;
  line-height: 36.2px;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 84%;
}

.founder-card-wrapper {
  flex-flow: column;
  display: flex;
}

.founder-card-1 {
  background-image: linear-gradient(#6e21b6, #400d6b);
  max-width: 1300px;
  min-height: 577px;
  margin-bottom: 175px;
  display: flex;
  position: relative;
}

.meet-the-founder-section {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 36.2px;
}

.portfolio-link {
  padding-top: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 36.2px;
}

.heading-4 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 58.6px;
}

.bold-text {
  font-weight: 600;
  line-height: 36.2px;
}

.content-block {
  padding: 30px 40px 20px 432px;
}

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

.image-block {
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-8 {
  color: #fff;
  text-align: left;
  line-height: 36.2px;
}

.image-block-copy {
  width: 35%;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.portfolio-pop-up {
  border-radius: 10px;
  width: 88px;
  height: 16px;
  display: none;
  position: absolute;
  inset: -1% -5% auto auto;
  transform: rotate(-15deg);
}

.paragraph-3 {
  max-width: 874px;
  color: var(--lg-black);
  margin-bottom: 132px;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 36.6px;
}

.content-block-copy {
  padding: 30px 450px 20px 40px;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  line-height: 51.3px;
}

.portfolio-pop-up-text {
  color: #9333ea;
  background-color: #fff;
  background-image: linear-gradient(94deg, #fff, #e8d6fe);
  border-radius: 10px;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  display: block;
}

.line {
  color: #fff;
  background-color: #fff;
  width: 500px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-10 {
  color: #9333ea;
}

.card-image-wrapper {
  position: relative;
}

.name {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.flip-box-front {
  text-align: center;
  border-radius: 12px;
  width: 100%;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 12px #2525251a;
}

.meet-the-team-section {
  padding-bottom: 80px;
}

.image-3 {
  z-index: 2;
}

.flip-box-back {
  backface-visibility: hidden;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #c6bef4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.purple-overlay {
  background-image: linear-gradient(-1deg, #9233e8bf, #ab61ef0d 25%, #ad64ef00 50%, #fff0);
  position: absolute;
  inset: 0%;
}

.paragraph-5 {
  max-width: 870px;
  color: var(--lg-black);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.text-block-52 {
  text-align: center;
  font-size: 18px;
}

.heading-40 {
  font-size: 20px;
}

.flip-box {
  position: relative;
}

.heading-38 {
  font-size: 20px;
}

.meet-the-team-heading {
  color: var(--darkblack);
  font-size: 48px;
  font-weight: 600;
  line-height: 67%;
}

.team-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 42px;
  display: grid;
}

.heading-44, .heading-35 {
  font-size: 20px;
}

.designation {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-42, .heading-45 {
  font-size: 20px;
}

.image-8 {
  width: 50px;
  height: 50px;
  margin-top: 20px;
}

.heading-43, .heading-36 {
  font-size: 20px;
}

.join-our-journey-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-6 {
  color: #000;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 28px;
}

.join-our-team {
  grid-column-gap: 12.5714px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 167.2px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 7.54286px #000;
}

.join-our-team:hover {
  transform: translate(0, 3px);
  box-shadow: 0 3px #000;
}

.join-our-team-2 {
  color: #aa99ec;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: -8px;
  padding-top: 3px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 10.3143px;
  left: 26.4px;
}

.lets-chat-button {
  grid-column-gap: 12.5714px;
  background-color: #aa99ec;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  margin-right: 16px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 7.54286px #7b50d7;
}

.lets-chat-button:hover {
  transform: translate(0, 3px);
  box-shadow: 0 3px #7b50d7;
}

.lets-chat-button.start-a-project {
  width: 188px;
}

.button-wrapper {
  margin-top: 24px;
  display: flex;
}

.heading-5 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

.lets-chat {
  color: #252525;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -5px;
  padding-right: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 9.68555px;
  left: 41.2568px;
}

.button-paints {
  background-color: #252525;
  width: 188px;
  height: 55px;
  transition: all .2s;
}

.button-paints:hover {
  transform: translate(0, 2px);
}

.link-block-11 {
  width: 168px;
}

.built-diff-section {
  background-color: #6b20b0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.dark-overlay {
  z-index: 1;
  width: 130%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #252525;
  position: absolute;
  bottom: -100%;
  left: -100%;
  transform: rotateX(0)rotateY(7deg)rotateZ(51deg);
  box-shadow: 20px -20px 96px 20px #252525;
}

.para {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.heading-6 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 38px;
}

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

.card {
  background-color: #fff;
  max-width: 300px;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.component-727 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 300px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.title._4 {
  margin-bottom: 10px;
}

.text-block-53 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 32px;
  font-weight: 300;
  line-height: 28px;
}

.heading-style-h1-2 {
  color: var(--rg-purple);
  letter-spacing: -2px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.heading-46 {
  color: var(--darkblack);
  font-weight: 600;
}

.heading-47 {
  color: var(--darkblack);
  overflow-wrap: normal;
  font-weight: 600;
}

.image-45 {
  opacity: .4;
}

.case-study-image-2 {
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.case-study-image-2._2 {
  z-index: 6;
  background-image: url('../images/SevaX-App-ThumbnailSquare-1-6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-image-2._6 {
  z-index: 2;
  background-image: url('../images/SevaX-App-ThumbnailSquare-1-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-image-2._3 {
  z-index: 5;
  background-image: url('../images/SevaX-App-ThumbnailSquare-1-4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-image-2._1 {
  z-index: 7;
  background-image: url('../images/SevaX-App-ThumbnailSquare-1-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-image-2._4 {
  z-index: 4;
  background-image: url('../images/SevaX-App-ThumbnailSquare-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-image-2._5 {
  z-index: 3;
  background-image: url('../images/SevaX-App-ThumbnailSquare-1-5.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.view-case-study-button-2 {
  color: #9333ea;
  text-align: center;
  letter-spacing: .36px;
  background-color: #fff;
  border: 1.67px solid #9333ea;
  border-radius: 1000px;
  padding: 12px 24px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .3s, transform .3s;
}

.view-case-study-button-2:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

.case-study-left-content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.section-casee-study-2 {
  width: 100%;
}

.case-study-heading-2 {
  color: #9333ea;
  text-align: left;
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}

.case-study-scroll-content-main-wrapper-2 {
  width: 50%;
}

.blog-hero-main-wrapper-2 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.section-blog-hero-2 {
  z-index: 1;
  background-image: linear-gradient(0deg, #9333ea33, #fff 57%), url('../images/Grid-1.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  position: relative;
  overflow: hidden;
}

.blog-hero-header-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 948px;
  display: flex;
}

.heading-50 {
  margin-top: 32px;
}

.blog-hero-content-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-33 {
  position: absolute;
  inset: auto 5% 17% auto;
}

.hero-section {
  background-color: #ebebeb;
  min-height: 60vh;
}

.hero-content-wrapper-2 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: space-between;
  align-items: center;
  padding-top: 136px;
  padding-left: 50px;
  display: flex;
}

.hero-content-wrapper-2.cp {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 0;
}

.left-content-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.odd-matter-logo {
  margin-bottom: 32px;
}

.paragraph-9 {
  color: #000;
  max-width: 500px;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.right-image {
  margin-bottom: 0;
  margin-right: -7vw;
}

.bottom-text {
  background-color: #1e1e1e;
  padding: 40px 80px;
}

.bottom-text.se {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 0;
}

.paragraph-10 {
  color: #f6f6f6;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.cs-section {
  background-color: #fff;
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section.hero {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 160px;
}

.mockup-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cs-content-wrapper {
  text-align: center;
  max-width: 600px;
  margin-right: 80px;
}

.cs-content-wrapper.reverse {
  margin-right: 0;
}

.cs-content-wrapper.middle {
  margin-left: 80px;
  margin-right: 0;
}

.the-vision-heading {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs--vision-paragrapgh {
  color: var(--darkblack);
  margin-bottom: 0;
}

.cs-image-wrapper.reverse {
  margin-right: 80px;
}

.cs-bottom-image-section {
  width: 100%;
}

.cs-footer-section {
  background-color: #fff;
  padding: 129px 100px;
}

.cs-footer-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-14 {
  line-height: 150%;
}

.flex-text {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cs-site-link {
  grid-column-gap: 4.6px;
  grid-row-gap: 4.6px;
  color: #1e1e1e;
  text-decoration: underline;
  display: flex;
}

.text-block-15 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

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

.pp-hero-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.pp-left-hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 648px;
  display: flex;
}

.gurukul-hero-heading {
  color: var(--darkblack);
  letter-spacing: -5px;
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 96px;
}

.paragraph-24 {
  color: var(--darkblack);
  font-size: 20px;
  line-height: 28px;
}

.bottom-text-section.pp {
  background-color: #fff;
  padding: 80px;
}

.paragraph-25 {
  color: var(--darkblack);
  text-align: center;
}

.cs--vision-paragrapgh-2, .cs--vision-paragrapgh-3, .cs--vision-paragrapgh-4 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.heading-31 {
  line-height: 150%;
}

.text-block-41 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.paragraph-26 {
  max-width: 490px;
  color: var(--darkblack);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-section-2 {
  background-color: var(--white);
  padding: 46px 80px;
}

.link-4 {
  color: #9333ea;
  text-decoration: none;
}

.heading-19 {
  max-width: 589px;
  color: var(--darkblack);
  font-size: 64px;
  font-weight: 500;
}

.italic-text-3 {
  color: #9333ea;
  font-weight: 600;
}

.career-hero-flexbox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-17 {
  max-width: 620px;
  color: var(--darkblack);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 180%;
}

.career-hero-content-wrapper-2 {
  margin-top: 30px;
  padding-left: 0;
}

.career-hero-paragraph {
  max-width: 620px;
  color: var(--darkblack);
  margin-bottom: 0;
  margin-right: 87px;
  font-weight: 300;
  line-height: 180%;
}

.career-hero-heading-2 {
  color: var(--darkblack);
  text-align: left;
  margin-top: 182px;
  margin-bottom: 214px;
  font-weight: 600;
}

.career-hero-sub-flexbox {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #9333ea;
  font-style: italic;
  font-weight: 600;
}

.benefits-top-wrapper-2 {
  border-top: .5px solid #bdbdbd;
  border-bottom: .5px solid #bdbdbd;
  display: flex;
  position: relative;
}

.benefits-top-left-wrapper-2 {
  z-index: 2;
  background-color: #fff;
  border-right: .5px solid #bdbdbd;
  width: 50%;
  display: flex;
  position: relative;
}

.benefits-rightt-arrow-2 {
  z-index: 99;
  background-color: #9333ea;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  inset: 52% 166% 0% auto;
}

.benefits-slide-2 {
  border-left: .5px solid #bdbdbd;
  border-right: .5px solid #bdbdbd;
}

.benefits-slide-heading-2 {
  color: #000;
  font-size: 2rem;
}

.benefits-left-arrow-2 {
  z-index: 99;
  background-color: #9333ea;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  inset: 52% auto 0% -100%;
  transform: rotate(180deg);
}

.benefit-short-description-2 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
}

.benefit-short-description-2.margin-bottom-32 {
  margin-bottom: 2rem;
}

.benefit-heading-2 {
  color: #000;
  margin-bottom: 0;
  line-height: 100%;
}

.section-benefits-2 {
  background-color: #fff;
  margin-top: 100px;
  overflow: hidden;
}

.benefits-heading-wrapper-2 {
  z-index: 22;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  max-width: 510px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 240px;
  display: flex;
  position: relative;
}

.benefits-slide-header-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  min-height: 298px;
  display: flex;
}

.benefits-slide-description-2 {
  color: var(--darkblack);
  font-size: 1.125rem;
  font-weight: 300;
}

.heading-21 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.heading-21.first {
  color: var(--darkblack);
  margin-left: 5px;
}

.heading-21.second {
  color: var(--darkblack);
}

.priniciple-content {
  opacity: 0;
  max-height: 120px;
  padding-left: 78px;
  overflow: hidden;
}

.text-block-26 {
  color: #9333ea;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.our-guiding-right-block {
  flex-flow: column;
  max-width: 550px;
  display: flex;
}

.heading-20 {
  max-width: 566px;
  color: var(--darkblack);
  font-size: 64px;
  font-weight: 500;
}

.text-block-47 {
  margin-left: -2px;
}

.our-guiding-section {
  padding-top: 100px;
  padding-left: 60px;
}

.principle-item {
  flex-flow: column;
  display: flex;
}

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

.principle-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.current-opening-collection-item-2 {
  position: relative;
}

.current-opening-tab-link-2 {
  color: #252525;
  white-space: nowrap;
  background-color: #0000;
  border: 1.5px solid #4f4f4f;
  padding: 8px 40px;
  font-size: 1.25rem;
  font-weight: 500;
}

.current-opening-tab-link-2.w--current {
  color: #fff;
  background-color: #7d28ce;
  border-color: #7d28ce;
}

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

.current-opening-tab-content-2 {
  overflow: visible;
}

.current-text-2 {
  letter-spacing: -3.8px;
  font-size: 11.875rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.section-current-openings-2 {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 4.7rem;
  display: block;
  overflow: hidden;
}

.opening-text-2 {
  color: #4f4f4f;
  letter-spacing: -3.8px;
  font-size: 11.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.career-contact-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 138px;
  display: flex;
}

.heading-23 {
  color: var(--darkblack);
  text-align: center;
  font-size: 64px;
  font-weight: 500;
}

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

.f-form-button-wrapper.is---1 {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.f-steps-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.f-summary-checkbox {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: .0625rem solid #0f1162;
  border-radius: .3125rem;
  align-items: center;
  padding: .375rem .5rem;
  font-size: .8125rem;
  font-weight: 500;
  display: flex;
}

.f-summary-text {
  font-size: 16px;
  font-weight: 600;
}

.f-summary-heading {
  margin-top: 0;
  margin-bottom: .75rem;
}

.heading-58 {
  font-size: 40px;
  line-height: 120%;
}

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

.f-form-parent-left {
  margin-bottom: 0;
}

.f-custom-indicator-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-summary-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.f-summary-card {
  background-color: #e9d5ff80;
  border-radius: .625rem;
  width: 100%;
  padding: 1.25rem;
  position: relative;
}

.f-hero-image {
  width: 70%;
}

.f-form-steps-item.is---1 {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  overflow: scroll;
}

.error-message-2 {
  color: #ff2b00;
  background-color: #fafafa;
  border-radius: 5px;
  margin: .25rem 4px 3px 6px;
  padding: 3px 8px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.f-lottie-animation {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-custom-indicator {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  opacity: .32;
  cursor: pointer;
  align-items: center;
  padding: 1.25rem 2.5rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.f-custom-indicator.first {
  height: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.f-custom-indicator.current {
  opacity: 1;
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px .6875rem #210f3512;
}

.f-input-wrapper {
  width: 100%;
  position: relative;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #14141b1a;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: .875rem 1rem;
}

.f-form-steps-wrap.is---1 {
  height: 100%;
}

.paragraph-34 {
  font-size: 14px;
}

.f-txt-field-label {
  letter-spacing: 0;
  margin-bottom: .125rem;
  font-size: .875rem;
  font-weight: 600;
}

.f-summary-edit-button {
  opacity: 1;
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: 6% 4% auto auto;
}

.f-summary-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-form-time {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.f-s {
  background-color: #0000;
  height: 100%;
}

.heading-57 {
  font-size: 40px;
  line-height: 120%;
}

.div-block-40 {
  background-color: #4a4a4a66;
  width: 80px;
  height: 1px;
  margin-bottom: 20px;
}

.text-block-67 {
  margin-bottom: 12px;
  font-size: 50px;
}

.text-block-87 {
  font-size: 14px;
  font-style: italic;
  line-height: 140%;
}

.f-checkbox-button-field {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.f-summary-field-name {
  opacity: .72;
  font-size: .75rem;
}

.f-form-section {
  color: #252424;
  letter-spacing: -.045em;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-left-wrapper {
  background-color: #e9d5ff80;
  flex-direction: column;
  height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
}

.f-container.is--video-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(35vw, 35rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
}

.f-success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-custom-indicator-icon {
  color: #620461;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  font-size: 1.8125rem;
  line-height: 1;
  display: flex;
}

.f-custom-indicator-description {
  color: #a8a8a8;
  font-size: .8125rem;
}

.heading-59 {
  font-size: 40px;
  line-height: 120%;
}

.f-left-button-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.f-checkbox-button {
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: #0205180d;
}

.f-checkbox-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-checkbox-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-checkbox-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.f-press-enter-text {
  font-size: .875rem;
}

.f-radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-summary-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.f-custom-indicator-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: flex;
}

.f-summary-checkbox-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-wrap: wrap;
  display: flex;
}

.f-form-button {
  color: #fff;
  background-color: #9333ea;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.65rem;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-form-button.start {
  background-color: #9333ea;
  background-image: url('../images/ni-rocket.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: .825rem 3.9rem .825rem 1.9rem;
}

.f-form-button.submit {
  background-image: url('../images/ni-paper-plane.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.5rem;
  font-size: 16px;
}

.f-success-title {
  letter-spacing: -.045em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph-33 {
  opacity: .56;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.f-summary-text-wrapper {
  display: flex;
}

.f-input-grid-2cols {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.f-radio-button {
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-radio-button:hover {
  background-color: #0205180d;
}

.f-radio-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-radio-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.heading-56 {
  color: #1e1e1e;
  font-size: 40px;
  line-height: 120%;
}

.heading-55 {
  color: #1e1e1e;
  letter-spacing: -.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 40px;
}

.f-input-button-label {
  z-index: 2;
  max-width: 16ch;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  position: relative;
}

.f-input-button-label.margin-left-8px {
  margin-left: .5rem;
  font-size: 16px;
}

.demo-html-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-success-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.f-steps-wrap.is--1 {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 37.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-form {
  background-color: #ededed00;
  height: 100vh;
  overflow: scroll;
}

.cs-section-2 {
  background-color: #fff;
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section-2.hero {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 160px;
}

.gurukul-hero-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp_hero-heading {
  color: #1a1a1a;
  letter-spacing: -4.8px;
  padding-bottom: 40px;
  font-size: 5em;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-22 {
  color: #1a1a1a;
  letter-spacing: -.75px;
  font-size: 30px;
  line-height: 36px;
}

.paragraph-23 {
  text-align: center;
}

.the-vision-heading-2 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs--vision-paragrapgh-5, .cs--vision-paragrapgh-6 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.the-vision-heading-3 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs-footer-section-2 {
  background-color: #fff;
  padding: 129px 100px;
}

.heading-60 {
  line-height: 150%;
}

.text-block-89 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.paragraph-35 {
  max-width: 490px;
  color: var(--darkblack);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-section-3 {
  background-color: #fff;
  padding: 46px 80px;
}

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

.sevax-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sevax-hero-para {
  color: #454545;
  max-width: 1116px;
  margin-bottom: 60px;
  font-weight: 300;
}

.sevax-hero-heading {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 26px;
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}

.flower-wrapper {
  margin-right: 15px;
  position: relative;
}

.sevax-hero-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sevax-logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 66px;
  display: flex;
}

.bg-layers-wrapper {
  width: 100%;
  position: relative;
}

.sevax-hero-section {
  background-color: #e5e7f4;
  height: 100vh;
  position: relative;
}

.bottom-bg-layer {
  position: absolute;
  inset: auto 0% 0%;
}

.image-50 {
  width: 150px;
}

.div-block-42 {
  padding-top: 119px;
  padding-left: 30px;
  padding-right: 30px;
}

.sevax-section {
  background-color: #fff;
  padding-bottom: 160px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.sevax-section.number-scroll {
  background-color: #fff;
  padding-bottom: 60px;
}

.image-16 {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.mock-up-flext-wrapper {
  padding-top: 0;
}

.cs--vision-paragrapgh-7 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.image-51 {
  z-index: -1;
  position: absolute;
  inset: 22% auto auto 0%;
}

.image-52 {
  z-index: -1;
  position: absolute;
  inset: 12% auto auto 0%;
}

.the-vision-heading-4 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.image-53 {
  z-index: -1;
  position: absolute;
  inset: 12% 0% auto auto;
}

.image-54 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.the-vision-heading-5 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

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

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

.the-vision-heading-6 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.sevax-bottom-image-section {
  background-color: #fff;
  width: 100%;
}

.image-17 {
  margin-bottom: 85px;
}

.image-17.sevax {
  margin-top: 0;
}

.text-block-77 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-74 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.number-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-76 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.heading-15 {
  color: var(--darkblack);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.number-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
  display: flex;
  overflow: hidden;
}

.number {
  color: #464584;
  height: 100px;
  font-size: 96px;
  font-weight: 700;
  line-height: 100px;
}

.number-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.number-mask {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-75 {
  color: var(--grey);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.cs-footer-section-3 {
  background-color: #fff;
  padding: 129px 100px;
}

.text-block-90 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.heading-61 {
  line-height: 150%;
}

.div-block-43 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.paragraph-36 {
  max-width: 490px;
  color: var(--lg-black);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-section-4 {
  background-color: #fff;
  padding: 46px 80px;
}

.cs-section-3 {
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section-3.cp {
  background-image: radial-gradient(circle at 100% 100%, #0b1100 2%, #89a84a 44%, #0b1100);
  height: 90vh;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.bottom-right-corner {
  border-bottom: 2px solid #f5f4f0;
  border-right: 2px solid #f5f4f0;
  border-bottom-right-radius: 26px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-left-corner {
  border-bottom: 2px solid #f5f4f0;
  border-left: 2px solid #f5f4f0;
  border-bottom-left-radius: 26px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-13 {
  color: #f5f4f0;
  min-width: 595px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
}

.top-left-corner {
  border-top: 2px solid #f5f4f0;
  border-left: 2px solid #f5f4f0;
  border-top-left-radius: 26px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-heading-wrapper-cp {
  margin-bottom: 32px;
}

.top-right-corner {
  border-top: 2px solid #f5f4f0;
  border-right: 2px solid #f5f4f0;
  border-top-right-radius: 26px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-13 {
  color: #f5f4f0;
  margin-right: 10px;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  display: inline;
}

.heading-13-copy {
  color: #f5f4f0;
  margin-right: 10px;
  font-size: 64px;
  font-weight: 700;
  display: inline;
}

.graph {
  mix-blend-mode: difference;
  position: absolute;
  inset: auto auto -50% -4%;
}

.graph.right {
  z-index: 3;
  inset: auto -11% -52% auto;
}

.graph.left {
  bottom: -53%;
}

.graph.top {
  z-index: 2;
  inset: -51% 17% auto auto;
}

.image-4 {
  color: #1e1e1e;
}

.left-content {
  mix-blend-mode: normal;
  border-radius: 26px;
  max-width: 659px;
  padding: 32px;
  position: relative;
}

.glass-efect-section {
  background-image: linear-gradient(7deg, #89a84a, #f5f4f0 48%);
  padding: 40px 80px;
}

.glass-effect-card {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff70;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 60px;
  box-shadow: 0 8px 30px #0003;
}

.paragraph-14 {
  color: #0b1100;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.cs-section-4 {
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section-4.first {
  background-color: #fff;
}

.the-vision-heading-7 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs--vision-paragrapgh-8 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.cs-section-5 {
  background-color: var(--white);
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs--vision-paragrapgh-9 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.the-vision-heading-8 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs-section-6 {
  background-color: var(--white);
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.the-vision-heading-9 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs--vision-paragrapgh-10 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.cs-footer-section-4 {
  background-color: #fff;
  padding: 129px 100px;
}

.heading-62 {
  line-height: 150%;
}

.text-block-91 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-44 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.footer-heading-2 {
  color: var(--darkblack);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-37 {
  max-width: 490px;
  color: var(--darkblack);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-section-5 {
  background-color: #fff;
  padding: 46px 80px;
}

.heading-17 {
  color: #fff;
  font-size: 60px;
}

.sp-left-hero-content {
  justify-content: flex-start;
  align-items: center;
  min-width: 617px;
}

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

.se-hero-heading {
  color: #fff;
  font-size: 60px;
}

.sp-right-hero-content {
  width: 40%;
  margin-bottom: -162px;
}

.sp-cs-section {
  background-color: #033029;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 60px;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

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

.paragraph-15 {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.text-block-16 {
  margin-left: 16px;
  font-weight: 600;
  line-height: 20px;
}

.avatar-main-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.se-image-wrapper.se-middle-image-wrapper {
  margin-right: 84px;
}

.cs-section-7 {
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section-7.se {
  background-color: #fff;
  padding: 100px 45px;
  position: relative;
}

.se-content-wrapper {
  text-align: center;
  max-width: 600px;
  margin-top: 30px;
  margin-right: 84px;
  padding-bottom: 30px;
}

.se-content-wrapper.se-middle {
  margin-right: 0;
}

.se-mockup-flex {
  background-color: #ecfdf7;
  justify-content: center;
  align-items: center;
  padding-left: 63px;
  display: flex;
  position: relative;
  overflow: visible;
}

.se-mockup-flex.se-middle-mockup {
  background-color: #fff;
  padding-left: 0;
  padding-right: 63px;
}

.cs--vision-paragrapgh-11 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.green-wave-anime {
  position: absolute;
  inset: -10% auto auto -4%;
}

.green-wave-anime.middle {
  inset: -10% -5% auto auto;
}

.green-wave-anime.on-bottom-flex {
  top: -32%;
  left: -7%;
}

.the-vision-heading-10 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs-section-8 {
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section-8.se {
  background-color: #fff;
  padding: 100px 45px;
  position: relative;
}

.cs--vision-paragrapgh-12 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.the-vision-heading-11 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.cs-section-9 {
  min-height: auto;
  padding: 80px;
  overflow: hidden;
}

.cs-section-9.se {
  background-color: var(--white);
  padding: 100px 45px;
  position: relative;
}

.cs--vision-paragrapgh-13 {
  color: var(--darkblack);
  margin-bottom: 0;
}

.the-vision-heading-12 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.se-bottom-ielts-section {
  background-color: var(--white);
  padding: 166px 60px 73px;
  position: relative;
}

.spoken-english-heading {
  color: #033029;
  margin-bottom: 85.86px;
  font-size: 54.26px;
  font-weight: 700;
  line-height: 42.1px;
}

.image-20 {
  width: 68px;
  height: 68px;
}

.se-bottom-flexbox {
  grid-column-gap: 46.63px;
  grid-row-gap: 46.63px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.se-bottom-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.se-bottom-grid-card {
  border: 1px solid #e7e7e8;
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.ielts-flex {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-block-27 {
  color: #111418;
  letter-spacing: .5px;
  margin-top: 20px;
  font-weight: 400;
}

.course-content-wrapper {
  opacity: 0;
  overflow: hidden;
}

.decorative-arrow {
  position: absolute;
  inset: 2% 3% auto auto;
}

.spoken-english-flex, .grammer-flex {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.spoken-english-text {
  color: #105647;
  margin-bottom: 33.3px;
  font-size: 40.69px;
  font-weight: 700;
  line-height: 42.1px;
}

.success-story-section {
  background-color: var(--white);
  padding-top: 64px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-28 {
  color: #111418;
  max-width: 400px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
}

.success-story-rating-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.success-story-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.success-story-main-wrapper {
  background-color: #ecfdf7;
  justify-content: center;
  align-items: center;
  width: 1240px;
  height: 164px;
  padding: 48px;
  display: flex;
}

.number-mask-succes-story {
  height: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.cs-footer-section-5 {
  background-color: var(--white);
  padding: 129px 100px;
}

.text-block-29 {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.heading-26 {
  line-height: 150%;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.footer-heading-3 {
  color: var(--darkblack);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-38 {
  max-width: 490px;
  color: var(--darkblack);
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-section-6 {
  background-color: var(--white);
  padding: 46px 80px;
}

.heading-33 {
  margin-top: 30px;
}

.heading-34 {
  color: #392171;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.38889vw;
  font-size: 19.44vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.heading-34._2 {
  text-align: right;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: -1.38889px;
  padding-top: 45vh;
}

.heading-34._3 {
  color: #392171;
  text-align: center;
  justify-content: center;
  margin-left: 0;
  padding-top: 45vh;
}

.phone-2 {
  background-image: url('../images/left-1_1left (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 100vh;
}

.hero-main-container {
  background-color: #fff;
}

.image-36 {
  opacity: 0;
  display: none;
}

.text-block-81 {
  text-align: center;
  margin-bottom: 2vw;
  padding-left: 10px;
  padding-right: 10px;
}

.video-holder {
  z-index: 2;
  border-radius: 2.8vh;
  justify-content: center;
  align-items: center;
  width: 19vw;
  height: 39vw;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.bold-text-4 {
  font-family: Playfair Display, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.hero-sticky-phone {
  z-index: 3;
  height: 100vh;
  position: sticky;
  top: 0;
}

.hero-text {
  z-index: 2;
  letter-spacing: -.0575em;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 80vh;
  font-size: 19.44vw;
  line-height: 19.4444vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  opacity: 1;
  border-radius: 2.8vh;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-relative-2 {
  background-color: #fff;
  background-image: linear-gradient(349deg, #392171, #fff 20%);
  border-radius: 48px;
  width: 100%;
  height: 450vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.card-gradient-2 {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-card-heading-2 {
  color: #1e1e1e;
  text-align: center;
  letter-spacing: -.0575em;
  margin-top: 0;
  margin-bottom: 2vw;
  padding-top: 8.33333vw;
  font-size: 7.5vw;
  font-weight: 400;
  line-height: 104%;
}

.hero-section-1 {
  background-color: #fff;
  padding-top: 0;
}

.section {
  padding: 160px 80px;
}

.paragraph-28 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.spacer {
  z-index: 2;
  letter-spacing: -.0575em;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 80vh;
  font-size: 19.44vw;
  line-height: 19.4444vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
}

.fix-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  display: flex;
}

.a {
  font-size: 2.43056vw;
  line-height: 118%;
  display: block;
  position: absolute;
}

.a._3, .a._2, .a._4 {
  color: var(--darkblack);
  font-size: 1.8vw;
  font-weight: 700;
}

.a._1 {
  color: var(--darkblack);
  font-size: 1.8vw;
  display: none;
}

.a._1.banner1 {
  font-size: 1.8vw;
  font-weight: 700;
  display: block;
}

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

.fix-image-spacer {
  background-image: url('../images/Gallery-3.avif');
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 150vw;
  margin-top: 40px;
}

.text-relative-holder {
  z-index: 2;
  height: 700vh;
  position: relative;
}

.text-holder {
  align-items: center;
  width: 90%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8vw;
  display: flex;
  position: sticky;
  top: 0;
}

.phone-right {
  background-image: url('../images/right.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 100vh;
}

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

.fix-relative {
  border-radius: 48px;
  width: 90%;
  height: 1200vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.text-block-82 {
  margin-bottom: 52px;
  line-height: 130%;
}

.image-34 {
  width: 275px;
  height: 275px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  opacity: 0;
  display: none;
}

.heading-10 {
  max-width: 800px;
  color: var(--darkblack);
  text-align: center;
  letter-spacing: -.0475em;
  margin-bottom: 60px;
  font-size: 3.05556vw;
  font-weight: 500;
  line-height: 3.61111vw;
}

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

.fix-sticky-phone {
  z-index: 3;
  height: 100vh;
  margin-top: -67vw;
  padding-top: 0;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-26 {
  padding: 160px 80px;
}

.div-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

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

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

.text-block-84 {
  font-size: 18px;
  line-height: 130%;
  position: absolute;
  inset: 4% 0% auto 16%;
}

.care-wrapper {
  padding: 160px 80px;
}

.div-block-27 {
  padding-bottom: 160px;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-18 {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  margin-right: -35px;
  display: flex;
  position: relative;
  box-shadow: 3px 0 4px #0003;
}

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

.div-block-18._1.right-shadow {
  width: 78px;
  height: 78px;
  margin-right: -20px;
  box-shadow: 3px 0 4px #1e1e1e40;
}

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

.div-block-18._2.right-shadow {
  width: 78px;
  height: 78px;
  margin-right: -20px;
  box-shadow: 3px 0 4px #0003;
}

.text-block-63 {
  color: #ffffff82;
  text-align: center;
  letter-spacing: -.0175em;
  margin-top: 6px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.section-3 {
  background-color: #1e1e1e;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-left: -49px;
  padding-left: 0;
  display: flex;
}

.care-card {
  background-color: #252525;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.heading-64 {
  color: #fff;
  text-align: center;
  width: auto;
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 133.33%;
}

.text-block-62 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.image-43 {
  opacity: 0;
  display: none;
}

.membershop-relative {
  background-image: linear-gradient(0deg, #f5f0f200 50%, #b4cdc4b3);
  border-radius: 48px;
  width: 90%;
  height: 1200vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.heading-65 {
  color: var(--darkblack);
  text-align: center;
  margin-bottom: 10px;
  font-size: 60px;
}

.text-block-85 {
  text-align: center;
  margin-bottom: 40px;
}

.image-10 {
  position: absolute;
}

.membershop-image-spacer {
  z-index: 2;
  background-image: url('../images/Gallery-4-3-2.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  height: 200vw;
  position: relative;
}

.background-white {
  z-index: 1;
  background-color: #fff;
  border-radius: 48px;
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-4 {
  background-color: var(--white);
  padding-top: 160px;
}

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

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

.membershop-sticky-phone {
  z-index: 3;
  height: 100vh;
  margin-top: -85vw;
  display: block;
  position: sticky;
  top: 0;
}

.icon {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.faq-block {
  width: 50%;
}

.paragraph {
  color: #8f8f8f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.paragraph._3, .paragraph._4, .paragraph._2 {
  display: none;
}

.faq-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.faq-holder {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.faq-section {
  background-color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 160px 80px;
  display: block;
  overflow: hidden;
}

.faq-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-66 {
  color: var(--darkblack);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.faq-question-holder {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.link-3 {
  color: #8f8f8f;
  text-decoration: none;
}

.div-block-13 {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.heading-11 {
  max-width: 604px;
  color: var(--darkblack);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.div-block-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.footer-heading-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-39 {
  max-width: 490px;
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-section-7 {
  padding: 46px 80px;
}

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

.padding-global-3.nav-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .36px;
  background-color: #000;
  border: 1.67px solid #ff4f00;
  border-radius: 1000px;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: box-shadow .3s, transform .3s;
  box-shadow: 0 4px #ff4f00;
}

.navbar-button-2:hover {
  box-shadow: none;
  transform: translate(0, .375rem);
}

.nav-menu-main-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.nav-link-2 {
  color: #828282;
  mix-blend-mode: difference;
  padding: 0;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #fff;
}

.paragraph-40 {
  color: #1e1e1e;
  max-width: 490px;
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 28px;
}

.footer-heading-5 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-47 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 80px;
}

.text-span-11 {
  color: var(--rg-purple);
}

.link-block-10 {
  color: #1e1e1e;
  text-decoration: none;
}

.blog-card {
  width: 624px;
}

.heading-53 {
  text-transform: none;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-48 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.contact-section-content-main-wrapper {
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 800px;
  margin-bottom: 80px;
  display: flex;
}

.text-block-96 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.heading-72 {
  color: var(--darkblack);
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
}

.paragraph-42 {
  max-width: 800px;
  color: var(--darkblack);
  text-align: center;
}

.contact-section-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.button-2, .button-2-copy {
  background-color: var(--rg-purple);
  border-radius: 36px;
  padding: 12px 24px;
}

.button-2-copy.ghostbutton {
  border: 1px solid var(--rg-purple);
  color: var(--rg-purple);
  background-color: #0000;
}

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

.contact-section-new {
  background-image: linear-gradient(0deg, #9333ea26, #fff 21%);
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.job-opening-content-main-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.job-opening-content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-22 {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-18 {
  color: #1e1e1e;
  font-weight: 300;
  line-height: 180%;
}

.job-opening-tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.job-opening-tag-2 {
  color: var(--darkblack);
  border: 1px solid #4a4a4a;
  border-radius: 500px;
  padding: 4px 24px;
  font-size: 16px;
  line-height: 35px;
}

.text-block-98 {
  color: var(--darkblack);
}

.footer-marquee-section {
  border: 1px solid #1e1e1e40;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.marquee-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  animation: footerMarqueeScroll 22s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

@keyframes footerMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.h1 {
  color: var(--lg-black);
  white-space: nowrap;
  margin-right: 1vw;
  font-size: 6.67vw;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.text-span-6, .text-span {
  color: #9333ea;
}

.marquee-item-wrapper-2 {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  display: flex;
}

.research-content-wrapper-2 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.research-heading-2 {
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.how-we-look-wrapper {
  grid-column-gap: 8.875rem;
  grid-row-gap: 8.875rem;
  flex-flow: column;
  display: flex;
}

.scroll-content-main-wrapper-2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.text-color-dark-purple {
  color: #9333ea;
  font-weight: 700;
  line-height: 109.3%;
}

.text-color-dark-purple.text-weight-semibold {
  font-style: italic;
}

.how-we-work-heading {
  color: #000;
  max-width: 18ch;
  font-family: DM Sans, sans-serif;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.04;
}

.launchpad-block-2 {
  color: #fff;
  text-transform: capitalize;
  background-color: #7b50d7;
  border-radius: 1.16px;
  padding: 6px 7px;
  font-size: .5rem;
}

.launchpad-block-2.size {
  font-size: .65rem;
}

.highlight-page-heading {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlight-page-heading.heading-style-h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.you-block-2 {
  color: #fff;
  background-color: #252525;
  border-radius: 1.5px;
  padding: 7.4px 9px;
  font-size: .6rem;
}

.you-block-2.size {
  font-size: .65rem;
}

.research-detail-2 {
  color: var(--darkblack);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.how-we-look-main-wrapper {
  padding-bottom: 8rem;
}

.launchpad-arrow-image-2 {
  width: 100%;
  box-shadow: 2.31px 2.31px 14.44px #0000001a;
}

.marquee-item-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.marquee-2 {
  background-color: var(--darkblack);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.you-arrow-block-image-wrapper-2 {
  display: flex;
  position: absolute;
  inset: -16px auto auto -12px;
}

.you-arrow-block-image-wrapper-2.right {
  inset: -23px -21px auto auto;
  transform: rotate(90deg);
}

.how-we-work-main-wrapper {
  height: 100vh;
}

.design-white-circle-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 45px auto auto -68px;
}

.founder-sticky-wrapper-2 {
  flex-direction: column;
  height: 450vh;
  position: relative;
}

.how-we-look-header {
  max-width: 52.75rem;
  margin-left: auto;
  margin-right: auto;
}

.you-arrow-image-2 {
  box-shadow: 2.31px 2.31px 14.44px #0000001a;
}

.how-we-work-wrapper {
  grid-column-gap: 10.125rem;
  grid-row-gap: 10.125rem;
  flex-flow: column;
  padding-top: 2.75rem;
  display: flex;
}

.scroll-main-wrapper-2 {
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-color-dark-purple-2 {
  color: #9333ea;
  margin-bottom: 1rem;
  line-height: 109.37%;
}

.design-rectangle-image-2 {
  z-index: -1;
  background-color: #7b50d7;
  width: 128px;
  height: 55px;
  position: absolute;
  inset: auto auto -13%;
}

.how-we-look-heading {
  color: var(--darkblack);
  text-align: center;
  line-height: 109.3%;
}

.banner-logo {
  width: 25px;
}

.design-oblong-element-2 {
  background-color: #fff;
  border-radius: 500px;
  width: 79px;
  height: 26px;
  position: absolute;
  inset: auto auto 0% 100%;
}

.text-color-grey-2 {
  color: #4a4a4a;
}

.research-sub-heading-2 {
  color: #392171;
  font-size: 1.125rem;
}

.research-circle-image-wrapper-2 {
  z-index: 1;
  background-color: #7b50d7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 231px;
  display: flex;
  position: relative;
}

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

.research-yellow-circle-2 {
  background-color: #aa99ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 162px;
  display: flex;
  position: relative;
}

.launchpad-arrow-image-wrapper-2 {
  position: absolute;
  top: -22px;
  left: auto;
  right: -9px;
}

.launchpad-arrow-image-wrapper-2.left {
  width: 12px;
  height: 16px;
  inset: -14px auto auto -18px;
  transform: rotate(260deg);
}

.section-scroll-2 {
  padding-left: 100px;
  position: relative;
}

.scroll-main-header-wrappe-2 {
  max-width: 41.8rem;
}

.text-block-18 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 40px;
  text-decoration: underline;
}

.section-explore-page {
  padding-top: 60px;
}

.explore-blog-image-black1 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

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

.expolore-blog-image-black3 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.text-block-80 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: flex;
}

.explore-page-heading {
  color: var(--darkblack);
  line-height: 109.37%;
}

.black-start-1, .explore-blog-image-purple2 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

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

.explore-page-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  background-color: #252525;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 38.68rem;
  height: 24rem;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.explore-page-card:hover {
  text-decoration: none;
}

.text-block-17 {
  font-size: 32px;
  line-height: 40px;
  text-decoration: underline;
}

.explore-page-main-wrapper {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.black-start-2 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.explore-page-content-wrapper {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  display: flex;
}

.explore-page-card-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  display: flex;
}

.text-block-79 {
  text-align: center;
  max-width: 400px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.explore-blog-image-purple3 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.explorepage-star-wrapper {
  position: relative;
}

.start-image-2, .expolore-blog-image-black2 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.privacy-list {
  padding-left: 2rem;
}

.privacy-policy-right-content-wrapper {
  flex-flow: column;
  width: 100%;
  margin-top: -4.2rem;
  display: flex;
}

.hero-privacy-main-wrapper {
  background-color: #f6f6f6;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  padding-top: 8.437rem;
  padding-bottom: 8.437rem;
  display: flex;
  overflow: hidden;
}

.privacy-tc-mobile-content-wrapper {
  display: none;
}

.accordion-icon {
  display: flex;
}

.privacy-tabs-content {
  grid-column-gap: .937rem;
  grid-row-gap: .937rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.privacy-list-wrapper-2 {
  grid-column-gap: .937rem;
  grid-row-gap: .937rem;
  flex-flow: column;
  display: flex;
}

.padding-privacy {
  padding-left: 20px;
  padding-right: 20px;
}

.privacy-dot {
  color: #9333ea;
  background-color: #9333ea;
  border-radius: 50%;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.privacy-tab-content-heading {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.privacy-heading-2 {
  text-transform: capitalize;
}

.privacy-heading-2.text-color-white-2, .privacy-heading-2.text-color-white {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.accordion-answer {
  color: #4b5563;
  margin-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .218rem;
  padding-right: .218rem;
  font-size: 1rem;
  overflow: hidden;
}

.tab-left-heading {
  text-align: center;
  background-color: #f6f6f6;
  border-top-left-radius: .937rem;
  border-top-right-radius: .937rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 17.75rem;
  padding: 1.68rem 2.18rem 2.125rem;
  display: flex;
}

.accordion-wrapper {
  border-bottom: 1px solid #25252580;
}

.privacy-link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #4a4a4a;
  text-align: center;
  background-color: #0000;
  border-top: .5px solid #7b7b7b;
  border-bottom: .5px solid #7b7b7b;
  justify-content: center;
  align-items: center;
  padding: .93rem 0;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.privacy-link-wrapper.w--current {
  color: #9333ea;
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.privacy-link-wrapper.last {
  border-bottom-width: 1px;
}

.privacy-link-wrapper.last.w--current {
  color: #fff;
}

.privacy-tab-content-description {
  color: #4b5563;
  max-width: 637px;
  font-size: 1rem;
}

.hero-privacy-content-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46rem;
  display: flex;
}

.privacy-tc-link {
  color: #4b5563;
}

.privacy-tc-link:hover {
  color: #9333ea;
}

.privacy-policy-left-content-wrapper {
  text-align: center;
  background-color: #f6f6f6;
  border-bottom-right-radius: .937rem;
  border-bottom-left-radius: .937rem;
  flex-flow: column;
  width: 100%;
  max-width: 17.75rem;
  height: 100%;
  margin-right: 3.5rem;
  padding-bottom: 1.625rem;
  padding-left: 2.18rem;
  padding-right: 2.18rem;
  display: flex;
}

.privacy-policy-content-main-wrapper {
  padding-top: 4.2rem;
  padding-bottom: 4rem;
  position: relative;
}

.privacy-list-item-2 {
  color: #4b5563;
}

.tabs-link-heading {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.accordion-question {
  color: #252525;
  text-transform: capitalize;
  justify-content: space-between;
  padding-top: 1.18rem;
  padding-bottom: 1.18rem;
  padding-right: .56rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
}

.text-color-white-2 {
  color: #fff;
  font-size: 18.69px;
  line-height: 28px;
}

.text-color-white-2.text-align-center {
  color: #1e1e1e;
  text-align: center;
  font-weight: 300;
}

.privacy-policy-content-wrapper {
  background-color: #fff;
  display: flex;
}

.banners-main-wrapper-3 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.marquee-items-main-wrapper-3 {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  display: flex;
}

.hero-privacy-main-wrapper-2 {
  background-color: #f6f6f6;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  padding-top: 8.437rem;
  padding-bottom: 8.437rem;
  display: flex;
  overflow: hidden;
}

.privacy-tab-content-heading-2 {
  color: #1e1e1e;
  font-size: 24px;
  line-height: 32px;
}

.link {
  color: #4a4a4a;
  text-decoration: underline;
}

.link:hover {
  color: #9333ea;
}

.accordion-answer-2 {
  color: #4b5563;
  margin-top: .375rem;
  padding-bottom: .375rem;
  padding-left: .218rem;
  padding-right: .218rem;
  font-size: 1rem;
  overflow: hidden;
}

.paragraph-16 {
  color: #4a4a4a;
  max-width: 668px;
}

.privacy-tab-content-description-2 {
  color: #4b5563;
  max-width: 637px;
}

.h1-4 {
  color: var(--lg-black);
  white-space: nowrap;
  margin-right: 1vw;
  font-size: 6.67vw;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.our-vission-sticky-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.our-mission-wrapper {
  opacity: 0;
  position: absolute;
}

.heading-73 {
  color: var(--darkblack);
  font-size: 3em;
}

.text-span-16 {
  color: var(--rg-purple);
}

.paragraph-64 {
  color: #000;
  text-align: center;
  max-width: 787px;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.sour-vission-sticky-main-wrapper {
  height: 250vh;
  position: relative;
}

.heading-54 {
  padding-top: 44px;
}

.blog-hero-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-51 {
  color: var(--darkblack);
  margin-top: 26px;
  font-size: 64px;
}

.global-padding-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-66 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-65 {
  font-size: 16px;
  display: block;
}

.blog-hero-section {
  background-image: linear-gradient(230deg, #9333ea4d, #fff 50%);
  padding-left: 50px;
  padding-right: 50px;
}

.blog-hero-content-main-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
}

.banners-main-wrapper-4 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.marquee-items-main-wrapper-4 {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  display: flex;
}

.container-5 {
  max-width: 52.2rem;
}

.heading-74, .heading-75, .heading-76, .heading-77 {
  color: var(--darkblack);
}

.list-item {
  color: var(--lg-black);
}

.image-58 {
  margin-bottom: 64px;
}

.marquee-items-main-wrapper-5 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.marquee-item-wrapper-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-item-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

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

.text-block-105 {
  padding-left: 0;
}

.h1-5 {
  white-space: nowrap;
  margin-right: 1vw;
  font-size: 6.67vw;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.text-span-17 {
  color: #9333ea;
}

.h1-6, .h1-7 {
  white-space: nowrap;
  margin-right: 1vw;
  font-size: 6.67vw;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.heading-78 {
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .product-launched-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-short-description.text-size-small.text-color-white {
    max-width: 38ch;
  }

  .right-wrapper {
    padding-left: 5rem;
  }

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

  .div-block-8 {
    margin-right: 100px;
  }

  .cs-container {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    width: 100%;
  }

  .bottom-text-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    margin-right: 100px;
  }

  .career-hero-content-wrapper-2 {
    padding-left: 60px;
  }

  .benefits-left-arrow-2 {
    left: -90%;
  }

  .heading-21.second {
    margin-left: -9px;
  }

  .page-padding-2 {
    padding-left: 6.9rem;
  }

  .div-block-41 {
    margin-right: 100px;
  }

  .layer-2 {
    width: 100%;
  }

  .sevax-container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sevax-hero-para {
    text-align: center;
    max-width: 1116px;
    margin-bottom: 60px;
  }

  .layer-1 {
    width: 100%;
  }

  .sevax-hero-heading {
    text-align: center;
    margin-bottom: 26px;
    font-size: 48px;
    font-weight: 700;
    line-height: 117%;
  }

  .image-15 {
    margin-left: 10px;
    padding-left: 0;
  }

  .flower-wrapper {
    z-index: 5;
    width: auto;
    position: relative;
  }

  .sevax-hero-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .sevax-logo-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 68.95px;
    display: flex;
  }

  .sevax-hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sevax-section {
    justify-content: center;
    align-items: flex-start;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    position: relative;
  }

  .sevax-section.number-scroll {
    justify-content: center;
    align-items: flex-start;
    padding-top: 85px;
    padding-left: 88px;
    padding-right: 89px;
    display: flex;
  }

  .image-16 {
    width: 100%;
    margin-top: 0;
  }

  .image-52 {
    top: 12%;
  }

  .image-17 {
    width: 100%;
    margin-top: 136px;
  }

  .number-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .number-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: center;
    height: 100px;
    position: relative;
    overflow: hidden;
  }

  .div-block-43 {
    margin-right: 100px;
  }

  .paragraph-13 {
    min-width: 595px;
  }

  .div-block-44 {
    margin-right: 100px;
  }

  .sp-left-hero-content {
    width: 60%;
  }

  .sp-hero-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .sp-right-hero-content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .sp-cs-section {
    height: 90vh;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .se-bottom-ielts-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-45, .div-block-46, .div-block-47 {
    margin-right: 100px;
  }

  .job-opening-content-main-wrapper-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .job-opening-tag-wrapper {
    align-self: flex-start;
  }

  .launchpad-arrow-image-wrapper-2 {
    display: flex;
  }

  .section-scroll-2 {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .swiper-testimonial-slide {
    overflow: visible;
  }

  .horizontal-line.hide-desktop {
    display: none;
  }

  .container {
    max-width: 1400px;
  }

  .swiper-slide.align-block-center.width {
    width: auto;
  }

  .test-swiper {
    justify-content: center;
    display: flex;
  }

  .carousel-fixed-item.position {
    align-items: center;
    top: 0;
    bottom: 0;
  }

  .div-block {
    position: relative;
  }

  .founder-card-2, .founder-card-1 {
    overflow: visible;
  }

  .content-block {
    padding-left: 486px;
  }

  .image-block {
    order: 9999;
  }

  .image-block-copy {
    margin-right: 0;
    padding-right: 0;
  }

  .card-image-wrapper {
    height: auto;
  }

  .purple-overlay {
    inset: 0%;
  }

  .blog-hero-header-2 {
    max-width: 1200px;
  }

  .benefits-rightt-arrow-2 {
    right: 162%;
  }

  .benefits-left-arrow-2 {
    left: -86%;
  }

  .section-benefits-2 {
    margin-bottom: 60px;
  }

  .text-block-47, .text-block-48, .text-block-49, .text-block-50 {
    margin-left: 5px;
  }

  .flower-wrapper {
    width: auto;
  }

  .image-52 {
    top: 14%;
  }

  .image-53 {
    top: 10%;
  }

  .image-56 {
    top: 14%;
  }

  .contact-section-content-main-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 3.75em;
  }

  .footer {
    border: 1px solid #fff;
  }

  .product-short-description.text-size-small.text-color-white {
    max-width: none;
  }

  .marquee-wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }

  .marquee-track {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .marquee-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .benefits-rightt-arrow-2 {
    right: 160%;
  }

  .benefits-left-arrow-2 {
    left: -78%;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global.no-padding-responsive, .padding-global.partner-responsive {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-color-white.text-underline {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-wrapper {
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-menu-main-wrapper {
    background-color: var(--darkblack);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .menu-icon-wrapper {
    padding: 0;
  }

  .menu-icon-wrapper.w--open {
    background-color: #c8c8c800;
  }

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

  .copyright-text {
    display: block;
  }

  .company-location-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-bottom-content-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .social-content-wrapper {
    justify-content: space-between;
  }

  .contact-main-wrapper {
    height: auto;
    padding-top: 130px;
    padding-bottom: 244px;
  }

  .banners-main-wrapper {
    width: 100vw;
  }

  .recent-blog-list-wrapper {
    flex-flow: column;
  }

  .recent-blog-item-wrapper {
    max-width: none;
  }

  .recent-blog-thumbnail-image {
    width: 100%;
  }

  .hero-main-wrapper {
    height: auto;
    padding-top: 130px;
    padding-bottom: 86px;
  }

  .hero-header.wizardry {
    max-width: 800px;
  }

  .we-re-top-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .we-re-top-content-wrapper {
    grid-row-gap: 48px;
  }

  .we-re-top-heading {
    font-size: 4em;
  }

  .we-re-top-card-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .multiple-award-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .multiple-award-heading {
    font-size: 4em;
  }

  .multiple-award-card-item {
    grid-row-gap: 24px;
  }

  .multiple-award-card-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
  }

  .stories-insights-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stories-insights-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    align-items: flex-start;
  }

  .stories-insights-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-header-wrapper {
    align-items: flex-start;
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .partner-header-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .company-name-wrapper {
    overflow: scroll;
  }

  .company-name {
    letter-spacing: 2.4px;
    font-size: .75rem;
    line-height: 2;
  }

  .slide-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-quote {
    font-size: .875rem;
    line-height: 1.28;
  }

  .testimonial-quoter-name {
    font-size: .75rem;
  }

  .testimonial-quoter-role {
    font-size: .625rem;
  }

  .our-impact-content-wrapper {
    margin-top: 48px;
    padding-right: 100px;
  }

  .initiatives-card-wrapper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .product-launched-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-launched-heading {
    font-size: 4rem;
  }

  .product-launched-slide {
    margin-right: 5%;
  }

  .product-launched-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-logo-wrapper {
    width: 50%;
  }

  .product-short-description.text-size-regular.text-color-white {
    color: var(--grey);
  }

  .scroll-main-wrapper {
    height: 150vh;
    position: sticky;
  }

  .scroll-main-header-wrappe {
    max-width: none;
  }

  .research-content-main-wrapper._2, .research-content-main-wrapper._3, .research-content-main-wrapper._4, .research-content-main-wrapper._1, .research-content-main-wrapper._4, .research-content-main-wrapper._1, .research-content-main-wrapper._2, .research-content-main-wrapper._3, .research-content-main-wrapper._1, .research-content-main-wrapper._2, .research-content-main-wrapper._3 {
    display: flex;
  }

  .research-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .research-header-wrapper {
    padding-bottom: 80px;
  }

  .research-header {
    text-align: center;
  }

  .research-circle-image-wrapper {
    max-width: 158px;
    max-height: 158px;
  }

  .research-yellow-circle {
    max-width: 110px;
    max-height: 110px;
  }

  .you-arrow-image-wrapper {
    bottom: -50px;
    right: 20px;
  }

  .research-launchpad-image-wrapper {
    max-width: 50px;
    left: -70px;
  }

  .research-star-image-wrapper {
    max-width: 38px;
    max-height: 38px;
  }

  .research-circle-stroke-image-wrapper {
    max-width: 76px;
    right: -30px;
  }

  .view-more-button {
    display: none;
  }

  .view-more-button-responsive {
    display: block;
  }

  .design-circle-image-wrapper {
    max-width: 156px;
    max-height: 177px;
  }

  .design-launchpad-image-wrapper {
    bottom: -32px;
    left: -72px;
  }

  .design-circle-element-wrapper {
    width: 46px;
  }

  .design-white-circle {
    width: 25px;
    height: 25px;
  }

  .design-light-orange-cone-wrapper {
    max-width: 140px;
    left: 3%;
  }

  .design-oblong-element {
    max-width: 54px;
    max-height: 18px;
  }

  .design-rectangle-image {
    max-width: 86px;
    max-height: 36px;
  }

  .design-white-rectangle-wrapper {
    max-width: 72px;
    bottom: -54px;
  }

  .design-white-rectangle {
    height: 100%;
  }

  .build-outer-image-wrapper {
    max-width: 155px;
  }

  .build-launchpad-image-wrapper {
    max-width: 72px;
    bottom: 22px;
    right: -100px;
  }

  .build-client-image-wrapper {
    bottom: 100px;
    left: -88px;
  }

  .white-plus-image-wrapper {
    max-width: 12px;
    max-height: 12px;
  }

  .orange-plus-image-wrapper {
    max-width: 12.5px;
    max-height: 12.5px;
    right: -60px;
  }

  .setting-stroke-image-wrapper {
    max-width: 84px;
    top: -50px;
    right: -76px;
  }

  .setting-image-wrapper {
    max-width: 55px;
    left: -56px;
  }

  .white-setting-image-wrapper {
    max-width: 123px;
    max-height: 123px;
  }

  .understand-outer-image-wrapper {
    max-width: 156px;
  }

  .understanding-launchpad-image-wrapper {
    left: -90px;
  }

  .understanding-white-image-wrapper {
    max-width: 86px;
  }

  .understanding-divider {
    width: 20px;
  }

  .understanding-divider.first {
    right: -30px;
  }

  .understanding-divider.second {
    left: -30px;
  }

  .understanding-divider.third {
    top: -3%;
  }

  .understanding-divider.fourth {
    top: -30px;
  }

  .understanding-divider.fifth {
    top: -3%;
  }

  .understanding-circle-image-wrapper {
    max-width: 43px;
    bottom: 37px;
    left: -76px;
  }

  .understanding-star-image-wrapper {
    max-width: 37px;
    max-height: 37px;
    right: -60px;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
  }

  .scroll-wrapper {
    display: none;
  }

  .visionaries-content-main-wrapper.wizardry {
    max-width: 80em;
  }

  .team-builders-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-builders-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .our-guiding-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-guiding-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .our-guiding-left-content-wrapper {
    max-width: none;
    position: static;
  }

  .our-guiding-right-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .our-guiding-star-image-wrapper {
    width: 64px;
    height: 64px;
    inset: 4px -22px 4px auto;
  }

  .principle-title-detail.text-size-regular {
    height: auto;
  }

  .award-card-main-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .award-card-item {
    grid-row-gap: 24px;
  }

  .section-our-offices {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-offices-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .our-office-map-bg-image {
    background-size: contain;
    min-width: auto;
  }

  .our-office-slide-content {
    text-align: center;
  }

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

  .our-office-right-arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .launchpad-block, .you-block {
    font-size: .34rem;
  }

  .pencil-image-wrapper {
    max-width: 67px;
  }

  .prev-btn.left {
    width: 50px;
    height: 50px;
    margin-left: 5px;
  }

  .next-btn.right {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }

  .case-study-outer-wrapper.max-width-none {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .case-study-image-wrapper {
    width: 45vw;
  }

  .right-wrapper {
    width: 50%;
    padding-top: 3rem;
    padding-left: 3rem;
  }

  .product-link {
    grid-column-gap: 1em;
  }

  .project-content-wrapper {
    max-width: none;
  }

  .next-project-content-wrapper {
    grid-row-gap: 80px;
    flex-direction: column-reverse;
    padding-top: 46px;
    padding-bottom: 110px;
  }

  .next-project-main-wrapper {
    height: auto;
  }

  .next-project-right-wrapper {
    grid-row-gap: 99px;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .current-opening-tab-menu {
    justify-content: flex-start;
    overflow: scroll;
  }

  .benefits-top-right-wrapper {
    width: auto;
  }

  .benefit-slider {
    flex-direction: column;
    display: none;
    overflow: hidden;
  }

  .benefits-mask {
    flex-direction: column;
    width: 100%;
    height: 50%;
    display: flex;
    overflow: hidden;
  }

  .benefits-slide-content-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px;
  }

  .benefits-slide-content-main-wrapper.res {
    border-bottom: 1px solid #bdbdbd;
  }

  .benefit-slider-responsive-wrapper {
    flex-direction: column;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .contact-form-submit-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .animated-certified-logo-wrapper {
    z-index: 99;
  }

  .job-rich-text li {
    background-position: 0 15%;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .div-block-8 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-content-main-wrapper {
    flex-flow: wrap;
    margin-bottom: 49px;
  }

  .footer-section {
    padding: 40px 60px;
  }

  .global-padding {
    padding-left: 30px;
  }

  .about-roxxgen-heading {
    font-size: 28px;
  }

  .founder-card-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: auto;
  }

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

  .founder-card-wrapper {
    align-items: center;
  }

  .founder-card-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: 100px;
  }

  .meet-the-founder-section {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 280px;
  }

  .content-block {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .image-block {
    order: 9999;
    width: 280px;
    padding-left: 0;
    position: static;
  }

  .image-block-copy {
    order: 9999;
    position: static;
  }

  .paragraph-3 {
    font-size: 24px;
  }

  .content-block-copy {
    padding-right: 0;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .join-our-journey-section {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .built-diff-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    text-align: center;
    line-height: 50px;
  }

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

  .text-block-53 {
    margin-bottom: 40px;
  }

  .case-study-left-content-2 {
    max-width: 400px;
  }

  .blog-hero-main-wrapper-2 {
    height: auto;
    padding-bottom: 280px;
  }

  .hero-section {
    min-height: auto;
  }

  .left-content-block {
    padding-bottom: 20px;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .bottom-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bottom-text.se {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-10 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .cs-section {
    padding: 40px 30px 0;
  }

  .cs-section.hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .mockup-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .mockup-flex.sevax {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
  }

  .cs-content-wrapper {
    margin-right: 0;
  }

  .cs-content-wrapper.reverse {
    order: -9999;
  }

  .cs-content-wrapper.reverse.middle {
    margin-bottom: 60px;
  }

  .cs-content-wrapper.middle {
    order: -9999;
    margin-left: 0;
  }

  .cs--vision-paragrapgh {
    font-size: 18px;
  }

  .cs-image-wrapper {
    margin-bottom: 0;
  }

  .cs-image-wrapper.reverse {
    margin-right: 0;
  }

  .cs-image-wrapper.last-image {
    margin-bottom: 20px;
  }

  .cs-footer-section {
    padding: 60px 30px;
  }

  .cs-footer-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .bottom-text-section.pp {
    padding: 40px 60px;
  }

  .cs--vision-paragrapgh-2, .cs--vision-paragrapgh-3, .cs--vision-paragrapgh-4 {
    font-size: 18px;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .div-block-34 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-section-2 {
    padding: 40px 60px;
  }

  .career-hero-flexbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .career-hero-paragraph {
    text-align: left;
    order: 9999;
    margin-right: 0;
  }

  .career-hero-heading-2 {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-left: 20px;
    font-size: 90px;
  }

  .career-hero-sub-flexbox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-left: 20px;
  }

  .benefits-top-wrapper-2 {
    flex-direction: column;
  }

  .benefits-top-left-wrapper-2 {
    border-bottom: .5px solid #bdbdbd;
    border-right-style: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .benefits-slide-2 {
    border-style: solid none;
    border-top-width: .5px;
    border-top-color: #bdbdbd;
    border-bottom-width: .5px;
    border-bottom-color: #bdbdbd;
  }

  .benefit-heading-2 {
    text-align: center;
    font-size: 60px;
  }

  .benefits-heading-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .benefits-slide-header-2 {
    text-align: center;
    min-height: 260px;
  }

  .heading-21.first {
    padding-left: 8px;
  }

  .priniciple-content {
    padding-left: 76px;
  }

  .heading-20 {
    margin-bottom: 30px;
    font-size: 54px;
  }

  .our-guiding-section {
    padding-left: 0;
  }

  .our-guiding-content-wrapper-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .principle-heading {
    font-size: 18px;
  }

  .current-opening-tab-content-2 {
    margin-top: 50px;
  }

  .page-padding-2 {
    padding-left: 2.4rem;
  }

  .section-current-openings-2 {
    padding-bottom: 60px;
  }

  .career-contact-content-wrapper {
    margin-bottom: 60px;
  }

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

  .f-custom-indicator-title {
    font-size: .875rem;
  }

  .f-custom-indicator {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    padding: .8125rem;
  }

  .f-left-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-container.is--video-left {
    grid-template-columns: 1fr;
  }

  .f-custom-indicator-icon {
    width: 1.375rem;
  }

  .f-custom-indicator-description {
    font-size: .6875rem;
  }

  .f-custom-indicator-wrapper {
    flex-direction: row;
    padding-top: 0;
  }

  .cs-section-2 {
    padding: 40px 30px 0;
  }

  .cs-section-2.hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .gurukul-hero-content-wrapper {
    flex-flow: column;
  }

  .cs--vision-paragrapgh-5, .cs--vision-paragrapgh-6 {
    font-size: 18px;
  }

  .cs-footer-section-2 {
    padding: 60px 30px;
  }

  .text-block-89 {
    font-size: 16px;
  }

  .div-block-41 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-section-3 {
    padding: 40px 60px;
  }

  .sevax-hero-section {
    height: auto;
  }

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

  .mock-up-flext-wrapper {
    padding-top: 60px;
  }

  .cs--vision-paragrapgh-7 {
    font-size: 18px;
  }

  .image-17 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .number-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .number {
    font-size: 65px;
  }

  .number-column {
    font-size: 25px;
  }

  .cs-footer-section-3 {
    padding: 60px 30px;
  }

  .text-block-90 {
    font-size: 16px;
  }

  .div-block-43 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-section-4 {
    padding: 40px 60px;
  }

  .cs-section-3 {
    padding: 40px 30px 0;
  }

  .cs-section-3.cp {
    height: auto;
  }

  .paragraph-13 {
    min-width: auto;
    font-size: 24px;
  }

  .heading-13, .heading-13-copy {
    font-size: 54px;
  }

  .left-content {
    text-align: center;
    max-width: 350px;
    padding-right: 30px;
  }

  .glass-efect-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .glass-effect-card {
    padding: 40px 30px;
  }

  .paragraph-14 {
    font-size: 20px;
  }

  .cs-section-4 {
    padding: 40px 30px 0;
  }

  .cs--vision-paragrapgh-8 {
    font-size: 18px;
  }

  .cs-section-5 {
    padding: 40px 30px 0;
  }

  .cs--vision-paragrapgh-9 {
    font-size: 18px;
  }

  .cs-section-6 {
    padding: 40px 30px 0;
  }

  .cs--vision-paragrapgh-10 {
    font-size: 18px;
  }

  .cs-footer-section-4 {
    padding: 60px 30px;
  }

  .text-block-91 {
    font-size: 16px;
  }

  .div-block-44 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-section-5 {
    padding: 40px 60px;
  }

  .heading-17 {
    font-size: 55px;
  }

  .sp-left-hero-content {
    width: 40%;
  }

  .sp-hero-content-wrapper {
    flex-flow: column;
  }

  .se-hero-heading {
    font-size: 55px;
  }

  .sp-right-hero-content {
    margin-bottom: -149px;
  }

  .sp-cs-section {
    overflow: hidden;
  }

  .heading-16 {
    font-size: 55px;
  }

  .avatar-main-wrapper {
    margin-top: 50px;
  }

  .se-image-wrapper.se-middle-image-wrapper {
    order: 9999;
    margin-right: 0;
  }

  .cs-section-7 {
    padding: 40px 30px 0;
  }

  .cs-section-7.se {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .se-content-wrapper {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .se-content-wrapper.se-middle {
    margin-left: 10px;
    margin-right: 10px;
  }

  .se-mockup-flex {
    flex-flow: column;
    padding-left: 0;
  }

  .se-mockup-flex.se-middle-mockup {
    padding-right: 0;
  }

  .cs--vision-paragrapgh-11 {
    font-size: 18px;
  }

  .cs-section-8 {
    padding: 40px 30px 0;
  }

  .cs-section-8.se {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cs--vision-paragrapgh-12 {
    font-size: 18px;
  }

  .cs-section-9 {
    padding: 40px 30px 0;
  }

  .cs-section-9.se {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cs--vision-paragrapgh-13 {
    font-size: 18px;
  }

  .se-bottom-ielts-section {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .spoken-english-heading {
    margin-bottom: 70px;
    font-size: 45px;
  }

  .se-bottom-flexbox {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .se-bottom-grid {
    margin-top: 60px;
  }

  .spoken-english-text {
    font-size: 35px;
  }

  .success-story-section {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-28 {
    margin-right: 60px;
    font-size: 22px;
  }

  .text-block-30, .text-block-33, .text-block-32, .text-block-31 {
    font-size: 18px;
  }

  .cs-footer-section-5 {
    padding: 60px 30px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .div-block-45 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-section-6 {
    padding: 40px 60px;
  }

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

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

  .div-block-46 {
    min-width: auto;
    margin-right: 40px;
  }

  .footer-section-7 {
    padding: 40px 60px;
  }

  .nav-menu-main-wrapper-2 {
    background-color: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-47 {
    min-width: auto;
    margin-right: 40px;
  }

  .contact-section-content-main-wrapper {
    flex-flow: column;
  }

  .div-block-49 {
    min-width: auto;
  }

  .heading-72 {
    font-size: 40px;
  }

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

  .footer-marquee-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .research-content-wrapper-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .how-we-work-heading {
    font-size: 5rem;
  }

  .launchpad-block-2 {
    font-size: .34rem;
  }

  .highlight-page-heading.heading-style-h1 {
    font-size: 30px;
  }

  .you-block-2 {
    font-size: .34rem;
  }

  .design-white-circle-2 {
    width: 25px;
    height: 25px;
  }

  .scroll-main-wrapper-2 {
    height: 100vh;
    position: sticky;
  }

  .text-color-dark-purple-2 {
    font-size: 60px;
  }

  .design-rectangle-image-2 {
    max-width: 86px;
    max-height: 36px;
  }

  .how-we-look-heading {
    font-size: 60px;
  }

  .design-oblong-element-2 {
    max-width: 54px;
    max-height: 18px;
  }

  .text-color-grey-2 {
    font-size: 1.2rem;
  }

  .research-circle-image-wrapper-2 {
    max-width: 158px;
    max-height: 158px;
  }

  .research-yellow-circle-2 {
    max-width: 110px;
    max-height: 110px;
  }

  .section-scroll-2 {
    padding-left: 30px;
  }

  .scroll-main-header-wrappe-2 {
    max-width: none;
  }

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

  .explore-page-heading {
    font-size: 60px;
  }

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

  .explore-page-card-wrapper {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .hero-privacy-main-wrapper {
    margin-top: 2rem;
  }

  .privacy-policy-left-content-wrapper {
    margin-right: 2rem;
  }

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

  .global-padding-2 {
    padding-left: 30px;
  }

  .section-5 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

  h2 {
    letter-spacing: 0;
    font-size: 1.8rem;
  }

  h3 {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-bottom.margin-custom1 {
    color: #4b5563;
    font-size: 1rem;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .blog-rich-text blockquote {
    background-image: url('../images/end-responsive-mark.svg'), url('../images/start-responsive-mark.svg');
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
  }

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

  .padding-global.no-padding-responsive {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .heading-style-h2.text-color-white.text-underline {
    font-size: 2.5rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    font-size: 1rem;
  }

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

  .brand-link-wrapper {
    padding-left: 0;
  }

  .footer-main-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 102px;
    margin-bottom: 102px;
    display: flex;
  }

  .footer-top-content-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: auto;
    margin-bottom: 0;
  }

  .launchpad-wrapper {
    display: none;
  }

  .launchpad-wrapper.margin-bottom-64 {
    margin-bottom: 32px;
    display: block;
  }

  .copyright-text {
    display: block;
  }

  .footer-middle-content-wrapper {
    border-top-width: 0;
    border-top-color: #fff0;
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .company-location-grid {
    grid-template-columns: auto;
  }

  .footer-bottom-content-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-menu-wrapper {
    border-top: 1px solid #fff3;
    border-bottom: 1px solid #fff3;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .left-footer-menu {
    grid-row-gap: 8px;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .right-footer-menu {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .social-content-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
  }

  .section-contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-main-wrapper {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .contact-content-wrapper {
    grid-row-gap: 32px;
  }

  .contact-heading {
    font-size: 2.5rem;
  }

  .marquee {
    padding: 16.4px;
  }

  .marquee-item {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .launchpad-icon {
    width: 20px;
  }

  .banner-text {
    font-size: .625rem;
  }

  .marquee-items-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-item-content-wrapper {
    grid-row-gap: 16px;
  }

  .blog-role {
    font-size: .875rem;
  }

  .recent-blog-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-main-wrapper, .hero-content-wrapper {
    font-size: 3rem;
  }

  .start-image-wrapper {
    width: 14.08em;
    height: 14.08em;
  }

  .we-re-top-heading {
    font-size: 2.5em;
  }

  .we-re-top-title.text-weight-medium.text-color-white {
    font-size: .875rem;
  }

  .multiple-award-main-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .multiple-award-content-wrapper {
    grid-row-gap: 64px;
  }

  .multiple-award-heading {
    font-size: 2.5em;
  }

  .multiple-award-card-content {
    flex-direction: column;
  }

  .marquee-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .partner-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .partner-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .partner-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .left-star-image-wrapper, .right-star-image-wrapper {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    display: none;
  }

  .partner-header-main-wrapper {
    text-align: center;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .prtner-companies-wrapper {
    align-items: stretch;
  }

  .company-name-wrapper {
    justify-content: flex-start;
    overflow: scroll;
  }

  .orange-dot {
    min-width: 5px;
    min-height: 5px;
    display: flex;
  }

  .slide-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    max-width: 190px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .testimonial-image-wrapper {
    align-self: flex-end;
    width: 152px;
    height: 200px;
  }

  .orange-overlay._1st {
    width: 62px;
    height: 12px;
    top: 3.8rem;
    left: 48%;
  }

  .orange-overlay._2nd {
    width: 58px;
    height: 12px;
    top: 3.6rem;
    left: 30%;
  }

  .orange-overlay._3rd {
    width: 58px;
    height: 12px;
    top: 3rem;
    left: 46%;
  }

  .section-certified {
    height: auto;
    overflow: hidden;
  }

  .certified-main-wrapper {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding-top: 144px;
    padding-bottom: 140px;
  }

  .certified-header-content {
    flex-direction: column;
    flex: 1;
    max-width: none;
  }

  .certified-header-image-wrapper, .certified-header-image {
    width: 100%;
  }

  .certified-header-content-wrapper {
    justify-content: space-between;
    align-self: center;
    max-width: 312px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .certified-logo {
    width: 100%;
  }

  .our-impact-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    align-self: center;
    max-width: 258px;
    margin-top: 88px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .our-impact-arrow-wrapper {
    align-self: center;
    width: 110px;
    margin-left: -24px;
  }

  .impact-text {
    align-self: flex-end;
    font-size: 1.25rem;
  }

  .initiatives-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 28px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .initiatives-image {
    width: 100%;
  }

  .product-launched-main-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-launched-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .product-launched-heading {
    font-size: 2.5rem;
  }

  .product-launched-slider {
    align-items: flex-start;
  }

  .product-launched-mask {
    width: 90vw;
  }

  .product-launched-slide {
    margin-right: 2%;
  }

  .swiper-testimonial-slide {
    max-width: none;
    height: auto;
  }

  .scroll-main-wrapper {
    height: 110vh;
  }

  .scroll-content-main-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .research-content-main-wrapper._4, .research-content-main-wrapper._1, .research-content-main-wrapper._2, .research-content-main-wrapper._3, .research-content-main-wrapper._1, .research-content-main-wrapper._2, .research-content-main-wrapper._3 {
    font-size: 18px;
  }

  .research-header-wrapper {
    padding-bottom: 64px;
  }

  .research-detail {
    font-size: 1rem;
  }

  .research-circle-stroke-image-wrapper {
    max-width: 76px;
    right: -25px;
  }

  .our-guiding-star-image-wrapper {
    top: 46px;
    right: -4px;
  }

  .our-uiding-principle-item {
    flex-direction: column;
  }

  .principle-number-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .principle-number {
    font-size: 1.5rem;
  }

  .award-card-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .won-award-title {
    font-size: 1.125rem;
    font-weight: 500;
  }

  .our-offices-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .our-office-map-bg-image {
    background-size: cover;
  }

  .our-office-location-name.text-size-medium.text-color-white {
    font-size: 1.25rem;
  }

  .our-office-right-arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .case-study-outer-wrapper.max-width-none {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .case-study-image-wrapper {
    width: auto;
    height: auto;
    position: relative;
    top: .5vh;
  }

  .case-study-overview {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
    display: none;
  }

  .case-study-overview.responsive {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .case-study-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .case-study-detail {
    font-size: .75rem;
  }

  .case-study-detail.text-color-white.text-weight-light {
    text-align: left;
  }

  .visionaries-header-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .visionaries-what-we-do-wrapper {
    top: -80px;
    right: 30%;
  }

  .hero-case-study-header {
    flex-wrap: wrap;
    align-items: center;
  }

  .hero-case-study-image-main-wrapper, .hero-case-study-image-wrapper {
    width: 72px;
    height: 40px;
  }

  .horizontal-line.hide-landscape {
    display: none;
  }

  .case-study-image-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .right-wrapper {
    width: auto;
    margin-top: 6.125rem;
    padding-top: 4.5rem;
    padding-bottom: 11rem;
    padding-left: 2rem;
    position: relative;
  }

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

  .button-primary {
    order: 0;
  }

  .submit-description {
    margin-bottom: 1.5rem;
  }

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

  .eye-image-main-wrapper {
    width: 55px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .current-opening-marquee-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex: 1;
  }

  .current-text {
    letter-spacing: -1.12px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.19;
  }

  .current-opening-lp-badge {
    width: 64px;
    height: 64px;
  }

  .opening-text {
    letter-spacing: -1.12px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.19;
  }

  .job-opening-tag {
    font-size: .875rem;
    font-weight: 300;
  }

  .benefits-slide-content-main-wrapper.res {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .benefits-icon-wrapper {
    width: 62px;
    height: 62px;
  }

  .swiper-slide.align-block-center.width {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 12px;
  }

  .test-swiper {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    overflow: visible;
  }

  .div-block-2 {
    background-color: var(--rg-purple);
    height: 20px;
  }

  .div-block-3 {
    width: 100vw;
    height: 20px;
    margin-left: -9px;
    overflow: hidden;
    transform: rotate(-2deg);
  }

  .marquee-wrapper {
    height: 68px;
    margin-bottom: 80px;
  }

  .marquee-track, .marquee-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .current-marquee-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 630px;
  }

  .contact-form-radio-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .apply-now-button {
    font-size: 1rem;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .section-tablet-scroll-animation {
    min-height: auto;
  }

  .footer-heading {
    font-size: 16px;
  }

  .cs-container {
    max-width: none;
    padding-top: 0;
  }

  .paragraph-12 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-content-main-wrapper {
    margin-bottom: 45px;
  }

  .footer-links {
    font-size: 14px;
  }

  .social-links-wrap {
    margin-bottom: 40px;
  }

  .footer-section {
    padding: 20px 30px;
  }

  .about-us-content-wrapper {
    height: auto;
  }

  .about-roxxgen-heading {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 22px;
  }

  .vision {
    font-size: 35px;
  }

  .our-vision-wrapper {
    overflow: hidden;
  }

  .our-vision-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .our-vision-heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragrapgh-wrapper {
    overflow: hidden;
  }

  .vision-para {
    max-width: none;
    font-size: 22px;
  }

  .our {
    font-size: 35px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .founder-card-2 {
    margin-bottom: 100px;
  }

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

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

  .founder-card-1 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .meet-the-founder-section {
    padding-top: 0;
  }

  .image-9 {
    width: 250px;
  }

  .text-block-6, .text-block-4 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 30px;
  }

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

  .content-block {
    padding-left: 0;
  }

  .image-block {
    width: 250px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .paragraph-3 {
    margin-bottom: 60px;
    font-size: 18px;
  }

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

  .content-block-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .line {
    width: 350px;
  }

  .name {
    font-size: 20px;
  }

  .meet-the-team-section {
    padding-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .meet-the-team-heading {
    font-size: 35px;
  }

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

  .designation {
    font-size: 15px;
  }

  .join-our-journey-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .lets-chat-button.start-a-project {
    height: 50px;
  }

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

  .button-paints {
    height: 50px;
  }

  .built-diff-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 35px;
  }

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

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

  .case-study-image-2 {
    background-image: url('../images/SevaX-App-ThumbnailSquare-1-5.avif');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 60vh;
  }

  .case-study-image-2._2, .case-study-image-2._6, .case-study-image-2._3 {
    height: 50vh;
    position: relative;
  }

  .case-study-image-2._1 {
    width: 100%;
    height: 60vh;
    position: relative;
  }

  .case-study-image-2._4, .case-study-image-2._5 {
    height: 50vh;
    position: relative;
  }

  .view-case-study-button-2 {
    font-size: 1rem;
  }

  .case-study-left-content-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-casee-study-2 {
    height: auto;
  }

  .case-study-heading-2 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 120%;
  }

  .case-study-scroll-content-main-wrapper-2 {
    width: auto;
  }

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

  .text-block-86 {
    font-size: 16px;
  }

  .heading-50 {
    font-size: 20px;
  }

  .div-block-33 {
    inset: auto 0% 0% auto;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-content-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 100px;
    padding-left: 0;
  }

  .paragraph-9 {
    font-size: 28px;
  }

  .bottom-text {
    padding: 30px;
  }

  .bottom-text.se {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .cs-section {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section.hero {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .mockup-flex.sevax {
    padding-top: 0;
  }

  .cs-content-wrapper.first {
    margin-top: 30px;
  }

  .cs-content-wrapper.reverse {
    order: -9999;
  }

  .the-vision-heading {
    font-size: 32px;
  }

  .cs--vision-paragrapgh {
    font-size: 18px;
    line-height: 150%;
  }

  .cs-image-wrapper {
    margin-bottom: 30px;
  }

  .cs-image-wrapper.reverse {
    margin-right: 0;
  }

  .cs-footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cs-footer-flex {
    flex-flow: wrap;
  }

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

  .text-block-15 {
    font-size: 14px;
  }

  .pp-hero-content-wrapper {
    flex-flow: column;
  }

  .pp-left-hero-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .gurukul-hero-heading {
    font-size: 54px;
  }

  .paragraph-24 {
    margin-bottom: 0;
  }

  .bottom-text-section.pp {
    padding: 20px 30px;
  }

  .paragraph-25 {
    margin-bottom: 0;
  }

  .cs--vision-paragrapgh-2, .cs--vision-paragrapgh-3, .cs--vision-paragrapgh-4 {
    font-size: 18px;
    line-height: 150%;
  }

  .text-block-41 {
    font-size: 14px;
  }

  .paragraph-26 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-section-2 {
    padding: 20px 30px;
  }

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

  .career-hero-flexbox {
    padding-left: 0;
  }

  .paragraph-17, .career-hero-paragraph {
    font-size: 18px;
  }

  .heading-24 {
    font-size: 24px;
  }

  .career-hero-heading-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    font-size: 65px;
  }

  .career-hero-sub-flexbox {
    padding-left: 0;
  }

  .benefits-top-left-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-slide-heading-2 {
    text-align: center;
    font-size: 1.25rem;
  }

  .benefit-heading-2 {
    font-size: 40px;
  }

  .benefits-slide-header-2 {
    min-height: 100px;
  }

  .benefits-slide-description-2 {
    font-size: 18px;
  }

  .heading-21.first {
    margin-left: 0;
    font-size: 25px;
  }

  .heading-21.second {
    font-size: 25px;
  }

  .priniciple-content {
    padding-left: 75px;
    font-size: 18px;
  }

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

  .heading-20 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 40px;
  }

  .our-guiding-content-wrapper-2 {
    flex-flow: column;
  }

  .current-opening-tab-link-2 {
    font-size: 1rem;
  }

  .current-text-2 {
    letter-spacing: -1.12px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.19;
  }

  .page-padding-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .section-current-openings-2 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .opening-text-2 {
    letter-spacing: -1.12px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.19;
  }

  .career-contact-content-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 30px;
  }

  .heading-23, .heading-58 {
    font-size: 36px;
  }

  .f-form-steps-item.is---1 {
    padding-top: 4rem;
  }

  .f-form-steps-item.is---1.contactdetails {
    padding-top: 8rem;
  }

  .heading-57 {
    font-size: 36px;
  }

  .f-left-wrapper {
    z-index: 99;
    margin-top: 74px;
  }

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--video-left {
    padding: .8rem 1.1rem;
  }

  .heading-59 {
    font-size: 36px;
  }

  .text-block-78, .f-form-button {
    font-size: 14px;
  }

  .heading-56 {
    font-size: 36px;
  }

  .heading-55 {
    font-size: 30px;
  }

  .f-steps-wrap.is--1 {
    grid-row-gap: 1.5rem;
  }

  .cs-section-2 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-2.hero {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gurukul-hero-content-wrapper {
    margin-top: 80px;
  }

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

  .paragraph-22 {
    text-align: left;
    font-size: 25px;
  }

  .paragraph-23 {
    margin-bottom: 0;
  }

  .the-vision-heading-2 {
    font-size: 32px;
  }

  .cs--vision-paragrapgh-5, .cs--vision-paragrapgh-6 {
    font-size: 18px;
    line-height: 150%;
  }

  .the-vision-heading-3 {
    font-size: 32px;
  }

  .cs-footer-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-89 {
    font-size: 14px;
  }

  .paragraph-35 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-section-3 {
    padding: 20px 30px;
  }

  .sevax-container {
    margin-top: 30px;
  }

  .sevax-hero-para {
    font-size: 18px;
  }

  .sevax-hero-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .sevax-logo-wrapper {
    margin-bottom: 30px;
  }

  .image-50 {
    width: 120px;
  }

  .div-block-12 {
    width: 200px;
    display: flex;
  }

  .div-block-42 {
    padding-top: 40px;
  }

  .sevax-section {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sevax-section.number-scroll {
    padding-bottom: 40px;
  }

  .mock-up-flext-wrapper {
    padding-top: 20px;
  }

  .cs--vision-paragrapgh-7 {
    font-size: 18px;
    line-height: 150%;
  }

  .image-51 {
    z-index: -1;
    width: 50px;
  }

  .image-52 {
    z-index: -1;
    width: 80px;
    top: 18%;
  }

  .the-vision-heading-4 {
    font-size: 32px;
  }

  .image-53 {
    width: 50px;
    top: 5%;
  }

  .image-54 {
    width: 80px;
  }

  .the-vision-heading-5 {
    font-size: 32px;
  }

  .image-55 {
    z-index: -1;
    width: 50px;
  }

  .image-56 {
    z-index: -1;
    width: 80px;
    top: 18%;
  }

  .the-vision-heading-6 {
    font-size: 32px;
  }

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

  .text-block-77, .text-block-74, .text-block-76 {
    font-size: 16px;
  }

  .heading-15 {
    font-size: 35px;
  }

  .number-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .number {
    height: 70px;
    font-size: 40px;
  }

  .number-column {
    font-size: 30px;
  }

  .text-block-75 {
    font-size: 16px;
    line-height: 100%;
  }

  .cs-footer-section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-90 {
    font-size: 14px;
  }

  .paragraph-36 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-section-4 {
    padding: 20px 30px;
  }

  .cs-section-3 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-3.cp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-content {
    max-width: 650px;
    padding: 20px;
  }

  .glass-efect-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .glass-effect-card {
    padding: 30px 20px;
  }

  .paragraph-14 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .cs-section-4 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-4.first {
    margin-top: 30px;
  }

  .the-vision-heading-7 {
    font-size: 32px;
  }

  .cs--vision-paragrapgh-8 {
    font-size: 18px;
    line-height: 150%;
  }

  .cs-section-5 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs--vision-paragrapgh-9 {
    font-size: 18px;
    line-height: 150%;
  }

  .the-vision-heading-8 {
    font-size: 32px;
  }

  .cs-section-6 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .the-vision-heading-9 {
    font-size: 32px;
  }

  .cs--vision-paragrapgh-10 {
    font-size: 18px;
    line-height: 150%;
  }

  .cs-footer-section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-91 {
    font-size: 14px;
  }

  .footer-heading-2 {
    font-size: 16px;
  }

  .paragraph-37 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-section-5 {
    padding: 20px 30px;
  }

  .heading-17 {
    font-size: 40px;
  }

  .sp-left-hero-content {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .sp-hero-content-wrapper {
    margin-top: 40px;
  }

  .se-hero-heading {
    font-size: 40px;
  }

  .sp-right-hero-content {
    margin-bottom: -86px;
  }

  .sp-cs-section {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .paragraph-15, .text-block-16 {
    font-size: 18px;
  }

  .avatar-main-wrapper {
    margin-top: 20px;
  }

  .cs-section-7 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-7.se {
    padding: 30px 30px 20px;
  }

  .cs--vision-paragrapgh-11 {
    font-size: 18px;
    line-height: 150%;
  }

  .green-wave-anime {
    left: -10%;
  }

  .green-wave-anime.middle {
    top: -8%;
  }

  .green-wave-anime.on-bottom-flex {
    top: -12%;
    left: -11%;
  }

  .the-vision-heading-10 {
    font-size: 32px;
  }

  .cs-section-8 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-8.se {
    padding: 30px 30px 20px;
  }

  .cs--vision-paragrapgh-12 {
    font-size: 18px;
    line-height: 150%;
  }

  .the-vision-heading-11 {
    font-size: 32px;
  }

  .cs-section-9 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-9.se {
    padding: 30px 30px 20px;
  }

  .cs--vision-paragrapgh-13 {
    font-size: 18px;
    line-height: 150%;
  }

  .the-vision-heading-12 {
    font-size: 32px;
  }

  .se-bottom-ielts-section {
    padding: 30px 20px 30px 30px;
  }

  .spoken-english-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .se-bottom-flexbox {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .se-bottom-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .se-bottom-grid-card {
    padding: 20px;
  }

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

  .course-content-wrapper {
    opacity: 1;
  }

  .spoken-english-flex {
    margin-top: 10px;
  }

  .image-21 {
    width: 80px;
    height: 80px;
  }

  .spoken-english-text {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .success-story-section {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-28 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 20px;
  }

  .success-story-rating-container {
    flex-flow: wrap;
  }

  .text-block-30, .text-block-33 {
    font-size: 16px;
  }

  .success-story-wrapper {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .success-story-main-wrapper {
    width: auto;
    height: auto;
    padding: 20px 0;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .text-block-35, .text-block-34 {
    font-size: 28px;
  }

  .cs-footer-section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .footer-heading-3 {
    font-size: 16px;
  }

  .paragraph-38 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-section-6 {
    padding: 20px 30px;
  }

  .heading-33 {
    font-size: 20px;
  }

  .heading-34 {
    font-size: 18vw;
  }

  .text-block-81 {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
  }

  .bold-text-4 {
    font-size: 8vw;
  }

  .hero-sticky-phone {
    height: auto;
  }

  .hero-section-1 {
    padding-top: 10px;
  }

  .section {
    padding: 40px 30px;
  }

  .paragraph-28 {
    font-size: 22px;
  }

  .fix-text-holder {
    padding-top: 4vw;
  }

  .heading-63 {
    text-align: center;
    font-size: 50px;
  }

  .text-block-92, .text-block-82 {
    font-size: 18px;
  }

  .image-34 {
    width: 160px;
    height: 160px;
  }

  .heading-10 {
    font-size: 4vw;
  }

  .div-block-26 {
    padding: 40px 30px;
  }

  .paragraph-31 {
    font-size: 18px;
  }

  .paragraph-30 {
    font-size: 20px;
  }

  .text-block-84 {
    font-size: 14px;
    top: 7%;
  }

  .care-wrapper {
    padding: 40px 30px;
  }

  .div-block-27 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .care-card {
    min-height: 343px;
    padding: 20px;
  }

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

  .heading-65 {
    font-size: 50px;
  }

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

  .section-4 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-block {
    width: auto;
  }

  .faq-holder {
    flex-flow: column;
  }

  .faq-section {
    padding: 0 30px;
  }

  .heading-11 {
    max-width: none;
    font-size: 28px;
  }

  .footer-heading-4 {
    font-size: 16px;
  }

  .paragraph-39 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-section-7 {
    padding: 20px 30px;
  }

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

  .navbar-button-2 {
    font-size: 1rem;
  }

  .paragraph-40 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .footer-heading-5 {
    font-size: 16px;
  }

  .blog-card {
    width: auto;
  }

  .heading-53 {
    font-size: 20px;
  }

  .text-block-73 {
    font-size: 16px;
  }

  .contact-section-content-main-wrapper {
    flex-flow: column;
  }

  .div-block-49 {
    min-width: auto;
  }

  .heading-72 {
    text-align: center;
    font-size: 35px;
  }

  .paragraph-42 {
    font-size: 18px;
  }

  .contact-section-button-wrapper {
    flex-flow: column;
  }

  .contact-section-new {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .job-opening-content-main-wrapper-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .paragraph-18 {
    font-size: 18px;
  }

  .scroll-content-main-wrapper-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .text-color-dark-purple {
    font-size: 55px;
  }

  .text-color-dark-purple.text-weight-semibold {
    font-size: 50px;
  }

  .how-we-work-heading {
    margin-bottom: 100px;
    font-size: 50px;
  }

  .highlight-page-heading.heading-style-h1 {
    font-size: 25px;
  }

  .research-detail-2 {
    font-size: 1rem;
  }

  .how-we-look-main-wrapper {
    padding-bottom: 6rem;
  }

  .how-we-work-main-wrapper {
    height: auto;
  }

  .how-we-work-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    height: 100vh;
  }

  .scroll-main-wrapper-2 {
    height: 100vh;
  }

  .text-color-dark-purple-2 {
    font-size: 40px;
    line-height: 100%;
  }

  .how-we-look-heading {
    font-size: 40px;
  }

  .text-color-grey-2 {
    font-size: 18px;
  }

  .section-scroll-2 {
    padding-left: 10px;
  }

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

  .text-block-80 {
    min-width: 300px;
    max-width: none;
  }

  .explore-page-heading {
    font-size: 40px;
    line-height: 109.37%;
  }

  .explore-page-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 500px;
    padding: 20px;
  }

  .text-block-17 {
    font-size: 25px;
  }

  .explore-page-main-wrapper {
    padding-top: 3.9rem;
  }

  .explore-page-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .explore-page-card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-79 {
    min-width: 300px;
    max-width: none;
  }

  .privacy-policy-right-content-wrapper {
    margin-top: 2rem;
  }

  .hero-privacy-main-wrapper {
    border-radius: .31rem;
    margin-top: 5rem;
    padding: 83.5px 1rem;
  }

  .privacy-tc-mobile-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .privacy-dot {
    display: none;
  }

  .privacy-heading-2.text-color-white-2 {
    font-size: 24px;
    line-height: 125%;
  }

  .privacy-heading-2.text-color-white {
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
  }

  .accordion-answer {
    color: #4b5563;
  }

  .tab-left-heading {
    border-radius: 15.16px;
    max-width: none;
    padding-top: .93rem;
    padding-bottom: .93rem;
  }

  .privacy-link-wrapper {
    border-top-width: 0;
    border-bottom-width: 0;
    flex: none;
  }

  .privacy-link-wrapper.last {
    border-bottom-width: 0;
  }

  .privacy-tab-content-description {
    font-size: 1rem;
  }

  .privacy-policy-left-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: none;
    overflow: auto;
  }

  .privacy-policy-content-main-wrapper {
    grid-column-gap: 1.18rem;
    grid-row-gap: 1.18rem;
    flex-flow: column;
    padding-top: 1.25rem;
    padding-bottom: 2.187rem;
    display: flex;
  }

  .accordion-question {
    font-size: 1.125rem;
  }

  .text-color-white-2.text-align-center {
    font-size: 16px;
    line-height: 150%;
  }

  .privacy-policy-content-wrapper {
    flex-flow: column;
    display: none;
  }

  .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47 {
    color: #4b5563;
    font-size: 1rem;
  }

  .paragraph-48 {
    color: var(--diim-grey);
    font-size: 1rem;
  }

  .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54 {
    color: #4b5563;
    font-size: 1rem;
  }

  .hero-privacy-main-wrapper-2 {
    border-radius: .31rem;
    margin-top: 4rem;
    padding: 83.5px 1rem;
  }

  .privacy-tab-content-description-2 {
    font-size: 1rem;
  }

  .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-63 {
    color: #4b5563;
    font-size: 1rem;
  }

  .heading-73, .text-span-16 {
    font-size: 35px;
  }

  .paragraph-64 {
    font-size: 22px;
  }

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

  .heading-51 {
    font-size: 40px;
  }

  .blog-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-hero-content-main-wrapper {
    height: auto;
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .banners-main-wrapper-4 {
    margin-bottom: 4rem;
  }

  .blog-details-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-78 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .badges-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .section-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-blog-post {
    padding-bottom: 60px;
  }

  .start-image-wrapper {
    width: 11.11em;
    min-width: 10em;
    height: 11.11em;
    min-height: 10em;
  }

  .we-re-top-main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .we-re-top-content-wrapper {
    grid-row-gap: 35px;
  }

  .we-re-top-heading {
    font-size: 2em;
  }

  .multiple-award-content-wrapper {
    grid-row-gap: 30px;
  }

  .multiple-award-heading {
    font-size: 2rem;
  }

  .product-launched-main-wrapper {
    padding-bottom: 50px;
  }

  .our-guiding-star-image-wrapper {
    top: 30px;
    right: -12px;
  }

  .award-card-main-wrapper {
    grid-template-columns: 1fr;
  }

  .visionaries-header-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .visionaries-what-we-do-wrapper {
    right: 0%;
  }

  .hero-case-study-image-main-wrapper {
    margin-left: 0;
  }

  .horizontal-line.hide-mobile {
    display: none;
  }

  .hero-heading {
    font-size: 10.2em;
  }

  .right-wrapper {
    padding-top: 2.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .carousel-fixed-item.position {
    display: none;
  }

  .iso-image-content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .contact-form-radio-grid {
    grid-template-columns: auto;
  }

  .animated-certified-logo-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    padding-bottom: 80px;
  }

  .container-w2.gutter-outside {
    padding-left: 0;
    padding-right: 0;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  ._3d-tablet-inner {
    margin-top: 20px;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .section-tablet-scroll-animation {
    padding-bottom: 0;
  }

  .cs-container {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us-section {
    height: 100vh;
  }

  .global-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-roxxgen-heading {
    margin-top: 0;
    font-size: 24px;
  }

  .our-vision-section {
    padding-bottom: 0;
  }

  .paragrapgh-wrapper {
    width: 320px;
    height: 350px;
  }

  .vision-para {
    max-width: none;
    font-size: 22px;
  }

  .heading-3 {
    line-height: 100%;
  }

  .meet-the-founder-section {
    padding-top: 0;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 130%;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .image-block, .image-block-copy {
    width: auto;
  }

  .paragraph-3 {
    color: var(--darkblack);
  }

  .line {
    width: auto;
  }

  .flip-box-front {
    padding: 20px;
  }

  .paragraph-5 {
    color: var(--darkblack);
  }

  .meet-the-team-heading {
    color: var(--darkblack);
    text-align: center;
    line-height: 100%;
  }

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

  .paragraph-6 {
    font-size: 16px;
  }

  .lets-chat-button {
    height: 50px;
  }

  .lets-chat-button.start-a-project {
    width: 170px;
  }

  .heading-5 {
    text-align: center;
  }

  .lets-chat {
    margin-top: 7px;
    margin-left: -12px;
  }

  .button-paints {
    width: 170px;
  }

  .heading-6 {
    color: #fff;
  }

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

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

  .case-study-image-2._2, .case-study-image-2._6, .case-study-image-2._3, .case-study-image-2._1, .case-study-image-2._4, .case-study-image-2._5 {
    height: 40vh;
  }

  .section-casee-study-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .bottom-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section {
    padding-top: 0;
  }

  .the-vision-heading {
    font-size: 32px;
  }

  .cs-footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pp-left-hero-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gurukul-hero-heading {
    line-height: 130%;
  }

  .bottom-text-section.pp {
    padding-top: 20px;
  }

  .footer-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .career-hero-heading-2 {
    font-size: 60px;
  }

  .div-block-11 {
    font-size: 18px;
  }

  .benefit-heading-2 {
    font-size: 40px;
  }

  .priniciple-content {
    padding-left: 74px;
  }

  .heading-20 {
    font-size: 40px;
  }

  .our-guiding-section {
    margin-top: 30px;
  }

  .career-contact-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-23 {
    font-size: 36px;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .f-custom-indicator-title {
    font-size: .75rem;
  }

  .f-custom-indicator {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    padding: .75rem .25rem;
  }

  .f-container.is--video-left {
    padding: 0;
  }

  .f-custom-indicator-icon {
    width: 1.25rem;
  }

  .f-custom-indicator-description {
    display: none;
  }

  .f-form-button.start {
    padding: .6rem .9rem .6rem 0;
    font-size: 13px;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-section-2 {
    padding-top: 0;
  }

  .paragraph-22 {
    text-align: left;
    font-size: 20px;
  }

  .the-vision-heading-2, .the-vision-heading-3 {
    font-size: 32px;
  }

  .cs-footer-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sevax-container {
    justify-content: center;
    align-items: center;
  }

  .sevax-hero-heading {
    font-size: 40px;
  }

  .image-15 {
    width: 200px;
  }

  .sevax-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .sevax-section {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sevax-section.number-scroll {
    padding-bottom: 40px;
  }

  .mock-up-flext-wrapper {
    padding-top: 0;
  }

  .image-52 {
    top: 17%;
  }

  .the-vision-heading-4 {
    font-size: 32px;
  }

  .image-54 {
    top: -1%;
  }

  .the-vision-heading-5 {
    font-size: 32px;
  }

  .image-56 {
    top: 17%;
  }

  .the-vision-heading-6 {
    font-size: 32px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .number-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .number {
    font-size: 28px;
  }

  .cs-footer-section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-section-3 {
    padding-top: 0;
  }

  .cs-section-3.cp {
    padding-left: 30px;
  }

  .glass-efect-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cs-section-4 {
    padding-top: 0;
  }

  .the-vision-heading-7 {
    font-size: 32px;
  }

  .cs-section-5 {
    padding-top: 0;
  }

  .the-vision-heading-8 {
    font-size: 32px;
  }

  .cs-section-6 {
    padding-top: 0;
  }

  .the-vision-heading-9 {
    font-size: 32px;
  }

  .cs-footer-section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-17 {
    font-size: 40px;
  }

  .sp-left-hero-content {
    width: auto;
    min-width: auto;
  }

  .sp-hero-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .se-hero-heading {
    font-size: 40px;
  }

  .sp-cs-section {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .cs-section-7 {
    padding-top: 0;
  }

  .the-vision-heading-10 {
    font-size: 32px;
  }

  .cs-section-8 {
    padding-top: 0;
  }

  .the-vision-heading-11 {
    font-size: 32px;
  }

  .cs-section-9 {
    padding-top: 0;
  }

  .the-vision-heading-12 {
    font-size: 32px;
  }

  .se-bottom-ielts-section {
    padding-bottom: 30px;
  }

  .spoken-english-heading {
    text-align: center;
  }

  .se-bottom-flexbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .success-story-rating-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .success-story-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .number-mask-succes-story {
    height: 30px;
  }

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

  .cs-footer-section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .marketing-top-heading-div {
    margin-top: 0;
    padding-bottom: 0;
  }

  .text-block-81 {
    font-size: 14px;
    line-height: 130%;
  }

  .bold-text-4 {
    font-size: 8vw;
  }

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

  .heading-63 {
    color: var(--darkblack);
    font-size: 40px;
  }

  .image-34 {
    width: 150px;
    height: 150px;
  }

  .heading-10 {
    font-size: 4vw;
  }

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

  .heading-65 {
    font-size: 40px;
  }

  .paragraph-39 {
    color: var(--darkblack);
  }

  .footer-section-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-96 {
    font-size: 14px;
  }

  .heading-72 {
    font-size: 30px;
  }

  .paragraph-42 {
    font-size: 16px;
  }

  .contact-section-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-color-dark-purple {
    font-size: 50px;
  }

  .text-color-dark-purple.text-weight-semibold {
    font-size: 3rem;
  }

  .how-we-work-heading {
    margin-bottom: 140px;
    font-size: 3rem;
  }

  .how-we-look-main-wrapper {
    padding-bottom: 5rem;
  }

  .how-we-work-wrapper {
    height: 100vh;
  }

  .scroll-main-wrapper-2 {
    height: 90vh;
  }

  .text-color-dark-purple-2 {
    font-size: 35px;
  }

  .how-we-look-heading {
    font-size: 2.5rem;
  }

  .text-block-18 {
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .section-explore-page {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-80 {
    min-width: 300px;
  }

  .explore-page-heading {
    font-size: 30px;
    line-height: 109.37%;
  }

  .text-block-17 {
    font-size: 1.3rem;
  }

  .explore-page-card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-block-79 {
    min-width: 300px;
  }

  .text-block-22, .text-block-24 {
    color: #4a4a4a;
  }

  .tab-left-heading {
    background-color: #f6f6f6;
    background-image: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-25 {
    color: #4a4a4a;
  }

  .privacy-policy-left-content-wrapper {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-23, .accordion-question, .text-block-21, .text-block-20, .text-block-99 {
    color: #4a4a4a;
  }

  .hero-privacy-main-wrapper-2 {
    margin-top: 5rem;
  }

  .text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104 {
    color: #4a4a4a;
  }

  .heading-51 {
    font-size: 36px;
  }

  .global-padding-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-hero-content-main-wrapper {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .banners-main-wrapper-4 {
    margin-bottom: 4rem;
  }

  .text-block-46 {
    padding-bottom: 100px;
  }

  .marketing-top-heading-div-2 {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-78 {
    color: #1e1e1e;
  }
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd450353432-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353437-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035343c-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353441-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353447-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035344d-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353453-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd450353560-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353579-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd45035357c-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd45035357e-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd450353581-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd4503535ea-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503535f4-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503535f5-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503535fa-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503535fb-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353600-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353601-47ddd342, #w-node-a1528fe6-c014-ef81-7c6c-ed57f0ade492-47ddd342, #w-node-a1528fe6-c014-ef81-7c6c-ed57f0ade493-47ddd342, #w-node-b685e49a-0b5b-c6eb-0fbb-fd7282c1bc29-47ddd342, #w-node-b685e49a-0b5b-c6eb-0fbb-fd7282c1bc2a-47ddd342, #w-node-dbdf80ed-5e34-21b7-8688-a43a28cb9071-47ddd342, #w-node-dbdf80ed-5e34-21b7-8688-a43a28cb9072-47ddd342, #w-node-_34f613c9-df84-a0a8-be00-3fd8f20a3cf2-47ddd342, #w-node-_34f613c9-df84-a0a8-be00-3fd8f20a3cf3-47ddd342, #w-node-_34701dd3-0b71-d624-aa84-6b5996988d1a-47ddd342, #w-node-_34701dd3-0b71-d624-aa84-6b5996988d1b-47ddd342, #w-node-_3019bae4-7b40-b0a2-22de-c1853ba1b32c-47ddd342, #w-node-_3019bae4-7b40-b0a2-22de-c1853ba1b32d-47ddd342, #w-node-_362783c2-b074-3b54-6893-86787c56e624-47ddd342, #w-node-_362783c2-b074-3b54-6893-86787c56e625-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd45035366f-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353674-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353679-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035367e-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353683-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353688-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353692-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353697-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035369c-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536a1-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536a6-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536ab-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536b0-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536b5-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536ba-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536bf-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536c4-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd4503536c8-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd4503536c9-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd4503536cb-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd4503536ce-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536d3-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536d8-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536ed-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536f2-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536f7-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd4503536fc-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353701-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353706-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353710-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353715-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035371a-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035371f-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353724-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353729-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035372e-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353733-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353738-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035373d-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353742-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd450353746-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd450353747-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd45035374c-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353751-47ddd342, #w-node-dbf3a369-f952-bb3c-2e67-4fd450353756-47ddd342 {
  justify-self: start;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd4503537dc-47ddd342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf3a369-f952-bb3c-2e67-4fd450353838-47ddd342 {
  justify-self: start;
}

#w-node-acb190d1-c582-493a-d30e-5688802044a7-47593363 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0efd9a93-638a-2fcc-c45b-90d9f54c93a3-47ddd35b, #w-node-_0efd9a93-638a-2fcc-c45b-90d9f54c94af-47ddd35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0efd9a93-638a-2fcc-c45b-90d9f54c94cc-47ddd35b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0efd9a93-638a-2fcc-c45b-90d9f54c93c3-47ddd35b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-acb190d1-c582-493a-d30e-5688802044a7-47593363 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}



/* ------------------------------------------------------------- */
/* NEW DESKTOP VIEWPORT FIT OVERRIDES FOR HOW WE WORK SECTION 2  */
/* ------------------------------------------------------------- */

@media screen and (min-width: 992px) {
  /* 1. Ensure layout container takes full container width (no horizontal gaps) */
  .scroll-content-main-wrapper-2 {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    /* Use a fluid gap that shrinks on shorter viewports to save vertical space */
    grid-row-gap: clamp(1.5rem, 6vh, 8rem) !important;
    row-gap: clamp(1.5rem, 6vh, 8rem) !important;
  }

  /* 2. Left-align heading and introduction text */
  .scroll-main-header-wrappe-2 {
    max-width: 45rem;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  /* 3. Horizontal layout: push bulb to left and stage text to far right */
  .research-content-wrapper-2 {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    align-items: center !important;
  }

  /* 4. Align bulb right below heading, leaving space for left absolute cards
     Set explicit base height and width on the outer wrapper to establish a consistent layout box
  */
  .scroll-content-main-wrapper-2 .research-image-wrapper,
  .scroll-content-main-wrapper-2 .design-image-wrapper,
  .scroll-content-main-wrapper-2 .build-image-wrappr,
  .scroll-content-main-wrapper-2 .understanding-image-wrapper {
    margin-left: 150px !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: none !important;
    width: 250px !important;
    height: 250px !important;
    position: relative !important;
  }

  /* 5. Push stage text wrapper to the far right */
  .scroll-content-main-wrapper-2 .research-header-wrapper {
    max-width: 510px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    flex: none !important;
  }

  /* 6. Increase stage text font sizes and remove bottom margins to eliminate spacing gaps */
  .scroll-content-main-wrapper-2 .research-sub-heading-2 {
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
  }
  .scroll-content-main-wrapper-2 .research-heading-2 {
    color: #252525 !important; /* Make the title text visible! */
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
  }
  .scroll-content-main-wrapper-2 .research-detail-2 {
    font-size: 1.35rem !important;
    line-height: 1.5 !important;
    color: #4a4a4a !important;
    margin-top: 12px !important;
  }

  /* 7. Height-responsive adjustments: scale down only graphics and row-gaps on short viewports */
  @media (max-height: 900px) {
    .scroll-content-main-wrapper-2 .research-image-wrapper,
    .scroll-content-main-wrapper-2 .design-image-wrapper,
    .scroll-content-main-wrapper-2 .build-image-wrappr,
    .scroll-content-main-wrapper-2 .understanding-image-wrapper {
      width: 210px !important;
      height: 210px !important;
      transform: scale(0.84) !important;
      transform-origin: center center !important;
      margin-left: 120px !important;
    }
  }

  @media (max-height: 780px) {
    .scroll-content-main-wrapper-2 .research-image-wrapper,
    .scroll-content-main-wrapper-2 .design-image-wrapper,
    .scroll-content-main-wrapper-2 .build-image-wrappr,
    .scroll-content-main-wrapper-2 .understanding-image-wrapper {
      width: 170px !important;
      height: 170px !important;
      transform: scale(0.68) !important;
      transform-origin: center center !important;
      margin-left: 100px !important;
    }
    .text-color-dark-purple-2 {
      font-size: 3.2rem !important;
    }
  }

  @media (max-height: 650px) {
    .scroll-content-main-wrapper-2 .research-image-wrapper,
    .scroll-content-main-wrapper-2 .design-image-wrapper,
    .scroll-content-main-wrapper-2 .build-image-wrappr,
    .scroll-content-main-wrapper-2 .understanding-image-wrapper {
      width: 140px !important;
      height: 140px !important;
      transform: scale(0.56) !important;
      transform-origin: center center !important;
      margin-left: 80px !important;
    }
    .text-color-dark-purple-2 {
      font-size: 2.8rem !important;
    }
  }

  /* 8. Center and constrain the iPad mockup on the home page within 100vh */
  .section-tablet-scroll-animation {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
    background-color: #fff !important;
  }

  .section-tablet-scroll-animation .container-w2 {
    width: 100% !important;
    max-width: 83.125em !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-tablet-scroll-animation .tablet-mockup-animation,
  .section-tablet-scroll-animation ._3d-tablet-wrap,
  .section-tablet-scroll-animation ._3d-tablet-inner {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .section-tablet-scroll-animation .ipad-mockup {
    width: 90% !important;
    max-width: 1050px !important;
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  .section-tablet-scroll-animation .ipad-shape {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .section-tablet-scroll-animation .ipad-screen {
    width: 93.8% !important;
    height: 91.6% !important;
    top: 4% !important;
    left: 3% !important;
    position: absolute !important;
    z-index: 1 !important;
  }

  /* Height-responsive max-width limits to prevent vertical overflow */
  @media (max-height: 850px) {
    .section-tablet-scroll-animation .ipad-mockup {
      max-width: 900px !important;
    }
  }

  @media (max-height: 720px) {
    .section-tablet-scroll-animation .ipad-mockup {
      max-width: 750px !important;
    }
  }

  @media (max-height: 620px) {
    .section-tablet-scroll-animation .ipad-mockup {
      max-width: 600px !important;
    }
  }

  /* 9. Reduce padding above and below the We craft section (under the tab) */
  .we-re-top-main-wrapper {
    padding-top: 60px !important; /* Reduced from 150px to save vertical space */
    padding-bottom: 60px !important; /* Reduced from 200px to save vertical space */
  }

  /* 10. Reduce padding and margin around the awards section */
  .banners-main-wrapper-3 {
    margin-bottom: 0.5rem !important; /* Extremely reduced to close the gap */
  }

  .multiple-award-main-wrapper {
    padding-top: 1.5rem !important; /* Reduced from 220px to 1.5rem (24px) */
    padding-bottom: 6rem !important; /* Reduced from 220px to 6rem (96px) */
  }

  /* 11. Reduce products slider vertical spacing */
  .product-launched-main-wrapper {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  /* 12. Reduce partners section vertical spacing to eliminate spacing gaps */
  .partner-main-wrapper {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  /* 13. Reduce journey section ("Build Something That Matters") vertical spacing */
  .join-our-journey-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* 14. Fix About Us title section spacing and height */
  .about-us-content-wrapper {
    height: 100vh !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* 15. Scale up About Us title font sizes and blinking icon wrapper */
  .visionnaries-heading {
    font-size: 6.8em !important;
  }
  .eye-image-main-wrapper {
    width: 7.5em !important;
    height: 5.4em !important;
  }

  /* 16. Expand scroll distance (padding) for Vision & Mission transition */
  .sour-vission-sticky-main-wrapper {
    height: 350vh !important;
  }
  .our-vision-section {
    padding-top: 150px !important;
  }

  /* 17. Style Marketing page hero word "Innovative" with Playfair Display Italic */
  .text-span-11,
  .text-span-11 strong {
    font-family: 'Playfair Display', sans-serif !important;
    font-style: italic !important;
    font-weight: 600 !important;
    color: var(--rg-purple) !important;
  }

  /* 18. Align careers active tab colors with the brand purple */
  .current-opening-tab-link-2.w--current {
    background-color: var(--rg-purple) !important;
    border-color: var(--rg-purple) !important;
  }

  /* 19. Career Job Card Interactive Hover Style with brand colors */
  .job-opening-content-main-wrapper-2 {
    border-bottom: 1px solid rgba(147, 51, 234, 0.2) !important;
    transition: all 0.3s ease !important;
  }
  .job-opening-content-main-wrapper-2:hover {
    background-color: rgba(147, 51, 234, 0.05) !important;
    border-bottom: 1px solid var(--rg-purple) !important;
  }
  .job-opening-tag-2 {
    color: #1e1e1e !important;
    border: 1px solid rgba(147, 51, 234, 0.4) !important;
    background-color: rgba(147, 51, 234, 0.05) !important;
  }
}

/* --- Antigua Custom Edits --- */

/* 1. Reset focus indicators on all navigation link elements */
.nav-link:focus,
.nav-link:focus-visible,
.w-nav-link:focus,
.w-nav-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 992px) {
  /* 2. Brand purple active underline indicator color override */
  .nav-link {
    display: inline-block !important;
    position: relative !important;
  }
  .nav-link.w--current:after {
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 100% !important;
    content: '.' !important;
    color: transparent !important;
    background: var(--rg-purple) !important;
    height: 1px !important;
  }
}

/* 3. Scaled up Vision & Mission section typography on About Us page */
@media screen and (min-width: 992px) {
  .our, .vision, .heading-73 {
    font-size: 4.5rem !important;
    line-height: 1.1 !important;
  }
  .vision-para, .paragraph-64 {
    font-size: 36px !important;
    max-width: 1000px !important;
    line-height: 1.35 !important;
  }
}

@media screen and (max-width: 991px) {
  .our, .vision, .heading-73 {
    font-size: 3rem !important;
    line-height: 1.1 !important;
  }
  .vision-para, .paragraph-64 {
    font-size: 24px !important;
    max-width: none !important;
    line-height: 1.35 !important;
  }
}

@media screen and (max-width: 479px) {
  .our, .vision, .heading-73 {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
  }
  .vision-para, .paragraph-64 {
    font-size: 18px !important;
    max-width: none !important;
    line-height: 1.35 !important;
  }
}

/* 4. Careers and Job Openings page refinements */
.text-span-2 {
  color: var(--rg-purple) !important;
  letter-spacing: -2px !important;
  font-family: Playfair Display, sans-serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
}

.job-opening-content-main-wrapper-2 {
  align-items: flex-start !important;
  text-align: left !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.heading-22 {
  font-size: 22px !important;
}

.current-opening-lp-badge {
  width: 140px !important;
  height: 140px !important;
}

@media screen and (max-width: 767px) {
  .current-opening-lp-badge {
    width: 48px !important;
    height: 48px !important;
  }
  .job-opening-content-main-wrapper-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

/* 5. Dark Blog Hero with Viewport Height (Portview) */
.section-blog-hero-2 {
  background-color: #0c0a0f !important;
  background-image: linear-gradient(0deg, rgba(147, 51, 234, 0.15), rgba(12, 10, 15, 0.8)), url('../images/Grid-1.svg') !important;
  height: 100vh !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.section-blog-hero-2 .padding-global-2 {
  width: 100%;
}

.section-blog-hero-2 .visionnaries-heading {
  color: #ffffff !important;
}

.section-blog-hero-2 .text-block-86 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.section-blog-hero-2 .heading-50 {
  color: var(--rg-purple) !important;
}

/* 6. Dark marquee background for careers.html and detail_job-openings.html */
.section-current-openings-2 {
  background-color: #ffffff !important;
  border: none !important;
  outline: none !important;
  padding-top: 0 !important;  /* Remove gap so dark marquee starts flush at section boundary */
}
.marquee-wrapper {
  background-color: #0c0a0f !important;
  border: none !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
}
.section-current-openings-2 .marquee-wrapper {
  margin-top: 0 !important;
  margin-bottom: 60px !important;
}
.current-text-2 {
  color: #ffffff !important;
}
.opening-text-2 {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* Fix: banners-main-wrapper dark background must not show inside white section-banners */
.section-banners .banners-main-wrapper {
  background-color: transparent !important;
}

/* Tab spacing adjustment */
.current-opening-tab-content-2 {
  margin-top: 48px !important;
}

/* Spacing and layout for job cards inside the collection list */
.collection-opening-collection-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

/* 7. About Us Mobile Hero Text size and icon alignment overrides */
@media screen and (max-width: 767px) {
  .visionnaries-heading {
    font-size: 2.8rem !important;
    line-height: 1.2 !important;
  }
  .eye-image-main-wrapper {
    width: 3.8rem !important;
    height: 2.8rem !important;
  }
}

/* 8. Marketing page mobile scaling and layout adjustments */
@media screen and (max-width: 767px) {
  .container-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .hero-card-heading-2 {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
    padding-top: 40px !important;
    margin-bottom: 20px !important;
  }
  .bold-text-4 {
    font-size: 2.2rem !important;
  }
  .hero-sticky-phone {
    position: relative !important;
    height: auto !important;
    margin-top: 20px !important;
  }
  .hero-relative-2 {
    height: auto !important;
    padding-bottom: 40px !important;
  }
  .hero-text {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    font-size: 3.5rem !important;
    line-height: 1.2 !important;
  }
  .heading-34 {
    font-size: 3.5rem !important;
  }
  .fix-sticky-phone {
    position: relative !important;
    height: auto !important;
    margin-top: 20px !important;
  }
  .fix-relative {
    height: auto !important;
  }
  .fix-image-spacer {
    display: none !important;
  }
  .text-relative-holder {
    position: relative !important;
    margin-top: 20px !important;
  }
  .div-block-25 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* 9. Careers and Job Details Page Mobile Responsiveness Refinements */
@media screen and (max-width: 767px) {
  /* Scale down the massive career hero heading to fit elegantly on mobile viewports */
  .career-hero-heading-2 {
    font-size: 2.2rem !important;
    line-height: 1.25 !important;
    margin-top: 32px !important;
    margin-bottom: 24px !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
  
  .career-hero-heading-2 .heading-style-h1 {
    font-size: inherit !important;
  }

  /* Make sure spacing and alignment look integrated and premium */
  .career-hero-content-wrapper-2 {
    align-items: flex-start !important;
  }

  .career-hero-flexbox {
    align-items: stretch !important;
    grid-row-gap: 20px !important;
    padding-left: 0 !important;
  }

  .career-hero-paragraph {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    margin-top: 0 !important;
  }

  .career-hero-sub-flexbox {
    align-items: flex-start !important;
    padding-left: 0 !important;
    margin-top: 32px !important;
    text-align: left !important;
  }

  .heading-19 {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  .paragraph-17 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  /* Premium horizontal swipe scroll tabs with pill-shaped active buttons and hidden scrollbars */
  .current-opening-tab-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    justify-content: flex-start !important;
    padding-bottom: 8px !important;
    gap: 10px !important;
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
  }

  .current-opening-tab-menu::-webkit-scrollbar {
    display: none !important; /* Hide scrollbars for Webkit browsers */
  }

  .current-opening-tab-link-2 {
    font-size: 0.95rem !important;
    padding: 10px 24px !important;
    border-radius: 100px !important; /* Premium rounded pill tabs */
    flex-shrink: 0 !important;
    border: 1px solid rgba(147, 51, 234, 0.3) !important;
    transition: all 0.3s ease !important;
  }

  .current-opening-tab-link-2.w--current {
    background-color: var(--rg-purple) !important;
    border-color: var(--rg-purple) !important;
    color: #ffffff !important;
  }

  /* Spacing adjustment for tab contents and cards on mobile */
  .current-opening-tab-content-2 {
    margin-top: 24px !important;
  }

  .collection-opening-collection-list {
    gap: 16px !important;
  }

  .job-opening-content-main-wrapper-2 {
    padding: 20px !important;
    border-radius: 12px !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
    border: 1px solid rgba(147, 51, 234, 0.1) !important;
  }

  /* Job Details Page (detail_job-openings.html) Mobile Improvements */
  .section-job-opening-hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* Stack header content vertically on mobile instead of side-by-side flex layout to prevent overlap */
  .job-opening-rich-text-heading-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .job-opening-rich-text-heading {
    font-size: 2.2rem !important;
    line-height: 1.25 !important;
  }

  .apply-now-button {
    width: 100% !important; /* Button takes full width for clear mobile tap-target accessibility */
    text-align: center !important;
    padding: 12px 24px !important;
  }

  .job-opening-rich-text-main-wrapper {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .section-current-openings-2 .marquee-wrapper {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 479px) {
  /* Extra tight smartphone specific adjustments */
  .career-hero-heading-2 {
    font-size: 1.8rem !important;
  }
  .heading-19 {
    font-size: 1.5rem !important;
  }
  .job-opening-rich-text-heading {
    font-size: 1.8rem !important;
  }
}




/* Active Nav Link Custom Styling */
.nav-link.w--current, .nav-link-black.w--current, .nav-link-2.w--current {
    font-weight: 700 !important;
    color: #000000 !important;
    mix-blend-mode: normal !important;
}


/* Marketing Services Grid */
.marketing-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.ms-card {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 32px;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.2s ease, background 0.2s ease;
}
.ms-card:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.ms-card-title {
  font-size: 20px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
}
.ms-card-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .marketing-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


/* Immune Custom Active Nav States */
.custom-active-nav {
    font-weight: 700 !important;
    color: #000000 !important;
    mix-blend-mode: normal !important;
    display: inline-block !important;
    position: relative !important;
}
.custom-active-nav:after {
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 100% !important;
    content: '.' !important;
    color: transparent !important;
    background: #9333ea !important;
    height: 2px !important;
}


/* Core Services Grid in How We Work */
.core-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.cs-card {
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 32px;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.cs-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
  line-height: 1.3;
}
.cs-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .core-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .core-services-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {
  /* Hide marquee wrapper on mobile for careers page */
  .marquee-wrapper {
    display: none !important;
  }
}

/* --- Mobile UI Fixes --- */
@media screen and (max-width: 991px) {
  /* Fix hamburger menu active link color to white */
  .nav-menu-wrapper .nav-link.w--current {
    color: #ffffff !important;
    font-weight: 700 !important;
  }
  
  /* Reduce padding between hero and vision section on About Us page */
  .visionaries-content-main-wrapper.wizardry {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .our-vision-section {
    padding-top: 20px !important;
    margin-top: 0px !important;
  }
}
