/* =========================================
   A24 CONTACT FORM – STYLE
   ========================================= */

.a24-cf{
  background: transparent;
  font-family: 'ott-neuf';
  max-width: 520px;
}

.a24-cf__notice{
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(92,31,0,0.18);
  background: rgba(255,255,255,0.65);
  color: #5C1F00;
  font-family: 'ott-neuf';
  font-size: 14px;
  line-height: 1.4;
}
.a24-cf__notice--success{ border-color: rgba(255,81,7,0.35); }
.a24-cf__notice--error{ border-color: rgba(170,0,0,0.35); }

.a24-cf__row{ margin: 0 0 18px; }

#top .a24-cf .a24-cf__label,
#top .a24-cf-thanks .a24-cf-thanks__label{
  display:block;
  margin: 0 0 10px;
  font-family: 'Neuf', 'ott-neuf', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.4em !important;
  text-transform: uppercase !important;
  color: #5C1F00 !important;
}

.a24-cf__input,
.a24-cf__textarea{
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(92,31,0,0.18);
  border-radius: 0;
  padding: 14px 16px;
  box-sizing: border-box;
  font-family: 'ott-neuf';
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #FF5107;
  outline: none;
}

.a24-cf__input:focus,
.a24-cf__textarea:focus{
  border-color: rgba(255,81,7,0.55);
  box-shadow: 0 0 0 3px rgba(255,81,7,0.12);
}

.a24-cf__password-wrap{
  position: relative;
}

.a24-cf__input--password{
  padding-right: 54px;
}

.a24-cf__toggle-password{
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8A4A1F;
  cursor: pointer;
}

.a24-cf__toggle-password:hover,
.a24-cf__toggle-password:focus{
  color: #5C1F00;
  outline: none;
}

.a24-cf__eye{
  display: block;
}

.a24-cf__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 28px;
  background: #FF5107;
  color: #FFF5D9;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: 'ott-neuf';
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0px 4px 10px rgba(255,81,7,0.31), 0px 17px 17px rgba(255,81,7,0.27);
}

.a24-cf__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0px 6px 14px rgba(255,81,7,0.31), 0px 20px 22px rgba(255,81,7,0.27);
}

.a24-cf__btn-icon,
.a24-cf__btn-icon svg,
.a24-cf__btn-icon img{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: 18px;
}

.a24-cf-thanks__heading{
  margin: 0 0 12px;
  font-family: 'ott-neuf';
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: #5C1F00;
}

.a24-cf-thanks__intro,
.a24-cf-thanks__custom{
  margin: 0 0 18px;
  color: #5C1F00;
}

.a24-cf-thanks__row{
  margin: 0 0 28px 0;
}

.a24-cf-thanks__value{
  font-family: 'ott-neuf' !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #FF5107 !important;
  margin: 0;
  word-break: break-word;
}

#top .a24-cf input,
#top .a24-cf textarea,
#top .a24-cf select{
  color:#FF5107 !important;
  -webkit-text-fill-color:#FF5107 !important;
}
#top .a24-cf input::placeholder,
#top .a24-cf textarea::placeholder{
  color:#ff510780;
}

