html,
body,
div,
span,
applet,
object,
iframe,
h1,
.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;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

:root {
  --black: #000;
  --white: #fff;
  --font-sml: 1rem;
  --line-sml: calc(1.2 * var(--font-sml));
  --font-lrg: 1.5rem;
  --line-lrg: calc(1.2 * var(--font-lrg));
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

*::placeholder {
  font-family: "Optima";
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

html {
  font-family: "Optima";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: var(--line-sml);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: currentColor;
}

a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  text-decoration: underline;
  color: #000;
}

p,
a,
span {
  font-size: 1em;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.p2 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.p3 {
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.p4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  letter-spacing: -0.03em;
}

.p5 {
  font-size: 1em;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  padding-left: 20%;
  padding-right: 20%;
  letter-spacing: -0.03em;
}

.caption {
  margin-top: 10px;
}
.caption p {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  margin-top: 0;
  letter-spacing: -0.01em;
}

h1,
.h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 60px;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 36px;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  letter-spacing: -0.01em;
}

h5 {
  font-size: 24px;
  font-weight: normal;
  line-height: 99%;
  margin-top: 0;
  letter-spacing: -0.01em;
}

button {
  font-family: "Optima";
  border-radius: 0;
  background: none;
  border: 0;
}

input,
textarea {
  font-family: "Optima";
  border-radius: 0;
  border: 0;
  background: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.textarea p {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.textarea p:last-of-type {
  margin-bottom: 0rem;
}

header {
  padding: 40px 38px 20px;
}

/*Inputs*/
#mc-embedded-subscribe-form input {
  margin-top: 3px;
  width: 173px !important;
  border: 1px solid #f0f0f0;
  box-shadow: none;
}

#mc-embedded-subscribe-form div:first-of-type input {
  margin-top: 5px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "optima", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

#mc-embedded-subscribe-form input[type="submit"] {
  padding: 0;
  margin-top: 20px;
  font-family: "optima", Arial, Helvetica, sans-serif;
  border: none;
  box-shadow: none;
  text-align: left;
  background-color: transparent;
  font-size: 18px;
  width: auto;
  display: inline-block;
  cursor: pointer;
}

#mc-embedded-subscribe-form input[type="submit"]:hover {
  text-decoration: underline;
}

div.mce_inline_error {
  display: none !important;
}

#mce-responses .response {
  font-size: 12px;
  margin-top: 12px;
}

/*4K Media Queries*/
@media (min-width: 2560px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  p,
  a,
  span,
  .submit-section input[type="submit"] {
    font-size: 24px;
  }
}

/* Start template-specific styles ---------------------- */

h1.p2 {
  margin-bottom: calc(3 * var(--line-lrg));
}
