.careers_footerContainer__mXoJv {
    display: flex;
    justify-content: center;
    background-color: #07060b;
  }
.TopSectionCareer_introContainer__uG0Za {
  display: flex;
  flex-direction: column !important;
  width: 100%;
}

/* Screen reader only class for H1 */
.TopSectionCareer_sr-only__0C3n6 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* Core styles remain mostly unchanged */
.HeaderInner_contentContainer__qMABd {
  display: flex;
  justify-content: center;
  width: 100%;
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  z-index: 1000;
  font-family: "Geist Regular", sans-serif;
  height: 10vh;
  font-weight: 300;
}

.HeaderInner_contentContainer__qMABd.HeaderInner_scrolled__rNNEY {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.HeaderInner_headerInner__plL_D {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  padding: 10px 0;
}

.HeaderInner_nightHeading__P_aPF {
  color: white;
}

.HeaderInner_themeToggleStyled__kUX_Z {
  position: relative;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(243, 122, 107, 0) 0%,
    rgba(149, 0, 255, 1) 100%
  );
  color: var(--textColor); /* use theme-aware CSS variable */
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.HeaderInner_logo__oM_Ht {
  height: clamp(60px, 3vw, 8rem);
  cursor: pointer;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.HeaderInner_navMenu__WP_X0 {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  font-size: clamp(10px, 1vw, 3.5rem);
  color: white;
}

.HeaderInner_navMenu__WP_X0 p {
  font-size: clamp(10px, 1vw, 3.5rem);
  cursor: pointer;
}

.HeaderInner_contactUsButton__Hi4cO {
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  font-size: clamp(8px, 0.9vw, 3rem);
  position: relative;
  transition: background-color 0.3s ease;
}

.HeaderInner_whatsappIcon__g8QgR {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  width: 35px !important;
  height: 35px !important;
  /* background-color: #25D366 !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  transition:
    transform 0.2s ease,
    background-color 0.3s ease !important;
}

.HeaderInner_whatsappIcon__g8QgR:hover {
  transform: scale(1.1) !important;
}

.HeaderInner_whatsappImage__ppYxH {
  width: 25px !important;
  height: 25px !important;
  /* border-radius: 50% !important; */
}

.HeaderInner_menuButton__oBxN0 {
  display: none;
  cursor: pointer;
}

.HeaderInner_megaMenuContent__j0AzJ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: absolute;
  top: 6vh;
  left: -16vw;
  background-color: #11041c;
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  width: 77vw;
}

.HeaderInner_resourcesMegaMenu__eDKvY {
  grid-template-columns: repeat(1, 1fr);
  width: 25vw;
  left: 50%;
  transform: translateX(-50%);
}

.HeaderInner_megaMenuItem__jfqQl {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}

.HeaderInner_megaMenuItem__jfqQl:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.HeaderInner_dropdown__jw2LB .HeaderInner_textContainer__apYi5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.HeaderInner_disabled__vazHg {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}

.HeaderInner_disabledButton__9tdBf {
  opacity: 0.5;
  cursor: not-allowed;
}

.HeaderInner_megaMenuItemImage__izFHY {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.HeaderInner_megaMenuUnderLine__A4g6k {
  width: 30%;
}

.HeaderInner_megaMenuItemHeading__vG4wB {
  font-size: 0.9rem !important;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.HeaderInner_megaMenuItemDescription__hN6Gh {
  font-size: 0.9rem !important;
  color: #afafaf;
  margin: 0;
}

.HeaderInner_dropdown__jw2LB {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.HeaderInner_dropdownTitle__JwiZ6 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.HeaderInner_dropdownTitle__JwiZ6:hover {
  color: #d87775;
}

.HeaderInner_sidebar__ARBJs {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: right 0.3s ease;
}

.HeaderInner_sidebarOpen__3oOMC {
  right: 0;
}

.HeaderInner_headerBar__rgAJ7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}

.HeaderInner_menuArea__ZuvIi {
  flex: 1;
  background-color: #000;
  color: white;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.HeaderInner_menuItem__K8w0X {
  padding: 1.5rem 1rem;
  width: 100%;
  cursor: pointer;
  font-size: 1.2rem;
}

.HeaderInner_menuItem__K8w0X:hover {
  background-color: #333;
}

.HeaderInner_backHeader__j4Cmf {
  padding: 1.5rem 1rem;
  cursor: pointer;
  font-size: 1.2rem;
}

.HeaderInner_backHeader__j4Cmf:hover {
  background-color: #333;
}

.HeaderInner_subItem__bXocv {
  padding: 1rem 1rem 1rem 2.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.HeaderInner_subItem__bXocv img {
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .HeaderInner_contentContainer__qMABd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(12px, 0.9vw, 3rem);
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 28px !important;
    height: 28px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 18px !important;
    height: 18px !important;
  }

  .HeaderInner_sidebarOpen__3oOMC {
    width: 95%;
  }

  .HeaderInner_menuItem__K8w0X {
    font-size: 1.2rem;
  }

  .HeaderInner_subItem__bXocv {
    font-size: 1rem;
  }
  .HeaderInner_dropdownContentMobile__bgSh4 {
    display: block;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #523f7261;
    padding: 1rem;
    width: 130%;
    margin-top: 1rem;
    box-sizing: border-box;
    border-radius: 20px;
    opacity: 1;
    visibility: visible;
  }

  .HeaderInner_dropdownItem__fRzHP {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
  }

  .HeaderInner_megaMenuItem__jfqQl {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    padding: 8px 0;
    border-radius: 8px;
    width: 20rem;
    background: transparent;
  }

  .HeaderInner_dropdownArrow__XECG8 {
    font-size: 1.5rem;
    color: #fff;
  }

  .HeaderInner_megaMenuUnderLine__A4g6k {
    width: 30%;
    height: 2px;
    background: #fff;
  }

  .HeaderInner_textContainer__apYi5 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fff;
  }

  .HeaderInner_titleContainer__byn_I {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    min-width: 250px;
    overflow-x: auto;
    padding: 1.5rem 0px 1.5rem 10px;
    scrollbar-width: thin;
    scrollbar-color: #523f72 transparent;
  }

  .HeaderInner_titleContainer__byn_I::-webkit-scrollbar {
    height: 5px;
  }

  .HeaderInner_titleContainer__byn_I::-webkit-scrollbar-thumb {
    background: #523f72;
    border-radius: 5px;
  }

  .HeaderInner_titleContainer__byn_I::-webkit-scrollbar-track {
    background: transparent;
  }

  .HeaderInner_arrowContainer__1PBeX {
    display: flex;
    width: 6rem;
  }

  .HeaderInner_dropdownTitle__JwiZ6 {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 0.5rem 0;
  }

  .HeaderInner_megaMenuItem__jfqQl h4 {
    font-size: clamp(10px, 0.9vw, 3rem);
    font-weight: bold;
    color: #fff;
    margin: 0;
  }

  .HeaderInner_megaMenuItem__jfqQl p {
    font-size: clamp(8px, 0.8vw, 2rem);
    color: #afafaf;
    margin: 0;
  }

  .HeaderInner_megaMenuItem__jfqQl img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: inline-block;
  }

  .HeaderInner_menuButton__oBxN0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .HeaderInner_navMenu__WP_X0 {
    display: none;
  }

  .HeaderInner_headerInner__plL_D {
    width: 95%;
    padding: 0.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .HeaderInner_sidebar__ARBJs {
    display: none;
  }

  .HeaderInner_headerInner__plL_D {
    width: 90%;
  }

  .HeaderInner_navMenu__WP_X0 {
    gap: 0.75rem;
  }

  .HeaderInner_logo__oM_Ht {
    height: clamp(30px, 2.5vw, 10rem);
  }

  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(10px, 0.9vw, 2rem);
    padding: 8px 16px;
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 30px !important;
    height: 30px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 18px !important;
    height: 18px !important;
  }

  .HeaderInner_megaMenuContent__j0AzJ {
    grid-template-columns: repeat(2, 1fr);
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .HeaderInner_resourcesMegaMenu__eDKvY {
    width: 25vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .HeaderInner_megaMenuItem__jfqQl {
    gap: 0.5rem;
    padding: 0.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .HeaderInner_headerInner__plL_D {
    width: 90%;
  }

  .HeaderInner_navMenu__WP_X0 {
    gap: 1vw;
  }

  .HeaderInner_logo__oM_Ht {
    height: clamp(35px, 2.8vw, 10rem);
  }

  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(10px, 0.85vw, 2rem);
    padding: 8px 18px;
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 32px !important;
    height: 32px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 20px !important;
    height: 20px !important;
  }
}

.Footer_container__fqbok {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 4rem;
  color: #ffffff; 
  font-family: "Geist Regular", sans-serif;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  align-items: flex-start;
}

.Footer_section__ZlOz5 {
  flex: 1 1 auto;
  margin: 1rem;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Footer_section__ZlOz5:last-child {
  flex: 1 1 100%;
  width: 100%;
  margin: 1rem 0;
}

.Footer_title__Q46MN {
  /* font-size: 1.25rem; */
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffffff; 
}

.Footer_smallText__pEz2C {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  color: #ccc; 
}

.Footer_followUs__H1ygt .Footer_socialIcons__CLKyT {
  display: flex;
  gap: 0;
}

.Footer_horizontalLine__0bcKO {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  margin: 0;
  align-self: center;
}

.Footer_dmcaBox__w_K1A {
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0.5rem 0;
}

.Footer_dmca__t3pLt {
  background-color: #f0f0f0;
  color: #000;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.Footer_protected__nba14 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.Footer_globalPresence__JUsDX .Footer_region__q4vrV {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  flex-shrink: 0;
}

.Footer_country__sErSf {
  /* font-size: 1.25rem; */
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
  white-space: nowrap;
}

.Footer_contact__a_MVg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: #ccc;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.Footer_icon__CRMUB {
  font-size: 1rem;
  color: #ccc;
}

.Footer_logo__NpJo2{
  width: auto;
  max-width: 200px;
  height: 50px;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
}


.Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 250px;
  align-items: flex-start;
}

.Footer_contactItem__8qSuf {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.Footer_icons___LYNo {
  display: flex;
  gap: 1rem;
  width: auto;
  max-width: 300px;
}

.Footer_linkContainer__N4I6f{
  font-size: 0.875rem;
  color: #ccc;
  max-width: 100%;
}

.Footer_globalPresence__JUsDX{
  margin-top: .5rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.Footer_footerRegion__ZSTzR {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  flex-wrap: nowrap;
}

@media (min-width: 1441px) {
  .Footer_container__fqbok {
    padding: 2rem 6rem;
  }
  
  .Footer_section__ZlOz5 {
    margin: 1rem 2rem;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .Footer_container__fqbok {
    padding: 2rem 3rem;
  }

  .Footer_section__ZlOz5 {
    margin: 1rem 1.5rem;
  }

  .Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
    width: 80%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .Footer_container__fqbok {
    padding: 1.5rem 2rem;
  }

  .Footer_section__ZlOz5 {
    margin: 1rem;
    flex: 1 1 45%;
  }

  .Footer_icons___LYNo {
    gap: 0.75rem;
    width: auto;
  }

  .Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
    width: 100%;
    max-width: 300px;
  }

  .Footer_logo__NpJo2 {
    width: 60%;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .Footer_container__fqbok {
    flex-direction: column;
    padding: 1rem;
  }

  .Footer_section__ZlOz5 {
    margin: 0.5rem 0;
  }
  
  .Footer_section__ZlOz5:last-child {
    flex: 1 1 auto;
    width: auto;
  }

  .Footer_icons___LYNo {
    justify-content: center;
    gap: 0.5rem;
  }

  .Footer_linkContainer__N4I6f {
    font-size: 0.75rem;
  }

  .Footer_logo__NpJo2 {
    display: none;
  }

  .Footer_securityCompliance__cg5D_{
    display: none;
  }
  
  .Footer_globalPresence__JUsDX {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .Footer_footerRegion__ZSTzR {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .Footer_globalPresence__JUsDX .Footer_region__q4vrV {
    gap: 1rem;
  }
  
  .Footer_horizontalLine__0bcKO {
    width: 100%;
    height: 1px;
    margin: 1rem 0;
  }
}

@media screen and (min-width: 1400px) and (max-height: 900px){
  .Footer_container__fqbok {
    padding: 2rem 4rem;
  }
  
  .Footer_section__ZlOz5{
    margin: 1rem 1.5rem;
  }
}
.ToolsSection_container__hDrHq {
  background-color: #0d1b2a;
  color: #a5d6a7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  position: relative;
}

.ToolsSection_content___boIv {
  text-align: center;
  width: 100%;
}

.ToolsSection_toolsGrid__R_ZFR {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
  width: 100%;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

.ToolsSection_toolItem__J_mqc {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
}

.ToolsSection_toolName__t0oi1 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #afafaf;
}

.ToolsSection_loadingBarWrapper__YYVQS {
  width: 100%;
  height: 40px;
  background-color: #1e272e;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}

.ToolsSection_loadingBar__rlBNr {
  height: 100%;
  width: 0;
  background-color: rgba(82, 63, 114, 0.8);
  animation: ToolsSection_loading__7o7pz 2s ease-in-out forwards;
  padding: 0.5rem;
  font-size: 1rem;
  /* font-weight: 600; */
  color: white;
}

@keyframes ToolsSection_loading__7o7pz {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ToolsSection_toolsGrid__R_ZFR {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin-top: 2rem;
  }

  .ToolsSection_toolName__t0oi1 {
    font-size: 0.8rem;
  }

  .ToolsSection_loadingBar__rlBNr {
    font-size: 0.9rem;
  }
}

.BgTitle_container__uUbt5 {
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  margin-bottom: -5.4%;
  position: relative;
}

.BgTitle_title__9VcRS {
  font-family: 'SF Pro Display Regular';
  margin: 0;
  padding: 0;
  color: rgba(82, 63, 114, 0.4);
  font-weight: 800;
  margin-left: -0.8%;
}

@media screen and (max-width: 500px) {
  .BgTitle_container__uUbt5 {
    font-size: 4rem;
  }
}

.SectionCard_layoutContainer__9Eqh0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /* padding: 60px 0; */
  background-color: #09090b;
  color: #523F72;
  transition: background-color 0.3s;
  justify-content: center;
}

.SectionCard_layoutContent__IG_GP {
  padding: 1.5rem 2rem;
}

@media screen and (min-width: 500px) {
  .SectionCard_layoutContent__IG_GP {
    width: clamp(325px, 90%, 1200px);
  }
}

.ContactCTA_introContainer__hakuN {
  display: flex;
  flex-direction: column !important;
  width: 100%;
}

.ContactCTA_introContainer__hakuN p {
  max-width: 100%;
}

.ContactCTA_introContainer__hakuN a:hover {
  cursor: pointer;
}

.ContactCTA_introContainer__hakuN p.ContactCTA_myName__fAmQH {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 3.8rem;
  text-transform: uppercase;
}

.ContactCTA_myNameDesc__1848_ {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-right: 6%;
}

.ContactCTA_contactContainer__YDqNG {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.ContactCTA_emailButton__rQwsh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5vw;
  cursor: pointer;
}

.ContactCTA_iconWrapper__SlrC2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px; 
  border-radius: 50%; 
  transition: background-color 0.3s ease; 
}

.ContactCTA_emailButton__rQwsh .ContactCTA_iconWrapper__SlrC2 {
  margin-right: 10px; 
}

.ContactCTA_socialIcons__iLZQL {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem; 
}

.ContactCTA_icon__CDJSu {
  text-decoration: none;
  display: inline-flex; 
}

.ContactCTA_icon__CDJSu:hover .ContactCTA_iconWrapper__SlrC2 {
  opacity: 0.8;
}

@media screen and (min-width: 500px) {
  .ContactCTA_introContainer__hakuN {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .ContactCTA_introContainer__hakuN {
    flex-direction: row;
  }
}

@media screen and (min-width: 500px) {
  .ContactCTA_myName__fAmQH {
    display: inline;
  }
}
