.elementor-2972 .elementor-element.elementor-element-e0a0b9c{--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;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-93b13fb */.mc-ref-page {
  font-family: inherit;
  color: #263238;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px;
}

.mc-ref-hero {
  background: linear-gradient(135deg, #00429d 0%, #00cade 100%);
  color: #fff;
  border-radius: 28px;
  padding: 55px 45px;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 18px 45px rgba(0, 66, 157, 0.22);
}

.mc-ref-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #fff;
}

.mc-ref-hero p {
  font-size: 20px;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.5;
  color: rgba(255,255,255,0.95);
}

.mc-ref-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.mc-ref-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  border: 1px solid rgba(0, 202, 222, 0.15);
  transition: all .25s ease;
}

.mc-ref-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 66, 157, 0.12);
}

.mc-ref-card h2 {
  font-size: 26px;
  color: #00429d;
  margin: 0 0 20px;
  font-weight: 800;
}

.mc-ref-card p,
.mc-ref-card li {
  font-size: 17px;
  line-height: 1.65;
  color: #455a64;
}

.mc-ref-card ul {
  padding-left: 22px;
  margin: 0;
}

.mc-ref-highlight {
  background: linear-gradient(
    135deg,
    rgba(0, 202, 222, 0.10) 0%,
    rgba(255, 140, 184, 0.10) 100%
  );
  border-left: 5px solid #ff8cb8;
  padding: 18px 20px;
  border-radius: 16px;
  margin: 20px 0;
  font-weight: 700;
  color: #00429d;
}

.mc-ref-full {
  grid-column: 1 / -1;
}

.mc-ref-steps {
  counter-reset: step;
  list-style: none;
  padding: 0 !important;
}

.mc-ref-steps li {
  position: relative;
  padding-left: 58px;
  margin-bottom: 18px;
}

.mc-ref-steps li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #00429d 0%, #00cade 100%);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 6px 15px rgba(0, 66, 157, 0.25);
}

.mc-ref-note {
  font-size: 15px;
  color: #607d8b;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 202, 222, 0.15);
  padding-top: 18px;
}

.mc-ref-important-box {
  background: linear-gradient(
    135deg,
    rgba(255, 140, 184, 0.08) 0%,
    rgba(0, 202, 222, 0.08) 100%
  );
  border: 2px solid rgba(255, 140, 184, 0.25);
  border-radius: 22px;
  padding: 28px;
  margin-top: 10px;
}

.mc-ref-important-tag {
  display: inline-block;
  background: #ff8cb8;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.mc-ref-cta-box {
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(0, 66, 157, 0.03) 0%,
    rgba(0, 202, 222, 0.05) 100%
  );
}

.mc-ref-cta-icon {
  font-size: 58px;
  margin-bottom: 15px;
}

.mc-ref-cta-text {
  max-width: 760px;
  margin: 0 auto;
}

.mc-ref-cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.mc-ref-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none !important;

  background: linear-gradient(135deg, #00429d 0%, #00cade 100%);
  color: #fff !important;

  padding: 22px 34px;
  border-radius: 22px;

  box-shadow:
    0 15px 35px rgba(0, 66, 157, 0.25),
    0 5px 15px rgba(0, 202, 222, 0.18);

  transition: all .25s ease;

  min-width: 340px;
  max-width: 100%;
}

.mc-ref-cta-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 22px 45px rgba(0, 66, 157, 0.32),
    0 8px 20px rgba(0, 202, 222, 0.22);
}

.mc-ref-cta-btn-icon {
  font-size: 34px;
  line-height: 1;
}

.mc-ref-cta-btn-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.mc-ref-cta-btn-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.mc-ref-cta-btn-subtitle {
  font-size: 14px;
  margin-top: 4px;
  opacity: .9;
  color: rgba(255,255,255,0.92);
}

@media (max-width: 768px) {

  .mc-ref-page {
    padding: 25px 15px;
  }

  .mc-ref-hero {
    padding: 38px 24px;
    border-radius: 22px;
  }

  .mc-ref-hero h1 {
    font-size: 31px;
  }

  .mc-ref-hero p {
    font-size: 17px;
  }

  .mc-ref-grid {
    grid-template-columns: 1fr;
  }

  .mc-ref-card {
    padding: 24px;
  }

  .mc-ref-card h2 {
    font-size: 23px;
  }

  .mc-ref-cta-btn {
    width: 100%;
    min-width: auto;
    padding: 20px;
  }

  .mc-ref-cta-btn-title {
    font-size: 19px;
  }

}/* End custom CSS */