.elementor-1956 .elementor-element.elementor-element-cf32765{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5a7dfdd */.cartera-ar-faq-page,
.cartera-ar-faq-page * {
  box-sizing: border-box;
}

.cartera-ar-faq-page {
  direction: rtl;
  text-align: right;
  background: transparent;
  color: #fff;
  font-family: "Cairo", sans-serif;
  padding: 105px 20px 115px;
  overflow: hidden;
}

.cartera-ar-faq-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@keyframes cartera-ar-faq-soft-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cartera-ar-faq-animate {
  animation: cartera-ar-faq-soft-fade-up .75s ease both;
}

.cartera-ar-faq-delay-1 {
  animation-delay: .08s;
}

.cartera-ar-faq-delay-2 {
  animation-delay: .16s;
}

.cartera-ar-faq-delay-3 {
  animation-delay: .24s;
}

.cartera-ar-faq-hero {
  position: relative;
  max-width: 940px;
  margin-bottom: 74px;
  padding-right: 36px;
}

.cartera-ar-faq-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: calc(100% - 10px);
  background: linear-gradient(to bottom, #e36928, rgba(227,105,40,.08));
}

.cartera-ar-faq-line {
  width: 94px;
  height: 5px;
  margin-bottom: 26px;
  background: #e36928;
}

.cartera-ar-faq-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -.7px;
}

.cartera-ar-faq-layout {
  display: grid;
  grid-template-columns: .38fr 1fr;
  gap: 66px;
  align-items: start;
}

.cartera-ar-faq-side {
  position: sticky;
  top: 40px;
  padding: 42px 38px;
  background:
    radial-gradient(circle at left top, rgba(227,105,40,.16), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  overflow: hidden;
}

.cartera-ar-faq-side::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #e36928, rgba(227,105,40,.1));
}

.cartera-ar-faq-side span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #e36928;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 1.5px;
}

.cartera-ar-faq-side h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 950;
}

.cartera-ar-faq-side p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.cartera-ar-faq-list {
  display: grid;
  gap: 0;
}

.cartera-ar-faq-item {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.cartera-ar-faq-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #e36928;
  transition: .35s ease;
}

.cartera-ar-faq-item:hover::before,
.cartera-ar-faq-item[open]::before {
  width: 100%;
}

.cartera-ar-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 26px 0 26px 58px;
  color: #fff;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 950;
  transition: .3s ease;
}

.cartera-ar-faq-item summary::-webkit-details-marker {
  display: none;
}

.cartera-ar-faq-item summary::after {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e36928;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.cartera-ar-faq-item[open] summary {
  color: #e36928;
}

.cartera-ar-faq-item[open] summary::after {
  content: "−";
}

.cartera-ar-faq-item p {
  max-width: 850px;
  margin: 0;
  padding: 0 0 28px 58px;
  color: rgba(255,255,255,.74);
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.cartera-ar-faq-cta {
  position: relative;
  margin-top: 86px;
  padding: 66px 58px 72px;
  background:
    radial-gradient(circle at left top, rgba(227,105,40,.20), transparent 36%),
    radial-gradient(circle at right bottom, rgba(255,255,255,.055), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  overflow: hidden;
}

.cartera-ar-faq-cta::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(to bottom, #e36928, rgba(227,105,40,.08));
}

.cartera-ar-faq-cta::after {
  content: "";
  position: absolute;
  left: -130px;
  top: -130px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227,105,40,.16), transparent 68%);
  pointer-events: none;
}

.cartera-ar-faq-cta-line {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 5px;
  margin-bottom: 26px;
  background: #e36928;
}

.cartera-ar-faq-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 44px;
  line-height: 1.35;
  font-weight: 950;
}

.cartera-ar-faq-cta p {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
}

.cartera-ar-faq-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.cartera-ar-faq-btn-primary,
.cartera-ar-faq-btn-secondary {
  min-height: 58px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  transition: .3s ease;
}

.cartera-ar-faq-btn-primary {
  background: #e36928;
  color: #111;
}

.cartera-ar-faq-btn-primary:hover {
  background: #fff;
  color: #111;
  transform: translateY(-4px);
}

.cartera-ar-faq-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,.04);
}

.cartera-ar-faq-btn-secondary:hover {
  color: #e36928;
  background: rgba(227,105,40,.08);
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .cartera-ar-faq-animate {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .cartera-ar-faq-item::before,
  .cartera-ar-faq-btn-primary,
  .cartera-ar-faq-btn-secondary {
    transition: none !important;
  }
}

@media(max-width: 991px) {
  .cartera-ar-faq-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .cartera-ar-faq-side {
    position: relative;
    top: auto;
  }
}

@media(max-width: 767px) {
  .cartera-ar-faq-page {
    padding: 72px 16px 82px;
  }

  .cartera-ar-faq-hero {
    padding-right: 24px;
    margin-bottom: 48px;
  }

  .cartera-ar-faq-line,
  .cartera-ar-faq-cta-line {
    width: 74px;
    height: 4px;
  }

  .cartera-ar-faq-hero h1 {
    font-size: 34px;
  }

  .cartera-ar-faq-side {
    padding: 34px 26px;
  }

  .cartera-ar-faq-side h2 {
    font-size: 27px;
  }

  .cartera-ar-faq-item summary {
    padding: 22px 0 22px 44px;
    font-size: 18px;
  }

  .cartera-ar-faq-item summary::after {
    font-size: 28px;
  }

  .cartera-ar-faq-item p {
    padding: 0 0 24px 44px;
    font-size: 15.5px;
  }

  .cartera-ar-faq-cta {
    margin-top: 58px;
    padding: 46px 28px 52px;
  }

  .cartera-ar-faq-cta h2 {
    font-size: 31px;
  }

  .cartera-ar-faq-cta p {
    font-size: 16px;
  }

  .cartera-ar-faq-actions {
    width: 100%;
  }

  .cartera-ar-faq-btn-primary,
  .cartera-ar-faq-btn-secondary {
    width: 100%;
  }
}/* End custom CSS */