:root {
  --full-viewport: 100vh;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  overflow-y: scroll;
}

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}

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

dl,
dd,
dt,
blockquote {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

input {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.wrapper h1 {
  opacity: 0;
  animation: letterSpacing 0.7s ease-out forwards;
}

@keyframes letterSpacing {
  from {
    letter-spacing: 1em;
    opacity: 0;
  }
  to {
    letter-spacing: 0.25em;
    opacity: 1;
  }
}
body {
  font-family: "Source Sans Pro", sans-serif;
}

.heading-01 {
  font-size: clamp(1.875rem, calc(1.875rem + (1vw - 4.14px) * 2.9239766082), 3.75rem);
  line-height: 1.4166666667;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
.heading-01 em {
  font-weight: bold;
}

.heading-02 {
  font-size: clamp(1.75rem, calc(1.75rem + (1vw - 4.14px) * 1.3645224172), 2.625rem);
  line-height: 1.4285714286;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
.heading-02 em {
  font-weight: bold;
}

.heading-04 {
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 4.14px) * 0.3898635478), 1.5rem);
  line-height: 1.0833333333;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}

.heading-05 {
  font-size: clamp(1rem, calc(1rem + (1vw - 4.14px) * 0.1949317739), 1.125rem);
  line-height: 1.2222222222;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

.label-01 {
  font-size: clamp(1.375rem, calc(1.375rem + (1vw - 4.14px) * 0.7797270955), 1.875rem);
  line-height: 1.4333333333;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

.label-02 {
  font-size: clamp(1.25rem, calc(1.25rem + (1vw - 4.14px) * 0.5847953216), 1.625rem);
  line-height: 1.2083333333;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

.label-03 {
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 4.14px) * 0.3898635478), 1.125rem);
  line-height: 1.2777777778;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Source Sans Pro", sans-serif;
}

.label-04 {
  font-size: clamp(0.75rem, calc(0.75rem + (1vw - 4.14px) * 0.1949317739), 0.875rem);
  line-height: 1.2857142857;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

.copy-02 {
  font-size: clamp(0.875rem, calc(0.875rem + (1vw - 4.14px) * 0.1949317739), 1rem);
  line-height: 1.25;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}