/* @link https://utopia.fyi/clamp/calculator?a=360,1344,30—120|20—30|12—20|40—100|20—78 */
.mview[data-form=horace] {
  background-color: #003da6;
  max-width: 623px !important;
  min-height: 419px;
}
@media screen and (max-width: 640px) {
  .mview[data-form=horace] {
    max-height: 100% !important;
    height: 100% !important;
    top: 0;
  }
}
.mview[data-form=horace] label,
.mview[data-form=horace] button,
.mview[data-form=horace] h3,
.mview[data-form=horace] p,
.mview[data-form=horace] span {
  color: #ffffff;
}
.mview[data-form=horace] .content {
  max-height: 100% !important;
}
.mview[data-form=horace] h2 {
  display: none;
}
.mview[data-form=horace] #close {
  width: clamp(30px, calc(22.6829px + 2.0325vw), 50px);
  position: absolute;
  right: 0;
  height: clamp(30px, calc(22.6829px + 2.0325vw), 50px);
  background: #002e7d;
  cursor: pointer;
  z-index: 99;
}
.mview[data-form=horace] #close svg {
  fill: #ffffff;
}
.horace-form {
  min-height: 419px;
  height: 100%;
  padding: clamp(30px, calc(22.6829px + 2.0325vw), 50px) clamp(20px, calc(9.0244px + 3.0488vw), 50px);
  text-align: left;
}
.horace-form h3 {
  font-size: clamp(40px, calc(36.3415px + 1.0163vw), 50px);
  margin-bottom: 28px;
  font-weight: 400;
  font-family: 'Cako', serif;
  letter-spacing: -2px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .horace-form h3 {
    letter-spacing: 1;
  }
}
.horace-form input[type="text"],
.horace-form input[type="email"],
.horace-form textarea {
  display: block;
  width: 100%;
  border: 0;
  padding: 0 6px;
  background-color: #fff;
  color: #003da6;
}
@media screen and (max-width: 640px) {
  .horace-form input[type="text"],
  .horace-form input[type="email"],
  .horace-form textarea {
    padding: 5px 6px;
  }
}
.horace-form .form-group {
  display: flex;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .horace-form .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.horace-form .form-group.message {
  align-items: flex-start;
}
.horace-form-body {
  max-width: 446px;
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  justify-content: flex-end;
  gap: 6px;
}
.horace-form-body * {
  font-family: 'Futura Std', sans-serif;
}
.horace-form label,
.horace-form button {
  text-transform: uppercase;
  font-size: clamp(20px, calc(14.5122px + 1.5244vw), 35px);
  letter-spacing: -2px;
}
@media screen and (max-width: 640px) {
  .horace-form label,
  .horace-form button {
    letter-spacing: -1px;
  }
}
.horace-form button {
  padding: 2px 23px;
  background: transparent;
  border: 1px solid;
  cursor: pointer;
  width: max-content;
  margin-top: 3px;
  font-size: 20px;
}
.horace-form label {
  flex: 1 0 110px;
  line-height: 1;
  font-size: clamp(16px, calc(13.8049px + 0.6098vw), 22px);
}
@media screen and (max-width: 640px) {
  .horace-form label {
    flex: none;
  }
}
.horace-form input,
.horace-form textarea {
  flex: 1 1 80%;
}
.horace-form input {
  height: 22px;
}
.horace-form input.error {
  border: 2px solid #ff0074;
}
.horace-form textarea {
  height: 106px;
}
.horace-form .parsley-errors-list {
  display: none;
}
.horace-form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
.horace-form-footer span {
  flex-shrink: 0;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .horace-form-footer span {
    flex-shrink: 1;
  }
}
.horace-form p.success {
  font-size: 18px;
  position: absolute;
  bottom: clamp(30px, calc(22.6829px + 2.0325vw), 50px);
  right: clamp(20px, calc(9.0244px + 3.0488vw), 50px);
}
