body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  border-collapse: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
}

.is-device .a-cursor {
  display: none;
}

.cursor-preview {
  position: absolute;
  width: 248px;
  height: 140px;
  margin-top: -140px;
  pointer-events: none;
  z-index: 110;
}

.preview-video {
  position: absolute;
  inset: 0;
  visibility: hidden;
  background: #F7941D;
  border: 1px solid rgba(155, 157, 186, 0.2509803922);
}

.cursor-indicator,
.cursor-sphere {
  position: absolute;
  width: 90px;
  height: 90px;
  pointer-events: none;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -134px 0 0 -68px;
  transition: margin 200ms cubic-bezier(0, 0, 0.58, 1); /* ease-out */
  opacity: 0.7;
}
.is-link .cursor-indicator, .is-image .cursor-indicator,
.is-link .cursor-sphere,
.is-image .cursor-sphere {
  margin: -134px 0 0 -68px;
  opacity: 0.7;
}
.is-label .cursor-indicator,
.is-label .cursor-sphere {
  margin: -90px 0 0 0;
}

.cursor-indicator {
  z-index: 105;
}

.cursor-sphere {
  color: #F7941D;
  mix-blend-mode: color-dodge;
  z-index: 100;
}
.cursor-sphere .sphere-inside {
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #F7941D;
  overflow: hidden;
}

.indicator-icon {
  position: absolute;
  inset: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.indicator-icon svg {
  visibility: hidden;
}

.indicator-label {
  position: absolute;
  inset: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  visibility: hidden;
}

.fixedSocials {
  transition: 0.8s ease-in-out;
}

.fixedSocials.hidden {
  transform: translateX(-200px) !important;
}

.e-n-menu-item button[aria-expanded=true]:before {
  content: "";
  height: 100vh;
  width: 178.9vw;
  position: absolute;
  background-color: var(--e-global-color-secondary);
  left: -100vw;
  z-index: -1;
}

header {
  overflow-x: hidden;
}

.text-dark {
  color: #121213;
}

span.swiper-pagination-bullet {
  min-height: 16px;
  min-width: 16px;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_42388_4341)'%3E%3Cpath d='M13.4167 6.99992C13.4167 10.5466 10.5467 13.4166 7 13.4166C3.45333 13.4166 0.583328 10.5466 0.583328 6.99992C0.583328 3.45325 3.45333 0.583252 7 0.583252C10.5467 0.583252 13.4167 3.45325 13.4167 6.99992ZM7.58333 2.36825C8.82583 2.52575 9.9575 3.17909 10.7158 4.17659L11.7308 3.59325C11.2515 2.91741 10.6337 2.35144 9.91856 1.93302C9.20341 1.51459 8.40734 1.25332 7.58333 1.16659V2.36825ZM2.26916 3.59325L3.28416 4.17659C3.66015 3.68235 4.13077 3.26791 4.66858 2.95744C5.2064 2.64697 5.80064 2.44668 6.41666 2.36825V1.16659C5.59265 1.25332 4.79658 1.51459 4.08143 1.93302C3.36629 2.35144 2.74849 2.91741 2.26916 3.59325ZM1.68583 9.39159L2.69499 8.80825C2.4553 8.2355 2.33186 7.62081 2.33186 6.99992C2.33186 6.37903 2.4553 5.76434 2.69499 5.19159L1.68583 4.60825C1.34263 5.35887 1.16499 6.17456 1.16499 6.99992C1.16499 7.82528 1.34263 8.64097 1.68583 9.39159ZM6.41666 11.6316C5.80064 11.5532 5.2064 11.3529 4.66858 11.0424C4.13077 10.7319 3.66015 10.3175 3.28416 9.82325L2.26916 10.4066C2.74849 11.0824 3.36629 11.6484 4.08143 12.0668C4.79658 12.4852 5.59265 12.7465 6.41666 12.8333V11.6316ZM11.7308 10.4066L10.7158 9.82325C10.3398 10.3175 9.86922 10.7319 9.33141 11.0424C8.79359 11.3529 8.19935 11.5532 7.58333 11.6316V12.7983C9.24583 12.6291 10.7567 11.7599 11.7308 10.4066ZM12.3142 9.39159C13.0083 7.87492 13.0083 6.12492 12.3142 4.60825L11.305 5.19159C11.5447 5.76434 11.6681 6.37903 11.6681 6.99992C11.6681 7.62081 11.5447 8.2355 11.305 8.80825L12.3142 9.39159ZM8.75 6.99992L7 4.08325L5.25 6.99992L7 9.91659L8.75 6.99992Z' fill='%23808080'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_42388_4341'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_42388_4339)'%3E%3Cpath d='M15.3333 8.00008C15.3333 12.0534 12.0533 15.3334 8 15.3334C3.94666 15.3334 0.666664 12.0534 0.666664 8.00008C0.666664 3.94675 3.94666 0.666748 8 0.666748C12.0533 0.666748 15.3333 3.94675 15.3333 8.00008ZM8.66666 2.70675C10.0867 2.88675 11.38 3.63341 12.2467 4.77341L13.4067 4.10675C12.8589 3.33436 12.1528 2.68754 11.3355 2.20934C10.5182 1.73114 9.60839 1.43254 8.66666 1.33341V2.70675ZM2.59333 4.10675L3.75333 4.77341C4.18303 4.20857 4.72088 3.73493 5.33553 3.38011C5.95017 3.02529 6.62931 2.79639 7.33333 2.70675V1.33341C6.39161 1.43254 5.48181 1.73114 4.6645 2.20934C3.84719 2.68754 3.14113 3.33436 2.59333 4.10675ZM1.92666 10.7334L3.08 10.0667C2.80606 9.41217 2.66499 8.70967 2.66499 8.00008C2.66499 7.2905 2.80606 6.58799 3.08 5.93341L1.92666 5.26675C1.53443 6.1246 1.33142 7.05682 1.33142 8.00008C1.33142 8.94335 1.53443 9.87557 1.92666 10.7334ZM7.33333 13.2934C6.62931 13.2038 5.95017 12.9749 5.33553 12.6201C4.72088 12.2652 4.18303 11.7916 3.75333 11.2267L2.59333 11.8934C3.14113 12.6658 3.84719 13.3126 4.6645 13.7908C5.48181 14.269 6.39161 14.5676 7.33333 14.6667V13.2934ZM13.4067 11.8934L12.2467 11.2267C11.817 11.7916 11.2791 12.2652 10.6645 12.6201C10.0498 12.9749 9.37069 13.2038 8.66666 13.2934V14.6267C10.5667 14.4334 12.2933 13.4401 13.4067 11.8934ZM14.0733 10.7334C14.8667 9.00008 14.8667 7.00008 14.0733 5.26675L12.92 5.93341C13.1939 6.58799 13.335 7.2905 13.335 8.00008C13.335 8.70967 13.1939 9.41217 12.92 10.0667L14.0733 10.7334ZM10 8.00008L8 4.66675L6 8.00008L8 11.3334L10 8.00008Z' fill='%23F7941D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_42388_4339'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

.keyword-search {
  border: 1px rgba(0, 0, 0, 0.2) solid !important;
  border-radius: 80px !important;
  background-color: #fff !important;
  padding-left: 50px !important;
}

.search-group label {
  position: absolute;
left: 17px;
    top: 17px;
}
.filter-group.search-group {
    padding: 0 !important;
}
.keyword-search {
  border: 1px rgba(0, 0, 0, 0.2) solid !important;
  border-radius: 80px !important;
  background-color: #fff !important;
  padding-left: 50px !important;
  color: #121213 !important;
}

.catSingle, .blog-sort-wrapper {
  border-radius: 80px !important;
  background-color: #EEF5F6 !important;
  padding: 0 24px 0 24px !important;
}

.filter-group select {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0617 4.67723L6.99959 8.73932L2.9375 4.67723' stroke='%23121213' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.blog-tab {
  background-color: #fff;
  border: 1px transparent solid;
  border-radius: 80px;
  padding: 12px 24px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}
.blog-tab:active {
  background-color: #2493D0;
  color: white;
  border-color: #2493D0;
}

.blog-archive-container .elementor-widget-text-editor {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}/*# sourceMappingURL=style.css.map */