*, ::before, ::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  cursor: default;
}
@media print {
  :root {
    font-size: 13px;
  }
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.67rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul li + li, ol li + li {
  margin-top: 1rem;
}

sub, sup {
  line-height: 0;
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
}

.h-100 {
  height: 100%;
}

.hr {
  color: #003a70;
  font-family: Georgia, Times, serif;
  font-size: 1.5rem;
  position: relative;
}
.hr > span {
  background-color: #eee;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}
.hr::after {
  bottom: 0.3em;
  background-color: #003a70;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.full-width {
  margin: 0 -20px;
  padding: 0 20px;
  width: calc(100% + 40px);
}
.full-width > .container {
  margin-left: calc(9.5rem + 20px);
  margin-right: calc(9.5rem + 20px);
}

.mouse-type {
  flex: 1;
  font-size: 75%;
  line-height: 1.2;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.mouse-type p {
  margin: 0;
}
.mouse-type p + p {
  margin-top: 5px;
}

.uppercase {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.v-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.container {
  margin: 0 9.5rem;
  position: relative;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  padding: 0 20px;
  page-break-before: always;
  break-before: always;
  position: relative;
}
.page .header {
  flex-basis: 33%;
  padding: 20px 0;
}
.page .header > .container {
  height: 100%;
}
.page .content {
  flex-basis: 67%;
  padding: 40px 0;
}
.page .content > .container {
  height: 100%;
}
.page .content :first-child {
  margin-top: 0;
}
.page .footer {
  align-items: center;
  bottom: 0;
  display: flex;
  padding-left: 9.5rem;
  position: absolute;
  width: 100%;
}
.page .footer .corner {
  align-self: flex-end;
  background-color: #003a70;
  color: #fff;
  padding: 1rem 2rem;
}
.page .footer .corner h4 {
  color: #a2ba29;
  font-family: Georgia, Times, serif;
  text-align: center;
  white-space: nowrap;
}
.page .footer .corner h4 span {
  color: #fff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 90%;
}
.page .logo {
  max-width: 120px;
  position: absolute;
  right: 0;
  top: 20px;
}
.page:first-child {
  page-break-before: avoid;
  break-before: avoid;
}
.page:first-child .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 160px;
  right: auto;
}
.page .count {
  left: 20px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 20px;
}

#p1 h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: Georgia, Times, serif;
  font-size: 4rem;
}
#p1 h2 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  color: #a2ba29;
  word-spacing: 9999px;
}

#p2 .header h2, #p3 .header h2 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003a70;
  font-size: 1rem;
  padding-top: 60px;
}
#p2 .header h3, #p3 .header h3 {
  color: #a2ba29;
  font-family: Georgia, Times, serif;
  font-size: 2rem;
  padding-right: 9.5rem;
  position: absolute;
  bottom: 20px;
}
#p2 .full-width, #p3 .full-width {
  background-color: #eee;
}
#p2 .content .hr, #p3 .content .hr {
  margin-top: 40px;
}
#p2 .content ul, #p3 .content ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  text-align: justify;
}
#p2 .content ul :where(div, p, li), #p3 .content ul :where(div, p, li) {
  flex-basis: calc(50% - 2rem);
}
#p2 .content ul li:nth-child(2), #p3 .content ul li:nth-child(2) {
  margin-top: 0;
}
#p2 .content ul li:nth-child(even), #p3 .content ul li:nth-child(even) {
  margin-left: 2rem;
}
#p2 .content ul li:nth-child(odd), #p3 .content ul li:nth-child(odd) {
  margin-right: 2rem;
}
#p2 .content ul li::marker, #p3 .content ul li::marker {
  color: #a2ba29;
}
