:root {
  --space16: 8rem;
  --space15: 7.5rem;
  --space14: 7rem;
  --space13: 6.5rem;
  --space13: 6rem;
  --space12: 5.5rem;
  --space10: 5rem;
  --space9: 4.5rem;
  --space8: 4rem;
  --space7: 3.5rem;
  --space6: 3rem;
  --space5: 2.5rem;
  --space4: 2rem;
  --space3: 1.5rem;
  --space2: 1rem;
  --space1: 0.5rem;
  --color-neg-hex: #fff;
  --color-dark-hex: #000;
  --color-warning-hex: #ff0000;
  --s1-surface-hue: 0;
  --s1-surface-saturation: 0%;
  --s1-surface-lightness: 100%;
  --s1-surface-hsl: var(--s1-surface-hue), var(--s1-surface-saturation), var(--s1-surface-lightness);
  --s1-surface-hex: #fff;
  --s1-heading: #363434;
  --s1-text: #605B5B;
  --s1-preamble: #605B5B;
  --s1-caption: #605B5B;
  --s1-link: #117C9A;
  --s1-link-hover: #595959;
  --s1-link-button: #C7994A;
  --s1-border-one: #979797;
  --s1-border-two: #ABACBF;
  --s1-border-three: #004062;
  --s1-icon-fill: #363434;
  --s1-icon-borders: #363434;
  --s1-accent: #FAD291;
  --s2-surface-hue: 37;
  --s2-surface-saturation: 91%;
  --s2-surface-lightness: 77%;
  --s2-surface-hsl: var(--s2-surface-hue), var(--s2-surface-saturation), var(--s2-surface-lightness);
  --s2-surface-hex: #FAD291;
  --s2-heading: #363434;
  --s2-text: #363434;
  --s2-preamble: #363434;
  --s2-caption: #605B5B;
  --s2-link: #363434;
  --s2-link-hover: #363434;
  --s2-link-button: #363434;
  --s2-border-one: #363434;
  --s2-border-two: #363434;
  --s2-border-three: #363434;
  --s2-icon-fill: #363434;
  --s2-icon-borders: #363434;
  --s2-accent: #141617;
  --s3-surface-hue: 194;
  --s3-surface-saturation: 37%;
  --s3-surface-lightness: 93%;
  --s3-surface-hsl: var(--s3-surface-hue), var(--s3-surface-saturation), var(--s3-surface-lightness);
  --s3-surface-hex: #E7F1F4;
  --s3-heading: #363434;
  --s3-text: #363434;
  --s3-preamble: #363434;
  --s3-caption: #605B5B;
  --s3-link: #363434;
  --s3-link-hover: #363434;
  --s3-link-button: #363434;
  --s3-border-one: #363434;
  --s3-border-two: #363434;
  --s3-border-three: #363434;
  --s3-icon-fill: #363434;
  --s3-icon-borders: #363434;
  --s3-accent: #141617;
  --s4-surface-hue: 193;
  --s4-surface-saturation: 80%;
  --s4-surface-lightness: 34%;
  --s4-surface-hsl: var(--s4-surface-hue), var(--s4-surface-saturation), var(--s4-surface-lightness);
  --s4-surface-hex: #117C9A;
  --s4-heading: #FFFFFF;
  --s4-text: #FFFFFF;
  --s4-preamble: #FFFFFF;
  --s4-caption: #FFFFFF;
  --s4-link: #FFFFFF;
  --s4-link-hover: #FFFFFF;
  --s4-link-button: #FFFFFF;
  --s4-border-one: #FFFFFF;
  --s4-border-two: #FFFFFF;
  --s4-border-three: #FFFFFF;
  --s4-icon-fill: #FFFFFF;
  --s4-icon-borders: #FFFFFF;
  --s4-accent: #FFFFFF;
  --s5-surface-hue: 360;
  --s5-surface-saturation: 2%;
  --s5-surface-lightness: 21%;
  --s5-surface-hsl: var(--s5-surface-hue), var(--s5-surface-saturation), var(--s5-surface-lightness);
  --s5-surface-hex: #363434;
  --s5-heading: #FFFFFF;
  --s5-text: #FFFFFF;
  --s5-preamble: #FFFFFF;
  --s5-caption: #BEB5B5;
  --s5-link: #FFFFFF;
  --s5-link-hover: #FFFFFF;
  --s5-link-button: #FFFFFF;
  --s5-border-one: #FFFFFF;
  --s5-border-two: #FFFFFF;
  --s5-border-three: #FFFFFF;
  --s5-icon-fill: #FFFFFF;
  --s5-icon-borders: #FFFFFF;
  --s5-accent: #FFFFFF;
  --s6-surface-hue: 201;
  --s6-surface-saturation: 100%;
  --s6-surface-lightness: 19%;
  --s6-surface-hsl: var(--s6-surface-hue), var(--s6-surface-saturation), var(--s6-surface-lightness);
  --s6-surface-hex: #004062;
  --s6-heading: #FFFFFF;
  --s6-text: #FFFFFF;
  --s6-preamble: #BBAE92;
  --s6-caption: #C7994A;
  --s6-link: #FFFFFF;
  --s6-link-hover: #FFFFFF;
  --s6-link-button: #FFFFFF;
  --s6-border-one: #FFFFFF;
  --s6-border-two: #C7994A;
  --s6-border-three: #FFFFFF;
  --s6-icon-fill: #FFFFFF;
  --s6-icon-borders: #FFFFFF;
  --s6-accent: #C7994A;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}

a img {
  border: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 50%;
  overflow-x: hidden;
}

body {
  font-family: trade-gothic-next, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  font-size: clamp(2.25rem, 0vw + 2.25rem, 2.25rem);
  line-height: 1.5;
  padding: 20px;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.error,
p,
label {
  font-size: clamp(1.625rem, 0vw + 1.625rem, 1.625rem);
  line-height: 1.25;
  color: var(--s1-caption);
  font-weight: 400;
  font-family: trade-gothic-next, sans-serif;
  margin-bottom: 0;
  display: block;
}

fieldset textarea {
  font-size: 16px;
  min-height: 56px;
  min-width: 300px;
  padding: 0 1rem;
  border: solid 1px var(--s1-border-one);
  border-radius: 4px;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

fieldset input {
  font-size: 16px;
  height: 36px;
  padding: 0 1rem;
  border: solid 1px var(--s1-border-one);
  border-radius: 4px;
  min-width: 16px;
  margin-right: 1rem;
  margin-bottom: 2rem;
  max-width: 64px;
}

hr {
  border: none;
  border-top: 1px solid var(--s1-border-two);
  margin: 2rem 0 3.5rem 0;
}

br {
  display: none;
}

/* button */
fieldset a,
button {
  margin-top: 1rem;
  background: transparent;
  border: solid 1px var(--s1-border-one);
  border-radius: var(--space8);
  position: relative;
  padding-top: var(--space3);
  padding-bottom: var(--space3);
  padding-left: var(--space8);
  padding-right: var(--space8);
  transition: all 0.2s ease-in-out;
  color: var(--s1-heading);
  font-size: 1.75rem;
}


fieldset>div>div {
  margin: 2rem 0;
  border: none;
}

fieldset>div>div div {
  display: flex;
}

fieldset>div>div div label {
  display: block;
}

fieldset>div>div div label input {
  display: block;
  margin-top: 0.5rem;
}

fieldset>div>div div span {
  align-self: center;
}

fieldset>div>div span {
  font-size: 1.75rem !important;
  line-height: 1.5;

}

fieldset>div>div p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: var(--s1-heading);
}

fieldset>div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}

fieldset>div:nth-child(2) label {
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 2rem;
}

fieldset>div:nth-child(2) label input {
  margin-bottom: 0;
}

fieldset>div:nth-child(2) label:nth-child(6) {
  width: 100%;
}

fieldset>div:nth-child(2) label:nth-child(1) {
  flex: 1 1 100%;
}

/* last */

fieldset>div:nth-child(4) {
  margin-top: 1rem;
  margin-bottom: 2rem;
}