:root {
  --primary_color: #16f4fe;
  --electric-blue: #007eff;
  --secondary_color: #bb12fe;
  --primary_neon: #94fe0d;
  --neurtal_white: #fff;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-gray200: #eaecf0;
  --black: #14141c;
  --neutral-dark: #0c0c10;
  --untitled-ui-gray900: #101828;
  --untitled-ui-white: white;
  --col-1: #7096f7;
  --col-2: #b044cb;
  --col-3: #dd2ca9;
  --col-4: #f55;
  --col-5: #feb0a3;
  --xr-advance-color: #1b8452;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray700: #344054;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--black: black;
  --spark-library--foreground-interactive-hover: #1e116e;
  --untitled-ui-gray500: #667085;
  --untitled-ui-pink700: #c11574;
  --untitled-ui-gray100: #f2f4f7;
  --dark-slate-grey: #1f2833;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary100: #f4ebff;
  --orange-shade: #e04f16;
  --primary_deep-space-black: #0b0c10;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --blue-shade: #1570ef;
  --untitled-ui-gray300: #d0d5dd;
  --blue-shade-2: #444ce7;
  --untitled-ui--primary500: #9e77ed;
  --unitled-ui-gray-600: #284052;
  --cyber-yellow: #ffc300;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui--primary300: #d6bbfb;
  --off-white: #ededed;
  --spark-library--foreground-secondary: #000000c2;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --untitled-ui-pink50: #fdf2fa;
  --untitled-ui-indigo50: #eef4ff;
  --untitled-ui-indigo700: #3538cd;
  --metallic-grey: #4b525a;
  --neon-green: #39ff14;
  --pink-shade: #dd2590;
  --blude-shade-3: #0086c9;
  --spark-library--border-default: #00000029;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--primary900: #42307d;
  --untitled-ui--primary200: #e9d7fe;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  border-bottom: 1px solid #fff;
  text-decoration: underline;
}

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

.b1_main_text {
  color: #fff;
  text-align: left;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.form-container {
  background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/6382145e8ae82d52304d7a64_Email%20id%20enter.avif");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
}

.div-block-8 {
  align-self: stretch;
  padding: 128px 0;
}

.form-section {
  border-bottom: 1px solid var(--primary_color);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.input-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-dark {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/63d78b4a4133fc801243c98a_Footer%20drop.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  border-bottom: 1px solid #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 44px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

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

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

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

.footer-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.link {
  color: #fff;
  margin-bottom: 8px;
  text-decoration: none;
}

.form-submit-button {
  color: #000;
  background-color: #55f3ff;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: 20px;
  padding: 12px 44px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cms-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.consulting-button {
  color: #000;
  white-space: normal;
  object-fit: fill;
  background-color: #55f3ff;
  border-radius: 10px;
  align-self: center;
  margin-top: auto;
  padding: 19px 42px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.consulting-button:hover {
  box-shadow: 1px 1px 6px 5px #16f4fe33;
}

.disclaimer {
  color: #fffc;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.1;
}

.link-2 {
  color: var(--primary_color);
}

.success-message {
  background-color: #ddd0;
}

.lottie-animation {
  width: 200px;
  height: 200px;
}

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

.h2_sub-heading-copy-copy {
  color: var(--primary_color);
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  margin-right: 4px;
  font-family: Monumentextended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
}

.body-11 {
  background-color: #111;
}

.header-bar {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 0;
}

.header_container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.header_links {
  justify-content: flex-end;
  padding: 6px 0;
  display: flex;
}

.div-block-65 {
  background-color: #000000e6;
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-67 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000b3;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 64px 32px 16px;
}

.accelerator-body-2 {
  color: #ffffffe6;
  text-align: left;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.marketing {
  border-top: 1px solid var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/63d7629761a918eb38ac6e3c_Design%202.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-90 {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.link-block-10 {
  margin-bottom: 16px;
}

.link-block-11 {
  margin-bottom: 16px;
  text-decoration: none;
}

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

.h2_sub-heading-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Monumentextended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
}

.link-block-17 {
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.image-67 {
  color: #fff;
  background-color: #bebebe;
  border-radius: 8px;
  margin-right: 12px;
}

.h2_sub-heading-copy-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: none;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Monumentextended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  position: static;
}

.link-copy {
  color: #fff;
  margin-bottom: 8px;
  text-decoration: none;
  display: none;
}

.div-block-125 {
  margin-top: 24px;
}

.text-block-24 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.h2_sub-heading-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: none;
  text-align: left;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Monumentextended, sans-serif;
  font-size: 42px;
  font-weight: 400;
  position: static;
}

.linkedin-link-copy {
  border: 1px solid var(--primary_color);
  background-color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.grid-41-copy {
  grid-template-rows: auto;
  margin-top: 32px;
}

.linkedin-link-copy {
  border: 1px solid var(--primary_color);
  background-color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  padding: 12px;
  text-decoration: none;
}

.session {
  color: #ffffffe6;
  text-align: left;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-heading {
  color: var(--primary_neon);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.speaking-engagement-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-103 {
  mix-blend-mode: screen;
  margin-top: 16px;
}

.event-contact-us-page {
  border: 2px solid var(--primary_color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0a0a0ab0;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.event-contact-us {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.div-block-150 {
  flex-direction: column;
  display: flex;
}

.footer-block-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.gst-no {
  color: #fffc;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.h2_heading {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  position: static;
}

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

.h2_heading.left_align.smallcase {
  color: var(--neurtal_white);
  text-transform: none;
  font-size: 28px;
}

.h2_heading.left_align.collor {
  color: var(--electric-blue);
  -webkit-text-stroke-color: #0b84ff;
}

.h2_heading.left_align.design {
  text-transform: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.h2_heading.color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #847dea, #c13cbf 21%, #e7388f 49%, #ff6a67 80%, #a900ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.h2_heading.color.left {
  text-align: left;
  font-size: 24px;
}

.h2_heading.lowercase {
  text-align: left;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.h2_heading.blue {
  color: var(--electric-blue);
}

.h2_heading.blue.xr_adv_color {
  color: #1b8452;
}

.h2_heading.blue.no_margin {
  margin-bottom: 0;
}

.h2_heading.unbounded {
  color: #fb5113;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

.h2_heading.dark {
  color: #080808;
  text-align: left;
}

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

.h2_heading.lower_case {
  text-transform: none;
}

.h2_heading.lower_case.dark.center {
  text-align: center;
}

.linkedin-marketing {
  border-top: 1px solid var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da1e0013e9e2fb15cbfc5a_Linkedn%20Marketing%20agency.avif");
  background-position: 0%;
  background-size: cover;
  border-radius: 1px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.h1_marketing {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-95-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linkedn-marketin {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid-84 {
  grid-column-gap: 17px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.grid-86 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  display: none;
}

.image-115 {
  width: 100%;
}

.h4_heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.h4_heading.white {
  color: #fff;
  font-size: 18px;
}

.h4_heading.left_align {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.h4_heading.left_align.secondary-color {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.h4_heading.dark {
  color: #000;
}

.h4_heading.dark.no-margin {
  color: #fff;
  margin-bottom: 0;
}

.h4_heading.center_align {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-align: center;
  align-self: center;
  font-size: 20px;
}

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

.h4_heading.primary_color {
  color: var(--electric-blue);
}

.h4_heading.primary_color.margin_16 {
  margin-bottom: 16px;
}

.h4_heading.primary_color.xr-advance-highlight {
  background-image: linear-gradient(101deg, #75f94d, #00ff9e 31%, var(--primary_neon) 53%, #15a96a 79%, var(--primary_neon));
}

.h4_heading.primary_color.center_align {
  color: var(--xr-advance-color);
  text-align: center;
}

.h4_heading.primary_color.no_margin {
  color: var(--electric-blue);
  margin-bottom: 0;
}

.h4_heading.primary_color.ai-highligh-copy.small {
  font-size: 20px;
}

.h4_heading.primary_color.center-ali {
  text-align: center;
  align-self: center;
}

.h4_heading.black {
  color: #2e2e2e;
  font-size: 18px;
  line-height: 1.1;
}

.chip {
  color: #111;
  cursor: pointer;
  background-color: #161719;
  background-image: none;
  background-size: auto;
  border: 1px solid #353535;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.b1 {
  color: #fff;
  text-align: left;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.b1.color {
  color: var(--primary_color);
  font-weight: 600;
}

.b1.text {
  color: #fff;
  margin-bottom: 12px;
}

.b1.text.color-2 {
  color: #fff;
  margin-bottom: 8px;
}

.b1.dark {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.b1.link {
  border-radius: 40px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
}

.b1.link2, .b1.llnk-3, .b1.link4, .b1.link5, .b1.link6, .b1.link7 {
  border-radius: 40px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.b1.no-b {
  margin-bottom: 0;
}

.b1.color_black {
  color: #444;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.b1.color_black.margin_16px {
  margin-bottom: 16px;
  font-weight: 600;
}

.b1.justify {
  text-align: justify;
}

.b1.chip {
  background-color: var(--electric-blue);
  color: #fff;
  margin-top: 12px;
  padding: 6px 12px;
}

.b1.no_margin {
  align-self: center;
  margin-bottom: 0;
}

.b1.no-flow {
  flex: none;
}

.b1.align-center {
  text-align: center;
  line-height: 1.6;
}

.b1.align-center.dark {
  color: var(--neutral-dark);
}

.b1.align-center.low {
  color: #fff9;
}

.b1.darkk {
  color: #000;
}

.b1.semi {
  color: #fff9;
}

.b1.dark-copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.b1.light {
  color: #868686;
}

.b1.dark-color {
  color: #5f5f5f;
}

.b1.left_align {
  text-align: left;
  cursor: auto;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.b1.left_align.chip {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.b1.left_align.dark {
  color: #1d1d1d;
}

.b1.left_align.small {
  text-align: center;
  width: 70%;
}

.b1.left_align.justify {
  text-align: justify;
}

.b1.left_align.no_margin {
  margin-top: 0;
}

.b1.left_align.color_black {
  color: #353535;
}

.b1.black {
  color: #535353;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.b1.black.chip {
  color: var(--neutral-dark);
  background-color: #007eff47;
  border-radius: 8px;
  flex: 0 auto;
  margin-top: 0;
  padding: 6px 16px;
}

.main-button {
  background-image: linear-gradient(121deg, var(--col-1), var(--col-2) 18%, var(--col-3) 46%, var(--col-4) 71%, var(--col-5));
  color: #fff;
  white-space: normal;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 10px;
  align-self: flex-start;
  margin-top: auto;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.main-button:hover {
  box-shadow: 1px 1px 6px 5px #16f4fe33;
}

.main-button.light {
  background-color: #0000;
  background-image: none;
}

.main-button.light.hide {
  display: none;
}

.main-button.full {
  flex: 1;
  width: 100%;
}

.main-button.black {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  background-image: none;
  border-color: #000;
}

.image-186 {
  border-radius: 10px;
}

.image-187 {
  border-radius: 10px;
  width: 100%;
}

.h3_heading {
  color: #fff;
  text-align: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.h3_heading.color {
  color: var(--neutral-dark);
}

.h3_heading.color.left {
  font-size: 30px;
}

.h3_heading.color.no-margin {
  text-align: left;
  margin-bottom: 0;
}

.h3_heading.white-color {
  color: #fff;
  margin-bottom: 0;
}

.h3_heading.primary_color {
  color: var(--electric-blue);
  margin-bottom: 0;
}

.h3_heading.light-color {
  color: #fb5113;
}

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

.h3_heading.left_align.primary-color {
  color: var(--electric-blue);
  font-size: 23px;
}

.h3_heading.left_align.primary-color.no-margin {
  color: var(--electric-blue);
  -webkit-text-stroke-color: #0b84ff;
  margin-bottom: 8px;
}

.h3_heading.left_align.white {
  color: #fff;
  margin-bottom: 4px;
}

.h3_heading.left_align.xr_advance_primary-color {
  color: var(--xr-advance-color);
}

.h3_heading.left_align.secondary-color {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  font-weight: 600;
}

.h3_heading.left_align.dark {
  color: #292929;
  margin-bottom: 0;
}

.collection-item-3 {
  margin-bottom: 8px;
}

.pdrop-image {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 12px;
}

.browse-tool-text {
  color: #8878f9;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.text-box {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.text-box.v2 {
  width: 100%;
}

.pchose-text {
  color: #3f3f3f;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.nav-pricing-box {
  grid-column-gap: 4px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.product-drop-box {
  grid-column-gap: 32px;
  justify-content: space-between;
  margin-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.ed-image {
  border-radius: 4px;
  width: 60px;
}

.nav-price-image {
  border-radius: 8px;
  width: 100%;
}

.learn-100-box {
  width: 100%;
}

.nav-pricing {
  text-decoration: none;
}

.department-links-box {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.drop-icon {
  width: 8px;
}

.learn-more-button {
  text-align: center;
  background-color: #8878f9;
  border-radius: 8px;
  margin-top: 30px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.learn-more-button.v2.light, .learn-more-button.v2.light.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.learn-more-button.v3 {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.learn-more-button.v2 {
  margin-top: 0;
}

.learn-more-button.v2.light, .learn-more-button.v2.light.w--current, .learn-more-button.v2.light, .learn-more-button.v2.light.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.masterclass-box {
  background-color: #f8f9ff;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  display: flex;
}

.div-block-247 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.comapny-bxo {
  grid-column-gap: 0px;
  justify-content: space-between;
  display: block;
}

.image-219 {
  margin-top: 12px;
  margin-bottom: 0;
}

.div-block-253 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.image-220 {
  object-fit: cover;
  height: 100%;
}

.product-link {
  color: #2e2e2e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.link-block-19 {
  cursor: pointer;
  border-radius: 4px;
  padding: 0;
  text-decoration: none;
}

.date {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.indutry-vertical {
  grid-column-gap: 15px;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-261 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.text-block-63-copy {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-265 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-box-2 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.box-experience-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.h1_heading_straight {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.h1_heading_straight.small {
  font-size: 32px;
}

.text-block-68 {
  color: #fff;
  text-decoration: none;
}

.div-block-350 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-353 {
  padding: 8px;
}

.inside_dropdown {
  color: #000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.inside_dropdown:hover {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.headgear_suystem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 12px;
  margin-right: 40px;
  display: flex;
}

.dropdownnn {
  color: #0133ff;
  padding-left: 0;
}

.inside-text {
  color: #0133ff;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.inside-text:hover {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.internal-open {
  border-radius: 4px;
}

.internal-open.w--open {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  width: 300px;
  margin-top: 0;
  padding: 10px 20px;
  top: 45px;
  left: -5.4vw;
  box-shadow: 10px 0 30px -10px #00000080;
}

.internal-box {
  grid-row-gap: 28px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.collection-list-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.medical-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.detailss {
  color: #03f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.highlight {
  color: #0133ff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.headgear {
  align-self: flex-start;
  display: none;
}

.head {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.h5_heading {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.h5_heading.primary_color {
  color: var(--electric-blue);
  font-size: 20px;
}

.h5_heading.primary_color.no_margin {
  margin-top: 0;
}

.h5_heading.light_gradient {
  color: #ffffffba;
  font-size: 18px;
  font-weight: 500;
}

.h5_heading.center-aligh {
  align-self: center;
}

.h5_heading.center-aligh.primary-color {
  color: var(--electric-blue);
  margin-top: 16px;
  font-size: 18px;
}

.h5_heading.secondary-color {
  color: var(--orange-shade);
}

.h5_heading.secondary-color.no-margin {
  color: var(--electric-blue);
  margin-top: 0;
}

.h5_heading.dark {
  color: #181818;
  margin-top: 0;
  font-size: 20px;
  text-decoration: none;
}

.xr-programs {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.div-block-451 {
  background-color: var(--untitled-ui-gray100);
  border-radius: 12px;
  margin-top: 32px;
  padding: 8px;
}

.grid-686 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.div-block-452 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.div-block-456 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: row;
  display: flex;
}

.collection-item-4, .collection-item-5 {
  margin-bottom: 4px;
}

.industry-highlight-block {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
  padding: 12px;
}

.metaverse-exp-center {
  max-width: 350px;
  text-decoration: none;
}

.div-block-466 {
  width: 100%;
  padding: 0 0 32px;
}

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.field-label-3 {
  flex: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.search-button {
  background-color: var(--electric-blue);
  border-radius: 8px;
}

.industry-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.b3.highlight {
  color: var(--electric-blue);
}

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

.industry-images {
  border-radius: 4px;
  width: 60px;
  display: none;
}

.div-block-500 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.heading-nav {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-536 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2557 {
  margin-bottom: 12px;
}

.link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32 {
  text-decoration: none;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-with-mega-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link.spark-with-mega-dropdown:hover {
  color: var(--electric-blue);
}

.spark-nav-link.spark-with-mega-dropdown.w--open {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  transition: color .15s, background-color .15s, opacity .15s;
  position: static;
}

.spark-nav-link.case-study {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: none;
}

.spark-nav-link.case-study:hover {
  color: var(--electric-blue);
}

.spark-nav-link.case-study.w--open {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  transition: color .15s, background-color .15s, opacity .15s;
  position: static;
}

.spark-brand-logo {
  z-index: 200;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-mega-dropdown-list {
  border-bottom: 1px solid #8f8f8f;
  border-left: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  border-radius: 1px;
}

.spark-mega-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  border-bottom: 0 #1a1a1a;
  border-left: 0 #1a1a1a;
  border-right: 0 #1a1a1a;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 66px 0% 0%;
}

.spark-mega-dropdown {
  position: static;
}

.spark-mega-dropdown-card {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--spark-library--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.spark-nav-with-mega-dropdowns {
  background-color: #c8c8c800;
  align-items: center;
  display: flex;
  position: static;
}

.main-nev-design {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.spark-mega-dropdown-card-_2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--spark-library--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.div-block-552 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-553 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.grid-742-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  display: none;
}

.rt-tabs-menu-2 {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.rt-tabs-menu-2.rt-with-border {
  border-right: 1px solid #79797999;
  flex: none;
  align-self: stretch;
  width: 20%;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 32px;
}

.rt-tabs-menu-2.creative {
  border-right: 1px solid #79797999;
  flex: none;
  align-self: stretch;
  width: 30%;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 32px;
}

.rt-tabs-content-2 {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.rt-tabs-content-2.rt-service-one-tab-content {
  flex: 1;
  align-self: flex-start;
  margin-left: 24px;
}

.rt-service-one-tabs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-tab-link-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding: 18px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.rt-tab-link-three.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 9px;
  padding: 18px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.grid-743 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-554 {
  background-color: var(--untitled-ui-gray50);
  border-radius: 8px;
  padding: 12px;
  text-decoration: none;
}

.div-block-554:hover {
  color: #fff;
  background-color: #f1ecfd;
}

.industry-wise-segrigation {
  justify-content: center;
  align-items: center;
  display: flex;
}

.industry-solution-desc {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-item {
  margin-bottom: 0;
  padding: 10px;
}

.div-block-555 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.block {
  background-color: var(--untitled-ui-gray100);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.block:hover {
  color: #fff;
  background-color: #f1ecfd;
}

.solutig-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  place-items: start stretch;
  padding: 0;
  display: none;
}

.training-solution, .experience-center-dropdown {
  display: none;
  position: static;
}

.case-study-doc {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.case-study-doc:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.case-study-doc.w--current {
  color: var(--spark-library--foreground-interactive);
}

.text-block-76 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-588 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--cyber-yellow);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -40px;
  margin-left: 66px;
  padding: 8px;
  display: flex;
  position: absolute;
}

.img-21 {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 1280px) {
  .learn-dropdown.w--open {
    left: -600px;
  }

  .new {
    display: flex;
  }

  .section-11, .vision-box, .tablet-based-solution, .holofan, .touch-kiosk {
    height: 800px;
  }

  .main-home-page {
    background-position: 0 0, 50% 80%;
  }

  .xwall, .holobox-picture {
    height: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    max-width: 1300px;
  }

  .footer-dark {
    background-position: 50% 0;
  }

  .course-objective-text-copy {
    margin-bottom: 32px;
  }

  .what-you-will-learn, .div-block-102 {
    margin-bottom: 128px;
  }

  .image-125 {
    width: 100%;
    margin-bottom: 44px;
  }

  .global-expert {
    margin-bottom: 24px;
  }

  .div-block-168 {
    border: 1px solid var(--primary_color);
    color: #000;
    background-color: #292929;
    border-radius: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 12px;
    padding: 10px;
    display: inline-block;
  }

  .what-you-will-learn-copy {
    margin-bottom: 128px;
  }

  .mec-head {
    position: relative;
  }

  .global-expert-copy {
    margin-bottom: 24px;
  }

  .button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .learn-dropdown.w--open {
    border-bottom-left-radius: 16px;
    width: 1100px;
    left: -500px;
    box-shadow: 0 10px 30px -10px #00000080;
  }

  .pricing-links {
    line-height: 16px;
  }

  .dropdown-toggle-4 {
    margin-left: 25px;
    padding-left: 0;
    padding-right: 40px;
    font-size: 16px;
  }

  .dropdown-toggle-4.v2 {
    padding-right: 40px;
    font-size: 16px;
  }

  .text-box {
    width: 90%;
  }

  .text-box.v2 {
    width: 85%;
  }

  .dropdown-3.mobile-hide {
    max-width: 300px;
  }

  .pricing-dropdown.w--open {
    width: 750px;
    left: -500px;
  }

  .department-links-box {
    margin-top: 16px;
  }

  .best-dropdown-list.w--open {
    width: 1000px;
  }

  .nav-menu-copy {
    right: 0;
  }

  .company-drop.w--open {
    width: 200px;
  }

  .company-div {
    margin-top: 16px;
  }

  .product-link, .date {
    line-height: 16px;
  }

  .text-box-2 {
    width: 90%;
  }

  .new {
    box-sizing: content-box;
    aspect-ratio: 2;
    text-align: left;
    object-fit: fill;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .internal-open.w--open {
    width: 200px;
  }

  .internal-box {
    margin-top: 16px;
  }

  .detailss {
    line-height: 16px;
  }

  .experience-center.w--open, .mecversity-menu-bar.w--open {
    width: 1000px;
  }

  .industries-bar-content.w--open {
    width: 1280px;
    left: -422px;
  }

  .companies-join {
    width: 100%;
    margin-bottom: 44px;
  }

  .company-info.w--open {
    width: 232px;
    left: -56px;
  }

  .section-11, .vision-box, .tablet-based-solution, .holofan, .touch-kiosk {
    height: 900px;
  }

  .slider-11 {
    height: 800px;
  }

  .xwall, .holobox-picture {
    height: 900px;
  }

  .exhibition-solution.w--open {
    width: 1000px;
    left: -232px;
  }

  .rt-tabs-menu-2 {
    margin-right: 50px;
  }

  .rt-tabs-content-2 {
    margin-left: 50px;
  }

  .white-logo {
    height: 420px;
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    max-width: 1640px;
  }

  .association-and-content {
    background-position: 50% 0;
    background-size: auto;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .course-objective-section, .nft-certificate-section {
    background-color: #161616;
  }

  .testimonials {
    background-position: 50% 0;
    background-size: cover;
  }

  .grid-11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 41px;
  }

  .cms-section {
    background-image: none;
  }

  .cms-container {
    display: block;
  }

  .top-companies-attended {
    background-color: #161616;
  }

  .div-block-65 {
    text-align: center;
  }

  .h2-heading_left {
    text-align: left;
    font-size: 20px;
  }

  .main-container-copy-copy {
    max-width: 1640px;
  }

  .speaking-engagement-section {
    display: block;
  }

  .h2_heading {
    font-size: 38px;
  }

  .event-companies, .workshop-approach {
    background-image: none;
  }

  .h4_heading.primary_color {
    font-size: 28px;
  }

  .b1 {
    font-size: 24px;
  }

  .b1.color_black, .h3_body, .h3_body.left, .h3_body.left {
    font-size: 20px;
  }

  .partner-container {
    max-width: 1680px;
  }

  .h3_heading {
    text-align: center;
    font-size: 32px;
  }

  .mec-container-center {
    max-width: 1680px;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .dropdown-toggle-4 {
    padding-left: 0;
    padding-right: 40px;
  }

  .nav-menu-copy {
    right: 0;
  }

  .traiing-home.second-grad, .traiing-home.bg-with, .traiing-home.second-grad, .traiing-home.bg-with {
    padding-top: 128px;
  }

  .new {
    display: flex;
  }

  .div-block-372, .lead-instructor {
    align-self: stretch;
  }

  .image-2460 {
    width: 100%;
  }

  .image-2461 {
    width: 25%;
    left: 22%;
  }

  .image-2463 {
    width: 25%;
    right: 32%;
  }

  .div-block-406 {
    padding: 24px;
  }

  .highlighted-text-green {
    background-image: linear-gradient(95deg, #29f303 63%, #39ff14);
  }

  .image-2476 {
    width: 70%;
    margin-right: 44px;
  }

  .rrahuls-dpg {
    margin-top: 0;
  }

  .h3_heading_left {
    text-align: left;
    font-size: 32px;
  }

  .partner-conh {
    max-width: 1680px;
  }

  .mentor-box {
    align-self: stretch;
    height: 210px;
  }

  .section-11, .vision-box, .tablet-based-solution, .holofan, .touch-kiosk {
    height: 1400px;
  }

  .main-home-page {
    background-position: 0 0, 50% 60%;
  }

  .slider-11 {
    height: 900px;
  }

  .xwall {
    height: 1400px;
  }

  .text {
    align-self: stretch;
    height: 210px;
  }

  .holobox-picture {
    height: 1400px;
  }

  .rt-tabs-menu-2.rt-with-border, .rt-tabs-menu-2.creative, .rt-tabs-menu-2.rt-with-border, .rt-tabs-menu-2.creative {
    flex-basis: 35%;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    flex-basis: 65%;
  }

  .rt-tab-link-three {
    font-size: 1.5625rem;
  }

  .div-block-406-copy {
    padding: 24px;
  }

  .rrahuls-dpg-copy {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-item {
    background-color: #1d1d1d;
  }

  .hero-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .b1_main_text {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .h2_sub-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .price {
    font-size: 23px;
  }

  .sub-follower-h1 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .main-container {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_free {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .association-and-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .who-are-we-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-container {
    background-size: contain;
    min-width: 0;
    max-width: 1200px;
  }

  .div-block-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-dark {
    background-position: 70%;
  }

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

  .footer-brand {
    margin-right: 16px;
  }

  .footer-content {
    grid-column-gap: 22px;
  }

  .footer-container {
    min-width: 0;
    max-width: 1200px;
  }

  .menu-button {
    color: #fff;
    background-color: #333;
    border-radius: 10px;
  }

  .section_course-page {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .course-heading {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .image-11 {
    padding-right: 6px;
  }

  .course-sub-heading {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .course-objective-section {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .course-overview-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nft-certificate-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonials {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-11 {
    grid-column-gap: 13px;
    margin-bottom: 10px;
  }

  .fake-enroll-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
  }

  .cms-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cms-container {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list {
    grid-column-gap: 9px;
    grid-row-gap: 7px;
  }

  .grid-12 {
    grid-column-gap: 9px;
    grid-template-columns: 1.25fr .75fr;
  }

  .collection-item-comming-soon {
    padding: 14px;
  }

  .consulting-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .comming-soon {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_sub-heading-copy {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .hero {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2-copy {
    text-align: center;
    width: 100%;
    max-width: 950px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .picture-above-text-copy {
    text-align: justify;
    font-size: 14px;
  }

  .name, .designation {
    width: 100%;
    max-width: 950px;
    margin-bottom: 6px;
  }

  .grid-22 {
    margin-top: 12px;
  }

  .recommend {
    width: 100%;
    max-width: 400px;
    font-size: 12px;
    line-height: 1.5;
  }

  .recommendation-block {
    padding: 12px;
  }

  .image-20-copy-copy {
    width: 60px;
    height: 60px;
  }

  .modal_text, .modal-course-title {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .cancel {
    background-color: #fff;
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding: 16px 26px;
  }

  .enroll-popup {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding: 16px 26px;
  }

  .container-copy {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-page-sub-heading-copy {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.1;
  }

  .h1_hading {
    font-size: 50px;
  }

  .h2_sub-heading-copy, .h2_sub-heading-copy-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .grid-25 {
    grid-column-gap: 21px;
    grid-template-columns: 1.5fr;
  }

  .course-heading-copy {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .top-companies-attended {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-text-copy {
    text-align: justify;
    font-size: 14px;
  }

  .course-objective-text-copy {
    text-align: justify;
    font-size: 16px;
  }

  .spark-bold-heading {
    text-align: center;
    font-size: 17px;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .designation_1 {
    font-size: 16px;
  }

  .consulting-hero-section-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .b1_main_text-copy {
    width: 100%;
    max-width: 950px;
  }

  .blog-heading {
    font-size: 2.75rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

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

  .grid-31 {
    grid-template-columns: .5fr .7fr .3fr;
  }

  .chips, .b1_main_text-copy {
    width: 100%;
    max-width: 950px;
  }

  .div-block-8-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-container-copy {
    background-size: cover;
    min-width: 0;
    max-width: 1200px;
  }

  .header-bar {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header_container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-listings, .contact-us-hero, .careers-hero_template, .blog-hero-template, .event-template {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-heading {
    font-size: 2.75rem;
  }

  .blog-text {
    width: 100%;
    max-width: 950px;
  }

  .video-template {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-heading {
    font-size: 2.75rem;
  }

  .popup-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_dark_div {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .containerr_professionals {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .abstract, .success-paper {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .autor-chip {
    width: 100%;
    max-width: 950px;
  }

  .disclaimer_reserach_report, .source {
    width: 100%;
    max-width: 950px;
  }

  .request-price {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .consultng-heading {
    font-size: 50px;
  }

  .sub {
    text-align: justify;
    font-size: 14px;
  }

  .accelerator {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accelerator-heading {
    font-size: 50px;
  }

  .accelerator-body, .accelerator-body-2 {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .secondary {
    font-size: 50px;
  }

  .accinside {
    padding: 12px;
  }

  .metaverse911-experience {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header, .header-link {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .top {
    padding: 12px;
  }

  .submit-your-application {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .consulting-body {
    text-align: justify;
    font-size: 14px;
  }

  .more-about-rahul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .more-about-rrahul {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .use-cases {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .used-cases {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sed-cases-container {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .marketing {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product, .commerce, .education, .talent-hr, .real-estate, .customer-service, .accenture-metaverse, .events {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .foter-heading {
    font-size: 50px;
  }

  .banking, .arvrmr {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .experience {
    font-size: 50px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .experience-copy {
    font-size: 50px;
  }

  .experience_heading, .masterclass-hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b1_main_text-copy, .masterclass-body-text {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .point {
    text-align: justify;
    font-size: 14px;
  }

  .grid-43-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-22-copy {
    height: 600px;
  }

  .duration {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .masterclass-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_sub-heading-copy, .sub-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .h2_sub-heading-copy, .rrahul-sethi-name {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .div-block-96, .masterclass-page {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .masterclass-type {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-text {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .form-section-web3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .download-training {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    background-position: 0 0, 800%;
    background-size: auto, contain;
    padding-top: 16px;
  }

  .slider {
    height: 600px;
  }

  .b1_masterclass {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .slider-heading {
    font-size: 30px;
  }

  .metaverse-masterclass-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-2 {
    padding-top: 16px;
  }

  .b1_main_text-copy, .b1_main_text-copy-copy, .b1_main_text-copy, .b1_main_text-copy-copy {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .div-block-22-copy-copy {
    height: 600px;
  }

  .home {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home.grid, .home.color-2, .home.grid, .home.color-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .service-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-1, .service-3 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-form-container {
    padding: 16px;
  }

  .consulting-button-copy {
    background-color: var(--primary_color);
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .linkedin-content-creation-service {
    padding: 16px;
  }

  .linkedin-service-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .rahuls-stat {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2_sub-heading-copy-copy, .stats-head, .h2_sub-heading-copy-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .heading-2-copy {
    width: 100%;
    max-width: 950px;
    font-size: 20px;
  }

  .text-2-copy {
    width: 100%;
    max-width: 950px;
    font-size: 16px;
  }

  .div-block-21-copy {
    align-items: center;
    padding: 6px;
  }

  .problem {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-linkedin {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .linkedin-page-body {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .problem-box-internal {
    align-items: center;
    padding: 6px;
  }

  .heading-2-copy-copy {
    width: 100%;
    max-width: 950px;
  }

  .text-2-copy-copy {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .services-3-copy {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2-copy-copy-copy {
    width: 100%;
    max-width: 950px;
  }

  .linkedin-provide {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .h2_sub-heading-copy-copy-copy, .sub-heading-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .consulting-button-copy, .consulting-button-copy-copy {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .h2_sub-heading-copy-copy, .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy-copy-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .linedin-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .guest-chip, .location-chip {
    width: 100%;
    max-width: 950px;
  }

  .blog-text-copy-copy {
    width: 100%;
    max-width: 950px;
  }

  .div-block-65-copy-copy, .service-2-block-copy {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .service-box {
    align-items: center;
    padding: 6px;
  }

  .h1_body {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .gpu-hosting-heading, .h1_hading-training-copy-copy {
    font-size: 50px;
  }

  .consulting-button-copy-copy {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brochure-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal_text-copy {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .h1_hading-copy {
    font-size: 50px;
  }

  .problem-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .linkedin-page-body-copy {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .post-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .hero-section-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2_sub-heading-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .testimonials-linkedin-copy {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2_sub-heading-copy-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .text-2-copy-copy-copy {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .why-real-estate-experience {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2_sub-heading-copy-copy-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .h1_hading-copy-copy {
    font-size: 50px;
  }

  .onboarding-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .gmetri-touch-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .virtual-campus-body-text-copy {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .session {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .h2_training {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .services-hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .experience-heading {
    font-size: 50px;
  }

  .experience-sub-heading {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .experience-heading-secondary {
    font-size: 50px;
  }

  .home-decor, .marketing-use-case, .healthcare-use-case, .education-use-case {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_services {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .sub-text {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .blog-hero-copy-copy, .real-estate-company-list, .why-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-desc {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .strad-solution-head {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-desc-copy {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .nvidia-brochure-button, .strad-solutions-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .problem-box-internal-copy {
    align-items: center;
    padding: 6px;
  }

  .sub-text-strad {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .b1_main_text-copy {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .main-container-copy-copy {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rrahul-profile {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2_sub-heading_profile {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .speaking-engagement-section {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-text {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .media-kit {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .adaniverse-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gst-no {
    margin-bottom: 12px;
  }

  .adaniverse-button-copy {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-listings-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .college-boxx {
    align-items: center;
    padding: 6px;
  }

  .college-dataa {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .h2_heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .events-heading {
    font-size: 50px;
  }

  .metaverse-event-hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-sub-title {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .event-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_left {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .b1_left {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .stats {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .event-adv-inside {
    align-items: center;
    padding: 6px;
  }

  .event-companies {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .step-inside {
    align-items: center;
    padding: 6px;
  }

  .flow-body {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .linkedin-marketing {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .linkedn-marketin {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lets-talk {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-service {
    min-width: 0;
    max-width: 1200px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-services {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .delivery {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-event {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .use-case-service, .linkedin-content-service {
    padding: 16px;
  }

  .h1_heading {
    font-size: 36px;
  }

  .point-copy {
    text-align: justify;
    text-align: justify;
    text-align: justify;
    font-size: 14px;
  }

  .details {
    text-align: justify;
    font-size: 14px;
  }

  .workshop-approach {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .masterclass-form {
    padding: 16px;
  }

  .footer-content-copy {
    grid-column-gap: 60px;
  }

  .masterclass-insider {
    align-items: center;
    padding: 6px;
  }

  .meta_masterclass-hero, .article-and-newsletter {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsletter-form-heading {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .linkedin-live-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .masterclass-heading {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .slider-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpint {
    text-align: justify;
    font-size: 14px;
  }

  .optimizer-body-text {
    width: 100%;
    max-width: 950px;
    font-size: 12px;
  }

  .optimizer-button, .optimizer-button-_2 {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .optimizer-form-head {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .b1 {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .announcement-bar {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .announcement-bar-box {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-space {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-host {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .traditional-sales {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .metaverse-experience-center {
    padding: 16px;
  }

  .mec-page {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero_primary, .hero_secondary {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .upcoming-event-block, .upcoming-event-inside {
    align-items: center;
    padding: 6px;
  }

  .association-visit {
    padding: 16px;
  }

  .linkedin-conent-block {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .upcoming {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xrthone {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quidich {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .even {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .visit-button {
    background-color: #1d1d1d;
  }

  .about-metaverse-experience-center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mec-subheading {
    width: 100%;
    max-width: 950px;
    font-size: 18px;
  }

  .mec-box {
    align-items: center;
    padding: 6px;
  }

  .mec-button {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mec-form-fillup {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home_experience_center {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mec-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mec-buttons {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-item-exp {
    background-color: #1d1d1d;
  }

  .our-partners {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .partner-container {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mec-buttons-empty {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pharma-day, .xr2 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .xr3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .xr4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xr5 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .xr6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gall {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_dark {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mec-container-center {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .content_card-block {
    padding: 20px 24px 24px;
  }

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

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

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

  .content_card-info-text {
    width: 100%;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .section-7 {
    overflow: hidden;
  }

  .sed-cases-container-copy {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .use-case {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .journey-container {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mec-home {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mec-tech {
    grid-template-columns: 1fr 1fr;
  }

  .button {
    border-radius: 6px;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 20px;
  }

  .learn-dropdown.w--open {
    display: block;
  }

  .dropdown-toggle-4 {
    padding-left: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
  }

  .dropdown-toggle-4.v2 {
    display: inline-block;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-3.mobile-hide {
    display: none;
  }

  .pricing-dropdown.w--open {
    display: block;
  }

  .best-dropdown-list.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .menu-text {
    background-color: #1d1d1d;
  }

  .nav-menu-copy {
    background-color: #1d1d1d;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    left: 0;
  }

  .menu-text-copy {
    background-color: #1d1d1d;
  }

  .menu-text-copy.w--current {
    text-align: center;
  }

  .company-drop.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .metaverse-conference {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-boxx {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .traiing-home, .section-_white {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .invustry-verticals {
    overflow: hidden;
  }

  .uui-team06_mask {
    width: 50%;
  }

  .uui-team06_component {
    padding-left: 0;
    padding-right: 0;
  }

  .form-field.input {
    min-height: 3.5rem;
  }

  .uui-layout31_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .fcg {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-layout13_component {
    grid-column-gap: 3rem;
  }

  .grid-633.more-margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faqs {
    grid-column-gap: 3rem;
  }

  .new {
    display: none;
  }

  .jio-second-section {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout83_component {
    grid-template-columns: 1fr;
  }

  .main-grid {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

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

  .course-srtucture {
    grid-column-gap: 3rem;
  }

  .grid-666 {
    grid-template-columns: 1.25fr 1fr;
  }

  .xr-leader-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .inside_dropdown, .inside-text {
    background-color: #1d1d1d;
  }

  .internal-open.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .mbdiscovery, .mbbrochure, .mb4, .mb4-2, .mbdown, .mbdown-2 {
    background-color: var(--primary_color);
    border-radius: 10px;
    align-self: flex-start;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-layout18_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .benefit-ui {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .mobile-dropdown-1 {
    background-color: #1d1d1d;
    border-bottom: 1px solid #fff;
    width: 100%;
  }

  .special {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .program-info {
    width: 50%;
  }

  .program-information {
    padding-left: 0;
    padding-right: 0;
  }

  .xr-advance-course-structure {
    grid-column-gap: 3rem;
  }

  .partner-conh {
    min-width: 0;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects, .mentors-and-all {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-testimonial07_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .uui-testimonial07_mask {
    width: 100%;
  }

  .uui-testimonial07_component {
    padding-left: 0;
    padding-right: 0;
  }

  .experience-center.w--open, .mecversity-menu-bar.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .experience-center-bar, .industries-bar {
    background-color: #1d1d1d;
    border-bottom: 1px solid #fff;
    width: 100%;
  }

  .industries-bar-content.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .digital-advocacy {
    background-color: #1d1d1d;
    border-bottom: 1px solid #fff;
    width: 100%;
  }

  .mecversity-homed {
    background-color: #1d1d1d;
  }

  .mecversity-homed.w--current {
    text-align: left;
  }

  .login-button {
    background-color: #1d1d1d;
  }

  .login-button.w--current {
    text-align: center;
  }

  .upcomming-webinar, .dark-box {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .enterprise-masterclass {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .company-info.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .location {
    grid-column-gap: 3rem;
  }

  .header-scroller {
    overflow: hidden;
  }

  .home-light {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-light.ai-kiosk {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .enrollm-copy {
    grid-template-columns: 1fr;
  }

  .cornor {
    width: 100%;
  }

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

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

  .grid-698 {
    background-position: 0%;
    background-size: cover;
  }

  .div-block-478 {
    height: 550px;
    padding: 23px;
  }

  .div-block-479 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .cpntact-setci {
    background-position: 0 0, -100%;
    background-size: auto, cover;
  }

  .frame-2 {
    background-position: 0%;
    background-size: cover;
  }

  .gmetri {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-d-dayy {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .details-of-event {
    grid-column-gap: 2rem;
  }

  .gg {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .mec-why-visit {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .holofan-sol, .kiosk-bg {
    background-position: 0%;
    background-size: cover;
  }

  .main-home-page {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xwall-interface {
    background-position: 0%;
    background-size: cover;
  }

  .contenet-div {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .left-content {
    max-width: none;
  }

  .right-content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .immmage {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .nav_elements, .technology-box {
    padding-left: 0;
    padding-right: 0;
  }

  .technology-box:hover {
    background-color: #0000;
  }

  .uui-navbar04_dropdown-content {
    flex-direction: column;
  }

  .holobox-de {
    background-position: 0%;
    background-size: cover;
  }

  .exhibition-solution.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    width: 300px;
    padding: 20px;
    display: block;
    left: 0;
  }

  .home-container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-mega-dropdown-list.w--open {
    z-index: 10;
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .spark-mega-dropdown {
    width: 100%;
    position: relative;
  }

  .spark-mega-dropdown-card {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .spark-nav-with-mega-dropdowns {
    z-index: 99;
    background-color: var(--spark-library--white);
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    position: absolute;
  }

  .main-nev-design {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-mega-dropdown-card-_2 {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .rt-tabs-menu-2 {
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border, .rt-tabs-menu-2.creative, .rt-tabs-menu-2.rt-with-border, .rt-tabs-menu-2.creative {
    margin-right: 10px;
  }

  .rt-tabs-content-2 {
    margin-left: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 10px;
  }

  .rt-service-one-tabs {
    margin-top: 30px;
  }

  .rt-tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .industry-wise-segrigation {
    margin-top: 30px;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

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

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

  .block-section {
    position: static;
  }

  .training-solution, .experience-center-dropdown {
    width: 100%;
    position: relative;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .rrahul-pro {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .secondarydsf {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

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

  .features-wrapper-3 {
    justify-content: space-between;
  }

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

  .case-study-doc {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-wrapped-team-card-2 {
    width: 45%;
  }

  .investor-box, .investor-box-copy {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .rt-cyber-testimonial-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-testimonial-text-wrapper {
    max-width: none;
  }

  .home-dark {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-dark.grid, .home-dark.color-2, .home-dark.grid, .home-dark.color-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-home-three-accordion-wrap-heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .b1_main_text {
    font-size: 16px;
  }

  .h2_sub-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .sub-follower-h1 {
    margin-bottom: 8px;
  }

  .section_free, .association-and-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-container {
    background-size: contain;
  }

  .form-block {
    padding: 20px;
  }

  .div-block-8 {
    padding: 17px;
  }

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

  .footer-dark {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .menu-button {
    color: #fff;
    padding: 15px;
  }

  .course-heading {
    margin-bottom: 8px;
    font-size: 20px;
  }

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

  .div-block-10 {
    align-self: center;
    align-items: center;
  }

  .course-sub-heading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
  }

  .course-overview-section {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nft-certificate-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonials {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cms-section {
    padding-top: 30px;
    padding-bottom: 15px;
  }

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

  .consulting-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .div-block-20 {
    height: 150px;
  }

  .grid-17 {
    align-self: center;
  }

  .h1_live {
    font-size: 40px;
  }

  .picture-above-text-copy, .name {
    font-size: 14px;
  }

  .designation {
    font-size: 12px;
  }

  .recommend {
    max-width: 370px;
    font-size: 12px;
  }

  .modal {
    flex-direction: column;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .modal_text, .modal-course-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .paragraph-2 {
    max-width: 300px;
    font-size: 14px;
  }

  .cancel, .enroll-popup {
    padding-left: 62px;
    padding-right: 62px;
  }

  .course-page-sub-heading-copy {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    padding: 8px;
    font-size: 16px;
  }

  .rich-text p {
    font-size: 12px;
  }

  .h1_hading {
    font-size: 40px;
  }

  .h2_sub-heading-copy {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .h2_sub-heading-copy-copy {
    text-align: left;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .course-heading-copy {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .list-text-copy {
    font-size: 12px;
  }

  .course-objective-text-copy {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.2;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: 250px;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .consulting-hero-section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .author-name {
    font-size: 1rem;
  }

  .autor-pic {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rrahul-linkedin {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .rrahul-linkedin:hover {
    color: #344054;
    background-color: #fff;
  }

  .blog-content figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .blog-content figcaption {
    margin-top: .75rem;
  }

  .blog-heading {
    font-size: 2.25rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .div-block-52 {
    margin-bottom: 32px;
  }

  .div-block-54 {
    padding: 10px;
  }

  .grid-31 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .chips {
    font-size: 16px;
  }

  .apply-now {
    font-size: 20px;
  }

  .div-block-56 {
    align-items: center;
  }

  .applicant-form {
    padding: 20px;
  }

  .div-block-8-copy {
    padding: 17px;
  }

  .form-container-copy {
    background-size: contain;
  }

  .grid-33 {
    grid-column-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .image-35 {
    height: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .header-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .company-listings, .contact-us-hero, .careers-hero_template, .blog-hero-template, .event-template {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-heading {
    font-size: 2.25rem;
  }

  .blog-text {
    font-size: 16px;
  }

  .video-template {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .video-heading {
    font-size: 2.25rem;
  }

  .pop-up-header {
    font-size: 20px;
  }

  .pop-up-box {
    background-position: 100%;
  }

  .pop-up-form {
    flex-direction: row;
  }

  .popup-button {
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .abstract {
    font-size: 16px;
  }

  .research-paper-download {
    padding: 20px;
  }

  .success-paper, .autor-chip {
    font-size: 16px;
  }

  .disclaimer_reserach_report, .source {
    font-size: 16px;
  }

  .request-price {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

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

  .sub {
    font-size: 12px;
  }

  .accelerator {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .accelerator-body, .accelerator-body-2 {
    font-size: 16px;
  }

  .secondary {
    font-size: 40px;
  }

  .metaverse911-experience {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header, .header-link {
    font-size: 16px;
  }

  .submit-your-application {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .consulting-body {
    font-size: 12px;
  }

  .more-about-rahul {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .use-cases {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .used-cases {
    padding-left: 62px;
    padding-right: 62px;
  }

  .marketing, .product, .commerce, .education, .talent-hr, .real-estate, .customer-service, .accenture-metaverse, .events {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .banking, .arvrmr {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .experience {
    font-size: 40px;
  }

  .hero-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .experience-copy {
    font-size: 40px;
  }

  .experience_heading, .masterclass-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .b1_main_text-copy, .masterclass-body-text {
    font-size: 16px;
  }

  .point {
    font-size: 12px;
  }

  .duration {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .masterclass-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .what-you-will-learn {
    grid-template-columns: 1fr;
  }

  .h2_sub-heading-copy, .sub-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .masterclass-form-copy {
    padding: 20px;
  }

  .masterclass-popup {
    flex-direction: column;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .rrahul-sethi-name {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .training-form {
    padding: 20px;
  }

  .masterclass-type {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-text {
    font-size: 16px;
  }

  .masterclass-for-web3 {
    padding: 20px;
  }

  .download-training {
    padding-left: 62px;
    padding-right: 62px;
  }

  .b1_masterclass {
    font-size: 16px;
  }

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

  .metaverse-masterclass-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .b1_main_text-copy, .b1_main_text-copy-copy, .b1_main_text-copy, .b1_main_text-copy-copy {
    font-size: 16px;
  }

  .home, .service-2, .service-1, .service-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .services-form-container {
    padding: 20px;
  }

  .linkedin-content-creation-service {
    padding: 20px;
  }

  .linkedin-service-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .rahuls-stat {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h2_sub-heading-copy-copy, .stats-head, .h2_sub-heading-copy-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .heading-2-copy, .text-2-copy {
    font-size: 16px;
  }

  .div-block-21-copy {
    height: 100%;
  }

  .problem {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-linkedin {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .linkedin-page-body {
    font-size: 16px;
  }

  .problem-box {
    height: 150px;
  }

  .problem-box-internal {
    height: 100%;
  }

  .heading-2-copy-copy, .text-2-copy-copy {
    font-size: 16px;
  }

  .services-3-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .linkedin-page-body-copy, .heading-2-copy-copy-copy, .linkedin-provide {
    font-size: 16px;
  }

  .training-profile-form {
    padding: 20px;
  }

  .masterclass-popup-copy {
    flex-direction: column;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .download-toc {
    padding: 20px;
  }

  .paragraph-2-copy {
    max-width: 300px;
    font-size: 14px;
  }

  .h2_sub-heading-copy-copy-copy, .sub-heading-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .h1_hading-copy, .main-heading-copy {
    font-size: 40px;
  }

  .linkediin-lead-form {
    padding: 20px;
  }

  .consulting-button-copy, .consulting-button-copy-copy {
    padding-left: 62px;
    padding-right: 62px;
  }

  .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .h2_sub-heading-copy-copy, .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy-copy-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .b1_main_text-copy {
    font-size: 16px;
  }

  .linedin-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .guest-chip, .location-chip {
    font-size: 16px;
  }

  .h1_hading-copy {
    font-size: 40px;
  }

  .blog-text-copy-copy, .linkedin-page-body-copy {
    font-size: 16px;
  }

  .service-box {
    height: 100%;
  }

  .h1_body {
    font-size: 16px;
  }

  .gpu-hosting-heading, .h1_hading-training-copy-copy {
    font-size: 40px;
  }

  .consulting-button-copy-copy, .brochure-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .modal_text-copy, .h2_sub-heading-copy-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .main-heading-copy, .h1_hading-copy {
    font-size: 40px;
  }

  .problem-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .linkedin-page-body-copy {
    font-size: 16px;
  }

  .post-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .hero-section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2_sub-heading-copy, .h2_sub-heading-copy-copy, .h2_sub-heading-copy-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .text-2-copy-copy-copy {
    font-size: 16px;
  }

  .why-real-estate-experience {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2_sub-heading-copy-copy-copy {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .h1_hading-copy-copy, .main-heading-copy {
    font-size: 40px;
  }

  .onboarding-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .form-block-copy {
    padding: 20px;
  }

  .gmetri-touch-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .form-block-copy-copy {
    padding: 20px;
  }

  .virtual-campus-body-text-copy, .session {
    font-size: 16px;
  }

  .h2_training {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .services-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .experience-sub-heading {
    font-size: 16px;
  }

  .experience-heading-secondary {
    font-size: 40px;
  }

  .h2_services {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .brands-in-real-estate {
    height: 150px;
  }

  .sub-text {
    font-size: 16px;
  }

  .blog-hero-copy-copy, .real-estate-company-list, .why-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quote-desc {
    font-size: 16px;
  }

  .strad-solution-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quote-desc-copy {
    font-size: 16px;
  }

  .nvedia-gpu {
    padding: 20px;
  }

  .nvidia-brochure-button, .strad-solutions-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .problem-box-internal-copy {
    height: 100%;
  }

  .sub-text-strad, .b1_main_text-copy {
    font-size: 16px;
  }

  .advantage-box, .infra-box {
    height: 150px;
  }

  .rrahul-profile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h2_sub-heading_profile {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .promo-text {
    font-size: 16px;
  }

  .rrahul-profile-grid {
    grid-template-columns: 1fr;
  }

  .event-contact-us-page {
    padding: 20px;
  }

  .event-block, .event-block-3, .event-block-2 {
    height: 150px;
  }

  .media-kit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .adaniverse-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .adaniverse-popup {
    background-position: 100%;
  }

  .adani-form {
    padding: 20px;
  }

  .footer-block-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .a1, .a2, .a3 {
    height: 150px;
  }

  .gst-no {
    font-size: 14px;
  }

  .adaniverse-button-copy {
    padding-left: 62px;
    padding-right: 62px;
  }

  .company-listings-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .adani-form-copy {
    padding: 20px;
  }

  .college-box {
    height: 150px;
  }

  .college-boxx {
    height: 100%;
  }

  .college-dataa {
    font-size: 16px;
  }

  .h2_heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

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

  .metaverse-event-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-sub-title {
    font-size: 16px;
  }

  .event-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .h2_left {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .b1_left {
    font-size: 16px;
  }

  .stats {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .event-adv {
    height: 150px;
  }

  .event-adv-inside {
    height: 100%;
  }

  .event-companies {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .step {
    height: 150px;
  }

  .step-inside {
    height: 100%;
  }

  .flow-body {
    font-size: 16px;
  }

  .event-contact {
    padding: 20px;
  }

  .linkedin-marketing {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lets-talk {
    padding-left: 62px;
    padding-right: 62px;
  }

  .our-services {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .second-grid {
    height: 150px;
  }

  .about-event {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-demo-box, .live-box, .newsletter-box {
    height: 150px;
  }

  .use-case-service, .linkedin-content-service {
    padding: 20px;
  }

  .point-copy, .details {
    font-size: 12px;
  }

  .workshop-approach {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .global-expert, .what-you-will-learn-copy {
    grid-template-columns: 1fr;
  }

  .masterclass-form {
    padding: 20px;
  }

  .footer-content-copy {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .masterclass-type-box {
    height: 150px;
  }

  .masterclass-insider {
    height: 100%;
  }

  .meta_masterclass-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .masterclass-type-box_2, .masterclass-type-box_3 {
    height: 150px;
  }

  .article-and-newsletter {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newsletter-forms {
    padding: 20px;
  }

  .newsletter-form-heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .linkedin-live-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .linkedin-live-form {
    padding: 20px;
  }

  .masterclass-heading {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .subpint {
    font-size: 12px;
  }

  .optimizer-body-text {
    font-size: 16px;
  }

  .uui-pricing05_feature-list {
    margin-bottom: 2rem;
  }

  .optimizer-button, .optimizer-button-_2 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .optimizer-form {
    padding: 20px;
  }

  .optimizer-main-box {
    background-position: 100%;
  }

  .optimizer-form-head {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .optimizer-inside {
    flex-direction: column;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .b1 {
    font-size: 16px;
  }

  .announcement-bar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tech-blog figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tech-blog figcaption {
    margin-top: .75rem;
  }

  .event-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-host, .traditional-sales {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .metaverse-experience-center {
    padding: 20px;
  }

  .mec-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero_primary, .hero_secondary {
    padding-left: 62px;
    padding-right: 62px;
  }

  .upcoming-event-block {
    height: 100%;
  }

  .event-boxs {
    height: 150px;
  }

  .imarticus-form {
    padding: 20px;
  }

  .upcoming-event {
    height: 150px;
  }

  .upcoming-event-inside {
    height: 100%;
  }

  .association-visit {
    padding: 20px;
  }

  .linkedin-conent-block {
    font-size: 16px;
  }

  .upcoming, .quidich {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-button {
    padding-left: 62px;
    padding-right: 62px;
    font-size: 18px;
  }

  .even {
    font-size: 16px;
  }

  .about-metaverse-experience-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mec-subheading {
    font-size: 16px;
  }

  .experience-center-box {
    height: 150px;
  }

  .mec-box {
    height: 100%;
  }

  .mec-button {
    padding-left: 62px;
    padding-right: 62px;
  }

  .home_experience_center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mec-buttons {
    padding-left: 62px;
    padding-right: 62px;
  }

  .technology-at-mec {
    height: 150px;
  }

  .our-partners {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mec-buttons-empty {
    padding-left: 62px;
    padding-right: 62px;
  }

  .pharma-day, .xr2, .xr3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xr4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xr5, .xr6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid-8-copy {
    grid-template-columns: 1fr;
  }

  .home_dark {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .global-expert-copy, .app-store {
    grid-template-columns: 1fr;
  }

  .app-store-brochure, .app-brochure-form {
    padding: 20px;
  }

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

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

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

  .heading-small-3 {
    font-size: 1rem;
  }

  .use-case, .mec-home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .dropdown-toggle-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .best-dropdown-list.w--open {
    padding-left: 40px;
  }

  .menu-text-copy {
    display: block;
  }

  .company-drop.w--open {
    padding-left: 40px;
  }

  .metaverse-conference, .timeline {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .traiing-home {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-602 {
    grid-template-columns: minmax(200px, 1.5fr);
  }

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

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

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .uui-team06_arrow.left {
    right: 3.5rem;
  }

  .uui-team06_image-wrapper {
    height: 100%;
  }

  .uui-team06_slide {
    margin-right: 1.5rem;
  }

  .uui-team06_mask {
    width: 75%;
  }

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

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid var(--untitled-ui-gray200);
    border-bottom: 1px solid var(--untitled-ui-gray200);
  }

  .uui-layout31_lightbox-image {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout31_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout31_component {
    grid-row-gap: 1rem;
  }

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

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

  .hoe {
    margin-top: 3rem;
  }

  .top-butotn {
    width: 4rem;
    height: 4rem;
  }

  .special-movie {
    margin-top: 3rem;
  }

  .fcg {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nonn {
    height: 150px;
  }

  .uui-layout13_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout13_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-8 {
    display: none;
  }

  .faqs {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .second, .primary {
    padding-left: 1.5rem;
  }

  .new {
    display: none;
  }

  .mecversity-home {
    grid-template-columns: minmax(200px, 1.5fr);
  }

  .jio-second-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout83_item {
    padding: 1.5rem;
  }

  .uui-layout83_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .main-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .enrollm {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .course-primary {
    padding-left: 1.5rem;
  }

  .course-srtucture {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .learning-outcomes {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .second-copy {
    padding-left: 1.5rem;
  }

  .xr-leader-2 {
    margin-top: 3rem;
  }

  .internal-open.w--open {
    padding-left: 40px;
  }

  .mbdiscovery, .mbbrochure, .mb4, .mb4-2, .mbdown, .mbdown-2 {
    padding-left: 62px;
    padding-right: 62px;
    font-size: 18px;
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout18_item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .benefit-ui {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .video-button {
    width: 4rem;
    height: 4rem;
  }

  .special {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

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

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui-white);
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-space-medium-5 {
    min-height: 1.5rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

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

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .program-box {
    padding: 1.5rem;
  }

  .program-info-inside {
    padding-right: 1.5rem;
  }

  .program-info {
    width: 80%;
  }

  .program-information {
    margin-top: 3rem;
  }

  .xr-advance-course-structure {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .xr-course-primary, .xr-advance-second {
    padding-left: 1.5rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .menu-bar {
    margin-top: 2rem;
  }

  .projects, .mentors-and-all {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .uui-testimonial07_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial07_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-testimonial07_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonialsss {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testi {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial07_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_component {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .experience-center.w--open, .mecversity-menu-bar.w--open, .industries-bar-content.w--open {
    padding-left: 40px;
  }

  .mecversity-homed, .login-button {
    display: block;
  }

  .upcomming-webinar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .exhibition-home {
    grid-template-columns: minmax(200px, 1.5fr);
  }

  .immersive-booth-video {
    margin-top: 3rem;
  }

  .picture-box {
    padding: 1.5rem;
  }

  .play-pouse {
    width: 4rem;
    height: 4rem;
  }

  .rrahull-sethi-video {
    margin-top: 3rem;
  }

  .dark-box, .enterprise-masterclass {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .company-info.w--open {
    padding-left: 40px;
  }

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

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .location {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .home-light {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .enrollm-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .ai-kiosk-product-information {
    padding: 20px;
  }

  .gmetri {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .l-d-dayy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .details-of-event {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .mec-why-visit, .main-home-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contenet-div {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .left-content, .right-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_elements {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .exhibition-solution.w--open {
    padding-left: 40px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link.spark-with-mega-dropdown, .spark-nav-link.case-study, .spark-nav-link.spark-with-mega-dropdown, .spark-nav-link.case-study {
    justify-content: space-between;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-dropdown-card {
    padding: 16px;
  }

  .main-nev-design {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-mega-dropdown-card-_2 {
    padding: 16px;
  }

  .rt-tabs-menu-2.rt-with-border, .rt-tabs-menu-2.creative, .rt-tabs-menu-2.rt-with-border, .rt-tabs-menu-2.creative {
    border-right-style: none;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
  }

  .rt-service-one-tabs {
    flex-direction: column;
  }

  .rt-tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .industry-wise-segrigation {
    flex-direction: column;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_author-wrapper, .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .chip-design {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .gap {
    min-height: 1.25rem;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

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

  .block-section {
    padding: 1.5rem 1.5rem 2rem;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .rrahul-pro {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .hero-heading-left-2, .features-metrics-3 {
    padding: 60px 15px;
  }

  .features-wrapper-3 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-3 {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .case-study-doc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-wrapped-team-card-2 {
    width: 100%;
  }

  .spark-wrapped-team-card-2.spark-stacked {
    width: 45%;
  }

  .investor-box, .investor-box-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .rt-testimonial-quote-wrapper {
    flex-direction: column;
  }

  .home-dark {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-section {
    background-size: auto;
    padding-top: 15px;
  }

  .b1_main_text {
    font-size: 12px;
    line-height: 1.3;
  }

  .h2_sub-heading {
    font-size: 16px;
  }

  .price {
    letter-spacing: 2px;
    margin-bottom: -5px;
    font-size: 16px;
  }

  .sub-follower-h1 {
    font-size: 14px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .association-and-content {
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .who-are-we-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-block {
    border-width: 1.5px;
    padding: 12px;
  }

  .div-block-8 {
    padding: 0;
  }

  .form-section {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-dark {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-brand {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-block {
    align-items: flex-start;
  }

  .title-small {
    margin-bottom: 8px;
  }

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

  .menu-button {
    padding: 12px;
  }

  .link {
    color: #fff;
    margin-bottom: 4px;
    text-decoration: none;
  }

  .form-submit-button {
    margin-top: 10px;
  }

  .section_course-page {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .course-heading {
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
  }

  .rich-text-block {
    text-align: justify;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .course-sub-heading {
    font-size: 16px;
  }

  .course-objective-section {
    background-image: none;
    background-size: auto;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .course-overview-section {
    background-image: linear-gradient(#000c, #000c), url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/63d7629761a918eb38ac6e3c_Design%202.svg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .testimonials {
    border-top-width: 1px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .fake-enroll-button {
    text-align: center;
    padding: 16px 15px;
    font-size: 16px;
  }

  .cms-section {
    background-image: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cms-container {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
  }

  .grid-12 {
    grid-column-gap: 8px;
    grid-template-columns: 1.25fr .8fr;
  }

  .consulting-button {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-contact-button {
    text-align: center;
    padding: 16px 15px;
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .comming-soon {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-23 {
    margin-left: 0;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .hero {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .carousel {
    margin-top: 12px;
    overflow: visible;
  }

  .picture-above-text-copy {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .name {
    font-size: 14px;
    line-height: 1.3;
  }

  .designation {
    max-width: 200px;
    font-size: 12px;
    line-height: 1.3;
  }

  .grid-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-28 {
    width: 30%;
  }

  .recommend {
    max-width: 270px;
    font-size: 12px;
    line-height: 1.3;
  }

  .image-20-copy-copy {
    max-height: 100%;
  }

  .modal {
    width: 300px;
  }

  .modal_text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .modal-course-title {
    font-size: 16px;
  }

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

  .cancel {
    text-align: center;
    align-self: stretch;
    margin-left: 0;
  }

  .enroll-popup {
    text-align: center;
    align-self: stretch;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .container-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .course-page-sub-heading-copy {
    font-size: 14px;
  }

  .rich-text h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .rich-text h4 {
    font-size: 14px;
  }

  .rich-text p {
    line-height: 1.5;
  }

  .h1_hading {
    font-size: 32px;
  }

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

  .course-heading-copy {
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .grid-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
    display: flex;
  }

  .top-companies-attended {
    background-color: #0a0a0a;
    background-image: none;
    background-size: auto;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-43 {
    margin-bottom: 12px;
  }

  .list-text-copy {
    text-align: left;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .image-29 {
    width: 20px;
    height: 20px;
  }

  .course-objective-text-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .div-block-43-copy {
    margin-bottom: 12px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .consulting-hero-section-copy {
    background-size: auto;
    padding-top: 15px;
  }

  .heading-7 {
    font-size: 16px;
    line-height: 1.2;
  }

  .link-block-2 {
    margin-bottom: 0;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .share-bogs {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .uui-blogpost01_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-8 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.3;
  }

  .grid-31 {
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .chips {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.3;
  }

  .div-block-56 {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .applicant-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .div-block-8-copy {
    padding: 0;
  }

  .form-container-copy {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .image-35 {
    height: 200px;
  }

  .header-bar {
    background-image: none;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .header_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-element {
    width: 30px;
  }

  .company-listings, .contact-us-hero, .careers-hero_template, .blog-hero-template {
    background-size: auto;
    padding-top: 15px;
  }

  .link-block-4 {
    display: none;
  }

  .event-template {
    background-size: auto;
    padding-top: 15px;
  }

  .blog-text {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }

  .video-template {
    background-size: auto;
    padding-top: 15px;
  }

  .video-heading {
    font-size: 32px;
  }

  .pop-up-text-input {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .pop-up-exit-button {
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .pop-up-header {
    line-height: 1.3;
  }

  .form-2 {
    margin-top: auto;
  }

  .pop-up-box {
    background-position: 0%;
    flex-direction: column;
    height: 600px;
    max-height: 700px;
    padding: 16px 12px;
    display: flex;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .popup-button {
    text-align: center;
    align-self: stretch;
  }

  .image-43 {
    width: 100%;
  }

  .home_dark_div {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .div-block-65 {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-66 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-67 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-44 {
    border-radius: 22px;
  }

  .containerr_professionals {
    padding-left: 16px;
    padding-right: 16px;
  }

  .name-author {
    font-size: 16px;
    line-height: 1.2;
  }

  .abstract {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }

  .research-paper-download {
    border-width: 1.5px;
    padding: 12px;
  }

  .success-paper, .autor-chip {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }

  .disclaimer_reserach_report {
    font-size: 14px;
    line-height: 1.3;
  }

  .dropdown {
    background-color: #1d1d1d;
  }

  .dropdown-toggle {
    padding-left: 26px;
  }

  .dropdown_links {
    color: #fff;
    background-color: #313131;
    border-radius: 0;
    padding-left: 26px;
  }

  .source {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }

  .request-price {
    margin-top: 0;
  }

  .request-price-box {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-24-copy {
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .uui-faq01_heading {
    font-size: 16px;
  }

  .second-row {
    flex-direction: column;
  }

  .consultng-heading {
    font-size: 24px;
  }

  .text-block-18, .course-type {
    font-size: 10px;
  }

  .div-block-83 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .sub {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .accelerator {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 15px;
  }

  .accelerator-heading {
    width: 100%;
    font-size: 22px;
  }

  .accelerator-body {
    font-size: 12px;
    line-height: 1.3;
  }

  .accelerator-body-2 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
  }

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

  .secondary {
    font-size: 22px;
  }

  .grid-37 {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .metaverse911-experience {
    background-image: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .header {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .header-link {
    font-size: 12px;
    line-height: 1.3;
  }

  .top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .submit-your-application {
    background-size: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .consulting-button-copy {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .consulting-body {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .more-about-rahul {
    background-position: 50%;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .more-about-rrahul {
    padding-left: 16px;
    padding-right: 16px;
  }

  .more-about {
    flex-direction: column;
  }

  .use-cases {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 15px;
  }

  .used-cases {
    text-align: center;
    background-color: #0000;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

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

  .sed-cases-container {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-41 {
    grid-row-gap: 43px;
    grid-template-columns: 1fr;
  }

  .h2-heading_left {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.3;
  }

  .marketing, .product, .commerce, .education, .talent-hr, .real-estate, .customer-service, .accenture-metaverse, .events {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .foter-heading {
    font-size: 22px;
  }

  .banking, .arvrmr {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-55 {
    width: 100px;
    font-size: 10px;
    line-height: 18px;
  }

  .experience {
    font-size: 32px;
  }

  .div-block-65-copy {
    background-color: #000c;
  }

  .hero-heading {
    background-size: auto;
    padding-top: 15px;
  }

  .experience-copy {
    font-size: 32px;
  }

  .experience_heading {
    background-size: auto;
    padding-top: 15px;
  }

  .masterclass-hero {
    border-bottom: 1px solid var(--primary_color);
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5b3e92a7d8d614ad2191_Backdroup.avif");
    background-position: 0 0;
    background-size: cover;
    align-items: flex-start;
    height: auto;
    padding-top: 15px;
  }

  .masterclass-body-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .grid-43 {
    grid-template-columns: 1fr;
    justify-content: space-around;
    margin-bottom: 64px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-58 {
    height: 250px;
  }

  .key-points {
    flex-direction: column;
  }

  .point {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .grid-43-copy {
    grid-template-columns: 1fr;
  }

  .div-block-93 {
    align-items: flex-start;
  }

  .div-block-22-copy {
    height: 650px;
  }

  .duration {
    font-size: 16px;
  }

  .masterclass-button {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .what-you-will-learn {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .div-block-94 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .h2_sub-heading-copy, .sub-heading {
    font-size: 16px;
  }

  .consulting-button-copy-copy {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .masterclass-form-copy {
    border-width: 1.5px;
    padding: 12px;
  }

  .masterclass-popup {
    width: 300px;
  }

  .pop-up-exit-button-copy {
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .rrahul-sethi-name {
    font-size: 16px;
  }

  .div-block-96 {
    background-image: linear-gradient(to right, #000, #000000d9);
  }

  .training-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .training-home-button {
    text-align: center;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .grid-44 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-99 {
    align-self: stretch;
    padding: 10px;
  }

  .div-block-83-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .masterclass-type {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .form-section-web3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .masterclass-for-web3 {
    border-width: 1.5px;
    padding: 12px;
  }

  .download-training {
    text-align: center;
    align-self: stretch;
  }

  .b1_masterclass {
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
  }

  .div-block-102 {
    margin-bottom: 64px;
    overflow: hidden;
  }

  .slider-heading {
    width: 100%;
    font-size: 24px;
  }

  .metaverse-masterclass-button {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .b1_main_text-copy, .b1_main_text-copy-copy, .b1_main_text-copy {
    font-size: 12px;
    line-height: 1.3;
  }

  .b1_main_text-copy-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .div-block-22-copy-copy {
    height: 450px;
  }

  .div-block-104 {
    order: -1;
    margin-bottom: 12px;
    display: block;
  }

  .home {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .home.mobile-this {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .home.grid {
    overflow: hidden;
  }

  .service-2, .service-1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-2-block {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .service-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-form-container {
    border-width: 1.5px;
    padding: 12px;
  }

  .consulting-button-copy {
    text-align: center;
    object-fit: fill;
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .linkedin-content-creation-service {
    border-width: 1.5px;
    padding: 12px;
  }

  .linkedin-service-heading {
    font-size: 16px;
  }

  .rahuls-stat {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2_sub-heading-copy-copy {
    text-align: center;
    font-size: 16px;
  }

  .stats-head {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .image-58-copy {
    height: 250px;
  }

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

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

  .link-9 {
    display: none;
  }

  .grid-16-copy {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .heading-2-copy {
    font-size: 20px;
    line-height: 1.3;
  }

  .text-2-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .div-block-21-copy {
    border-radius: 8px;
    width: 100%;
  }

  .problem {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-linkedin {
    font-size: 16px;
  }

  .linkedin-page-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

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

  .problem-box {
    width: 100%;
    height: 230px;
  }

  .problem-box-internal {
    justify-content: flex-start;
    width: 100%;
  }

  .heading-2-copy-copy, .text-2-copy-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .services-3-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2-copy-copy-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .linkedin-provide {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .h1_masterclass {
    text-align: left;
    font-size: 32px;
  }

  .training-profile-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .download-toc-popup-1 {
    display: none;
  }

  .masterclass-popup-copy {
    justify-content: flex-end;
    align-items: stretch;
    width: 300px;
    padding: 62px 8px 16px;
  }

  .download-toc {
    border-width: 1.5px;
    align-items: stretch;
    padding: 0;
  }

  .paragraph-2-copy {
    align-self: center;
  }

  .download-toc-popup-2, .download-toc-popup-3 {
    display: none;
  }

  .div-block-110-copy {
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 64px;
  }

  .sub-heading-copy {
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 16px;
  }

  .linkedin-brochure-popup {
    display: none;
  }

  .linkediin-lead-form {
    border-width: 1.5px;
    width: 100%;
    padding: 0;
  }

  .consulting-button-copy, .consulting-button-copy-copy {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h2_sub-heading-copy-copy-copy {
    text-align: center;
    font-size: 16px;
  }

  .button-new {
    font-size: 20px;
    line-height: 1.3;
  }

  .h2_sub-heading-copy-copy, .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy-copy-copy, .h2_sub-heading-copy-copy-copy {
    font-size: 16px;
  }

  .linedin-button {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .guest-chip, .location-chip {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }

  .tab-link-tab-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-2 {
    margin-left: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-copy {
    color: #fff;
    margin-bottom: 4px;
    text-decoration: none;
  }

  .blog-text-copy-copy {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.3;
  }

  .image-71 {
    border-color: var(--neutral-dark);
  }

  .new-heading {
    font-size: 28px;
    line-height: 1.2;
  }

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

  .service-2-block-copy {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .service-box {
    width: 100%;
  }

  .h1_body {
    font-size: 14px;
    line-height: 1.3;
  }

  .gpu-hosting-heading {
    font-size: 20px;
  }

  .h1_hading-training-copy-copy {
    font-size: 24px;
  }

  .consulting-button-copy-copy {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brochure-button {
    z-index: 10;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 22px;
    position: static;
    inset: auto 0% 4%;
  }

  .image-79 {
    order: -1;
  }

  .modal_text-copy {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .div-block-122 {
    flex-direction: column;
    justify-content: center;
  }

  .h1_hading-copy {
    font-size: 32px;
  }

  .problem-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-65-copy {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .linkedin-page-body-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .heading-small {
    font-size: 22px;
    line-height: 1.3;
  }

  .div-block-65-copy-copy, .div-block-65-copy, .company-values {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .post-heading {
    font-size: 16px;
  }

  .hero-section-copy {
    background-size: auto;
    padding-top: 15px;
  }

  .h2_sub-heading-copy {
    font-size: 16px;
  }

  .div-block-47-copy, .div-block-47-copy-copy {
    flex-direction: column;
  }

  .testimonials-linkedin-copy {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2_sub-heading-copy-copy {
    font-size: 16px;
  }

  .onboarding-experience {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .review-heading {
    font-size: 26px;
    line-height: 1.2;
  }

  .image-89 {
    margin-bottom: 8px;
  }

  .text-2-copy-copy-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .why-real-estate-experience {
    background-size: auto;
    padding-top: 15px;
  }

  .h2_sub-heading-copy-copy-copy {
    font-size: 16px;
  }

  .h1_hading-copy-copy {
    font-size: 32px;
  }

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

  .onboarding-points {
    margin-bottom: 8px;
  }

  .onboarding-experience-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

  .review-heading-copy {
    font-size: 26px;
  }

  .form-block-copy {
    border-width: 1.5px;
    padding: 12px;
  }

  .gmetri-touch-button {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .gamified-experience {
    font-size: 26px;
  }

  .form-block-copy-copy {
    border-width: 1.5px;
    padding: 12px;
  }

  .problem-grid-copy-copy, .grid-58 {
    grid-template-columns: 1fr;
  }

  .review-heading-copy, .review-heading-copy-copy {
    font-size: 26px;
    line-height: 1.2;
  }

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

  .grid-60 {
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .virtual-campus-body-text-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .review-heading-copy {
    font-size: 26px;
    line-height: 1.2;
  }

  .linkedin-link-copy {
    flex-direction: column;
  }

  .review-heading-copy-copy {
    font-size: 26px;
  }

  .onboarding-head, .onboarding-head-copy {
    font-size: 26px;
    line-height: 1.2;
  }

  .grid-57-copy {
    grid-template-columns: 1fr;
    display: none;
  }

  .image-95 {
    display: block;
  }

  .image-97 {
    display: none;
  }

  .grid-62 {
    justify-content: stretch;
  }

  .grid-41-copy {
    grid-row-gap: 43px;
    grid-template-columns: 1fr;
  }

  .onboarding-experience-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .session {
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.3;
  }

  .newsletter-link-block, .speaking-engagement-link {
    margin-bottom: 0;
  }

  .h2_training {
    font-size: 16px;
  }

  .list_masterclass {
    flex-direction: column;
    margin-top: 0;
  }

  .services-hero {
    background-size: auto;
    padding-top: 15px;
  }

  .footer-heading {
    margin-bottom: 8px;
  }

  .domain {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.3;
  }

  .experience-heading {
    font-size: 32px;
  }

  .experience-sub-heading {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
  }

  .domain-sub-head, .domain-sub-head-copy {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.3;
  }

  .experience-heading-secondary {
    font-size: 32px;
  }

  .home-decor, .marketing-use-case, .healthcare-use-case, .education-use-case {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2_services {
    font-size: 16px;
  }

  .brands-in-real-estate {
    width: 100%;
    height: 230px;
  }

  .sub-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .blog-hero-copy-copy, .real-estate-company-list, .why-copy {
    background-size: auto;
    padding-top: 15px;
  }

  .quote-desc {
    font-size: 14px;
    line-height: 1.3;
  }

  .live-of-he {
    flex-direction: column;
  }

  .strad-solution-head {
    background-size: auto;
    padding-top: 15px;
  }

  .h2_strad {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .quote-desc-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .nvedia-gpu {
    border-width: 1.5px;
    padding: 12px;
  }

  .nvidia-brochure-button {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .strad-solutions-button {
    text-align: center;
    object-fit: fill;
    align-self: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .problem-box-internal-copy {
    justify-content: flex-start;
    width: 100%;
  }

  .sub-text-strad {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .div-block-47-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .b1_main_text-copy {
    font-size: 14px;
    line-height: 1.3;
  }

  .stard-head {
    font-size: 20px;
    line-height: 1.2;
  }

  .advantage-box {
    width: 100%;
    height: 260px;
  }

  .infra-box {
    width: 100%;
    height: 310px;
  }

  .main-container-copy-copy {
    padding: 32px 16px 32px 10px;
    overflow: hidden;
  }

  .rrahul-profile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-24 {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 1.3;
  }

  .rrahul-exp {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rrahul-speaker-profile {
    border-radius: 22px;
  }

  .h2_sub-heading_profile {
    font-size: 16px;
  }

  .speaking-engagement-section {
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .promo-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.3;
  }

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

  .rrahul-pic {
    height: 250px;
  }

  .rrahul-profile-grid {
    grid-template-columns: 1fr;
  }

  .quick-stack {
    width: 100%;
  }

  .event-contact-us-page {
    border-width: 1.5px;
    padding: 12px;
  }

  .event-block {
    width: 100%;
    height: 294px;
  }

  .event-block-3 {
    width: 100%;
    height: 347px;
  }

  .event-block-2 {
    width: 100%;
    height: 336px;
  }

  .media-kit {
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 16px;
  }

  .adaniverse-button {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .grid-72, .how-it-works-flow, .grid-73 {
    grid-template-columns: 1fr;
  }

  .adaniverse-popupp {
    height: 400px;
    display: none;
    inset: 0%;
  }

  .adaniverse-popup {
    background-image: linear-gradient(#0000, #0000);
    flex-direction: column;
    align-self: center;
    height: 400px;
    max-height: 700px;
    padding: 16px 12px;
    display: flex;
  }

  .adani-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .footer-block-copy {
    align-items: flex-start;
  }

  .a1 {
    width: 100%;
    height: 280px;
  }

  .a2, .a3 {
    width: 100%;
    height: 300px;
  }

  .gst-no {
    font-size: 13px;
  }

  .adaniverse-button-copy {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .company-listings-copy {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .adani-form-copy {
    border-width: 1.5px;
    padding: 12px;
  }

  .problem-grid-copy, .grid-74 {
    grid-template-columns: 1fr;
  }

  .college-box {
    width: 100%;
    height: 230px;
  }

  .college-boxx {
    justify-content: flex-start;
    width: 100%;
  }

  .college {
    margin-bottom: 8px;
  }

  .college-dataa {
    font-size: 14px;
    line-height: 1.3;
  }

  .h2_heading {
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
  }

  .h2_heading.left_align {
    letter-spacing: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.5;
  }

  .h2_heading.left_align.smallcase {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .h2_heading.color.left {
    font-size: 24px;
  }

  .h2_heading.lowercase.more-small {
    font-size: 16px;
    font-weight: 600;
  }

  .h2_heading.unbounded {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .h2_heading.lower_case.dark.center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .events-heading {
    text-shadow: 1px 1px 0 var(--primary_color);
    font-size: 32px;
  }

  .metaverse-event-hero {
    border-bottom: 1px solid var(--primary_neon);
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .event-sub-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .event-button {
    text-align: center;
    align-self: stretch;
    font-size: 20px;
  }

  .event-box {
    padding: 32px 16px;
  }

  .h2_left {
    font-size: 16px;
  }

  .b1_left {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
  }

  .stats {
    font-size: 16px;
  }

  .event-adv {
    width: 100%;
    height: 260px;
  }

  .event-adv-inside {
    justify-content: flex-start;
    width: 100%;
  }

  .event-companies {
    background-image: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .step {
    width: 100%;
    height: 260px;
  }

  .step-inside {
    justify-content: flex-start;
    width: 100%;
  }

  .flow-body {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .event-contact {
    border-width: 1.5px;
    padding: 12px;
  }

  .event-d {
    grid-template-columns: 1fr;
  }

  .linkedin-marketing {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h1_marketing {
    font-size: 28px;
  }

  .div-block-95-copy {
    flex-direction: column;
  }

  .linkedn-marketin {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .block-quote-2 {
    padding: 8px 12px;
    font-size: 16px;
  }

  .lets-talk {
    z-index: 10;
    background-color: var(--black);
    color: #fff;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 24px;
    position: static;
    inset: auto 0% 4%;
  }

  .our-service {
    padding-left: 16px;
    padding-right: 16px;
  }

  .strong-heading {
    font-size: 14px;
  }

  .our-services {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-86 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 32px;
  }

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

  .box-club {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .numbers {
    font-size: 42px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .stats-here {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .statst {
    font-size: 20px;
    line-height: 1.2;
  }

  .big-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .delivery {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .second-grid {
    width: 100%;
    height: 330px;
  }

  .third-party-marketing {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid-88, .grid-89 {
    grid-template-columns: 1fr;
  }

  .about-event {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .use-case-hero {
    grid-template-columns: 1fr;
  }

  .h1_use-case {
    font-size: 28px;
  }

  .use-case-flow {
    grid-template-columns: 1fr;
  }

  .current-problem {
    text-align: center;
    font-size: 26px;
  }

  .problem-grid-here, .grid-95 {
    grid-template-columns: 1fr;
  }

  .solution-points {
    font-size: 16px;
  }

  .product-demo-box {
    width: 100%;
    height: 100%;
  }

  .product-demo-text {
    font-size: 14px;
  }

  .strategy-grid {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .live-box {
    width: 100%;
    height: 332px;
  }

  .newsletter-box {
    width: 100%;
    height: 300px;
  }

  .desi {
    display: none;
  }

  .problem-body-text {
    font-size: 16px;
  }

  .process {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .use-case-service, .linkedin-content-service {
    border-width: 1.5px;
    padding: 12px;
  }

  .h1_heading, .h1_heading.large-box, .h1_heading.large-box {
    font-size: 32px;
  }

  .masterclass-hero-section {
    align-items: flex-start;
    position: static;
  }

  .point-copy, .details {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .workshop-approach {
    background-image: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .global-expert, .what-you-will-learn-copy {
    grid-template-columns: 1fr;
  }

  .grid-544 {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }

  .social {
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 64px;
  }

  .masterclass-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .list_masterclass-copy {
    flex-direction: column;
    margin-top: 24px;
  }

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

  .masterclass-holder {
    margin-bottom: 64px;
  }

  .n-person-masterclass {
    grid-template-columns: 1fr;
    justify-content: space-around;
    margin-bottom: 64px;
    margin-left: 0;
    margin-right: 0;
  }

  .motive {
    font-size: 14px;
  }

  .footer-content-copy {
    grid-template-columns: 1fr;
  }

  .masterclass-types {
    margin-bottom: 64px;
  }

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

  .masterclass-type-box {
    width: 100%;
    height: 100%;
  }

  .masterclass-insider {
    border-width: 2px;
    border-radius: 18px;
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
  }

  .masterclass-type-pic {
    border-radius: 10px;
    margin-bottom: 8px;
  }

  .masterclass-hours {
    font-size: 12px;
  }

  .text-block-33 {
    font-size: 12px;
    display: none;
  }

  .text-block-34 {
    font-size: 12px;
  }

  .top-fectors {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .fact {
    font-size: 42px;
  }

  .meta_masterclass-hero {
    border-bottom: 1px solid var(--primary_color);
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5b3e92a7d8d614ad2191_Backdroup.avif");
    background-position: 0 0;
    background-size: cover;
    align-items: flex-start;
    height: 830px;
    padding-top: 15px;
  }

  .masterclass-type-box_2, .masterclass-type-box_3 {
    width: 100%;
    height: 100%;
  }

  .article-and-newsletter {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h1_marketing-copy {
    font-size: 44px;
  }

  .newsletter-forms {
    border-width: 1.5px;
    padding: 12px;
  }

  .newsletter-form-heading {
    text-align: center;
    font-size: 16px;
  }

  .newsletter-stats {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .linkedin-live-header {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .linkedin-live-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .masterclass-heading {
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .slider-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-content-masterclass {
    align-items: flex-start;
  }

  .text-block-35 {
    font-size: 16px;
  }

  .div-block-176 {
    padding-left: 0;
  }

  .subpint {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .get-out-of-this {
    grid-template-columns: 1fr;
  }

  .attend-point {
    flex-direction: column;
    margin-top: 24px;
  }

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

  .facebook-element, .instagram-element {
    width: 30px;
  }

  .attend-point-2 {
    flex-direction: column;
    margin-top: 0;
  }

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

  .day-wise {
    padding: 12px 16px;
  }

  .text-span-41 {
    font-size: 28px;
  }

  ._3d-tool-sub-head {
    font-size: 16px;
  }

  .optimizer-h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .grid-548 {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .optimizer-body-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }

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

  .optimizer-h4 {
    text-align: center;
    font-size: 22px;
  }

  .optimizer-perform {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .optimizer-industry {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .pricing-box {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .optimizer-h1 {
    font-size: 28px;
  }

  .optimizer-button, .optimizer-button-_2 {
    z-index: 10;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 24px;
    position: static;
    inset: auto 0% 4%;
  }

  .optimizer-form {
    border-width: 1.5px;
    width: 100%;
    padding: 0;
  }

  .optimizer-main-box {
    background-position: 0%;
    flex-direction: column;
    max-height: 700px;
    padding: 16px 12px;
    display: flex;
  }

  .optimizer-form-head {
    margin-top: 44px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .optimizer-form-2 {
    display: none;
  }

  .optimizer-inside {
    justify-content: flex-end;
    align-items: stretch;
    width: 300px;
    padding: 62px 8px 16px;
  }

  .optimizer-form-try-it {
    display: none;
  }

  .h4_heading {
    font-size: 18px;
  }

  .h4_heading.white {
    font-size: 16px;
  }

  .h4_heading.primary_color.ai-highligh-copy.small {
    font-size: 16px;
    font-weight: 500;
  }

  .chip {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .b1 {
    text-align: justify;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .b1.left_align {
    font-size: 14px;
    line-height: 1.3;
  }

  .b1.left_align.no_margin {
    margin-top: 0;
  }

  .b1.align-center {
    line-height: 1.5;
  }

  .b1.dark-copy {
    margin-bottom: 0;
  }

  .h3_body {
    font-size: 14px;
  }

  .h3_body.left {
    overflow: hidden;
  }

  .h3_body.left.no-margin {
    font-size: 12px;
  }

  .h3_body.left.color {
    font-size: 14px;
  }

  .heading-37 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    bottom: 0;
  }

  .announcement-bar {
    background-image: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .announcement-bar-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .image-145 {
    display: none;
  }

  .form-3 {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .event-space {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .event-space-head {
    align-items: flex-start;
  }

  .event-space-button {
    flex-direction: column;
  }

  .event-head {
    text-align: center;
    font-size: 22px;
  }

  .avatar-feature, .avatar-feature-2, .avatar-feature-3 {
    grid-template-columns: 1fr;
  }

  .top-spaces {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .metaverse-space {
    font-size: 16px;
  }

  .pace-head {
    text-align: center;
    font-size: 22px;
  }

  .event-host {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .clienttale {
    margin-bottom: 32px;
  }

  .h1_events {
    font-size: 44px;
  }

  .multiplier-info {
    grid-template-columns: 1fr;
  }

  .info {
    font-size: 42px;
  }

  .info-set {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }

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

  .multiplier-image {
    border-color: var(--neutral-dark);
  }

  .grid-558 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-150 {
    height: 40px;
  }

  .text-block-46 {
    line-height: 1.3;
  }

  .h1_multiplier {
    font-size: 28px;
  }

  .multiplier-hero-grid {
    grid-template-columns: 1fr;
  }

  .traditional-sales {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-41 {
    font-size: 32px;
  }

  .mec-section {
    background-color: #000c;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .div-block-192 {
    padding: 8px;
  }

  .grid-sec, .multiplier-div {
    grid-template-columns: 1fr;
  }

  .metaverse-experience-center {
    border-width: 1.5px;
    padding: 12px;
  }

  .dropdown-2 {
    background-color: #313131;
  }

  .dropdown-list.w--open {
    background-color: #424242;
  }

  .text-block-47, .text-block-48, .icon-3, .icon-4 {
    color: #fff;
  }

  .section-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-49 {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }

  .mec-page {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero_primary {
    background-color: var(--primary_neon);
    text-align: center;
    object-fit: fill;
    align-self: center;
    width: 100%;
    padding: 12px 24px;
    font-size: 18px;
  }

  .hero_secondary {
    color: #fff;
    text-align: center;
    object-fit: fill;
    background-color: #16f4fe00;
    align-self: center;
    width: 100%;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 1.3;
  }

  .service-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .secodn-inmg {
    height: 250px;
  }

  .onboarding-grid {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

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

  .heading-43 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .upcoming-events {
    font-size: 14px;
  }

  .upcoming-event-block {
    align-items: flex-start;
    width: 100%;
  }

  .guest-speaker-heading {
    font-size: 12px;
  }

  .div-block-196 {
    margin-top: 8px;
  }

  .event-boxs {
    width: 100%;
    height: 380px;
  }

  .grid-562 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .imarticus-form {
    border-width: 1.5px;
    padding: 12px;
  }

  .multiplier-popup {
    display: none;
  }

  .expand-to {
    line-height: 1.3;
  }

  .image-150-copy {
    height: 40px;
  }

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

  .div-block-198 {
    line-height: 16px;
  }

  .domain-selector-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }

  .availability {
    border-radius: 4px;
  }

  .availability-exist {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  .device-type-selector {
    font-size: 14px;
  }

  .availability_blocked, .availability_on-conversation {
    border-radius: 4px;
  }

  .availability-edfopy {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }

  .upcoming-event-mec {
    font-size: 24px;
    line-height: 1.2;
  }

  .upcoming-event {
    width: 100%;
    height: 100%;
  }

  .upcoming-event-inside {
    align-items: flex-start;
    width: 100%;
  }

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

  .h3_mec-copy {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

  .image-166 {
    width: 100%;
  }

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

  .div-block-200 {
    padding: 8px 12px;
  }

  .industry-te {
    border-radius: 6px;
    padding: 8px 12px;
  }

  .industrty-block {
    font-size: 18px;
  }

  .industry-text {
    font-size: 14px;
  }

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

  .image-168 {
    width: 100%;
  }

  .association-visit {
    border-width: 1.5px;
    padding: 12px;
  }

  .linkedin-marketing-grid {
    grid-template-columns: 1fr;
  }

  .linkedin-conent-block {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .section-2_-why-experience {
    grid-template-columns: 1fr;
  }

  .upcoming {
    background-size: auto;
    padding-top: 15px;
  }

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

  .image-170 {
    width: 30px;
    height: 30px;
  }

  .text-block-52 {
    font-size: 20px;
    line-height: 1.3;
  }

  .xrthone {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quidich {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xrthone-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
  }

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

  .xr-thone {
    border-color: var(--neutral-dark);
  }

  .main-button {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    position: relative;
    left: 0;
  }

  .main-button.light {
    left: 0;
  }

  .main-button.black, .main-button.light {
    left: 0;
  }

  .main-button.full {
    width: 100%;
    position: relative;
    left: 0;
  }

  .main-button.black {
    left: 0;
  }

  .experience-center-grid, .future-events {
    grid-template-columns: 1fr;
  }

  .even {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
  }

  .heading-46 {
    font-size: 24px;
    line-height: 1.4;
  }

  .visited-by {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .visit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .about-metaverse-experience-center {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-mec {
    align-items: flex-start;
  }

  .mec-subheading {
    font-size: 12px;
    line-height: 1.3;
  }

  .experience-center-box {
    width: 100%;
    height: 100%;
  }

  .mec-box {
    width: 100%;
  }

  .mec-button {
    z-index: 10;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 22px;
    position: static;
    inset: auto 0% 4%;
  }

  .mec-form-fillup {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home_experience_center {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mec-head {
    align-items: flex-start;
    margin-top: 0;
  }

  .mec-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mec-button-holder {
    flex-flow: column;
    align-self: stretch;
    margin-top: 24px;
  }

  .mec-buttons {
    z-index: 10;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 22px;
    position: static;
    inset: auto 0% 4%;
  }

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

  .technology-at-mec {
    width: 100%;
    height: 100%;
  }

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

  .h1_mecx {
    font-size: 20px;
    line-height: 1.2;
  }

  .menu-item-exp {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-toggle-exp {
    padding-left: 26px;
  }

  .our-partners {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .partner-container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .grid-576, .how-mec-supports, .grid-577 {
    grid-template-columns: 1fr;
  }

  .h2_varient {
    font-size: 24px;
    line-height: 1.3;
  }

  .mec-support {
    grid-template-columns: 1fr;
  }

  .background-video-4 {
    height: 300px;
  }

  .mec-home-block-1 {
    grid-template-columns: 1fr;
  }

  .mec-inauguration {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-49 {
    margin-top: 10px;
    font-size: 26px;
  }

  .heading-50 {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }

  .grid-579, .grid-578-copy, .hardwares-at-mec {
    grid-template-columns: 1fr;
  }

  .info-set-light {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
  }

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

  .grid-585 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 16px;
  }

  .grid-586 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .image-179 {
    width: 100%;
    margin-top: 12px;
  }

  .mec-buttons-empty {
    z-index: 10;
    text-align: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 22px;
    position: static;
    inset: auto 0% 4%;
  }

  .pharma-day {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .agenday-copy {
    grid-template-columns: 1.25fr;
    overflow: hidden;
  }

  .pharma-day-1 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .event-stats {
    grid-template-columns: 1fr;
    margin-top: 32px;
    overflow: hidden;
  }

  .event-masterclass, .ct-masterclass, .linkedin-live {
    grid-template-columns: 1fr;
  }

  .div-block-222 {
    margin-top: 12px;
  }

  .grid-587 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .inaugural-block-1, .inaugural-block-2, .inaugural-block-3, .inaugural-block-4, .mec-home-block-2, .mec-home-block-3, .mec {
    grid-template-columns: 1fr;
  }

  .xr2 {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xr3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .xr4 {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xr5 {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xr6 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-d {
    margin-top: 12px;
    overflow: hidden;
  }

  .gall {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-61 {
    font-size: 12px;
  }

  .grid-590, .grid-591, .lnd-day-2 {
    grid-template-columns: 1fr;
  }

  .home_dark {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h3_heading {
    font-size: 20px;
    font-weight: 600;
  }

  .h3_heading.left_align.primary-color, .h3_heading.left_align.xr_advance_primary-color {
    margin-bottom: 12px;
  }

  .h3_heading.left_align {
    overflow: hidden;
  }

  .h3_heading.left_align.primary-color, .h3_heading.left_align.xr_advance_primary-color {
    margin-bottom: 12px;
  }

  .h3_heading.left_align.dark {
    width: 80%;
    font-size: 16px;
  }

  .h3_heading.left_align.dark.extra {
    margin-bottom: 12px;
  }

  .h3_heading.left_align.dark.light {
    width: 95%;
    font-size: 19px;
  }

  .h3_heading.left_align.primary-color, .h3_heading.left_align.xr_advance_primary-color {
    margin-bottom: 12px;
  }

  .h3_heading.color {
    font-size: 18px;
  }

  .global-expert-copy, .grid-592, .grid-87-copy {
    grid-template-columns: 1fr;
  }

  .heading-7-copy {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-229 {
    flex-flow: column;
  }

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

  .app-store-brochure, .app-brochure-form {
    border-width: 1.5px;
    padding: 12px;
  }

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

  .news-pic {
    vertical-align: baseline;
    margin-right: 16px;
  }

  .news-pic-2 {
    margin-right: 16px;
  }

  .mec-container-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-236 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .clients-testimonials-2 {
    grid-template-columns: 1fr;
  }

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

  .content_card-info-2 {
    grid-template-columns: 1fr;
  }

  .grid-58fd {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

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

  .sed-cases-container-copy {
    margin-top: 12px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-238 {
    border-radius: 4px;
    overflow: hidden;
  }

  .use-case {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .journey-div {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .journey-container {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .mec-home {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-243 {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    left: -2px;
  }

  .mec-tech {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .button {
    border-radius: 6px;
    line-height: 14px;
  }

  .learn-dropdown.w--open {
    border-radius: 0;
    width: 90%;
    left: 0;
  }

  .pdrop-image {
    width: 100%;
    margin-bottom: 8px;
  }

  .nav-price-box {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .dropdown-toggle-4 {
    background-color: #1d1d1d;
    border-top: 0 solid #525252;
    border-bottom: 0 solid #525252;
    padding-left: 25px;
  }

  .dropdown-toggle-4.v2 {
    width: 100%;
  }

  .text-box {
    font-size: 16px;
    line-height: 1.4;
  }

  .pchose-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .learn-gv-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-texts {
    margin-bottom: 8px;
  }

  .product-drop-box {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-3.mobile-hide {
    z-index: 5;
    display: block;
  }

  .dropdown-3.mobile-hide._1 {
    z-index: 25;
  }

  .dropdown-3.mobile-hide._2 {
    z-index: 10;
    display: block;
  }

  .dropdown-3.mobile-hide._3 {
    z-index: 30;
  }

  .dropdown-3.mobile-hide.industrys {
    z-index: 20;
  }

  .dropdown-3.mobile-hide.last {
    z-index: 5;
  }

  .pricing-dropdown.w--open {
    border-radius: 0;
    width: 90%;
    left: 0;
  }

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

  .pdropp-box {
    max-width: 400px;
    margin-bottom: 16px;
  }

  .pdrop-v2 {
    margin-bottom: 24px;
  }

  .department-links-box {
    grid-row-gap: 4px;
    margin-top: 4px;
  }

  .best-dropdown-list.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-text {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-copy {
    background-color: #000;
  }

  .menu-text-copy {
    z-index: 1;
    text-align: left;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  .menu-text-copy.w--current {
    z-index: 15;
    text-align: left;
  }

  .menu-text-copy.button.w--current {
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .masterclass-box {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-247 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .comapny-bxo {
    flex-flow: column;
  }

  .company-div {
    grid-row-gap: 4px;
    margin-top: 4px;
  }

  .updated-nevbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gridddd, .real-estate-meta {
    grid-template-columns: 1fr;
  }

  .metaverse-conference {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .countdown-item {
    margin-left: .5em;
    margin-right: .5em;
  }

  .clock-number {
    font-size: 24px;
  }

  .clock-label, .text-block-64 {
    font-size: 14px;
  }

  .div-block-250 {
    margin-top: 12px;
  }

  .timeline {
    background-image: linear-gradient(180deg, var(--secondary_color), var(--untitled-ui-primary600));
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .div-block-251 {
    flex-flow: column;
  }

  .div-block-252 {
    justify-content: center;
    align-items: center;
  }

  .h3_heading-copy {
    font-size: 20px;
    font-weight: 600;
  }

  .event-boxx {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .meta-conference {
    height: 300px;
  }

  .grid-2-copy {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .div-block-253 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-254 {
    flex-flow: column;
  }

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

  .why-event {
    grid-template-columns: 1fr;
  }

  .logo {
    border-radius: 10px;
    margin-bottom: 8px;
  }

  .training-foundation-design {
    flex-flow: column;
    padding: 0;
  }

  .masterclass-design {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-256 {
    padding: 20px;
  }

  .div-block-257 {
    border-top-left-radius: 0;
    padding: 20px;
  }

  .traiing-home {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .traiing-home.bg-s {
    background-image: linear-gradient(95deg, #0000009c, #0000), url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/66d86847f7be992b4984855c_Group%2034%20(1).avif");
    background-position: 0 0, 77%;
    background-size: auto, cover;
  }

  .traiing-home.short {
    padding-top: 12px;
  }

  .traiing-home.gradi {
    background-image: linear-gradient(96deg, #000000c2, #00000085 71%, #0000), linear-gradient(99deg, #004625, #000);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .traiing-home.second-grad {
    background-image: linear-gradient(96deg, #000000c2, #00000085 71%, #0000), url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/66d9baafadd53edfc626e0f5_XR%20Foundation.avif");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 16px;
  }

  .traiing-home.bg-with {
    background-image: linear-gradient(96deg, #000000c2, #00000085 71%, #0000), url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/66d9baafadd53edfc626e0f5_XR%20Foundation.avif");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 140vh;
    padding-top: 16px;
  }

  .grid-602 {
    grid-template-columns: 1.5fr;
    overflow: hidden;
  }

  .text-box-2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .experience-center-boxs {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-_white {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .invustry-verticals {
    display: none;
  }

  .invustry-verticalss {
    margin-top: 0;
  }

  .text-block-65 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
  }

  .h1_heading_straight, .h1_heading_straight.small, .h1_heading_straight.small {
    font-size: 20px;
  }

  .div-block-269 {
    flex-flow: column;
    align-self: stretch;
  }

  .div-block-269.no-margin.center {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-270 {
    flex-flow: column;
  }

  .mecversity {
    align-items: flex-start;
    margin-top: 0;
  }

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

  .grid-608 {
    grid-template-columns: minmax(200px, 1.25fr);
  }

  .div-block-273 {
    margin-top: -64px;
  }

  .grid-609, .sec {
    grid-template-columns: 1fr;
  }

  .spark-vertical-line {
    font-size: 1.3rem;
  }

  .spark-faq-plus-to-x {
    display: none;
  }

  .field-label {
    font-size: 12px;
  }

  .text-field {
    margin-bottom: 8px;
  }

  .div-block-282 {
    align-self: stretch;
  }

  .grid-610, .grid-611 {
    grid-template-columns: 1fr;
  }

  .text-block-66 {
    font-size: 12px;
  }

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

  .uui-team06_image {
    object-fit: cover;
    overflow: hidden;
  }

  .uui-team06_item {
    overflow: hidden;
  }

  .uui-team06_mask {
    width: 80%;
  }

  .uui-team06_component {
    flex-flow: column;
  }

  .div-block-288 {
    overflow: hidden;
  }

  .grid-614 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid-615 {
    grid-template-columns: 1.5fr;
    place-items: center start;
  }

  .emi {
    font-size: 14px;
  }

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

  .div-block-291 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .about-mecc {
    grid-template-columns: minmax(200px, 1.25fr);
    margin-top: 0;
  }

  .about-meee {
    margin-top: 0;
  }

  .form-popups {
    display: none;
  }

  .div-block-296 {
    width: 320px;
  }

  .grid-618 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .div-block-300, .div-block-270-copy {
    display: none;
  }

  .grid-619 {
    grid-template-columns: minmax(200px, 1fr);
    align-self: stretch;
  }

  .div-block-301 {
    flex-flow: column;
    display: flex;
  }

  .grid-620 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .chota-program {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .div-block-303 {
    align-self: stretch;
  }

  .form-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .only-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: flex;
  }

  .mobile-cta {
    z-index: 10000;
    border-top: 1px solid var(--primary_color);
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .text-span-51 {
    color: var(--secondary_color);
  }

  .webinar-post, .grid-622 {
    grid-template-columns: 1.5fr;
  }

  .uui-layout31_lightbox-image {
    width: 100%;
    min-width: 100%;
    height: 12rem;
  }

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

  .hoe {
    margin-top: 0;
  }

  .l-d-1 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .fcg {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .grid-623, .grid-625 {
    grid-template-columns: 1fr;
  }

  .nonn {
    width: 100%;
    height: 350px;
  }

  .grid-627, .about-program, .grid-628 {
    grid-template-columns: 1fr;
  }

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

  .upcoming-webinar {
    padding-left: 0;
    padding-right: 0;
  }

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

  .webinar-old-popup {
    display: none;
  }

  .curriculum {
    height: 300px;
    overflow: auto;
  }

  .icon-button {
    align-self: stretch;
  }

  .icon-button.light.short, .icon-button.short, .icon-button.light.short, .icon-button.light.short, .icon-button.short {
    width: 100%;
  }

  .grid-630, .grid-631, .grid-632 {
    grid-template-columns: 1fr;
  }

  .jio {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.5fr;
  }

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

  .div-block-326 {
    padding: 8px;
  }

  .grid-638 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .text-block-71, .text-block-72 {
    font-size: 12px;
  }

  .upper-one, .mid-one {
    padding: 10px;
  }

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

  .grid-641 {
    grid-template-columns: .5fr 1fr;
  }

  .grid-642 {
    grid-template-columns: 1fr .75fr;
  }

  .div-block-330 {
    margin-left: -10px;
  }

  .div-block-334 {
    z-index: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .new {
    aspect-ratio: auto;
    order: 1;
    position: absolute;
    overflow: hidden;
  }

  .mecversity-home {
    grid-template-columns: 1.5fr;
  }

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

  .grid-645 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-339 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .better-job {
    grid-template-columns: minmax(200px, 1.25fr);
    margin-top: 0;
  }

  .h5 {
    font-size: 16px;
  }

  .h5.center {
    font-size: 14px;
    line-height: 21px;
  }

  .header-top.short {
    width: 100%;
  }

  .grid-650, .grid-651 {
    grid-template-columns: 1fr;
  }

  .program-1 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding-top: 64px;
  }

  .div-block-344 {
    margin-top: 12px;
    margin-left: -16px;
  }

  .div-block-345 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .icon-button-2 {
    width: 100%;
  }

  .program-2 {
    background-image: linear-gradient(#534000, #d6a504);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .program-3 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .image-2456 {
    left: 0%;
  }

  .jio-second-section {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .div-block-349 {
    padding: 6px;
  }

  .grid-652 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-354 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-355 {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-layout83_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .button-box {
    flex-flow: column;
    align-self: stretch;
  }

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

  .utm_source, .utm_medium, .utm_campaign {
    margin-bottom: 8px;
  }

  .div-block-365.short {
    width: 100%;
  }

  .div-block-366 {
    padding: 12px;
    top: -44px;
  }

  .grid-657 {
    flex-flow: column;
  }

  .image-2459 {
    display: none;
  }

  .main-grid {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 0;
  }

  .uui-layout32_timeline-icon-wrapper {
    font-size: 14px;
  }

  .uui-space-medium-4 {
    min-height: 0;
  }

  .uui-layout32_component {
    grid-template-columns: minmax(200px, 1fr);
  }

  .div-block-369 {
    margin-top: 32px;
  }

  .enrollm {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .grid-659, .grid-660 {
    grid-template-columns: 1fr;
  }

  .div-block-377 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-378 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    margin: 8px 8px 0;
  }

  .div-block-379 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bg-vid {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-382 {
    margin-top: 44px;
  }

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

  .grid-661 {
    grid-template-columns: 1fr;
    padding: 16px 16px 144px;
  }

  .div-block-384 {
    padding: 0;
  }

  .image-2461 {
    width: 50%;
    inset: auto auto 0% 0%;
  }

  .image-2463 {
    width: 55%;
    inset: auto 0% 0% auto;
  }

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

  .div-block-386 {
    height: 300px;
  }

  .div-block-387, .grid-663 {
    grid-template-columns: 1fr;
  }

  .top-leaders, .leader-2 {
    background-position: 0 0, 50%;
  }

  .image-2467, .image-2467-copy {
    display: none;
  }

  .div-block-392 {
    margin-top: 12px;
  }

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

  .div-block-393 {
    margin-top: 0;
    padding: 16px 16px 64px;
  }

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

  .div-block-394 {
    margin-left: -16px;
  }

  .image-2469 {
    width: 60%;
  }

  .div-block-395 {
    padding: 15px 15px 64px;
  }

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

  .soft {
    margin-left: -16px;
  }

  .image-2470 {
    width: 70%;
  }

  .brochure-download-button {
    flex-flow: column;
    align-self: stretch;
  }

  .div-block-399 {
    padding: 8px;
  }

  .xr-leader-2 {
    flex-flow: column;
    margin-top: 0;
  }

  .ecosystem {
    grid-template-columns: 1fr;
    padding-bottom: 88px;
  }

  .image-2472, .image-2473, .ghg {
    display: none;
  }

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

  .grid-671 {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .inside_dropdown, .inside-text {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .internal-box {
    grid-row-gap: 4px;
    margin-top: 4px;
  }

  .extra-solutions, .solution-head {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .mbdiscovery {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-left: 40px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    position: relative;
    left: 2px;
  }

  .mbbrochure {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-left: 40px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    position: relative;
    left: 60px;
  }

  .mbbrochure.light {
    left: 2px;
  }

  .mb4 {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-left: 40px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    position: relative;
    left: 71px;
  }

  .mb4-2 {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-left: 40px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    position: relative;
    left: 60px;
  }

  .mb4-2.light {
    left: -47px;
  }

  .mbdown {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    position: relative;
    left: 0;
  }

  .mbdown-2 {
    z-index: 10;
    text-align: center;
    flex: 1;
    align-self: stretch;
    margin-left: 40px;
    margin-right: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    position: relative;
    left: 60px;
  }

  .mbdown-2.light {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .pointer-1 {
    flex-flow: column;
  }

  .by-r {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .grid-672, .mecversity-testimonials, .grid-674 {
    grid-template-columns: 1fr;
  }

  .image-2476 {
    position: relative;
  }

  .div-block-413 {
    background-image: linear-gradient(#007eff, #00172e);
    border-radius: 16px;
  }

  .rrahuls-dpg {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .pointers {
    margin-top: 12px;
  }

  .grid-675, .card.sideways, .card.sideways {
    grid-template-columns: 1fr;
  }

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

  .ai-in-xr {
    display: none;
  }

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

  .grid-677 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .div-block-416, .div-block-417, .div-block-418, .div-block-419, .div-block-420 {
    display: none;
  }

  .h5_heading.primary_color, .h5_heading.center-aligh.primary-color, .h5_heading.primary_color, .h5_heading.center-aligh.primary-color, .h5_heading.center-aligh.primary-color {
    text-align: center;
  }

  .mecversity-box {
    padding: 0;
  }

  .xr-programs {
    grid-template-columns: 1fr;
  }

  .mobile-dropdown-inside {
    background-color: #1d1d1d;
    display: block;
  }

  .mobile-dropdown-1 {
    z-index: 30;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .mobile-dropdown-2 {
    z-index: 25;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .mobile-dropdown-3 {
    z-index: 20;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .mobile-dropdown-4 {
    z-index: 15;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .mobile-dropdown-5 {
    z-index: 10;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .hero_heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .hero_heading.lower_case {
    font-size: 32px;
    line-height: 1.2;
  }

  .speciality-2 {
    display: none;
  }

  .special {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .special.grid {
    padding-top: 0;
    overflow: visible;
  }

  .line {
    display: none;
  }

  .companies {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .uui-testimonial18_slide-nav {
    font-size: .3rem;
  }

  .uui-testimonial18_arrow, .uui-testimonial18_arrow.left, .uui-testimonial18_arrow.left {
    width: 2rem;
    height: 2rem;
  }

  .uui-testimonial18_logo-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .program-info {
    width: 95%;
  }

  .program-information {
    margin-top: 0;
  }

  .div-block-445 {
    margin-top: 16px;
  }

  .xr-advance-course-structure {
    margin-top: 0;
  }

  .h3_heading_left {
    font-size: 20px;
    font-weight: 600;
  }

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

  .side-menu {
    height: 30vh;
  }

  .uui-badge.hide-mobile-portrait, .hide-mobile-portrait {
    display: none;
  }

  .menu-bar {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

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

  .div-block-450 {
    border-radius: 6px;
  }

  .tools-tought, .tools-tought.margin, .tools-tought.margin {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .mecversity-header {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .xr-advance {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .support {
    grid-template-columns: 1fr;
    padding: 16px 16px 144px;
  }

  .support-box {
    margin-top: 0;
  }

  .contact-us {
    margin-top: 0;
    padding: 16px 16px 64px;
  }

  .partner-conh {
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .projects, .mentors-and-all {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .grid-687, .mentorssss {
    grid-template-columns: 1fr;
  }

  .mentor-box {
    height: 230px;
  }

  .experience-center.w--open, .mecversity-menu-bar.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .experience-center-bar, .industries-bar {
    z-index: 30;
    border-bottom: 1px solid #fff;
    display: block;
  }

  .industries-bar-content.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .digital-advocacy {
    z-index: 30;
    border-bottom: 1px solid #fff;
    display: block;
  }

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

  .mecversity-homed {
    z-index: 1;
    text-align: left;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  .mecversity-homed.w--current {
    z-index: 15;
    text-align: left;
  }

  .login-button {
    z-index: 1;
    text-align: left;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
  }

  .login-button.w--current {
    z-index: 15;
    text-align: left;
  }

  .login-button.button.w--current {
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .metaverse-exp-center {
    max-width: 400px;
    margin-bottom: 16px;
  }

  .past-conferences {
    grid-template-columns: 1fr;
  }

  .upcomming-webinar {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .exhibition-home {
    grid-template-columns: minmax(200px, 1fr);
    overflow: hidden;
  }

  .immersive-booth-video {
    margin-top: 0;
  }

  .picture-box.c2, .picture-box.c3, .picture-box.c4, .picture-box.c6, .picture-box.c7, .picture-box.c8 {
    padding: .6rem;
  }

  .picture-box.c1 {
    padding: .4rem;
  }

  .picture-box.c2, .picture-box.c3, .picture-box.c4, .picture-box.c6, .picture-box.c7, .picture-box.c8 {
    padding: .6rem;
  }

  .grid-689, .grid-690 {
    grid-template-columns: minmax(200px, 1fr);
  }

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

  .rrahull-sethi-video {
    margin-top: 0;
  }

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

  .booth-design {
    margin-top: 0;
    padding: 16px 16px 88px;
  }

  .dark-box {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .enterprise-masterclass {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .solutig {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .medias {
    margin-top: 0;
    padding-top: 44px;
    padding-bottom: 44px;
  }

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

  .img-17 {
    width: 25px;
    height: 25px;
  }

  .brand-exhibit {
    grid-template-columns: 1fr;
  }

  .company-info.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .location {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .header-data {
    margin-top: 0;
  }

  .header-data-corrrousel {
    margin-top: 12px;
    overflow: visible;
  }

  .home-light {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .home-light.grid {
    overflow: hidden;
  }

  .home-light.ai-kiosk {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .enrollm-copy {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .benefit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .container-6 {
    height: 400px;
  }

  .grid-696, .grid-697 {
    grid-template-columns: 1fr;
  }

  .grid-698 {
    background-position: 62% 54%;
    grid-template-columns: 1fr;
  }

  .div-block-478 {
    height: 600px;
  }

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

  .cpntact-setci {
    margin-top: 0;
    padding: 16px 16px 88px;
  }

  .ai-kiosk-product-information {
    border-width: 1.5px;
    padding: 12px;
  }

  .section-11 {
    background-position: 0 100%;
    height: 300px;
  }

  .frame-2 {
    background-position: 62% 54%;
    grid-template-columns: 1fr;
  }

  .gmetri {
    background-size: auto;
    padding-top: 15px;
  }

  .grid-703, .proje {
    grid-template-columns: 1fr;
  }

  .l-d-dayy {
    border-top: 1px solid var(--primary_color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .detail {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .chipset {
    align-self: stretch;
  }

  .colabo {
    width: 100%;
  }

  .details-of-event {
    grid-template-columns: minmax(200px, 1fr);
  }

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

  .l-d-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .gg {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .immersive-products {
    grid-template-columns: 1fr;
  }

  .mec-why-visit {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    height: 100vh;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .visit-mec-button {
    flex-flow: column;
  }

  .top-hardware {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mec-visit, .grid-705 {
    grid-template-columns: 1fr;
  }

  .visit {
    padding: 12px;
  }

  .holofan-sol {
    background-position: 62% 54%;
    grid-template-columns: 1fr;
  }

  .grid-707 {
    grid-template-columns: 1.25fr;
  }

  .kiosk-bg {
    background-position: 62% 54%;
    grid-template-columns: 1fr;
  }

  .main-home-page {
    background-image: url("https://cdn.prod.website-files.com/63711bc40ce0bd4e874070a3/64da5cb8cb49e875e7addfb2_Backdroup.avif");
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
  }

  .left-arrow-2 {
    inset: 0%;
  }

  .div-block-505 {
    padding: 12px;
  }

  .slider-11, .xwall {
    height: 400px;
  }

  .xwall-interface {
    background-position: 0%;
    grid-template-columns: 1fr;
  }

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

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

  .grid-710, .grid-713, .grid-714, .grid-715 {
    grid-template-columns: 1fr;
  }

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

  .section-12 {
    height: 500px;
  }

  .grid-716, .grid-717 {
    grid-template-columns: 1fr;
  }

  .ar-product {
    height: 500px;
  }

  .contenet-div {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .grid-718, .grid-719, .grid-720, .grid-721 {
    grid-template-columns: 1fr;
  }

  .clientaale {
    margin-bottom: 0;
  }

  .grid-722, .grid-723 {
    grid-template-columns: 1fr;
  }

  .vrh {
    height: 500px;
  }

  .grid-724, .grid-725 {
    grid-template-columns: 1fr;
  }

  .devices {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text {
    height: 230px;
  }

  .grid-726, .grid-727 {
    grid-template-columns: 1fr;
  }

  .grid-730 {
    grid-template-columns: 1.5fr;
  }

  .grd3, .grid-731, .grid-732, .grid-734, .animation {
    grid-template-columns: 1fr;
  }

  .nav_elements {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .technology-box {
    padding-left: 0;
  }

  .holobox-picture {
    background-position: 50%;
    background-size: cover;
    height: 250px;
  }

  .grid-736, .grid-737, .hob, .grid-738, .grid-739, .grid-740, .other-features {
    grid-template-columns: 1fr;
  }

  .holobox-de {
    background-position: 62% 54%;
    grid-template-columns: 1fr;
  }

  .exhibition-solution.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .background-video-6 {
    background-image: linear-gradient(#0009, #0009), linear-gradient(0deg, #000, #0000 26%);
    height: 80vh;
  }

  .home-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-link {
    align-self: stretch;
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-with-mega-dropdown, .spark-nav-link.case-study, .spark-nav-link.spark-with-mega-dropdown, .spark-nav-link.case-study {
    justify-content: space-between;
    margin-bottom: .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-mega-dropdown-list.w--open {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    border-radius: 0;
  }

  .spark-nav-with-mega-dropdowns {
    border-radius: 0 0 20px 20px;
    flex-flow: column;
    flex: 1;
    margin-top: 0;
    padding: 1rem .5rem;
  }

  .main-nev-design {
    padding-top: 12px;
    padding-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    width: 100%;
    margin-bottom: 30px;
  }

  .rt-tabs-menu-2.creative {
    margin-bottom: 30px;
  }

  .rt-service-one-tabs {
    display: block;
  }

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

  .industry-wise-segrigation {
    display: block;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-section-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .solutig-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .content-block {
    background-image: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding: 12px;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-pill-tab, .spark-pill-tab.w--current {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .grid-744 {
    grid-template-columns: 1.25fr;
  }

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

  .div-block-559 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .rrahul-pro {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 0;
  }

  .secondarydsf {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

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

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

  .case-study-doc {
    align-self: stretch;
    width: 100%;
    margin-bottom: .5rem;
  }

  .div-block-566 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #1a1a1a00;
    margin-top: 0;
  }

  .spark-wrapped-team-card-2.spark-stacked {
    width: 100%;
    padding: 0;
    transition-property: none;
  }

  .div-block-569 {
    margin-top: 24px;
  }

  .image-2565 {
    width: 100%;
  }

  .div-block-570 {
    margin-top: 32px;
  }

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

  .link-block-39 {
    border-bottom-width: 0;
  }

  .grid-748-copy {
    grid-template-columns: 1fr;
  }

  .div-block-578 {
    align-self: stretch;
    width: 100%;
  }

  .div-block-579 {
    flex: 0 auto;
    align-self: stretch;
    padding: 0;
    display: flex;
  }

  .div-block-580 {
    align-self: flex-start;
    padding: 0;
    display: flex;
  }

  .image-2569 {
    width: 100%;
  }

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

  .rrahuls-dpg-copy {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-584 {
    padding: 4px;
  }

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

  .div-block-566-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #1a1a1a00;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-2572 {
    height: 50px;
  }

  .slider-12 {
    height: 450px;
  }

  .left-arrow-3 {
    margin-left: -19px;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .icon-6 {
    margin-top: 55px;
  }

  .right-arrow-3 {
    margin-right: -17px;
  }

  .icon-7 {
    margin-top: 55px;
  }

  .second-event {
    height: 500px;
  }

  .div-block-587, .white-logo {
    height: 350px;
    padding: 12px;
  }

  .lightbackground {
    background-image: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding: 12px;
  }

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

  .home-dark {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: hidden;
  }

  .home-dark.mobile-this {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .home-dark.grid {
    overflow: hidden;
  }

  .chip_light {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

#w-node-_75a7e532-358b-203a-f027-dff821c859b3-41ac51a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75a7e532-358b-203a-f027-dff821c859b4-41ac51a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_75a7e532-358b-203a-f027-dff821c859c5-41ac51a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_75a7e532-358b-203a-f027-dff821c859c8-41ac51a5, #w-node-_75a7e532-358b-203a-f027-dff821c859c9-41ac51a5, #w-node-_75a7e532-358b-203a-f027-dff821c859ca-41ac51a5, #w-node-_75a7e532-358b-203a-f027-dff821c859cb-41ac51a5, #w-node-_75a7e532-358b-203a-f027-dff821c859cc-41ac51a5, #w-node-_75a7e532-358b-203a-f027-dff821c859cd-41ac51a5, #User-Name.w-node-fffc154b-ea0b-ed5a-23e6-9772173118c2-41ac51a5, #Phone-No.w-node-fffc154b-ea0b-ed5a-23e6-9772173118c4-41ac51a5, #Website.w-node-fffc154b-ea0b-ed5a-23e6-9772173118c5-41ac51a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fffc154b-ea0b-ed5a-23e6-9772173118c7-41ac51a5 {
  align-self: stretch;
}

#w-node-_572bdb49-7204-8a03-65d9-110da46dd0f5-a46dd0e5, #w-node-_1f30674e-8360-ef61-2324-42245d2c3416-a46dd0e5, #w-node-_15911750-7039-e6d0-b3ef-ce251b02a442-a46dd0e5, #w-node-_572bdb49-7204-8a03-65d9-110da46dd0fe-a46dd0e5, #w-node-faf03a71-33af-ea5f-3eda-8123ac9d9b74-a46dd0e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47f22396-075b-d7ba-0990-e32d7276de84-59d49f5e, #w-node-_47f22396-075b-d7ba-0990-e32d7276dea0-59d49f5e, #w-node-_47f22396-075b-d7ba-0990-e32d7276debf-59d49f5e, #w-node-_47f22396-075b-d7ba-0990-e32d7276dedd-59d49f5e {
  place-self: stretch stretch;
}

#w-node-_6cdef012-c891-3ff5-c2af-cbb51f095a73-59d49f5e {
  justify-self: stretch;
}

#w-node-_6cdef012-c891-3ff5-c2af-cbb51f095a62-59d49f5e {
  place-self: stretch stretch;
}

#w-node-_6cdef012-c891-3ff5-c2af-cbb51f095a84-59d49f5e {
  align-self: stretch;
}

#w-node-_6cdef012-c891-3ff5-c2af-cbb51f095a95-59d49f5e, #w-node-_6cdef012-c891-3ff5-c2af-cbb51f095aa6-59d49f5e {
  place-self: stretch stretch;
}

#w-node-_6cdef012-c891-3ff5-c2af-cbb51f095ab7-59d49f5e, #w-node-_6cdef012-c891-3ff5-c2af-cbb51f095aca-59d49f5e, #w-node-_6cdef012-c891-3ff5-c2af-cbb51f095adb-59d49f5e {
  align-self: stretch;
}

#w-node-_6cdef012-c891-3ff5-c2af-cbb51f095b9d-59d49f5e {
  place-self: end;
}

#w-node-_12a64fc8-7adc-c343-1651-837aad8d4961-ad8d495f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_75a7e532-358b-203a-f027-dff821c859c5-41ac51a5 {
    order: -9999;
  }

  #w-node-_572bdb49-7204-8a03-65d9-110da46dd0fe-a46dd0e5, #w-node-faf03a71-33af-ea5f-3eda-8123ac9d9b74-a46dd0e5 {
    justify-self: start;
  }
}
