.elementor-1372 .elementor-element.elementor-element-6a8bc5e{--display:flex;}.elementor-1372 .elementor-element.elementor-element-e1bceb6{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1372 .elementor-element.elementor-element-535780c .elementor-heading-title{font-family:"Varela Round", Sans-serif;font-size:37px;font-weight:600;line-height:1.2em;color:#000000;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1372 .elementor-element.elementor-element-535780c .elementor-heading-title{font-size:32px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-1372 .elementor-element.elementor-element-535780c .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-e342fe3 */.mprad-guide{
  --mprad-guide-red: #9F1A1B;
  --mprad-guide-bronze: #A6631C;
  --mprad-guide-ink: #1E1F36;
  --mprad-guide-paper: #ffffff;
  --mprad-guide-cream: #f4ede5;
  --mprad-guide-line: rgba(30, 31, 54, 0.10);
  --mprad-guide-soft: rgba(30, 31, 54, 0.05);
  padding: 8px 0 18px;
  color: var(--mprad-guide-ink);
}

.mprad-guide *{
  box-sizing: border-box;
}

.mprad-guide-hero{
  position: relative;
  overflow: hidden;
  padding: 28px 28px 24px;
  border: 1px solid var(--mprad-guide-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(166, 99, 28, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(159, 26, 27, 0.12), transparent 36%),
    linear-gradient(180deg, #fffdf9, #f7f1ea);
  box-shadow: 0 18px 44px rgba(19, 24, 39, 0.08);
}

.mprad-guide-hero__kicker{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(159, 26, 27, 0.08);
  border: 1px solid rgba(159, 26, 27, 0.14);
  color: var(--mprad-guide-red);
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mprad-guide-hero h2{
  margin: 16px 0 10px;
  color: var(--mprad-guide-ink);
  font-family: Ubuntu, "Segoe UI", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  font-weight: 700;
}

.mprad-guide-hero p{
  max-width: 860px;
  margin: 0;
  color: rgba(30, 31, 54, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.mprad-guide-dates{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.mprad-guide-cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(159, 26, 27, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(166, 99, 28, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(159, 26, 27, 0.16), transparent 38%),
    linear-gradient(135deg, #fffaf5, #fffdf9);
  box-shadow: 0 18px 44px rgba(19, 24, 39, 0.08);
}

.mprad-guide-cta__copy h3{
  margin: 0 0 6px;
  color: var(--mprad-guide-ink);
  font-family: Ubuntu, "Segoe UI", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

.mprad-guide-cta__copy p{
  margin: 0;
  color: rgba(30, 31, 54, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  min-width: 246px;
  padding: 16px 26px;
  border: 1px solid rgba(159, 26, 27, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #C4873D 0%, #A6631C 34%, #9F1A1B 100%);
  background-size: 180% 180%;
  background-position: 0% 50%;
  color: #ffffff !important;
  font-family: Ubuntu, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  user-select: none;
  box-shadow:
    0 18px 32px rgba(159, 26, 27, 0.20),
    0 6px 14px rgba(166, 99, 28, 0.18);
  transition:
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.28s cubic-bezier(.22, 1, .36, 1),
    background-position 0.42s ease,
    filter 0.28s ease;
  isolation: isolate;
}

.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button::before,
.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button::after,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button::before,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button::after{
  content: none !important;
  display: none !important;
}

.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button:hover,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button:hover{
  background-position: 100% 50%;
  filter: saturate(1.08) brightness(1.03);
  box-shadow:
    0 28px 48px rgba(159, 26, 27, 0.26),
    0 12px 22px rgba(166, 99, 28, 0.22),
    0 0 0 6px rgba(166, 99, 28, 0.10);
  animation: mpradGuideCtaHoverFloat 1.15s ease-in-out infinite alternate;
}

.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button:focus,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button:focus{
  outline: none;
}

.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button:focus-visible,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button:focus-visible{
  background-position: 100% 50%;
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 0 0 4px rgba(166, 99, 28, 0.18),
    0 24px 40px rgba(159, 26, 27, 0.24),
    0 10px 18px rgba(166, 99, 28, 0.18);
}

.mprad-guide .abstract-disabled-btn.mprad-guide-cta__button:active,
.mprad-guide .mprad-submit-trigger.mprad-guide-cta__button:active{
  transform: translateY(-1px) scale(0.995);
  box-shadow:
    0 14px 24px rgba(159, 26, 27, 0.20),
    0 6px 12px rgba(166, 99, 28, 0.16);
}

.mprad-guide-date-card,
.mprad-guide-card,
.mprad-guide-note{
  border: 1px solid var(--mprad-guide-line);
  border-radius: 24px;
  background: var(--mprad-guide-paper);
  box-shadow: 0 14px 34px rgba(19, 24, 39, 0.06);
}

.mprad-guide-date-card{
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  background:
    linear-gradient(180deg, #ffffff, #fbf8f4);
}

.mprad-guide-date-card__label{
  color: rgba(30, 31, 54, 0.58);
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mprad-guide-date-card strong{
  color: var(--mprad-guide-ink);
  font-family: Ubuntu, "Segoe UI", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.mprad-guide-card{
  margin-top: 18px;
  padding: 24px 24px 22px;
}

.mprad-guide-card__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.mprad-guide-card__head h3{
  margin: 0 0 6px;
  color: var(--mprad-guide-ink);
  font-family: Ubuntu, "Segoe UI", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
}

.mprad-guide-card__head p{
  max-width: 780px;
  margin: 0;
  color: rgba(30, 31, 54, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.mprad-guide-steps{
  display: grid;
  gap: 14px;
}

.mprad-guide-step{
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,244,239,0.96));
  border: 1px solid rgba(30, 31, 54, 0.08);
}

.mprad-guide-step__num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--mprad-guide-bronze), var(--mprad-guide-red));
  color: #ffffff;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(159, 26, 27, 0.18);
}

.mprad-guide-step__body h4{
  margin: 0 0 8px;
  color: var(--mprad-guide-ink);
  font-family: Ubuntu, "Segoe UI", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.mprad-guide-step__body p{
  margin: 0;
  color: rgba(30, 31, 54, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.mprad-guide-step__body p + p{
  margin-top: 10px;
}

.mprad-guide-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mprad-guide-disclosure{
  margin-top: 18px;
  padding: 0;
  overflow: hidden;
}

.mprad-guide-disclosure > summary{
  list-style: none;
  cursor: pointer;
  padding: 24px 24px 18px;
}

.mprad-guide-disclosure > summary::-webkit-details-marker{
  display: none;
}

.mprad-guide-card__summary{
  display: block;
}

.mprad-guide-card__summary .mprad-guide-card__head{
  margin-bottom: 0;
  align-items: center;
}

.mprad-guide-card__summary:hover .mprad-guide-card__toggle,
.mprad-guide-card__summary:focus-visible .mprad-guide-card__toggle{
  background: rgba(166, 99, 28, 0.12);
  border-color: rgba(166, 99, 28, 0.18);
}

.mprad-guide-card__summary:focus-visible{
  outline: none;
}

.mprad-guide-card__toggle{
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(30, 31, 54, 0.05);
  border: 1px solid rgba(30, 31, 54, 0.10);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.mprad-guide-card__toggle::before,
.mprad-guide-card__toggle::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--mprad-guide-red);
  transform: translate(-50%, -50%);
}

.mprad-guide-card__toggle::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

.mprad-guide-disclosure[open] .mprad-guide-card__toggle{
  transform: rotate(180deg);
  background: rgba(159, 26, 27, 0.08);
  border-color: rgba(159, 26, 27, 0.14);
}

.mprad-guide-disclosure[open] .mprad-guide-card__toggle::after{
  opacity: 0;
}

.mprad-guide-disclosure__body{
  padding: 0 24px 22px;
}

.mprad-guide-list{
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mprad-guide-list li{
  position: relative;
  padding: 14px 16px 14px 46px;
  border-radius: 18px;
  background: var(--mprad-guide-soft);
  border: 1px solid rgba(30, 31, 54, 0.06);
  color: rgba(30, 31, 54, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.mprad-guide-list li::before{
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mprad-guide-bronze), var(--mprad-guide-red));
  box-shadow: 0 0 0 5px rgba(166, 99, 28, 0.10);
}

.mprad-guide-note{
  margin-top: 18px;
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(166, 99, 28, 0.08), rgba(159, 26, 27, 0.08)),
    #ffffff;
  color: rgba(30, 31, 54, 0.8);
  font-size: 15px;
  line-height: 1.7;
}

.mprad-guide-note strong{
  color: var(--mprad-guide-red);
  font-weight: 700;
}

@media (max-width: 991px){
  .mprad-guide-dates,
  .mprad-guide-grid{
    grid-template-columns: 1fr;
  }

  .mprad-guide-cta{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px){
  .mprad-guide-hero{
    padding: 22px 18px 18px;
    border-radius: 22px;
  }

  .mprad-guide-card,
  .mprad-guide-date-card,
  .mprad-guide-note{
    border-radius: 20px;
  }

  .mprad-guide-card{
    padding: 20px 18px 18px;
  }

  .mprad-guide-card__head h3{
    font-size: 24px;
  }

  .mprad-guide-cta{
    padding: 18px;
    border-radius: 22px;
  }

  .mprad-guide-cta__copy h3{
    font-size: 24px;
  }

  .mprad-guide .abstract-disabled-btn.mprad-guide-cta__button,
  .mprad-guide .mprad-submit-trigger.mprad-guide-cta__button{
    width: 100%;
    min-width: 0;
  }

  .mprad-guide-disclosure > summary,
  .mprad-guide-disclosure__body{
    padding-left: 18px;
    padding-right: 18px;
  }

  .mprad-guide-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .mprad-guide-step__num{
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 16px;
  }

  .mprad-guide-step__body h4{
    font-size: 20px;
  }
}

@keyframes mpradGuideCtaHoverFloat{
  0%{
    transform: translateY(-4px) scale(1.018);
  }
  100%{
    transform: translateY(-8px) scale(1.032);
  }
}/* End custom CSS */