body .ngp-form {
  max-width: 1200px;
  font-family: 'IIVorkursMedium', sans-serif;
}
body .at label {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  line-height: 3.2rem;
}
body .at input[type='text'],
body .at input[type='password'],
body .at input[type='date'],
body .at input[type='datetime'],
body .at input[type='datetime-local'],
body .at input[type='month'],
body .at input[type='week'],
body .at input[type='email'],
body .at input[type='number'],
body .at input[type='search'],
body .at input[type='tel'],
body .at input[type='time'],
body .at input[type='url'],
body .at input[type='color'],
body .at textarea,
body .at fieldset legend,
body .at select {
  font-size: inherit;
  font-family: 'IIVorkursMedium', sans-serif;
  height: auto;
}
body .at .at-check input + span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}
body .at input[type='checkbox']:active + span:before,
body .at input[type='checkbox']:checked + span:before {
  background-color: #cc9348;
  border-color: #cc9348;
}
body .at input[type='checkbox']:focus + span:before {
  box-shadow: 0 0 4px 0 #cc9348;
  border-color: #cc9348;
}
body .at input[type='checkbox']:hover + span:before {
  border-color: #cc9348;
}
body .at input[type='checkbox'] + span:before {
  height: 2.125rem;
  width: 2.125rem;
  min-width: 2.125rem;
  position: relative;
  top: 0px;
}
body .at input[type='checkbox'] + span:after {
  font-size: inherit;
}
body .at table thead tr th,
body .at table thead tr td,
body .at table tfoot tr th,
body .at table tfoot tr td,
body .at table tbody tr th,
body .at table tbody tr td,
body .at table tr td {
  font-size: inherit;
  line-height: 1.5;
}
body .at .btn-at-primary {
  background-color: #871b28;
}
body .at .btn-at-primary:hover,
body .at .hover.btn-at-primary {
  background-color: #cc9348;
}
body header.at-title {
  font-family: inherit;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
}
body .at form .label-amount > a {
  background-color: #871b28;
  opacity: 0.5;
}
body .at form .label-amount input[type='radio']:checked + a {
  background-color: #871b28;
  opacity: 1;
}
body .subscribe-form-container-no-bg .at-inner {
  background: transparent;
}
body .subscribe-form-container-no-bg .at-row > [class^='at-'] {
  flex: 1 100%;
  margin: 0 0 8px 0;
  color: #eae0cb;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}
body .subscribe-form-container-no-bg .at input,
body .subscribe-form-container-no-bg .at input[type='text'],
body .subscribe-form-container-no-bg .at input[type='email'],
body .subscribe-form-container-no-bg .at textarea,
body .subscribe-form-container-no-bg .at input[type='text']:focus,
body .subscribe-form-container-no-bg .at input[type='email']:focus,
body .subscribe-form-container-no-bg .at textarea:focus {
  background-color: rgb(234 224 203 / 5%);
  border: none;
  border-radius: 0;
  color: #eae0cb;
  padding: 1.5rem 16px;
  font-family: IIVorkursMedium;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  transition: 0.4s ease;
}
body .subscribe-form-container-no-bg .at input::placeholder {
  color: #eae0cb !important;
  font-family: IIVorkursMedium;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  font-style: italic;
}
body .subscribe-form-container-no-bg .at-form-submit {
  padding: 0;
}
body .subscribe-form-container-no-bg .at-form-submit .at-submit {
  margin: 0;
  display: inline-block;
  float: none;
  background: #cc9348;
  border: 0;
  border-radius: 0;
  transition: 0.4s ease;
  color: #003b4f;
  text-transform: uppercase;
  padding: 8px 25px 5px;
  font-family: IIVorkursMedium;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  transition: 0.4s ease;
}
body .subscribe-form-container-no-bg .at-form-submit .at-submit:hover {
  background: #eae0cb;
  color: #003b4f;
}
body .at .error small.error {
  font-size: 1.5rem;
}
body .subscribe-form-container-no-bg .at .at-fieldset {
  padding: 0;
}
