.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute;
}
.placeholder.faded {
  opacity: 0.5;
}
.placeholder.hide {
  display: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header[role=banner] {
  height: 105px;
}
header[role=banner] .wrap h1 {
  width: 164px;
  height: 50px;
  margin-top: -25px;
  left: 40px;
}
header[role=banner] .wrap .navigation {
  top: 105px;
  padding-top: 40px;
}
header[role=banner] .wrap .navigation nav {
  margin-left: 40px;
}
header[role=banner] .wrap .navigation nav a {
  font-size: 2.75rem;
  line-height: 1.2;
}
header[role=banner] .wrap .navigation form {
  margin-left: 40px;
  margin-top: 60px;
  display: block;
}
header[role=banner] .wrap .navigation form legend {
  font-size: 2.75rem;
  margin-bottom: 26px;
}
header[role=banner] .wrap .navigation form button {
  padding-left: 20px;
  width: 190px;
  margin-left: 0;
  margin-top: 10px;
}
header[role=banner] .wrap .navigation form .input {
  width: 190px;
}
header[role=banner] .wrap > button {
  top: 46px;
  right: 40px;
}

h3 {
  font-size: 2.75rem;
  line-height: 1.18;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.18;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

h2 + p {
  margin-top: 40px;
}

h2 + .link {
  margin-top: 50px;
}

h3 + .link {
  margin-top: 50px;
}

p {
  font-size: 1.375rem;
  line-height: 1.4;
}

.link {
  display: inline-block;
  padding: 15px 20px;
  font-size: 1.125rem;
}

form {
  margin-top: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
form .input {
  width: 100%;
}
form .input input {
  padding: 0 22px;
}
form button {
  width: 150px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-left: 10px;
}

.section {
  padding: 200px 0 350px 0;
}
.section.related {
  margin-top: -100px;
}
.section.related .wrap h2 {
  margin-bottom: 50px;
  font-size: 2.5rem;
}
.section.newsArticle {
  padding-top: 250px;
  padding-bottom: 0;
}
.section.newsArticle .wrap {
  position: relative;
}
.section.newsArticle .wrap .back {
  width: 34px;
  margin-bottom: 35px;
  display: block;
}
.section.newsArticle .wrap header h3 {
  font-size: 0.875rem;
}
.section.newsArticle .wrap header h2 {
  font-size: 3.75rem;
  margin-bottom: 100px;
}
.section.newsArticle .wrap article figure {
  margin-bottom: 50px;
}
.section.newsArticle .wrap article h3 {
  font-size: 1.5rem;
  margin-bottom: 35px;
}
.section.newsArticle .wrap article p {
  font-size: 1.25rem;
}
.section.newsArticle .wrap article blockquote {
  margin: 50px 0;
}
.section.newsArticle .wrap article blockquote p {
  font-size: 1.875rem;
  line-height: 1.5;
}
.section.newsArticle .wrap article .author {
  margin-top: 60px;
}
.section.newsArticle .wrap article .author figure {
  margin-bottom: 0;
  margin-right: 10px;
}
.section.newsArticle .wrap article .author .text p {
  font-size: 1rem;
}
.section.one {
  margin-top: -50px;
  padding-top: 300px;
  padding-bottom: 600px;
}
.section.one h3 {
  margin-left: 170px;
  font-size: 1.75rem;
  width: 408px;
}
.section.one .link {
  margin-top: 30px;
  margin-left: 170px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.section.three figure {
  width: 450px;
  margin: 80px 0 0 -30px;
}
.section.four h2 {
  font-size: 2.75rem;
  margin-bottom: 70px;
}
.section.five .content figure {
  width: 402px;
  margin-left: auto;
  margin-bottom: 300px;
}
.section.six .content {
  width: 400px;
}
.section.six figure {
  width: 320px;
  margin-bottom: 400px;
  margin-left: 150px;
}
.section.six figure:nth-of-type(2) {
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: -1;
  margin-left: -40px;
  opacity: 0;
}
.section.six figure:nth-of-type(2).start {
  -webkit-animation: 2s ease forwards 1 up;
  animation: 2s ease forwards 1 up;
}
@-webkit-keyframes up {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(-14px);
    opacity: 1;
  }
}
.section.statistics {
  color: white;
}
.section.statistics .wrap .content {
  width: 400px;
}
.section.statistics .wrap .cols .col {
  margin-left: 0;
  margin-bottom: 100px;
  text-align: center;
}
.section.statistics .wrap .cols .col h2 + p {
  margin-top: 0;
}
.section.statistics .wrap .cols .col h2 {
  font-size: 8.125rem;
}
.section.statistics .wrap .cols .col h2:after {
  font-size: 5rem;
}
.section.statistics .wrap .cols .col p {
  font-size: 1.125rem;
}
.section .wrap {
  margin: 0 auto;
  width: 700px;
}
.section .wrap .animate {
  margin-bottom: 50px;
}
.section .wrap .animate img {
  width: 225px;
}
.section .wrap .animate img + img {
  width: 112px;
}
.section .wrap .animations {
  position: relative;
  margin-left: 0;
  margin-top: 0;
}
.section .wrap .animations figure {
  width: 300px;
  position: absolute;
  top: 130px;
  right: 50px;
}
.section .wrap .animations figure:nth-of-type(2) {
  width: 200px;
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: 170px;
  z-index: -1;
}
.section .wrap .logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section .wrap .logos + .logos {
  margin-top: 50px;
}
.section .wrap .logos figure:nth-of-type(2) {
  margin-top: 120px;
}
.section .wrap .logos figure:nth-of-type(3) {
  margin-top: 240px;
}
.section .wrap .logos + .content {
  margin-top: 100px;
}
.section .wrap .flag {
  width: 122px;
  margin-bottom: 10px;
  margin-left: -40px;
}
.section .wrap .blog {
  width: 80px;
  margin-bottom: 20px;
}
.section .wrap .drawLine {
  width: 700px;
  margin-left: 25px;
  margin-bottom: 70px;
}
.section .wrap .drawLine.mobile {
  display: none;
}
.section .wrap .drawLine.desktop {
  display: block;
}

footer {
  padding: 130px 0 70px 0 !important;
}
footer .wrap {
  margin: 0 auto;
  width: 700px;
}
footer .wrap figure {
  width: 110px;
}
footer .wrap .additional {
  font-size: 0.75rem;
  margin-top: 61px;
}
footer .wrap .additional p {
  font-size: 0.75rem;
}

/*# sourceMappingURL=tablet.css.map */
