@media (max-width: 767px) {
  html html {
    margin-top: 0 !important;
  }
}

body.theme-child {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  background: #1a1a1a;
}
body.theme-child a {
  outline: none;
}
body.theme-child .line,
body.theme-child .word,
body.theme-child .char {
  will-change: transform, opacity;
}

body.theme-child {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
}
body.theme-child .elementor-widget-heading h1.elementor-heading-title {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  font-size: 44px;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-widget-heading h1.elementor-heading-title {
    font-size: 64px;
  }
}
body.theme-child .elementor-widget-heading h2.elementor-heading-title {
  font-size: 38px;
  font-family: "Satoshi", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  body.theme-child .elementor-widget-heading h2.elementor-heading-title {
    font-size: 48px;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  body.theme-child .elementor-widget-heading h2.elementor-heading-title {
    font-size: 56px;
  }
}
body.theme-child .elementor-widget-heading h3.elementor-heading-title {
  font-family: "Satoshi", sans-serif;
  font-size: clamp(28px, 4vw, 2.5rem);
  line-height: 1.4;
}
body.theme-child .elementor-widget-heading h4.elementor-heading-title {
  font-size: 24px;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-widget-heading h4.elementor-heading-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
body.theme-child .elementor-widget-heading h5.elementor-heading-title {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-widget-heading h5.elementor-heading-title {
    font-size: 20px;
  }
}
body.theme-child .elementor-widget-heading h6.elementor-heading-title {
  font-family: "Inter Tight", sans-serif;
}
body.theme-child .elementor-widget-heading.subtitle div {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.6;
  text-transform: capitalize;
}
body.theme-child .elementor-widget-text-editor p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
body.theme-child .elementor-widget-text-editor.lead p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
body.theme-child .dark {
  position: relative;
}
body.theme-child .dark .elementor-widget-heading.subtitle div {
  color: #ff9d72;
}
body.theme-child .light {
  position: relative;
}
body.theme-child .light .elementor-widget-heading.subtitle div {
  color: #fd4312;
}

body.theme-child .elementor-location-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease-out;
  top: 0;
  left: 0;
  padding: 10px 16px;
  background: transparent;
}
@media (max-width: 1272px) and (min-width: 1024px) {
  body.theme-child .elementor-location-header {
    padding: 8px 16px;
  }
}
@media (min-width: 768px) {
  body.theme-child .elementor-location-header {
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header {
    padding: 8px 16px;
  }
}
body.theme-child .elementor-location-header.scrolled {
  background: rgba(40, 40, 40, 0.9);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
body.theme-child .elementor-location-header.at-top {
  background: transparent;
}
body.theme-child .elementor-location-header.hidden {
  transform: translateY(-100%);
}
body.theme-child .elementor-location-header > .elementor-element {
  padding: 0;
}
body.theme-child .elementor-location-header a.elementor-item,
body.theme-child .elementor-location-header a.elementor-sub-item {
  position: relative;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #e5e5e5;
  letter-spacing: 0.04em;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main {
  position: relative;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
  padding: 0;
}
@media (min-width: 1024px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu {
    margin-left: 20px;
  }
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item {
  position: relative;
  padding: 16px;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #ffffff;
  width: 70%;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease-in-out;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item:hover, body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.elementor-item-active {
  color: #ffffff;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item:hover::after, body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.elementor-item-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.has-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.has-submenu .sub-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  margin-left: 8px;
}
body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item.has-submenu .sub-arrow svg {
  display: none;
}
@media (max-width: 1272px) and (min-width: 1024px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--main .elementor-nav-menu .menu-item:last-child {
    display: none;
  }
}
body.theme-child .elementor-location-header .elementor-nav-menu--toggle {
  position: relative;
}
body.theme-child .elementor-location-header .elementor-nav-menu--toggle svg {
  transform: scale(1.4);
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown {
  min-height: calc(100dvh - 72px);
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media (min-width: 1280px) {
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown {
    display: none;
  }
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .sub-arrow {
  display: none;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu {
  min-height: calc(100dvh - 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 24px 0;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a {
  padding: 0;
  margin: 0;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li {
  padding: 0;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item-has-children {
  padding-bottom: 0;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li:last-child {
  border-bottom: none;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li a.has-submenu {
  padding-bottom: 12px;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-item,
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-sub-item {
  position: relative;
  font-size: 20px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  padding: 20px 12px;
  color: #ffffff;
  letter-spacing: 0.04em;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-item.elementor-item-active,
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-item .current-menu-item,
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-sub-item.elementor-item-active,
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-sub-item .current-menu-item {
  background: transparent;
  color: #ff9d72;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-item:hover,
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu a.elementor-sub-item:hover {
  background: transparent;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu ul.sub-menu {
  display: flex !important;
  flex-direction: column;
  height: auto;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu ul.sub-menu li {
  padding: 0;
  margin-left: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu ul.sub-menu li:before {
  content: "";
  position: relative;
  width: 12px;
  height: 2px;
  background: currentColor;
}
body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu ul.sub-menu li a {
  padding: 12px;
  margin: 0;
}
body.theme-child .elementor-location-header .elementor-widget-button .elementor-button {
  padding: 12px 20px;
  font-size: 15px;
}
@media (min-width: 768px) {
  body.theme-child.admin-bar .elementor-location-header {
    top: 42px;
  }
}
@media (min-width: 1280px) {
  body.theme-child.admin-bar .elementor-location-header {
    top: 32px;
  }
}
@media (min-width: 1280px) {
  body.theme-child.admin-bar .elementor-location-header.is-sticky {
    transform: translateY(-42px);
  }
}
@media (max-width: 1272px) and (min-width: 1024px) {
  body.theme-child.admin-bar .elementor-location-header {
    top: 32px;
  }
}
body.theme-child #wpadminbar {
  display: none;
}
@media (min-width: 1024px) {
  body.theme-child #wpadminbar {
    display: block;
  }
}
body.theme-child .page-head {
  position: relative;
  min-height: 100vh;
}
body.theme-child .page-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #1a1a1a, rgba(40, 40, 40, 0));
  inset: auto 0 0 0;
  z-index: 4;
  position: absolute;
}
body.theme-child .page-head .elementor-widget-heading {
  position: relative;
}
body.theme-child .page-head .elementor-widget-heading.page-desc div {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  body.theme-child .page-head .elementor-widget-heading.page-desc div {
    font-size: 20px;
  }
}

body.theme-child .elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 3;
  border-radius: 32px;
  background: transparent;
  padding: 14px 32px;
  border: 0;
  color: #ffffff;
  transition: color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, transform 0.35s ease-in-out;
}
body.theme-child .elementor-widget-button .elementor-button > span {
  position: relative;
  z-index: 4;
}
body.theme-child .elementor-widget-button .elementor-button::before, body.theme-child .elementor-widget-button .elementor-button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
body.theme-child .elementor-widget-button .elementor-button::before {
  z-index: 2;
  background: linear-gradient(135deg, #1a1a1a, #282828, #1a1a1a);
  inset: 1px;
  transition: all 0.4s ease-in-out;
}
body.theme-child .elementor-widget-button .elementor-button::after {
  z-index: 1;
  inset: 0;
  background: #ffffff;
  transition: opacity 0.35s ease-in-out, filter 0.35s ease-in-out, transform 0.45s ease-in-out;
}
body.theme-child .elementor-widget-button .elementor-button:hover, body.theme-child .elementor-widget-button .elementor-button:focus-visible {
  transform: scale(0.98);
}
body.theme-child .elementor-widget-button .elementor-button:hover::before, body.theme-child .elementor-widget-button .elementor-button:focus-visible::before {
  opacity: 1;
  inset: 3px;
}
body.theme-child .elementor-widget-button .elementor-button:hover::after, body.theme-child .elementor-widget-button .elementor-button:focus-visible::after {
  background: linear-gradient(110deg, #ff9d72 0%, #f5e9fe 52%, #ffe4d4 100%);
  filter: saturate(1.08) brightness(1.04);
  transform: scale(1.02);
}
body.theme-child .elementor-widget-button .elementor-button:focus-visible {
  outline: 2px solid rgba(255, 228, 212, 0.8);
  outline-offset: 4px;
}
body.theme-child .elementor-widget-button .elementor-button svg {
  fill: currentColor;
  stroke: currentColor;
}
body.theme-child .elementor-widget-button .elementor-button .elementor-button-icon {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-mask-image: linear-gradient(to left, rgba(26, 26, 26, 0) 0%, #1a1a1a 20%, #1a1a1a 80%, rgba(26, 26, 26, 0) 100%);
          mask-image: linear-gradient(to left, rgba(26, 26, 26, 0) 0%, #1a1a1a 20%, #1a1a1a 80%, rgba(26, 26, 26, 0) 100%);
}
body.theme-child .elementor-widget-button .elementor-button .elementor-button-icon .front,
body.theme-child .elementor-widget-button .elementor-button .elementor-button-icon .back {
  display: flex;
  transition: all 0.5s ease-in-out;
}
body.theme-child .elementor-widget-button .elementor-button .elementor-button-icon .back {
  position: absolute;
  inset: 0;
  transform: translate(-100%, 0%);
  opacity: 0;
}
body.theme-child .elementor-widget-button .elementor-button:hover .front {
  transform: translate(110%, 0%);
  opacity: 0;
}
body.theme-child .elementor-widget-button .elementor-button:hover .back {
  transform: translate(10%, 0);
  opacity: 1;
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button {
  background: transparent;
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button::before {
  inset: 0;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.4s ease-in-out;
  box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 1px 1px;
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button::after {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button:hover::before {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
}
body.theme-child .elementor-widget-button.elementor-button-info .elementor-button:hover::after {
  opacity: 1;
}
body.theme-child .elementor-widget-button.elementor-button-success .elementor-button svg {
  fill: currentColor;
}
body.theme-child .elementor-widget-button.btn-link .elementor-button svg {
  fill: currentColor;
  transition: all 0.4s ease-in-out;
  transform: translateX(-4px);
}
body.theme-child .elementor-widget-button.btn-white .elementor-button {
  color: #1a1a1a;
}
body.theme-child .elementor-widget-button.btn-white .elementor-button::before {
  background: #ffffff;
}
body.theme-child .elementor-widget-button.btn-white .elementor-button:after {
  background: #0d0d0d;
}
body.theme-child .elementor-widget-button.btn-white .elementor-button:hover:after {
  background: #0d0d0d;
}
body.theme-child .elementor-widget-button.small .elementor-button {
  padding: 12px 24px;
  font-size: 14px;
}
body.theme-child .elementor-widget-button.small .elementor-button::before {
  inset: 1px;
}
body.theme-child .elementor-widget-button.small .elementor-button:after {
  opacity: 0.2;
}
body.theme-child .elementor-widget-button.small .elementor-button:hover::before {
  inset: 2px;
}
body.theme-child .elementor-widget-button.small .elementor-button:hover::after {
  opacity: 1;
}

body.theme-child {
  overflow-x: hidden;
  position: relative;
}
body.theme-child a.skip-link {
  display: none;
}
body.theme-child .line,
body.theme-child .lead,
body.theme-child .elementor-widget-heading {
  overflow: hidden;
}
body.theme-child .dark {
  background: #1a1a1a;
}
body.theme-child .light {
  position: relative;
  background: #ffffff;
}
body.theme-child .revealer {
  position: fixed;
  width: 25%;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #1a1a1a;
  z-index: 9999;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
@supports (height: 100dvh) {
  body.theme-child .revealer {
    height: 100dvh;
  }
}
body.theme-child .revealer--1 {
  left: 0;
}
body.theme-child .revealer--2 {
  left: 25%;
}
body.theme-child .revealer--3 {
  left: 50%;
}
body.theme-child .revealer--4 {
  right: 0;
}
body.theme-child .page-transition-logo {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: opacity;
}
body.theme-child .page-transition-logo img {
  width: clamp(72px, 10vw, 132px);
  height: auto;
  display: block;
}
body.theme-child.is-page-transitioning {
  cursor: wait;
}
body.theme-child.is-page-transitioning .revealer {
  pointer-events: auto;
}
@keyframes page-transition-logo-pulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}
body.theme-child .hero {
  position: relative;
  z-index: 1;
  height: 100dvh;
  min-height: 768px;
}
body.theme-child .hero .elementor-element {
  position: relative;
  z-index: 5;
}
body.theme-child .hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #1a1a1a, rgba(40, 40, 40, 0));
  inset: auto 0 0 0;
  z-index: 4;
  position: absolute;
}
body.theme-child .hero h1.elementor-heading-title {
  position: relative;
  overflow: hidden;
  font-size: clamp(48px, 7vw, 5rem);
  line-height: 1.4;
  margin-bottom: -8px;
}
body.theme-child .hero h1.elementor-heading-title .text-wrapper-new {
  position: relative;
  display: inline-grid;
  max-width: 100%;
  overflow: hidden;
  perspective: 1200px;
}
body.theme-child .hero h1.elementor-heading-title .text-wrapper-new > span {
  grid-area: 1/1;
  white-space: nowrap;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 0;
}
body.theme-child .hero h1.elementor-heading-title .text-wrapper-new > span:first-child {
  opacity: 1;
}
body.theme-child .hero h1.elementor-heading-title .text-wrapper-new .word {
  display: inline-block;
  white-space: nowrap;
}
body.theme-child .hero h1.elementor-heading-title .text-wrapper-new .char {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
@media (max-width: 767px) {
  body.theme-child .hero h1.elementor-heading-title {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1.4;
  }
  body.theme-child .hero h1.elementor-heading-title .text-wrapper-new {
    display: grid;
    width: 100%;
  }
  body.theme-child .hero h1.elementor-heading-title .text-wrapper-new > span {
    white-space: normal;
  }
}
body.theme-child .core-card {
  background: #0d0d0d;
  border-radius: 16px;
  padding-bottom: 24px;
  position: relative;
}
body.theme-child .core-card .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
body.theme-child .core-card img {
  border-radius: 8px;
}
body.theme-child .core-card h4 {
  color: #ffc6a9;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
body.theme-child .core-card h3 {
  color: #fff;
  line-height: 1.3;
}
body.theme-child .core-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 32px 0;
  color: #a3a3a3;
}
body.theme-child .core-card .whats-app {
  position: absolute;
  z-index: 4;
  bottom: -1px;
  right: -1px;
}
body.theme-child .core-card .whats-app .elementor-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
}
body.theme-child .exp-card {
  position: relative;
  padding: 16px;
}
body.theme-child .exp-card .exp-card-num {
  font-size: 18px;
  margin-bottom: 16px;
  background: linear-gradient(140deg, #ffe4d4, #ff9d72);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
body.theme-child .partner-carousel {
  -webkit-mask-image: linear-gradient(to left, rgba(13, 13, 13, 0) 0%, #0d0d0d 5%, #0d0d0d 95%, rgba(13, 13, 13, 0) 100%);
          mask-image: linear-gradient(to left, rgba(13, 13, 13, 0) 0%, #0d0d0d 5%, #0d0d0d 95%, rgba(13, 13, 13, 0) 100%);
}
body.theme-child .partner-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
body.theme-child .partner-carousel .swiper-slide {
  background: #ffffff;
  border: solid 1px #e5e5e5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
body.theme-child .partner-carousel .swiper-slide img {
  width: 80%;
  height: auto;
}

body.theme-child .elementor-element {
  transition: none;
}
body.theme-child .elementor-widget-icon .elementor-icon-wrapper {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/*# sourceMappingURL=style.css.map */
