.reveal {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
@keyframes headerIn {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
html {
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
  background: #e7e9ec;
}
html body.popup-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  html body {
    font-size: 1.111vw;
    line-height: 1.48em;
  }
}
/*=====================================
Header
=====================================*/
.siteHeader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 0 20px;
  transition: 0.45s ease;
  animation: headerIn 0.7s ease forwards;
}
.siteHeader .container-fluid {
  background: #fff;
  border-radius: 0 0 22px 22px;
  padding: 0 24px;
  transition: 0.45s ease;
}
@media (min-width: 992px) {
  .siteHeader .container-fluid {
    border-radius: 0 0 1.2vw 1.2vw;
    padding: 0.9vw 2.1vw;
    width: 98%;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .siteHeader {
    padding: 0 0 1.05vw;
  }
}
/* Sticky */
.siteHeader.isSticky {
  position: fixed;
  padding: 10px 0;
}
.siteHeader.isSticky .container-fluid {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .siteHeader.isSticky .container-fluid {
    padding-block: 0.6vw;
  }
}
@media (min-width: 992px) {
  .siteHeader.isSticky {
    padding: 0vw 0 0.55vw;
  }
}
/* Navbar */
.navbar {
  min-height: 82px;
  padding: 0;
  transition: 0.35s;
}
@media (min-width: 992px) {
  .navbar {
    min-height: 4.3vw;
  }
}
.siteHeader.isSticky .navbar {
  min-height: 68px;
}
@media (min-width: 992px) {
  .siteHeader.isSticky .navbar {
    min-height: 3.7vw;
  }
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  width: 160px;
  transition: 0.35s;
  display: block;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 8.9vw;
  }
}
.siteHeader.isSticky .navbar-brand img {
  width: 145px;
}
@media (min-width: 992px) {
  .siteHeader.isSticky .navbar-brand img {
    width: 7.3vw;
  }
}
.navbar-nav {
  gap: 18px;
}
@media (min-width: 992px) {
  .navbar-nav {
    gap: 3.3vw;
  }
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li > a {
  color: #0f1328;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 6px;
  position: relative;
  transition: 0.35s;
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 1.1vw;
    padding: 0.6vw 0.3vw;
  }
}
@media (min-width: 992px) {
  .siteHeader.isSticky .navbar-nav > li > a {
    font-size: 1.05vw;
  }
}
/* Underline */
.navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #6578ff;
  transform: translateX(-50%);
  transition: 0.35s;
}
.navbar-nav > li > a:hover {
  color: #6578ff;
}
.navbar-nav > li > a:hover::after {
  width: 100%;
}
.headerPhone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f1328;
  text-decoration: none;
  font-weight: 600;
  margin-right: 28px;
  transition: all 0.35s ease;
}
.headerPhone svg {
  transition: all 0.35s ease;
}
@media (min-width: 992px) {
  .headerPhone svg {
    width: 1.389vw;
    height: 1.389vw;
  }
}
.headerPhone:hover {
  color: #6578ff;
}
.headerPhone:hover svg {
  transform: rotate(-18deg);
}
@media (min-width: 992px) {
  .headerPhone {
    margin-right: 1.6vw;
    font-size: 1.1vw;
  }
}
.navbar-toggler {
  border: none;
  box-shadow: none !important;
  width: 46px;
  height: 46px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.navbar-toggler span {
  width: 26px;
  height: 2px;
  background: #0f1328;
  margin: auto;
  margin-block: 0;
  transition: 0.35s;
}
@media (min-width: 992px) {
  .navbar-toggler span {
    margin: auto;
  }
}
.offcanvas {
  width: 100%;
  border: none;
  background: #0f1328;
  z-index: 9999999999;
}
.offcanvas .offcanvas-header .btn-close {
  filter: invert(1);
  border-radius: 100px;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-size: 36%;
}
.offcanvas .offcanvas-body {
  padding-inline: 30px;
}
.mobileMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobileMenu li {
  margin-bottom: 16px;
}
.mobileMenu li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.mobilePhone {
  display: block;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
/*==================================================
Common components
==================================================*/
.headerBtn,
.ctaBtn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #6578ff;
  color: #fff;
  padding: 10px 10px 10px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.35s;
}
.headerBtn span,
.ctaBtn span {
  position: relative;
  z-index: 2;
}
.headerBtn .btnIcon,
.ctaBtn .btnIcon {
  width: 42px;
  height: 42px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: 0.35s;
}
@media (min-width: 992px) {
  .headerBtn .btnIcon svg,
  .ctaBtn .btnIcon svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media (min-width: 992px) {
  .headerBtn .btnIcon,
  .ctaBtn .btnIcon {
    width: 2.917vw;
    height: 2.917vw;
  }
}
.headerBtn::before,
.ctaBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #7e8eff, #6578ff);
  opacity: 0;
  transition: 0.35s;
}
.headerBtn:hover,
.ctaBtn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(101, 120, 255, 0.35);
}
.headerBtn:hover .btnIcon,
.ctaBtn:hover .btnIcon {
  transform: rotate(45deg);
}
.headerBtn:hover::before,
.ctaBtn:hover::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .headerBtn,
  .ctaBtn {
    padding: 0.37vw 0.37vw 0.37vw 1.5vw;
    font-size: 1.1vw;
    gap: 0.694vw;
  }
}
.sectionTitleMain .sectionTitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .sectionTitleMain .sectionTitle {
    font-size: 5.903vw;
  }
}
.sectionTitleMain.mid .sectionTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 992px) {
  .sectionTitleMain.mid .sectionTitle br {
    display: none;
  }
}
@media (min-width: 992px) {
  .sectionTitleMain.mid .sectionTitle {
    font-size: 3.333vw;
  }
}
.sectionTitleMain.small .sectionTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .sectionTitleMain.small .sectionTitle {
    font-size: 1.5vw;
    line-height: 1em;
  }
}
.sectionContentMain br {
  display: none;
}
@media (min-width: 992px) {
  .sectionContentMain br {
    display: block;
  }
}
.section-padding {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 7.333vw 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 8.333vw 0;
  }
}
.section-padding2 {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .section-padding2 {
    padding: 5vw 0;
  }
}
@media (min-width: 1200px) {
  .section-padding2 {
    padding: 5.2vw 0;
  }
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
@media (min-width: 992px) {
  .wpcf7-not-valid-tip {
    font-size: 0.9vw;
  }
}
/*==================================================
Home Page
==================================================*/
section.heroBanner {
  position: relative;
  background-color: #0f1328;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
section.heroBanner .tagLine {
  margin-bottom: 30px;
}
section.heroBanner .tagLine .tagLineinner {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px dashed #696c7d;
  width: max-content;
  padding: 6px 10px;
  border-radius: 4px;
  letter-spacing: 0.8px;
}
@media (min-width: 992px) {
  section.heroBanner .tagLine .tagLineinner .tag-icon img {
    width: 1.1vw;
    height: 1.1vw;
  }
}
@media (min-width: 992px) {
  section.heroBanner .tagLine .tagLineinner {
    font-size: 0.972vw;
    padding: 0.417vw 0.694vw;
    letter-spacing: 1.45px;
    gap: 0.5vw;
  }
}
@media (min-width: 992px) {
  section.heroBanner .tagLine {
    margin-bottom: 2.083vw;
  }
}
section.heroBanner .sectionTitleMain {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.heroBanner .sectionTitleMain {
    margin-bottom: 2.7vw;
  }
}
section.heroBanner .ctaWrapper {
  z-index: 1;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
section.heroBanner .ctaWrapper .ctaButtoninner .ctaBtn {
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 992px) {
  section.heroBanner .ctaWrapper .ctaButtoninner .ctaBtn {
    font-size: 1.111vw;
    line-height: 1em;
  }
}
section.heroBanner .ctaWrapper .ctaInnerContent {
  color: #a9b8b8;
  font-size: 16px;
  line-height: 24px;
}
section.heroBanner .ctaWrapper .ctaInnerContent br {
  display: none;
}
@media (min-width: 992px) {
  section.heroBanner .ctaWrapper .ctaInnerContent br {
    display: block;
  }
}
@media (min-width: 992px) {
  section.heroBanner .ctaWrapper .ctaInnerContent {
    font-size: 1.25vw;
    line-height: 1.8vw;
  }
}
@media (min-width: 992px) {
  section.heroBanner .ctaWrapper {
    flex-wrap: nowrap;
    margin-bottom: 5vw;
    gap: 1vw !important;
  }
}
section.heroBanner .sectionBannerWrapper {
  z-index: 1;
}
section.heroBanner::before {
  content: "";
  background: url("../images/Background_Blur_OverlayBlur.svg");
  background-size: 100%;
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0px;
  top: 30vw;
}
@media (min-width: 992px) {
  section.heroBanner::before {
    width: 31.944vw;
    height: 31.944vw;
    top: 10vw;
  }
}
@media (min-width: 992px) {
  section.heroBanner {
    border-radius: 1vw;
  }
}
section.whyChoose {
  background-color: #f1f4fc;
}
@media (min-width: 992px) {
  section.whyChoose .sectionTitleMain {
    width: 85%;
  }
}
section.whyChoose .sectionContentMain {
  color: #131313;
}
section.whyChoose .whyChooseBoxesMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
section.whyChoose .whyChooseBoxesMain .boxItem {
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  transition: all 0.35s ease;
}
section.whyChoose .whyChooseBoxesMain .boxItem .boxIconWrap {
  margin-bottom: 20px;
}
section.whyChoose .whyChooseBoxesMain .boxItem .boxIconWrap img {
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  section.whyChoose .whyChooseBoxesMain .boxItem .boxIconWrap img {
    width: 6.944vw;
    height: 6.944vw;
  }
}
@media (min-width: 992px) {
  section.whyChoose .whyChooseBoxesMain .boxItem .boxIconWrap {
    margin-bottom: 2.431vw;
  }
}
section.whyChoose .whyChooseBoxesMain .boxItem .boxTitleWrap h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  section.whyChoose .whyChooseBoxesMain .boxItem .boxTitleWrap h3 {
    font-size: 1.6vw;
  }
}
section.whyChoose .whyChooseBoxesMain .boxItem:hover {
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 992px) {
  section.whyChoose .whyChooseBoxesMain .boxItem {
    padding: 2.083vw 2.2vw 2.083vw 2.2vw;
  }
}
section.trustedPartner {
  background-color: #fff;
}
section.trustedPartner .sectionBannerWrapper img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  section.trustedPartner .sectionBannerWrapper img {
    width: 93%;
    height: 33.056vw;
    object-fit: cover;
    border-radius: 1.111vw;
  }
}
section.yourJourney {
  background-color: #fff;
}
section.yourJourney .careerProcessBoxMain {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
section.yourJourney .careerProcessBoxMain .boxItem {
  background: #f2f2f2;
  padding: 25px 20px;
  border-radius: 8px;
  transition: all 0.35s ease;
}
section.yourJourney .careerProcessBoxMain .boxItem .stepNum {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #1541ea 0%, #f2f2f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.yourJourney .careerProcessBoxMain .boxItem .stepNum {
    font-size: 1.667vw;
  }
}
section.yourJourney .careerProcessBoxMain .boxItem .stepTitle {
  font-size: 16px;
  color: #131313;
  font-weight: 500;
}
@media (min-width: 992px) {
  section.yourJourney .careerProcessBoxMain .boxItem .stepTitle {
    font-size: 1.25vw;
  }
}
section.yourJourney .careerProcessBoxMain .boxItem:hover {
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 992px) {
  section.yourJourney .careerProcessBoxMain .boxItem {
    padding: 2.083vw 1.736vw 2.083vw 1.736vw;
  }
}
@media (min-width: 992px) {
  section.yourJourney .careerProcessBoxMain {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.foundersNote {
  background: #fff;
  background: #f1f4fc;
}
section.foundersNote .founderSigntaure {
  color: #131313;
}
section.foundersNote .founderSigntaure .founderName {
  font-family: "Moon Dance", cursive;
  line-height: 1em;
  font-size: 32px;
}
@media (min-width: 992px) {
  section.foundersNote .founderSigntaure .founderName {
    font-size: 2.778vw;
  }
}
section.foundersNote .founderSigntaure .founderDesignation {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  section.foundersNote .founderSigntaure .founderDesignation {
    font-size: 0.972vw;
  }
}
section.foundersNote .sectionBannerWrapper {
  position: relative;
}
section.foundersNote .sectionBannerWrapper img {
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  section.foundersNote .sectionBannerWrapper img {
    width: 32.153vw;
    height: 34.444vw;
    object-fit: cover;
    border-radius: 1.1vw;
  }
}
section.foundersNote .sectionBannerWrapper::before {
  content: "";
  background: url("../images/square-dots.svg");
  background-size: 100%;
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  right: 2.9vw;
  bottom: -3.2vw;
}
@media (min-width: 992px) {
  section.foundersNote .sectionBannerWrapper::before {
    width: 9.9vw;
    height: 9.9vw;
  }
}
@media (min-width: 992px) {
  section.foundersNote {
    background: linear-gradient(90deg, #ffffff 70%, #f1f4fc 70%);
  }
}
section.careerOpportunity {
  position: relative;
  background-color: #0f1328;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
}
section.careerOpportunity .countryList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 25px;
}
section.careerOpportunity .countryList .countryItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 70px;
  border: 1px solid #4968e0;
  background-color: transparent;
  color: #fff;
  padding: 5px 15px 5px 5px;
  text-decoration: none;
}
section.careerOpportunity .countryList .countryItem .flag img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 992px) {
  section.careerOpportunity .countryList .countryItem .flag img {
    width: 1.82vw;
    height: 1.82vw;
  }
}
@media (min-width: 992px) {
  section.careerOpportunity .countryList .countryItem {
    gap: 0.833vw;
    padding: 0.347vw 1.042vw 0.347vw 0.347vw;
  }
}
@media (min-width: 992px) {
  section.careerOpportunity .countryList {
    flex-wrap: nowrap;
    gap: 1.667vw;
  }
}
@media (min-width: 992px) {
  section.careerOpportunity {
    border-radius: 1vw;
  }
}
section.jobMatch {
  background-color: #fff;
}
section.jobMatch .jobMatchFormWrap {
  /* Hide native file input */
}
section.jobMatch .jobMatchFormWrap label {
  color: #131313;
  font-size: 14px;
  line-height: 1.6em;
  width: 100%;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap label {
    font-size: 16px;
  }
}
section.jobMatch .jobMatchFormWrap .cv-upload input[type="file"] {
  display: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
section.jobMatch .jobMatchFormWrap .custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6778a4;
  border-radius: 8px;
  padding: 8px 10px 8px 16px;
  height: 56px;
  cursor: pointer;
  background: #fff;
}
section.jobMatch .jobMatchFormWrap .custom-file-upload p {
  margin-bottom: 0.6rem;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .custom-file-upload {
    width: 29vw;
  }
}
section.jobMatch .jobMatchFormWrap .custom-file-upload .file-text {
  color: #9b9b9b;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .custom-file-upload .file-text {
    font-size: 16px;
  }
}
section.jobMatch .jobMatchFormWrap .custom-file-upload .choose-btn {
  background: #f3f3f3;
  color: #131313;
  padding: 5px 24px;
  font-size: 14px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .custom-file-upload .choose-btn {
    font-size: 16px;
  }
}
section.jobMatch .jobMatchFormWrap .wpcf7-form-control-wrap .wpcf7-text {
  border-radius: 6px;
  border: 1px solid #6778a4;
  padding: 10px 12px;
  margin-top: 10px;
  color: #131313;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .wpcf7-form-control-wrap .wpcf7-text {
    font-size: 16px;
    width: 29vw;
  }
}
section.jobMatch .jobMatchFormWrap .inputTextWrap {
  margin-top: 15px;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .inputTextWrap {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .custombuttonWrap {
    margin-top: 30px;
  }
}
section.jobMatch .jobMatchFormWrap .btnIcon {
  position: absolute;
  right: 20px;
  top: 8px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 2;
  transition: 0.35s;
  color: #fff;
}
section.jobMatch .jobMatchFormWrap .btnIcon p {
  margin: 0;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .btnIcon {
    right: 1.9vw;
    top: 0.26vw;
    width: 2.2vw;
    height: 2.2vw;
  }
}
section.jobMatch .jobMatchFormWrap .ctaBtn {
  padding: 10px 50px 10px 28px;
}
section.jobMatch .jobMatchFormWrap .ctaBtn input {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
section.jobMatch .jobMatchFormWrap .ctaBtn .wpcf7-spinner {
  position: absolute;
}
@media (min-width: 992px) {
  section.jobMatch .jobMatchFormWrap .ctaBtn {
    padding: 0.6vw 2.8vw 0.6vw 1.45vw;
  }
}
.wpcf7-spinner {
  position: absolute !important;
}
section.choosePlan {
  position: relative;
  background-color: #0f1328;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
}
section.choosePlan .pricingBoxWrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
section.choosePlan .pricingBoxWrapper .priceboxItem {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 0px solid rgba(109, 132, 246, 0.25);
  border-radius: 12px;
  padding: 2.222vw;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .tagline {
  color: #6d84f6;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Geist", sans-serif;
  letter-spacing: 1px;
}
section.choosePlan .pricingBoxWrapper .priceboxItem {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 0.07vw solid rgba(109, 132, 246, 0.2);
  border-radius: 0.8vw;
  padding: 1.8vw;
  min-height: 25vw;
  display: flex;
  flex-direction: column;
}
section.choosePlan .pricingBoxWrapper .priceboxItem.active {
  border-color: #6d84f6;
  background: rgba(255, 255, 255, 0.07);
}
section.choosePlan .pricingBoxWrapper .priceboxItem .popularTag {
  position: absolute;
  top: -0.75vw;
  left: 50%;
  transform: translateX(-50%);
  background: #6d84f6;
  color: #0f1328;
  font-size: 0.9vw;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  padding: 0.32vw 1.1vw;
  border-radius: 2vw;
  white-space: nowrap;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .tagline {
  color: #6d84f6;
  font-size: 0.9vw;
  text-transform: uppercase;
  font-family: "Geist", sans-serif;
  letter-spacing: 0.08vw;
  margin-bottom: 1.1vw;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .pricing {
  display: flex;
  align-items: flex-end;
  gap: 0.25vw;
  margin-bottom: 2vw;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .pricing .priceBox {
  color: #fff;
  font-size: 2.8vw;
  line-height: 0.9;
  font-weight: 800;
  font-family: "Sora", sans-serif;
}
@media (min-width: 992px) {
  section.choosePlan .pricingBoxWrapper .priceboxItem .pricing .priceBox {
    font-size: 3.889vw;
  }
}
section.choosePlan .pricingBoxWrapper .priceboxItem .pricing .duration {
  color: #8a9a9c;
  font-size: 0.75vw;
  line-height: 1.2;
  font-family: "Sora", sans-serif;
  margin-bottom: 0.25vw;
}
@media (min-width: 992px) {
  section.choosePlan .pricingBoxWrapper .priceboxItem .pricing .duration {
    font-size: 1.1vw;
  }
}
section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList {
  margin-bottom: 5.5vw;
  color: #bdc9c8;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul li {
  position: relative;
  color: #bdc9c8;
  font-size: 1.04vw;
  line-height: 1.5;
  font-family: "Sora", sans-serif;
  padding-left: 1.45vw;
  margin-bottom: 1vw;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25vw;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: url("../images/right-tick-fill.svg");
  background-size: contain;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul li.disabled {
  color: #8a9a9c;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul li.disabled::before {
  background: url("../images/wrong-fill.svg");
  background-size: contain;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .noteText {
  background: #0f1328;
  color: #c1c8c8;
  font-size: 0.972vw;
  font-weight: 500;
  font-family: "Geist", sans-serif;
  text-align: center;
  border-radius: 0.3vw;
  padding: 0.65vw 1vw;
  margin-top: auto;
  margin-bottom: 1.2vw;
  letter-spacing: 0.05vw;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .noteText.premium {
  background: transparent;
  color: #6d84f6;
  margin-bottom: 1.2vw;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .getStartedbtn {
  margin-top: auto;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .getStartedbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3vw;
  border: 0.08vw solid #6d84f6;
  border-radius: 3vw;
  color: #6d84f6;
  font-size: 1.04vw;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.choosePlan .pricingBoxWrapper .priceboxItem .getStartedbtn a:hover {
  background: #6d84f6;
  color: #0c1025;
}
section.choosePlan .pricingBoxWrapper .priceboxItem.active {
  background-color: transparent;
}
section.choosePlan .pricingBoxWrapper .priceboxItem.active .getStartedbtn a {
  background: #6d84f6;
  color: #0f1328;
  border-color: #6d84f6;
  box-shadow: 0 0 15px #26ffea4d;
}
section.choosePlan .pricingBoxWrapper .priceboxItem.active .getStartedbtn a:hover {
  background: #fff;
  border-color: #fff;
}
@media (min-width: 992px) {
  section.choosePlan .pricingBoxWrapper {
    width: 95%;
    margin-inline: auto;
  }
}
section.choosePlan::before {
  content: "";
  background: url("../images/Background_Blur_OverlayBlur_2.svg");
  background-size: 100%;
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  left: -18%;
  top: 10vw;
}
@media (min-width: 992px) {
  section.choosePlan::before {
    width: 60vw;
    height: 60vw;
  }
}
@media (min-width: 992px) {
  section.choosePlan {
    border-radius: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  section.choosePlan {
    border-radius: 4vw;
  }
  section.choosePlan .pricingBoxWrapper {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem {
    border-radius: 3vw;
    padding: 5vw;
    min-height: auto;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .popularTag {
    top: -2.2vw;
    font-size: 2.2vw;
    padding: 1vw 2.5vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .tagline {
    font-size: 13px;
    letter-spacing: 0.25vw;
    margin-bottom: 20px;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .pricing {
    gap: 1vw;
    margin-bottom: 4vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .pricing .priceBox {
    font-size: 10vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .pricing .duration {
    font-size: 2.8vw;
    margin-bottom: 1vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul li {
    font-size: 14px;
    padding-left: 5vw;
    margin-bottom: 2vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .featuresList ul li::before {
    top: 0.8vw;
    width: 2.8vw;
    height: 2.8vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .noteText {
    font-size: 3.2vw;
    border-radius: 1.2vw;
    padding: 2.2vw;
    margin-bottom: 3vw;
  }
  section.choosePlan .pricingBoxWrapper .priceboxItem .getStartedbtn a {
    height: 10vw;
    font-size: 2.8vw;
  }
}
section.faqSection {
  position: relative;
  background-color: #edf2fd;
}
section.faqSection .faqSectionWrapper .faqContentBox {
  padding-top: 1.5vw;
}
section.faqSection .faqSectionWrapper .faqContentBox .sectionContentMain br {
  display: none;
}
@media (min-width: 992px) {
  section.faqSection .faqSectionWrapper .faqContentBox .sectionContentMain br {
    display: block;
  }
}
section.faqSection .faqSectionWrapper .faqAccordionBox {
  display: flex;
  flex-direction: column;
  gap: 1.45vw;
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem {
  background: #fff;
  border: 0;
  border-radius: 0.55vw;
  overflow: hidden;
  box-shadow: 0 0.35vw 1.2vw rgba(20, 32, 70, 0.04);
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .accordion-header {
  margin: 0;
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion {
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  font-family: "Mona Sans", sans-serif;
  padding: 1.25vw 1.55vw;
  border: 0;
  box-shadow: none;
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion::after {
  width: 1.55vw;
  height: 1.55vw;
  min-width: 1.55vw;
  border: 0.08vw solid #000;
  border-radius: 50%;
  background-image: none;
  background-size: 0;
  position: relative;
  transform: none;
}
@media (max-width: 768px) {
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion::after {
    width: 25px;
    height: 25px;
  }
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion::before {
  content: "+";
  position: absolute;
  right: 1.98vw;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 1.05vw;
  line-height: 1;
  font-weight: 400;
  z-index: 2;
}
@media (max-width: 768px) {
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion::before {
    width: 25px;
    height: 25px;
    right: 0px;
    font-size: 25px;
  }
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion:not(.collapsed) {
  background: #fff;
  color: #15171f;
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion:not(.collapsed)::before {
  content: "-";
}
@media (max-width: 768px) {
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion:not(.collapsed)::before {
    right: -2px;
    top: 44%;
  }
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion {
    font-size: 1.25vw;
    padding: 1.25vw 1.55vw;
  }
}
section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqAnswer {
  color: #000;
  font-size: 14px;
  line-height: 1.65;
  font-family: "Mona Sans", sans-serif;
  padding: 0 4vw 1.25vw 1.55vw;
}
@media (min-width: 992px) {
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqAnswer {
    font-size: 1.1vw;
    padding: 1.25vw 1.55vw;
  }
}
section.faqSection.services-page {
  background-color: #fff;
}
section.faqSection.services-page .faqSectionWrapper .faqAccordionBox .faqItem {
  background-color: #edf2fd;
}
section.faqSection.services-page .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion {
  background-color: #edf2fd;
}
section.faqSection.services-page .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion:not(.collapsed) {
  background-color: #edf2fd;
}
section.faqSection.services-page .faqSectionWrapper .faqAccordionBox .faqAnswer {
  margin: 0 4vw 1.25vw 1.55vw;
  padding: 0;
  padding-top: 1.55vw;
  border-top: 1px dashed #bebfc7;
}
@media only screen and (max-width: 767px) {
  section.faqSection .faqSectionWrapper .faqContentBox {
    padding-top: 0;
    text-align: center;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox {
    gap: 3vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem {
    border-radius: 2vw;
    padding: 4vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion {
    gap: 3vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion h3 {
    font-size: 3.5vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion .faqIcon {
    width: 5.5vw;
    height: 5.5vw;
    min-width: 5.5vw;
    border-width: 0.25vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion .faqIcon::before {
    width: 2.5vw;
    height: 0.25vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqQuestion .faqIcon::after {
    width: 0.25vw;
    height: 2.5vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqAnswer {
    margin-top: 3vw;
    padding-right: 0;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem .faqAnswer p {
    font-size: 3.5vw;
  }
  section.faqSection .faqSectionWrapper .faqAccordionBox .faqItem.active .faqQuestion .faqIcon {
    width: 8vw;
    height: 8vw;
    min-width: 8vw;
  }
}
section.contactSection {
  position: relative;
  background: #0f1328;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
}
section.contactSection .contactSectionWrapper .contactFormBox {
  width: 100%;
  margin-bottom: 25px;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px 10px;
  margin-bottom: 10px;
  font-family: "Mona Sans", sans-serif;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup label {
  display: block;
  color: #282828;
  font-size: 14px;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup label {
    font-size: 1.111vw;
    margin-bottom: 0.45vw;
  }
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup input,
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup select,
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup textarea {
  width: 100%;
  height: 3.4vw;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  color: #fff;
  padding: 0 1.2vw;
  outline: none;
  margin-top: 1.1vw;
  font-size: 14px;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup input,
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup select,
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup textarea {
    font-size: 1.1vw;
    border-radius: 0.417vw;
  }
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup textarea {
  height: 9.8vw;
  resize: none;
  padding-top: 1vw;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup select {
  position: relative;
  appearance: none;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup select option {
  color: #000;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup select::before {
  content: "";
  background: url("../images/down-arrrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 7px;
  display: block;
  position: absolute;
  right: 0;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup.full {
  grid-column: 1 / -1;
}
section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup .custombuttonWrap .ctaBtn {
  padding: 10px 50px 10px 28px;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup .custombuttonWrap .ctaBtn {
    padding: 0.6vw 5.2vw 0.6vw 1.45vw;
  }
}
@media (max-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup .custombuttonWrap .btnIcon {
    width: 32px;
    height: 32px;
    right: 45px;
    top: 6px;
  }
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup .custombuttonWrap .btnIcon {
    top: 4px;
  }
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid {
    grid-template-columns: 1fr 1fr;
    gap: 0.2vw 1.56vw;
    margin-bottom: 0.4vw;
  }
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .custombuttonWrap .ctaBtn {
    padding-right: 3vw;
    padding: 0.8vw 5.2vw 0.8vw 1.45vw;
  }
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .custombuttonWrap .btnIcon {
    right: 1.8vw;
    top: 0.5vw;
  }
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .contactFormBox {
    width: 94%;
    margin-bottom: 0;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 15px;
  font-family: "Mona Sans", sans-serif;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Mona Sans", sans-serif;
  margin: 0 0 25px;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem h3 span {
  color: #a9b8b8;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem h3 {
    font-size: 2.22vw;
    margin: 0 0 3.2vw;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .quoteIcon {
  margin-bottom: 15px;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .quoteIcon::before {
  content: "";
  background-image: url("../images/quoteIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 58px;
  display: block;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .quoteIcon {
    margin-bottom: 1.5vw;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem p {
  color: #ecf0f0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem p {
    font-size: 1.528vw;
    margin: 0 0 7vw;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo {
  display: flex;
  align-items: center;
  gap: 0.9vw;
  border-top: 1px dashed #696c7d;
  padding-top: 1.8vw;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientImage {
    width: 5vw;
    height: 5vw;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientText h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientText h4 {
    font-size: 1.5vw;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientText span {
  color: #a9b8b8;
  font-weight: 300;
  font-size: 13px;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo .clientText span {
    font-size: 0.972vw;
  }
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav {
  position: absolute;
  right: 2vw;
  bottom: 7.8vw;
  display: flex;
  gap: 0.8vw;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav button {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  border: 0.08vw solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav button i {
  font-size: 0.75vw;
}
section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav button:hover {
  background: #6d84f6;
  border-color: #6d84f6;
}
section.contactSection .contactSectionWrapper .feedbackBox::before {
  content: "";
  background: url("../images/Background_Blur_OverlayBlur_3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -9vw;
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox::before {
    width: 25vw;
    height: 25vw;
  }
}
@media (min-width: 992px) {
  section.contactSection .contactSectionWrapper .feedbackBox {
    height: 100%;
    padding: 3.472vw 2.083vw;
  }
}
@media (min-width: 992px) {
  section.contactSection {
    border-radius: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup input,
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup select,
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup textarea {
    height: 11vw;
    font-size: 3vw;
    padding: 0 3vw;
  }
  section.contactSection .contactSectionWrapper .contactFormBox form .formGrid .formGroup textarea {
    height: 28vw;
    padding-top: 3vw;
  }
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackCarousel .feedbackItem .clientInfo {
    gap: 3vw;
    padding-top: 5vw;
  }
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav {
    right: 5vw;
    bottom: 6vw;
    gap: 2vw;
  }
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav button {
    width: 8vw;
    height: 8vw;
    border-width: 0.25vw;
  }
  section.contactSection .contactSectionWrapper .feedbackBox .feedbackNav button i {
    font-size: 2.5vw;
  }
}
section.freeReport {
  position: relative;
  background-color: #edf2fd;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
}
section.freeReport .sectionContentMain p br {
  display: none;
}
@media (min-width: 992px) {
  section.freeReport .sectionContentMain p br {
    display: block;
  }
}
@media (min-width: 992px) {
  section.freeReport {
    border-radius: 1vw;
  }
}
/*==================================================
About Us
==================================================*/
section.about-hero {
  background: url("https://idigitalise.org/desi-work/wp-content/uploads/2026/07/about-us-banner-image.webp") center / cover no-repeat;
  display: flex;
  align-items: center;
  width: 98%;
  height: 240px;
  margin-inline: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  padding-inline: 50px;
}
section.about-hero h1 {
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 992px) {
  section.about-hero {
    height: 25.486vw;
    padding: 0 6.5vw;
  }
}
section.about-intro {
  background: #f1f4fc;
}
section.about-intro .intro-copy {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
section.about-intro .intro-copy h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 22px;
}
@media (min-width: 992px) {
  section.about-intro .intro-copy h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  section.about-intro .intro-copy {
    padding: 40px;
    height: 100%;
  }
}
section.about-intro .sectionBannerWrapper img {
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
section.mission-vision {
  background: #fff;
}
section.mission-vision .mission-vision-wrapper {
  position: relative;
}
section.mission-vision .mission-vision-wrapper .mv-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.mission-vision .mission-vision-wrapper .mv-img.mv-left {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  section.mission-vision .mission-vision-wrapper .mv-img {
    margin-bottom: 20px;
  }
}
section.mission-vision .mission-vision-wrapper .mv-card {
  background: #0f1328;
  color: #fff;
  border-radius: 16px;
  padding: 28px 24px;
}
section.mission-vision .mission-vision-wrapper .mv-card h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  section.mission-vision .mission-vision-wrapper .mv-card h3 {
    font-size: 48px;
    line-height: 65px;
  }
}
section.mission-vision .mission-vision-wrapper .mv-card p {
  font-weight: 300;
}
section.mission-vision .mission-vision-wrapper .mv-card span {
  display: block;
  height: 1px;
  background: #fff;
  opacity: 0.7;
  margin: 44px 0 28px;
}
@media (min-width: 992px) {
  section.mission-vision .mission-vision-wrapper .mv-card span {
    margin: 60px 0 28px;
  }
}
@media (min-width: 992px) {
  section.mission-vision .mission-vision-wrapper .mv-card {
    width: 29.5vw;
    min-height: 43vw;
    padding: 26px 38px;
    position: absolute;
    top: -3vw;
    left: 16.4vw;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  section.mission-vision .mission-vision-wrapper {
    padding: 0px;
    margin-top: 3.255vw;
  }
}
section.values-section {
  background: #f1f4fc;
  border-radius: 8px;
  width: 98%;
  margin-inline: auto;
  margin-block: 15px;
}
section.values-section .values-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
section.values-section .values-wrap > img {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  object-fit: cover;
}
@media (min-width: 992px) {
  section.values-section .values-wrap > img {
    height: 42.917vw;
  }
}
@media (min-width: 992px) {
  section.values-section .values-wrap {
    grid-template-columns: 37.153vw 1fr;
    gap: 4.583vw;
    align-items: start;
  }
}
section.values-section .values-content h2 {
  margin: 0 0 24px;
}
section.values-section .value-card {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 21px;
}
section.values-section .value-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 14px;
}
section.values-section .value-card p {
  margin: 0;
}
@media (min-width: 992px) {
  section.values-section .value-card {
    padding: 1.1vw 1.9vw;
  }
}
section.what-we-do {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  width: 98%;
  margin-inline: auto;
  margin-bottom: 15px;
}
section.what-we-do h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 24px;
}
section.what-we-do > p {
  max-width: 455px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  section.what-we-do > p br {
    display: none;
  }
}
section.what-we-do h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 40px;
}
section.what-we-do .service-card {
  min-height: 201px;
  background: #f2f2f2;
  border-radius: 8px;
  text-align: left;
  padding: 25px;
}
section.what-we-do .service-card i {
  display: block;
  margin-bottom: 28px;
}
section.what-we-do .service-card i img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (min-width: 992px) {
  section.what-we-do .service-card i img {
    width: 4.167vw;
    height: 4.167vw;
  }
}
section.what-we-do .service-card h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  section.what-we-do .service-card h3 {
    font-size: 1.55vw;
  }
}
@media (min-width: 992px) {
  section.what-we-do .service-card {
    min-height: 13.6vw;
    padding: 30px 24px;
  }
}
@media (min-width: 992px) {
  section.what-we-do h2 {
    font-size: 48px;
    line-height: 65px;
  }
  section.what-we-do .service-card {
    height: 201px;
  }
}
section.team-section {
  background: #0f1328;
  text-align: center;
}
section.team-section .team-image {
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
section.team-section .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-hero {
  background: url("https://idigitalise.org/desi-work/wp-content/uploads/2026/07/services-hero-banner.webp") center / cover no-repeat;
  display: flex;
  align-items: center;
  width: 98%;
  height: 200px;
  margin-inline: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  padding-inline: 30px;
}
@media (min-width: 992px) {
  .services-hero {
    height: 25.486vw;
    padding: 0 6.5vw;
  }
}
.servicePlans {
  background: #f1f4fc;
}
.servicePlans .sectionTitle {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #131313;
  margin: 0 0 14px;
}
@media (min-width: 992px) {
  .servicePlans .sectionTitle {
    font-size: 3.333vw;
    line-height: 1.35em;
  }
}
.servicePlans .sectionText {
  font-size: 16px;
}
@media (min-width: 992px) {
  .servicePlans .sectionText {
    font-size: 1.389vw;
  }
}
.servicePlans .servicePlanRow {
  row-gap: 80px;
  margin-top: 42px;
}
@media (min-width: 992px) {
  .servicePlans .servicePlanRow {
    row-gap: 28px;
    margin-top: 8vw;
  }
}
.servicePlans .planCard {
  height: 100%;
  border-radius: 8px;
  padding: 58px 22px 24px;
  position: relative;
  text-align: center;
}
.servicePlans .planCard .cardTopcontent {
  margin-bottom: 3.333vw;
}
.servicePlans .planCard .cardTopcontent .pricingWrap .pricing {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  .servicePlans .planCard .cardTopcontent .pricingWrap .pricing {
    font-size: 3.333vw;
  }
}
.servicePlans .planCard .cardTopcontent .ctaBtns .themeBtn {
  font-size: 15px;
}
.servicePlans .planCard .cardTopcontent .ctaBtns .themeBtn span {
  font-size: 12px;
}
@media (min-width: 992px) {
  .servicePlans .planCard .cardTopcontent .ctaBtns .themeBtn {
    font-weight: 600;
    font-size: 1.3vw;
  }
}
.servicePlans .planCard .cardCentercontent {
  background: #f1f4fc;
  border-radius: 8px;
  text-align: left;
  padding: 20px;
}
.servicePlans .planCard .cardCentercontent .ctaBtns {
  margin: 0 0 50px;
}
@media (min-width: 992px) {
  .servicePlans .planCard .cardCentercontent {
    padding: 1.389vw 2.083vw;
  }
}
.servicePlans .planCard.standardPlan {
  background: #fff;
  border: 1px solid #6778a4;
}
.servicePlans .planCard.premiumPlan {
  background: #0f1328;
  border: 1px solid #0f1328;
}
.servicePlans .planCard.premiumPlan .cardTopcontent {
  color: #fff;
}
.servicePlans .planCard.premiumPlan .cardCentercontent {
  background: #fff;
}
.servicePlans .planCard h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 25px;
}
.servicePlans .planCard > p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 455px;
}
.servicePlans .planCard .planIcon {
  width: 92px;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #6d84f6;
  color: #6d84f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 22px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.servicePlans .planCard .planIcon img {
  width: 100%;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .servicePlans .planCard .planIcon img {
    width: 5.556vw;
    height: 5.556vw;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .servicePlans .planCard .planIcon {
    top: -4.853vw;
    left: 0;
    right: 0;
  }
}
.servicePlans .planCard .includedBox h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 18px;
}
.servicePlans .planCard .includedBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.servicePlans .planCard .includedBox ul li {
  position: relative;
  padding-left: 28px;
  color: #131313;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: "Sora", sans-serif;
}
.servicePlans .planCard .includedBox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("https://idigitalise.org/desi-work/wp-content/uploads/2026/07/Icon-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.servicePlans .planCard .includedBox p {
  color: #5a5a5a;
}
.servicePlans .planCard .includedBox small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #131313;
}
.servicePlans .planCard .includedBox .includeInnerbox {
  margin-top: 40px;
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox .seemorebtn {
  padding-bottom: 30px;
  cursor: pointer;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.4;
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox .seemoreonmobile {
  display: none;
}
@media (min-width: 992px) {
  .servicePlans .planCard .includedBox .includeInnerbox.processbox .seemoreonmobile {
    display: block;
  }
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox ul li {
  display: flex;
  padding: 0;
  padding-left: 6px;
  padding-bottom: 45px;
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox ul li .processStep {
  position: relative;
  margin-right: 20px;
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox ul li .processStep span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, #6884f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  z-index: 0;
}
@media (min-width: 992px) {
  .servicePlans .planCard .includedBox .includeInnerbox.processbox ul li .processStep span {
    font-size: 1vw;
  }
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox ul li .processStep::before {
  content: "";
  background-color: #6884f1;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: -4px;
  left: -7px;
  margin: auto;
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox ul li::before {
  content: "";
  background-image: url("https://idigitalise.org/desi-work/wp-content/uploads/2026/07/Line-19.svg");
  bottom: -7px;
  top: unset;
  left: 16px;
  top: 40px;
  left: 13px;
  width: 34px;
  height: 45px;
}
.servicePlans .planCard .includedBox .includeInnerbox.processbox ul li:last-child::before {
  display: none;
}
.servicePlans .planCard .includedBox .cardBottomcontent {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.servicePlans .planCard .includedBox .cardBottomcontent p {
  color: #222222;
}
@media (min-width: 992px) {
  .servicePlans .planCard {
    padding: 6.25vw 1.667vw 1.667vw;
  }
  .servicePlans .planCard h3 {
    font-size: 1.667vw;
    line-height: 1.417em;
  }
  .servicePlans .planCard > p {
    font-size: 1.111vw;
    line-height: 1.5em;
  }
  .servicePlans .planCard .planIcon {
    width: 8.819vw;
    height: 8.819vw;
    font-size: 2.7vw;
  }
  .servicePlans .planCard .includedBox h4,
  .servicePlans .planCard .includedBox ul li,
  .servicePlans .planCard .includedBox small {
    font-size: 1.111vw;
  }
}
.faqSection {
  background: #fff;
}
.faqSection .faqIntro {
  margin-bottom: 32px;
}
.faqSection .faqIntro h2 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #131313;
  margin: 0 0 20px;
}
.faqSection .faqIntro p {
  font-size: 15px;
  line-height: 1.6;
  color: #131313;
  margin: 0 0 28px;
}
@media (min-width: 992px) {
  .faqSection .faqIntro {
    margin-bottom: 0;
  }
  .faqSection .faqIntro h2 {
    font-size: 3.333vw;
    line-height: 1.417em;
  }
  .faqSection .faqIntro p {
    max-width: 27.708vw;
    font-size: 1.111vw;
    line-height: 1.5em;
  }
}
.serviceCta {
  position: relative;
  background-color: #0f1328;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
  overflow: hidden;
}
.serviceCta .ctaContent {
  margin-bottom: 32px;
  color: #fff;
}
.serviceCta .ctaContent h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 8px;
}
.serviceCta .ctaContent h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 22px;
}
.serviceCta .ctaContent p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 571px;
}
.serviceCta .ctaContent .ctaBtns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .serviceCta .ctaContent {
    margin-bottom: 0;
  }
  .serviceCta .ctaContent h4 {
    font-size: 1.667vw;
  }
  .serviceCta .ctaContent h2 {
    font-size: 3.333vw;
    line-height: 1.417em;
  }
  .serviceCta .ctaContent p {
    font-size: 1.111vw;
    line-height: 1.875em;
  }
  .serviceCta .ctaContent .ctaBtns {
    flex-direction: row;
    gap: 0.556vw;
  }
}
.serviceCta .ctaImage {
  position: relative;
}
.serviceCta .ctaImage img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .serviceCta .ctaImage {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 8px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
  }
  .serviceCta .ctaImage img {
    height: 35.625vw;
    width: 45.958vw;
  }
}
@media (min-width: 992px) {
  .serviceCta {
    border-radius: 1vw;
  }
}
.resources-tab {
  position: relative;
  background: #fff;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
}
.resources-tab .resourcesTabinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-block: 15px;
}
.resources-tab .resourcesTabinner .resourcespill {
  border: 1px solid #4968e0;
  color: #0f1328;
  border-radius: 8px;
  background-color: transparent;
  transition: 0.3s ease;
  padding: 10px;
  font-size: 14px;
}
.resources-tab .resourcesTabinner .resourcespill a {
  color: inherit;
  text-decoration: none;
}
.resources-tab .resourcesTabinner .resourcespill.active,
.resources-tab .resourcesTabinner .resourcespill:hover {
  background-color: #4968e0;
  color: #fff;
}
@media (min-width: 992px) {
  .resources-tab .resourcesTabinner .resourcespill {
    font-size: 1.042vw;
    padding: 0.65vw 3.125vw;
  }
}
@media (max-width: 992px) {
  .resources-tab .resourcesTabinner .resourcespill {
    min-width: 170px;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .resources-tab .resourcesTabinner {
    gap: 0.556vw;
    padding-block: 1.389vw;
  }
}
@media (max-width: 992px) {
  .resources-tab .resourcesTabinner {
    width: max-content;
    justify-content: space-around;
    overflow-x: scroll;
  }
}
@media (min-width: 992px) {
  .resources-tab {
    border-radius: 1vw;
  }
}
.rescourcesContentMain {
  position: relative;
  background: #fff;
  width: 98%;
  margin-inline: auto;
  border-radius: 8px;
  margin-block: 15px;
}
.rescourcesContentMain .resourcesContentintro {
  margin-bottom: 25px;
}
.rescourcesContentMain .resourcesContentintro .sectionContentMain .shawdowedBox {
  background-color: #f1f4fc;
  padding: 0.347vw 1.389vw;
  width: max-content;
  margin-inline: auto;
  border-radius: 8px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .rescourcesContentMain .resourcesContentintro .sectionContentMain .shawdowedBox {
    width: 100%;
    padding: 15px;
  }
  .rescourcesContentMain .resourcesContentintro .sectionContentMain .shawdowedBox br {
    display: none;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcesContentintro {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 992px) {
  .rescourcesContentMain .resourcesContentintro br {
    display: none;
  }
}
.rescourcesContentMain .resourcescontentCards .contentSectionTitle {
  text-transform: uppercase;
}
.rescourcesContentMain .resourcescontentCards .contentCardsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard {
  display: flex;
  justify-content: start;
  background: transparent;
  border: 1px solid #e0def3;
  border-radius: 8px;
  gap: 15px;
  padding: 20px;
  text-align: center;
}
.rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard .iconWrap img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard .iconWrap img {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard .contentTitle {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard .contentTitle {
    font-size: 1.319vw;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard {
    text-align: left;
    gap: 1.736vw;
    padding: 1.736vw;
  }
}
@media (max-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .contentCardsWrapper .contentCard {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .contentCardsWrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.rescourcesContentMain.scamAwareness .resourcescontentCards .salaryFeatures .featureBoxes {
  background-color: #fcf1f2;
}
.rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper {
  justify-content: start;
  gap: 30px;
  align-items: start;
}
.rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper .warningIcon img {
  width: 65px;
  height: 65px;
}
@media (min-width: 992px) {
  .rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper .warningIcon img {
    width: 6.667vw;
    height: 6.667vw;
    max-width: 6.667vw;
  }
}
.rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper .warningContent .ctaContent {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper .warningContent .ctaContent {
    font-size: 1.389vw;
  }
}
.rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper .warningContent .ctaButton .ctaBtn {
  background: #ff005e;
}
@media (min-width: 992px) {
  .rescourcesContentMain.scamAwareness .resourcescontentCards .ctaBoxwrapper {
    gap: 3.472vw;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain {
    border-radius: 1vw;
  }
}
.themeBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #6d84f6;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  padding: 5px 5px 5px 25px;
  transition: 0.35s ease;
}
.themeBtn span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0f1328;
  display: flex;
  align-items: center;
  justify-content: center;
}
.themeBtn span i {
  transform: rotate(-45deg);
}
.themeBtn:hover {
  color: #fff;
  transform: translateY(-4px);
}
.themeBtn.outlineBtn {
  background: #0f1328;
  border: 1px solid #6d84f6;
}
.themeBtn.outlineBtn span {
  background: #6d84f6;
}
@media (min-width: 992px) {
  .themeBtn {
    font-size: 1.111vw;
    gap: 0.694vw;
    padding: 0.347vw 0.347vw 0.347vw 1.736vw;
  }
  .themeBtn span {
    width: 2.917vw;
    height: 2.917vw;
  }
}
section.newsletterSection {
  position: relative;
  background: #dee1ec;
  width: 100%;
  margin-inline: auto;
  margin-top: 15px;
  border-radius: 8px 8px 0 0;
}
section.newsletterSection .talkBtn a {
  padding: 0.55vw 1.25vw 0.55vw 0.55vw;
}
section.newsletterSection .talkBtn a:hover::before {
  z-index: -1;
}
section.newsletterSection .talkBtn a .talkImg {
  width: 3.1vw;
  height: 3.1vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.2vw solid #fff;
  display: block;
}
section.newsletterSection .talkBtn a .talkImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.newsletterSection .talkBtn a .arrowIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.newsletterSection .talkBtn a .arrowIcon i {
  color: #fff;
  font-size: 0.85vw;
  transform: rotate(45deg);
}
section.newsletterSection .newsletterBox {
  background: #6d84f6;
  border-radius: 12px;
  padding: 30px 20px;
}
section.newsletterSection .newsletterBox .sectionTitleMain .sectionTitle {
  font-size: 2.2vw;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Geist", sans-serif;
  margin: 0;
}
@media (max-width: 992px) {
  section.newsletterSection .newsletterBox .sectionTitleMain .sectionTitle {
    text-align: center;
  }
}
section.newsletterSection .newsletterBox form .newsletterInput p {
  position: relative;
  background: #fff;
  border-radius: 4vw;
  padding: 0.35vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.newsletterSection .newsletterBox form .newsletterInput p br{
    display:none;
}
section.newsletterSection .newsletterBox form .newsletterInput input {
  width: 100%;
  height: 3vw;
  border: 0;
  outline: none;
  background: transparent;
  color: #11131a;
  font-size: 0.95vw;
  font-family: "Geist", sans-serif;
  padding: 0 1.2vw;
}
section.newsletterSection .newsletterBox form .newsletterInput input::placeholder {
  color: rgba(17, 19, 26, 0.7);
}
section.newsletterSection .newsletterBox form .newsletterInput button {
  display: inline-flex;
  align-items: center;
  gap: 0.75vw;
  border: 0;
  background: #6d84f6;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 800;
  font-family: "Geist", sans-serif;
  border-radius: 4vw;
  padding: 0.35vw 0.45vw 0.35vw 1.35vw;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
section.newsletterSection .newsletterBox form .newsletterInput button span {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background: #10162c;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.newsletterSection .newsletterBox form .newsletterInput button span i {
  color: #fff;
  font-size: 0.75vw;
  transform: rotate(45deg);
}
section.newsletterSection .newsletterBox form .newsletterInput button:hover {
  background: #10162c;
}
section.newsletterSection .newsletterBox form .termsCheck {
  display: flex;
  align-items: center;
  gap: 0.55vw;
  margin-top: 1.15vw;
}
section.newsletterSection .newsletterBox form .termsCheck input {
  width: 1vw;
  height: 1vw;
  accent-color: #10162c;
  cursor: pointer;
}
section.newsletterSection .newsletterBox form .termsCheck label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9vw;
  line-height: 1.4;
  font-family: "Geist", sans-serif;
  cursor: pointer;
}
section.newsletterSection .newsletterBox form .termsCheck label a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
@media (min-width: 992px) {
  section.newsletterSection .newsletterBox {
    border-radius: 0.8vw;
    padding: 2.77vw 2.083vw;
  }
}
@media (min-width: 992px) {
  section.newsletterSection {
    width: 98%;
    border-radius: 1vw 1vw 0vw 0vw;
  }
}
@media only screen and (max-width: 767px) {
  section.newsletterSection .row {
    gap: 7vw;
  }
  section.newsletterSection .talkBtn {
    text-align: center;
  }
  section.newsletterSection .talkBtn a {
    padding: 1.5vw 4vw 1.5vw 1.5vw;
  }
  section.newsletterSection .talkBtn a .talkImg {
    width: 10vw;
    height: 10vw;
    border-width: 0.5vw;
  }
  section.newsletterSection .talkBtn a .arrowIcon i {
    font-size: 3vw;
  }
  section.newsletterSection .newsletterBox {
    border-radius: 3vw;
    padding: 6vw 5vw;
  }
  section.newsletterSection .newsletterBox .sectionTitleMain .sectionTitle {
    font-size: 7vw;
  }
  section.newsletterSection .newsletterBox form .newsletterInput {
    border-radius: 12vw;
    padding: 1vw;
  }
  section.newsletterSection .newsletterBox form .newsletterInput input {
    height: 10vw;
    font-size: 3.2vw;
    padding: 0 3vw;
  }
  section.newsletterSection .newsletterBox form .newsletterInput button {
    gap: 1.5vw;
    font-size: 0;
    padding: 1vw;
    display: block;
    border-radius: 100px;
  }
  section.newsletterSection .newsletterBox form .newsletterInput button span {
    width: 8vw;
    height: 8vw;
  }
  section.newsletterSection .newsletterBox form .newsletterInput button span i {
    font-size: 2.8vw;
  }
  section.newsletterSection .newsletterBox form .termsCheck {
    gap: 2vw;
    margin-top: 3vw;
    align-items: flex-start;
  }
  section.newsletterSection .newsletterBox form .termsCheck input {
    width: 4vw;
    height: 4vw;
    min-width: 4vw;
    margin-top: 0.5vw;
  }
  section.newsletterSection .newsletterBox form .termsCheck label {
    font-size: 3vw;
  }
}
.rescourcesContentMain .resourcescontentCards .processSteps .processitem {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0def3;
  border-radius: 8px;
  padding: 10px;
  gap: 12px;
  margin-bottom: 30px;
  background-color: #fff;
}
.rescourcesContentMain .resourcescontentCards .processSteps .processitem .srno {
  width: 35px;
  height: 35px;
  background-color: #4968e0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .processSteps .processitem .srno {
    width: 2.917vw;
    height: 2.917vw;
  }
}
.rescourcesContentMain .resourcescontentCards .processSteps .processitem::before {
  content: "";
  width: 1px;
  height: 30px;
  border: 1px dashed #000;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 33px;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .processSteps .processitem::before {
    bottom: -2.0833vw;
    left: 2.2917vw;
    height: 2.0833vw;
  }
}
.rescourcesContentMain .resourcescontentCards .processSteps .processitem:last-child::before {
  display: none;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .processSteps .processitem {
    padding: 0.972vw 0.833vw;
    gap: 0.8333vw;
    margin-bottom: 2.0833vw;
    border-radius: 0.5556vw;
  }
}
@media (max-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .processSteps .processitem {
    flex-direction: column;
    align-items: self-start;
  }
}
.rescourcesContentMain .resourcescontentCards .processNotice {
  background-color: #f1f4fc;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .processNotice {
    align-items: center;
    padding: 0.833vw 1.389vw;
    gap: 1.389vw;
    margin-bottom: 2.9vw;
  }
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits {
  color: #131313;
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits ul {
  list-style: none;
  padding-left: 1.5rem;
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits ul li {
  position: relative;
  margin-bottom: 15px;
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits ul li::before {
  content: "";
  background-image: url("https://idigitalise.org/desi-work/wp-content/uploads/2026/07/Capa_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: -23px;
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits .countryList {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 25px;
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits .countryList .countryItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 70px;
  border: 1px solid #4968e0;
  background-color: #f1f4fc;
  padding: 5px 15px 5px 5px;
}
.rescourcesContentMain .resourcescontentCards .employeeBenefits .countryList .countryItem .flag img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .employeeBenefits .countryList .countryItem .flag img {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .employeeBenefits .countryList {
    flex-wrap: nowrap;
  }
}
.rescourcesContentMain .resourcescontentCards .salaryFeatures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 25px;
}
.rescourcesContentMain .resourcescontentCards .salaryFeatures .featureBoxes {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  background-color: #f1f4fc;
  border: 1px solid #e0def3;
  border-radius: 8px;
  padding: 17px;
  gap: 20px;
  color: #131313;
}
.rescourcesContentMain .resourcescontentCards .salaryFeatures .featureBoxes .boxIcon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .salaryFeatures .featureBoxes .boxIcon img {
    width: 2.917vw;
    height: 2.917vw;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .salaryFeatures .featureBoxes {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: unset;
  }
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .salaryFeatures {
    margin-bottom: 35px;
  }
}
.rescourcesContentMain .resourcescontentCards .ctaBoxwrapper {
  background: #0f1328;
  color: #fff;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.rescourcesContentMain .resourcescontentCards .ctaBoxwrapper .ctaContent .ctaTitle {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .ctaBoxwrapper .ctaContent .ctaTitle {
    font-size: 2.2vw;
  }
}
.rescourcesContentMain .resourcescontentCards .ctaBoxwrapper .ctaButton .btnIcon {
  transform: rotate(135deg);
}
@media (min-width: 992px) {
  .rescourcesContentMain .resourcescontentCards .ctaBoxwrapper {
    flex-wrap: nowrap;
    padding: 2.431vw 3.125vw;
    text-align: left;
  }
}
.checkoutPage {
  background: #e7e9ec;
}
.checkoutPage .checkoutRow {
  row-gap: 20px;
}
.checkoutPage .checkoutBox {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}
.checkoutPage .checkoutBox h2 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  margin: 0 0 28px;
}
@media (min-width: 992px) {
  .checkoutPage .checkoutBox {
    padding: 2.778vw;
    margin-bottom: 1.389vw;
  }
  .checkoutPage .checkoutBox h2 {
    font-size: 2.014vw;
    line-height: 2.24em;
    margin-bottom: 1.8vw;
  }
}
.checkoutPage .formRow {
  row-gap: 18px;
}
@media (min-width: 992px) {
  .checkoutPage .formRow {
    row-gap: 1.736vw;
  }
}
.checkoutPage .formGroup label {
  display: block;
  color: #a9b8b8;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 400;
}
.checkoutPage .formGroup input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(34, 34, 34, 0.45);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #2a2a2a;
  font-size: 15px;
  padding: 0 14px;
  outline: none;
}
.checkoutPage .formGroup input::placeholder {
  color: #a9b8b8;
}
.checkoutPage .formGroup input:focus {
  border-color: #6d84f6;
}
@media (min-width: 992px) {
  .checkoutPage .formGroup label {
    font-size: 1.111vw;
    line-height: 1.5em;
    margin-bottom: 0.694vw;
  }
  .checkoutPage .formGroup input {
    height: 3.472vw;
    font-size: 1.111vw;
    padding: 0 0.972vw;
  }
}
.checkoutPage .paymentOptions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.checkoutPage .paymentOptions .paymentOption {
  min-height: 50px;
  border: 1px solid rgba(73, 73, 73, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  cursor: pointer;
}
.checkoutPage .paymentOptions .paymentOption .radioDot {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(73, 73, 73, 0.28);
  border-radius: 50%;
  position: relative;
  flex: 0 0 22px;
}
.checkoutPage .paymentOptions .paymentOption img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.checkoutPage .paymentOptions .paymentOption strong {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  flex: 1;
}
.checkoutPage .paymentOptions .paymentOption i {
  font-size: 12px;
  color: #000;
}
.checkoutPage .paymentOptions .paymentOption.active .radioDot {
  border-color: #6d84f6;
}
.checkoutPage .paymentOptions .paymentOption.active .radioDot::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #6d84f6;
}
@media (min-width: 992px) {
  .checkoutPage .paymentOptions {
    gap: 0.833vw;
    margin-bottom: 2.292vw;
  }
  .checkoutPage .paymentOptions .paymentOption {
    min-height: 3.472vw;
    gap: 0.972vw;
    padding: 0.833vw 1.111vw;
  }
  .checkoutPage .paymentOptions .paymentOption .radioDot {
    width: 1.528vw;
    height: 1.528vw;
    flex-basis: 1.528vw;
  }
  .checkoutPage .paymentOptions .paymentOption img {
    width: 2.361vw;
    height: 2.361vw;
  }
  .checkoutPage .paymentOptions .paymentOption strong {
    font-size: 1.111vw;
  }
}
.checkoutPage .checkoutSide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .checkoutPage .checkoutSide {
    gap: 1.389vw;
  }
}
.checkoutPage .orderSummaryBox ul,
.checkoutPage .orderTotalBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkoutPage .orderSummaryBox ul li,
.checkoutPage .orderTotalBox ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(73, 73, 73, 0.28);
  padding: 13px 0;
}
.checkoutPage .orderSummaryBox ul li span,
.checkoutPage .orderTotalBox ul li span {
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}
.checkoutPage .orderSummaryBox ul li strong,
.checkoutPage .orderTotalBox ul li strong {
  color: #000;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-align: right;
  max-width: 58%;
}
.checkoutPage .orderSummaryBox ul li:last-child,
.checkoutPage .orderTotalBox ul li:last-child {
  border-bottom: 0;
}
.checkoutPage .orderSummaryBox ul .totalLine,
.checkoutPage .orderTotalBox ul .totalLine {
  align-items: center;
}
.checkoutPage .orderSummaryBox ul .totalLine span,
.checkoutPage .orderTotalBox ul .totalLine span,
.checkoutPage .orderSummaryBox ul .totalLine strong,
.checkoutPage .orderTotalBox ul .totalLine strong {
  font-weight: 600;
}
.checkoutPage .orderSummaryBox ul .totalLine strong,
.checkoutPage .orderTotalBox ul .totalLine strong {
  font-size: 22px;
}
@media (min-width: 992px) {
  .checkoutPage .orderSummaryBox ul li,
  .checkoutPage .orderTotalBox ul li {
    padding: 0.903vw 0;
  }
  .checkoutPage .orderSummaryBox ul li span,
  .checkoutPage .orderTotalBox ul li span,
  .checkoutPage .orderSummaryBox ul li strong,
  .checkoutPage .orderTotalBox ul li strong {
    font-size: 0.972vw;
  }
  .checkoutPage .orderSummaryBox ul li.totalLine strong,
  .checkoutPage .orderTotalBox ul li.totalLine strong {
    font-size: 1.528vw;
  }
}
.checkoutPage .checkoutBtn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 50px;
  background: #6d84f6;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.checkoutPage .checkoutBtn span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0f1328;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkoutPage .checkoutBtn span i {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .checkoutPage .checkoutBtn {
    height: 3.611vw;
    font-size: 1.042vw;
    margin-top: 1.25vw;
    gap: 0.833vw;
  }
  .checkoutPage .checkoutBtn span {
    width: 2.222vw;
    height: 2.222vw;
  }
}
.jobMatchPopup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  overflow-y: auto;
}
.jobMatchPopup .jobMatchModal {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.jobMatchPopup .popupOfferPanel {
  display: none;
  min-height: 420px;
  height: 100%;
  padding: 34px 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(132deg, #355b11 0%, #5da51a 100%);
}
.jobMatchPopup .popupOfferPanel::before,
.jobMatchPopup .popupOfferPanel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #6d84f6;
  opacity: 0.1;
  pointer-events: none;
}
.jobMatchPopup .popupOfferPanel::before {
  width: 180px;
  height: 180px;
  right: -55px;
  top: -55px;
}
.jobMatchPopup .popupOfferPanel::after {
  width: 160px;
  height: 160px;
  left: -60px;
  bottom: -90px;
}
.jobMatchPopup .popupOfferPanel .offerBadge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(109, 132, 246, 0.4);
  background: #10372c;
  border-radius: 50px;
  padding: 7px 13px;
  margin-bottom: 24px;
}
.jobMatchPopup .popupOfferPanel .offerBadge img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .offerBadge img {
    width: 0.972vw;
    height: 0.972vw;
  }
}
.jobMatchPopup .popupOfferPanel .offerBadge span {
  color: #62ff69;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .offerBadge span {
    font-size: 0.764vw;
  }
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .offerBadge {
    gap: 0.556vw;
    padding: 0.486vw 0.903vw;
  }
}
.jobMatchPopup .popupOfferPanel h2 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 35px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}
.jobMatchPopup .popupOfferPanel > p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 23.1px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 32px;
}
.jobMatchPopup .popupOfferPanel > p strong {
  color: #fff;
  font-weight: 600;
}
.jobMatchPopup .popupOfferPanel .offerNote {
  position: relative;
  z-index: 1;
  background: rgba(8, 8, 8, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px 12px 28px;
  margin-bottom: 34px;
}
.jobMatchPopup .popupOfferPanel .offerNote p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .offerNote p {
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .offerNote {
    padding: 0.486vw 0.972vw 0.486vw 1.944vw;
  }
}
.jobMatchPopup .popupOfferPanel .trustedWrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.jobMatchPopup .popupOfferPanel .trustedWrap .avatarGroup {
  display: flex;
}
.jobMatchPopup .popupOfferPanel .trustedWrap .avatarGroup span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #0f1328;
  background: #6d84f6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  margin-right: -8px;
}
.jobMatchPopup .popupOfferPanel .trustedWrap .avatarGroup span:nth-child(2) {
  background: #4f67f5;
}
.jobMatchPopup .popupOfferPanel .trustedWrap .avatarGroup span:nth-child(3) {
  background: #3a52e8;
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .trustedWrap .avatarGroup span {
    width: 2.222vw;
    height: 2.222vw;
    font-size: 0.764vw;
    margin-right: -0.556vw;
  }
}
.jobMatchPopup .popupOfferPanel .trustedWrap p {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .trustedWrap p {
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
}
@media (min-width: 992px) {
  .jobMatchPopup .popupOfferPanel .trustedWrap {
    gap: 1vw;
  }
}
.jobMatchPopup .popupFormPanel {
  position: relative;
  padding: 34px 24px;
  background: #fff;
}
.jobMatchPopup .popupFormPanel .popupClose {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.jobMatchPopup .popupFormPanel .popupClose img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.jobMatchPopup .popupFormPanel .popupHeading {
  padding-right: 38px;
  margin-bottom: 28px;
}
.jobMatchPopup .popupFormPanel .popupHeading h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #0f1328;
  margin: 0;
}
.jobMatchPopup .popupFormPanel .popupHeading p {
  font-size: 13px;
  line-height: 19.5px;
  color: #6b7280;
  margin: 4px 0 0;
}
.jobMatchPopup .popupFormPanel .popupHeading .contentWrapper a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
.jobMatchPopup .popupFormPanel .formRow {
  row-gap: 18px;
}
.jobMatchPopup .popupFormPanel .formGroup label {
  display: block;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.jobMatchPopup .popupFormPanel .formGroup label span {
  color: #9ca3af;
  font-weight: 400;
}
.jobMatchPopup .popupFormPanel .formGroup input,
.jobMatchPopup .popupFormPanel .formGroup select {
  width: 100%;
  height: 43px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #f9fafb;
  color: #0f1328;
  font-size: 14px;
  padding: 0 17px;
  outline: none;
}
.jobMatchPopup .popupFormPanel .formGroup input::placeholder,
.jobMatchPopup .popupFormPanel .formGroup select::placeholder {
  color: rgba(17, 24, 39, 0.5);
}
.jobMatchPopup .popupFormPanel .formGroup input:focus,
.jobMatchPopup .popupFormPanel .formGroup select:focus {
  border-color: #6578ff;
}
.jobMatchPopup .popupFormPanel .selectGroup {
  position: relative;
}
.jobMatchPopup .popupFormPanel .selectGroup select {
  appearance: none;
  padding-right: 42px;
}
.jobMatchPopup .popupFormPanel .selectGroup > img {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.jobMatchPopup .popupFormPanel .uploadGroup .uploadBox {
  position: relative;
  min-height: 146px;
  border: 2px dashed #d1d5db;
  border-radius: 14px;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  cursor: pointer;
}
.jobMatchPopup .popupFormPanel .uploadGroup .uploadBox .uploadIcon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(109, 132, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.jobMatchPopup .popupFormPanel .uploadGroup .uploadBox .uploadIcon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.jobMatchPopup .popupFormPanel .uploadGroup .uploadBox h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #0f1328;
  margin: 0;
}
.jobMatchPopup .popupFormPanel .uploadGroup .uploadBox p {
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
  margin: 2px 0 0;
}
.jobMatchPopup .popupFormPanel .uploadGroup .uploadBox input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.jobMatchPopup .popupFormPanel .custombuttonWrap {
  width: 100% !important;
}
.jobMatchPopup .popupFormPanel .custombuttonWrap p {
  width: 100% !important;
}
.jobMatchPopup .popupFormPanel .custombuttonWrap .ctaBtn {
  padding: 10px 50px 10px 28px;
  width: 100%;
}
.jobMatchPopup .popupFormPanel .custombuttonWrap .ctaBtn span {
  margin-inline: auto;
}
@media (min-width: 992px) {
  .jobMatchPopup .popupFormPanel .custombuttonWrap .ctaBtn {
    padding: 0.8vw 5.2vw 0.8vw 1.45vw;
  }
}
.jobMatchPopup .popupFormPanel .custombuttonWrap .btnIcon {
  text-align: center;
}
@media (max-width: 992px) {
  .jobMatchPopup .popupFormPanel .custombuttonWrap .btnIcon {
    width: 32px;
    height: 32px;
    right: 115px;
    top: 6px;
  }
}
@media (min-width: 992px) {
  .jobMatchPopup .popupFormPanel .custombuttonWrap .btnIcon {
    top: 0.5vw;
    right: 12.6vw;
  }
}
@media (min-width: 992px) {
  .jobMatchPopup {
    padding: 40px;
  }
  .jobMatchPopup .jobMatchModal {
    width: 63.472vw;
    max-width: 63.472vw;
  }
  .jobMatchPopup .popupOfferPanel {
    display: block;
    min-height: 36.667vw;
    padding: 2.778vw;
  }
  .jobMatchPopup .popupOfferPanel .offerBadge {
    margin-bottom: 1.667vw;
  }
  .jobMatchPopup .popupOfferPanel h2 {
    font-size: 1.944vw;
    line-height: 1.25em;
  }
  .jobMatchPopup .popupOfferPanel > p {
    font-size: 0.972vw;
    line-height: 1.65em;
  }
  .jobMatchPopup .popupOfferPanel .offerNote {
    margin-bottom: 2.361vw;
  }
  .jobMatchPopup .popupFormPanel {
    min-height: 36.667vw;
    padding: 2.778vw;
  }
  .jobMatchPopup .popupFormPanel .popupHeading {
    margin-bottom: 1.944vw;
  }
  .jobMatchPopup .popupFormPanel .popupHeading .contentWrapper {
    display: flex;
    justify-content: space-between;
  }
  .jobMatchPopup .popupFormPanel .popupHeading .contentWrapper a {
    font-size: 0.903vw;
    text-decoration: none;
    font-weight: 600;
  }
  .jobMatchPopup .popupFormPanel .formRow {
    row-gap: 1.25vw;
  }
}
.customerReviewMain {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}
.customerReviewMain .customerReviewInner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.customerReviewMain .customerReviewItem {
  background: #f1f4fc;
  border: 1px solid #ecf0f0;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 1.23px 3.69px rgba(0, 0, 0, 0.1);
}
.customerReviewMain .customerReviewItem .reviewTop {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.customerReviewMain .customerReviewItem .reviewTop .reviewProfileAvatar {
  font-weight: 700;
  font-size: 34px;
  line-height: 1em;
  background-color: #4968e0;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .customerReviewMain .customerReviewItem .reviewTop .reviewProfileAvatar {
    font-size: 48px;
    padding: 15px;
  }
}
.customerReviewMain .customerReviewItem .reviewTop .reviewProfile .reviewerName {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  color: #131313;
}
@media (min-width: 992px) {
  .customerReviewMain .customerReviewItem .reviewTop .reviewProfile .reviewerName {
    font-size: 24px;
  }
}
.customerReviewMain .customerReviewItem .reviewTop .reviewProfile .reviewerDesignation {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: #6d84f6;
}
@media (min-width: 1400px) {
  .customerReviewMain .customerReviewItem .reviewTop .reviewProfile .reviewerDesignation {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .customerReviewMain .customerReviewItem .reviewTop {
    margin-bottom: 30px;
  }
}
.customerReviewMain .customerReviewItem .reviewbottom p {
  font-size: 16px;
  font-style: italic;
  color: #3d435c;
}
@media (min-width: 992px) {
  .customerReviewMain .customerReviewItem .reviewbottom p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .customerReviewMain .customerReviewItem {
    padding: 2.604vw 1.8vw;
    flex: 1 0 30%;
  }
}
@media (min-width: 1400px) {
  .customerReviewMain .customerReviewItem {
    padding: 2.604vw;
  }
}
@media (min-width: 992px) {
  .customerReviewMain {
    padding: 2.93vw;
  }
}
@media (max-width: 992px) {
  .customerReviewMain {
    width: 94%;
    margin-inline: auto;
  }
}
.foundersNote.success-stories {
  background: #fff;
}
.foundersNote.success-stories .sectionImage img {
  box-shadow: 0 30px 61px -14px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
@media (min-width: 1200px) {
  .foundersNote.success-stories .sectionImage img {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .foundersNote.success-stories .sectionImage img {
    margin-bottom: 50px;
  }
}
.foundersNote.success-stories .sectionImage .founderSigntaure {
  width: max-content;
  background: #6d84f6;
  color: #fff;
  padding: 25px 60px;
  border-radius: 30px;
  box-shadow: 0 24px 30px -6.15px #00000024;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media (max-width: 992px) {
  .foundersNote.success-stories .sectionImage .founderSigntaure .founderName {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .foundersNote.success-stories .sectionImage .founderSigntaure {
    padding: 25px 45px;
    bottom: 20px;
    right: unset;
    left: 0;
  }
}
@media (min-width: 992px) {
  .foundersNote.success-stories .sectionContent .sectionTitleMain.mid .sectionTitle {
    font-size: 3vw;
  }
}
.foundersNote.success-stories .sectionContent .sectionContentMain {
  line-height: 1.4em;
  color: #3d435c;
  font-size: 18px;
}
@media (min-width: 992px) {
  .foundersNote.success-stories .sectionContent .sectionContentMain {
    font-size: 1.432vw;
  }
}
@media (min-width: 992px) {
  .foundersNote.success-stories .sectionContent {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .foundersNote.success-stories .sectionContent {
    width: 87%;
  }
}
.rescourcesContentMain.success-stories {
  background: unset;
}
.rescourcesContentMain.success-stories .ctaBoxwrapper {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .rescourcesContentMain.success-stories .ctaBoxwrapper .ctaContent,
  .rescourcesContentMain.success-stories .ctaBoxwrapper .ctaImage {
    flex: 1 0 50%;
  }
}
.rescourcesContentMain.success-stories .ctaBoxwrapper .ctaButton .btnIcon {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .rescourcesContentMain.success-stories .ctaBoxwrapper {
    padding-left: 5.2vw;
  }
}
@media (max-width: 992px) {
  .rescourcesContentMain.success-stories .ctaBoxwrapper {
    padding: 25px;
    justify-content: center;
    gap: 25px;
  }
}
.careerContent {
  position: relative;
  background: #f1f4fc;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 15px;
  border-radius: 0 0 8px 8px;
}
.careerContent .row {
  background: #fff;
  padding: 30px;
}
.careerContent .row .sectionContentMain {
  font-size: 16px;
  line-height: 1.8em;
  color: #3d435c;
  font-family: "Inter", sans-serif;
}
@media (min-width: 992px) {
  .careerContent .row .sectionContentMain {
    font-size: 1.3vw;
  }
}
@media (min-width: 992px) {
  .careerContent .row {
    padding: 2.6vw 4.2vw;
  }
}
@media (min-width: 992px) {
  .careerContent {
    width: 98%;
    border-radius: 0vw 0vw 1vw 1vw;
  }
}
.trustedPartners {
  background-color: #0f1328;
}
.trustedPartners .partnerslogoItem img {
  border: 1px solid #c9c9c9;
  min-height: 180px;
  object-fit: cover;
}
.whyJoin {
  background-color: #fff;
}
.whyJoin .pointerItem {
  padding: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
  color: #3d435c;
}
.whyJoin .pointerItem .pointerTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .whyJoin .pointerItem .pointerTitle {
    font-size: 1.5vw;
  }
}
.whyJoin .pointerItem .pointerContent {
  font-size: 16px;
}
@media (min-width: 992px) {
  .whyJoin .pointerItem .pointerContent {
    font-size: 1.3vw;
  }
}
.whatValues {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  margin-block: 15px;
  border-radius: 8px;
}
.whatValues .valuesBoxesMain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  font-family: "Inter", sans-serif;
}
.whatValues .valuesBoxesMain .valueBox {
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #c9c9c9;
}
.whatValues .valuesBoxesMain .valueBox .valueIcon {
  margin-bottom: 30px;
}
.whatValues .valuesBoxesMain .valueBox .valueIcon img {
  height: 65px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .whatValues .valuesBoxesMain .valueBox .valueIcon img {
    height: 6.536vw;
  }
}
.whatValues .valuesBoxesMain .valueBox .valueLabel {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: #3d435c;
}
@media (min-width: 992px) {
  .whatValues .valuesBoxesMain .valueBox .valueLabel {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .whatValues .valuesBoxesMain .valueBox {
    padding: 2.2vw;
  }
}
@media (min-width: 992px) {
  .whatValues .valuesBoxesMain {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .whatValues {
    width: 98%;
    border-radius: 1vw;
  }
}
.jobOpenings {
  position: relative;
  background: #f1f4fc;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  margin-block: 15px;
  border-radius: 8px;
}
.jobOpenings .jobOpeningsCardsMain {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.jobOpenings .jobOpeningsCardsMain .openingsCard {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.jobOpenings .jobOpeningsCardsMain .openingsCard .designationName {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.jobOpenings .jobOpeningsCardsMain .openingsCard .ctaButtoninner .ctaBtn {
  background: #fff;
  border: 1px solid #6578ff;
  color: #6578ff;
}
.jobOpenings .jobOpeningsCardsMain .openingsCard .ctaButtoninner .ctaBtn:hover {
  color: #fff;
}
.jobOpenings .jobOpeningsCardsMain .openingsCard .ctaButtoninner .ctaBtn .btnIcon svg {
  color: #fff;
}
@media (min-width: 992px) {
  .jobOpenings .jobOpeningsCardsMain .openingsCard {
    padding: 24px 28px;
  }
}
@media (min-width: 992px) {
  .jobOpenings .jobOpeningsCardsMain {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .jobOpenings {
    width: 98%;
    border-radius: 1vw;
  }
}
#applyNowModal {
  z-index: 9999;
}
@media (min-width: 576px) {
  #applyNowModal .modal-dialog {
    max-width: 656px !important;
  }
}
/*==================================================
Contact Us
==================================================*/
.reachOutDetails {
  position: relative;
  background: #f1f4fc;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.reachOutDetails .reachOutInner {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
}
.reachOutDetails .reachOutInner .iconWrapper {
  margin-bottom: 25px;
}
.reachOutDetails .reachOutInner .iconWrapper img {
  width: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  .reachOutDetails .reachOutInner .iconWrapper img {
    width: 3.889vw;
    height: 3.889vw;
  }
}
@media (min-width: 992px) {
  .reachOutDetails .reachOutInner .iconWrapper {
    margin-bottom: 2.5vw;
  }
}
.reachOutDetails .reachOutInner .reachLabel {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
@media (min-width: 992px) {
  .reachOutDetails .reachOutInner .reachLabel {
    margin-bottom: 2.5vw;
    font-size: 1.667vw;
  }
}
.reachOutDetails .reachOutInner .reachContent {
  margin-bottom: 25px;
  color: #131313;
  font-size: 16px;
}
@media (min-width: 992px) {
  .reachOutDetails .reachOutInner .reachContent {
    margin-bottom: 2.5vw;
    font-size: 1.111vw;
    min-height: 4.861vw;
    display: flex;
    align-items: center;
    justify-self: center;
  }
}
.reachOutDetails .reachOutInner .reachCta .ctaBtn {
  background: #f2f2f2;
  color: #000;
}
.reachOutDetails .reachOutInner .reachCta .ctaBtn:hover {
  color: #fff;
}
.reachOutDetails .reachOutInner .reachCta .ctaBtn .btnIcon {
  background-color: #4968e0;
  color: #fff;
}
@media (min-width: 992px) {
  .reachOutDetails .reachOutInner {
    margin-bottom: 0;
    border-radius: 0.556vw;
    padding: 2.292vw 6.319vw;
  }
}
.reachOutDetails .col-md-4:last-child .reachOutInner {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .reachOutDetails {
    width: 98%;
    border-radius: 1vw;
  }
}
.contactSection.contact-page {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.contactSection.contact-page .contactSectionWrapper .contactFormBox form .formGrid .formGroup input,
.contactSection.contact-page .contactSectionWrapper .contactFormBox form .formGrid .formGroup select,
.contactSection.contact-page .contactSectionWrapper .contactFormBox form .formGrid .formGroup textarea {
  border: 1px solid rgba(0, 0, 0, 0.13);
}
@media (max-width: 992px) {
  .contactSection.contact-page .contactMap iframe {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contactSection.contact-page {
    width: 98%;
    border-radius: 1vw;
  }
}
/*==================================================
Footer
==================================================*/
.siteFooter {
  position: relative;
  background: #dee1ec;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 15px;
  border-radius: 0 0 8px 8px;
}
.siteFooter .footerTop {
  padding: 0px;
}
.siteFooter .footerTop .container {
  position: relative;
}
.siteFooter .footerTop .footerGrid {
  display: grid;
  gap: 50px 20px;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
.siteFooter .footerTop .footerGrid .footerColumn {
  position: relative;
  display: flex;
  flex-direction: column;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerTitle {
  margin: 0 0 28px;
  color: #0f1328;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerTitle {
    margin: 0 0 2.29vw;
    font-size: 1.389vw;
  }
}
.siteFooter .footerTop .footerGrid .footerColumn .footerContent {
  color: #3d435c;
  line-height: 1.9;
  font-size: 16px;
  max-width: 100%;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerContent p {
  margin: 0px;
  line-height: 1.48em;
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerContent p {
    margin: 0 0 18px;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerContent {
    max-width: 18vw;
    font-size: 1vw;
  }
}
.siteFooter .footerTop .footerGrid .footerColumn .footerAwards {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
  flex-wrap: wrap;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerAwards img {
  display: block;
  width: 115px;
  transition: 0.35s ease;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerAwards img:hover {
  transform: translateY(-6px) scale(1.05);
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerAwards img {
    width: 6.5vw;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerAwards {
    gap: 1.5vw;
    margin-top: 2.2vw;
  }
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu li {
  margin-bottom: 18px;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #3d435c;
  text-decoration: none;
  font-size: 16px;
  transition: 0.35s ease;
  padding-left: 0;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu li a::before {
  content: "→";
  position: absolute;
  left: -18px;
  opacity: 0;
  transition: 0.35s ease;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu li a:hover {
  color: #6578ff;
  padding-left: 18px;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu li a:hover::before {
  left: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerMenu li a {
    font-size: 1vw;
    line-height: 1.48em;
  }
}
.siteFooter .footerTop .footerGrid .footerColumn .footerMenu li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerMenu li {
    margin-bottom: 0.92vw;
  }
}
.siteFooter .footerTop .footerGrid .footerColumn .footerOffice {
  color: #3d435c;
  line-height: 1.85;
  font-size: 16px;
  margin-bottom: 28px;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerOffice p {
  margin: 0;
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerOffice {
    font-size: 1vw;
    line-height: 1.48em;
    margin-bottom: 1.6vw;
  }
}
.siteFooter .footerTop .footerGrid .footerColumn .footerContact {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #0f1328;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 14px;
  transition: 0.35s ease;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerContact strong {
  color: #0f1328;
}
.siteFooter .footerTop .footerGrid .footerColumn .footerContact:hover {
  color: #6578ff;
  transform: translateX(6px);
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn .footerContact {
    margin-bottom: 0.8vw;
    font-size: 1vw;
    line-height: 1.48em;
  }
}
@media (max-width: 992px) {
  .siteFooter .footerTop .footerGrid .footerColumn.full {
    grid-column: 1 / -1;
  }
}
@media (min-width: 768px) {
  .siteFooter .footerTop .footerGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerTop .footerGrid {
    grid-template-columns: minmax(18rem, 1.5fr) repeat(3, minmax(12rem, 1fr));
    gap: 3.2vw;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerTop {
    padding: 2vw 0 5vw;
  }
}
.siteFooter .footerBottom {
  margin-top: 20px;
  background: #6d84f6;
  color: #fff;
}
.siteFooter .footerBottom .footerBottomWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 22px 0;
}
.siteFooter .footerBottom .footerBottomWrap .footerCopy {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
}
@media (min-width: 992px) {
  .siteFooter .footerBottom .footerBottomWrap .footerCopy {
    font-size: 1vw;
    line-height: 1.48em;
  }
}
.siteFooter .footerBottom .footerBottomWrap .footerSocial {
  display: flex;
  align-items: center;
  gap: 12px;
}
.siteFooter .footerBottom .footerBottomWrap .footerSocial a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #fff;
  opacity: 40%;
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}
.siteFooter .footerBottom .footerBottomWrap .footerSocial a i {
  color: #6d84f6;
}
.siteFooter .footerBottom .footerBottomWrap .footerSocial a:hover {
  background: #fff;
  color: #6578ff;
  opacity: 1;
  transform: translateY(-6px) rotate(8deg);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
@media (min-width: 992px) {
  .siteFooter .footerBottom .footerBottomWrap .footerSocial a {
    width: 1.944vw;
    height: 1.944vw;
    font-size: 1vw;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerBottom .footerBottomWrap .footerSocial {
    gap: 0.7vw;
  }
}
.siteFooter .footerBottom .footerBottomWrap .footerPolicy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.siteFooter .footerBottom .footerBottomWrap .footerPolicy a {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: 0.35s ease;
  font-size: 15px;
}
.siteFooter .footerBottom .footerBottomWrap .footerPolicy a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.35s ease;
}
.siteFooter .footerBottom .footerBottomWrap .footerPolicy a:hover {
  opacity: 0.85;
}
.siteFooter .footerBottom .footerBottomWrap .footerPolicy a:hover::after {
  width: 100%;
}
@media (min-width: 992px) {
  .siteFooter .footerBottom .footerBottomWrap .footerPolicy a {
    font-size: 1vw;
    line-height: 1.48em;
  }
}
.siteFooter .footerBottom .footerBottomWrap .footerPolicy span {
  color: rgba(255, 255, 255, 0.45);
}
@media (min-width: 992px) {
  .siteFooter .footerBottom .footerBottomWrap .footerPolicy {
    gap: 0.8vw;
  }
}
@media (min-width: 768px) {
  .siteFooter .footerBottom .footerBottomWrap {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerBottom .footerBottomWrap {
    gap: 1.6vw;
    padding: 1.2vw 0;
  }
}
@media (min-width: 992px) {
  .siteFooter .footerBottom {
    margin-top: 1vw;
  }
}
@media (min-width: 992px) {
  .siteFooter {
    width: 98%;
    border-radius: 0vw 0vw 1vw 1vw;
  }
}
section.industry_counterblock {
  width: 98%;
  margin: auto;
  background: #fff;
  border-radius: 0.5vw;
  padding: 8vw 4vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 100px) {
  section.industry_counterblock {
    padding: 4vw 4vw;
  }
}
section.industry_counterblock .counterblock {
  background: #f1f4fc;
  width: 100%;
  margin: auto;
  margin-top: 0;
  border-radius: 1.5vw;
  padding: 0 5.5vw 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 1200px) {
  section.industry_counterblock .counterblock {
    margin-top: 2vw;
    border-radius: 0.5vw;
    padding: 0 4.5vw 0;
  }
}
section.industry_counterblock .counterblock::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 95%;
  width: 0.12vw;
  background: #000;
}
section.industry_counterblock .counterblock ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: auto;
  margin-top: 0;
  padding: 0;
}
section.industry_counterblock .counterblock ul li {
  padding: 4.5vw 0vw 4.5vw;
  width: 31%;
  border-right: 0.11vw solid #c3c3c3;
}
@media (min-width: 1200px) {
  section.industry_counterblock .counterblock ul li {
    padding: 2.5vw 0vw 2.5vw;
  }
}
section.industry_counterblock .counterblock ul li:last-child {
  border: none;
}
section.industry_counterblock .counterblock ul li .counternum {
  font-size: 5.2vw;
  line-height: 6.2vw;
  font-weight: 600;
}
@media (min-width: 1200px) {
  section.industry_counterblock .counterblock ul li .counternum {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
section.industry_counterblock .counterblock ul li .countertxt {
  font-size: 3vw;
  margin-top: 1.5vw;
  line-height: normal;
  width: 98%;
}
@media (min-width: 1200px) {
  section.industry_counterblock .counterblock ul li .countertxt {
    font-size: 1.3vw;
    margin-top: 0.5vw;
  }
}
section.ranks_block {
  width: 98%;
  margin: auto;
  background: #fff;
  border-radius: 0;
}
section.ranks_block .sectionTitle {
  text-align: center;
}
@media (min-width: 1200px) {
  section.ranks_block .sectionTitle {
    text-align: left;
  }
}
section.ranks_block .ranks_block_tabs {
  padding: 5vw 4vw;
  margin-top: 4vw;
  background: #0f1328;
  border-radius: 1.5vw;
  color: #fff;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs {
    padding: 3vw 2vw;
    margin-top: 2vw;
    border-radius: 0.5vw;
  }
}
section.ranks_block .ranks_block_tabs .tab {
  width: 98%;
  margin: auto;
  margin-bottom: 4.2vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .tab {
    margin-bottom: 2.2vw;
  }
}
section.ranks_block .ranks_block_tabs .tab .tablinks {
  background: #c8c8c84f;
  color: #fff;
  padding: 1.5vw 4.2vw;
  border-radius: 0.5vw;
  border: 0.2vw solid #6d84f6;
  margin: 0 0.6vw;
  font-weight: 500;
  margin-bottom: 2vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .tab .tablinks {
    padding: 0.5vw 1.2vw;
    border-radius: 0.5vw;
    border: 0.1vw solid #6d84f6;
    margin: 0 0.2vw;
    margin-bottom: 0;
  }
}
section.ranks_block .ranks_block_tabs .tab .active {
  background: #fff;
  color: #000;
  font-weight: 700;
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li {
  background: #f4eedd05;
  padding: 2.8vw 2.2vw;
  border: 0.2vw solid #c89b3c40;
  border-radius: 1.5vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 3vw;
  flex-direction: column;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li {
    border-radius: 0.5vw;
    padding: 0.8vw 1.2vw;
    border: 0.1vw solid #c89b3c40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1vw;
    padding-bottom: 0.8vw;
    flex-direction: row;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info {
  display: flex;
  width: 100%;
  gap: 3.2vw;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info {
    width: 60%;
    gap: 1.2vw;
    align-items: center;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info .rank_bt_cntlistin_info_num {
  width: 10.5vw;
  height: 10.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  line-height: normal;
  border-radius: 1.5vw;
  border: 0.2vw solid #6d84f6;
  font-weight: 600;
  font-size: 5vw;
  margin-top: 2vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info .rank_bt_cntlistin_info_num {
    width: 3.5vw;
    height: 3.5vw;
    font-size: 1.6vw;
    border-radius: 0.5vw;
    border: 0.1vw solid #6d84f6;
    margin-top: 0;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info .rank_bt_cntlistin_info_content {
  width: 80%;
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info .rank_bt_cntlistin_info_content .rank_bt_cntlistin_info_content_title {
  font-weight: 600;
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info .rank_bt_cntlistin_info_content .rank_bt_cntlistin_info_content_text {
  font-size: 2.9vw;
  line-height: normal;
  color: #f4eedd8c;
  margin-top: 0.4vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_cntlistin_info .rank_bt_cntlistin_info_content .rank_bt_cntlistin_info_content_text {
    font-size: 0.9vw;
    margin-top: 0.2vw;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating {
  padding-top: 3vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating {
    padding-top: 0.3vw;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating .rank_bt_ratingbx {
  display: flex;
  align-items: center;
  gap: 1.2vw;
  margin-left: 13.2vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating .rank_bt_ratingbx {
    gap: 0.2vw;
    margin-left: 0;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating .rank_bt_ratingbx span {
  display: block;
  width: 3vw;
  height: 3vw;
  background: #f4eedd1f;
  border-radius: 1.2vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating .rank_bt_ratingbx span {
    width: 1vw;
    height: 1vw;
    border-radius: 0.2vw;
    margin-left: 0;
  }
}
section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating p {
  color: #f4eeddba;
  font-size: 2.8vw;
  text-align: right;
  margin-top: 1vw;
}
@media (min-width: 1200px) {
  section.ranks_block .ranks_block_tabs .rank_bt_contentistin ul li .rank_bt_rating p {
    font-size: 0.8vw;
    margin-top: 0.1vw;
  }
}
section.spotlight_block {
  width: 98%;
  margin: auto;
  background: #fff;
  border-radius: 0vw;
  padding: 7vw 0;
}
@media (min-width: 1200px) {
  section.spotlight_block {
    padding: 4vw 0;
  }
}
section.spotlight_block .spotlight_rolebtn {
  padding: 4.5vw;
  background: #f1f4fc;
  margin-top: 3vw;
  border-radius: 1.5vw;
}
@media (min-width: 1200px) {
  section.spotlight_block .spotlight_rolebtn {
    padding: 2.5vw;
    margin-top: 2vw;
    border-radius: 0.5vw;
  }
}
section.spotlight_block .spotlight_rolebtn .spotlight_rolebtn_label {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 4vw;
}
@media (min-width: 1200px) {
  section.spotlight_block .spotlight_rolebtn .spotlight_rolebtn_label {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
}
section.spotlight_block .spotlight_rolebtn .spotlight_rolelist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2vw;
}
@media (min-width: 1200px) {
  section.spotlight_block .spotlight_rolebtn .spotlight_rolelist ul {
    gap: 1.2vw;
  }
}
section.spotlight_block .spotlight_rolebtn .spotlight_rolelist ul li {
  background: #7887af;
  width: 40vw;
  color: #fff;
  border-radius: 1.5vw;
  padding: 3.8vw 2.5vw;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1200px) {
  section.spotlight_block .spotlight_rolebtn .spotlight_rolelist ul li {
    width: 17.7vw;
    padding: 1.8vw 1.5vw;
    font-size: 1.2vw;
    border-radius: 0.5vw;
  }
}
section.countrygcc_ {
  padding: 8vw 0;
  background: #f1f4fc;
  width: 98%;
  margin: auto;
}
@media (min-width: 1200px) {
  section.countrygcc_ {
    padding: 4vw 0;
  }
}
section.countrygcc_ .countrygcc_tab {
  margin-top: 3.2vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab {
    margin-top: 1.2vw;
  }
}
section.countrygcc_ .countrygcc_tab .tab {
  margin-bottom: 4vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .tab {
    margin-bottom: 2vw;
  }
}
section.countrygcc_ .countrygcc_tab .tab .tablinks1 {
  background: #c8c8c84f;
  border: 0.1vw solid #6d84f6;
  border-radius: 1.5vw;
  padding: 1.4vw 3.4vw;
  margin: 0 0.8vw;
  color: #000;
  font-weight: 600;
  margin-bottom: 2vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .tab .tablinks1 {
    border: 0.1vw solid #6d84f6;
    border-radius: 0.5vw;
    padding: 0.4vw 1.4vw;
    margin: 0 0.22vw;
    margin-bottom: 2vw;
  }
}
section.countrygcc_ .countrygcc_tab .tab .active {
  background: #14172c;
  color: #fff;
  font-weight: 500;
}
section.countrygcc_ .countrygcc_tab .gccCountryCard {
  background: #000;
  border-radius: 2.2vw;
  padding: 5vw;
  color: #fff;
  margin-bottom: 2vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard {
    border-radius: 1.2vw;
    padding: 1.4vw;
    margin-bottom: 1vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.3vw;
  margin-bottom: 2.7vw;
  border-bottom: 0.2vw dashed rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_head {
    margin-bottom: 0.7vw;
    padding-bottom: 0.3vw;
    border-bottom: 0.08vw dashed rgba(255, 255, 255, 0.2);
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_country {
  display: flex;
  align-items: center;
  gap: 1.6vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_country {
    gap: 0.6vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_country img {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_country img {
    width: 2vw;
    height: 2vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_country h4 {
  margin: 0;
  font-size: 4.6vw;
  font-weight: 600;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_country h4 {
    font-size: 1.3vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_percent {
  text-align: right;
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_percent h3 {
  margin: 0;
  color: #e4c77a;
  font-size: 6vw;
  line-height: 1;
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_percent h3 {
    font-size: 1.5vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_percent span {
  font-size: 3vw;
  color: #8e8e8e;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_percent span {
    font-size: 0.6vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_stats {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2vw;
  flex-wrap: wrap;
  gap: 2vw 5vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_stats {
    gap: 1vw 3vw;
    margin-bottom: 0.8vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_stats .gccStat span {
  display: block;
  color: #8e8e8e;
  font-size: 2.8vw;
  text-transform: uppercase;
  margin-bottom: 2.2vw;
  font-family: "Inter", sans-serif;
  line-height: normal;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_stats .gccStat span {
    font-size: 0.8vw;
    margin-bottom: 0.2vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_stats .gccStat h5 {
  margin: 0;
  font-size: 4.2vw;
  font-weight: 600;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_stats .gccStat h5 {
    font-size: 1.2vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_jobs h6 {
  color: #37918e;
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 2.7vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_jobs h6 {
    font-size: 0.8vw;
    margin-bottom: 0.7vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_jobs .gccJobList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_jobs .gccJobList {
    gap: 0.45vw;
  }
}
section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_jobs .gccJobList span {
  border: 0.1vw solid #c89b3c40;
  border-radius: 6vw;
  padding: 1.28vw 5vw;
  color: #cfcfcf;
  font-size: 3.1vw;
  line-height: 1.4;
  background: #f4eedd0f;
}
@media (min-width: 1200px) {
  section.countrygcc_ .countrygcc_tab .gccCountryCard .gccCountryCard_jobs .gccJobList span {
    padding: 0.28vw 1vw;
    border-radius: 2vw;
    border: 0.1vw solid #c89b3c40;
    font-size: 0.65vw;
  }
}