.elementor-121 .elementor-element.elementor-element-53e43c6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */.form-box-container .sucesso-box {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.form-box-container .sucesso-box .sucesso-inner {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
  text-align: center;
  animation: fadeUp 0.28s ease both;
}

.form-box-container .sucesso-box .sucesso-icon {
  color: #2e7d32;
  font-size: 64px;
  margin-bottom: 16px;
}

.form-box-container .sucesso-box h1 {
  font-size: 22px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 12px;
}

.form-box-container .sucesso-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 24px;
}

.form-box-container .sucesso-box .sucesso-btn {
  display: inline-block;
  background: #F49356;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .form-box-container .sucesso-box .sucesso-inner {
    padding: 28px 22px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  }
}/* End custom CSS */