a,
p,
ul,
li,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: 0px 0px;
}

a {
  text-decoration: none;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  display: inline-block;
  cursor: pointer !important;
}

.underline-link{
  position: relative;
  white-space: nowrap;
}

.underline-link::before{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--yellow);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: var(--transition);
  z-index: -1;
}

.underline-link:hover::before{
  height: calc(100% + 5px);
  transition: var(--transition);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0px;
  opacity: 0.9;
  font-weight: 400;
  font-family: var(--font-body);
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
  border: 0;
}

p{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0px;
  opacity: 0.9;
  font-weight: 400;
  font-family: var(--font-body);
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
  border: 0;
}

p br{
  display: block;
  margin: 20px 0;
  line-height:22px;
  content: " ";
}

figcaption{
  font-family: var(--font-accent);
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.5px;
}

h1{
  font-family: var(--font-headline);
  font-style: normal;
  font-weight: 100;
  font-size: 150px;
  line-height: 120px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
}

h2{
  font-family: var(--font-headline);
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0px;
  text-transform: uppercase;
  margin: 0;
}

h2 a{
  text-decoration: underline;
}

h3{
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.5px;
  line-height: 32px;
}

h4{
  font-family: var(--font-accent);
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

h5{
  font-family: var(--font-accent);
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
}

.h5-bold{
  font-weight: 100;
}

h6{
  font-family: var(--font-accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
}