@charset "UTF-8";
/* Text meant only for screen readers. */
.motiox_project-wrapper .project-inner {
  position: relative;
}
.motiox_project-wrapper .project-inner:hover img, .motiox_project-wrapper .project-inner:hover video, .motiox_project-wrapper .project-inner:hover iframe {
  transform: scale(1.05);
}
.motiox_project-wrapper .pagination {
  margin-top: 80px;
}
.motiox_project-wrapper .project-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .motiox_project-wrapper .project-content {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.motiox_project-wrapper .project-post-thumbnail {
  transition: all 0.5s ease;
  max-width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.motiox_project-wrapper .project-post-thumbnail img, .motiox_project-wrapper .project-post-thumbnail video, .motiox_project-wrapper .project-post-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.5s ease;
  transform: scale(1);
  will-change: transform;
}
.motiox_project-wrapper .project-post-thumbnail:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.motiox_project-wrapper .entry-title {
  margin: 0;
  letter-spacing: -1px;
  font-size: 28px;
  line-height: calc(34 / 28);
}
.motiox_project-wrapper .project-categories {
  display: flex;
  align-items: center;
  justify-content: center;
}
.motiox_project-wrapper .project-categories a {
  border: 1px solid #FFFFFF;
  padding: 8px 19px;
  border-radius: 30px;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: calc(20 / 14);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.motiox_project-wrapper .project-categories a .project-category-text {
  position: relative;
  overflow: hidden;
}
.motiox_project-wrapper .project-categories a:hover div {
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-position: 100% 0;
}
.motiox_project-wrapper .project-categories a:hover .project-category-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.motiox_project-wrapper .project-categories a:hover .project-category-title-hover {
  visibility: visible;
  transform: translateY(0%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.motiox_project-wrapper .project-categories a .project-category-title {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.motiox_project-wrapper .project-categories a .project-category-title-hover {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  transform: translateY(100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-style-1 .project-post-thumbnail {
  padding-top: 70.667%;
}
.project-style-1 .project-post-thumbnail:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.project-style-1 .project-content {
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.project-style-2 .elementor-grid {
  flex-flow: column;
  display: flex !important;
  height: 100%;
  position: relative;
}
.project-style-2 .elementor-all-project-item {
  position: relative;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.project-style-2 .project-post-thumbnail {
  padding-top: 35.948%;
}
.project-style-2 .project-post-thumbnail:after {
  background: #00000066;
}
@media (max-width: 768px) {
  .project-style-2 .project-post-thumbnail {
    padding-top: 60%;
  }
}
.project-style-2 .project-content {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  flex-direction: column-reverse;
  bottom: auto;
  align-items: center;
  width: 95%;
}
@media (min-width: 1024px) {
  .project-style-2 .entry-title {
    font-size: 40px;
    line-height: calc(48 / 40);
  }
}
.project-style-2 .entry-title {
  margin-top: 13px;
}

.project-style-3 .project-post-thumbnail {
  padding-top: 122.45%;
}
.project-style-3 .project-post-thumbnail:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.project-style-3 .project-content {
  top: 30px;
  left: 30px;
  right: 30px;
  flex-direction: column-reverse;
  bottom: 30px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .project-style-3 .project-content {
    top: 40px;
    left: 40px;
    bottom: 51px;
  }
}

.project-style-4 .project-post-thumbnail {
  padding-top: 70.365%;
  background: rgba(0, 0, 0, 0.2);
  max-height: fit-content;
}
.project-style-4 .project-post-thumbnail:after {
  background: rgba(0, 0, 0, 0);
}
.project-style-4 .project-content {
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.elementor-load-more {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: calc(20 / 14);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-image: linear-gradient(170.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  white-space: nowrap;
  background-size: 400% auto;
  background-position: 100% center;
  align-items: center;
  min-height: 54px;
  padding: 17px;
  display: flex;
  position: relative;
  gap: 7px;
  border: none;
  border-radius: 54px;
  transition: all 0.3s linear;
  letter-spacing: 0;
}
.elementor-load-more i {
  font-size: 18px;
  font-size: 1rem;
  background: linear-gradient(170.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elementor-load-more:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 54px;
  width: 54px;
  border-radius: 54px;
  border: 1px solid #FFFFFF26;
  transition: all 0.3s linear;
}
.elementor-load-more:hover {
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-position: 100% 0;
}
.elementor-load-more:hover:after {
  width: 100%;
  border-color: #ffffff;
  background: #ffffff;
  z-index: -1;
}
.elementor-load-more .motiox-icon-spinner-01 {
  animation: motiox-spin 1s linear infinite;
}

@keyframes motiox-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#elementor-load-more-button.loading {
  cursor: wait;
  opacity: 0.7;
  pointer-events: none;
}

.elementor-widget-motiox-animated-headline .elementor-headline,
.elementor-widget-motiox-animated-headline .motiox-elementor-headline-dynamic-text {
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: capitalize;
}
.elementor-widget-motiox-animated-headline .motiox-elementor-headline-dynamic-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
}

.elementor-headline {
  font-size: 80px;
  display: block;
  line-height: calc(80 / 80);
  color: var(--e-global-color-secondary);
  margin: 0;
  letter-spacing: -2px;
}

.motiox-elementor-headline--style-rotate .motiox-elementor-headline-dynamic-wrapper {
  text-align: left;
}

.motiox-elementor-headline--style-highlight .motiox-elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}

.motiox-elementor-headline--style-highlight .motiox-elementor-headline-dynamic-text {
  z-index: 1;
}

.motiox-elementor-headline--style-highlight .motiox-elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}

.motiox-elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.motiox-elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}

.elementor-headline.e-animated svg path {
  animation: motiox-elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
  animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}

.elementor-headline.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

@keyframes motiox-elementor-headline-dash {
  from {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  from {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    opacity: 0;
    filter: blur(10px);
  }
}
.motiox-elementor-headline-dynamic-wrapper .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-active {
  position: relative;
}

.motiox-elementor-headline-animation-type-flip .motiox-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.motiox-elementor-headline-animation-type-flip .motiox-elementor-headline-dynamic-text {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}

.motiox-elementor-headline-animation-type-flip .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: motiox-elementor-headline-flip-in 1.2s;
}

.motiox-elementor-headline-animation-type-flip .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-inactive {
  transform: rotateX(180deg);
  animation: motiox-elementor-headline-flip-out 1.2s;
}

@keyframes motiox-elementor-headline-flip-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes motiox-elementor-headline-flip-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.motiox-elementor-headline-animation-type-typing .motiox-elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.motiox-elementor-headline-animation-type-typing .motiox-elementor-headline-dynamic-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}

.motiox-elementor-headline-animation-type-typing .motiox-elementor-headline-dynamic-wrapper:not(.motiox-elementor-headline-typing-selected):after {
  animation: motiox-elementor-headline-pulse 1s infinite;
}

.motiox-elementor-headline-animation-type-typing .motiox-elementor-headline-dynamic-wrapper.motiox-elementor-headline-typing-selected::after {
  visibility: hidden;
}

.motiox-elementor-headline-animation-type-typing .motiox-elementor-headline-dynamic-text:not(.motiox-elementor-headline-text-active) {
  visibility: hidden;
}

.motiox-elementor-headline-animation-type-typing .motiox-elementor-headline-dynamic-letter:not(.motiox-elementor-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}

@keyframes motiox-elementor-headline-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-letter {
  display: inline-block;
  backface-visibility: hidden;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-text {
  transform: scaleX(1.0005);
  opacity: 0;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-letter {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.motiox-elementor-headline-text-active .motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-letter {
  opacity: 1;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-letter.motiox-elementor-headline-animation-in {
  animation: motiox-elementor-headline-swirl-in 0.4s forwards;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-letter:not(.motiox-elementor-headline-animation-in) {
  animation: motiox-elementor-headline-swirl-out 0.4s forwards;
}

@keyframes motiox-elementor-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes motiox-elementor-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.motiox-elementor-headline-animation-type-slide-down .motiox-elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}

.motiox-elementor-headline-animation-type-slide-down .motiox-elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.motiox-elementor-headline-animation-type-slide-down .motiox-elementor-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}

.motiox-elementor-headline-animation-type-slide-down .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-active {
  top: 0;
  opacity: 1;
  animation: motiox-elementor-headline-slide-down-in 0.6s;
}

.motiox-elementor-headline-animation-type-slide-down .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-inactive {
  animation: motiox-elementor-headline-slide-down-out 0.6s;
}

@keyframes motiox-elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes motiox-elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.motiox-elementor-headline-animation-type-clip .motiox-elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}

.motiox-elementor-headline-animation-type-clip .motiox-elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.motiox-elementor-headline-animation-type-clip .motiox-elementor-headline-dynamic-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}

.motiox-elementor-headline-animation-type-clip .motiox-elementor-headline-dynamic-text {
  opacity: 0;
}

.motiox-elementor-headline-animation-type-clip .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-active {
  opacity: 1;
}

.motiox-elementor-headline-animation-type-drop-in .motiox-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.motiox-elementor-headline-animation-type-drop-in .motiox-elementor-headline-dynamic-text {
  opacity: 0;
}

.motiox-elementor-headline-animation-type-drop-in .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-active {
  opacity: 1;
  animation: motiox-elementor-headline-drop-in-in 0.8s;
}

.motiox-elementor-headline-animation-type-drop-in .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-inactive {
  animation: motiox-elementor-headline-drop-in-out 0.8s;
}

@keyframes motiox-elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes motiox-elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
.motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-wrapper {
  perspective: 300px;
}

.motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-text {
  opacity: 0;
}

.motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-letter {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.motiox-elementor-headline-text-active .motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-letter {
  transform: rotateY(0deg);
}

.motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-letter.motiox-elementor-headline-animation-in {
  animation: motiox-elementor-headline-blinds-in 0.6s forwards;
}

.motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-letter:not(.motiox-elementor-headline-animation-in) {
  animation: motiox-elementor-headline-blinds-out 0.6s forwards;
}

@keyframes motiox-elementor-headline-blinds-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes motiox-elementor-headline-blinds-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-text {
  opacity: 0;
}

.motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}

.motiox-elementor-headline-text-active .motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-letter {
  opacity: 1;
}

.motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-letter.motiox-elementor-headline-animation-in {
  animation: motiox-elementor-headline-wave-up 0.6s forwards;
}

.motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-letter:not(.motiox-elementor-headline-animation-in) {
  animation: motiox-elementor-headline-wave-down 0.6s forwards;
}

@keyframes motiox-elementor-headline-wave-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes motiox-elementor-headline-wave-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
.motiox-elementor-headline-animation-type-slide .motiox-elementor-headline-dynamic-text {
  opacity: 0;
}

.motiox-elementor-headline-animation-type-slide .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-active {
  opacity: 1;
  animation: motiox-elementor-headline-slide-in 0.6s;
}

.motiox-elementor-headline-animation-type-slide .motiox-elementor-headline-dynamic-text.motiox-elementor-headline-text-inactive {
  animation: motiox-elementor-headline-slide-out 0.6s;
}

@keyframes motiox-elementor-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes motiox-elementor-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-slide .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-drop-in .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-slide-down .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-flip .motiox-elementor-headline-dynamic-wrapper {
  transition: width 0.5s;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-wrapper, .motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-wrapper {
  overflow: hidden;
}

.motiox-elementor-headline-animation-type-swirl .motiox-elementor-headline-dynamic-text, .motiox-elementor-headline-animation-type-blinds .motiox-elementor-headline-dynamic-text, .motiox-elementor-headline-animation-type-wave .motiox-elementor-headline-dynamic-text {
  white-space: nowrap;
}

.elementor-msie .motiox-elementor-headline--style-highlight svg {
  top: auto;
  left: auto;
  transform: translate(-100%);
}

.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFFFFF26;
  border-left: none;
}
.elementor-brand-item:first-child {
  border-left: 1px solid #FFFFFF26;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.elementor-brand-item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1024px) {
  .elementor-brand-item {
    border-left: 1px solid #FFFFFF26;
    border-right: none;
  }
  .elementor-brand-item:nth-child(n+4):nth-child(-n+15) {
    border-top: none;
  }
  .elementor-brand-item:nth-child(4n) {
    border-bottom-left-radius: 10px;
  }
  .elementor-brand-item:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: unset;
  }
  .elementor-brand-item:nth-child(3n) {
    border-top-right-radius: 10px;
    border-right: 1px solid #FFFFFF26;
  }
  .elementor-brand-item:last-child {
    border-top-right-radius: unset;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #FFFFFF26;
  }
}
@media (max-width: 425px) {
  .elementor-brand-item {
    border-right: 1px solid #FFFFFF26;
    border-bottom: none;
  }
  .elementor-brand-item:nth-child(4n) {
    border-bottom-left-radius: unset;
  }
  .elementor-brand-item:nth-child(3n) {
    border-top-right-radius: unset;
  }
  .elementor-brand-item:nth-child(n+4):nth-child(-n+15) {
    border-top: 1px solid #FFFFFF26;
  }
  .elementor-brand-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .elementor-brand-item:last-child {
    border-bottom: 1px solid #FFFFFF26;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.elementor-brand-wrapper .elementor-brand-image {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0px;
  font-size: 0rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary);
}
@media (max-width: 425px) {
  .elementor-brand-wrapper .elementor-brand-image {
    margin: 0 auto;
    width: 50%;
  }
}
.elementor-brand-wrapper .elementor-brand-image svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  color: #FFFFFF33;
}
.elementor-brand-wrapper .elementor-brand-image img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  float: left;
}
.elementor-brand-wrapper .elementor-brand-image:hover svg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--e-global-color-secondary);
}
.elementor-brand-wrapper a {
  display: block;
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-brand-wrapper .elementor-widget-motiox-brand .motiox-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-brand-wrapper .elementor-widget-motiox-brand .motiox-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

.elementor-widget-motiox-breadcrumb .breadcrumb {
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  letter-spacing: 2px;
  line-height: 1.4;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.elementor-widget-motiox-breadcrumb .breadcrumb .home:before {
  font-size: 14px;
  font-size: 0.7777777778rem;
  transform: translateY(-4px);
  margin-right: 5px;
}
.elementor-widget-motiox-breadcrumb .breadcrumb a {
  color: var(--e-global-color-secondary);
}
.elementor-widget-motiox-breadcrumb .breadcrumb a:hover {
  text-decoration: underline;
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elementor-widget-motiox-breadcrumb .breadcrumb span {
  margin: 0 9px;
  display: inline-flex;
  align-items: center;
}
.elementor-widget-motiox-breadcrumb .breadcrumb span:first-child {
  margin-left: 0;
}
.elementor-widget-motiox-breadcrumb .breadcrumb span:last-child {
  margin-right: 0;
}
.elementor-widget-motiox-breadcrumb .breadcrumb .breadcrumbs-separator i {
  font-size: 9px;
  font-size: 0.5rem;
  color: var(--e-global-color-secondary);
}
.elementor-widget-motiox-breadcrumb .motiox-title {
  font-size: 30px;
  font-size: 1.6666666667rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 568px) {
  .elementor-widget-motiox-breadcrumb .motiox-title {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}

.single-post .hidden-motiox-title-single-yes .motiox-title, .single-give_forms .hidden-motiox-title-single-yes .motiox-title {
  display: none;
}
.single-post .hidden-breadcrumb-title-single, .single-give_forms .hidden-breadcrumb-title-single {
  display: none;
}

.breadcrumb-wrap {
  display: var(--page-title-display);
}

.home .main-breadcrumb {
  display: none;
}

.elementor-circlebox-item-wrapper {
  width: 1360px;
  height: 1360px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF26;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .elementor-circlebox-item-wrapper {
    width: 1000px;
    height: 1000px;
  }
}
@media (max-width: 1024px) {
  .elementor-circlebox-item-wrapper {
    width: 900px;
    height: 900px;
  }
}
@media (max-width: 1023px) {
  .elementor-circlebox-item-wrapper {
    width: 100%;
    height: 100%;
  }
}
.elementor-circlebox-item-wrapper .circle-one {
  width: 480px;
  height: 480px;
  border: 1px solid #FFFFFF26;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}
.elementor-circlebox-item-wrapper .circle-two {
  width: 910px;
  height: 910px;
  border: 1px solid #FFFFFF26;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .elementor-circlebox-item-wrapper .circle-two {
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 1024px) {
  .elementor-circlebox-item-wrapper .circle-two {
    width: 700px;
    height: 700px;
  }
}
.elementor-circlebox-item-wrapper .circle-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(450px 450px at 48% 50.5%, #FC3654 0%, rgba(251, 151, 75, 0) 76.5%);
  filter: blur(200px);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
}
.elementor-circlebox-item-wrapper .circle-two-item {
  cursor: pointer;
  position: absolute;
  top: 390px;
  left: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-circlebox-item-wrapper .circle-two-item:nth-child(2) {
  top: unset;
  left: unset;
}
.elementor-circlebox-item-wrapper:hover .circle-two:before {
  visibility: visible;
  transition: all 0.4s ease;
}

.wpcf7-form ::placeholder {
  color: #969BA1;
}

.wpcf7-form {
  margin: 0;
  max-width: 100%;
  text-align: left;
}
.wpcf7-form .form-horizontal {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.wpcf7-form .form-horizontal .form-item {
  width: 100%;
}
@media (max-width: 767px) {
  .wpcf7-form .form-horizontal {
    flex-direction: column;
    gap: 0;
  }
}
.wpcf7-form .form-item {
  margin-bottom: 30px;
}
.wpcf7-form .form-item p span input[type=text], .wpcf7-form .form-item p span input[type=number], .wpcf7-form .form-item p span input[type=email], .wpcf7-form .form-item p span input[type=tel], .wpcf7-form .form-item p span input[type=url],
.wpcf7-form .form-item p span input[type=password], .wpcf7-form .form-item p span input[type=search], .wpcf7-form .form-item p span input[type=date], .wpcf7-form .form-item p span .input-text, .wpcf7-form .form-item p span select, .wpcf7-form .form-item p span textarea {
  border: none;
  padding: 17px 20px 16px;
  border-radius: 9px;
  margin-top: 0;
  min-height: 54px;
  background-color: #FFFFFF1A;
  color: var(--e-global-color-secondary);
}
.wpcf7-form .button-submit p {
  width: auto;
}
.wpcf7-form p {
  margin: 0;
  width: 100%;
}
.wpcf7-form p .contact-label {
  color: red;
}
.wpcf7-form p label {
  width: 100%;
  position: relative;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.85714;
  color: #FFFFFF;
  text-transform: capitalize;
  margin: 0;
}
.wpcf7-form > p {
  display: flex;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.wpcf7-form [class*=" column-"] {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  display: flex;
}
.wpcf7-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-form .wpcf7-form-control-wrap select, .wpcf7-form .wpcf7-form-control-wrap textarea {
  position: relative;
  width: 100%;
  padding: 17px 24px 17px 30px;
  background-color: #ffffff;
  border: 1px solid var(--e-global-color-border);
  border-radius: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date]::placeholder, .wpcf7-form .wpcf7-form-control-wrap .input-text::placeholder, .wpcf7-form .wpcf7-form-control-wrap select::placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: var(--e-global-color-secondary);
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 10px;
  padding: 31px 31px 0px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
  padding: 15px 36px;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  font-size: 15px;
  font-size: 0.8333333333rem;
  color: var(--e-global-color-lighter);
  border-radius: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cpath d='M15 4.5l-8.25 8.25L3 9' stroke='%238f8f8f' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.wpcf7-form button, .wpcf7-form input[type=button], .wpcf7-form input[type=reset], .wpcf7-form input[type=submit], .wpcf7-form .button {
  position: relative;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-size: 200% auto;
  background-image: linear-gradient(130.35deg, var(--e-global-color-accent) 56.43%, var(--e-global-color-primary) 97.65%);
  background-position: 100% center;
  color: var(--e-global-color-secondary);
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-color: #110A00;
  gap: 8px;
  text-transform: uppercase;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  gap: 12px;
  margin-top: 5px;
  padding: 17px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.wpcf7-form button span, .wpcf7-form input[type=button] span, .wpcf7-form input[type=reset] span, .wpcf7-form input[type=submit] span, .wpcf7-form .button span {
  position: relative;
  z-index: 2;
}
.wpcf7-form button span i, .wpcf7-form button span svg, .wpcf7-form input[type=button] span i, .wpcf7-form input[type=button] span svg, .wpcf7-form input[type=reset] span i, .wpcf7-form input[type=reset] span svg, .wpcf7-form input[type=submit] span i, .wpcf7-form input[type=submit] span svg, .wpcf7-form .button span i, .wpcf7-form .button span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-form button:hover, .wpcf7-form button:focus, .wpcf7-form input[type=button]:hover, .wpcf7-form input[type=button]:focus, .wpcf7-form input[type=reset]:hover, .wpcf7-form input[type=reset]:focus, .wpcf7-form input[type=submit]:hover, .wpcf7-form input[type=submit]:focus, .wpcf7-form .button:hover, .wpcf7-form .button:focus {
  color: #ffffff;
  background-position: 0% center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(130.35deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
}
.wpcf7-form button i, .wpcf7-form input[type=button] i, .wpcf7-form input[type=reset] i, .wpcf7-form input[type=submit] i, .wpcf7-form .button i {
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "motiox-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
  font-size: 0.8888888889rem;
  content: "";
  color: white;
  line-height: 1;
  text-indent: 0;
  text-align: center;
}
.wpcf7-form button i:before, .wpcf7-form input[type=button] i:before, .wpcf7-form input[type=reset] i:before, .wpcf7-form input[type=submit] i:before, .wpcf7-form .button i:before {
  color: #FFFFFF;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7-form .check-boxs {
  display: flex;
  gap: 12px;
  margin: 0 0 29px;
}
.wpcf7-form .check-boxs label {
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
}
.wpcf7-form .email-form {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.wpcf7-form .email-form .wpcf7-form-control-wrap input[type=email].email-text {
  border: none;
  padding: 17px 220px 17px 30px;
  border-radius: 32px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--e-global-color-text);
  line-height: 26px;
  width: 99%;
}
@media (max-width: 768px) {
  .wpcf7-form .email-form .wpcf7-form-control-wrap input[type=email].email-text {
    padding: 12px 160px 12px 20px;
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.wpcf7-form .email-form .wpcf7-form-control-wrap input[type=email].email-text::placeholder {
  color: var(--e-global-color-text);
}
.wpcf7-form .email-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .email-form .button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 36px;
  border: none;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 20px;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 768px) {
  .wpcf7-form .email-form .button {
    padding: 13px 26px;
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.wpcf7-form .email-form .button i:before {
  font-size: 24px;
  font-size: 1.3333333333rem;
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 0em;
}

form.submitting .wpcf7-spinner {
  display: block;
}

.wpb-gqf-form-style-true .wpcf7 form > p span {
  margin: 0 !important;
}

.elementor-counter {
  position: relative;
  display: flex;
  flex-direction: column;
}
.elementor-counter .elementor-counter-wrapper {
  margin-bottom: 0;
}
.elementor-counter .elementor-icon-counter {
  justify-content: center;
  align-items: center;
  font-size: 54px;
  font-size: 3rem;
}
.elementor-counter .elementor-icon-counter .counter_icon {
  display: inline-flex;
  border-radius: 50%;
  padding: 20px;
  background-color: var(--e-global-color-primary);
}
.elementor-counter .elementor-icon-counter i {
  display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
  display: block;
}
.elementor-counter .elementor-icon-counter svg {
  width: 30px;
  height: 30px;
  color: #FFFFFF;
}
.elementor-counter .elementor-counter-number-wrapper {
  margin-bottom: 0.25rem;
  display: flex;
}
.elementor-counter .elementor-counter-number-suffix-text,
.elementor-counter .elementor-counter-number,
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 80px;
  font-size: 4.4444444444rem;
  line-height: calc(80/80);
  letter-spacing: -2px;
  color: var(--e-global-color-primary);
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
}
.elementor-counter .elementor-counter-title {
  text-align: inherit;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 1.4545454545;
  color: var(--e-global-color-primary);
  letter-spacing: 0;
}
.elementor-counter .elementor-counter-sub-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.4;
  color: var(--e-global-color-primary);
  margin-bottom: 5px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
}
.elementor-counter .elementor-counter-description {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  color: var(--e-global-color-lighter);
}

.counter-radial-gradient {
  background: radial-gradient(42.48% 42.48% at 48% 50.5%, #FC3654 0%, rgba(251, 151, 75, 0) 76.5%);
  filter: blur(200px);
}

.counter-gradient .elementor-counter {
  width: fit-content;
  background: linear-gradient(320deg, var(--e-global-color-primary) 16.43%, var(--e-global-color-accent) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-position: 100% center;
}

.content-effects-yes .elementor-counter .elementor-counter-wrapper {
  flex-direction: unset;
  display: flex;
}

.counter-blur {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(100px);
}

.gallery-style-1 .elementor-gallery-item-wrapper .isotope-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item {
  position: relative;
  display: flex;
  padding-top: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a {
  transition: all 0.35s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a .elementor-sliderimage-image-1 {
  height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.35s;
  z-index: 2;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  color: #FFFFFF;
  opacity: 0;
  visibility: visible;
}
@media (min-width: 1024px) {
  .gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a i {
    transform: translate(-50%, -1rem);
    opacity: 0;
    visibility: visible;
  }
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video i.motiox-icon-Polygon {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  font-size: 9px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--e-global-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a:hover i.motiox-icon-Polygon {
  opacity: 0;
  visibility: visible;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-img:hover:before {
  content: "";
  background: #7659FFCC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-swiper .swiper-slide {
  height: 100%;
}
.gallery-style-1 .elementor-gallery-item-wrapper .elementor-gallery-swiper .swiper-slide .item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gallery-style-2 .elementor-gallery-item-wrapper .isotope-grid {
  display: grid;
}
.gallery-style-2 .elementor-gallery-item-wrapper .isotope-grid .grid__item {
  width: unset !important;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item {
  position: relative;
  display: flex;
  padding-top: 75.5%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a {
  transition: all 0.35s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a .elementor-sliderimage-image-1 {
  height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
  z-index: 2;
  font-size: 32px;
  position: absolute;
  color: #FFFFFF;
  opacity: 0;
  visibility: visible;
}
@media (min-width: 1024px) {
  .gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a i {
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: visible;
  }
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-video i.motiox-icon-Polygon {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  font-size: 9px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--e-global-color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a:hover i.motiox-icon-Polygon {
  opacity: 0;
  visibility: visible;
}
.gallery-style-2 .elementor-gallery-item-wrapper .elementor-gallery-item .item-inner .gallery_item a.link-img:hover:before {
  content: "";
  background: #7659FFCC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.elementor-widget-motiox-icon-box {
  transition: all 0.4s ease;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-icon {
  display: flex;
  --spacing-arc: 35px;
  align-items: flex-start;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-icon .elementor-icon {
  font-size: 60px;
  font-size: 3.3333333333rem;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-icon .elementor-icon {
  position: relative;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-icon .elementor-icon:before {
  content: none;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: calc(34 / 28);
  transition: all 0.4s ease;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-motiox-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1rem;
  line-height: calc(26 / 18);
  margin: 0;
  transition: all 0.4s ease;
}
.elementor-widget-motiox-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-motiox-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-text);
}
.elementor-widget-motiox-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-motiox-icon-box:hover .elementor-icon-box-title a {
  color: var(--e-global-color-primary);
}
.elementor-widget-motiox-icon-box:hover.elementor-effect-yes .elementor-icon {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-motiox-icon-box:hover.elementor-effect-yes .elementor-icon-box-icon .elementor-icon i {
  animation: move-vertical-hover 0.45s;
}
.elementor-widget-motiox-icon-box.elementor-effect-yes .elementor-icon {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTU5LjQ5NTMgMzIuMDAwNkM3Mi4xMjkyIDcuMjk3ODggNTYuNjY5OCAtOC4xMTMwNCAzMS45OTk1IDQuNTA0N0M3LjI5Njc4IC04LjEyOTE4IC04LjExNDE0IDcuMzMwMTcgNC41MDM2IDMyLjAwMDZDLTguMTMwMjggNTYuNzAzMiA3LjMzNzE0IDcyLjExNDEgMzEuOTk5NSA1OS40OTY0QzU2LjcwMjEgNzIuMTMwMyA3Mi4xMTMgNTYuNjYyOSA1OS40OTUzIDMyLjAwMDZaIiBmaWxsPSIjRkE2QzZDIi8+Cjwvc3ZnPgo=);
  -webkit-mask-size: 100%;
  -webkit-mask-position: unset;
  -webkit-mask-repeat: no-repeat;
  overflow: hidden;
  background-color: var(--e-global-color-text);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px;
}

.elementor-widget-motiox-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}

.elementor-widget-motiox-icon-box.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-motiox-icon-box.elementor-view-stacked .elementor-icon {
  color: #fff;
  background-color: var(--e-global-color-primary);
}

.elementor-widget-motiox-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border: 1px dashed;
  border-color: #DDDADA;
}
.elementor-widget-motiox-icon-box.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
  border: 1px solid var(--e-global-color-text);
}

.elementor-widget-motiox-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}

.elementor-widget-motiox-icon-box.elementor-position-top .elementor-icon-box-wrapper.elementor-icon-box-icon.elementor-icon {
  display: flex;
  justify-content: center;
}

.elementor-widget-motiox-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-motiox-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display: flex;
}

.elementor-widget-motiox-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  flex-direction: column;
}

.elementor-widget-motiox-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
}

.elementor-widget-motiox-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  text-align: right;
  flex-direction: row-reverse;
}

.elementor-widget-motiox-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-left: 0;
  margin-bottom: unset;
}

.elementor-widget-motiox-icon-box.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}

.elementor-widget-motiox-icon-box.elementor-position-right .elementor-icon-box-icon {
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-right: 0;
  margin-bottom: unset;
}

@media (min-width: 768px) {
  .elementor-widget-motiox-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .elementor-widget-motiox-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .elementor-widget-motiox-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    align-items: flex-end;
  }
}
.elementor-widget-image-link-showcase .elementor-table-list-items {
  margin: 0;
}
.elementor-widget-image-link-showcase .elementor-table-list-items table {
  margin: 0;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-head tr th {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  text-transform: uppercase;
  padding: 0 0 27px 0;
  letter-spacing: 0;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-head tr th:first-child {
  padding: 0;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item {
  position: relative;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item td {
  padding: 34px 94px 32px 30px;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item td:first-child {
  padding: 0;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:first-child .elementor-table-list-subtitle,
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:first-child .elementor-table-list-title,
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:first-child .elementor-table-list-date {
  border-top: 1px solid #FFFFFF;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle,
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-title,
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date {
  border-bottom: 1px solid #FFFFFF33;
  transition: all 0.4s ease;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle {
  width: 260px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 41px 0 32px 30px;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle .table-list-sub {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle .list-subtitle-hover {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  transform: translateY(100%);
  transition: all ease 0.3s;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle .list-subtitle {
  transition: all ease 0.3s;
}
@media (max-width: 768px) {
  .elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle {
    width: unset;
    padding: 41px 30px 32px 30px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-subtitle {
    width: unset;
    padding: 41px 15px 32px 0px;
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 1.6666666667;
  }
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-title {
  width: 750px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.2142857143;
  text-transform: capitalize;
  color: #FFFFFF;
  letter-spacing: -1px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-title {
    width: unset;
    padding-left: 0;
    padding-right: 30px;
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-title {
    width: unset;
    padding-left: 0;
    padding-right: 15px;
  }
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  padding-left: 0;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date .table-list-date {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date .list-date-hover {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  transform: translateY(100%);
  transition: all ease 0.3s;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date .list-date {
  transition: all ease 0.3s;
}
@media (max-width: 768px) {
  .elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-date {
    padding-right: 0;
  }
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-image .image-link-showcase {
  transition: opacity 1s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -50%);
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item .elementor-table-list-image .image-link-showcase img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  opacity: 0.4;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-subtitle,
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-title,
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-date {
  background-color: #FFFFFF0D;
  transition: all 0.4s ease;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-image .image-link-showcase {
  transition: opacity 1s ease;
  opacity: 1;
  visibility: visible;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-subtitle .list-subtitle-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.3s ease;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-subtitle .list-subtitle {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-date .list-date-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.3s ease;
}
.elementor-widget-image-link-showcase .elementor-table-list-items .elementor-table-content .elementor-table-list-item:hover .elementor-table-list-date .list-date {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}

.team-list {
  border: 1px solid #e1e1e1;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.team-list.empty {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}
.team-list .team-wrapper-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.team-list .team-wrapper-main:first-child {
  border-top: 1px solid #ffffff26;
}
.team-list .team-wrapper-main.add-top-line {
  border-top: 1px solid #ffffff26;
}
.team-list .team-wrapper-main .team-content {
  z-index: 10;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.team-list .team-wrapper-main .team-content .team-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 165px;
  padding: 34px 40px 31px 30px;
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease;
}
.team-list .team-wrapper-main .team-content .team-flex.for-services {
  min-height: auto;
}
.team-list .team-wrapper-main .team-content .team-flex .team-job-name {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.team-list .team-wrapper-main .team-content .team-flex .team-job-name .team-name {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.2142857143;
  letter-spacing: -1px;
  color: #FFFFFF;
}
.team-list .team-wrapper-main .team-content .team-flex .team-job-name .team-name a {
  color: #FFFFFF;
}
.team-list .team-wrapper-main .team-content .team-flex .team-job-name .team-job {
  width: 330px;
  overflow: hidden;
}
.team-list .team-wrapper-main .team-content .team-flex .team-job-name .team-job .job-hover {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  transform: translateY(100%);
  transition: all ease 0.3s;
}
.team-list .team-wrapper-main .team-content .team-flex .team-job-name .team-job .job {
  transition: all ease 0.3s;
}
.team-list .team-wrapper-main .team-content .team-flex:hover {
  background-color: #FFFFFF0D;
  transition: all 0.3s ease;
}
.team-list .team-wrapper-main .team-content .team-flex:hover .team-job-name .team-job .job-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: all 0.3s ease;
}
.team-list .team-wrapper-main .team-content .team-flex:hover .team-job-name .team-job .job {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.team-list .team-wrapper-main .image-interaction {
  justify-content: center;
  align-items: flex-end;
  margin-top: 40%;
  margin-right: 40%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.team-list .team-wrapper-main .image-interaction.left-sticky {
  margin-top: 0;
  margin-right: 0%;
  left: -51.4%;
}
.team-list .team-wrapper-main .image-interaction .image-25vw {
  width: 490px;
  padding-bottom: 92%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-list .team-wrapper-main .image-interaction .image-25vw .image-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0%;
  border-radius: 10px;
}

.motiox-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.6666666667rem;
}
.motiox-language-switcher span {
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.35;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
  color: var(--e-global-color-text);
}
.motiox-language-switcher .language-switcher-head .title {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.motiox-language-switcher .language-switcher-head img {
  margin-right: 8px;
}
.motiox-language-switcher a {
  display: block;
}
.motiox-language-switcher img {
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  object-fit: cover;
}
.motiox-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.motiox-language-switcher .item > div i {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-text);
}
.motiox-language-switcher .sub-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 20px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.motiox-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -10px;
}
.motiox-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.motiox-language-switcher .sub-item a:hover, .motiox-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.motiox-language-switcher .sub-item a > span {
  text-transform: unset;
}
.motiox-language-switcher li.item {
  position: relative;
}
.motiox-language-switcher li.item:hover .sub-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 30px 0px #0000001A;
}

.language-switcher-style-hover-right-yes .motiox-language-switcher .sub-item {
  right: 0;
  left: unset;
}

.language-switcher-style-hide-flag-yes .motiox-language-switcher .language-switcher-head .title img {
  display: none;
}

.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form-input {
  flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 32px;
  overflow: hidden;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
  position: relative;
}
.form-style .mc4wp-form button[type=submit] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.125rem 2.25rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
  white-space: nowrap;
  background-color: var(--e-global-color-accent);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-color: #110A00;
  gap: 8px;
  text-transform: uppercase;
  line-height: 1.25rem;
  padding: 18px 36px;
  display: inline-flex;
  border: none;
  align-items: center;
}
.form-style .mc4wp-form button[type=submit] span {
  position: relative;
  z-index: 2;
}
.form-style .mc4wp-form button[type=submit] span i, .form-style .mc4wp-form button[type=submit] span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-style .mc4wp-form button[type=submit]:hover {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-style .mc4wp-form button[type=submit] i {
  font-size: 24px;
  font-size: 1.3333333333rem;
}
@media (max-width: 568px) {
  .form-style .mc4wp-form button[type=submit] {
    padding: 16px 20px;
  }
}
.form-style .mc4wp-form input[type=email] {
  background-color: #fff;
  width: 100%;
  padding: 17px 30px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: calc(26 / 16);
  border: none;
}
.form-style .mc4wp-form input[type=email]::placeholder {
  color: var(--e-global-color-text);
}

.form-mailchimp-style-1 .mc4wp-form {
  margin: 0;
}
.form-mailchimp-style-1 .mc4wp-form .mc4wp-form-fields {
  display: flex;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #575351;
  border-radius: 0;
  justify-content: space-between;
}
.form-mailchimp-style-1 .mc4wp-form .mc4wp-form-fields input[type=email] {
  padding: 20px 0;
  background-color: transparent;
}
.form-mailchimp-style-1 .mc4wp-form .mc4wp-form-fields button[type=submit] {
  padding: 13px 34px 13px 34px;
}

.form-checkbox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form-checkbox input [type=checkbox] {
  background-color: var(--e-global-color-primary);
}

.hidden-motiox-form-checkbox-yes .form-checkbox {
  display: none;
}

.elementor-canvas-menu-wrapper {
  display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: inline-flex;
  align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  position: unset !important;
  word-wrap: unset !important;
  margin: 0;
  height: unset;
  width: unset;
  clip: unset;
  overflow: unset;
  clip-path: unset;
  order: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-text);
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
  color: var(--e-global-color-primary);
}

.motiox-canvas-menu-layout-1.elementor-widget-motiox-menu-canvas .motiox-icon {
  margin-right: 13px;
}

.motiox-canvas-menu-layout-2.elementor-widget-motiox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  display: none;
}
.motiox-canvas-menu-layout-2.elementor-widget-motiox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .motiox-icon {
  margin-right: 0;
}

.motiox-canvas-menu-layout-3.elementor-widget-motiox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}
.motiox-canvas-menu-layout-3.elementor-widget-motiox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .motiox-icon {
  margin-right: 0;
}

.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .icon-title-move .elementor-icon-box-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
}
.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .icon-title-move .elementor-icon-box-icon .elementor-move-icon {
  color: #FFFFFF;
}
.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .icon-title-move .elementor-icon-box-icon .elementor-move-icon svg {
  margin-top: 10px;
  color: #FFFFFF;
  width: 22px;
  height: 22px;
}
.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .icon-title-move .elementor-icon-box-icon .elementor-move-icon i {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .icon-title-move .title-cursor {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF26;
  backdrop-filter: blur(60px);
}
.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .icon-title-move .title-cursor .title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  color: #FFFFFF;
  text-transform: uppercase;
}
.elementor-widget-motiox-move-cursor .elementor-move-cursor-wrapper .title-move {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 100px;
  font-size: 5.5555555556rem;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #FFFFFF1A;
  text-transform: capitalize;
}

.enable-effects-gradient-yes .elementor-move-cursor-wrapper .title-move {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
}

.elementor-widget-motiox-nav-menu.motiox-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item {
  padding: 0px 22px;
}
.elementor-widget-motiox-nav-menu.motiox-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item:not(:last-child) > a:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 2px;
  right: -24px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--e-global-color-text);
}
@media only screen and (max-width: 1025px) and (min-width: 769px) {
  .elementor-widget-motiox-nav-menu.motiox-nav-menu-divider-yes .primary-navigation {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .elementor-widget-motiox-nav-menu.motiox-nav-menu-divider-yes .main-navigation ul.menu > li.menu-item > a:before {
    right: 8px;
  }
}
.icon-hot-deal:before {
  content: url("https://i.imgur.com/B65gvMe.png");
}

.icon-gift-box:before {
  content: url("https://i.imgur.com/2Mithgk.png");
}

.menu-sale .main-navigation ul.menu > li.menu-item:last-child > a {
  color: var(--e-global-color-primary) !important;
}

.menu-usd .main-navigation ul.menu li.menu-item ul {
  transform: translate(0, 20px);
  left: 20px;
  z-index: 999;
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item {
  padding: 0;
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a {
  padding: 7px 15px !important;
  border: none !important;
  color: var(--e-global-color-text);
}
.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-usd .main-navigation ul.menu li.menu-item:hover ul {
  transform: translate(0, 0);
}

.elementor-widget-motiox-post-grid .slick-list {
  overflow: visible;
  clip-path: inset(-30px -14px);
}
.elementor-widget-motiox-post-grid .slick-slide:not(.slick-active) .post-inner {
  box-shadow: unset;
}

[class*=post-style-] .post-inner {
  position: relative;
}
[class*=post-style-] .post-inner .post-thumbnail {
  padding-top: 61.2%;
  border-radius: 10px;
}
[class*=post-style-] .post-inner .post-thumbnail img {
  height: 100%;
}
[class*=post-style-] .post-inner .categories-link {
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9999;
}
[class*=post-style-] .post-inner .post-content {
  padding: 20px 0 0;
}
[class*=post-style-] .post-inner .entry-title {
  font-size: 28px;
  font-size: 1.5555555556rem;
  -webkit-line-clamp: 2;
  margin-bottom: 26px;
}
[class*=post-style-] .post-inner .excerpt-content {
  -webkit-line-clamp: 2;
  margin-bottom: 28px;
}
@media (max-width: 568px) {
  [class*=post-style-] .post-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 5px;
  }
  [class*=post-style-] .post-inner .post-thumbnail, [class*=post-style-] .post-inner .post-content {
    width: 100%;
  }
}
[class*=post-style-] .entry-btn .more-link {
  border: 1px solid #FFFFFF26;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*=post-style-] .entry-btn .more-link i {
  font-size: 10px;
  font-size: 0.5555555556rem;
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[class*=post-style-] .entry-btn .more-link:hover {
  background-color: var(--e-global-color-secondary);
}

article.post-style-modern {
  border-bottom: none;
}
article.post-style-modern:last-child {
  padding-bottom: 0;
}
article.post-style-modern:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}
article.post-style-modern .post-inner .categories-link {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
article.post-style-modern .post-inner .entry-image {
  width: 880px;
  padding-top: 31.4%;
  position: absolute;
  top: 75%;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  clip-path: inset(3%);
  transform: scale3d(0, 0, 1);
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.3s ease, clip-path 0.5s ease;
}
article.post-style-modern .post-inner .entry-image img {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
}
article.post-style-modern .post-inner .entry-image:after {
  content: "";
  background: #00000066;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 880px) {
  article.post-style-modern .post-inner .entry-image {
    width: 80%;
    padding-top: 45%;
  }
}
article.post-style-modern .post-inner .post-content {
  position: relative;
  z-index: 2;
  padding: 30px 0 60px;
  border-bottom: 1px solid var(--e-global-color-border);
}
article.post-style-modern .post-inner .post-content:hover ~ .entry-image {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  clip-path: inset(0);
  visibility: visible;
}
@media (max-width: 568px) {
  article.post-style-modern .post-inner .post-content {
    padding: 15px 0 30px;
  }
}
article.post-style-modern .post-inner .entry-header {
  gap: 30px;
}
@media (max-width: 568px) {
  article.post-style-modern .post-inner .entry-header {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  article.post-style-modern .post-inner .header-meta {
    width: 200px;
  }
}
article.post-style-modern .post-inner .entry-content {
  flex: 1;
}
article.post-style-modern .post-inner .entry-content .entry-content-wrapper {
  max-width: 780px;
  margin: 0;
}
article.post-style-modern .post-inner .entry-title {
  margin-bottom: 13px;
}
article.post-style-modern .post-inner .entry-excerpt {
  text-shadow: 1px 1px 2px #222222;
}
.hidden-button-yes article.post-style-modern .post-inner .entry-btn {
  display: none;
}
@media (max-width: 568px) {
  article.post-style-modern .post-inner .entry-btn {
    display: none;
  }
}

.single-project-navigation {
  display: flex;
  justify-content: space-between;
}
.single-project-navigation > div {
  width: 100%;
}
@media (max-width: 768px) {
  .single-project-navigation {
    flex-direction: column;
    gap: 1rem;
  }
}
.single-project-navigation .nav-prev a,
.single-project-navigation .nav-next a {
  border: 1px solid #FFFFFF26;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 26px 25px 25px;
  height: 100%;
  font-size: 20px;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-project-navigation .nav-prev a,
.single-project-navigation .nav-next a {
    padding: 25px 16px;
  }
}
.single-project-navigation .nav-prev a:hover .title,
.single-project-navigation .nav-next a:hover .title {
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-project-navigation .nav-prev a:hover i,
.single-project-navigation .nav-next a:hover i {
  color: #F3015E;
}
.single-project-navigation .nav-prev i,
.single-project-navigation .nav-next i {
  font-size: 24px;
  color: var(--e-global-color-lighter);
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-project-navigation .nav-prev .title,
.single-project-navigation .nav-next .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  color: var(--e-global-color-text);
  transition: all 0.3s ease;
}
.single-project-navigation .nav-prev .reader-text,
.single-project-navigation .nav-next .reader-text {
  color: #ffffff;
  transition: all 0.3s ease;
}
.single-project-navigation .nav-prev a {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
@media (max-width: 768px) {
  .single-project-navigation .nav-prev a {
    border-right: 1px solid #FFFFFF26;
  }
}
.single-project-navigation .nav-prev i {
  margin-right: 22px;
}
@media (max-width: 768px) {
  .single-project-navigation .nav-prev i {
    margin-right: 16px;
  }
}
.single-project-navigation .nav-next a {
  border-radius: 0 10px 10px 0;
}
.single-project-navigation .nav-next i {
  margin-left: 22px;
}
@media (max-width: 768px) {
  .single-project-navigation .nav-next i {
    margin-left: 16px;
  }
}

.overview-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.project-name {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  font-size: 100px;
  font-size: 5.5555555556rem;
  line-height: 1em;
  letter-spacing: -2px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .project-name {
    font-size: 50px;
    font-size: 2.7777777778rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .project-name {
    font-size: 36px;
    font-size: 2rem;
  }
}

.project-overview {
  width: 100%;
}

.overview-list {
  list-style-type: none;
  display: flex;
  margin: 0;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  .overview-list {
    flex-direction: column;
  }
}

.overview-item {
  display: flex;
  flex-direction: column;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  line-height: calc(32 / 20);
}
.overview-item .overview-text {
  font-size: 17px;
  font-size: 0.9444444444rem;
  color: var(--e-global-color-lighter);
}
.overview-item .overview-content {
  font-size: 20px;
  font-size: 1.1111111111rem;
  color: #FFFFFF;
  letter-spacing: 0;
}

.single-service-navigation {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 14px;
  position: relative;
}
.single-service-navigation:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
}
.single-service-navigation > div {
  width: 100%;
}
@media (max-width: 768px) {
  .single-service-navigation {
    flex-wrap: wrap;
  }
  .single-service-navigation > div {
    width: auto;
  }
}
@media (max-width: 568px) {
  .single-service-navigation {
    flex-direction: column;
    gap: 1rem;
  }
  .single-service-navigation > div {
    text-align: center;
  }
}
.single-service-navigation .nav-prev a,
.single-service-navigation .nav-next a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .single-service-navigation .nav-prev a,
.single-service-navigation .nav-next a {
    justify-content: center !important;
    text-align: center !important;
  }
}
.single-service-navigation .nav-prev a:hover .title,
.single-service-navigation .nav-next a:hover .title {
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-service-navigation .nav-prev a:hover i, .single-service-navigation .nav-prev a:hover .reader-text,
.single-service-navigation .nav-next a:hover i,
.single-service-navigation .nav-next a:hover .reader-text {
  color: #FFFFFF;
}
.single-service-navigation .nav-prev .icon,
.single-service-navigation .nav-next .icon {
  display: flex;
}
.single-service-navigation .nav-prev i,
.single-service-navigation .nav-next i {
  font-size: 14px;
  color: #555555;
  font-weight: 300;
  transition: all 0.3s ease;
}
.single-service-navigation .nav-prev .title,
.single-service-navigation .nav-next .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding-top: 4px;
}
.single-service-navigation .nav-prev .reader-text,
.single-service-navigation .nav-next .reader-text {
  font-weight: 500;
  display: block;
  color: #555555;
  position: relative;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-service-navigation .nav-prev i {
  margin-right: 16px;
}
.single-service-navigation .nav-next a {
  justify-content: flex-end;
  text-align: right;
}
.single-service-navigation .nav-next i {
  margin-left: 16px;
}

.service_posts .service-content:not(:last-child) {
  margin-bottom: 30px;
}
.service_posts .service-content .entry-title {
  margin: 0;
  overflow: visible;
}
.service_posts .service-content .entry-title a {
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: calc(24 / 20);
  text-transform: capitalize;
  color: #FFFFFF;
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 100px;
  overflow: visible;
  letter-spacing: 0;
}
.service_posts .service-content .entry-title a:after {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  right: auto;
  width: 0;
  height: 1px;
  background: linear-gradient(130.35deg, var(--e-global-color-primary) 16.43%, var(--e-global-color-accent) 87.65%);
}
@media (max-width: 1024px) {
  .service_posts .service-content .entry-title a {
    padding-left: 40px;
  }
}
.service_posts .service-content .entry-title .number {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: calc(20 / 14);
}
.service_posts .service-content:hover .entry-title a,
.service_posts .service-content:hover .entry-title .number, .service_posts .service-content.active .entry-title a,
.service_posts .service-content.active .entry-title .number {
  background: linear-gradient(130.35deg, var(--e-global-color-primary) 16.43%, var(--e-global-color-accent) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-position: 100% 0;
}
.service_posts .service-content:hover .entry-title a:after, .service_posts .service-content.active .entry-title a:after {
  right: 0;
  width: 100%;
}

.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper {
  display: flex;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
  display: inline-flex;
  position: relative;
}
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
}
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon-after,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon {
  display: flex;
  align-items: center;
}
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon-after i,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon i {
  color: #FFFFFF;
}
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-icon svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon-after svg,
.elementor-widget-motiox-slider-scrolling .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-icon svg {
  animation: effect 10s linear infinite;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper {
  display: flex;
  white-space: nowrap;
  position: relative;
  border-radius: 30px;
  padding: 0 20px;
}
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .wrapper-item,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .wrapper-item {
  width: 100%;
  overflow: hidden;
}
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after:before,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  border-image-slice: 1;
  border-image-source: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 1;
}
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title {
  padding: 9px 15px;
  line-height: 1;
}
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title .title-scrolling-after,
.scroll-layout-style-default .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title .title-scrolling {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 0;
}

.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper {
  background: linear-gradient(130.35deg, #FB974B 16.43%, #FD005A 87.65%);
  filter: blur(4px);
  transform: rotate(-3deg);
  z-index: 99999;
  margin: 0 -150px 0 -150px;
  transition: filter 0.4s ease;
}
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper.active {
  filter: blur(0px);
}
@media (max-width: 1024px) {
  .scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper {
    transform: rotate(-4deg);
  }
}
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after {
  background: #000000;
  filter: blur(4px);
  transform: rotate(3deg);
  margin: -122px -150px 0 -150px;
  transition: filter 0.4s ease;
}
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after.active {
  filter: blur(0px);
}
@media (max-width: 1024px) {
  .scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after {
    transform: rotate(5deg);
    margin: -95px -150px 0 -150px;
  }
}
@media (max-width: 425px) {
  .scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after {
    transform: rotate(3deg);
    margin: -84px -150px 0 -150px;
  }
}
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title {
  margin: 36px 40px;
}
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-item .scrolling-title .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title-after .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item-after .scrolling-title .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title-after .title-scrolling,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title .title-scrolling-after,
.scroll-layout-style-1 .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-item .scrolling-title .title-scrolling {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: #FFFFFF;
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.scrolling-effects-yes.slider-rtl .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
  animation-name: scrolling-rtl;
}
.scrolling-effects-yes.slider-ltr .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
  animation-name: scrolling-ltr;
}
.scrolling-effects-yes.slider-after-rtl .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after {
  animation-name: scrolling-rtl;
}
.scrolling-effects-yes.slider-after-ltr .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after {
  animation-name: scrolling-ltr;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner {
  display: inline-flex;
  position: relative;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 25s;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item {
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper-after .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner-after .elementor-slider-scrolling-item .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item-after .elementor-scrolling-item-inner,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner-after,
.scrolling-effects-yes .elementor-slider-scrolling-item-wrapper .elementor-slider-scrolling-inner .elementor-slider-scrolling-item .elementor-scrolling-item-inner {
  display: flex;
  position: relative;
  align-items: center;
}
@keyframes scrolling-rtl {
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes scrolling-ltr {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translate(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.elementor-teambox-item .team-items {
  position: relative;
}
.elementor-teambox-item .team-image {
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 10px;
  padding-top: 92%;
  position: relative;
}
.elementor-teambox-item .team-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-teambox-item .team-icon-socials ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  justify-content: flex-start;
  gap: 5px;
}
.elementor-teambox-item .team-icon-socials ul li {
  line-height: 1;
  text-align: center;
  transition: all 0.4s ease;
}
.elementor-teambox-item .team-icon-socials ul li:last-child {
  margin-right: 0;
}
.elementor-teambox-item .team-icon-socials a {
  color: var(--e-global-color-primary);
}
.elementor-teambox-item .team-icon-socials a i {
  font-size: 21px;
  font-size: 1.1666666667rem;
}
.elementor-teambox-item .team-name {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.2142857143;
  color: var(--e-global-color-secondary);
  text-transform: capitalize;
  padding-top: 24px;
  padding-bottom: 4px;
  letter-spacing: -1px;
}
.elementor-teambox-item .team-job {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  line-height: calc(26 / 18);
  padding-bottom: 12px;
}

.teambox-layout-style-default .elementor-teambox-item .image-social {
  position: relative;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 22.67%, #222222 100%);
  z-index: 1;
  border-radius: 10px;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-icon-socials {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-icon-socials ul li {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-icon-socials ul li a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  color: var(--e-global-color-dark);
  text-transform: uppercase;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-icon-socials ul li a i {
  display: none;
  font-size: 0px;
  font-size: 0rem;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-icon-socials ul li:hover {
  background: linear-gradient(130.35deg, #FB974B 16.43%, #FD005A 87.65%);
  transition: all 0.4s ease;
}
.teambox-layout-style-default .elementor-teambox-item .image-social .team-icon-socials ul li:hover a {
  color: #FFFFFF;
}
.teambox-layout-style-default .elementor-teambox-item:hover {
  transition: all 0.4s ease;
}
.teambox-layout-style-default .elementor-teambox-item:hover .image-social .team-image:before {
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}
.teambox-layout-style-default .elementor-teambox-item:hover .image-social .team-icon-socials {
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}

.teambox-layout-style-1 .elementor-teambox-item:hover .image-social {
  border-color: transparent;
}
.teambox-layout-style-1 .elementor-teambox-item:hover .team-image {
  clip-path: circle(100%);
}
.teambox-layout-style-1 .elementor-teambox-item .image-social {
  transition: all 1.5s ease;
  border: 1px solid #FFFFFF26;
  border-radius: 10px;
}
.teambox-layout-style-1 .elementor-teambox-item .team-image {
  transition: clip-path 1s;
  position: relative;
  padding-top: 91.6%;
  clip-path: circle(31%);
}
.teambox-layout-style-1 .elementor-teambox-item .team-job {
  padding: 0;
}
.teambox-layout-style-1 .elementor-teambox-item .team-icon-socials {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  transition: all 0.4s ease;
}
.teambox-layout-style-1 .elementor-teambox-item .team-icon-socials ul li {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.teambox-layout-style-1 .elementor-teambox-item .team-icon-socials ul li a {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  color: var(--e-global-color-dark);
  text-transform: uppercase;
}
.teambox-layout-style-1 .elementor-teambox-item .team-icon-socials ul li a i {
  display: none;
  font-size: 0px;
  font-size: 0rem;
}
.teambox-layout-style-1 .elementor-teambox-item .team-icon-socials ul li:hover {
  background: linear-gradient(130.35deg, #FB974B 16.43%, #FD005A 87.65%);
  transition: all 0.4s ease;
}
.teambox-layout-style-1 .elementor-teambox-item .team-icon-socials ul li:hover a {
  color: #FFFFFF;
}

.elementor-testimonial-item-wrapper .details {
  display: flex;
  flex-direction: column;
}
.elementor-testimonial-item-wrapper .name {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 20px;
  font-size: 1.1111111111rem;
  color: var(--e-global-color-secondary);
  line-height: calc(26 / 20);
  text-transform: capitalize;
  margin-bottom: 6px;
}
.elementor-testimonial-item-wrapper .job {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.25rem;
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: #F2B52F;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  display: flex;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-item:hover .icon {
  transition: all 0.4s ease;
  color: #1351D8;
}
.elementor-testimonial-item-wrapper .layout-1 .icon {
  left: 0;
  right: 0;
  margin-bottom: 20px;
  top: -30px;
  display: block;
  font-size: 46px;
  font-size: 2.5555555556rem;
  line-height: 1;
  transition: all 0.4s ease;
  color: #1351D833;
}
.elementor-testimonial-item-wrapper .layout-1 .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.elementor-testimonial-item-wrapper .layout-1 .title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  margin-bottom: 10px;
}
.elementor-testimonial-item-wrapper .layout-1 .content {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  color: var(--e-global-color-secondary);
  margin: 0 0 105px 0;
  letter-spacing: -1px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating {
  color: #F9BF00;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  display: flex;
  margin-right: -4px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating i {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between !important;
}
@media (max-width: 320px) {
  .elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .caption-top {
  display: flex;
  align-items: center;
}
@media (max-width: 320px) {
  .elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .caption-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .caption-top .elementor-testimonial-image {
    margin-right: 0;
  }
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .entry-number .number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: 700;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
}
.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-1 .name {
  display: flex;
  align-items: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  margin: 0 0 2px 0;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.elementor-testimonial-item-wrapper .layout-1 .job {
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.625;
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image {
  line-height: 0;
  margin-right: 16px;
}
.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img {
  display: inline;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item {
  overflow: hidden;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item:hover .inner:before {
  opacity: 1;
  visibility: visible;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item:hover .icon {
  transition: all 0.4s ease;
  color: #1351D8;
}
.elementor-testimonial-item-wrapper .layout-2 .icon {
  left: 0;
  right: 0;
  margin-bottom: 20px;
  top: -30px;
  display: block;
  font-size: 46px;
  font-size: 2.5555555556rem;
  line-height: 1;
  transition: all 0.4s ease;
  color: #1351D833;
}
.elementor-testimonial-item-wrapper .layout-2 .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 68px 61px 65px 60px;
  border: 1px solid #FFFFFF26;
  border-radius: 10px;
  transition: all 0.4s ease;
  z-index: -1;
  overflow: hidden;
}
.elementor-testimonial-item-wrapper .layout-2 .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background: radial-gradient(992px 992px at -28% -50%, #FC3654 0%, rgba(251, 151, 75, 0) 96%);
  background-repeat: no-repeat;
  filter: blur(1px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.elementor-testimonial-item-wrapper .layout-2 .title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  margin-bottom: 10px;
}
.elementor-testimonial-item-wrapper .layout-2 .content {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  color: var(--e-global-color-secondary);
  margin: 0 0 58px 0;
  letter-spacing: -1px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating {
  color: #F9BF00;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  display: flex;
  margin-right: -4px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating i {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: space-between !important;
  margin-top: auto;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .caption-top {
  display: flex;
  align-items: center;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .entry-number .number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-weight: 700;
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
}
.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .layout-2 .name {
  display: flex;
  align-items: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  margin: 0 0 3px 0;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.elementor-testimonial-item-wrapper .layout-2 .job {
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.625;
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image {
  line-height: 0;
  margin-right: 15px;
}
.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img {
  display: inline;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.elementor-testimonial-item-wrapper .layout-3 {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}
@media (max-width: 767px) {
  .elementor-testimonial-item-wrapper .layout-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item {
  height: 580px;
  position: relative;
  padding: 0;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 425px) {
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item {
    height: 100%;
  }
}
.elementor-testimonial-item-wrapper .layout-3 .inner {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px;
}
@media (max-width: 425px) {
  .elementor-testimonial-item-wrapper .layout-3 .testimonial-caption {
    padding: 30px 15px 30px 15px;
  }
}
.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption .caption-top {
  display: flex;
  justify-content: space-between;
}
.elementor-testimonial-item-wrapper .layout-3 .icon {
  display: block;
  font-size: 46px;
  font-size: 2.5555555556rem;
  line-height: 1;
  transition: all 0.4s ease;
  color: #FFFFFF;
}
.elementor-testimonial-item-wrapper .layout-3 .title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
  margin-bottom: 10px;
}
.elementor-testimonial-item-wrapper .layout-3 .content {
  transition: all 0.4s ease;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.2142857143;
  color: var(--e-global-color-secondary);
  margin: 0;
  letter-spacing: -1px;
  margin-bottom: 42px;
}
.elementor-testimonial-item-wrapper .layout-3 .details {
  display: none;
  width: 183px;
}
.elementor-testimonial-item-wrapper .layout-3 .name {
  display: flex;
  align-items: center;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333;
  margin: 0 0 2px 0;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.elementor-testimonial-item-wrapper .layout-3 .job {
  display: flex;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.625;
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image {
  line-height: 0;
  position: static;
  padding-top: 0;
  overflow: hidden;
  border-radius: 10px;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image:before {
  content: "";
  position: absolute;
  transition: all 0.4s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}
.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image img {
  position: absolute;
  width: 100%;
  height: 580px;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 10px;
}
@media (max-width: 425px) {
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image img {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .elementor-testimonial-item-wrapper .layout-3 {
    display: flex;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image {
    position: static;
    padding-top: 0;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image img {
    position: absolute;
    width: 100%;
    height: 580px;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item {
    height: 580px;
    position: relative;
    padding: 0;
    max-width: 100%;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .inner {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .testimonial-caption {
    padding: 0 0 30px 20px;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .caption-top svg {
    width: 100px;
    height: 45px;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active {
    -webkit-flex-grow: 3.265;
    -webkit-box-flex: 3.265;
    flex-grow: 3.265;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active .details {
    display: block;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active .testimonial-caption {
    padding: 0 30px 30px 30px;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active .content {
    display: block;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1366px) {
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .testimonial-caption {
    padding: 0 0 43px 47px;
  }
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .content {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active {
    -webkit-flex-grow: 3.265;
    -webkit-box-flex: 3.265;
    flex-grow: 3.265;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active .details {
    display: flex;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active .testimonial-caption {
    padding: 0 61px 45px 60px;
  }
  .elementor-testimonial-item-wrapper .layout-3 .active .content {
    display: block;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1441px) {
  .elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .caption-top svg {
    width: fit-content;
    height: fit-content;
  }
}

.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
  position: relative;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
  content: "";
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  transition: all 0.3s ease;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
  width: 100%;
  transition: all 0.3s ease;
}

.elementor-timeline-wrapper .timeline-circles {
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 3;
}
.elementor-timeline-wrapper .timeline-circle {
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  transition: background-color 0.3s ease;
  transform: translateX(-50%);
  z-index: 2;
}
.elementor-timeline-wrapper .timeline-circle .timeline-circle-dot {
  background-color: #DFDFDF;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.elementor-timeline-wrapper .timeline-circle.active {
  border-color: var(--e-global-color-primary);
}
.elementor-timeline-wrapper .timeline-circle.active .timeline-circle-dot {
  background-color: var(--e-global-color-primary);
}
.elementor-timeline-wrapper .default-line {
  position: relative;
  /* Để các phần tử nằm trên */
  z-index: 1;
  /* Đặt thanh dưới vòng tròn */
}
.elementor-timeline-wrapper .default-line {
  content: "";
  position: absolute;
  width: 1px;
  background: #DFDFDF;
  height: 1500px;
}
.elementor-timeline-wrapper .draw-line {
  width: 1px;
  height: 0;
  position: absolute;
  background: var(--e-global-color-primary);
  z-index: 1;
}
.elementor-timeline-wrapper .item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
  margin-left: 166px;
}
.elementor-timeline-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.elementor-timeline-wrapper .thumbnail {
  width: 48%;
  height: 360px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .elementor-timeline-wrapper .thumbnail {
    display: none;
  }
}
.elementor-timeline-wrapper .thumbnail img {
  display: inline-block;
  border-radius: 0;
}
.elementor-timeline-wrapper .thumbnail-mobile {
  display: none;
}
@media (max-width: 768px) {
  .elementor-timeline-wrapper .thumbnail-mobile {
    display: block;
  }
}
.elementor-timeline-wrapper .thumbnail-mobile img {
  border-radius: 0;
  object-fit: cover;
  width: 100%;
}
.elementor-timeline-wrapper .content-wrap {
  width: 52%;
  max-width: 660px;
  margin-left: -7px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .elementor-timeline-wrapper .content-wrap {
    margin-left: -14px;
    width: 100%;
    max-width: unset;
  }
}
.elementor-timeline-wrapper .content-wrap .inner {
  display: flex;
  padding-left: 0;
}
@media (max-width: 375px) {
  .elementor-timeline-wrapper .content-wrap .inner {
    flex-wrap: wrap;
  }
}
.elementor-timeline-wrapper .content-wrap .number-wrap {
  display: flex;
  position: relative;
  padding-top: 0;
  padding-right: 62px;
}
@media (max-width: 767px) {
  .elementor-timeline-wrapper .content-wrap .number-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 375px) {
  .elementor-timeline-wrapper .content-wrap .number-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.elementor-timeline-wrapper .content-wrap .number-wrap .inner {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .elementor-timeline-wrapper .content-wrap .number-wrap .inner {
    max-width: unset;
    width: unset;
  }
}
.elementor-timeline-wrapper .content-wrap .number-wrap .inner .number {
  display: block;
  width: 121px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 100px;
  font-size: 5.5555555556rem;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
}
.elementor-timeline-wrapper .content-wrap .content {
  position: relative;
  flex: 1;
}
.elementor-timeline-wrapper .content-wrap .title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.elementor-timeline-wrapper .content-wrap .description {
  width: 360px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4444444444;
}
.elementor-timeline-wrapper .content-wrap .description p {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .elementor-timeline-wrapper .content-wrap .description {
    width: unset;
  }
}

.elementor-widget-motiox-work-process .motiox-con-inner {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 10px;
}
@media (max-width: 425px) {
  .elementor-widget-motiox-work-process .motiox-con-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.elementor-widget-motiox-work-process .elementor-process-item {
  height: 540px;
  position: relative;
  padding: 0;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .elementor-widget-motiox-work-process .elementor-process-item {
    height: 450px;
  }
}
.elementor-widget-motiox-work-process .elementor-process-item:before {
  content: "";
  position: absolute;
  transition: all 0.4s ease;
  background: #00000066;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}
.elementor-widget-motiox-work-process .elementor-process-item .process-inner {
  height: 540px;
  width: 100%;
  position: relative;
}
@media (max-width: 425px) {
  .elementor-widget-motiox-work-process .elementor-process-item .process-inner {
    height: 450px;
  }
}
.elementor-widget-motiox-work-process .process-post-thumbnail {
  position: static;
  padding-top: 0;
}
.elementor-widget-motiox-work-process .process-post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 540px;
  object-fit: cover;
  top: 0;
  left: 0;
}
.elementor-widget-motiox-work-process .entry-number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: 40px 0 0 40px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.elementor-widget-motiox-work-process .entry-number .number {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 1.4285714286;
  color: var(--e-global-color-dark);
}
.elementor-widget-motiox-work-process .process-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease;
  padding: 0 0 54px 40px;
  width: 100%;
}
.elementor-widget-motiox-work-process .process-content .process-title {
  display: block;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #FFFFFF;
  text-transform: capitalize;
  padding-bottom: 14px;
}
.elementor-widget-motiox-work-process .process-content .process-title a {
  color: #FFFFFF;
}
.elementor-widget-motiox-work-process .process-content .process-description {
  display: block;
  width: 480px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4444444444;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .elementor-widget-motiox-work-process .process-content .process-description {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .elementor-widget-motiox-work-process .motiox-con-inner {
    display: flex;
    grid-column-gap: 10px;
  }
  .elementor-widget-motiox-work-process .process-post-thumbnail {
    position: static;
    padding-top: 0;
  }
  .elementor-widget-motiox-work-process .process-post-thumbnail img {
    position: absolute;
    width: 100%;
    height: 540px;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .elementor-widget-motiox-work-process .elementor-process-item {
    height: 540px;
    position: relative;
    padding: 0;
    max-width: 100%;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .elementor-widget-motiox-work-process .elementor-process-item:before {
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    background: #00000066;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
  }
  .elementor-widget-motiox-work-process .elementor-process-item .process-inner {
    height: 540px;
    width: 100%;
    position: relative;
  }
  .elementor-widget-motiox-work-process .process-content {
    opacity: 0;
    visibility: hidden;
  }
  .elementor-widget-motiox-work-process .active {
    -webkit-flex-grow: 4.5;
    -webkit-box-flex: 4.5;
    flex-grow: 4.5;
  }
  .elementor-widget-motiox-work-process .active .process-content {
    opacity: 1;
    visibility: visible;
  }
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-primary);
  text-transform: capitalize;
  transition: all 0.4s ease;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 14px;
  font-size: 0.7777777778rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 16px;
  font-size: 0.8888888889rem;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 20px;
  font-size: 1.1111111111rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 24px;
  font-size: 1.3333333333rem;
}
@media (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 34px;
    font-size: 1.8888888889rem;
  }
}
.elementor-widget-heading .elementor-heading-title.elementor-size-default, .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
@media (min-width: 1024px) {
  .elementor-widget-heading .elementor-heading-title.elementor-size-default, .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 36px;
    font-size: 2rem;
    line-height: calc(42 / 36);
  }
}

.bg-blur {
  backdrop-filter: blur(50px);
}

.pulse-sale {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  animation: pulse 1.5s infinite linear;
}

.moving-div {
  animation: moveUpDown 2s infinite ease-in-out;
}

.zoomInOut-div:hover img, .zoomInOut-div:hover svg {
  animation: zoomInOut 1s infinite linear;
}

.rotating_div {
  animation: rotating 8s linear infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse-sale {
  from {
    box-shadow: 0 0 0 0 #F6425F33;
  }
  to {
    box-shadow: 0 0 0 20px #F6425F33;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: var(--e-global-color-text);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}

.animated-slide-column > .elementor-column-wrap {
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  opacity: 0;
  transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
  content: "";
  margin: 0 -5px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background-color: var(--e-global-color-primary);
  z-index: 3;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
  overflow: hidden;
  position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
  transform: translateX(0);
  opacity: 1;
}
.animated-slide-column.col-loaded:after {
  margin-right: 0;
  right: -3px;
  bottom: 0;
  left: 100%;
}

.animated-bg-parallax {
  overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
  overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
  transform: none !important;
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
  position: relative;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--e-global-color-primary);
  top: -60px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
  height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
  color: var(--e-global-color-primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-rotate {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.text-shadow {
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #FD005A;
}

.hover-style .elementor-cta__button-wrapper {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(10px);
  height: 0;
}
.hover-style .elementor-cta__title {
  transform: translateY(0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
  overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
  transform: translateY(-20px);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
}

.mask-text .elementor-counter > * {
  color: transparent;
  text-align: center;
  font-size: 10em;
  font-weight: 900;
  background-image: url("../../../assets/images/ldp_mask.jpg");
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
}

.e--ua-safari .mask-text .elementor-counter {
  text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
  display: inline;
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  display: flex;
  font-size: 50px;
  font-size: 2.7777777778rem;
  color: var(--e-global-color-text);
  max-width: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
}
.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
  color: var(--e-global-color-text);
}
.elementor-widget-icon-box:hover {
  cursor: pointer;
}
.elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-view-stacked .elementor-icon {
  background-color: #fff;
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
  border: 1px dashed;
  border-color: #DDDADA;
}
.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover {
  border: 1px solid var(--e-global-color-text);
}

.title-effects-yes .elementor-icon-box-title {
  font-size: 86px;
  font-size: 4.7777777778rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-text);
}
.title-effects-yes .elementor-icon-box-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: var(--e-global-color-primary);
  bottom: 3px;
  left: -1px;
  transition: width 0.7s;
  z-index: -1;
}

.enable-icon-effects-yes .elementor-icon-box-wrapper {
  position: relative;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon {
  position: relative;
  width: unset;
  display: inline-block;
  animation: qodef-element-rotate 20s linear infinite;
}
.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg {
  width: 286px;
  height: 286px;
}
@keyframes qodef-element-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
.enable-icon-effects-yes .elementor-icon-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-image-box-wrapper .elementor-image-box-img {
  width: 100%;
}
.elementor-image-box-wrapper .elementor-image-box-img img {
  display: inline-block;
  width: inherit;
  border: 1px solid var(--e-global-color-border);
  border-radius: 20px;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  color: var(--e-global-color-secondary) !important;
}
.elementor-image-box-wrapper:hover .elementor-image-box-img img {
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.2));
}
.elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
  color: var(--e-global-color-primary) !important;
}

.image-box-effects-yes .elementor-image-box-wrapper {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img .elementor-image-box-img-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img img {
  box-shadow: 0 4px 30px 0 #0000001A;
}
.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-button {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:before {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
}
.image-box-effects-yes .elementor-image-box-button {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.125rem 2.25rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
  white-space: nowrap;
  background-color: var(--e-global-color-accent);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-color: #110A00;
  gap: 8px;
  text-transform: uppercase;
  line-height: 1.25rem;
  border: 1px solid var(--e-global-color-text);
  opacity: 0;
  position: absolute;
  top: 33%;
  transform: translate(-47%, 35%);
  line-height: 1.5;
}
.image-box-effects-yes .elementor-image-box-button span {
  position: relative;
  z-index: 2;
}
.image-box-effects-yes .elementor-image-box-button span i, .image-box-effects-yes .elementor-image-box-button span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-box-effects-yes .elementor-image-box-button:hover {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-box-effects-yes .elementor-image-box-button i {
  font-size: 12px;
  font-size: 0.6666666667rem;
  margin-top: -3px;
}

.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
  text-decoration: underline;
}

.image-style-motiox-yes .elementor-image-box-img {
  border: 1px dashed var(--e-global-color-border);
  padding: 20px;
  border-radius: 4px;
}
.image-style-motiox-yes .elementor-image-box-img img {
  border-radius: 4px;
}
.image-style-motiox-yes .elementor-image-box-img-inner {
  position: relative;
}
.image-style-motiox-yes .elementor-image-box-img-inner:after {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-style-motiox-yes .elementor-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-style-motiox-yes .elementor-image-box-title {
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--e-global-color-text);
}
.image-style-motiox-yes .elementor-image-box-title a {
  color: var(--e-global-color-text);
}
.image-style-motiox-yes .elementor-image-box-title a:hover {
  color: var(--e-global-color-primary);
}

.motiox-rotate-effect-yes {
  position: relative;
}
.motiox-rotate-effect-yes .elementor-icon:before {
  content: "";
  display: block;
  position: relative;
  background-color: var(--e-global-color-text);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgdmlld0JveD0iMCAwIDI4NiAyODYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8cmVjdCB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMTM2XzU0NjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDAzNTA0NjcpIHNjYWxlKDAuMDAyMzM2NDUpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMTM2XzU0NjIiIHdpZHRoPSI0MjgiIGhlaWdodD0iNDMxIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWF3QUFBR3ZDQVlBQUFBSFhPRUNBQUFBR1hSRldIUlRiMlowZDJGeVpRQkJaRzlpWlNCSmJXRm5aVkpsWVdSNWNjbGxQQUFBQXlkcFZGaDBXRTFNT21OdmJTNWhaRzlpWlM1NGJYQUFBQUFBQUR3L2VIQmhZMnRsZENCaVpXZHBiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02ZUQwaVlXUnZZbVU2Ym5NNmJXVjBZUzhpSUhnNmVHMXdkR3M5SWtGa2IySmxJRmhOVUNCRGIzSmxJRGt1TVMxak1EQXhJRGM1TGpFME5qSTRPVGszTnpjc0lESXdNak12TURZdk1qVXRNak02TlRjNk1UUWdJQ0FnSUNBZ0lDSStJRHh5WkdZNlVrUkdJSGh0Ykc1ek9uSmtaajBpYUhSMGNEb3ZMM2QzZHk1M015NXZjbWN2TVRrNU9TOHdNaTh5TWkxeVpHWXRjM2x1ZEdGNExXNXpJeUkrSUR4eVpHWTZSR1Z6WTNKcGNIUnBiMjRnY21SbU9tRmliM1YwUFNJaUlIaHRiRzV6T25odGNEMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMeUlnZUcxc2JuTTZlRzF3VFUwOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3THpFdU1DOXRiUzhpSUhodGJHNXpPbk4wVW1WbVBTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXZjMVI1Y0dVdlVtVnpiM1Z5WTJWU1pXWWpJaUI0YlhBNlEzSmxZWFJ2Y2xSdmIydzlJa0ZrYjJKbElGQm9iM1J2YzJodmNDQXlOUzR4SUNoWGFXNWtiM2R6S1NJZ2VHMXdUVTA2U1c1emRHRnVZMlZKUkQwaWVHMXdMbWxwWkRvME1UazRRemd3UWpkRFJEQXhNVVZGUVVaQ01rVTJNams1TURjMU5EVkVOeUlnZUcxd1RVMDZSRzlqZFcxbGJuUkpSRDBpZUcxd0xtUnBaRG8wTVRrNFF6Z3dRemREUkRBeE1VVkZRVVpDTWtVMk1qazVNRGMxTkRWRU55SStJRHg0YlhCTlRUcEVaWEpwZG1Wa1JuSnZiU0J6ZEZKbFpqcHBibk4wWVc1alpVbEVQU0o0YlhBdWFXbGtPalF4T1RoRE9EQTVOME5FTURFeFJVVkJSa0l5UlRZeU9Ua3dOelUwTlVRM0lpQnpkRkpsWmpwa2IyTjFiV1Z1ZEVsRVBTSjRiWEF1Wkdsa09qUXhPVGhET0RCQk4wTkVNREV4UlVWQlJrSXlSVFl5T1Rrd056VTBOVVEzSWk4K0lEd3ZjbVJtT2tSbGMyTnlhWEIwYVc5dVBpQThMM0prWmpwU1JFWStJRHd2ZURwNGJYQnRaWFJoUGlBOFAzaHdZV05yWlhRZ1pXNWtQU0p5SWo4K2l2MzlGd0FBU3laSlJFRlVlTnJzblkxeElyc1NSblczYmdKc0JnK0hnRVBBSWVBUUlBUUlBVUtBRUV3SUpnUVRnZ2xoQ2VFK1pMZThvbWxwTkREQUFPZFVVYnZMd3ZBM28wOWZxOVg5ejMvLy9lY0Eya0MzMiszdC91akxMYkRlM1phYnpXYk5Od1R3MlB5RFlFRUxoS3E3KzJPdWhFb3o4N2VkY0czNXhpNHplV0NTQUFnV3dLRllmZXh1bllLSHIzYUQ2QXZmMnRsL2s4SHVqN2ZkYmVPLzgzQmpzZ0RYNWhkZkFWeVpOME9zbHJ2YnhIMkhBMlA2dThGMHpGZDJkbnBCdTNhM29meEdmM2JmL1lmLy9pVjBDNEREZ29lY3lRZjhqUDVsTjVQZlJJL3hBaldOSHJQZC9mZHZ2cjJ6L2k2ZklsWlp0N3U3amVMZkNnREJnbHNZNFB3c1BDUkxkS0lCelNkTExETFBtOHNNUHZDNmUvelNlTnk3MjEvZk1oOEhqZnlXWHFnK0N4KytsUWtHYTExd0VRZ0p3aW1EVzgrSGlkeDN3c1RBN1lmMnZNRE1KWXlVV3AvYW04Vm5SR2lWZXg0MGlrNTg4Y2t1VDk1TnVlOVFiWXovWGQ4eXZ5OEFnZ1h0RUt2ZEg5NzVWSzFuZkQzdXhFRnRWVEdvd3ZrRWE3MzVackc3dllwNHJkWGtZWmc1VC95NjR4QlJBd1FMcm9sT2x2QnJHUk81TFF6UkdoYUs0QUZHeUlsRi84c0oxa3I5RnVGM0xwMUFETVdCKzZTTk53azVBaUJZY0RGM05YVDdZVGsvcUQzdnhyS1ozSHo0YUtTZU5qWm0yWFdjVS96WURwbHFaL2xkKzJvU1lxYXk3KzRyK3Qzazl4NUVkL20va3hvUFIvTXZYd0ZFN3NZUE1OdUNSWFE5UUUzMHdPWkRTSklGR0I0YkJxK0ZjbVY3YnlQem1tdjF1ajEzbVBiZXR1ODBiSWgyTWxEcjk3dU52b04xQy9ZNTlTc21GSFVacUg4djJNc0ZDQmFjTXFBTzVkYUo3dmVEeWl3endIU1VPS1dFWTZrR3diNFNyRHFodmpyaTFwcXZXSDMrUWVheEx3MEl4RVVFeXdqcnBWTGJodzBMSUR3NGhBUWZWNno4WU9Jei9NYnVjT091LzdmZisvUnhZdWh0bVJzUVpUMWtVeWhZcXhyaUJ2WFBoNDc2VGplWmlVamZjTCtXcU1YSDIrYTJJa2h5aGc4YkQxam5BZ1FMdEZqTlhYVTVKRDl3V0duTFczVTgwem1JTzRzSHFZN3gyTFVldUJMSDJxalh2WVZNd1pDZ3NGSzNOb1l5QnpYY1VLL2dzWU9LeVV2NHZiMUkvWEhmR2FkK2t1U1RlVDc5NW1VNVR3RitJQ1Q0ZUdJVnI2dkVnOGxTQktFdnJpc1dyYkhiend4YnF3R3BueHFRQ2g2ci83K1hHU3ozMXJHOHVCa0pBTzFScTIrUm5jbXQ3ZlNxWEZOTmNhc1VMR1BqdUo0c3pXV0M4OHJhRitDd0hoTTlRUGlFaWEvS0VYN3czOTI4TUZWbCtHVkRmUlVEVlZVNGliQmdPeHhXeWhIMWxETmY2L0pNOGhnZFhseHBaK1VLdGpySStmTEd6d01JMW1PaUJXTmhPSU9GSVE1RDVSeld5cmoxTWk0ajk5aDdUN3k0QmRkdGlkQzI4UHlwN2E3RTVVK054L2hOeWI5bHdyUVgvaVU4Q0FqV1k2Sm52cW1CYVZIaHpCcHhXZkw2V3RBNk9LeXJUbUtXTlI1N1REanc0RndTbC85MVBzcUU2YVhpT1lCZ3dZM05qRHV5YU8wVEk5N2xOcTdJc3RxVU9CVEo2Tm9vSWVsbkJxcGN5bmJWWTljbDRpZml0cGRWU01tZnN3aFdLcDI5NHc0elBWZUdXK3VxU1ZIVjd6c3hmdXUxZWg5TVRnREJ1bUd4OGpOT1gxVjdLZ0lRcXFXSGRQVFVqRlJuNWVXRVpwRVNHaGxRdEhoMEUwSlQ5ZGk2RzRoeFdRMU9lcFNBYkd1a3MxdE9iRmh4RHVuZmJKMXBVYkkyM2lzZ1dIQmpnNHdYcFZ4YXVyOS9uaEN0T3M3b0lDeW9oS1lwbDFXblJCT0NkUVYzbFhpc0pXeEZ5UnV4UUphK1hpNVRVUFp2VFNYSzhGWVFhUUFFQ3k0Z1ZuNUFHQnNEaHpYUXpJMTlUVXMxU0F3eXptaWJjMW11M3BwUzhyRTFpOXZTZTZrOWdyVTB6czFPZ1h1cTNDeHViRHplSkI3WGs0YVRiM0pkOU9VYzlaTTZ2NWRyampORHNPQjZhTEh5RGZSODRWbS9TUDFrRE9oalE0U3FGc0Z6TStRNFc5QVN2MDVDL0tvZVcxcmNsbG56RlFRcnNUYTFxVGpXb21EUzBVbUVwU3VQRmJXNHlaMFRReEV1bkRpQ0JSZDJWM3JXdVlnWHZXVUFlWFdIS2NGVkYzOVNzT1Q0T3ZraTU3S09EUXV1Qzk5VFNWZ0t5czRuTFVLNTlhUXFkOVZ4NWVIQXlnbVRaQXI2Q2RoTXptZnI5WFNMbStERTlIbm1IL05PaUJEQmdndVBNWm5RU2l4YXVUQmVDTUhwV1c3T1paMHJMTmpOaWFoc0xvMEhxYkY2N1UyYksxM2NpN3RLVEVUV3h2L3ZiUzVQclRrWkdham1QaXRKYy9jYjIzOGJRcXBiM0d3bDJ2QVVSUnVXU3JURy9PUUlGbHlQVHVFTXRsOVRoQ29mRzgxV2x5YzRyRjZGMEU2bHB0eTcxSnZUbTAwbm5BSW5VVklUTU5SM3JIcHMzZFlrdWx6VnVIU3RTUjZueFdla293M1NJWG10SmtHc1p5RlljQ0UySmVJZ0RtcWJjV1pCYUhUb3NIYnloZnlmWG4vS0ZiRE5NVEZtN3FGRmh4NW9Gcm5xMzFERTRGQUw5Z2YwUk8zSnZiWXpSampRV2lmVjU0S3VwaEphM1pTZ093eXNNdWZDc2tZRUFCQXNhRXl0RHR0eGRIWFlMR0p0RER4YWhCcEp2bkNGNjFqRzR2ckdlRTh2THIxWUg1N3pLbDJONFVnU2lRNmhsZjJIcElqN2YzOFlFNTVaeFhtekxDeFdhN21zYnNYNzdocnVLbGRjbUtLNUNCWmNrWVhoUUlyR3FJSUJveXI1UXBkUUdxVEVUSzlKSk1JNEs4dk5pUmc5aWVPS2I4K3lSb0d6T3AxY2FLd252OVhRZU56RWNNcDFXcFBvYzJxaDNsUFZPdFBCT1ZTeGpvbWp1aVArK2UrLy8vZ1dyalBESGRhWWllcUIvME9jeGl4MXNmcDFIN2UvcnZCaVBkWjQzRWpDTmFuM0hJZUhGc0hwSkZwRkxDSVhwUmZKZlViYU0yZkMxYy9EVUNHbFh6QzRlN0dhR1k3bk0zWTBQa2tpK3YrcC9PNkx4UG5YbGZNNUZzYmYxblZodkphVFNjdzY0OGIwNDMvVHF1UjJvUi9XNVFlSXNDYlFsd3U1VnVLQXY5aDJoM2crNHFKTFBWNjNzUis2ZEVodXFRUXJIdUFtN2pCVGJKaDVMNFQwV29DSXlDbzZONE53aGI4SFo3MUlyRUVtVTlsbGNoVmNtay9VOFlkNFVxKy8yZDIvVU01cDZPd3duN1dXdHE1d2thdm8vRjZrcmh1WmpNVnJwUnVYWHhzREhOYmRpMVhZNk5pcGNqNE52TmFlYzlxOXhqK1p4LzVSN3lrM2EvMXcrOWw5LzZqUE4zZlZsU3BHRlFNTjNNNDUvYW1jODgrNUl5SGpOOHVSRzlmRlJ5eDZrdUdubmVDN2V1cFRRU0pQZUs1M2VxK0ozbDI1YzVienRVV3doblZaT3U1d1RhQU5wV09LTnhLcndVa25UZmlMK3NVZFp2dUZCSTlYcWNyQnhYOC9FN0JjWlhhOWJycEt1THkxY1oxb3hvYTcycFM4VDJsTStwd1FxL2VLQ2RhWG1OS1BxeDBRRXJ4d0JDWWhBSDcyMTNTSXJMSU9teEtzdlpDTUQ5UG9nY1NvRldjbVRiamJhUXNQcDFHbmoxYVl1RmpDVjVVWjJGZXZ0WFVuN3NHcnFKU3hrZXV5cXlhV2JGVEhZVDJRV3FWbmhNT0tOaC9IdXJraXdaTDNwUy9FOTNnL2xaRndVVEpBd1gyZnozNVM4aXdUbm0zQitaQ0tKRlJWMGREbjNheUJ4SW14NFFCSG9WS0dyTFZOS3Q0SFhCaldzQzdNYnVEL0x6UDdmR29pZzhuSWpqcFlFMGc4NThQbDA1MzNYQmw3b2FEaW5OSnJVeXNwbTZRZm85ZDE0M1V3UFZFNitUcEpySWNkWkVES1k2Y3ErdkJLSWdZTzYxNHUwRTZCVTFwbFpwOU56ZUM2RlRQV2xNc3FEYk1nVmxEaXdIVE55cjZVMmZJWmc2RitvQmFybFFwRmo4L2dyblNKcjVVbFZva29BZ1YwRWF5N0VLdSt6Q2JmcFA3ZE1ZdTBnNFlXZHp0SERqQSt0T05ud0trUUlsVW1vQzRqcDBxQXVlKzFvM2QzMklSMGI3dURYQXM2cVdOMjRuWHFCYkNYZXMxRTVBTVFyTHNTcTdIYjc4dnp0ZGNxSVZ3YmRUSG9DM0RhUUJ1RUlvZlYvV1l1S2ZCaFJGaEovUDdaVVdVQ21uRlp1VWxRZkMyOHFIVmVIYTA0VmF4NmhydWFWV1FiOWdzaks1OWtFcDRmc2dTYllaVVJqcmtJMmt3Y3pFWTVvWmxjbU4zb3ZybGM1RTA1cksyK3dPVENIY1lPVVZXN1hqdDZUVUZEb3VVM3U4djVOalFtVkl1RWNQU1Z1MXFjK0ZaMHlEMFhDa3lWRTdQRWJSaGQ2ejZWa0M0Q1o0S2tpMlpkMXJUcTJwVmJmQ0grbGhCRjBTSnc0WHN4TncxSGxRZkdocWhWSm1ZQU5IU3QvS1NNNTlMRVZZTFNRY0xHaWRmblZxSUdtOHh6ZE1MRlFhVU91YVkrMWZVMGFrQmN3WUNRWUhPenlGbUJJK2thSVlhZVhMUzFLMWNYT3F5dGhDekdjbUZORGJIeUZ4ZXpRcmpVdGJLUjBQUHF5SFA2UUl3a0pOZFAvSC90VUtBY1M3dXJTY0pkNlMwa2hNMFJySnRBTHpBN1Y3aG9LMkdFdGJwQTM0NThIM3JuZms2by9MclVxTFJxQU1BRmlRZituZ2hQU296ODVPNDlYbytOMEtIQWRVRW9jRzVFSUpiRzQ4NlJ4UWdJMWtWbWptdkRLZm1UK3RXbEM4cjJsT0E1ZFpIV2F1dHRsSG5xSUZSd28raHI1ajFPYkVqc3B6cHdYOFlFcmlyTFZhK3piVXZkRmFIQTg4SWFWcmtJeEFWZlZ4V1AxeTA3dkNnOHU3LzlmdUpzb3IyMXFzUmFXSEg5UFdPelpveC8zNGdVM05LMVo3V3RTUkV5RGNPbVkyc3ovS1RDWFZuWGo5VldoYlVySEZickxwYWVpTThmbWNtOXl5enZqOFROVTNGMUhScjg2cElxc2Z2UW5IQVJPYUI0aW1hdGhSVnZLSmFMZFdVSTFZdVVuRUdzNEphaUZpT1g3MEN0aFdXdHJwdjQrbG9YSkRLVlpoSnFkN1hLaVpXc0kwOVQ2MnlBWUowcVZrT1phVmtuV0VnTGY3ZEVTMFRCU3FMb2gvK1BoR3RkSUhoMVE0TXpRNmdvMmdtM0xGcFZHOXFmWThFd0N1YUc2eXAzelJkdEtrNnRYVlZFYU43bE9lOTF3L3p3RjBLQ2FiRXFkVFZyRVFXclE2cFBtaGdZRjlhMjREMVlvY0ZpNFpIOUlMZ3B1THVvaHhLaWxSVXVONjY5UmtLQmlXc3ptWEl2WWNrM2Q3aU9Oam0xYWdlQ0JhbUYzSm00bGJDUDZhQ3RncldIS1JIbkx0N3ZsRm9MSXdzSm9QTGEwWTBsZitldUc5MllOQ1ZDaVd2YW5FZ21DdnRtSjdtUWg1RGdJZHF1ZTRHWXlMNlJwWnpFT21Ob0lKc01kU2pEQ2lrTWFyUVNNZGZDK0lrQXFqVkxpYysySXBwUm1rbW8xNjRXQ2JIcUo4UnFJYzBrRVNzRTYrUlptZDdZTzdQQ0RXTGw5UUxyMktvbEpuczM5RWJDb2k3RFZXdGhBSkFrMS9sWVgvTjZzam14d3VtbGExZUpLdlJmSWtqaGFBVHJYTE15NXpLYmZ1WEVXeHRDMUN0d1NzV3RSRVFjanhJOEFBVHJSNWRTVVEyOU9UK1hTV2k1cTQzaDF1YkdPUEpTa1VVNDRDZERzTTZObGJuMHJrVkw3TDlldDZyVFNzUVN2QjVmUDBDU21USEpHOGNLSm9rWlJhSEFFbmNsZThhbWhuQytWTlJNOU05N2t6OEJ3U3BHaTg4dzUyUWlJVHB3VC9wNWlYcUJSYTFFMUZxWVA4NHphZW9BMld0R055VHR5UFgybnlSWStNUUo3V29tbVEzNjJsMzloQTFsajlXYk85emdITGFWckROaUZSY1NHQ0phQ0ZiZGt6d1dMU3Urclorek5tWmxQV2ZYQVp5NXcvWWlwYUZCSHhaOFpmTXZRUEgxUEhOMlNTVXJPckZJaFFJTmQrVW5rSXZvLzk0TjhWdkl0WnBMOWhnYTR3dWloV0NkRkVvWVZtMzBFekhSb3RYWEoxNGlhN0JmdXBHUTVva0FSNGxXVlFQSlNVVXloSFpYWHdWdW83MWJCMkhGcXVTS2lyMmVpRllDOW1IWko5T2JNV09xckJPV3FIdDI4RHlqejA1bGJ4NEFPUG02RG8xUyszTE4rZWpJc3FMTmlONTM1Wi8zSk1mUm1ZQmJpWUpVMVJxMXhHb3R4K3lvKzlpdjlZaUNKU2ZKd1AxTld3ODE5NnhNbjJEemRabVdsNm9pdE1abVgrZU1SVmRqbzZMUFRucm1sQVJvMWJpaHExb0U1elExeEdWVU1ENVlZdlUxWVpXLzYwUVFST3VSQkV2RTU4M1pOUUZqaXorcG1Gbjl6SzRxNHRJcHNkdHpVSFZLd1FEQTFjYU9lQXdJK3lJUGVtV0pXRzByanRkTHVMSzR3cncxZmlCYXdxOEhPT0hlSzhUSzR6Zmpmc1NaZlhKeXZMakRETUQzZ3N6QnluMVhjb0xxQmVFaHd3UkFhOUJyVjg0UUt6L1pmVzFDck5TNEV6dTFYdFc0ZzJEZGoxanBCZEdWc3l1a2h4T3FTbFNzZHR2T2VKN2VkOVUzOW1mRnJVUm1VVmdBQUs0L2Z1aGtLTDBGWmFRak02ZUlWWUZvZlNCWWp5Tlcvc2Qva2xSVEx3eFA3ckJ2MUVFYkQwbVlPSEJDQlptREsrTjVsdE1ieVlrN3dmSUR0TnBkeFdMelhOS3NNVk1BTjdzZUhvbFduQm44OE1zRmQ3ZUdWVGNHbk1qc2V6SVNNWW95QUkyVE5aNFZzVVlGY0J0anlHZENzTDZpSnlVWnZabmoxT3BNTEdQUG1tN0dkK2F3amxtd2xQMFMybWxaZGIwbXJyeDI0TS9odWZ3QmJtOG9TZHkvbExHa1ZLemVFNkpYYXkzS2oxR0kxUjBLbGppZ1kycnNhZGZUejFoMHEzWmc2Z1FmR0tFRUFHZ3hFcXJUMTNwUmNrVm00aHd6YldKanNPL2FVS01lS1lMVndoUE5hdnRSbVdGVFdwY3ZVenZ3VFI5Zm5OZFVpUldWS2dCdVI3U2UzZCtVOVVuSjh6SmlOVlBqeGtuVkxLSVdKdk5IRXEyNzNJZVZXRy9LaGdaOVVjem9uOG1XMS9KWTc1emVEUGUwa0ZsWjE5bkZNbG0vQXJoVGNtTGxCUytSZ0xHbzJ5UEwyTXhjVk5RQWg5V09rNlJyekk1R2RaeVdrZkczcnBoOVdiVURReHJzWFA3VUp5VmlCWERmVEEyeFdnUjNGb1VhNDBsenI4Nytxa1FMazdBLzlPNWJEdDIwdzRxY2p1bGVTcHhXSnUxMEpUT2pWWTJaanNXc05Kd0FBRGM3RmxsamplbWVvakVucE1lWHJvdE5YYjY0d0tiMGVBalc1VThRTFRTbU1PUkV5OWtGTEYwZDRaSjI5VjY0ZEtMR1VrNVkrbFlCSUZiNk9WK0Zia3ZDZUpsUTQxcHV3OVNFSE1GcXh3bmlmOEFQdDU5K21rejl6SWlXVlIyNWQ2Und4VjJBMTJ3Q0JrQ3NHamkrSDZQZUVtTDFJbTFPOUh2d0ZlaGZFYXoyaUpXZWJWU0czUkluMXNGSkZtWDM5WThSTGdCNEdMR3lsZ1FhY3ppWjVZbzlRVXlNaVMvM09FYmRZdEtGWHRoY2xxd1JKUkl4RGs0QWI5RWxRL0RGSFc0b2RpSmtmb0h6WGNLQkFQQ1lMRnhGZ3RZSll0VXZFU3NaczhKMm01aTdUSFcvS2NHU0dZMk8xeFpiNzR4b0hXVHErTmxKSkZ6ckN1SHFjZTBDUEJhWklyV2ZwNHdKMFI0cnE2VFRLUEZlTnVwOWRCR3M2NHJWMEIzdVBYaXRhNzNycHJ5TGNEMkxNRm9sV1RxT0Vrd0FqeTVhQ3pVbUhEV1JsVW01dGFHNHBEeFRKL0gzdStFbTFyQVNzZHpuVXpiS0hiTzVPQkxPc2N4Z2FLd0dBS2t4cGRhRzNzdzZlMlVTUlJSQ0RHU0xIK0N3em5jU1dFVWtSNmZ1NnE3cnRLTG4rUml5YjAweVFhd0FJRE9tRkRrdFA5NVVKSVVOY3UyTW9qMWFNWGVaRkhZTEljR3FmVklYRnkxNTdneXhBb0JDMFJwV1RNaXRhRTg4dmt5dFl5UXlCTGN1bldCMjA3UStKQ2cva2hYVHJkenJJSlV3TmxWdTdOandJQUJBWWt5eFV0NzMrdXhWN2JGeWRtRURMMFNoaUhiZjJZMG03N1lkeWEyc1lmWGxoOVUvVEtpa3ZNMElYVkVjR2RFQ2dETk90dmRFcE1ZZUs2dlFkbzdHTmkyM2tadklFcFFOY0ZaNitjQVovYWprWkpqSGx2d0lLKzljWVhnUUFNQVlVL3g0TWpMRXFuaVBsYXUzSERLNVo3RzZHWWNWL2RBZG1XM29EYnMvTGtyRTY4TWRKbWtzQ2wvanJLVldBQURYWmZ6WHdSZ2w0OTFuZ1dodDVQbDNYMzNuVm1zSnBqSnFKdUs2ZW1yV01UdmgrSVFGQWVDaVlwVVk1eWJ1YjcrOXdPb1IrbURkdEdESmoxblMydU5vWnlUSEh5QldBTkRRbUtYWG81THI2OGErcXJ0dkhYTFhnaFdkQVBPRVpjWVpBVUJiWFZZMkdXejNPTCtzRVVlS1hxVnhiSlB2eFl0aS81YjY5ZDEweDJINUFWOGNwWkVBNERiR0xCLzY4MVVybmpKaU5WWml0VHFEV0kzRndZMWw0by9EdXVDc0pkWGdyRlpwRkFDQUZveGxPdEhpdWNreHpIaU4wUG00OVJQL1gvZndJL3V3bnhTbzFRdVgyVjNtQUFBdFF5OXhMSnFlY0J2dFNEck9UZ1pCc0F5MTd6WDRRL2dFaTRraFd2TmNMUzRBZ0JhTWhYNU5LUTdQYlkzeHJLbXg4cXNSYlhSWC94Ykd5Rjh0K0lFKy9BSmpVOElsS2V3anQxK0h5K05yY2MzWkJBd0FMWFpYTWVldVYrckh5amdNT0c1N2I3OXJPNnlRbGg3S2xEUTFlL0Nod1JkRHRMNGFveUZhQU5BeWR4VmFGa1hEV0wzOW8wZU1rMXZsc2xvZkd2eDE1UitvcDlTK3lSL0R4MzE5R3hBZC96MjVJeWdBUU1PczFBVDc3SlYxRXMwaWUyME9EVjRsUzFERTRpUCtzYzdWYkN6cUZhTVRMNzdpdy9kYTFSZ0FiczVsaFkzRmxRMGJHeGgvNSs0d3F6cm11WTNaMWRkeVdGclZ6emFia0F6Q1ZETEdnTXNFQU5xQTdMV3l4cXFtWFZWcUM5RGVHTjNHcFpPTEM1WVJDcHhjSXYvZlNNYndzNGRYTGhNQWFKRm9MYzR4SG5hLzhVSTFkWWVWZ1h3NDhsa0pwUitqV3hjYXZHaEkwQWdGcm1YLzFLWGZnN2ZkcjJ3b0JvQjdSL2FoV2tJVkRNTXNlcXdYdGJnYnhrdWJxc0QvZStIWDA4VnFMOTZ5STByR0FBQzRaNkVLV1gvVzBvY2ZCMGZHcEgzazl0c3pUY1Y5dFlKZkYvenl4a3E1SnpnY0FJQ3pqTGRlcEQ0VFl1WEhYak9wUXNLUndYR0ZXcTJ0NFNJaHdVUlR4YUxxd3lIRjh0eDdFZ0FBN3NSVldWblJYOE9vSzJ6MDZJczZ0TEVoNUtVRTZ5Mmg5RXY1QXJlSjU4VnJYaXQ1TEpYWkFRQU1rWEhmSWNDdThkOSt3ais3OVhaTGx3b0orcmlvdGQvcHk3Wm1OcXJGNmU5OVY5MHFHZ0RnNFZ6Vjd1WmQxYnNoVnFGanhlUlVzZkxKRzlkT2RiOTBsbUJ1QnJEbm9JeU93aFBDZ2dBQWUyTnFiaE53Tm9KVmM5eWV5bXNjM2NYOTVnUXJ6QWJjZDM2LzVhcENiU3YvUmNkclhzWHA3MUZ5QitGREFMaG5zZEtUK25nY0haM2E5RkZ5RC96eDlYTE8xYXBnWEsyQlk0WGIycm9qR3BqSkYvelo1SThHQU5BeW9mTGozRnZDVmZsSTFlc3BycXJDVkxocnVxeXJGYitWREpSblp4ZTlqY1dxVHZyN1hCMERod1VBOXlSV0lSSE5LcTNreDhxWEU4VnFMSlArVkFSczhsQWh3WXpibWlabURLa05ibFgybURVdkFMaEgwZExWS05iaXFqWW5ISE1nNDJjMzVhcGtUTDFxbHVIWkJFdHNhMCsrQVA5RnJxbytiQ1ltbXhVZ1k1L1h4VXMrQVFCY1NMRGk4ZTZraWJrNHRxa1N3SmhXYlNkcVhMRGt5NXdudmdDL25yVEliVWlyeUhveDNWYmI2MThCQURROHpucEh0RGsyK2FGaWc3RnpOVFlaMzZ4Z2lkaTh1L3grS2Y4bFB4VWNLK3UyUlBpMnh1UDg1cmdKcHpRQWdDbFVYcVRHaVhGNksyTm9LNWRUR2hPc1JQa2xpOWZTekwwS3V4cHFYc1ZWaVAxOXo3ZStteHNBNEF4aUZZU3FXMlVFYW9yZjhsSWh3eWFydFd2RjlsWnlLWXJkbHcrMnFwTm1MbmIzUlZ5VVBuNElQY2FNRUNzQWdEMWg2Y3Y0MmE5NDZMYUdXTVhpNTQzRlJYb0xOdUt3MVA0bjU0d1d6L0tZemdreDE5emFtSE9FQWdFQTlKaHBiZnlOVFVVM2NseVZFYXFNK0Ywa2I2Q3BmVmo2Q3hrWmJtbHp5dTVvZWY2TDJGYjloY1lsOFFFQUhsbW9PdEYrS2t1c1FrSkZHRTkvbnVvU1NSalNzZGh2Vm41UG1JYitKVDViVTRJVlovU3R6aG1XazhYQVo1a2QvQWdrb1VBQVFLeCtoQ3BWc21raUxtb2g0K2xTamFWamNXWjF4ZThpMGEybTFyRDAybEpUWC82Ny9IV3Yyb1VzOEwxSWFtZVBGSFlBUUt4K052OWE1RGIrZXJINWlNWnlMMUNqUk81QUxIN2VQQ3d1YVJhYVdzT2F1djFTSHFPZzRDY2NzeS8yczdGakFnRGN1V2pwa04zS0ZaUzMyejNQNXdjTWxYTnFYZFdMcGtLQytzdVlaM3BjbFRJMWp0bm5sQVFBU0RLTEJPZEZhZ3V1QzU4WEMxQ3FCWlFQSjE1dENhWVJ3Wkk0cVA1U3BqdUIrUlNiZWd4TGQ1aGNNZWQ4QkFCSWpzVXJFYXFuMHFXU3FEcDdhZzl0TGZHTDE4Q2Fwc21OdzdrcUYvNkxtOVZkYTVJUHJydG92dEl5QkFDZ2tYRzdjcDJxcE9wRnRJbDRLTUw1ZEk3M2U0N1NUS2s2Z0VHNGFoVlNOTmF5cU1JT0FIRGFXRjFWOVdJbVlsVlZzTHdiQ1ZVc2VtZkpPVGhMdGZZSzFmWXM1TXZZRkI3dlB3UUxBT0Rrc2JtcTZzVlN4dGhOZ1RuNWNWUUdaK21ZY2M3MklsVkZGci9FeHhXa1JTSllBQUFuamNkZEdZdVRBaU5qNitwRXdZdHB2UHBGYmNFU0s5bDNGVzFDbEhEbHl0aG44L25sOWVKa2krZFRLbVlBQUR5UVVBWGprTnFmOVZVbHFDcDhWeEJDOUhnOTZFVUdaU1hWTks0cVdKOXV2L2JVb3RBbFZTbDhhTCs4VUxZelR1VFluR3N4RHdEZ0RnVkw1d0FVR1FVbGRya29tUk1OOFBWalYwYTdwNmNtSzduWEVxeUtEeCthTTY0TGpwR3psRnV4cHgxM21MeEJoaUFBUUQzUjBwdUpzemtFa2JrWVpJUnFHNW1WalJLNVAvRnIrWDFiMXhLc1lDMDdGYlp3V1dBeDY4UkNHLy9nQUFBUElsaWhtMGEyNm9XTXlRT1hqb0o1S3FOcVJ0V014bHpXTVNIQk9OKytXL0RCc3MyOUNtT2ppQlVBd0FtaWxYRlVReEdxRXZQd3UzRDVKMjQzMVZpaTNFbFpncUxJNGNObTNaRUkxNnBDdVBycVdDSE1TSEZiQUlEbUJLd2pZMjJWV2ZCdXJGZFhmS1FWU1JqTHQrS3lUaTduMUdRRHgvRGhPeFd1YXliaVJUc1FBSURMQzFWcElzWFhPcGRhQXl0S2ZEdFg4ZkxHOTJHSlV4cTZkTFdMb0xnSEMzWUFBSEJXd2Zxdllsd09obUtqeHZSNVhmRlJRdGZJUnVKZlRYOGgvb1BJRzNzV1ViSUl4Ulo5Y2R6M0V3cmtBZ0JBT2RhWTdNWEpGM0h3WWJ1RDdFRVJwL2krMHZFNkZERDN4MzV0NHMyZnJkS0ZZVUZMa3pRV2hBc0JBTTR5SHV0UW5YZFRyd1hQMHk3cjZSclJzVXJCa28xZ3FleVJ0VHRzQVJML255WWthWFFLWmdFendvVUFBSTJMMWpGclVuN005bDJKVjljY203T0NKVy95czBCZ3pzRUwyWUVBQUkwTGxnL3B2VVYzM1V3Mzk2bzFyQkkzZEE0MmlCVUF3RmtHVjcrMnRGSGovRTFRSWxnbE5GMk1sbXJzQUFEbkl4NWplN0syMVhyK3Jmai9GMmMzNTdJd2JXWG1pMGlsdmZ2WG9WNGdBTUQ1OEdOc1hHYlA1eXEwUHFwVmxDVVk3WXBtZnhVQXdCMXc3c3JxVnhNc3d6RlZGVWdNQ3I2a3Vqb0FRQ3NGNjZ5VjFWc2hXTkdIN1ViQ3hmNHFBSURiRXkxZFdmMTNtOGZwcG1vSmxsYjdEY0pGeDJBQWdPc0xWcWlzZmhQRzRrQ3c1QU40MVExOXJUWTFQM3hWNHkvUFdyNllCYWNNQU1CVlJhdDNLeWJDRWl5OUVPYy95TEtPZU5Vb3gwU1NCZ0RBNDRpajE0YSszRFoxKzJSWmd1WExiL1F5enFpdWVCWDF6Tm9kN2g5K1RnQ0F1eE9wYmlSU3NRNXNkK1ArNzFNRjY3UENGY1hpRlJvemJndmZkR3BQRngyRkFRRHVSNlI2a1VEbHRrSTkxd2xIbWtrWFVlcDYxVnBVd0x1dVZRM3gwajJ6bmtuRUFBQzRlWkVLdXRFdGZKb3ZwRHM1U2JEVW14aEVTdG1vZUFVVnJodkhCQUNBVm9oVVhYM3diQ0pCSzZvV1h5eFlseEl2QUFCb3ZVQ0Zxa2Q2UFNySE5taUJMeVJoVklzdnJyQnh5c1poeEFzQTRQNUZLaFNKcUZxUDBpNHFKT2l0aldQR3dqTXBqYkkxdFhINEtQRmlIeFlBUUN0RnFoYzVxVjZOcDNweGVxMXlUTHZqdjBVT3pXdkJ5OFVFeXhDdlFhRmRIQ0ZhQUFDdGNsTytJM0ZwMG9RM0h6NWlGc283RmFXcTYvMitwZHVhckxUMllQdDY4a2E4WXE3ck5sUXNqSFgrSmp3SUFOQXEwZklGY1ZPUnNwLzFLSEZHVzZPSWJtVzMrTjF6dkZpTmp4WXNzWUJ2R1dVOTJnMGx4TXZITmw4NVBRQUFXaVZZdWlCdVdJOWFwWVJJaGZpeXFlcWlCNStSS0JadklQNVhEdEFYRzFobC9ZNUNYTlJYQ2FaSXZDakZCQURRUHZ4WTM0dEVxbVNQN0RvU3JPRnVuRThsVzNURkdIV08wWlovL3ZlLy8ybTFNOS9NN3NXZkM1UzVKOGZac2hFWUFPQmhYRm1vK2g3d0ptVW1RdVpFRi9yTzdxTllYRGppWDNkWUtta2xsbTRWMVlEYVZ0ZzdmNHh4Zkp6ZC9TSFdPYU93TFFEQS9lTEgrTjJZdjRnRXlXdkJ0T0NwazFxbG1YWU9LeTUyVzV4ZUtLTGtMZURjVmFleVQ2aG1BUUJ3MXk3TDY4QzdLMCtEcjYwTHY5VEJsNlZ2VEJibTNselp2cXVwWklVQUFNQjl1aXdmVmZPR3B5cWozT3ZNOHpFbXhqdXNPSys5SkIyeEo2N0tVdEdWM0VLbFhpMW1MM1hUNHdFQTRPYmNWdENBa05mZ3czNWYyWWFuYkdYNlYvMjduMVBIVEFqUVAyY1VyMVdKUGZTdUtsNWtHeGFvTHdBQTNMYmJXcnUvQ1JlTjRSMlc3bjkxc045S3hHZnNvbzFlRWRrNDVPNjU3eUtFbnRvTnV3QUE0R0ZjV1MrMzM5YzdySVhieithWVM3K3FzSjRWc2dDMXEvSzI3clVneExlS0JLdkR6d0lBOFBEaTVFMVNUOHhTUDlJSS8zK2JsSzRFd2RKVmVIc3VuK2xSVk9Bd0VqWUFBSGhjZ2VwSHVoS0VLa1hQSlphTy9wVmFVRDZ6b3pRZHNXNHFZbDhKSFFBQTNLODQ5WlI3NnRVOFJQTHhYMGtYa3JYeExCVjBod24xODA0c3VRbFkxcmxjbkFFaXg0c0wzeTc1T1FFQTdrYWNRZ1dMV0p4T1hmcEpDcGJaWGlRcXNmUlZac2w5bDJhcWFuY2ZDaWF1b2hmVmIveUpxaGNBQURjclVIM2xucnBISG1xdGJxSEdZRllyL3JXT2RHUWR3TDc2VXpOQnJBQUFiazZrQm1KRytrY2VZaXRHSnRtcXlpZGFHQzZyVExDTytFRGRDcVdsTkJNQXdHMnlyU2xXSzJWZU9sV3RwQ1NYWWhQcGlLa252eHI4VUF1bGlLR2x5QXRpQlFCd20xUnNYVnJMT08vN1gvbHlTLzlJUGRxWk1qVWxpUmZ4NjVnQytXOURIOGdMMVlpZkZnRGdMdkhDMUl2KzdnVXFtZHNnM1Q2Y0VxQ3FwYVpObFdEOTRuY0FBSUFhN3VkTGtBcHFBc2JQS1VuT1dGZTVNZ1FMQUFDcWlOMVA2YjZxZFozbkdLRkhCQXNBQUdxajNVKy81bk5LMDk5WENCWUFBQnh2cjc2M09tMXJ1aXd2UGo0NzhLbEcwZk4xNU9qT2s5WU9BQUFQNGJMNnBZSWxhMXgxcXh1Rmlrcm0raGlDQlFBQUphenFDTmFSVGk1YlhJS1FJQUFBRk9sSjlQZHVWK1d0WHdJRUN3QUFTaDFXVE8vU2J3REJBZ0NBYW52MXZhNjA1N0l1L1I1WXd3SUFnRko4aFl1aURoNmxSTFZvL2Ezai9uYjY4SDh1ZDY4elFyQUFBS0N1eTZyZDA5QVFwSzY2WlorT3d3SUFnRVk0VVpBcUQ0OWdBUURBTWVMa0JXbmFvQ0RWRWl5ejR6QUFBRUJDdEpvVWpWQkJJL3daZW1KTm84ZjhkQi9HWVFFQXdMbllLS2NVV2xFbGt6WWlGeGU3TEFRTEFBQnFFMWU4MktoYmNFbWI0SXAyQWpUYy9URVA0bFBSRURKMEgzWktzQnlDQlFBQWRmbEtiYThxbzJTNHJCOEhWWkFTSHplTTdDQllBQUJRRzZuY1hnY3RUajEzV0RWRFl5WnpJRmdBQU5BNGt1NCsyTjNHZFFScjk3UkI3S29RTEFBQU9KZFFlVUVheXMxaXVudU1EeWt1RW1JMVYzZi9pQnRwN1FBQTBJUlE5Y1ZOOVF1ZjRrT0xvWEpHUjl5WURnV3Vkc0wyZ3NNQ0FJQW1oR29vUXBYYVJPeVRMbWJpdU9JSzd6MlhyL2p1MTc0bThSMDRMQUFBcUN0U0hSR2dzVXVzTndXaENxRS9lYzY3SzJ0TDRwLzdxaE04RUN3QUFLZ3JXRjU0VXFFL3YrYTBzQXJsRmdpZEY2cUZQUDhnOVIzQkFnQ0FKZ1JySlk1cVZYaU04SHd2WEY4YmpxdjJkckdHQlFBQWRZbXJYU3pGRWEzcUhLRHU0eEVzQUFBNGxvVTRxczJsWHBDUUlBQUEzQVE0TEFBQXVCaFJ3OGVELzNKMklvYS96eHU1QllJRkFBQjFSY2VucG9jMXJGUzJZTStsVTk3cjhwVjVpR0FCQUVCZGRNK3FpL0NMN3gwQUFHNEJIQllBQUp3VHY4Y3E5TGNLSWNLTjNKZHFWZUx2OTdVRmh3Z1dBQUNjZ2hlVUYzVmZkdU92Mm16czkyM05jaThnNjJRNExBQUFPQjRwbTdTNjlPdXloZ1VBQUplbVcvUHhmUVFMQUFCdVFiQndXQUFBY0RHMk5SOS9zQjdHR2hZQUFGd0N2K1lWc2dUWHh3Z2NnZ1VBQUdkSEdqa3VUamtHSVVFQUFMZ0pjRmdBQU5CRzlsTG5mYmZpYkhzUjJialZjWCtyNWE3NURnRUE0QnBVaFFSOWNVTy9PL25OcFN2eUFnQUFuQjFDZ2dBQVVKdHV0K3ZyL01YdFE4d0kzR2F6YWF3aUJvSUZBQURITUM4VXR0Ui9wWVRNQzkvV0VMNFpnZ1VBQU5lZ1grZituZkF0U0dzSEFJRFc0d3Z1MW5GWUhiNHlBQUF3OEJ1QzQxSktYWGRZTDlDNnJ4WjFCS3ZIYndJQUFBYkxxdVNLYnJmcnM4N0g4cy9WN3ZFdjBmOTFESTN4LzU0ZUsxZ0FBQURIa2pROVZuOHRxNEVqYTFnQUFGQUxTMHhxc2ozbVNWV0N0ZUduQVFBQXhhazVEZXRqSGw4VkVweTVndGdrQUFBOE5PY3UyN2V0RkN4ZlBCQ1hCUUFBRlZwUkV1TGJudm82SkYwQUFNQWxSTzMxMUdPUWRBRUFBRzJFTEVFQUFHaVU3Wm1PZTVEWVFVZ1FBQUJxSVlsNC8xeFFDTDl5S2JJTkhBRUFBTm9DRGdzQUFFNGk2azcvNVl6TzFaMGVod1VBQU1jS2xhOE42QnM1V2tWdGZVaHZIZjNwd3IrUEZUUUVDd0FBNmdxVmQxTnZMdDNUcW9TTnVuM1ZFNVQ5dndnV0FBQTBJbGh6Y1ZibndDZDB6S3dLU3dnV0FBRFVFU3Z2cXQ3VjNVdjNOK3puLzk5cUYxS1gwVTYwRmdnV0FBQTA1YTRPaENWNmJCQXUvMmMzRXJKU1FYdUpuUlpaZ2dBQVVJZFlhQllwc2ZKWWZhNlVvSVV1eE9FMmNQc0pIRjRjbjNCWUFBQndqTVA2cjhSZEhYbHM3N3plbFNnK2g2eENTak1CQUVBckVFZjJtbkowQ0JZQUFOVFNsZWp2Z3pPSWxrNXI3eUJZQUFCd0RQR2FWTjhuWVVnbzcrd0NpV0FCQUVBZGx1cmZQbVB3Y3lkYTcxTDU0aVIyeHhnaVdBQUFjTHJkK1U0em42bTd2Y1BxdTlNcVg0UTlYdFA5bC90YnhvbTBkZ0FBcUN0YWsrK01kRGRPdWFFYWJzcW5ybnNSakF2b0J2WXlFSEZZQUFCd2xHanQvbmh4K3lIQ1RjM0RCSUhxRzJLMTNyM0ducFBEWVFFQXdMR2l0UkozRkRZQjErMCszRTNjNzQrcDA5c1JMQUFBYUVTOE5rYzhiYXYrL2lXQXFjM0lWTG9BQUlDYmdEVXNBQUJBc0FBQUFCQXNBQUI0S0VpNkFBQ0FTbVJUNytiSTVJbzZyK0hUMjFkU0NIY1BraTRBQUtCS1NIejYrYWY4TTJUeitRb1VhNnVWL1FtdjQxdUxoR29adnRmV0NJY0ZBQUIxaUVzdWVRYzBrSnVUaWhkckViR051S05qWFZqY0IrdmdHQWdXQUFCVW1wOENvZWxGVG1rYmlWaHdZdHNLZDZWTE02MFJMQUFBcUlzWGo1azRyVjdCNHcrSzRlNEVhUjNFU3dSc25YRlh6Z28xc29ZRkFBRDE3TlozY2tSd1ZWWWR3RkpDYVNjZi92c0pNNHFnUFNOWUFBRFF0SUIxSXdIcnVSUGJqSGczSjhWMTl5QWtDQUFBSnlGSkZ2NjJUTGd3Zit2V09hUjFKdzRMQUFBdTZjSzZycnJaNDVPVmFZaGdBUURBdFVTc0Y0bFhFTER0VHF0K1c0OG5KQWdBQUZkQk1nWFhJbHlCNUVaa2Fna0NBTUMxaWNPRGF3UUxBQUJhaDZ4dGRSQXNBQUM0SlhlRllBRUFRSHROVml4V3VSSk9KRjBBQU1BMUNXV2ZmT0pGdG1ndWFlMEFBSEFURUJJRUFBQUVDd0FBb0NrdXRvYlY3WFpEMDYrdmpKRE5adlBLMXc4QUFLMFFMTW12RHlJVnB5NXUrZW9CQU5xTlZLQUlqUlZETitHcmpkOWZTUmZLL1N5c3hsbEhpTlRBNVJ0OXZlNWVaOGtwQVFEUVNxR2FPcnRBcmRjSFAzWXZMeTFld1dGOXVyODdqYmN1VTh2cFJKR0tIVmFIMHdJQW9KVmk5WjRabzBQRWJMNTdiQkN1aTVpUDRMRG11NzhQNVQ1ZjFmMnA4RU1Ga1NycGM3SVZWVjdockFBQVdpbFdmaXovT01KUVhHUjhENExsUmVjdHV2OVpxdWdpVWdBQWp5TllzWG54ckdVTTM4cVlQeXdRczlESWNXbnB5TW1DSlcvMFQvUkdmdG9USHlGUzRjMnVFU2tBZ0pzUkt6LysvNG51V2xyWjNHSncrcUlKSmVLMWtHTnRtaFNzdmJDZysxN0hLbmxEWjFWVUFBQzRpR0Q1OFg4ZTNmV1VFeG1WckRjb2VBbXZLWk5UTkNJV0xCMFdSS1FBQUI1SHNNYnVPelB3YTN3dnlXVXd4TXVMWGxYaTNXaDM3TVZKZ2lVditxZkNVWVY0NWdxUkFnQzRXOEZLdHFrdk9FNDNFcS9VTXRKUjI1cTBZT2tGdDFpa0dvbEJBZ0JBNndVcjY0U2lkYXhsYnQ5dWxBT2hrelZxT2JpVVlPbXdZS09iZThVMmhwM1RYdnpXaUNBQVFDc0V5NC9MSDlGZFBqUFFKK0ROak1lK3ViL3JWc3VxVW5zeTlyKzcvWERoUzkwaUZYdkZidzF4NmpYMFJmVGxBLzZSTnowVllmemMzZjh1WHhRQUFGd0pXZWFKQmNTTHpIUTNQdnR4ZWhyRzZXaTlLckF1T0xZWHY4bXArbUpWYTQ5RnE5K0FXRTFGcEZKWkpQNDFQaVJEQlFBQXJzZkVIZFo2OWV0UVl4bW5QOTFoY2w1UkZPNlVrbjg1d1lvUDJwTUZ0R1BGYWl3ZnRJVHBLYThGQUFDTnVLd1hsKzc4MjFWR3BqaTNRWnhaVE8wNmhGVU95N215L0hycnpma1BOalhlNEV5K2tKRmhQK2VjTWdBQTF4VXRTWWp3WTNSVnVLK09heHFlOEZ4YnNDVFd1RHhXQVNPMHMvSWYzRzlFOHh2SGZGcThyd3J2aFN2T1F1bmpzZ0FBTG9OZmlwRmtPMHU0L0JqOTdNZHRNUnFiQW9QalpMMXJvTzdySzAwNEt1RnVMMHN3T25ndnNvY3BhemZNMlVHMXAyc3JZclZOSENzdUJ6S3hzbElBQUtCUnNmSmpiK2pVRVVvb0xYSXRRMVNhK2twbkI2cE04NjBZbGE0NzNJOTFWQWI2dnlsTG1IbkRZVjJxSTI5aVpEeEdsM1JLZmduKy90M2pONjZzVGlFQUFEUkR2RGNxTE9HTXBXWEl6RElqb2czK05qSFdwRHp4K2xiSDJZbDdpMk8zUy8ycW84YTcyNGQ4cVBCR2g0azNyZE1WVnhVcWoxZ0JBRndXS3hRWW9tYytsZjFOUW5rdVpUWUtqNm5GYW5Uc0cvNVY0N0Z6WitmTkR5cFV0aXFkY2NwNUF3QndjWHdPZ1U5ajMyUUU3VjMyWWFYTWlTWWthK2d4M3p1cTExUEV5bU91WVJrdXlBdlF1L0VHWmpwOGFLeEpyU1M1UWg4eldGQXRlRTlVdndBQXVCeXlqRE4wK2IyMzNsR0ZkYTZyak5HbERrdUxpaytNZUUyc2Rla1B2REsrSEw4Rzlta2NkNFpZQVFCY0ZyK21KTWJpeWUxbmJzZDRNL0kxZGxlRkM2OHRXUEVhMDdvaWkwOS9DRXZVckJEaE1qU05CQUNBczdtcGFVcHNOdC80c0oydjFONTB1UEJrU2tPQ241Rm9aZFBPZFRwN3FrUzlyeUVZaVJ1cDdBQUE1eGVyZUhuSEc0ZFpWY2trS1pzM2NDMElGNVk2clBnTjlDbytXS3kwdWRURmhTajQ3MFExNEs2RURnRUFvQm5pTWJVdkx1bTlJaHN3RkhsNGRsY09GNVk2TE4wbjVkbEl0dWlKY3NlQ1ZidDh2Q1JqK05jYkhuc01BQUF3eDliUHpFTktIVmRJZmM4MWFQU3N4WEV0bXZvTXBZS2xQMmdvRmI5eGZ6ZUhIZFNKc3JJRGF3alZVY2NCQUlEYTQyeU1qNHhOU2tKN05jS0ZUN2tLR28wS2xyeXhxU3V2dkw0VkY3WnA2QXQ4emxYZkFBQ0F4b1ZyNFFvenR5WENOa3djcnpIVFVTeFk4cVo4cFl1cXBsdGVyRjZxQktid0N5dXlxQUFBMEFyaEN1SENVTDdQTTJvcUxGaExzQ3FjMWpheWt0dW1oQ3I2QWhaTldFb0FBRGl2Y01reHZ6WWk2d0s1RnhXczZNUDFJd1hkaU8xclRLamtPVDQyT3BmWFdaeGExZ01BQUM0clhFMXlsR0NkNlF0WTZ0RGY3cWx6OVR6V3NnQUF6aTljSlRrTEZ4ZXVzd2xXRTBvdHgvaUluQndaZ3dBQTV4V3J1RStXcDZyOTA4V0U2OWNaUG14WG5ORm5ScXo4Qi9ScGpxUGNoNVQvaXpjVjkxUGRNUUVBb0JGMEFRaS9GSk9yTVJqYWtjelAzVEcrTVlkMXJ0aW5xUDFIcFBEKzZVK2NVd0FBWjNkWGUxR3RHdVA4NUJ4SmNyOGErSURlOWJ3MTRhZ1NMbXVyWEJZbG13QUFMdU91Wm1vOERzVnhjNDdyYkZHd294MldLTEVYcW42VGppcnplbkd4M01aMlRnTUFnRG5PVnVZTWlPT2FLeDA0V3pIem94MldpRVczYVVlVklmNEN2RmpTcVJnQW9FRkVvTHlEMHZrRHFjZnI4WDJiY1Y3WGMxaWlya05SMThZZFZlTDFTSE1IQUVpUGtaMUxScDZNYnZSbmJSVjEwaHFXbE52WW5NbFJXZFpUT3pwY0ZnREFYL0g0YytFMS92R2wzTlhKRHV0U013YjVVbEkvQXUxSEFBREIybSswNjQzRDZKeGo0NlhkMWNrTzZ3SS93RmRETUpldVhUaEJyQUFBc2ZvYUsrTUlsUC83dXpSVFBGZjcrb3U2cTlZS2xxVEtlNkh5SVQvcnkvWXEvblJ1TlFjQXVCRldjdFA0RlBQUHBzT0U0cTdpek1EWkpkYk9XaFVTVEtSSTZoOWxkSTJpaXdBQU4rSzB4b21KL2xyR3ozVURyM09WYlVhdEVLeUNkYXF6eDJNQkFPNUV0TUsybjFRaGg5a3BqdWdhYTFlQlh5MzRja3ZXcVo0UUt3Q0FhcndRU1RXS0YzRlZtcTh4OTRTNnJGc3hFZUh2aTB0OXRxczVMRkZwSC83cm5tTVdBQUFBbFdIQ281ZFpaQit1YTZxYmNDc0ZpM1VxQUlDTGk1WWZkMzJZTU9XcUtzTjZFbXIwWS9maVdoR3Zpd25XSmRlcHZQSmZVdlVCQUc1RXVBWWlYTjI2WTdDcU5PU2pYNU5Mdi85ZkYvcVNMclpPSmE4MXA2STdBSUJTcE0xbXVmdmoyWSs1MXZEcEVudTNaQWxucUI1N1h3N3IwdXRVUm9kaWFnMENBTmpqWlUvY1ZqOWhKR1loVEtpcWFHeGxiTDM0c3MzWkJNc29qQnR6bG5XcTNXdDZzZXBGZHkxM0wvSEtxUWtBa0IyclUwVWExbktMM2RYa1drVWJ6aWxZdW5QbGx5TjFaOXBQSlNIQXFab2hQSk84QVFCUU5GN245bTc5Q05odVNIMisxdnM4MnhxVzZoUjgxdjFVa2JXTklkTVFBS0J3dks3WXUvWGpycTc1UHMrZUpTak9aM0d1L1ZReU0vQzdydU5RNEZVeVdBQUE3c1J4V1h1M3JqNnVuajFMME1jNno3ejVkNnpFYXUwS09tVUNBTnlJZUx4Zklldlpid3VLeCsxdEc4YlZmMi84aCt5N3d4TDNJNnBqQU1BZE9aMnZ5dWlTQlQyNTBQaW0yNVZNMmpDdXRyNkJZK2FIdEpJNmt0a3IwUzd0Rlp1S0FlQUd4amkveWZkTjNlMGpTSy9uWEorWG5JQ1A2QzQvWnI2MDRUdjU5d1ordEo3YjN5ZXdrYzF2Y3lWV3k0eFk5ZVdINzhoTVpjMytMQUJvT1JzUnFIako0MHRNZG1QWTZ4bkxJK2tFdHRia0E3VFdZVVhodm43aWgreXFmejlibHRWSWR3K3psQmRDaHdEUThnbDdpQXhaTlFBYjN3OWw3SitkdEtsUmJpc0ZhL2VsVFYyNjVxREZpNTV0eUEvOWxoQThzZ2dCNEphRXk1cDRlM3kwYWRSZ3RhQllJSk5HQU1INis0WEZCUlpMT0JBZkZRS01DVWtaU3k0QkFMZ3gwVXFOYTQxMUVsYXY1ZHJXaDdCVmdwV1lSWVFHWWVHTEd5aEIyMnZQbkptSm5IMnhFZ0RnekdOa1YwU3I5NGlUOGRZSWx2d1FuNGJJSEt3MUdYRldMMmF2amhBZ0FOeS9hT1hLS0xWcXplbWVCVXV2VzJWclZ2a1MrQzdkak95aFpoMEE4SkRDZFpGMUxRVEwvdkxmbFR0NnlvWHZaSmJoOXdxa1dwY2tRNERpNWdiUjYyM2w4UXN5QndIZ2hrVExqMkh2aWZGdmRHL2JkMzYxOUgydEM5YWFPbTYvZEVpTUR3RWVWR3IzSWlkSkhaL3VieCtZdm9pWC8vZW5oQnNCQUc2QmZ1Sit2OGIxZm0valdWc0ZxMU14cXhpSXU3SVdIbCtzOWFwbzkvYXc0blhuaUJZQTNJQzc4dU9VTGsxbmpXZFRCT3NNcm1yL3QrajJFeitTLy9LdDFFNmZlR0cyTHhHeDhyYTVtM2hkL1VQUFJSUUJBTm9vVnJxbDB0ZGtmWGNiR1E4ZlN3SGR6cTEvN2pabkNlNWxDR2JTT1QyNUdvS3BicHIrOGJOTU9yeVBLRDV4YVFEQUdjVEdqMHVEYUZ6eUUrMWxTWjNUeFByOWEwZ3VpeWJvZXN6YnlPTnVkbDJyTlE1TDFwdmlVTjdQREtJZ0JKZ1RxN254dy9uRnlMM3F3M0tNaWRKUVhCWUFOQ2xXWS9kM2FTSWVsM3hFeVVkMlBrUndjZ3pjWVNYMVpUU1dlVUY2Y24vM3J2Njh2THZ4ZGEwMlZyclEyWUpMWjZldnIyUzJzTTJjR05ZbTVHU2F1OHhjL3BRNE53Q0FtbU5iYVJXZk1CRmZaNDRWSWtlK2t2cHI1bkdwTW5jM3VUZTFqVWtYcjI1L1RTbFY5UEVsSTFiemhGaTlzQ2NMQUs3a3JJYkdwTnZmZEVaMFI1eFEwbWxKNk5EdlV4M2xYbGRFYWVRTzErbkhWMmdLZVgrQ0pTTDBXakh6U1BhOGtnM0Yrc1RZVk0xWU11SUlBSENLV0hYY1lUYmZzMHk2WDJTdGZIS0VhRzFLOW8yS3VPa3hjMzJMMGFOV3ByVkxwdC9FbUkwOHBZb3h5a254Ym9qT1drNk9kY0ZKTlRWZUV3RGdGUFI2MVVIaWc0akh5QkN0ajFQWG5CSVpoYSszK0VXMmRSOVcrQUdEWUZTRkFMc2lWajFEY0NyN1hrWFA3NmdaQ0UwZUFlQlU0bkZwbTVwMGl4UFNTeUtlby9lR1JoTjVwd1R6Sm91QS8ycjUrM3NWZHpTcm1EMVlHWVNMbk1nVlBKOWl1UURRQkIzbGJuSVRkYi9HL3RLZ2FPbUorS1J0TFVQdVJyQzgyRlJreXFUMkczaXhHaFZhWmV2NW8xditVUUdndFhRbG9wTWI5OVpOaUpZa24vWFV1SGpUV2MrdDdEaGMrR1BvRmlPeDJDeWFmcjZJVzE5T0FIOGllVXU5cEw4V0FFVGpSTWRvaDZTMzJKaHRrNXFja0J2alc5RnJJbGczTGxhcVpiVEZRbXcyVmQ0QkhsaW8zTisxb2oxaEVFZjFvWVNuam1ocHA1UVZyV2laSXhDeUVtOStjdjNyQmsrTXFTRTJJZDE5MGVUem94OCtsKzd1eGU4dTZuUUJ3RWxpMVpQYlhwS0RDSVVPeGZWS3hvMG9QS2lYUm9ZUzhyTjRNeWJpZHhFSituVmpKNGIva2NjSnNWa1ZQSDllK253NWtmd1AzeTE0YTBVbkh3RGNKUVBsZ0hwYVRHVHRhSEdrYUcxcml0Yk0vVjMvbXR4VHNZU2JFaXlaYll3TVcxMjV4MHBLUHVrRlMzT1BWalJqNmhvbmd0OEw5by83M21XK1VpZmZtR3NYNExHUXlNeWlTa3draEdlSjFtZFYvY0FLMFJvWTcrZkYzV0ZwdVZ0ZHd3ck5GMHRpd0xGZGQ0YlliUXNmbjByRzBDbnh2MW5QQW5nOEVyVUNyWFZ4cTc1ZlpmM0F6UGowTUowbGZ0M2ltNVpLNjg4MXNteTArQ3d6WW1lMU1KbGsxc2RtUm5nQUFCNlBpZUdBRGxMUm8vcCtNWldsbUpUVDJ1d1BkWlVWM2hHc2xzOTJVbUxsczJ2TUt1OHlRK29iajgvWmFxdkxKd0E4R0ptdzNWd0xpa3lBVHhHdDJTT09PM2NwV05LdDJOcS9NTXVrZ2xwMnZtUURjcGRMRmVDK2tYVndMengvY3B0M28rTGRlaUw3WGxPMHFqWUlQK1QrejE5M2VHSU5YYnA2eGFSSnNUS3FNRHRqZGdVQU55NVdNcWFFSXJaemFUbmZTNGpXeGgxV3FnaEMxRW1JbG41c1ZWVUxxNWt0Z25XRFlsVnJRN0U4NXlCN3NLUzBrN3hXVjUycmxIUUN1QytHaGtENEtJNnZwRDYyMHRJbGVlSTE0WjRzMFNvdXhXUk1sRGVQVXFqN1prc3pHVCtpdFpzOG0zbVRFTGpTSGVpV0szdWxRU1RBWGJxczBLS2piNWtxbDlqdmxCcGpmTkpZNGpYTVVrenVPMUZzSzhJNWRZZnRTaDVpM0xrYndaSWZQS3hkWFVPc1NndnUraXpDRmFudkFEYzV4Z3pGM1ZocjF6NjZjbEJWUXZhQTlrdkdpNHhvcFZnVVJvTVFyQmFmVU1PYzhCaTF0b0xBUFJXSWxiV0hvbFNzZ2tpdTNRMzNwQUY0Y05IcXlCZ3pOZjc3SzRQUFp4WkhUV0ZUYTFFemExMWR4cWVTS2pzUEpWWjNLVmlGSjl1bnF4RTZiTWlWNlpsVDBXc0NRR3ZIa3E0SWtyWDNjdVAraHZCeXBBb1M1TVR1UnhRZjdUdC9STUhTNGJ4TGlKVzVPOTE5bDRVaU5BaHcyMk5LM3gwbVlGa0NOaElSS3FxaUU0bGlQNXJvYmg1NW5md1JCZXVQY2xlVmhYTlBFU3Q1L3BzeEMzdkdYUUhjMWRqaWx3ckc3bkQ5Nldlc1NFeGVpYllnV09ZSnBkZXVmQVBHMTVyUENTZFlVWDhabzNsYmRrWUZBSGMxeGh4TWJCT0pGWWhXQWI4ZTdQTmFNNStxaysvZEVLdVhRckhxRzJLMVFLd0E3aGFkRFRqVFVaaW94NVhlTFB4R2l5SUVhKzljcVRsVE9ub1dGUFhUMGdJNTRiUUR1S29MOHB0OVB5OGtEdWFTZ2RFcTZldXRPZnJxSVZqUlNiSlJvalcwVG80b3pxei9yNDVsdDhUdWxTUUxnS3NKVlUvYUFVMUZIS1lYZU5sT1pqeGFHcUxWTXlhNjhLQU95N1BJeldna2pQZmg3RnFFNjhJTFkrN3NUQ0QyWFFGY1ViUFVkWG5RL1BBTWptcFlNWW4yNDVGT1QrL0wyamNvSGk1TFVBVGx3eENVbFp6UVZtcHFVWkpFcG56TDVCSDNUQUMwOE5yWEdidEZCUU5xSE4rUEg1K2w0NGRNa04vVUJObVBSVVJqY0ZnL1dEMXIraWVLMVZpY21SYXJWVk5pSmJIM0lhY3R3TkdZbGRHYk9yaEVVZlI0a1NwaWEzV1c4RWxaTDRnVkRrdWZMT0ZFSFdTcy9haHFrMTdCcHNHbkprS0JxazdpV2x3YmxlRUJUcnVXYWsxTWE0d3RIOGFZc0pKYnFJQ2hSV3lXYW9FRUR5NVk2dVFkcUpOckpUT2RiY1ZKbWFzVDlpVXNWbFhtSTkrbkZjWjhZbDBNNE9jYThkZEh2eVNpWWRRRUxkNWJXZU85MUNsaXk5NU1CT3RzRjhaQVhGWEhtRUhGSWNGRzFxNVNmYjUyeC82SFh3TzRIZzhtajY4RmtSSExCZm53L1V2REFscFZ4SFlyNHdSaVZjQXZ2b0phSjJCWFdnWG9SZEt2azg1OTk2eUpXVFo0TVI2NE4zNFJnQzkwRTliS2RIV0pudWlVOGthejh5U3IrRm5HQml0YTR5ZTRMNGdWZ25VT3NVb2xWWVRTS3pQMWYrdUd3Z3ZqUkZnQndRTDRacUVFb1ZzaVBMSUdyQ01nWThuMGEwcTB0bjVzMk4xK3UrOWtyMWY1ODBtU0s3aU9hMEJJc016V1cvdXFuSXRDZmtZNjY4bmh3RVFkdyt6eG84N0wvdjhXWkJ2QmcxeW5PbXhlbks1dXJBODN0dllNT0t4TFhnUlRHZnkxV0cwaVZ4WFEyWVpOdEFESWhUYldtZWVFTU9LSEpKVUEzUHExMkpYck1lVmtGbTYvaWsxb3NsakNRYlVKTnU0aVdMZkl4aDNHbnYyRjhXeWtsQS9WREcxejRnWHFCYkJmOGQ3MGMvcEtPTHN1VWNzTTRFYUVxaU5DNWFNWDR3b2gwY0l6TFFudlNWaHVZankzeHkrQVlOMk9XbjNQMmw0aTRmTFpSeU1kWmhDaDBHbnhKMTJrRmU3S0pRUlJaeExPaUpIRGplTW5ZTEZJalZQRllXVVN1YW9ScFlpZk96T2lGbk8rZmdUcjFrUXJaUG84WlZKbG13NEhEcFVBYnRReFY0YklqZFZ6dnRwbzh3dkNIVXdhNjRUNnRGTWExQWlMdjZxSVJDOFhob1RMUTlKRkF5RUxDVmZFTGF5ZlRqaWVWWXZzMWYydE1PM3h5UlNqekh2d0hHeEVsR1A3aTkxZndMMUkvQ28zU2dOYzRGb2F5T1J2THpLUXFFeVIzRFF2eGFkalVTdmVYNVZvdVBwQ1ZSa2MxajJGTERvTnVpdDlzYXpFMlduSHBaOFR2NGUxSVZiK0F2WUpKR08zbjBRU21reCtzdEFNMTVqdytYUFQ5NmR5My9zYkI5cEJKVUo5NHdxWEZVKysrcVUxT0NVMHFGOXJUbzhxQk91ZUJNczFJVmhHMHNTWFV6SkNHbnIyT2N5RlJUS1ZPWndLdFV4bGRncHdDYUVhUzJSQTErSWNHc2tTT3RRM1RJWDZKRkpnN2E4cUxwT2tCSzlyQ1dRb0pIQ0dGaVdBWUozbm9uUDdtWHliRTVNY3RGaE1KT3pSVFFtV2NTRXQ0dkJGVk9RM3hsK01DMmRYNXhqaXRPQ00xMHhYSmtWL2pNakEzbm1vUkdqdERxdWc1ODVUdmZiVmRZVnA3bkxOalF6QkcwU2ZJeTRrZ0FORHNOcFBWTjVsMjRDN3NwSW1GdEhGOW5OL1dHdVNNRWRmUFdkaVhQanh4UlQya0kxa0IzN1llUi9QS0tkY2dOQ3dVUFdsck5sblFqald4c1JKbjRNelZ4RHFFM2RtMWZBcmRsa1NodGZYODF3RTkwMkpiYWRDUEFIQmFvMW94YW52eXlNdlp1dUVuMFJKRUQxOVlTZFMzMmR4NGtUaXVBZWRreE1sYWdoelFGTmk1WjNJdTdQM0ZTNWxBdVV6Y2VPMW80N2hzamJHZVRxT3ozZHhiNStKMTZyY0xxS3ZGWGZZTyt2VHVEWm1qb3pjaS9BdlgwRWpvdVVGNE9tRVEralF5RW9sVGZTTW1haXVNYmd4U2pVTmplT21zcDNXeHNVTjBBUlc5dWxDSmxnYmRWOWZuYjh6NDNueHRvOVFBV1ByN0xxYlczV2ZkMjZ6a28zOWZ2SzNlK3hJM0pyNUVKa0Fra0dJdzNxY1VJbkxKRTJJUzlxckRDOGhqN0V4RzNTcDJXYzBFd1M0Tk10SVBQeTUvVnRDMGhzbEVFdW4xcDEweUMrVlVHRk0rc0pyUFJtUmp6cUpSZHVFNFBwalBpTldDTmFqb1VNVUN4V3k2eGxPU0Y5d1MzM2h5SVd1SFZqdTRqcXFESTJzVGZ6eG9SaXlwUjV1c2xXNkhyUVFKL0piMWsxeisvMnNLSUYxdkZ4eVV5aWZGbDVMcit2MnF6WVRSeVdoM2cwaDlCVnZYdG0zaUdBOTJnVS9WRUpoWFZ4YVNMcnVNRDQvT2NWZEpkYTY2c3djdzNyREd4bUdkMy9PZmxWL2tIMVRmMHBiY2RUbytiUjBoOVVtTEhHeHp2blE2bWZQdmNuZko2VXVTMTd2dzdnbS9IdDdxbW9PQ1FqV3ZjNU9zMGtUa1VEbGhHaWlReXNpaEYzbHJuSUR4c0J3WTlRZ2hIQStEY1JCZjBZRGVUYzZkeG9qRWZLelhOYktIWWI2dHBrb2d0VXphNWdRcTNkM21MRTd3bFVoV0krTVhpQmVKL3BuZFRQLzNyakR2U25XQmI0b2VDOUZidXlFUVM5c3NteTBRUjZjWnpJbDFTZThZL2I3cGQ3Y1lYM0xWQVNnQ2ZUNU9raWNNOFdodm9RUVd0czMxbTUvSGMwTDRETmRnUkdzaHc2cldFNHA4ZkJjckgyU3FCeXZ3NHlMekh1cDY4YXFXR2RjbkZrR1NtYnd0SEs0L25rNWxEMUdYcVRtaHZNMmY5ZW05K3pKT1YyNVNUaVI1ajdQSEhmbUtncnBxcjJWRStrS3ZPSHNRTEFlR2IxbmEybUZNaW9HOFZVaWxuN2dsaXJDR0pmS0pOU2hvL2p6K2tIU041djhMM0poQXpZdm4xMmcrdkpkajZQSjBTQnp6dnB6NDlWeVFBMjd1N0V4VVJzbXpnZTltYmhiVVRmUTZudlZWYUxsejgyblV6dUdRL093RCtzYWF2VXRJSy9paHFZWmQ5V3RjZUVGZDlXdjRhNTBINit0YTZaVHNuNmRyblo5WVkzTUVPVzl6N0Q3LzQySTIwWkVtclcxWm42VHVFM0RJcHBFREpSYlh1cnYzUkNPdnFzT081ZWNJNkgzVmE1YzAweGZTMzVmbGR0ZkQvWWl0TFFtYW42U3QvdS9sYnBPeGs1dEMyR3RDc0dDdzR2bkt6NmV1NDRUOTZjYU14NFU0cTNycnM1MG9lWUtCRmV0WiszVmdOc05ObHNaU0VlRWF0SXV4US82bWZZYmZjTTloZDlsSU1LMXpIeS8vbkZ6SlZpbnZGK3JwVWZxZkowWjE5Rk1oYlk3enQ1MEhFLzJQcHA2LzNBNUNBbTJHeXNrYURabWpIcGQ2WEJKemwwVnU3RVQwUVBDS3A3eDdtNy91Ty95VnFFWWIwNklRc0hoVUUreCswanJYNUpXUHBSUTNrL1IxVkJVTnFTYjcyN3ZtWkNxV1V6WlQxWmt6U1piQ1VJbU5mR2tvM09HUFhncmNUMXI5VHJEd29oRE1ya25LcVFiMXFtZUdHb1FMRGlQWUUwU0xzaXEycDRiK0lmRzR4dDNWMFpGKzYyMTl1YmRaaWpHS3dPSXY3Mks2SzRQSC83elhyLzJ6TWo2MStjRGJGNGVpcnVaeXQ5NzRRc1JJZXBHb2pUT2lQNkJZTlZrWFRFcHFVT2NjdjVWbTFPRWMrRUtLN1RMT2FWckVWYjF6R0tkNnNZZ0pOaHVEZ2FXVEFiZm9JYTc2aHFQUDVlN09xcGZtQXpBWDhrcElrSnZsa056aHkwaytxblhrTW9GM2NoUjVMNmpnVHkySjcvRFNnYlY1WlhYTnphWmM4UTdrby9vdnJHczVhd3pFNkh0a1o5bjZmYkRlRWNMVmxTemIyMlVhMXFvVGdiKzlCMGtFbzVtNm4wTTVmT3ZFaTRSRUN4b2tDZVpKWTRUWVkrZk1KRTczTk9WYzFkMTNkZ3BKTU9CZFl4YWF0RDJnNUdLL0hRTFB2Y2dKZXJ5WGM0TmR4cyt4MVNLcDg3VTg4YVo5OTVOVEVaR1J5U1JKRGVXKzk5dzl6NG1ibjk5eWYvOU9TTnlSeVd4eUd1dG8rL3BLelI3YkZKTVJmV0loUkxIb1RVcGtYTmhvYUlINHlQUE9XZ2hoQVJiakt3cFRHVEF5VldGN3BTNm1McHJYYWNnNGNCQmpZSHBXTkhMMVY2TTMwdFdPS01xQjcwSzEydDFacDRtYnFGbm1iNzEzSEVWOFhNT0s1UkFpci9qbmlHbS9STW5FS256N0Z6aFdGMmxvcDladDdUUzNOa2VnV0RCQllWclhiR1p0NnFjVTI1UVdSN3JyaVJzTnFqeldrMjROR01XcnhmbXJRR3FsL3ZPNURsdmhvaXMzTiswK3BnbU9qTWZNNUJ1S3o2WFIvZHhtb1lCM2toRU9DVTB0cjJFWUNVMkVnOVR6aThTcmErRUNzSi9DQmEwVE5EVTRHRnV1azIwSmFtOWRpV1phcC91YjhtZW1IY3A2VE4wK2MzQ3hhOVZjSXhOd1NCZWxXaWdxOXQvOVRpVHhmOFhTUVN4TXRFNmF2QmVSeUlYM3hiR2UrOGUrVnRuUlMrcTFoQXpUN3ptdXVidjBZK0szODZOVSt4Y1piY1d4b1NobTNrc0NSVjNDR3RZOTBPOGViSWp3akZTRzNUbnJyeWhZODVWdlZVOExPVzh6aEVPdEFiZDNoSGljTkNUekVnQW1LbnRBQ0VEMHJ2VTN3WGZuVlhCNFZobjA4bUljOWdnTzRzbUtGWm8wSld1T2Nsenh3V3VjT0RPRUdLV05UTzlQalUwSmhFa1ZPQ3c0QWJRUFlMOFFPYlR2VCtrUmZtSE1iaE5hb3BWMTZWcnRWVU5Fc2RtMTNVcjNKUWxXSjJDNDZ3ei83L09DUG55QkpmVVZKV090ZnBkT3BsSlRQeDlqWjNkdmJyMGR5Z0pZWjRsTENqblh0ZHdXYXhQSVZod2E0Z1l2Q1RjaHJuT2NVUkdsNTVoaDdZTC80akRDR0V6NjdpcnpHRFVrZHFCM1dNY2xuejJqZnJNeHdoZmlmaTJvYnBHeVRyV1R3a3dKZVNESXdWcnBWN2ZUNUJlWmRPMzdsL1ZtSWhJQ05Jbndud2E1MExIblMvUkExb0lJY0U3RTYzZHhmMGlvWkpVK0NhSVRLM3duQXhDT216MkdqdVJhTUY3Sm0wcE9obG5va1hwVFY1bkl3TnB1T2xLOHR1TTYraVdDbFljN3F2cVB0dEMxbXFnN21UT2liV2t1azlQRVY4Sk1mcmpXUFVjbCtyY0dMalRhd3NPWGJReE91RjBGN1NvUjdEZzlwM1dUT0w5OGViWDBPZm4yTkNjbFYyNFNndzJ1aTNGdXVJMWUwcFl1b21aODZwd0VQL0tGRlN2MlQzU1diZ1NOM01rVFRtUmJzVTVNWlBmcEdkOFozWE9yVm5HZlEzVkJPU1laSjR3S1JwbVBwTS83b3c2a2dnVzNKOXdOVm05b21mTWNKdDRiT1dBV3pqQVdwbUNLeGtJc3ludE5ZWFJuZkU3UGFmdythekJkL1hZWGhPZlZkelgzdVRHbURDVWtOb0RGK3BuTGtpb1FMQUFqcG5Gcit1NHNZb0I3eldxT1JqS0svVnJDbFl1VTdDSjJua3B6amFBUm80amJETHVIeXQ4RWhyY3F1OGlsRzVxd3EwczFlL2VkL1d6UXBmcXMyekVUZEh0RnhBc09HbFduV3BkMFhPSEdYZWJndVBGRmNCbmNxeTRaOU0ybFNRaWExQjZmVzBxNnlDYk00dE1uY0crV0NnbGhEY3ZkRStsb2NXdThUei9HaThOZkErckJnVExDOU5ZdnFmRmtWVlI0STRoU3hDT0dwZ3pWZEVicVc1aEpFS2t4TXFMMHJ1ejE3eFNicTBrRGY0Y0lyOHQvT3hocjF2cCsrb2Q4WDMrQ0VzREZUdXMzM2x3NVBjVE5tc2pWb0Jnd2RGWWxTRktCT3ZZTlpMS0NoZVJDem1WYmx1K1pBa0R6ZzFINkYzblNOelFrLzQrQ2xMSmUrcDRHK1ZHVDFwUEU3SFJKYkw2Ung0SHdJU1FJTlNaUVUraldYL1lIL01UdWpIQ2dac1RXdHBuTTlvU0EzdElxOS9JK3d3WmgwTTFLSjZTYUhEdUZIaWRZZWsveTdNZXlHVTlTbjlmdWMrbHkwN054SmtHcktydWRZUzI1dzVEclgxSHBYUkFzT0RTUkQyTDN0U0ExSmZCYzJrNGxWUENPbFVwMk1PU2dWMEcwNkZ5RjNYZDVMbm9GOXczUzdpTzRyMVl4dmU1a1ZZY0I2V2I2dFRmRTRmYk4wUTJGdDhKVnc4Z1dIQU4wVnFLYUUzVkFHVnRLajVhc0l3eVBOWStycUtCM1FpVk5TMUdUUi9QYWhkUzlMWFZFYXp3blNuaDk2SEJWU2E1SlZTV0NPdUNuUXQvTi9EZ3NJWUZkVVhMRDZEUDdyQk9uZkhRdzRHdnNHeFB5UWJYWHVIQVhuY1BWbTNuV2ZjcE5UOTdxUmgwS2lZQTJvMm1xcnEvSlNyOWUySHoxVXZtR1VlMVY3TEpiMWZnaWdFY0ZseGJ0UHlBNTBNOUUxbTdDTlhadXpsM0pZUGVYTW92cldUUVhWZTBjRThKMWw3VitSck9ZMzJFTzJuMDY2dDR2YlVyV3ljcnFpZVkrSHhiNVpyalBWU2hCYzJrMEMxdDVMZGVVU1lKRUN4b3UzaUZtbjlCdk1LYXhqSXpjTzRsUXNnYTJEb1NzYUtVOWtJNkJRNnJlOEx4bWtZblYvUXRJWkNOd0tYdnEyb0NNSEw3SWI2eGhBWlg2dlhDeHVOMUpGS0UvUURCZ3BzV3Ixbmh3QmtQdHFucUZ0dUNRYkdPdXlqWjZMczU4cldhUUNkVERESU9zckl2bHZWL09vd3BDVFZ4UHpXUER3M3FicjB2OG50UXh3K3VBbXRZY0VuOFRQNVZCSzAwZkxRcXVMK2pNZ0ZQRmF4U3gzWHl3RzNzZjlMT2RKajViS1Y5c2JwVjM2ZGtCNjdVSkVKdkIxZ2pWb0REZ2tkeFlCdjNkODBqRExKOTk3ZG5sNVY1bG5KWFMrWElmSWJieGdpZjlZejNZSWxmWHowbnRWRzU1TDNWUVdjRldwMTE1eUpzSzdmZlFxVm5mTlpWaGNQYVZrd28vR2Rjc3g0RkNCYkFvWWl0NGtGV010cmlJcmdwUjdBUTU5R0xCdjUzU2VnSVBiVjBzZGQxb1lzYjYvUnVjUy9qUXZlWG95U3JjT0lPTS9HR0xsMWR4QlMvaElOYlYwd29acHlWZ0dBQmxMdXcwcjFIVnN1TWJpUjJSV0loQ1FXeHkvTEgreENuRTZwbVdCdVZqOWxucHRlb3JQY1RHbkcrdVhvSklkM0VmV0Z0c2M1M0M0QmdBVFFvYmw1by9KNnd1U3RMQmM4NUlyKzI5bW00bXFSWW5yUHVYZlRacklhR0svWG5PbktyK2poTGQxckZFUUFFQzZCQlIvWVNoUkxqR29JOVY1aUdMcTZtUlB3MklsYXJDM3kyVVBTV01CMEFnZ1YzSmx4bXVDdXFHcjRwRkwrd2x5eDJOVnR4Tk11R25WV0hYdytnakgvKysrOC92Z1dBQ3lISkd5RVJZc3ZHVzRCeS9pL0FBSzlEU2g3cHhhTGNBQUFBQUVsRlRrU3VRbUNDIi8+CjwvZGVmcz4KPC9zdmc+Cg==);
  -webkit-mask-size: 100%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 160px;
  height: 160px;
  z-index: 0;
  animation: qodef-element-rotate 20s linear infinite;
  text-align: center;
}
.motiox-rotate-effect-yes .elementor-icon svg, .motiox-rotate-effect-yes .elementor-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-position-top .elementor-icon-box-icon {
  width: 100% !important;
  display: flex !important;
  justify-content: center;
}

.elementor-image-box-wrapper {
  position: relative;
  transition: all 0.4s ease;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 26px;
  font-size: 1.4444444444rem;
  line-height: 1.153846;
  color: var(--e-global-color-text);
  text-transform: capitalize;
  letter-spacing: 0;
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:hover {
  color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 24px;
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: 400;
}
.elementor-image-box-wrapper .elementor-image-box-content img {
  object-fit: cover;
}

.elementor-widget-n-accordion .e-n-accordion-item {
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  border: none;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  position: relative;
  background: transparent;
  transition: 0.3s all ease-in-out;
  padding: 2px 0 0 0;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon span i, .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon i, .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  transition: 0.3s all ease-in-out;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
  gap: 16px;
  width: 100%;
  align-items: center;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-radius: 20px 20px 0 0;
}

.style-theme-yes .e-n-accordion-item {
  border-bottom: 1px solid var(--e-global-color-border);
}
.style-theme-yes .e-n-accordion-item:first-child .e-n-accordion-item-title {
  padding-top: 0;
}

.image-style-motiox-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
  border-radius: 0 30px 0 30px;
}
.image-style-motiox-yes.elementor-widget-image .elementor-widget-container a img {
  transition: all 0.4s ease;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}
.image-style-motiox-yes.elementor-widget-image .elementor-widget-container a:hover {
  border-radius: 0;
}
.image-style-motiox-yes.elementor-widget-image .elementor-widget-container a:hover img {
  border-radius: 0;
  transition: all 0.4s ease;
}

.motiox-image-effect-yes .elementor-widget-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  position: absolute;
  top: -8px;
  left: 11.5px;
}

.icon-list-style-motiox-yes .elementor-icon-list-item .elementor-icon-list-text {
  position: relative;
}
.icon-list-style-motiox-yes .elementor-icon-list-item .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-list-style-motiox-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
  right: auto;
}

.elementor-widget-icon-list .elementor-icon-list-text .gradient-icon-list .elementor-icon-list-items .elementor-icon-list-icon svg {
  color: #47B5A9;
  width: 24px;
  height: 24px;
}

.elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 1.125rem 2.25rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
  white-space: nowrap;
  background-color: var(--e-global-color-accent);
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-color: #110A00;
  gap: 8px;
  text-transform: uppercase;
  line-height: 1.25rem;
}
.elementor-button span {
  position: relative;
  z-index: 2;
}
.elementor-button span i, .elementor-button span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-button:hover {
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-button.elementor-size-xs {
  padding: 0.25rem 1rem;
  font-size: 12px;
  font-size: 0.6666666667rem;
  border-radius: 30px;
}
.elementor-button.elementor-size-sm {
  padding: 0.75rem 1.75rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
}
.elementor-button.elementor-size-md {
  padding: 1.125rem 2.25rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
}
.elementor-button.elementor-size-lg {
  padding: 1.3rem 2.5rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
}
.elementor-button.elementor-size-xl {
  padding: 1.5rem 3rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
}
.elementor-button.elementor-button-link, .elementor-button.elementor-button-white, .elementor-button.elementor-button-bg {
  display: inline-flex;
}
.elementor-element.elementor-button-outline .elementor-button .elementor-button-icon {
  color: var(--e-global-color-secondary);
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #3d9cd2;
  border-color: #3d9cd2;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #0f834d;
  border-color: #0f834d;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
  border-color: #d9534f;
}
.elementor-button .elementor-button-icon {
  line-height: 1;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-button .elementor-button-icon i:before {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.elementor-button .elementor-button-icon svg {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elementor-button-content-wrapper {
  align-items: center;
}

.elementor-button-outline .elementor-button {
  color: #ffffff;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  padding: 1.125rem 2.25rem;
  font-size: 14px;
  font-size: 0.7777777778rem;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 18px 36px;
  position: relative;
  background: transparent;
  border: 1px solid #FFFFFF;
  display: flex;
  overflow: hidden;
}
.elementor-button-outline .elementor-button i, .elementor-button-outline .elementor-button svg {
  color: var(--e-global-color-primary);
  transition: unset;
}
.elementor-button-outline .elementor-button:hover, .elementor-button-outline .elementor-button:focus {
  color: #ffffff;
}
.elementor-button-outline .elementor-button:hover i, .elementor-button-outline .elementor-button:hover svg, .elementor-button-outline .elementor-button:focus i, .elementor-button-outline .elementor-button:focus svg {
  color: #FFFFFF;
}

.elementor-button-link .elementor-button {
  padding: 18px 18px;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  position: relative;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  background-image: none;
  background-color: transparent;
  border: none;
}
.elementor-button-link .elementor-button .elementor-button-icon i:before {
  background: linear-gradient(130.35deg, var(--e-global-color-accent) 16.43%, var(--e-global-color-primary) 87.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elementor-button-link .elementor-button:hover {
  color: #000;
}
.elementor-button-link .elementor-button:hover:after {
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
  width: 100%;
  background: var(--e-global-color-secondary);
}
.elementor-button-link .elementor-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: 1px solid #FFFFFF26;
  width: 54px;
  height: 54px;
  border-radius: 5em;
  transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.elementor-button-bg .elementor-button {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-size: 200% auto;
  background-image: linear-gradient(130.35deg, var(--e-global-color-accent) 56.43%, var(--e-global-color-primary) 97.65%);
  background-position: 100% center;
  color: var(--e-global-color-secondary);
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-color: #110A00;
  gap: 8px;
  text-transform: uppercase;
  line-height: 1.25rem;
}
.elementor-button-bg .elementor-button span {
  position: relative;
  z-index: 2;
}
.elementor-button-bg .elementor-button span i, .elementor-button-bg .elementor-button span svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-button-bg .elementor-button:hover, .elementor-button-bg .elementor-button:focus {
  color: #ffffff;
  background-position: 0% center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(130.35deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
}

.elementor-button-wrapper {
  display: inline-flex;
}

.elementor-widget-n-tabs {
  --n-tabs-title-padding-top: 0;
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-bottom: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-title-font-size: 16px;
  --n-tabs-title-color: var(--e-global-color-text, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: var(--e-global-color-primary);
  --n-tabs-title-color-active: var(--e-global-color-primary);
  --n-tabs-title-background-color: #00000000;
  --n-tabs-title-background-color-hover: #00000000;
  --n-tabs-title-background-color-active: #00000000;
  --n-tabs-title-gap: 20px;
}
.elementor-widget-n-tabs .e-n-tab-title {
  position: relative;
  display: flex;
}

.tabs-style-2 {
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-title-font-size: 1.5rem;
  --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: #FFFFFF;
  --n-tabs-title-color-active: #FFFFFF;
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: var(--e-global-color-primary);
  --n-tabs-title-background-color-active: var(--e-global-color-primary);
  --n-tabs-title-border-color: transparent;
  --n-tabs-title-gap: 10px;
}
.tabs-style-2 .e-n-tabs-heading {
  border-radius: 30px;
  position: relative;
  background: #FFFFFF;
  margin: 0 auto 60px auto;
  box-shadow: 0px 4px 30px 0px #00000026;
}
.tabs-style-2 .e-n-tab-title[aria-selected=true]:before {
  width: 100%;
}
.tabs-style-2 .e-n-tab-title {
  position: relative;
  padding: 20px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}
.tabs-style-2 .e-n-tab-title .e-n-tab-title-text {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1.25;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 880px) {
  .tabs-style-2 .e-n-tab-title[aria-selected=false] {
    background-color: rgba(118, 89, 255, 0.3);
  }
}

.tabs-style-3 {
  --n-tabs-title-padding-top: 0;
  --n-tabs-title-padding-right: 0;
  --n-tabs-title-padding-bottom: 0;
  --n-tabs-title-padding-left: 0;
  --n-tabs-title-font-size: 1rem;
  --n-tabs-title-color: var(--e-global-color-text, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: var(--e-global-color-primary);
  --n-tabs-title-color-active: var(--e-global-color-primary);
  --n-tabs-title-background-color: transparent;
  --n-tabs-title-background-color-hover: transparent;
  --n-tabs-title-background-color-active: transparent;
  --n-tabs-title-border-color: transparent;
  --n-tabs-title-gap: 40px;
}
.tabs-style-3 .e-n-tab-title[aria-selected=true]:before {
  width: 100%;
}
.tabs-style-3 .e-n-tab-title {
  position: relative;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 0;
  display: flex;
  border-radius: unset;
  overflow: hidden;
}
.tabs-style-3 .e-n-tab-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0px;
  transition: all 0.4s ease;
  background-color: var(--e-global-color-primary);
}
.tabs-style-3 .e-n-tab-title:hover:before {
  width: 100%;
}
.tabs-style-3 .e-n-tab-title .e-n-tab-title-text {
  line-height: calc(26 / 16);
}
.tabs-style-3 .e-n-tab-title .e-n-tab-icon {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.tabs-style-3 .e-n-tab-title .e-n-tab-icon svg {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  height: 0;
}
.tabs-style-3 .e-n-tab-title .e-n-tab-icon svg:last-child {
  position: absolute;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owcpv_item_form .owcpv_inner_form {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 10px;
}
.owcpv_item_form .field-label {
  color: var(--e-global-color-text) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
}

.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt {
  border-radius: 30px !important;
  padding: 11px 20px !important;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 0.8888888889rem;
  justify-content: space-between;
}
.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt:after {
  font-family: "motiox-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.form-control:not(textarea, input[type=radio], input[type=checkbox], input[type=color]) {
  padding: 11px 20px !important;
  border-radius: 30px !important;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 16px;
  font-size: 0.8888888889rem;
}

.owcpv_price_summary {
  border: 1px solid var(--e-global-color-border) !important;
  margin-bottom: 30px !important;
  padding: 30px !important;
  border-radius: 10px;
}

.elementor-widget-text-path .e-text-path svg {
  overflow: visible;
}

.rotate-animation .e-text-path {
  text-transform: uppercase;
}
.rotate-animation .e-text-path svg {
  animation: effect 10s linear infinite;
  overflow: visible;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle video {
  width: 100% !important;
  height: auto !important;
}

.parallax-layer {
  position: absolute;
}

.elementor-icon.elementor-social-icon {
  --icon-padding: 14px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  color: #ffffff;
}

.e-con {
  --container-default-padding-right: 0;
  --container-default-padding-left: 0;
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.header-absolute {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  background-color: transparent !important;
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-social-icons-wrapper .elementor-social-icon {
  display: flex;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}

.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon {
  display: flex;
}

.c-primary {
  color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title a {
  display: flex;
  align-items: center;
}

.underline-primary {
  position: relative;
}
.underline-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  left: 0;
  background-color: #FFD8D2;
  z-index: -1;
}

.sublink .elementor-column:hover img {
  opacity: 0.8;
  border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
  transition: all 0.3s ease;
}

.btn-slider {
  display: inline-flex;
  align-items: center;
}
.btn-slider i {
  margin-bottom: 2px;
}
.btn-slider i.left {
  font-size: 10px;
  font-size: 0.5555555556rem;
  margin-right: 7px;
  width: 12px;
  transition: all 0.15s ease;
}
.btn-slider i.right {
  font-size: 10px;
  font-size: 0.5555555556rem;
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.15s ease;
}
.btn-slider:hover i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.btn-slider:hover i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}

.icon-shape-yes .elementor-icon {
  position: relative;
}
.icon-shape-yes .elementor-icon i, .icon-shape-yes .elementor-icon svg {
  z-index: 1;
}
.icon-shape-yes .elementor-icon i:after, .icon-shape-yes .elementor-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--e-global-color-primary);
  transition: all 0.15s ease;
}
.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
  background-color: var(--e-global-color-text);
  transition: all 0.15s ease;
}

.elementor-widget-progress .progress-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.progress-title .elementor-progress-percentage {
  padding-right: 0px;
}

.custom_shape_divider-yes > .e-con-inner > .elementor-shape,
.custom_shape_divider-yes > .elementor-shape {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 62px;
  width: unset;
  background-size: 1440px 62px;
  animation: wave 10s linear infinite;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape svg,
.custom_shape_divider-yes > .elementor-shape svg {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape[data-negative=false].elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape[data-negative=false].elementor-shape-bottom {
  transform: unset;
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-top,
.custom_shape_divider-yes > .elementor-shape-top {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE1OSkiPjxwYXRoIGQ9Ik0xNDM5Ljk2IDIyLjE3MUMxMTQxLjg5IDIyLjE3MSA5OTkuNzkxIDYyIDcyMS4wMiA2MS45OTk5QzQ0Mi4yNDkgNjEuOTk5OSAyOTcuMjQyIDIyLjEzOCAzLjQ4NDg0ZS0wNiAyMi4xMzhMNS40MjAyMWUtMDYgLTAuMDAwMTI5NzAzTDE0NDAgLTMuODE0N2UtMDZMMTQzOS45NiAyMi4xNzFaIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzQ3XzE0MTU5Ij48cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MiIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA2Mikgcm90YXRlWigtMTgwKSByb3RhdGVZKC0xODApIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.custom_shape_divider-yes > .e-con-inner > .elementor-shape-bottom,
.custom_shape_divider-yes > .elementor-shape-bottom {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE0MykiPjxwYXRoIGQ9Ik0wLjA0MzQ1MTIgMzkuODI5QzI5OC4xMSAzOS44MjkgNDQwLjIwOSAwIDcxOC45OCAwQzk5Ny43NTEgMCAxMTQyLjc2IDM5Ljg2MTkgMTQ0MCAzOS44NjE5VjYySDBMMC4wNDM0NTEyIDM5LjgyOVoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83NDdfMTQxNDMiPjxyZWN0IHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiBmaWxsPSIjZmZmZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}

.elementor-shape.elementor-shape-top {
  z-index: 1;
  right: 0;
  left: unset;
  width: fit-content;
}
.elementor-shape.elementor-shape-top svg {
  width: auto;
}
.elementor-shape.elementor-shape-bottom {
  transform: rotate(0deg) !important;
  z-index: 1;
  width: fit-content;
  left: -1px;
}
.elementor-shape.elementor-shape-bottom svg {
  width: auto;
}
.elementor-shape svg path {
  fill-opacity: 1;
}

/*# sourceMappingURL=elementor.css.map */
