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

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

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: Avenir, sans-serif;
  color: #2a3642;
  font-size: 24px;
  line-height: 37px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 85px;
  line-height: 6rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 43px;
  color: #2a3642;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #fff;
}

a {
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.navbar-main {
  position: -webkit-sticky;
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d6d6d6;
  background-color: hsla(0, 0%, 100%, 0.75);
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.image {
  width: 144.54px;
}  

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 3px none #000;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #2a3642;
}

.nav-link:hover {
  color: #635eff;
}

.nav-link:active {
  color: #0700c6;
}

.nav-link:focus {
  color: #322fcb;
}

.nav-link.w--current {
  color: #0700c6;
}

.secondary_button {
  padding: 7px 27px;
  border-style: solid;
  border-width: 3px;
  border-color: #635eff;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: color 600ms ease, background-color 800ms ease;
  transition: color 600ms ease, background-color 800ms ease;
  color: #635eff;
}

.secondary_button:hover {
  background-color: #635eff;
  color: #fff;
}

.secondary_button.learn_more {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #2a3642;
  -webkit-transition: color 600ms ease, background-color 800ms ease;
  transition: color 600ms ease, background-color 800ms ease;
  color: #2a3642;
  text-align: center;
}

.secondary_button.learn_more:hover {
background-color: #2a3642;
color: #fff;
}

.nav-menu {
  margin-right: 181px;
  margin-left: 181px;
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
}

.hero_wrap {
  /* position: relative;
  z-index: 10; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.h1_hero {
  max-width: 673px;
  margin-bottom: 45px;
  color: #2a3642;
  font-weight: 800;
  font-size: 85px;
}
.h1_hero.top {
  margin-bottom: 0px;
}
.h1_hero.bottom {
  margin-top: 0px;
  text-align: center;
}
.text-span {
  color: #635eff;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section.hero {
  position: relative;
  padding-bottom: 90px;
}
.section._2nd {
  padding-top: 20px;
  padding-bottom: 70px;
}
.section._3rd {
  display: block;
  overflow: hidden;
  padding-bottom: 446px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: fill;
  object-fit: fill;
}
.section._4th {
  overflow: hidden;
  margin-top: -300px;
  padding-bottom: 67px;
}
.section._5th {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#635eff), to(#322fcb));
  background-image: linear-gradient(180deg, #635eff, #322fcb);
}
.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d6d6;
  background-color: #fff;
}
.section.about_hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px 2vw 349px;
}
.section._2nd_about {
  position: relative;
  z-index: 2;
  margin-top: -170px;
  padding-bottom: 60px;
}
.section.about2 {
  padding-top: 40px;
}
.section.left_gradient {
  background-image: -webkit-gradient( linear, left top, left bottom, from(#635eff), to(#322fcb));
  background-image: linear-gradient(180deg, #635eff, #322fcb);
}
.section.solutions {
  position: static;
}
.section.get-in-touch {
  border-bottom: 1px solid #d6d6d6;
}
.section.hero_casestudies {
  padding-top: 102px;
  padding-bottom: 102px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #f7f7f7;
  background-image: none;
}
.section.hero_casestudies.picture {
  position: relative;
  background-color: transparent;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.casestudies_page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.casestudies {
  position: relative;
}
.paragraph {
  max-width: 720px;
  color: #2a3642;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}
.button_wrap {
  margin-top: 45px;
}
.primary_button {
  padding: 5px 27px;
  border-radius: 6px;
  background-color: #635eff;
}
.primary_button.cta {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 14px 8px rgba(99, 94, 255, 0.22);
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
}
.primary_button.cta:hover {
  background-color: #322fcb;
}
.primary_button.cta.final {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 14px 8px rgba(99, 94, 255, 0.41);
  color: #635eff;
}
.primary_button.cta.final:hover {
  padding: 6px 22px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.primary_button.cta.final:active {
  border-style: none;
  background-color: #0700c6;
}
._2 {
  border: 3px solid #000;
  border-radius: 6px;
  background-color: transparent;
  color: #2a3642;
}
.text-block {
  color: #635eff;
  text-align: center;
  font-size: 24px;
}
.wrap-h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
.text-block.b {
  color: #667085;
  text-align: left;
  font-weight: 500;
}
.text-block.values {
  max-width: 669px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
.h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
.h4.left_alighn {
  text-align: left;
}
.wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.wrap._2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 166px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap._4_grd {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.wrap.unleash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap.value_slide {
  position: relative;
  overflow: visible;
  max-width: 1200px;
  margin-top: 100px;
}
.wrap.final_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap.about_container {
  position: absolute;
  display: block;
  min-width: 1200px;
  margin-top: 120px;
}
.wrap.how_we_emerged {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap.solutions {
  position: static;
}
.wrap._2grd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap._2grd.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wrap.case_studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wrap.case_studies.header {
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrap.actual_read {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.image_background {
  position: relative;
  max-height: 528px;
  max-width: 485.86px;
  min-height: 528px;
  min-width: 485.86px;
  border-radius: 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#635eff),
    to(#322fcb)
  );
  background-image: linear-gradient(180deg, #635eff, #322fcb);
}
.relative_fem_laptop {
position: absolute;
left: -103px;
top: -194px;
bottom: auto;
min-width: 653.17px;
}

.carousel_wrap {
max-width: 647px;
margin-top: 30px;
}

.slider {
width: 100%;
min-height: 594px;
background-color: transparent;
}

.left-arrow {
display: none;
}

.right-arrow {
display: none;
}

.right-arrow,
.left-arrow {
color: black;
z-index: 999;
}

.subject_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 316px;
min-height: 259px;
min-width: 316px;
padding: 25px 74px 41px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.08);
}

.image_container {
max-height: 91px;
max-width: 91px;
border-radius: 600px;
background-color: #f7f7f7;
}

.body_normal {
font-size: 18px;
line-height: 22px;
font-weight: 600;
text-align: center;
}

.body_normal._2nd {
margin-top: 32px;
font-weight: 400;
}

.slide {
height: 100%;
}

.mask {
overflow: hidden;
height: 100%;
min-height: 610px;
}

.left {
margin-top: 87px;
}

.e {
position: absolute;
left: -447px;
top: -99px;
max-width: 788%;
min-width: 788px;
}

.emblem_wrap {
position: relative;
}

.numbers_wrap {
display: -ms-grid;
display: grid;
margin-top: 64px;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

.content_div.middle {
border-right: 1px solid #d6d6d6;
border-left: 1px solid #d6d6d6;
}

.h2 {
color: #635eff;
font-size: 60px;
font-weight: 900;
text-align: center;
}

.value_cards {
/* max-width: 472px;
min-height: 490px;
min-width: 472px; */
margin-right: auto;
margin-left: auto;
padding: 15px;
border-radius: 16px;
background-color: #f7f7f7;
box-shadow: 0 44px 44px -1px rgba(0, 0, 0, 0.08);
}

.value_wrap {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.h3 {
font-size: 32px;
}

.h3.values {
position: relative;
z-index: 2;
display: inline-block;
margin: 0px auto;
background-color: #f7f7f7;
line-height: 35px;
text-align: center;
}

.h3.values {
position: relative;
z-index: 2;
display: inline-block;
margin: 0px auto;
background-color: #f7f7f7;
line-height: 35px;
text-align: center;
}

.value_outline {
position: absolute;
left: 80px;
top: -12px;
min-height: 60px;
min-width: 86px;
border-style: solid;
border-width: 6px;
border-color: #2a3642;
}

.value_outline.respect {
left: 146px;
}

.value_outline.integrity {
left: 129px;
}

.value_outline.excellence {
left: 124px;
}

.text-block-2 {
margin-top: 34px;
color: #667085;
font-style: italic;
text-align: center;
font-size: 24px;
}

.gradient_block {
position: relative;
min-height: 269px;
margin-top: 62px;
border-radius: 16px;
background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  from(#635eff),
  to(#322fcb)
);
background-image: linear-gradient(180deg, #635eff, #322fcb);
}

.emblem_holder {
position: absolute;
left: 24px;
top: 42px;
mix-blend-mode: multiply;
}

.image-2 {
max-height: 206px;
}

.text-block-3 {
margin-right: auto;
margin-left: auto;
padding-top: 50px;
color: #f7f7f7;
text-align: center;
}

.text-block-4 {
margin-top: 40px;
color: #f7f7f7;
font-size: 32px;
font-weight: 800;
text-align: center;
}

.mask-2 {
position: static;
overflow: visible;
width: 500px;
min-height: 650px;
}

.values_slides {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 710px;
min-height: 650px;
margin-right: auto;
margin-left: auto;
padding-right: 89px;
padding-left: 89px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}

.slide-2 {
margin-right: auto;
margin-left: auto;
}

.value_slides {
width: 490px;
}

.slide-nav {
z-index: 5;
margin-right: auto;
margin-left: auto;
font-size: 12px;
}

.right-arrow-2 {
left: auto;
right: -856px;
display: none;
}

.image-3 {
position: static;
left: -98px;
top: -29px;
z-index: 2;
min-height: 750px;
width: 610px;
}

.image_absolute {
position: absolute;
left: -106px;
top: -33px;
z-index: 3;
}

.gradient {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(76%, hsla(0, 0%, 100%, 0)),
  to(#fff)
);
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 76%, #fff);
}

.text-block-5 {
margin-left: 10px;
color: #fff;
font-size: 32px;
font-weight: 900;
}

.emerj_today_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.paragraph-2 {
max-width: 800px;
margin-top: 40px;
margin-bottom: 40px;
color: #fff;
text-align: center;
}



.content_wrap-2 {
position: static;
max-width: 1140px;
margin-top: 25px;
margin-right: auto;
margin-left: auto;
padding: 60px 0px;
}

.content_wrap-2.footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1200px;
margin-top: 0px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
box-shadow: none;
}

.content_grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}

.content_grid.footer_logo_wrap {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}

.text-block-9 {
color: #2a3642;
font-size: 14px;
line-height: 16px;
}

.link {
color: #2a3642;
font-size: 14px;
line-height: 16px;
font-weight: 400;
text-decoration: none;
}

.text-block-10 {
margin-bottom: 8px;
color: #2a3642;
font-size: 14px;
line-height: 16px;
}

.image-7 {
width: 160px;
margin-top: 0px;
margin-bottom: 0px;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
-ms-grid-row-align: auto;
align-self: auto;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}

.footer_socials.middle {
margin-right: 22px;
margin-left: 22px;
}

.footer_links {
margin-bottom: 8px;
color: #2a3642;
font-size: 14px;
line-height: 16px;
font-weight: 400;
text-decoration: none;
}

.footer_social_media_icons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 155px;
margin-right: auto;
margin-left: auto;
padding-bottom: 25px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.footer_social_media_icons.grid {
display: none;
}

.image-8 {
border-radius: 20px;
-o-object-fit: fill;
object-fit: fill;
}

.about_container {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.wrap_whoweare {
position: relative;
left: auto;
top: auto;
max-width: 1200px;
}

.heading {
position: absolute;
left: 130px;
top: 80px;
bottom: 103px;
display: inline-block;
color: #fff;
text-align: center;
}

.image-9 {
position: absolute;
left: 1073px;
top: 383px;
right: 1073px;
overflow: hidden;
-o-object-fit: fill;
object-fit: fill;
}

.heading-2 {
color: #635eff;
text-align: center;
}

.divider {
height: 1px;
max-height: 1px;
min-width: 190px;
background-color: #d6d6d6;
}

.text_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 50px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.paragraph-3 {
max-width: 941px;
color: #2a3642;
text-align: center;
}

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

.paragraph-4 {
max-width: 693px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
color: #635eff;
text-align: center;
}

.value_4grd {
display: -ms-grid;
display: grid;
margin-top: 60px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
justify-items: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 29px;
-ms-grid-columns: 0.25fr 0.25fr;
grid-template-columns: 0.25fr 0.25fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}

.text-span-2 {
color: #635eff;
}

.heading-4 {
text-align: center;
font-size: 85px;
font-weight: 600;
}

.link-2 {
-webkit-transition: color 600ms ease;
transition: color 600ms ease;
color: #667085;
font-size: 15px;
text-decoration: none;
}

.link-2:hover {
color: #0700c6;
}

.link-2:active {
color: #635eff;
}

.link-2:focus {
color: #322fcb;
}

.link-2:visited {
color: #322fcb;
}

#Tech-Development {
padding-bottom: 0;
}

.section {
padding-top: 50px;
padding-bottom: 50px;
}

#Tech-Development img {
margin-bottom: -24px;
}

#Digital-Marketing,
#Digital-Marketing .container {
padding-bottom: 0;
}

#Digital-Marketing img {
margin-top: 30px;
}

#hero {
padding-top: 100px;
}

.solution_nav {
position: -webkit-sticky;
position: sticky;
top: 97px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #d6d6d6;
background-color: #fff;
z-index: 999;
}

.richtex_wrap {
min-width: 50%;
margin: 4% 8%;
margin-left: 25%;
}

.richtex_wrap1 {
min-width: 50%;
margin: 4% 8%;
margin-right: 25%;
}

.image_block {
display: block;
min-width: 50%;
padding-right: 30px;
padding-left: 30px;
margin: 4% 5%;
margin-right: 25%;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}

.image_block1 {
display: block;
min-width: 50%;
padding-right: 30px;
padding-left: 30px;
margin: 4% 5%;
margin-left: 25%;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}

.rich-text-block {
color: #2a3642;
}

.rich-text-block.right_text p {
color: #2a3642;
}

ul.wrap-ul.d-flex.text-white {
flex-wrap: wrap;
padding-left: 0px;
list-style: none;
}

ul.wrap-ul.d-flex.text-white li {
padding: 9px;
}

.first_left h5 {
color: white;
margin-bottom: 20px;
margin-top: 20px;
}

.rich-text-block h2,
.first_left h2 {
color: #fff;
font-size: 34px;
margin-bottom: 20px;
}

.rich-text-block.right_text.w-richtext h2 {
color: #2a3642;
}

.rich-text-block p,
.first_left p {
font-size: 19px;
}

.left-arrow-2 {
display: none;
}

.icon {
display: none;
}

.uui-footer04_legal-link {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #667085;
font-size: 0.875rem;
text-decoration: none;
}

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

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

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

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

.uui-footer04_bottom-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 4rem;
padding-top: 2rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
grid-column-gap: 1.5rem;
border-top: 1px solid #eaecf0;
}

.uui-footer04_social-icon {
width: 1.5rem;
height: 1.5rem;
color: #2a3642;
}

.uui-footer04_social-link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #322fcb;
text-decoration: none;
}

.uui-footer04_social-link:hover {
color: #322fcb;
}

.social_media_icons {
display: -ms-grid;
display: grid;
margin-top: 40px;
justify-items: start;
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
grid-auto-flow: column;
grid-auto-columns: -webkit-max-content;
grid-auto-columns: max-content;
grid-column-gap: 1.5rem;
grid-row-gap: 0rem;
-ms-grid-columns: -webkit-max-content;
-ms-grid-columns: max-content;
grid-template-columns: -webkit-max-content;
grid-template-columns: max-content;
-ms-grid-rows: auto;
grid-template-rows: auto;
white-space: normal;
}

.uui-footer04_link {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0.5rem;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 0.5rem;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #475467;
font-size: 1rem;
font-weight: 600;
text-align: center;
text-decoration: none;
}

.uui-footer04_link:hover {
color: #344054;
}

.uui-footer04_link-list {
display: -ms-grid;
display: grid;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
justify-items: start;
grid-auto-flow: column;
grid-auto-columns: auto;
grid-column-gap: 1rem;
grid-row-gap: 0rem;
-ms-grid-columns: auto;
grid-template-columns: auto;
-ms-grid-rows: auto;
grid-template-rows: auto;
white-space: normal;
}

.uui-logo_image {
display: none;
width: auto;
height: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}

.uui-logo_logotype {
width: auto;
height: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}

.uui-logo_logomark-dot {
position: relative;
z-index: 1;
width: 50%;
height: 50%;
border-radius: 50%;
background-image: linear-gradient(26.5deg, #6941c6, #53389e);
}

.uui-logo_logomark-blur {
position: absolute;
left: 0%;
top: 50%;
right: 0%;
bottom: 0%;
z-index: 2;
overflow: hidden;
width: 100%;
height: 50%;
border-bottom-left-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
background-color: hsla(0, 0%, 100%, 0.2);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
}

.uui-styleguide_logomark-bg {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
width: 2rem;
height: 2rem;
border-radius: 8px;
}

.uui-logo_logomark {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 2rem;
height: 2rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
border: 0.1px solid #dae0e8;
border-radius: 0.5rem;
box-shadow: 0 1px 1px 0 rgba(16, 24, 40, 0.06),
  0 1px 2px 0 rgba(16, 24, 40, 0.1);
}

.uui-logo_component {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: 2rem;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.uui-footer04_top-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 4vw;
grid-row-gap: 0rem;
-ms-grid-columns: 0.25fr 1fr 0.25fr;
grid-template-columns: 0.25fr 1fr 0.25fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

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

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

.uui-page-padding {
padding-right: 2rem;
padding-left: 2rem;
}

.uui-footer08_legal-link {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #667085;
font-size: 0.875rem;
text-decoration: none;
}

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

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

.uui-footer08_bottom-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 4rem;
padding-top: 2rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
border-top: 1px solid #eaecf0;
}

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

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

.uui-text-style-link {
-webkit-transition: color 300ms ease;
transition: color 300ms ease;
color: #475467;
text-decoration: underline;
}

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

.uui-button {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0.625rem 1.125rem;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-column-gap: 0.5rem;
border: 1px solid #7f56d9;
border-radius: 0.5rem;
background-color: #7f56d9;
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #fff;
font-size: 1rem;
line-height: 1.5;
font-weight: 600;
text-align: center;
text-decoration: none;
white-space: nowrap;
}

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

.uui-button:focus {
background-color: #7f56d9;
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

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

.uui-button.primary_button {
background-color: #635eff;
font-family: Avenir, sans-serif;
}

.uui-button.primary_button:hover {
background-color: #322fcb;
}

.uui-form_input {
height: auto;
min-height: 2.75rem;
margin-bottom: 0px;
padding: 0.5rem 0.875rem;
border-style: solid;
border-width: 1px;
border-color: #d0d5dd;
border-radius: 0.5rem;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
font-family: Avenir, sans-serif;
color: #101828;
font-size: 1rem;
line-height: 1.5;
}

.uui-form_input:focus {
border-color: #d6bbfb;
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
color: #101828;
}

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

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

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

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

.uui-form_input.text-area {
overflow: auto;
height: auto;
min-height: 11.25rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}

.uui-form_input.select {
background-color: #fff;
color: #101828;
}

.uui-footer08_form {
display: -ms-grid;
display: grid;
margin-bottom: 0.75rem;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr -webkit-max-content;
-ms-grid-columns: 1fr max-content;
grid-template-columns: 1fr -webkit-max-content;
grid-template-columns: 1fr max-content;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

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

.uui-footer08_heading {
margin-bottom: 1rem;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #101828;
font-weight: 600;
}

.uui-footer08_right-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.uui-footer08_link {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #475467;
font-size: 1rem;
font-weight: 600;
text-align: center;
text-decoration: none;
}

.uui-footer08_link:hover {
color: #344054;
}

.uui-footer08_link-list {
display: -ms-grid;
display: grid;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
justify-items: start;
grid-auto-flow: column;
grid-auto-columns: -webkit-max-content;
grid-auto-columns: max-content;
grid-column-gap: 2rem;
grid-row-gap: 0rem;
-ms-grid-columns: -webkit-max-content;
-ms-grid-columns: max-content;
grid-template-columns: -webkit-max-content;
grid-template-columns: max-content;
-ms-grid-rows: auto;
grid-template-rows: auto;
white-space: normal;
}

.uui-footer08_logo-link {
margin-bottom: 2rem;
padding-left: 0px;
}

.uui-footer08_left-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}

.uui-footer08_top-wrapper {
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
grid-column-gap: 8vw;
grid-row-gap: 1rem;
-ms-grid-columns: 1fr 0.5fr;
grid-template-columns: 1fr 0.5fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

.error-text {
color: #e23939;
}

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

.uui-form-button-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 0.5rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.uui-form-checkbox-label {
margin-bottom: 0px;
font-family: Avenir, sans-serif;
color: #667085;
font-size: 1rem;
line-height: 1.5;
font-weight: 500;
}

.uui-form-checkbox-icon {
width: 1.25rem;
height: 1.25rem;
min-height: 1.25rem;
min-width: 1.25rem;
margin-top: 0px;
margin-right: 0.75rem;
margin-left: -1.25rem;
border-style: solid;
border-width: 1px;
border-color: #d0d5dd;
border-radius: 0.375rem;
background-color: #fff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
cursor: pointer;
}

.uui-form-checkbox-icon:hover {
border-color: #7f56d9;
background-color: #f9f5ff;
}

.uui-form-checkbox-icon.w--redirected-checked {
border-width: 1px;
border-color: #7f56d9;
border-radius: 0.25rem;
background-color: #f9f5ff;
background-image: url("../images/check.svg");
background-position: 50% 50%;
background-size: 0.875rem 0.875rem;
background-repeat: no-repeat;
background-attachment: scroll;
box-shadow: none;
}

.uui-form-checkbox-icon.w--redirected-focus {
border-color: #7f56d9;
border-radius: 0.25rem;
background-color: #f9f5ff;
box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-checkbox {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
padding-left: 1.25rem;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.uui-field-label {
margin-bottom: 0.5rem;
font-family: Avenir, sans-serif;
color: #2a3642;
font-size: 0.875rem;
line-height: 1.5;
font-weight: 500;
}

.uui-form-field-wrapper {
position: relative;
}

.uui-form-radio-label {
margin-bottom: 0px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
color: #344054;
font-weight: 500;
}

.uui-form-radio-icon {
width: 1.25rem;
height: 1.25rem;
min-height: 1.25rem;
min-width: 1.25rem;
margin-top: 0px;
margin-right: 0.75rem;
margin-left: -1.125rem;
border-style: solid;
border-width: 1px;
border-color: #d0d5dd;
border-radius: 100px;
background-color: #fff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
cursor: pointer;
}

.uui-form-radio-icon:hover {
border-color: #7f56d9;
background-color: #f9f5ff;
}

.uui-form-radio-icon.w--redirected-checked {
border-width: 1px;
border-color: #7f56d9;
background-color: #f9f5ff;
background-image: url("../images/check-circle.svg");
background-position: 50% 50%;
background-size: auto;
background-repeat: no-repeat;
}

.uui-form-radio-icon.w--redirected-focus {
margin-top: 0px;
border-color: #7f56d9;
background-color: #f9f5ff;
box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
background-color: #7f56d9;
background-image: url("../images/check-tick.svg");
}

.uui-form-radio {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
padding-left: 1.125rem;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.form-radio-2col {
display: -ms-grid;
display: grid;
margin-top: 1rem;
grid-auto-columns: 1fr;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

.form-field-2col {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

.uui-contact02_form {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}

.uui-contact02_component {
max-width: 35rem;
margin: 4rem auto 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}

.uui-text-size-large {
font-family: Avenir, sans-serif;
color: #2a3642;
font-size: 1.125rem;
line-height: 1.5;
letter-spacing: normal;
}

.uui-space-xsmall {
width: 100%;
min-height: 1rem;
}

.uui-heading-medium {
margin-top: 0rem;
margin-bottom: 0rem;
font-family: Avenir, sans-serif;
color: #2a3642;
font-size: 2.25rem;
line-height: 1.3;
font-weight: 600;
}

.uui-heading-subheading {
margin-bottom: 0.75rem;
font-family: Avenir, sans-serif;
color: #635eff;
font-size: 1rem;
line-height: 1.5;
font-weight: 600;
}

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

.uui-max-width-large.align-center {
margin-right: auto;
margin-left: auto;
}

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

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

.uui-padding-vertical-xhuge {
padding-top: 0rem;
padding-bottom: 7rem;
}

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

.uui-contact01_form {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}

.uui-contact01_component {
max-width: 30rem;
margin: 4.8rem auto 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}

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

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

.f-error-message {
border-radius: 8px;
background-color: #fceff0;
color: #5b0b11;
text-align: center;
}

.f-success-message {
background-color: #ebfff6;
color: #006638;
font-size: 14px;
line-height: 24px;
letter-spacing: -0.03em;
}

.f-button-neutral {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 48px;
padding: 12px 32px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50px;
background-color: #160042;
-webkit-transition: background-color 300ms ease;
transition: background-color 300ms ease;
color: #fff;
font-size: 14px;
font-weight: 500;
text-align: center;
letter-spacing: -0.02em;
text-decoration: none;
}

.f-button-neutral:hover {
background-color: #282556;
}

.f-checkbox-label {
margin-bottom: 0px;
color: #160042;
font-size: 14px;
line-height: 24px;
}

.f-checkbox {
width: 20px;
height: 20px;
margin: 0px 8px 0px 0px;
border-width: 2px;
border-color: #b6b9ce;
border-radius: 4px;
background-color: #fff;
}

.f-checkbox.w--redirected-checked {
border-style: none;
border-radius: 4px;
background-color: #160042;
background-size: 12px;
}

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

.f-checkbox-field {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 0px;
padding-left: 0px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

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

.f-text-area {
min-height: 112px;
margin-bottom: 0px;
padding: 16px;
border-style: solid;
border-width: 1px;
border-color: #e4e6f1;
border-radius: 8px;
color: #160042;
font-size: 14px;
line-height: 24px;
}

.f-text-area:focus {
border-color: #b6b9ce;
}

.f-text-area::-webkit-input-placeholder {
color: #6b7094;
}

.f-text-area:-ms-input-placeholder {
color: #6b7094;
}

.f-text-area::-ms-input-placeholder {
color: #6b7094;
}

.f-text-area::placeholder {
color: #6b7094;
}

.f-field-label {
margin-bottom: 8px;
color: #160042;
font-size: 14px;
line-height: 24px;
font-weight: 400;
letter-spacing: -0.01em;
}

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

.f-field-input {
min-height: 48px;
margin-bottom: 0px;
padding: 12px 16px;
border-style: solid;
border-width: 1px;
border-color: #e4e6f1;
border-radius: 8px;
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
}

.f-field-input:focus {
border-color: #b6b9ce;
}

.f-field-input::-webkit-input-placeholder {
color: #6b7094;
}

.f-field-input:-ms-input-placeholder {
color: #6b7094;
}

.f-field-input::-ms-input-placeholder {
color: #6b7094;
}

.f-field-input::placeholder {
color: #6b7094;
}

.f-contact-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

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

.f-h3-heading {
margin-top: 0px;
margin-bottom: 0px;
color: #160042;
font-size: 48px;
line-height: 1.2;
letter-spacing: -0.02em;
}

.f-heading-detail-small {
color: #6b7094;
font-size: 14px;
line-height: 24px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}

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

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

.f-contact-grid {
-webkit-box-align: start;
-webkit-align-items: start;
-ms-flex-align: start;
align-items: start;
grid-column-gap: 40px;
grid-row-gap: 40px;
-ms-grid-columns: 0.75fr 1fr;
grid-template-columns: 0.75fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

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

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

.icon-2 {
color: transparent;
}

.slide-content-wrapper-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 210px;
height: 210px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
background-image: none,
  -webkit-gradient(linear, left top, left bottom, from(#b51811), to(#fff));
background-image: none, linear-gradient(180deg, #b51811, #fff);
background-position: 50% 50%, 0px 0px;
background-size: 60%, auto;
background-repeat: no-repeat, repeat;
}

.slide-content-wrapper-2.elite {
background-image: none,
  -webkit-gradient(linear, left top, left bottom, from(#00355c), to(#fff));
background-image: none, linear-gradient(180deg, #00355c, #fff);
background-position: 50% 50%, 0px 0px;
background-size: 60%, auto;
background-repeat: no-repeat, repeat;
}

.slide-content-wrapper-2.flyp {
background-image: none,
  -webkit-gradient(linear, left top, left bottom, from(#f9902a), to(#fff));
background-image: none, linear-gradient(180deg, #f9902a, #fff);
background-position: 50% 50%, 0px 0px;
background-size: 60%, auto;
background-repeat: no-repeat, repeat;
}

.slide-content-wrapper-2.hyperfx {
background-image: none,
  -webkit-gradient(linear, left top, left bottom, from(#40ab2a), to(#fff));
background-image: none, linear-gradient(180deg, #40ab2a, #fff);
background-position: 50% 50%, 0px 0px;
background-size: 60%, auto;
background-repeat: no-repeat, repeat;
}

.slide-content-wrapper-2.risen {
background-image: none,
  -webkit-gradient(linear, left top, left bottom, from(#007ad0), to(#fff));
background-image: none, linear-gradient(180deg, #007ad0, #fff);
background-position: 50% 50%, 0px 0px;
background-size: 60%, auto;
background-repeat: no-repeat, repeat;
}

.slider-wrapper {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.slide-nav-4 {
left: auto;
top: 226px;
right: auto;
bottom: auto;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
background-color: transparent;
color: #007ad0;
font-size: 8px;
background-clip: border-box;
-webkit-text-fill-color: inherit;
}

.slider-container-2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 620px;
max-width: 620px;
min-height: 300px;
padding: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.slide-6 {
width: 210px;
}

.right-arrow-4 {
width: 30px;
height: 30px;
margin-left: 0px;
border-radius: 20px;
background-color: #007ad0;
}

.slider-icon {
font-size: 16px;
}

.wrap-ul {
list-style: none;
}

#Professional-Services ul li {
padding: 10px;
}

#Professional-Services ul {
padding-left: 0;
}

.slider-4 {
position: static;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 400px;
height: auto;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-right: 50px;
padding-left: 50px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
}

.nav-link {
color: black !important;
}

.nav-link:focus,
.nav-link:hover {
color: #0a58ca !important;
}

i.bi.bi-list {
font-size: 32px;
}

.left-arrow-4 {
width: 30px;
height: 30px;
border-radius: 20px;
background-color: #007ad0;
font-size: 17px;
}

.mask-5 {
position: static;
overflow: visible;
width: 70%;
}

.gradient_block-2 {
position: relative;
min-height: 269px;
margin-top: 62px;
border-radius: 16px;
background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  from(#635eff),
  to(#322fcb)
);
background-image: linear-gradient(180deg, #635eff, #322fcb);
}

.text-block-11 {
margin-top: 34px;
color: #667085;
font-style: italic;
text-align: center;
font-size: 24px;
}

.value_outline-2 {
position: absolute;
left: 71px;
top: -12px;
min-height: 60px;
min-width: 86px;
border-style: solid;
border-width: 6px;
border-color: #2a3642;
}

.value_outline-2.integrity {
left: 138px;
}

.value_outline-2.respect {
left: 157px;
}

.value_outline-2.excellence {
left: 132px;
}

.text-block-12 {
margin-right: auto;
margin-left: auto;
padding-top: 50px;
color: #f7f7f7;
text-align: center;
font-size: 24px;
padding-left: 5px;
padding-right: 5px;
font-weight: 600;
}

.value_cards-2 {
/* max-width: 472px;
min-height: 490px;
min-width: 472px; */
margin-right: auto;
margin-left: auto;
padding: 15px;
border-radius: 16px;
background-color: #f7f7f7;
box-shadow: 0 44px 44px -1px rgba(0, 0, 0, 0.08);
}

.text-block-13 {
margin-top: 40px;
color: #f7f7f7;
font-size: 32px;
font-weight: 800;
text-align: center;
}

.image-10 {
border-style: solid;
border-width: 10px;
border-color: #fff;
box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.19);
}

.image-11 {
/* border-top-left-radius: 190px;
border-bottom-right-radius: 130px;*/
border-radius: 16px;
}

.heading-5 {
border-style: none;
border-width: 1px;
border-color: #fff;
color: #2a3642;
text-align: center;
text-shadow: 0 0 15px hsla(0, 0%, 100%, 0);
}

.wrap_40 {
min-width: 40%;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}

.wrap_60 {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-width: 55%;
margin-right: 5%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.date {
margin-top: 10px;
margin-bottom: 15px;
color: #322fcb;
font-size: 18px;
}

.date.margin {
margin-top: 20px;
margin-bottom: 0px;
color: #635eff;
}

.summary {
color: #667085;
line-height: 34px;
}

.heading-6 {
color: #2a3642;
font-weight: 900;
}

.image-12 {
border-radius: 16px;
box-shadow: 0 0 20px 0 rgba(99, 94, 255, 0.3);
}

.case_study_blcok {
display: block;
margin-bottom: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.collection-list {
display: -ms-grid;
display: grid;
overflow: visible;
max-width: 1200px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
justify-items: center;
grid-auto-flow: row;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-areas: ".";
-ms-grid-columns: 1fr 16px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto 16px auto 16px auto 16px auto;
grid-template-rows: auto auto auto auto;
}

.image_thumbnail {
position: relative;
}

.image-13 {
display: block;
border-radius: 16px;
}

.heading-7 {
color: #2a3642;
font-weight: 600;
}

.collection-item {
display: block;
min-width: 100%;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto auto auto;
grid-template-rows: auto auto auto auto;
}

.overlay_gradient {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
border-radius: 16px;
background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  from(rgba(99, 94, 255, 0)),
  to(rgba(0, 0, 0, 0.69))
);
background-image: linear-gradient(
  180deg,
  rgba(99, 94, 255, 0),
  rgba(0, 0, 0, 0.69)
);
}

.overlay_gradient.primary {
background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  from(rgba(99, 94, 255, 0)),
  to(rgba(50, 47, 203, 0.72))
);
background-image: linear-gradient(
  180deg,
  rgba(99, 94, 255, 0),
  rgba(50, 47, 203, 0.72)
);
}

.collection-list-wrapper {
display: block;
grid-auto-columns: 1fr;
grid-column-gap: 16px;
grid-row-gap: 16px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}

.link_to_case_study {
text-decoration: none;
}

.gradient_overlay {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  from(rgba(99, 94, 255, 0.3)),
  to(#322fcb)
);
background-image: linear-gradient(180deg, rgba(99, 94, 255, 0.3), #322fcb);
opacity: 1;
mix-blend-mode: normal;
}

.heading-8 {
color: #fff;
text-align: center;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}

.castudy_richtext p {
color: #2a3642;
}

.castudy_richtext h4 {
color: #2a3642;
}

.castudy_richtext blockquote {
border-left-color: #322fcb;
}

.castudy_richtext a {
color: #2a3642;
text-decoration: underline;
}

._65_wrap {
max-width: 65%;
}

._30_wrap {
position: -webkit-sticky;
position: sticky;
top: 82px;
width: 30%;
}

.project_image_wrap_2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
padding-top: 0px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.image-14 {
width: 312px;
max-width: 100%;
margin: 14px;
border-radius: 16px;
-webkit-transition: box-shadow 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
  -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
transition: box-shadow 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
  -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
transition: box-shadow 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
  transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
transition: box-shadow 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
  transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
  -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.image-14:hover {
box-shadow: 0 0 20px 0 rgba(42, 127, 255, 0.09);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.collection-list-2 {
position: -webkit-sticky;
position: sticky;
top: 60px;
}

.bread_crums {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1200px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
}

.breacrum_previous {
margin-right: 6px;
color: #8d8d8d;
font-size: 15px;
text-decoration: none;
}

.breadcrum_active {
display: block;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
color: #000;
font-size: 15px;
font-weight: 600;
}

.slide-nav-5 {
color: #2a3642;
font-size: 10px;
}

.text-wrapper-2 {
position: static;
margin-bottom: 40px;
line-height: 1;
}

.div-hide-2 {
position: static;
display: block;
overflow: visible;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
}

.div-hide-2.top {
position: static;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
overflow: hidden;
height: auto;
margin-bottom: 0px;
padding-right: 0px;
line-height: 1.1;
}

.heading-9 {
position: static;
top: auto;
bottom: -10px;
display: block;
margin-top: 0px;
margin-bottom: 0px;
padding-right: 0px;
font-size: 140px;
line-height: 1;
font-weight: 700;
text-align: center;
letter-spacing: -4px;
text-transform: uppercase;
}

.text-color-main {
display: inline-block;
color: #8f00ff;
line-height: 1;
}

.image-4 {
position: static;
top: 50%;
height: 40px;
margin-right: auto;
margin-left: auto;
}

.button-l {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: auto;
margin-right: 0px;
padding: 12px 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 90px;
background-color: #282729;
color: #fbf9fc;
font-weight: 400;
text-align: center;
}

.text-block-14 {
margin-right: 8px;
line-height: 1;
}

.image-15 {
width: 16px;
}

.arrow {
position: static;
left: auto;
top: auto;
right: 0%;
bottom: 0%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
width: 88px;
height: 88px;
margin-bottom: 48px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 100%;
background-color: #8f00ff;
}

.container-2 {
position: static;
z-index: -1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
height: 100%;
max-width: none;
margin-right: auto;
margin-left: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-auto-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}

.padding-scroll {
/***padding-top: 119px !important;***/
  padding-top: 150px !important;
}

.next {
padding-top: 3px;
padding-bottom: 3px;
border-radius: 16px;
}

.image-16 {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 1;
margin-right: auto;
margin-left: auto;
opacity: 0.59;
}
#hero .image-16{
  z-index: -1;
}

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

.utility-page-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 260px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}

.utility-page-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}

.content-img {
position: absolute;
width: 27% !important;
border-radius: 10px;
left: 57px;
z-index: 0;
top: 37px;
}
.new-landing-pages-links {
font-size: 34px;
color: #2a3642;
text-decoration: none;
}
.new-landing-pages-links-white {
color: white;
}
@media screen and (max-width: 991px) {
.navbar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  /* min-width: 100vw; */
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content_wrap-2.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_grid {
  margin: 15px auto;
}

.text-block-9 {
  font-size: 14px;
}

.text-block-10 {
  font-size: 14px;
}

.image-7 {
  width: 170px;
}

.footer_links {
  font-size: 14px;
}

.footer_social_media_icons.grid {
  display: none;
}

.uui-footer04_top-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

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

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

.uui-footer08_top-wrapper {
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.uui-padding-vertical-xhuge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.slide-content-wrapper-2 {
  width: 100%;
  height: 100%;
}

.slide-content-wrapper-2.elite {
  width: 100%;
  height: 100%;
}

.slider-container-2 {
  width: 300px;
  min-height: 300px;
  margin-right: 0px;
  margin-left: 0px;
}

.slide-6 {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.slider-4 {
  width: 300px;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.mask-5 {
  width: 50%;
}

.image-14 {
  max-width: 90%;
  margin-top: 14px;
  margin-bottom: 14px;
}

.bread_crums {
  padding-left: 20px;
}

.heading-9 {
  font-size: 90px;
  letter-spacing: -4px;
}

.button-l {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 767px) {
.content_wrap-2.footer {
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_social_media_icons {
  display: none;
}

.footer_social_media_icons.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.uui-footer04_bottom-wrapper {
  margin-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.uui-footer04_link:hover {
  color: #667085;
}

.uui-footer04_link-list {
  justify-items: center;
  grid-auto-flow: row;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-styleguide_logomark-bg {
  background-image: url("../images/untitled-ui-logomark.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.uui-page-padding {
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

.uui-footer08_bottom-wrapper {
  margin-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.uui-footer08_link:hover {
  color: #667085;
}

.uui-footer08_link-list {
  width: 100%;
  justify-items: start;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.uui-footer08_top-wrapper {
  grid-row-gap: 2.5rem;
}

.uui-contact02_component {
  margin-top: 3rem;
}

.uui-text-size-large {
  font-size: 1rem;
}

.uui-space-xsmall {
  min-height: 0.75rem;
}

.uui-heading-medium {
  font-size: 1.75rem;
  line-height: 1.4;
}

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

.uui-contact01_component {
  margin-top: 4rem;
}

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

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

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

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

.bread_crums {
  padding-right: 3%;
  padding-left: 3%;
}

.heading-9 {
  font-size: 70px;
  letter-spacing: -4px;
}

.button-l {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr auto auto;
  grid-template-rows: 1fr 1fr auto auto;
}
}

@media screen and (max-width: 479px) {
.content_wrap-2.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  /* align-items: flex-start; */
  align-items: center;
}

.content_grid {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.content_grid.footer_logo_wrap {
  margin-right: auto;
  margin-left: auto;
}

.content_grid.privacy {
  margin-left: 35px;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
}

.footer_social_media_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_social_media_icons.grid {
  display: none;
}

.uui-footer04_link-list {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.uui-footer08_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.uui-footer08_top-wrapper {
  grid-row-gap: 48px;
}

.form-radio-2col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.form-field-2col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-14 {
  max-width: 90%;
}

.bread_crums {
  padding-top: 10px;
}

.heading-9 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -2px;
}

.button-l {
  max-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.arrow {
  width: 60px;
  height: 60px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
}

#w-node-_1d6a1413-d456-a918-0039-fe31acbda51a-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_76835bb4-207d-7039-afb2-3adc0f715559-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_1811a79b-464e-f097-c5ac-ec40f8804ac4-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_194020d8-749c-6f85-efdf-cd3374434d2a-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-e1952edc-a7e2-a79f-67cc-ddbe5eaccfa4-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-e1952edc-a7e2-a79f-67cc-ddbe5eaccfa8-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-e1952edc-a7e2-a79f-67cc-ddbe5eaccfac-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-e1952edc-a7e2-a79f-67cc-ddbe5eaccfb0-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_72926072-cf80-a498-3cac-d23111d54f0f-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_72926072-cf80-a498-3cac-d23111d54f13-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_72926072-cf80-a498-3cac-d23111d54f17-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_72926072-cf80-a498-3cac-d23111d54f1b-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f7ad7979-449c-e030-0631-cf37b78fb24e-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_23786095-4104-8234-0787-a92df5c2f624-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_04b6ee83-aca2-6fc9-33c7-fbbc32bc174c-ba480412 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_2fcacac4-b2b6-2fc6-06bc-243c0687a777-04480417 {
-ms-grid-column-align: center;
justify-self: center;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
}

#w-node-_7734b93f-1ee2-8160-cb75-8cfcad88b587-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
-ms-grid-column-align: end;
justify-self: end;
}

#w-node-_79d4ef2f-871f-993c-f0dc-9278db32be4e-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_79d4ef2f-871f-993c-f0dc-9278db32be4f-21480418 {
-ms-grid-column-align: center;
justify-self: center;
}

#w-node-_607deaa2-3e0d-0107-dc88-cd7179c42479-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_607deaa2-3e0d-0107-dc88-cd7179c4247a-21480418 {
-ms-grid-column-align: center;
justify-self: center;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84aaf-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ab8-21480418 {
-ms-grid-column-align: start;
justify-self: start;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ab9-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84abc-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84abf-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ac2-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ac5-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ac8-21480418 {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_05a999cc-e697-4d9b-2805-26161b42ce02-21480418 {
-ms-grid-column-align: end;
justify-self: end;
}

#w-node-_4b5329a5-a1d3-2db8-a4b5-d77131f662ae-f548041b {
-ms-grid-column: span 1;
grid-column-start: span 1;
-ms-grid-column-span: 1;
grid-column-end: span 1;
-ms-grid-row: span 1;
grid-row-start: span 1;
-ms-grid-row-span: 1;
grid-row-end: span 1;
}

#w-node-_4b5329a5-a1d3-2db8-a4b5-d77131f662af-f548041b {
-ms-grid-column-align: center;
justify-self: center;
}

@media screen and (max-width: 991px) {
#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ab0-21480418 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.solution_nav {
  display: none !important;
}

#w-node-_05a999cc-e697-4d9b-2805-26161b42ce02-21480418 {
  -ms-grid-column-align: center;
  justify-self: center;
}
}

@media screen and (max-width: 767px) {
#w-node-b5bd3b7a-43bf-9214-40b6-d13e0318105b-03181056 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ab0-21480418 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ab8-21480418 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_05a999cc-e697-4d9b-2805-26161b42cde7-21480418 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
}

@media screen and (max-width: 479px) {
#w-node-f3c3e9f3-a61d-fade-24ed-63d8afb84ab0-21480418 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-Medium.otf") format("opentype");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Avenir book";
src: url("../fonts/Avenir-Book.otf") format("opentype");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-Light.otf") format("opentype");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-HeavyOblique.otf") format("opentype");
font-weight: 900;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-Oblique.otf") format("opentype");
font-weight: 400;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Avenir roman";
src: url("../fonts/Avenir-Roman.otf") format("opentype");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-Heavy.otf") format("opentype"),
  url("../fonts/Avenir-Black.otf") format("opentype");
font-weight: 900;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-MediumOblique.otf") format("opentype");
font-weight: 500;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-BlackOblique.otf") format("opentype");
font-weight: 800;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-BookOblique.otf") format("opentype");
font-weight: 600;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir-LightOblique.otf") format("opentype");
font-weight: 700;
font-style: italic;
font-display: swap;
}

/* Navbar css start */
h3.h4.values {
margin-top: 20px;
margin-bottom: 10px;
font-size: 24px;
line-height: 30px;
font-weight: bold;
font-size: 32px;
line-height: 40px;
font-weight: 700;
text-align: center;
}

.nav-link {
padding: 0px 22px !important;
font-size: 18px !important;
font-weight: 500 !important;
}

.left_alighn {
font-weight: 700 !important;
}

.wrap-h2 {
margin-top: 20px;
margin-bottom: 43px;
color: #2a3642;
font-size: 32px;
line-height: 36px;
font-weight: 600;
color: #635eff;
font-size: 60px;
text-align: center;
}

#Tech-Development .overlay_gradient {
bottom: -9%;
}

.value_wrap h3 {
font-size: 32px;
}

.navbar-responsive {
position: sticky;
border-bottom: 1px solid #d6d6d6;
background-color: hsla(0, 0%, 100%, 0.75);
position: relative;
background: #dddddd;
z-index: 1000;
position: -webkit-sticky;
position: sticky;
top: 0px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 1px solid #d6d6d6;
background-color: hsla(0, 0%, 100%, 0.75);
opacity: 1;
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
}

/* Navbar css start */
.homepage-nav {
position: sticky;
border-bottom: 1px solid #d6d6d6;
background-color: hsla(0, 0%, 100%, 0.75);
position: relative;
background: #dddddd;
z-index: 1000;
position: -webkit-sticky;
position: sticky;
top: 0px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border-bottom: 1px solid #d6d6d6;
background-color: hsla(0, 0%, 100%, 0.75);
opacity: 1;
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
}

.navbar-expand-lg {
padding: 24px 0px;
}

li.nav-item {
padding: 6px 20px;
}

.nav-link {
font-family: var(--font);
font-size: 18px;
color: black;
font-weight: 500;
transition: 0.4s linear;
}

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

.navbar-button {
display: inline-block;
padding: 9px 15px;
background-color: #3898ec;
color: white;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
padding: 8px 27px;
border-style: solid;
border-width: 3px;
border-color: var(--purple);
border-radius: 6px;
background-color: transparent;
-webkit-transition: color 600ms ease, background-color 800ms ease;
transition: color 600ms ease, background-color 800ms ease;
color: var(--purple);
font-family: Avenir, sans-serif;
font-size: 18px;
font-weight: 500;
}

.navbar-button:hover {
background-color: #635eff;
color: #fff;
}

.homepage-nav {
display: none;
}

.content_grid .text-block-10,
.content_grid a,
.content_grid .text-block-9 {
font-size: 18px;
line-height: 22px;
}

.link-2 {
font-size: 13.5px;
line-height: 37px;
padding: 10px;
}

.link-2:visited {
color: #322fcb;
}

a.wrap_60.w-inline-block img {
border-radius: 16px;
}

.heading-6,
.heading-7 {
font-size: 24px;
margin-bottom: 10px;
margin-top: 20px;
}

.date,
.date.margin {
margin-top: 20px;
margin-bottom: 0px;
color: hsla(241.863, 100%, 68.43%, 1);
font-size: 18px;
font-weight: 600;
}

.wrap_40 p,
.case_study_blcok .summary {
color: hsla(220.645, 13.19%, 46.08%, 1);
line-height: 34px;
font-size: 24px;
font-weight: 400;
}

.section.hero_casestudies.picture {
position: relative;
background-color: transparent;
background-image: url(../images/casestudio-1.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}

.section.hero_casestudies.picture-2 {
position: relative;
background-color: transparent;
background-image: url(../images/casestudio-2.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}

.section.hero_casestudies.picture-3 {
position: relative;
background-color: transparent;
background-image: url(../images/casestudio-3.jpg);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}

.case_studies .heading-8 {
margin-top: 20px;
margin-bottom: 10px;
font-family: Avenir;
font-size: 85px;
line-height: 6rem;
font-weight: 700;
}

.post-content-start p {
color: black;
font-size: 19px;
}

.project_image_wrap_2 h3 {
text-align: center;
}

.value_outline,
.value_outline.integrity,
.value_outline.respect,
.value_outline.excellence {
left: -20px;
}

.value_outline.integrity {
left: -31px;
}

.section.get-in-touch,
.section.about_hero,
#hero,
.section.solutions {
margin-top: 50px;
padding-top: 100px;
}

.value_wrap {
flex-direction: column !important;
}

.about-card {
position: relative;
}

.left-arrow {
left: -67px;
}

.right-arrow {
right: -67px;
}

.value_outline-2.integrity {
left: -34px;
}

.value_outline-2.respect {
left: -15px;
}

.value_outline-2.excellence {
left: -22px;
}

.wrap.about_container {
position: absolute;
display: block;
min-width: 1200px;
margin-top: -40px;
left: 36%;
}

.wrap.about_container img {
width: 36%;
}

.wrap.about_container h1 {
font-weight: bolder;
}

.wrap.how_we_emerged .text_wrap {
margin-top: 20px;
margin-bottom: 16px;
}

.section.about_hero {
margin-top: 100px;
}

/* Navbar css end */
.padding-scroll {
padding-top: 119px;
}

@media (max-width: 1400px) {
#Tech-Development img {
  margin-bottom: -24px;
  margin-top: 62px;
}

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

.nav-menu {
  margin: 0px auto;
}

.solution_nav a {
  padding: 0px 10px;
}

#Digital-Marketing img {
  height: 636px;
}
}

@media (max-width: 1200px) {
#Digital-Marketing {
  padding-bottom: 0;
}

#Digital-Marketing img {
  height: 636px;
}

.h1_hero {
  font-size: 62px;
}

.paragraph {
  max-width: 630px;
}
}

@media (max-width: 1132px) {
.wrap._2nd {
  justify-content: center;
}

.relative_fem_laptop {
  top: -195px;
}
}

@media (max-width: 992px) {
.wrap.about_container {
  left: 25%;
}

.right-arrow,
.left-arrow {
  display: none !important;
}

.section.get-in-touch,
.section.about_hero,
#hero,
.section.solutions {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#Tech-Development img {
  margin-bottom: -24px;
  margin-top: 0px;
}

#Digital-Marketing .container {
  padding-bottom: 25px;
}

#Digital-Marketing img {
  height: 100%;
  padding-bottom: auto;
}

#Digital-Marketing img {
  margin-top: 30px;
  margin-bottom: -24px;
}

.case_studies .heading-8 {
  font-size: 40px;
}

.section._2nd {
  padding-bottom: 10px;
}

.left {
  margin-top: 0px;
}

.section._3rd {
  padding-bottom: 330px;
}

.wrap.unleash {
  justify-content: center;
}

.navbar-main {
  display: none;
}

.homepage-nav {
  display: block;
}

.wf-section {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}

#Digital-Marketing,
#Tech-Development {
  padding-bottom: 0 !important;
}

.wf-section .heading-4 {
  font-size: 65px;
}

.rich-text-block.right_text.w-richtext {
  padding-top: 20px;
}

.section._2nd_about {
  margin-top: 10px !important;
}

.section.about_hero {
  padding-bottom: 250px !important;
  padding-top: 90px !important;
}

.section._3rd {
  padding-bottom: 330px !important;
}

#Tech-Development {
  padding-bottom: 20px !important;
}

#Start-up-Consultancy .container .row,
#Tech-Development .container .row,
#Travel-Hospitality .container .row,
#Retail-eCommerce .container .row,
#Delivery-and-Logistics .container .row {
  flex-direction: column-reverse;
}

#Tech-Development .container .row .col-lg-5 {
  margin-bottom: 30px;
}

#Travel-Hospitality .container .row .col-lg-5,
#Retail-eCommerce .container .row .col-lg-5,
#Delivery-and-Logistics .container .row .col-lg-5 {
  margin-bottom: 20px;
}

#Digital-Marketing .container .row .col-lg-7 .first_left ul,
#Global-CX-Outsourcing .container .row .col-lg-7 .first_left ul,
#Tech-Development .container .row .col-lg-7 .first_left ul,
#Professional-Services .container .row .col-lg-7 .rich-text-block ul,
#Delivery-and-Logistics .container .row .col-lg-7 .first_left ul {
  flex-direction: column;
}

#Tech-Development .overlay_gradient {
  bottom: -5.5%;
}

.tech-development2 .container .row {
  flex-direction: column !important;
}

.tech-Development2 .container .row .col-lg-5 {
  margin-bottom: 0px !important;
}

.tech-Development2 img {
  margin-bottom: -73px !important;
  margin-top: 0px;
}

.tech-Development2 {
  padding-bottom: 0px !important;
}

#techdevelopment-img {
  margin-bottom: -74px !important;
}
}

@media (max-width: 768px) {
.wrap.about_container {
  left: 18%;
}

.h1_hero {
  font-size: 50px;
}

.paragraph {
  max-width: 550px;
  font-size: 21px;
}

.wrap-h4 {
  font-size: 20px;
  line-height: 27px;
}

.wrap._2nd {
  margin-top: 166px;
}

.image_background {
  position: relative;
  max-height: 528px;
  max-width: 485.86px;
  min-height: 400px;
  min-width: 427.86px;
  border-radius: 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#635eff),
    to(#322fcb)
  );
  background-image: linear-gradient(180deg, #635eff, #322fcb);
}

.relative_fem_laptop {
  position: absolute;
  left: -103px;
  top: -153px;
  bottom: auto;
  min-width: 500.17px;
}

.carousel_wrap {
  max-width: 600px;
}

#Tech-Development .overlay_gradient {
  bottom: -7.5%;
}
}

@media (max-width: 700px) {
.carousel_wrap {
  width: 100%;
}

.subject_container {
  min-height: 230px;
  min-width: 280px;
  padding: 25px;
}
}

@media (max-width: 600px) {
.wrap.about_container img {
  width: 25%;
}

.wrap.about_container .heading {
  position: absolute;
  left: 96px;
  top: 55px;
  bottom: 103px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.content-img {
  position: absolute;
  width: 18% !important;
  border-radius: 10px;
  left: 47px;
  z-index: 0;
  top: 31px;
}

.subject_container {
  min-width: 275px;
}

.section.about_hero {
  padding-bottom: 150px !important;
  padding-top: 90px !important;
}
}

@media (max-width: 550px) {
#Tech-Development .overlay_gradient {
  bottom: -11.5%;
}

.subject_container {
  min-width: 250px;
}

.hero_wrap .primary_button.cta {
  margin-right: 10px;
  margin-left: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 14px 8px rgba(99, 94, 255, 0.22);
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  padding: 9px;
  font-size: 15px;
}

.hero_wrap .secondary_button.learn_more {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #2a3642;
  -webkit-transition: color 600ms ease, background-color 800ms ease;
  transition: color 600ms ease, background-color 800ms ease;
  color: #2a3642;
  text-align: center;
  padding: 7px;
  font-size: 14px;
}

.section._5th.wf-section
  .wrap.final_cta
  .book-a-demo-btn.d-flex
  .primary_button.cta.final {
  margin-right: auto;
  margin-left: auto;
  margin: 0px 10px;
  background-color: #fff;
  box-shadow: 0 0 14px 8px rgba(99, 94, 255, 0.41);
  color: #635eff;
  padding: 10px 12px;
  font-size: 14px;
}
}

@media (max-width: 500px) {
.button_wrap,
.book-a-demo-btn.d-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
}

a.primary_button.cta.w-button.ms-4,
a.primary_button.cta.final.w-button.me-4.ms-4 {
  margin-top: 20px !important;
}

.case_studies .heading-8 {
  line-height: 2rem;
  font-size: 25px;
}

.section.casestudies.wf-section .bread_crums {
  display: none;
}

.subject_container {
  min-width: 225px;
  min-height: 150px;
  padding: 15px;
}

.image_container {
  max-height: 60px !important;
  max-width: 60px !important;
}

.body_normal {
  font-size: 16px;
}

.slider {
  min-height: 430px;
}

.image_background {
  min-height: 350px;
  min-width: 350.86px;
}

.relative_fem_laptop {
  left: -62px;
  top: -70px;
  min-width: 380.17px;
}

.h1_hero {
  font-size: 35px;
}

.paragraph {
  max-width: 400px;
  font-size: 19px;
}

.wrap._2nd {
  margin-top: 80px;
}

.left {
  padding: 10px;
}

.e {
  position: absolute;
  left: -447px;
  top: 6px;
  max-width: 788%;
  min-width: 370px;
}

.section._3rd {
  padding: 0px 0px 250px;
}

.body_normal._2nd {
  margin-top: 13px;
  font-weight: 400;
}

.wrap-h2 {
  margin-bottom: 12px;
  font-size: 40px;
}

.image_absolute {
  position: absolute;
  left: -7px;
  top: 159px;
  z-index: 3;
}

.image-3 {
  position: static;
  left: -98px;
  top: -29px;
  z-index: 2;
  min-height: 352px;
  width: 278px;
}

.values_slides {
  justify-content: start;
  align-items: start;
  padding-left: 0;
}

.paragraph-2 {
  font-size: 18px;
}

.content_grid.privacy {
  margin: 15px 0;
}

.content_wrap-2.footer {
  max-width: 100%;
  align-items: flex-start;
}

.content_wrap-2 .content_grid {
  margin: 15px 0;
}

.values_slides {
  width: 100%;
}

.wf-section .heading-4 {
  font-size: 50px;
}

.wf-section {
  padding-top: 40px;
  padding-bottom: 30px;
}
}

@media (max-width: 450px) {
.subject_container {
  min-width: 200px;
}

.section.about_hero.wf-section {
  margin-top: 40px;
}

.section._2nd_about.wf-section {
  padding-top: 0px;
}

.wrap.about_container {
  left: 5%;
}
}

@media (max-width: 400px) {
.subject_container {
  min-width: 175px;
}

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

.wrap.values {
  padding: 10px;
}
}

@media (max-width: 350px) {
.subject_container {
  min-width: 150px;
}

.image_background {
  min-height: 262px;
  min-width: 250.86px;
}

.relative_fem_laptop {
  left: -68px;
  top: -70px;
  min-width: 300.17px;
}

.secondary_button,
.primary_button {
  padding: 5px 10px;
}
}

@media (max-width: 300px) {
.subject_container {
  min-width: 125px;
}
}

div#w-node-b5bd3b7a-43bf-9214-40b6-d13e0318105b-03181056 {
display: none;
}

.content_wrap-2.footer {
padding-left: 20px;
padding-right: 20px;
}
/* ========================Global Corporate structuring !======================= */

.glb-title {
padding-top: 150px;
text-align: center;
padding-bottom: 60px;
margin-top: 40px;
position: relative;
}

.top-heading h1 {
font-size: 55px;
font-weight: bolder;
}
.top-heading span {
color: #635eff;
}

.top-content p {
/* display: flex; */
/* align-items: center; */
font-size: 15px;
text-align: start;
color: black;
text-align: justify;
}

.cntr-main {
padding-top: 90px;
padding-bottom: 40px;
}

/* .top-imge img {
width: 500px;
} */

/*========================= Legal Entry Structure ====================*/

.lgl-ent {
padding-top: 80px;
padding-bottom: 80px;
background: linear-gradient(180deg, #625dfd 0%, #3431cd 100%);
}
.lgl-ent .container .row {
flex-wrap: wrap-reverse;
}
.lgl-ent2 {
padding-top: 80px;
padding-bottom: 80px;
background: linear-gradient(180deg, #625dfd 0%, #3431cd 100%);
}
.regnl-hold2 {
padding-top: 80px;
padding-bottom: 80px;
}
.regnl-hold2 .container .row {
flex-wrap: wrap-reverse;
}

@media (max-width: 768px) {
.regnl-hold2 .container .regnl-content,
.lgl-ent2 .container .legal-content {
  padding-top: 30px;
}
}

/* .regnl-hold .container .row{
flex-wrap: wrap-reverse;
} */
/* .lgl-ent2 .container .row{
flex-wrap: wrap-reverse;
} */
/* .regnl-hold .container .row{
flex-wrap: wrap-reverse;
} */
@media (max-width: 768px) {
.regnl-hold .container .regnl-content,
.lgl-ent .container .legal-content {
  padding-top: 30px;
}
.glb-title {
  padding-top: 50px !important;
}
.top-heading h1 {
  font-size: 45px !important;
}
}
@media (max-width: 992px) {
.glb-title {
  padding-top: 50px !important;
}
}
@media (max-width: 400px) {
.top-heading h1 {
  font-size: 38px !important;
}
}

.legal-content h2,
.legal-content h3 {
padding-bottom: 20px;
font-weight: 700;
font-size: 31px;
color: white;
}

.legal-content p {
font-weight: 350;
font-size: 16px;
text-align: justify;
}

.legal-imge {
display: flex;
justify-content: center;
}

.legal-imge img {
width: 518px;
}
.payroll-imge {
display: flex;
justify-content: start;
}
.payroll2-imge {
display: flex;
justify-content: center;
}

/*========================= Regional Holding Companies ====================*/

.regnl-hold {
padding-top: 90px;
padding-bottom: 90px;
}

.internal_link_blue {
color: white;
}

.internal_link_black {
color: black;
}

.regnl-content h2,
.regnl-content h3 {
padding-bottom: 20px;
font-weight: 700;
font-size: 31px;
color: black;
}

.regnl-content p {
font-weight: 350;
font-size: 16px;
color: black;
text-align: justify;
}
.glb-title .bg-img-services {
position: absolute;
opacity: 0.6;
z-index: -1;
left: 0%;
right: 0%;
bottom: 20%;
z-index: -1;
margin-right: auto;
margin-left: auto;
}
@media screen and (max-width: 767px) and (min-width: 668px) {
.glb-title .bg-img-services {
  bottom: 44% !important;
}
}
@media screen and (max-width: 668px) and (min-width: 250px) {
.glb-title .bg-img-services {
  bottom: 60% !important;
}
}
@media (max-width: 356px) {
.glb-title .bg-img-services {
  bottom: 65% !important;
}
}
/* Home page update new sections code start*/
#solving-business {
padding-bottom: 50px;
}
#solving-business .container .content-section .title h4 {
color: #000;
font-size: 50px;
font-style: normal;
font-weight: 750;
/* font-family: Avenir, sans-serif; */
}
#solving-business .container .content-section .title h4 span {
color: #645efd;
}
#solving-business .container .content-section p {
color: #000000d6;
text-align: justify;
font-size: 19.5px;
font-weight: 400;
margin-top: 30px;
font-family: Avenir, sans-serif;
line-height: 1.4;
margin: 40px 0;
}
#solving-business .container .content-section a {
color: #fff;
font-family: Avenir, sans-serif;
font-size: 18px;
font-weight: 500;
border-radius: 4px;
background: #645efd;
text-decoration: none;
padding: 15px 40px;
}
#services {
padding: 70px 0;
}
#services .services-title {
text-decoration: none;
}
#services .services-title h4 {
color: #000;
text-align: center;
/* font-family: Avenir, sans-serif; */
font-style: normal;
font-size: 50px;
font-weight: 700;
}
#services .services-title p {
color: #000;
text-align: center;
font-family: Avenir, sans-serif;
font-size: 19.5px;
font-weight: 400;
margin: 30px 0 20px;
}
#services .container .row {
width: 100%;
}
#services .container .services-card {
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #fff;
padding: 30px;
background: white;
transition: 0.7s;
position: relative;
height: 342px;
}
#services .container .services-card::before {
content: url(../images/bg-card.png);
bottom: 0px;
right: 0px;
position: absolute;
}
#services .container .services-card:hover {
background: #645efd;
}
#services .container a {
text-decoration: none;

color: black;
/* background-image: ;
background-repeat: no-repeat;
background-position: right bottom; */
}
#services .container a::before {
}
.services-icons {
display: flex;
justify-content: space-between;
align-items: center;
}
#services .container .services-card .services-icons .arrow-btn-svg {
width: 36px;
height: 36px;
background: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
visibility: hidden;
}
#services .container .services-card:hover .services-icons .arrow-btn-svg {
visibility: visible;
}
#services .container .services-card .services-title h5 {
margin: 26px 0px;
color: #645efd;
/* font-family: Avenir, sans-serif; */
font-size: 27.5px;
font-weight: bold;
}
#services .container .services-card:hover .services-title h5 {
color: white;
}
#services .container .services-card .services-content p {
color: #000;
font-size: 18px;
font-weight: 300;
}
#services .container .services-card:hover .services-content p {
color: white;
}
.section._4th {
margin-top: 0;
}
.unleash-section .container .row {
width: 100%;
align-items: center;
}
.unleash-section .container .section-start .title h5 {
color: #000;
font-size: 33.5px;
font-weight: 750;
}
.unleash-section .container .section-start .content p {
color: #5f5f5f;
font-size: 24.5px;
font-weight: 400;
}
.unleash-section .container .section-start .counter {
display: flex;
margin: 50px 0;
justify-content: space-between;
width: 600px;
}
.unleash-section .container .section-start .counter .counter-no {
color: #645efd;
font-size: 60px;
font-weight: 750;
}
.unleash-section .container .section-start .counter .content {
color: #000;
font-size: 18px;
font-weight: 350;
}
.unleash-section .container .section-start .counter .productivity-increase,
.unleash-section .container .section-start .counter .professional-services {
position: relative;
}
.unleash-section
.container
.section-start
.counter
.productivity-increase::before,
.unleash-section
.container
.section-start
.counter
.professional-services::before {
position: absolute;
content: "";
right: -25px;
width: 1px;
height: 121.5px;
background: #d1d1d1;
}
#awards {
padding: 70px;
}
#awards .title h5 {
color: #000;
font-size: 50px;
font-weight: 750;
}
.new-slider .title h3{
  color: #000;
  font-size: 50px;
  font-weight: 750;
  text-align: center;
  margin-bottom: 20px;
}
.new-slider .title h4 {
color: #645efd;
text-align: center;
font-size: 24.5px;
font-weight: 400;
margin-bottom: 50px;
}
.new-slider .container .row {
width: 100%;
}
.new-slider .container .row .card-img img {
margin-bottom: -3px;
z-index: 0;
}

.swiper-slider-start {
position: relative;
}
.swiper {
/* height: 540px;
width: 510px; */
/* position: relative; */
}

.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
font-weight: bold;
color: #fff;
background-color: white;
border-radius: 16px;
background: linear-gradient(180deg, #fff 0%, #fff 100%);
box-shadow: 0px 0px 20px 0px rgba(13, 13, 133, 0.5);
}
.slider-card {
/* padding: 20px 25px; */
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #fff;
height: 444px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.slider-card .top-card {
padding: 50px 20px;
}
.slider-card .top-card .card-title h4 {
color: #645efd;
font-size: 24.5px;
font-weight: 750;
padding-left: 30px;
margin-bottom: 20px;
}
.slider-card .top-card .card-title {
position: relative;
margin-bottom: 50px;
}
.slider-card .top-card .card-title::before {
position: absolute;
content: url(../images/slider-title.png);
left: 0px;
top: -12px;
}
.slider-card .top-card .content p {
color: #667085;
font-size: 17.5px;
font-weight: 400;
text-align: center;
}
.slider-card .card-box {
border-radius: 16px;
background: #645efd;
}
.slider-card .card-box .content {
padding: 40px 10px;
text-align: center;
height: 194px;
}
.slider-card .card-box .content p {
color: #fff;
text-align: center;
font-size: 17.5px;
font-weight: 400;
/* margin-bottom: 55px; */
}
.slider-card .card-box .content .p2 {
color: #fff;
text-align: center;
font-size: 30.5px;
font-weight: 750;
margin-bottom: 0;
}
@media (max-width: 1600px) {
.swiper {
  width: 437px;
}
.swiper .swiper-slide .slider-card .top-card .card-title h4 {
  font-size: 27px;
}
.swiper .swiper-slide .slider-card .top-card .card-title::before {
  left: 41px;
  top: -11px;
}
.swiper .swiper-slide .slider-card .top-card .content p {
  font-size: 20px;
}
.swiper .swiper-slide .slider-card .card-box .content p {
  font-size: 20px;
}
.swiper .swiper-slide .slider-card .card-box .content .p2 {
  font-size: 27px;
}
}
@media (max-width: 1550px) {
#services .container .services-card .services-title h5 {
  font-size: 20.5px;
}
#services .container .services-card .services-content p {
  font-size: 16px;
}
#services .services-title p {
  font-size: 17px;
}
#solving-business .container .content-section p {
  font-size: 17px;
}
.unleash-section .container .section-start .title h5 {
  font-size: 28px;
}
.unleash-section .container .section-start .content p {
  font-size: 19px;
}
#awards .title h5 {
  font-size: 42px;
}
.new-slider .title h4 {
  font-size: 20px;
}
.new-slider .title h4 {
  font-size: 20px;
}
}
@media (max-width: 1300px) {
  .slider-card .top-card .content p {
      font-weight: 400;
  }
  .slider-card .top-card .card-title h4 {
      font-size: 20px;
  }
  .slider-card .top-card .card-title::before {
      top: -17px;
  }
  .slider-card .top-card .card-title {
      position: relative;
      margin-bottom: 40px;
  }
  .slider-card .card-box .content p {
      font-size: 16px;
  }
  .slider-card .card-box .content .p2 {
      font-size: 22px;
  }
  .slider-card .card-box .content {
      padding: 40px 10px;
      text-align: center;
      height: 160px;
  }
  .slider-card {
      height: 410px;
  }
}
@media (max-width: 992px) {
#solving-business .container .row .col-lg-4 {
  text-align: center;
  margin-bottom: 30px;
}
.swiper-slider-start {
  margin-bottom: 60px;
}
#solving-business .container .content-section a {
  display: block;
  text-align: center;
}
#services {
  padding: 0;
}
.container .row .col-md-6.col-lg-3 {
  margin-bottom: 30px;
}
.slider-card {
  height: 391px;
}
}
@media (max-width: 768px) {
.unleash-section .container .section-start .counter {
  width: 100%;
}
#solving-business .container .content-section .title h4 {
  font-size: 32px;
}
#services .services-title h4 {
  font-size: 32px;
}
#services .services-title p {
  font-size: 14px;
}
.unleash-section .container .section-start .counter .counter-no {
  font-size: 30px;
}
.unleash-section .container .section-start .counter .content {
  font-size: 14px;
}
.unleash-section
  .container
  .section-start
  .counter
  .productivity-increase::before,
.unleash-section
  .container
  .section-start
  .counter
  .professional-services::before {
  height: 68.5px;
}
#awards .title h5 {
  font-size: 32px;
}
.new-slider .title h4 {
  font-size: 16px;
}
.swiper-slider-start {
  /* overflow: hidden; */
}
#awards .container .row .col-lg-3 img {
  margin-bottom: 20px;
}
.container .row .col-md-6.col-lg-3 {
  margin-bottom: 30px;
}
}
@media (max-width: 682px) {
.swiper {
  width: 250px;
  height: 345px;
}
.swiper .swiper-slide .slider-card .top-card {
  padding: 25px 0px;
}
.swiper .swiper-slide .slider-card .top-card .card-title {
  margin-bottom: 30px;
}
.swiper .swiper-slide .slider-card .top-card .card-title::before {
  left: 0px;
  top: -17px;
}
.swiper .swiper-slide .slider-card .top-card .card-title h4 {
  font-size: 20px;
  padding-left: 51px;
  margin-bottom: 20px;
}
.swiper .swiper-slide .slider-card .top-card .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.swiper .swiper-slide .slider-card .card-box .content {
  padding: 30px 0px;
  text-align: center;
}
.swiper .swiper-slide .slider-card .card-box .content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.swiper .swiper-slide .slider-card .card-box .content .p2 {
  font-size: 18px;
}
#solving-business .container .content-section p{
  text-align: left;
}
}
@media (max-width: 490px) {
.unleash-section .container .section-start .counter .counter-no {
  font-size: 18px;
}
}
@media (max-width: 451px) {
#solving-business .container .content-section .title h4 {
  font-size: 24px;
}
.unleash-section .container .section-start .title h5 {
  font-size: 24px;
}
.unleash-section .container .section-start .content p {
  font-size: 16px;
}
.unleash-section
  .container
  .section-start
  .counter
  .productivity-increase::before,
.unleash-section
  .container
  .section-start
  .counter
  .professional-services::before {
  height: 68.5px;
  right: 13px;
}
.unleash-section .container .section-start .counter .counter-no {
  font-size: 18px;
}
}
@media (max-width: 400px) {
.swiper {
  width: 200px;
  height: 345px;
}
.slider-card {
  padding: 20px 10px;
}
.swiper .swiper-slide .slider-card .top-card .card-title h4 {
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.swiper .swiper-slide .slider-card .top-card .content p {
  font-size: 14px;
  margin-bottom: 0;
}
.swiper .swiper-slide .slider-card .card-box .content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.swiper .swiper-slide .slider-card .card-box .content .p2 {
  font-size: 17px;
}
}
/* .swiper-slide:nth-child(1n) {
background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
background-color: rgb(10, 184, 111);
}

.swiper-slide:nth-child(4n) {
background-color: rgb(211, 122, 7);
}

.swiper-slide:nth-child(5n) {
background-color: rgb(118, 163, 12);
}

.swiper-slide:nth-child(6n) {
background-color: rgb(180, 10, 47);
} 

.swiper-slide:nth-child(7n) {
background-color: rgb(35, 99, 19);
}

.swiper-slide:nth-child(8n) {
background-color: rgb(0, 68, 255);
}

.swiper-slide:nth-child(9n) {
background-color: rgb(218, 12, 218);
}

.swiper-slide:nth-child(10n) {
background-color: rgb(54, 94, 77);
} */
