/*!
Theme Name: pingpong
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pingpong
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pingpong is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='reset']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type='button']:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type='reset']:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type='submit']:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button {
  height: auto;
}

[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: freight-display-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
:before,
:after {
  box-sizing: inherit;
}

body {
  font-variant-numeric: normal;
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  color: #000c;
  background: #e6e6e6;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  padding: 0.6em 1em 0.4em;
  font-size: 0.75rem;
  line-height: 1;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a {
  text-decoration: none;
}

.main-navigation {
  clear: both;
  float: left;
  width: 100%;
  display: block;
}

.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: none;
}

.main-navigation ul ul {
  float: left;
  z-index: 99999;
  position: absolute;
  top: 100%;
  left: -999em;
  box-shadow: 0 3px 3px #0003;
}

.main-navigation ul ul ul {
  top: 0;
  left: -999em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  text-decoration: none;
  display: block;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (width >= 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute !important;
}

.screen-reader-text:focus {
  clip-path: none;
  color: #21759b;
  z-index: 100000;
  background-color: #f1f1f1;
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: 5px;
  left: 5px;
  box-shadow: 0 0 2px 2px #0009;
  clip: auto !important;
}

#content[tabindex='-1']:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  display: inline;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  display: inline;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  table-layout: fixed;
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img[class*='wp-image-'] {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: inline-block;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.pagewidth {
  margin: 0 80px;
}

@media (width <= 1199px) {
  .pagewidth {
    margin: 0 24px;
  }
}

@media (width <= 575px) {
  .pagewidth {
    margin: 0;
  }
}

.section-title {
  position: relative;
}

.section-title h1 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (width >= 350px) {
  .section-title h1 {
    font-size: calc(0.235571vw + 13.1755px);
  }
}

@media screen and (width >= 1199px) {
  .section-title h1 {
    font-size: 16px;
  }
}

.section-title h2 {
  color: #000;
  margin-bottom: 0.5rem;
  font-family: freight-display-pro, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.9;
}

@media screen and (width >= 350px) {
  .section-title h2 {
    font-size: calc(1.17786vw + 27.8775px);
  }
}

@media screen and (width >= 1199px) {
  .section-title h2 {
    font-size: 42px;
  }
}

.section-title p {
  color: #5a5a5a;
  max-width: 32em;
  margin-top: 1.5em;
  padding-right: 2rem;
  font-size: 18px;
  line-height: 1.75;
}

.section-title:before {
  content: '';
  background-color: #c41230;
  width: 26px;
  height: 6px;
  position: absolute;
  top: -40px;
  left: 0;
}

@media (width <= 767px) {
  .section-title:before {
    top: -32px;
  }
}

.promos {
  margin: 120px 0 0;
}

.promos .pagewidth {
  padding: 0 24px;
}

.promos .container {
  border-top: 8px solid #dedede;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 64px;
  display: flex;
}

.promos .promo-item {
  flex-basis: calc(33.3% - 80px);
  position: relative;
  overflow: hidden;
}

.promos .promo-item:before,
.promos .promo-item:after {
  content: '';
  background-color: #dedede;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.promos .promo-item:after {
  opacity: 0;
  background-color: #c41230;
  transition: all 0.3s ease-out;
  transform: translateX(-50%);
}

.promos .promo-item a {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.promos .promo-item h2 {
  color: #c41230;
  background-image: url('arrow-right-red.235586e1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0.65em;
  margin-top: 8px;
  margin-bottom: 64px;
  padding-right: 1em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

@media screen and (width >= 350px) {
  .promos .promo-item h2 {
    font-size: calc(1.88457vw + 17.404px);
  }
}

@media screen and (width >= 1199px) {
  .promos .promo-item h2 {
    font-size: 40px;
  }
}

.promos .promo-item .desc h3 {
  color: #000;
  font-weight: 400;
}

.promos .promo-item .desc p {
  color: #5a5a5a;
  margin-top: 0.25em;
  line-height: 1.75;
}

.promos .promo-item:hover:after {
  opacity: 1;
  transform: translateX(0);
}

.promos--4 .promo-item {
  flex-basis: calc(25% - 24px);
}

.promos--4 .promo-item h2 {
  margin-bottom: 48px;
  font-size: 24px;
}

@media screen and (width >= 350px) {
  .promos--4 .promo-item h2 {
    font-size: calc(1.41343vw + 19.053px);
  }
}

@media screen and (width >= 1199px) {
  .promos--4 .promo-item h2 {
    font-size: 36px;
  }
}

@media (width <= 991px) {
  .promos .promo-item {
    flex-basis: calc(33.3% - 32px);
  }

  .promos .promo-item h2 {
    margin-bottom: 48px;
  }

  .promos--4 .container {
    flex-wrap: wrap;
  }

  .promos--4 .promo-item {
    flex-basis: calc(50% - 24px);
  }
}

@media (width <= 767px) {
  .promos {
    margin-top: 80px;
  }

  .promos .promo-item {
    flex-basis: calc(33.3% - 16px);
  }

  .promos--4 .container {
    flex-wrap: wrap;
  }

  .promos--4 .promo-item {
    flex-basis: calc(50% - 24px);
  }
}

@media (width <= 575px) {
  .promos {
    margin-top: 40px;
  }

  .promos .container {
    flex-wrap: wrap;
    padding-top: 64px;
  }

  .promos .promo-item {
    flex-basis: 100%;
    padding: 24px 0;
  }

  .promos .promo-item a {
    flex-direction: row;
    justify-content: flex-start;
  }

  .promos .promo-item a div {
    flex-direction: column;
    flex-basis: 50%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .promos .promo-item a h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .promos .promo-item a .desc p {
    margin: 0;
  }
}

.social-media {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.social-media .social-media__label {
  vertical-align: middle;
  color: #000;
  font-size: 14px;
}

@media (width <= 575px) {
  .social-media .social-media__label {
    display: none;
  }
}

.social-media .social-media__wechat {
  position: relative;
}

.social-media .icon {
  vertical-align: middle;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.75em;
  margin: 0 0 0 1.5em;
  padding-left: 1.35em;
}

@media (width <= 575px) {
  .social-media .icon {
    margin: 0 0 0 1.25em;
  }
}

.social-media .icon.wechat {
  background-image: url('icon-wechat-red.b975cf8f.svg');
}

.social-media .icon.weibo {
  background-image: url('icon-weibo-red.52e7af87.svg');
}

.social-media .qrcode {
  z-index: 199;
  visibility: hidden;
  opacity: 0;
  width: 150px;
  height: 150px;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(10px);
}

.social-media .wechat:hover + .qrcode {
  opacity: 1;
  visibility: visible;
  transform: none;
}

@media (width <= 575px) {
  .social-media .wechat:hover + .qrcode {
    visibility: hidden;
  }
}

footer .social-media .qrcode {
  top: -175px;
}

footer .social-media .icon.wechat {
  background-image: url('icon-wechat-white.1f30f5ab.svg');
}

footer .social-media .icon.weibo {
  background-image: url('icon-weibo-white.08833892.svg');
}

.button {
  color: #c41230;
  background-image: url('arrow-right-red.235586e1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0.85em;
  padding-right: 1.25em;
  font-size: 18px;
}

@media screen and (width >= 350px) {
  .button {
    font-size: calc(0.471143vw + 16.351px);
  }
}

@media screen and (width >= 1199px) {
  .button {
    font-size: 22px;
  }
}

.site-header .pagewidth {
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  display: flex;
}

@media (width <= 575px) {
  .site-header .pagewidth {
    padding: 0 16px;
  }
}

.site-header__upper {
  color: #fff;
  background-color: #000;
  padding: 16px 0;
}

.site-header__upper a {
  color: #fff;
}

.site-header__upper .identity a {
  align-items: center;
  display: flex;
}

.site-header__upper .identity span {
  margin-left: 2em;
  font-size: 14px;
  position: relative;
}

@media screen and (width >= 350px) {
  .site-header__upper .identity span {
    font-size: calc(0.471143vw + 12.351px);
  }
}

@media screen and (width >= 1199px) {
  .site-header__upper .identity span {
    font-size: 18px;
  }
}

.site-header__upper .identity span:before {
  content: '';
  background-color: #fff3;
  width: 1px;
  height: 1.5em;
  position: absolute;
  left: -1em;
}

@media (width <= 767px) {
  .site-header__upper .identity img {
    max-width: 240px;
  }

  .site-header__upper .identity span {
    display: none;
  }
}

.site-header__lower .nav {
  padding: 16px 0;
  font-size: 14px;
}

@media screen and (width >= 350px) {
  .site-header__lower .nav {
    font-size: calc(0.471143vw + 12.351px);
  }
}

@media screen and (width >= 1199px) {
  .site-header__lower .nav {
    font-size: 18px;
  }
}

.site-header__lower .nav a {
  color: #000;
  font-weight: 500;
}

.site-header__lower .nav ul {
  display: flex;
}

.site-header__lower .nav ul li {
  margin-right: 40px;
}

.site-header__lower .nav ul li:last-child {
  margin-right: 0;
}

.site-header__lower .pagewidth {
  position: relative;
}

.site-header__lower .pagewidth:after {
  content: '';
  background-color: #dedede;
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  top: 100%;
  left: 24px;
}

@media (width <= 767px) {
  .site-header__lower .pagewidth:after {
    width: calc(100% - 32px);
    left: 16px;
  }
}

@media (width <= 991px) {
  .site-header__lower .nav ul li {
    margin-right: 24px;
  }
}

@media (width <= 767px) {
  .site-header__lower .social-media {
    display: none;
  }

  .site-header__lower .nav {
    width: 100%;
  }

  .site-header__lower .nav ul {
    justify-content: space-between;
  }

  .site-header__lower .nav ul li {
    margin: 0;
  }
}

.site-header__en a {
  border-bottom: 1px solid #fff3;
}

.site-footer {
  color: #fff;
  background-color: #000;
  margin-top: 100px;
  padding: 48px 0;
}

.site-footer h2 {
  margin-bottom: 40px;
  font-size: 13px;
}

.site-footer a {
  color: #fff;
  border-bottom: 1px solid #fff3;
}

.site-footer__main {
  margin-bottom: 24px;
}

.site-footer__main:after {
  clear: both;
  content: '';
  display: block;
}

.site-footer__social-media {
  float: left;
  width: calc(33.3333% - 32px);
  margin-left: 24px;
}

.site-footer__social-media a {
  border: none;
}

.site-footer__social-media .icon {
  margin-right: 1.5em;
  margin-left: 0 !important;
}

.site-footer__nav {
  float: left;
  width: calc(20.8333% - 29px);
  margin-left: 24px;
}

.site-footer__nav ul {
  column-count: 2;
  column-gap: 0;
}

.site-footer__nav ul li {
  margin-bottom: 1em;
}

.site-footer__address {
  float: left;
  width: calc(25% - 30px);
  margin-left: calc(20.8333% + 19px);
}

.site-footer__secondary {
  align-items: flex-end;
  display: flex;
}

.site-footer__secondary:after {
  clear: both;
  content: '';
  display: block;
}

.site-footer .site-copyright {
  float: left;
  width: calc(33.3333% - 32px);
  margin-left: 24px;
}

.site-footer .site-en {
  float: left;
  width: calc(41.6667% - 34px);
  margin-left: 24px;
}

.site-footer__logo {
  float: left;
  width: calc(25% - 30px);
  margin-left: 24px;
}

@media (width <= 991px) {
  .site-footer__nav {
    float: left;
    width: calc(33.3333% - 32px);
    margin-left: 24px;
  }

  .site-footer__address {
    margin-left: calc(8.33333% + 22px);
  }
}

@media (width <= 575px) {
  .site-footer__social-media,
  .site-footer__nav,
  .site-footer__address {
    float: left;
    width: calc(33.3333% - 21.3333px);
    margin-left: 16px;
  }

  .site-footer__nav ul {
    column-count: 1;
  }

  .site-footer__secondary {
    border-top: 1px solid #fff3;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 24px;
  }

  .site-footer .site-copyright,
  .site-footer .site-en {
    flex-basis: 100%;
    margin-left: 16px;
  }

  .site-footer__logo {
    flex-basis: 100%;
    margin-top: -48px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.hero-home {
  margin-top: 48px;
}

.hero-home .pagewidth {
  align-items: stretch;
  display: flex;
}

.hero-home .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.hero-home__content {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  width: calc(41.6667% - 34px);
  margin-left: 24px;
  display: flex;
}

.hero-home__img {
  float: left;
  width: calc(58.3333% - 38px);
  margin-left: 24px;
}

.hero-home__img img {
  width: 100%;
}

.hero-home__scroll {
  position: sticky;
  bottom: 40px;
}

.hero-home__scroll a {
  display: inline-block;
}

.hero-home__scroll img {
  transform-origin: center;
  transform: rotateZ(90deg);
}

.hero-home h1 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0.25em;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

@media screen and (width >= 350px) {
  .hero-home h1 {
    font-size: calc(1.76678vw + 25.8163px);
  }
}

@media screen and (width >= 1199px) {
  .hero-home h1 {
    font-size: 47px;
  }
}

.hero-home h1:before {
  content: '';
  background-color: #c41230;
  width: 26px;
  height: 6px;
  position: absolute;
  top: -40px;
  left: 0;
}

.hero-home p {
  color: #5a5a5a;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .hero-home p {
    font-size: calc(0.235571vw + 15.1755px);
  }
}

@media screen and (width >= 1199px) {
  .hero-home p {
    font-size: 18px;
  }
}

@media (width <= 767px) {
  .hero-home {
    margin-top: 32px;
  }

  .hero-home .pagewidth {
    flex-direction: column;
    padding: 0 24px;
  }

  .hero-home__content {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .hero-home__scroll {
    position: absolute;
    bottom: 8px;
    right: 0;
  }

  .hero-home__img {
    width: auto;
    margin-top: 32px;
    margin-left: 0;
  }

  .hero-home h1:before {
    top: -32px;
  }
}

@media (width <= 575px) {
  .hero-home .pagewidth {
    padding: 0 16px;
  }

  .hero-home__scroll img {
    vertical-align: bottom;
    height: 20px;
  }
}

.intro-home {
  padding: 120px 0 80px;
}

.intro-home--dark {
  background-color: #f5f5f5;
}

.intro-home .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.intro-home__title {
  float: left;
  width: calc(41.6667% - 34px);
  margin-left: 24px;
}

.intro-home__content {
  float: left;
  width: calc(58.3333% - 38px);
  margin-left: 24px;
}

.intro-home__content p {
  color: #5a5a5a;
  line-height: 2;
}

.intro-home__content p:first-child {
  color: #000;
  margin-bottom: 0.75em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .intro-home__content p:first-child {
    font-size: calc(0.471143vw + 18.351px);
  }
}

@media screen and (width >= 1199px) {
  .intro-home__content p:first-child {
    font-size: 24px;
  }
}

.intro-home__content p:last-child {
  margin-bottom: 0;
}

.intro-home__content p {
  font-size: 16px;
}

@media screen and (width >= 350px) {
  .intro-home__content p {
    font-size: calc(0.471143vw + 14.351px);
  }
}

@media screen and (width >= 1199px) {
  .intro-home__content p {
    font-size: 20px;
  }
}

.intro-home__content ul li {
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .intro-home__content ul li {
    font-size: calc(0.471143vw + 14.351px);
  }
}

@media screen and (width >= 1199px) {
  .intro-home__content ul li {
    font-size: 20px;
  }
}

@media (width <= 767px) {
  .intro-home {
    padding: 80px 0 56px;
  }

  .intro-home__title,
  .intro-home__content {
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
  }

  .intro-home__title {
    margin-bottom: 24px;
  }
}

@media (width <= 575px) {
  .intro-home__title,
  .intro-home__content {
    float: left;
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}

.stats-home .pagewidth {
  padding: 0 24px;
}

.stats-home .container {
  border-top: 1px solid #dedede;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.stats-home .stat-item {
  position: relative;
}

.stats-home .stat-item h3 {
  color: #000;
  align-items: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

@media screen and (width >= 350px) {
  .stats-home .stat-item h3 {
    font-size: calc(6.596vw + 16.914px);
  }
}

@media screen and (width >= 1199px) {
  .stats-home .stat-item h3 {
    font-size: 96px;
  }
}

.stats-home .stat-item h3 span {
  font-size: 24px;
}

.stats-home .stat-item h4 {
  color: #000;
  margin: 24px 0 8px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (width >= 350px) {
  .stats-home .stat-item h4 {
    font-size: calc(0.471143vw + 14.351px);
  }
}

@media screen and (width >= 1199px) {
  .stats-home .stat-item h4 {
    font-size: 20px;
  }
}

.stats-home .stat-item h5 {
  color: #5a5a5a;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

@media screen and (width >= 350px) {
  .stats-home .stat-item h5 {
    font-size: calc(0.471143vw + 14.351px);
  }
}

@media screen and (width >= 1199px) {
  .stats-home .stat-item h5 {
    font-size: 20px;
  }
}

.stats-home .stat-item:before {
  content: '';
  background-color: #c41230;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -40px;
  left: 0;
}

@media (width <= 767px) {
  .stats-home .pagewidth {
    padding: 0;
  }

  .stats-home .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 96px;
    padding-bottom: 0;
  }

  .stats-home .stat-item {
    float: left;
    width: calc(50% - 36px);
    margin-bottom: 80px;
    margin-left: 24px;
  }

  .stats-home .stat-item:before {
    top: -32px;
  }
}

.faculties-home {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 80px;
}

.faculties-home .pagewidth {
  padding: 0 24px;
}

@media (width <= 991px) {
  .faculties-home .cards-container {
    justify-content: flex-start;
  }

  .faculties-home .cards-container .card {
    flex-basis: calc(33.3% - 16px);
    margin-right: 24px;
  }

  .faculties-home .cards-container .card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (width <= 575px) {
  .faculties-home {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .faculties-home .cards-container {
    justify-content: space-between;
  }

  .faculties-home .cards-container .card {
    flex-basis: calc(50% - 12px);
    margin-right: 0;
  }
}

.cards-container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cards-container .card {
  flex-basis: calc(25% - 24px);
  margin-bottom: 24px;
}

.cards-container .card__img {
  margin-bottom: 12px;
}

.cards-container .card__text a {
  color: #000;
  background-image: url('arrow-right-black.4f0c976e.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-bottom: 1px solid #dedede;
  padding-right: 26px;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .cards-container .card__text a {
    font-size: calc(0.942285vw + 10.702px);
  }
}

@media screen and (width >= 1199px) {
  .cards-container .card__text a {
    font-size: 22px;
  }
}

.testimonial-home {
  margin: 120px 0 80px;
}

.testimonial-home .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.testimonial-home .section-title {
  float: left;
  width: calc(25% - 30px);
  margin-left: 24px;
}

.testimonial-home .testimonial-container {
  float: left;
  width: calc(66.6667% - 40px);
  margin-left: 24px;
  padding-left: 48px;
  position: relative;
}

.testimonial-home .testimonial-container:before {
  content: '';
  background-color: #dedede;
  width: 1px;
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  left: 0;
}

.testimonial-home .testimonial-container blockquote {
  margin-left: 0;
  margin-right: 0;
}

.testimonial-home .testimonial-container blockquote p {
  color: #000;
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .testimonial-home .testimonial-container blockquote p {
    font-size: calc(0.706714vw + 15.5265px);
  }
}

@media screen and (width >= 1199px) {
  .testimonial-home .testimonial-container blockquote p {
    font-size: 24px;
  }
}

.testimonial-home .testimonial-container figcaption {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (width >= 350px) {
  .testimonial-home .testimonial-container figcaption {
    font-size: calc(0.471143vw + 14.351px);
  }
}

@media screen and (width >= 1199px) {
  .testimonial-home .testimonial-container figcaption {
    font-size: 20px;
  }
}

.testimonial-home .testimonial-container figcaption span {
  color: #5a5a5a;
  display: block;
}

@media (width <= 991px) {
  .testimonial-home .testimonial-container {
    float: left;
    width: calc(75% - 42px);
    margin-left: 24px;
  }
}

@media (width <= 767px) {
  .testimonial-home {
    margin-bottom: 40px;
  }

  .testimonial-home .section-title {
    float: left;
    width: calc(83.3333% - 44px);
    margin-left: calc(8.33333% + 22px);
  }

  .testimonial-home .testimonial-container {
    float: left;
    width: calc(83.3333% - 44px);
    margin-top: 32px;
    margin-left: calc(8.33333% + 22px);
    padding-top: 24px;
    padding-left: 0;
  }

  .testimonial-home .testimonial-container:before {
    width: 100%;
    height: 1px;
    top: 0;
  }
}

@media (width <= 575px) {
  .testimonial-home .pagewidth {
    padding: 0 16px;
  }

  .testimonial-home .section-title,
  .testimonial-home .testimonial-container {
    float: left;
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}

.hero-subpage .pagewidth {
  padding: 0 24px;
}

.hero-subpage__content {
  align-items: center;
  margin: 96px 0 64px;
  display: flex;
}

.hero-subpage__content > div {
  flex-basis: 50%;
}

.hero-subpage__headline h1 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

@media screen and (width >= 350px) {
  .hero-subpage__headline h1 {
    font-size: calc(2.82686vw + 14.106px);
  }
}

@media screen and (width >= 1199px) {
  .hero-subpage__headline h1 {
    font-size: 48px;
  }
}

.hero-subpage__headline h1:before {
  content: '';
  background-color: #c41230;
  width: 26px;
  height: 6px;
  position: absolute;
  top: -32px;
  left: 0;
}

.hero-subpage__intro {
  color: #5a5a5a;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .hero-subpage__intro {
    font-size: calc(0.235571vw + 15.1755px);
  }
}

@media screen and (width >= 1199px) {
  .hero-subpage__intro {
    font-size: 18px;
  }
}

.hero-subpage__intro p {
  max-width: 24em;
  margin-bottom: 0;
}

.hero-subpage__img img {
  width: 100%;
}

@media (width <= 991px) {
  .hero-subpage__content {
    margin: 64px 0 48px;
  }

  .hero-subpage__headline h1:before {
    top: -24px;
  }
}

@media (width <= 767px) {
  .hero-subpage__content {
    margin: 32px 0;
  }

  .hero-subpage__headline h1:before {
    top: -16px;
  }
}

@media (width <= 575px) {
  .hero-subpage .pagewidth {
    padding: 0 16px;
  }

  .hero-subpage__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-subpage__headline {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hero-subpage__headline h1:before {
    width: 18px;
    height: 4px;
    top: -12px;
  }

  .hero-subpage__intro {
    flex-basis: 66.6% !important;
  }
}

.contact-main {
  margin: 120px 0 0;
}

.contact-main .pagewidth {
  justify-content: center;
  padding: 0 24px;
  display: flex;
}

.contact-main .pagewidth > div {
  flex-basis: 50%;
}

.contact-main .pagewidth p {
  color: #000;
  font-size: 14px;
  line-height: 2;
}

@media screen and (width >= 350px) {
  .contact-main .pagewidth p {
    font-size: calc(0.471143vw + 12.351px);
  }
}

@media screen and (width >= 1199px) {
  .contact-main .pagewidth p {
    font-size: 18px;
  }
}

.contact-main .pagewidth a {
  color: #c41230;
  border-bottom: 1px solid #dedede;
}

.contact-main .pagewidth h2 {
  color: #c41230;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (width >= 350px) {
  .contact-main .pagewidth h2 {
    font-size: calc(0.706714vw + 15.5265px);
  }
}

@media screen and (width >= 1199px) {
  .contact-main .pagewidth h2 {
    font-size: 24px;
  }
}

.contact-main ul.email {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 2em;
  padding: 16px 0;
}

.contact-main ul.email li {
  color: #5a5a5a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-main ul.email li a {
  font-size: 20px;
}

@media (width <= 1199px) {
  .contact-main {
    margin-top: 64px;
  }

  .contact-main__container {
    flex-basis: 75% !important;
  }
}

@media (width <= 767px) {
  .contact-main__container {
    flex-basis: 100% !important;
  }
}

.subpage-main {
  margin-top: 120px;
}

.subpage-main .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.subpage-main .subpage-sidebar {
  float: left;
  width: calc(25% - 30px);
  margin-left: 24px;
}

.subpage-main .subpage-content {
  float: left;
  width: calc(58.3333% - 38px);
  margin-left: calc(8.33333% + 22px);
}

@media (width <= 1199px) {
  .subpage-main {
    margin-top: 96px;
  }

  .subpage-main .subpage-content {
    float: left;
    width: calc(66.6667% - 40px);
    margin-left: calc(8.33333% + 22px);
  }
}

@media (width <= 991px) {
  .subpage-main {
    margin-top: 60px;
  }

  .subpage-main .subpage-content {
    float: left;
    width: calc(70.8333% - 41px);
    margin-left: calc(4.16667% + 23px);
  }

  .subpage-main .subpage-sidebar:before {
    top: -24px;
  }
}

@media (width <= 767px) {
  .subpage-main {
    margin-top: 40px;
  }

  .subpage-main .pagewidth {
    flex-direction: column-reverse;
    display: flex;
  }

  .subpage-main .subpage-sidebar {
    float: left;
    width: calc(100% - 48px);
    margin-top: 48px;
    margin-left: 24px;
  }

  .subpage-main .subpage-content {
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
  }
}

.subpage-sidebar {
  position: relative;
}

.subpage-sidebar:before {
  content: '';
  background-color: #c41230;
  width: 26px;
  height: 6px;
  position: absolute;
  top: -40px;
  left: 0;
}

.subpage-sidebar h2 {
  color: #5a5a5a;
  max-width: 15em;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (width >= 350px) {
  .subpage-sidebar h2 {
    font-size: calc(0.353357vw + 11.7633px);
  }
}

@media screen and (width >= 1199px) {
  .subpage-sidebar h2 {
    font-size: 16px;
  }
}

.subpage-sidebar ul {
  border-top: 1px solid #dedede;
}

.subpage-sidebar ul li {
  border-bottom: 1px solid #dedede;
  padding: 1em 0;
}

.subpage-sidebar ul li a {
  color: #000;
  background-image: url('arrow-right-black.4f0c976e.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 1.25em;
  display: block;
}

.subpage-content .container :first-child {
  margin-top: 0;
}

.subpage-content h2 {
  color: #c41230;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .subpage-content h2 {
    font-size: calc(0.942285vw + 12.702px);
  }
}

@media screen and (width >= 1199px) {
  .subpage-content h2 {
    font-size: 24px;
  }
}

.subpage-content p {
  color: #000;
  font-size: 14px;
  line-height: 2;
}

@media screen and (width >= 350px) {
  .subpage-content p {
    font-size: calc(0.471143vw + 12.351px);
  }
}

@media screen and (width >= 1199px) {
  .subpage-content p {
    font-size: 18px;
  }
}

.subpage-content p a {
  color: #c41230;
  border-bottom: 1px solid #dedede;
}

.subpage-content iframe {
  width: 100%;
  margin: 1.5em 0;
}

.subpage-content .wp-block-button a {
  background-color: #c41230;
}

.subpage-content .wp-block-pullquote {
  background-color: #f5f5f5;
  max-width: 40em;
  margin: 2em auto;
  padding: 1em 2em 2.5em;
}

.subpage-content .wp-block-pullquote blockquote {
  padding-top: calc(1em + 40px);
  position: relative;
}

.subpage-content .wp-block-pullquote blockquote p {
  max-width: 20em;
  margin: 0 auto 16px;
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (width >= 350px) {
  .subpage-content .wp-block-pullquote blockquote p {
    font-size: calc(0.706714vw + 15.5265px);
  }
}

@media screen and (width >= 1199px) {
  .subpage-content .wp-block-pullquote blockquote p {
    font-size: 24px;
  }
}

.subpage-content .wp-block-pullquote blockquote cite {
  color: #5a5a5a;
  margin-top: 16px;
  font-style: normal;
}

.subpage-content .wp-block-pullquote blockquote:before {
  content: '';
  background-color: #c41230;
  width: 26px;
  height: 6px;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.subpage-content .wp-block-pb-accordion-item {
  background-color: #f5f5f5;
  margin-bottom: 1.5em;
  padding: 1.5em;
}

.subpage-content .wp-block-pb-accordion-item h2 {
  font-size: 1.25em;
}

.subpage-content
  .wp-block-pb-accordion-item
  .c-accordion__content
  p:last-child {
  margin-bottom: 0;
}

.course-list {
  padding-top: 120px;
  padding-bottom: 120px;
}

.course-list--dark {
  background-color: #f5f5f5;
}

.course-list .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.course-list__headings {
  float: left;
  width: calc(41.6667% - 34px);
  margin-left: 24px;
}

.course-list__content {
  float: left;
  width: calc(58.3333% - 38px);
  margin-left: 24px;
}

.course-list__course {
  border-top: 1px solid #dedede;
  padding: 24px 0;
}

.course-list__course:last-child {
  border-bottom: 1px solid #dedede;
}

.course-list__course__image {
  margin-bottom: 1rem;
}

.course-list__course__title h2 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
}

.course-list__course__title h3 {
  margin-top: 0;
  font-size: 22px;
}

.course-list__course__intro {
  color: #5a5a5a;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
}

.course-list__course__cta {
  margin-top: 0.5rem;
}

.course-list__course__cta a {
  color: #c41230;
  border-bottom: 1px solid #dedede;
  font-size: 20px;
}

@media (width <= 767px) {
  .course-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course-list__headings,
  .course-list__content {
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
  }

  .course-list__headings {
    margin-bottom: 1rem;
  }
}

.tiles-layout {
  padding: 120px 0;
}

.tiles-layout--dark {
  background-color: #f5f5f5;
}

.tiles-layout .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.tiles-layout .section-title {
  float: left;
  width: calc(41.6667% - 34px);
  margin-left: 24px;
}

.tiles-layout .card {
  flex-basis: calc(50% - 24px);
}

.tiles-layout .card__img img {
  width: 100%;
}

@media (width <= 767px) {
  .tiles-layout {
    padding: 80px 0;
  }

  .tiles-layout .section-title,
  .tiles-layout .tiles-container {
    float: left;
    width: calc(100% - 48px);
    margin-left: 24px;
  }

  .tiles-layout .section-title {
    margin-bottom: 1.5rem;
  }

  .tiles-layout .section-title p {
    max-width: 100%;
    padding-right: 0;
  }

  .tiles-layout .card {
    flex-basis: calc(50% - 12px);
  }
}

.open-day {
  padding: 120px 0;
}

.open-day--dark {
  background-color: #f5f5f5;
}

.open-day .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.open-day .section-title {
  float: left;
  width: calc(41.6667% - 34px);
  margin-left: 24px;
}

.open-day-form {
  margin-top: -120px;
  padding: 0 0 80px;
}

.open-day-form .pagewidth:after {
  clear: both;
  content: '';
  display: block;
}

.open-day-form .form-container {
  float: left;
  width: calc(58.3333% - 38px);
  margin-left: calc(41.6667% + 14px);
}

.open-day-form .form-caption {
  margin-top: 32px;
}

.open-day-form .form-caption p {
  line-height: 1.5;
}

@media (width <= 767px) {
  .open-day-form {
    margin-top: -80px;
  }

  .open-day-form .form-container {
    width: calc(100% - 48px);
    margin-left: 24px;
  }
}
