body {
  font: 400 16px / 1 "Open Sans", sans-serif;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 499.98px) {
  header {
    display: block;
  }
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}

@media screen and (min-width: 499.98px) {
  .container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.form {
  width: 100%;
  max-width: 328px;
  padding: 1.6rem;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.085);
          box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.085);
}

.form fieldset {
  width: 100%;
}

.form-title {
  width: 100%;
  font-size: 25.19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}

.form .input-block {
  width: 100%;
  margin-bottom: 1.6rem;
}

.form .input-block .error {
  color: #721c24;
  font-weight: 500;
  font-size: 13.17px;
  margin-top: 0.4rem;
}

.modal-header, .modal-footer {
  padding: 1.6rem 0;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.085);
          box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.085);
  font: 400 16px/ calc(16px * 1.2) sans-serif;
  color: rgba(0, 0, 0, 0.85);
}

.modal-title {
  width: 100%;
  font-size: 20.74px;
  text-align: left;
  font-weight: bold;
  line-height: calc($fs-xbig * 1.5);
}

.modal-body {
  padding: 2.4rem 1.6rem;
}

.modal-body h3,
.modal-body h4,
.modal-body h5 {
  font-weight: bold;
}

.modal-body h3 {
  font-size: 20.74px;
  font-weight: bold;
  line-height: calc($fs-xbig * 1.2);
  margin-bottom: 1.2rem;
}

.modal-body h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(2rem * 1.2);
  margin-bottom: 0.8rem;
}

.modal-body h5 {
  font-size: 1.6rem;
  font-weight: bold;
}

.modal-body p {
  margin-bottom: 1rem;
}

.modal-body ul,
.modal-body ol {
  padding-left: 2.4rem;
}

.modal-body > ol {
  list-style: none;
  padding-left: 0;
}

.modal-body > ol > li {
  margin-bottom: 3.2rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.modal-footer button {
  max-width: 180px;
}

.input-text {
  position: relative;
  width: 100%;
  padding-bottom: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.input-text label {
  position: absolute;
  font-size: 13.17px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 0.8rem;
  padding-top: 0.6rem;
  margin-bottom: 0;
  left: 0;
  top: 0;
}

.input-text input {
  min-height: 4rem;
  width: 100%;
  padding: 0.6rem 0.8rem;
  padding-top: calc(14.05px + 8px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: rgba(3, 41, 124, 0.1);
  font-size: 14.05px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.82);
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.input-text input.invalid {
  background-color: rgba(114, 28, 36, 0.1);
}

.input-text input.invalid + .input-border {
  background-color: #721c24;
}

.input-text input:focus {
  outline: none;
}

.input-text input:focus + .input-border {
  background-color: rgba(3, 41, 124, 0.75);
}

.input-text .input-border {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: gray;
  pointer-events: none;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
}

.cookie-consent-container {
  position: fixed;
  width: 100%;
  padding: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  left: 0;
  right: 0;
  bottom: 0;
}

.cookie-consent-container .cookie-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.cookie-consent-container .cookie-content a {
  color: #fff;
  font-weight: bold;
  outline: 2px solid transparent;
  outline-offset: 6px;
  text-decoration: underline;
}

.cookie-consent-container .cookie-content a:focus, .cookie-consent-container .cookie-content a:hover {
  outline-offset: 2px;
  outline-color: currentColor;
  text-decoration: none;
  -webkit-transition: outline-offset 280ms ease, outline-color 200ms ease;
  transition: outline-offset 280ms ease, outline-color 200ms ease;
}

.cookie-consent-container .cookie-content .title {
  font-weight: bold;
}

.cookie-consent-container .cookie-content .button {
  margin-top: 2.4rem;
}

@media screen and (min-width: 550px) {
  .cookie-consent-container .cookie-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cookie-consent-container .cookie-content .button {
    margin-top: 0;
    margin-left: 1.6rem;
  }
}
