.rich-text.elementor-element > .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1em;
}
.rich-text.elementor-element > .elementor-widget-container > *:last-child,
.rich-text:not(.elementor-element) > *:last-child {
  margin-bottom: 0;
}

.rich-text ul,
.rich-text ol {
  margin-left: 20px;
}
.rich-text ul li {
  list-style: circle;
}
.rich-text ol li {
  list-style: decimal;
}
.rich-text h3 {
  font-size: 2rem;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #FFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #0A0A0A;
}
.scroll-to-top:hover {
  background: #f6ca2e;
}
.scroll-to-top .arrow {
  background-image: url("img/icon-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

footer.site-footer {
  padding-top: 4.64rem;
  padding-bottom: 6.9rem;
  background: #0A0A0A;
}
footer.site-footer .upper {
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  footer.site-footer .upper {
    gap: 55px;
  }
}
footer.site-footer .upper img, footer.site-footer .upper b {
  display: block;
  height: 85px;
  width: auto;
  margin-bottom: 33px;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .upper img, footer.site-footer .upper b {
    height: 72px;
  }
}
@media screen and (max-width: 960px) {
  footer.site-footer .upper img, footer.site-footer .upper b {
    height: 58px;
    margin-bottom: 27px;
  }
}
footer.site-footer .upper b {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  footer.site-footer .upper b {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  footer.site-footer .upper b {
    height: auto;
    font-size: 14px;
    margin-bottom: 11px;
  }
}
footer.site-footer .upper ul,
footer.site-footer .upper p {
  font-size: 1rem;
  line-height: 1.88;
}
footer.site-footer .upper ul {
  margin: 0;
  padding: 0;
}
footer.site-footer .upper a {
  font-size: 1rem;
}
footer.site-footer .upper a:hover {
  text-decoration: underline;
}
footer.site-footer .lower {
  margin-top: 7.03rem;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  footer.site-footer .lower {
    margin-top: 60px;
  }
}

.elementor-widget-text-editor ul {
  list-style-position: outside;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  .elementor-widget-text-editor ul {
    padding-left: 0px;
  }
}
.elementor-widget-text-editor ul li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.elementor-widget-text-editor ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 8px;
  background: #f6ca2e;
}
.elementor-widget-text-editor ul li:last-child {
  margin-bottom: 0px;
}
.elementor-widget-text-editor ol {
  list-style: none;
  counter-reset: li;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  .elementor-widget-text-editor ol {
    padding-left: 0px;
  }
}
.elementor-widget-text-editor ol li {
  counter-increment: li;
  margin-bottom: 5px;
  padding-left: 25px;
}
.elementor-widget-text-editor ol li::before {
  content: counter(li) ".";
  color: #f6ca2e;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  text-align: center;
  opacity: 1;
}

.elementor-button-icon svg {
  width: 0.5em;
}

.elementor-widget-form .elementor-message {
  color: #010101;
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

#form-field-upload_field_fake {
  cursor: pointer;
  pointer-events: none;
  background-color: #F2F2F2;
}

#form-field-field_upload {
  display: none;
}

.elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}
.elementor-select-wrapper .elementor-field-textual {
  background-image: url("img/background-select-field.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.elementor-field-type-acceptance {
  margin-bottom: 21px !important;
}

.list-wrapper {
  display: none;
  width: 100%;
  background: #f2f2f2;
  color: #707070;
  font-weight: 700;
  transform: translateY(-5px);
  border: 1px solid;
  border-top: 0;
}
.list-wrapper .list-group {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 20px;
}
.list-wrapper .list-group li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.list-wrapper .list-group li .remove-file {
  background-image: url("img/icon-delete-file.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.action-buttons-wrapper {
  position: absolute;
  right: 29px;
  top: 45px;
  display: flex;
  gap: 25.5px;
  z-index: 50px;
}
.action-buttons-wrapper .toggle-files {
  display: inline-block;
  background-image: url("img/icon-toggle-files.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
}
.action-buttons-wrapper .upload-files {
  display: inline-block;
  background-image: url("img/icon-upload-files.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
}

.testimonials-carousel .elementor-main-swiper {
  margin: 0 !important;
}
.testimonials-carousel .elementor-swiper-button {
  background-size: contain;
  width: 3.375rem !important;
  height: 3.375rem !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem !important;
  border: 1px solid var(--Transparent-Stroke, rgba(248, 248, 248, 0.05));
  background: var(--Transparent-Fill, linear-gradient(297deg, rgba(248, 248, 248, 0.1) 16.39%, rgba(146, 146, 146, 0.2) 83.61%));
  top: auto !important;
  bottom: -4.75rem !important;
  transform: none;
}
.testimonials-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  left: unset;
  right: 4.875rem !important;
}
.testimonials-carousel .swiper-slide .elementor-testimonial {
  padding: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Transparent-Stroke, rgba(248, 248, 248, 0.05));
  background: var(--Transparent-Fill, linear-gradient(297deg, rgba(248, 248, 248, 0.1) 16.39%, rgba(146, 146, 146, 0.2) 83.61%));
  backdrop-filter: blur(5px);
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  .testimonials-carousel .swiper-slide .elementor-testimonial {
    max-width: 100%;
    padding: 20px;
  }
}
.testimonials-carousel .swiper-slide .elementor-testimonial__cite {
  margin-left: 1.66rem !important;
}
.testimonials-carousel .swiper-pagination-bullets {
  bottom: -2.5rem !important;
  display: flex;
  width: fit-content;
  gap: 0.33rem;
}
.testimonials-carousel .swiper-pagination-bullets > * {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 0.875rem;
  background: #8E8E8E;
  transition: all 0.3s ease;
}
.testimonials-carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 3.375rem;
  animation: bullet-active 5s forwards;
}
@keyframes bullet-active {
  0% {
    background: #F6CA2E;
    background-position: -100% 0;
  }
  100% {
    background: #F6CA2E;
    background-position: 100% 0;
  }
}

.image-carousel .elementor-swiper-button {
  background-size: contain;
  width: 3.375rem !important;
  height: 3.375rem !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.75rem !important;
  border: 1px solid var(--Transparent-Stroke, rgba(248, 248, 248, 0.05));
  background: var(--Transparent-Fill, linear-gradient(297deg, rgba(248, 248, 248, 0.1) 16.39%, rgba(146, 146, 146, 0.2) 83.61%));
  top: auto !important;
  bottom: -4.75rem !important;
  transform: none;
}
.image-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  left: unset;
  right: 4.875rem !important;
}

.concept-steps::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #707070;
}
@media screen and (max-width: 1280px) {
  .concept-steps::before {
    left: 15%;
  }
}
@media screen and (max-width: 960px) {
  .concept-steps::before {
    left: 20px;
  }
}
.concept-steps::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  width: 2px;
  height: var(--line-progress, 0%);
  background-color: #F6CA2E;
  transition: height 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .concept-steps::after {
    left: 15%;
  }
}
@media screen and (max-width: 960px) {
  .concept-steps::after {
    left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .concept-steps .step {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
.concept-steps .step .step-heading h2 {
  transition: all 0.3s ease;
}
.concept-steps .step p {
  transition: all 0.3s ease;
}
.concept-steps .step .step-count h2 {
  transition: all 0.3s ease;
}
.concept-steps .step.active-step .step-heading h2, .concept-steps .step.active-step p {
  color: #FFF;
  transition: all 0.3s ease;
}
.concept-steps .step.active-step .step-count h2 {
  color: #F6CA2E;
  transition: all 0.3s ease;
}