/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
}

.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-9 {
  grid-column: span 9;
}

.span-10 {
  grid-column: span 10;
}

.span-11 {
  grid-column: span 11;
}

.span-12 {
  grid-column: span 12;
}

@media only screen and (max-width: 1200px) {
  .md-span-1 {
    grid-column: span 1;
  }
  .md-span-2 {
    grid-column: span 2;
  }
  .md-span-3 {
    grid-column: span 3;
  }
  .md-span-4 {
    grid-column: span 4;
  }
  .md-span-5 {
    grid-column: span 5;
  }
  .md-span-6 {
    grid-column: span 6;
  }
  .md-span-7 {
    grid-column: span 7;
  }
  .md-span-8 {
    grid-column: span 8;
  }
  .md-span-9 {
    grid-column: span 9;
  }
  .md-span-10 {
    grid-column: span 10;
  }
  .md-span-11 {
    grid-column: span 11;
  }
  .md-span-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 800px) {
  .sm-span-1 {
    grid-column: span 1;
  }
  .sm-span-2 {
    grid-column: span 2;
  }
  .sm-span-3 {
    grid-column: span 3;
  }
  .sm-span-4 {
    grid-column: span 4;
  }
  .sm-span-5 {
    grid-column: span 5;
  }
  .sm-span-6 {
    grid-column: span 6;
  }
  .sm-span-7 {
    grid-column: span 7;
  }
  .sm-span-8 {
    grid-column: span 8;
  }
  .sm-span-9 {
    grid-column: span 9;
  }
  .sm-span-10 {
    grid-column: span 10;
  }
  .sm-span-11 {
    grid-column: span 11;
  }
  .sm-span-12 {
    grid-column: span 12;
  }
}
html {
  font-size: 62.5%;
}

section {
  margin-bottom: 6rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  section {
    margin-bottom: 2.31rem;
  }
}
section:last-child {
  margin-bottom: 0;
}

footer,
header {
  position: relative;
}

header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  height: 8rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  header {
    grid-template-columns: 1fr 36.7rem 1fr;
    height: 3.6rem;
  }
}
@media only screen and (max-width: 620px) {
  header {
    grid-template-columns: 1.93rem 1fr 1.93rem;
    height: 3.1rem;
  }
}
header .header-wrapper {
  align-items: center;
  display: flex;
  grid-column: 2/span 1;
  position: relative;
}
header .header-wrapper img {
  margin-top: -4px;
}
@media only screen and (max-width: 1080px) {
  header .header-wrapper img#openMenu {
    max-height: 1.2rem;
    max-width: 1.8rem;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-wrapper img#openMenu {
    max-height: 1rem;
    max-width: 2.2rem;
  }
}
header .header-wrapper .logo {
  display: flex;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (max-width: 1080px) {
  header .header-wrapper .logo {
    max-width: 20%;
  }
}
header .header-wrapper .logo img {
  max-height: 4rem;
  margin: auto;
  max-width: 17.2rem;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  header .header-wrapper .logo img {
    max-width: 100%;
  }
}
header .header-wrapper .logo.large-logo img {
  max-height: 6rem;
}
@media only screen and (max-width: 1080px) {
  header .header-wrapper .logo.large-logo {
    max-height: 2.8rem;
  }
  header .header-wrapper .logo.large-logo img {
    max-height: 2.4rem;
  }
}
header #openMenu {
  cursor: pointer;
}
header #openMenu.open {
  opacity: 0.5;
}
header nav {
  background: #fff;
  display: none;
  height: calc(100vh - 8rem);
  overflow: auto;
  position: absolute;
  left: -5rem;
  top: 8.1rem;
  width: 54rem;
}
@media only screen and (max-width: 1080px) {
  header nav {
    left: -1.93rem;
    top: 3.7rem;
    height: calc(100vh - 3.6rem);
    width: 40.56rem;
  }
}
@media only screen and (max-width: 620px) {
  header nav {
    top: 3.2rem;
    height: calc(100vh - 3.1rem);
    width: 90%;
  }
}
header nav.open {
  background: rgba(255, 255, 255, 0.9);
  display: block;
}
@media only screen and (max-width: 1080px) {
  header nav.open ul {
    max-height: calc(100vh - 150px);
    overflow: scroll;
  }
}
header nav li {
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 5rem;
}
@media only screen and (max-width: 1080px) {
  header nav li {
    padding: 0.8rem 1.93rem;
  }
}
header nav li a {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1080px) {
  header nav li a {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

.media-section .splide {
  visibility: visible;
}
.media-section .splide__list {
  width: 100%;
}
.media-section .splide__slide {
  display: grid;
  grid-template-rows: 1fr 16rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 14vh;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__slide.smaller-overlay {
  grid-template-rows: 1fr 10rem;
}
@media only screen and (max-width: 620px) {
  .media-section .splide__slide.smaller-overlay {
    grid-template-rows: 1fr 9vh;
  }
}
.media-section .splide__pagination {
  bottom: auto;
  top: 12.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination {
    top: 4.8rem;
  }
}
.media-section .splide__pagination li {
  margin: 0 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li {
    margin: 0 1rem;
  }
}
.media-section .splide__pagination li button {
  background: #fff;
  color: #fff;
  height: 1rem;
  opacity: 1;
  position: relative;
  width: 1rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.media-section .splide__pagination li button.is-active {
  margin: 4px;
  transform: none;
}
.media-section .splide__pagination li button.is-active:before {
  content: "";
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 1.4rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .splide__pagination li button.is-active:before {
    height: 1rem;
    width: 1rem;
  }
}
.media-section img,
.media-section picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  grid-row: 1/span 2;
  grid-column: 1;
}
@media only screen and (max-width: 620px) {
  .media-section img,
  .media-section picture {
    height: 50vh;
  }
}
.media-section .headline {
  display: grid;
  grid-template-columns: 1fr 98rem 1fr;
  grid-row: 2/span 1;
  grid-column: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1080px) {
  .media-section .headline {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .headline {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.media-section .headline h3 {
  grid-column: 2/span 1;
  margin: auto 0;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .media-section .headline h3 {
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
.media-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 69rem 1fr;
  grid-template-rows: 0.62fr 0.38fr;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper {
    grid-template-columns: 1fr 21.5882352941rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .media-section .box-wrapper {
    grid-template-columns: 1.93rem 0.7fr 1.93rem;
  }
}
.media-section .box-wrapper .black-box {
  background: #000;
  color: #fff;
  display: grid;
  grid-column: 1/span 2;
  grid-row: 1;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr auto;
}
.media-section .box-wrapper .black-box .box-text {
  grid-column: 20/span 1;
  grid-row: 2/span 1;
  padding: 5rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text {
    padding: 3rem;
  }
}
.media-section .box-wrapper .black-box .box-text strong {
  display: block;
  font-size: 3.4rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text strong {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 2.5rem;
  }
}
.media-section .box-wrapper .black-box .box-text p {
  margin: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .media-section .box-wrapper .black-box .box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.media-section .box-wrapper .black-box .box-text a {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.text-section {
  display: grid;
  grid-template-columns: 1fr 980px 1fr;
}
@media only screen and (max-width: 1080px) {
  .text-section {
    grid-template-columns: 1fr 36.7rem 1fr;
  }
}
@media only screen and (max-width: 620px) {
  .text-section {
    grid-template-columns: 1.93rem 1fr 1.93rem;
  }
}
.text-section .text-wrapper {
  grid-column: 2/span 1;
  margin-bottom: 1rem;
  margin-top: -4px;
}
.text-section .text-wrapper p {
  margin-bottom: 1.6rem;
}
.text-section .text-wrapper strong {
  font-weight: bold;
}
.text-section .text-wrapper ul {
  list-style-type: disc;
  padding-left: 20px;
}

footer {
  border-top: 1px solid #000;
  display: flex;
  height: 14rem;
}
footer a {
  margin: auto;
  max-width: 12rem;
}
@media only screen and (max-width: 1080px) {
  footer a {
    max-width: 12%;
  }
}
@media only screen and (max-width: 620px) {
  footer a {
    max-width: 20%;
  }
}
footer img {
  width: 100%;
}

/*# sourceMappingURL=main-4177.css.map */
