@charset 'UTF-8';
/* RESET CSS */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
  min-width: 0;
  min-height: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 100%;
  margin: 0;
}
img {
  vertical-align: bottom;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.loading {
  font-size: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  background-size: 1em 1em;
  z-index: 1;
  border: solid 0.1em #444;
  border-bottom-color: rgba(68, 68, 68, 0.15);
  transition: all 0.3s;
}
.loading img {
  border-radius: 50%;
}
.is-loading .loading {
  margin-top: 20px;
  opacity: 1;
  font-size: 45px;
  animation: loadingRotation 1s infinite linear;
}
.loading span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@keyframes loadingRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.common-button {
  font: 800 14px/1.2em 'Open Sans', sans-serif;
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  border-radius: 6px;
  padding: 0.75em 2em;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.common-button:hover {
  color: #fff;
}
a.common-button {
  display: inline-block;
}
.common-button:hover {
  background: #DF552A;
}
.common-button:visited {
  background: #DF552A;
}
.common-button.anchor-button {
  border: 1px solid #DF552A;
  border-radius: 0;
  padding: 20px;
  font: 600 13px/1em 'Open Sans', sans-serif;
  min-width: 280px;
  min-height: 60px;
  text-align: left;
}
.common-button.anchor-button:after {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-pnt";
  line-height: 1.4em;
  text-align: center;
  content: '\f178';
  position: absolute;
  right: 30px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-links {
  font-size: 16px;
  color: #99A9B3;
}
.header-social-links a {
  color: #99A9B3;
  transition-property: color;
  transition-duration: 0.3s;
}
.header-social-links a:hover {
  color: #99A9B3;
}
.header-social-links li {
  width: 1.5em;
  height: auto;
  margin: 0 0.5em 0 0;
}
.header-social-links li:last-child {
  margin: 0;
}
.header-social-links .icon {
  width: 1.5em;
  height: 1.5em;
  overflow: visible;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.header-social-links .icon::before {
  line-height: 1.5em;
}
.header-social-links .icon:hover {
  color: #99A9B3;
  background: transparent;
}
.header-social-links .icon span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.social-links,
.share-buttons {
  font-size: 16px;
  color: #fff;
}
.social-links a,
.share-buttons a {
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
}
.social-links a:hover,
.share-buttons a:hover {
  color: #444;
}
.social-links li,
.share-buttons li {
  width: 1.5em;
  height: auto;
  margin: 0 0.5em 0 0;
}
.social-links li:last-child,
.share-buttons li:last-child {
  margin: 0;
}
.social-links .icon,
.share-buttons .icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  overflow: hidden;
  overflow: visible;
  background: #444;
  transition: all 0.3s;
  cursor: pointer;
}
.social-links .icon img,
.share-buttons .icon img {
  border-radius: 50%;
}
.social-links .icon::before,
.share-buttons .icon::before {
  line-height: 1.5em;
}
.social-links .icon:hover,
.share-buttons .icon:hover {
  color: #444;
  background: #eee;
}
.social-links .icon span,
.share-buttons .icon span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.share-buttons {
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .share-buttons {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    overflow: visible;
    z-index: 1;
  }
  .collapsed-header .share-buttons {
    opacity: 1;
    z-index: 11;
    transition: opacity 0.3s 0.6s;
  }
  .share-buttons ul {
    background: #444;
    height: 60px;
    padding: 0 16px;
    color: #444;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .share-buttons ul .icon {
    background: #fff;
  }
  .share-buttons ul .icon:hover {
    color: #444;
    background: #aaa;
  }
  .share-buttons ul li:nth-child(n+3) {
    display: none;
  }
  .share-buttons ul li:last-child {
    display: block;
  }
  .share-buttons ul ul {
    opacity: 0;
    height: 60px;
    position: fixed;
    top: -50vh;
    right: -16px;
    transition: opacity 0.3s;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
    border-top: solid 1px #fff;
  }
  .share-buttons ul ul::before,
  .share-buttons ul ul::after {
    content: "";
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-top-width: 0;
    border-bottom-color: #fff;
    position: absolute;
    top: -10px;
    right: 22px;
  }
  .share-buttons ul ul::after {
    border-bottom-color: #444;
    top: -8px;
  }
  .share-buttons ul ul li:nth-child(n+3) {
    display: block;
  }
  .share-buttons ul ul li:nth-child(-n+2) {
    display: none;
  }
  .share-buttons ul:hover ul {
    opacity: 1;
    top: 48px;
  }
}
@media screen and (max-width:359px) {
  .share-buttons ul li:nth-child(n+2) {
    display: none;
  }
  .share-buttons ul li:last-child {
    display: block;
  }
  .share-buttons ul ul li:nth-child(n+2) {
    display: block;
  }
}
@media screen and (min-width:768px) {
  .share-buttons {
    position: sticky;
    z-index: 2;
    margin: 0 0 20px 0;
    top: 210px;
    left: 20px;
    width: 0;
    float: left;
    transition: top 0.3s;
  }
  .collapsed-header .share-buttons {
    top: 80px;
  }
  .share-buttons ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .share-buttons li {
    margin: 0.5em 0 0 0;
  }
  .share-buttons li:first-child {
    margin: 0;
  }
  .share-buttons li:last-child {
    display: none;
  }
}
@media screen and (min-width:1024px) {
  .share-buttons {
    left: calc((100vw - 90vw) / 2);
  }
}
nav {
  font: 700 14px/1.25em 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
}
nav a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
nav a:hover {
  color: rgba(0, 0, 0, 0.85);
}
nav .nav-title {
  font: 300 12px/1.25em 'Open Sans', sans-serif;
  color: #074151;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
@media screen and (min-width:768px) {
  nav .nav-title {
    font-size: 30px;
  }
}
nav ul {
  display: flex;
  flex-wrap: wrap;
}
nav li {
  display: inherit;
  margin: 0 0.5em;
}
nav li :nth-child(n+2) {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
nav li :nth-child(n+2):last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
nav a {
  display: flex;
  align-items: center;
}
nav a.current {
  font-weight: 700;
}
nav a img {
  width: auto;
  height: 2.5em;
  margin-right: 0.5em;
}
.label {
  font: 300 30px/1.2em 'Open Sans', sans-serif;
  color: #DF552A;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.label.page-label {
  margin: 48px 0;
  text-align: center;
}
@media screen and (min-width:1280px) {
  .label.page-label {
    font-size: 40px;
  }
}
.label.list-label {
  text-align: center;
}
.teaser-article.no-picture .title {
  position: relative;
}
.teaser-article.no-picture .title::before {
  content: "";
  padding-right: 0.25em;
  display: inline-block;
  font: normal normal normal 16px/1 "icons-pnt";
  font-size: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
}
.teaser-article.has-picture .teaser-image {
  position: relative;
}
.teaser-article.has-picture .teaser-image::before {
  content: "";
  display: inline-block;
  font: normal normal normal 16px/1 "icons-pnt";
  font-size: 24px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  overflow: hidden;
  color: #DF552A;
  background: white;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}
.teaser-article.has-picture .teaser-image::before img {
  border-radius: 50%;
}
@media screen and (min-width:1280px) {
  .teaser-article.has-picture .teaser-image::before {
    display: inline-block;
    font: normal normal normal 16px/1 "icons-pnt";
    font-size: 28px;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    speak: none;
    line-height: 2em;
    width: 2em;
    height: 2em;
  }
}
.headline.teaser-article.has-picture .teaser-image::before {
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.teaser-article.no-picture .title::before,
.teaser-article.has-picture .teaser-image::before {
  display: none;
}
.teaser-article.AT-video.no-picture .title::before,
.teaser-article.AT-video.has-picture .teaser-image::before {
  display: inline-block;
  padding-left: 6px;
}
.teaser-article.AT-gallery.no-picture .title::before,
.teaser-article.AT-gallery.has-picture .teaser-image::before {
  display: inline-block;
}
.teaser-article.AT-playlist.no-picture .title::before,
.teaser-article.AT-playlist.has-picture .teaser-image::before {
  display: inline-block;
}
.teaser-article.AT-infograph.no-picture .title::before,
.teaser-article.AT-infograph.has-picture .teaser-image::before {
  display: inline-block;
}
.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 40px;
}
.mt-6 {
  margin-top: 48px;
}
.mt-7 {
  margin-top: 56px;
}
.mt-8 {
  margin-top: 64px;
}
.mt-9 {
  margin-top: 72px;
}
.mt-10 {
  margin-top: 80px;
}
.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mb-5 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 48px;
}
.mb-7 {
  margin-bottom: 56px;
}
.mb-8 {
  margin-bottom: 64px;
}
.mb-9 {
  margin-bottom: 72px;
}
.mb-10 {
  margin-bottom: 80px;
}
.ml-1 {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-3 {
  margin-left: 24px;
}
.ml-4 {
  margin-left: 32px;
}
.ml-5 {
  margin-left: 40px;
}
.ml-6 {
  margin-left: 48px;
}
.ml-7 {
  margin-left: 56px;
}
.ml-8 {
  margin-left: 64px;
}
.ml-9 {
  margin-left: 72px;
}
.ml-10 {
  margin-left: 80px;
}
.mr-1 {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-3 {
  margin-right: 24px;
}
.mr-4 {
  margin-right: 32px;
}
.mr-5 {
  margin-right: 40px;
}
.mr-6 {
  margin-right: 48px;
}
.mr-7 {
  margin-right: 56px;
}
.mr-8 {
  margin-right: 64px;
}
.mr-9 {
  margin-right: 72px;
}
.mr-10 {
  margin-right: 80px;
}
.pt-1 {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}
.pt-5 {
  padding-top: 40px;
}
.pt-6 {
  padding-top: 48px;
}
.pt-7 {
  padding-top: 56px;
}
.pt-8 {
  padding-top: 64px;
}
.pt-9 {
  padding-top: 72px;
}
.pt-10 {
  padding-top: 80px;
}
.pb-1 {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-5 {
  padding-bottom: 40px;
}
.pb-6 {
  padding-bottom: 48px;
}
.pb-7 {
  padding-bottom: 56px;
}
.pb-8 {
  padding-bottom: 64px;
}
.pb-9 {
  padding-bottom: 72px;
}
.pb-10 {
  padding-bottom: 80px;
}
.pl-1 {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-3 {
  padding-left: 24px;
}
.pl-4 {
  padding-left: 32px;
}
.pl-5 {
  padding-left: 40px;
}
.pl-6 {
  padding-left: 48px;
}
.pl-7 {
  padding-left: 56px;
}
.pl-8 {
  padding-left: 64px;
}
.pl-9 {
  padding-left: 72px;
}
.pl-10 {
  padding-left: 80px;
}
.pr-1 {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-3 {
  padding-right: 24px;
}
.pr-4 {
  padding-right: 32px;
}
.pr-5 {
  padding-right: 40px;
}
.pr-6 {
  padding-right: 48px;
}
.pr-7 {
  padding-right: 56px;
}
.pr-8 {
  padding-right: 64px;
}
.pr-9 {
  padding-right: 72px;
}
.pr-10 {
  padding-right: 80px;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Kaw1J5X9T9RW6j9bNfFImZDC7XsdBMr8R.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Kaw1J5X9T9RW6j9bNfFImajC7XsdBMg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufeVMGIUYD6_8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuc-VMGIUYDw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Iaw1J5X9T9RW6j9bNfFkWaDq8fMVxMw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Iaw1J5X9T9RW6j9bNfFcWaDq8fMU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Law1J5X9T9RW6j9bNdOwzfRmece9LOocoDg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v7/ga6Law1J5X9T9RW6j9bNdOwzfReece9LOoc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hlIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hrIqOxjaPX.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUdhlIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUdhrIqOxjaPX.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUNhlIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUNhrIqOxjaPX.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U9hlIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U9hrIqOxjaPX.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXOhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'icons-pnt';
  src: url(fonts/icons-pnt.eot);
  src: url(fonts/icons-pnt.eot#iefix) format('embedded-opentype'), url(fonts/icons-pnt.woff2) format('woff2'), url(fonts/icons-pnt.woff) format('woff'), url(fonts/icons-pnt.ttf) format('truetype'), url(fonts/icons-pnt.svg#icons-pnt) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
.content-slider .slick-arrow {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-pnt";
  font-size: inherit;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
}
.icon-play:before,
.teaser-article.AT-video.no-picture .title::before,
.teaser-article.AT-video.has-picture .teaser-image::before {
  content: '\e800';
}
/* '' */
.icon-gallery:before,
.teaser-article.AT-gallery.no-picture .title::before,
.teaser-article.AT-gallery.has-picture .teaser-image::before {
  content: '\e801';
}
/* '' */
.icon-mail:before {
  content: '\e802';
}
/* '' */
.icon-chat:before {
  content: '\e803';
}
/* '' */
.icon-next:before,
.slick-wrapper .slick-next::before {
  content: '\e804';
}
/* '' */
.icon-previous:before,
.slick-wrapper .slick-prev::before {
  content: '\e805';
}
/* '' */
.icon-up-open-big:before {
  content: '\e806';
}
/* '' */
.icon-down-open-big:before {
  content: '\e807';
}
/* '' */
.icon-cancel:before,
.sidenav-open.sidenav-wrapper .sidenav-trigger::before {
  content: '\e808';
}
/* '' */
.icon-search:before {
  content: '\e809';
}
/* '' */
.icon-menu:before {
  content: '\f008';
}
/* '' */
.icon-pause:before {
  content: '\f00e';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-left:before,
.content-slider .slick-arrow.slick-prev:before {
  content: '\f177';
}
/* '' */
.icon-right:before,
.content-slider .slick-arrow.slick-next:before {
  content: '\f178';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
body {
  background: #fff;
}
.main-section.full-width .main-section-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width:1024px) {
  .main-section.small-width .main-section-inner {
    width: 70%;
  }
}
.main-section.boxed-section {
  padding-top: 20px;
  margin-bottom: 20px;
  background: #ddd;
}
.main-section.light-theme {
  background: #fff;
}
.main-section .main-container {
  width: 100%;
  flex-shrink: 1;
}
.main-section .sidebar {
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .main-section .sidebar {
    width: 300px;
    flex-shrink: 0;
  }
  .main-section .sidebar.left-sidebar {
    order: -1;
    margin-right: 20px;
  }
  .main-section .sidebar.right-sidebar {
    order: 1;
    margin-left: 20px;
  }
}
@media screen and (min-width:1024px) {
  .main-section .sidebar.thin-sidebar {
    width: 150px;
  }
}
.main-section .sidebar .sidebar-inner {
  margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
  .main-section .sidebar .sidebar-inner {
    position: sticky;
    top: 190px;
    transition: top 0.3s;
  }
  .collapsed-header .main-section .sidebar .sidebar-inner {
    top: 80px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.main-header-placeholder {
  height: 60px;
}
@media screen and (min-width:768px) {
  .main-header-placeholder {
    height: 130px;
  }
}
@media screen and (min-width:1280px) {
  .main-header-placeholder {
    height: 155px;
  }
}
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 2px solid #DF552A;
}
.main-header .main-header-head {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #eee;
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  .main-header .main-header-head {
    height: 30px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width:1280px) {
  .main-header .main-header-head {
    justify-content: space-between;
    padding: 0 35px;
  }
}
.main-header .main-header-head .l-wrapper {
  display: none;
}
@media screen and (min-width:1280px) {
  .main-header .main-header-head .l-wrapper {
    display: flex;
    align-items: center;
  }
}
.collapsed-header .main-header .main-header-head {
  height: 0;
  opacity: 0;
}
.main-header .main-header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 25px 0 56px;
}
@media screen and (max-width:359px) {
  .main-header .main-header-body {
    padding: 0 10px 0 56px;
  }
}
@media screen and (min-width:768px) {
  .main-header .main-header-body {
    height: 100px;
    padding: 0 34px 0 56px;
  }
}
@media screen and (min-width:1280px) {
  .main-header .main-header-body {
    height: 125px;
    justify-content: flex-start;
    padding: 0 90px 0 56px;
  }
}
.main-footer {
  position: relative;
}
.main-footer .main-footer-inner {
  width: 90vw;
  max-width: 1240px;
  margin: 0 auto;
  border-top: 2px solid #00586C;
  padding-top: 48px;
}
@media screen and (min-width:768px) {
  .main-footer .main-footer-inner .nav-title {
    font-size: 30px;
    text-align: center;
  }
}
.main-footer .l-wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .main-footer .l-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1280px) {
  .main-footer .l-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.main-footer:after {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: "";
  bottom: 0;
  display: block;
  height: 15px;
  left: 0;
  transform: none;
  position: relative;
  width: 100%;
}
@media screen and (min-width:768px) {
  .main-footer:after {
    height: 25px;
  }
}
.main-footer .nav-logos {
  margin-top: 30px;
}
@media screen and (min-width:1280px) {
  .main-footer .nav-logos {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .main-footer .nav-logos ul {
    padding-left: 0;
    flex-grow: 1;
  }
}
.main-footer .nav-logos :nth-child(n+2) {
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.main-footer .nav-logos :nth-child(n+2):last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.logo {
  transition: all 0.3s;
}
.logo a {
  display: inline-block;
}
.logo a,
.logo figure,
.logo picture {
  height: 100%;
}
.logo img {
  width: auto;
  height: 100%;
}
.logo span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.main-header-body .logo {
  height: 40px;
}
@media screen and (min-width:768px) {
  .main-header-body .logo {
    height: 70px;
  }
}
@media screen and (min-width:1280px) {
  .main-header-body .logo {
    height: 85px;
  }
}
.sidenav .logo {
  height: 70px;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .sidenav .logo {
    height: 95px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width:1280px) {
  .sidenav .logo {
    height: 95px;
  }
}
.copyright {
  font: 400 11px/1.25em 'Open Sans', sans-serif;
  color: #074151;
  padding: 35px 0;
}
@media screen and (min-width:768px) {
  .copyright {
    text-align: center;
    font-size: 12px;
  }
}
.brands {
  font: 400 13px/1.25em 'Open Sans', sans-serif;
  color: #4A5661;
  display: flex;
  justify-content: center;
}
.brands a {
  color: #4A5661;
  transition-property: color;
  transition-duration: 0.3s;
}
.brands a:hover {
  color: rgba(74, 86, 97, 0.85);
}
.nav-assinaturas {
  font: 400 13px/1.25em 'Open Sans', sans-serif;
  color: #4A5661;
}
.nav-assinaturas a {
  color: #4A5661;
  transition-property: color;
  transition-duration: 0.3s;
}
.nav-assinaturas a:hover {
  color: rgba(74, 86, 97, 0.85);
}
.nav-redes {
  font-size: 16px;
  color: #99A9B3;
}
.nav-redes a {
  color: #99A9B3;
  transition-property: color;
  transition-duration: 0.3s;
}
.nav-redes a:hover {
  color: rgba(153, 169, 179, 0.85);
}
.nav-redes .icon {
  width: 1.5em;
  height: 1.5em;
  overflow: visible;
  transition: all 0.3s;
  cursor: pointer;
}
.nav-redes .icon::before {
  line-height: 1.5em;
}
.nav-redes .icon span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.nav-logos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-header-body .nav-logos ul {
  display: none;
}
@media screen and (min-width:480px) {
  .main-header-body .nav-logos ul {
    display: flex;
  }
}
@media screen and (min-width:768px) {
  .nav-logos ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width:1280px) {
  .nav-logos ul {
    padding-left: 20px;
  }
}
@media screen and (min-width:1680px) {
  .nav-logos ul {
    padding-left: 50px;
  }
}
@media screen and (min-width:768px) {
  .nav-logos ul li {
    display: flex;
    justify-content: center;
  }
  .nav-logos ul li:nth-child(1) a img {
    width: 152px;
    height: auto;
  }
  .nav-logos ul li:nth-child(2) a img {
    width: 66px;
    height: auto;
  }
}
@media screen and (min-width:1440px) {
  .nav-logos ul li:nth-child(1) a img {
    width: 182px;
    height: auto;
  }
  .nav-logos ul li:nth-child(2) a img {
    width: 92px;
    height: auto;
  }
}
.nav-logos a span {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.main-menu {
  color: #DF552A;
  font-weight: 600;
}
.main-menu a {
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
}
.main-menu a:hover {
  color: rgba(223, 85, 42, 0.85);
}
.main-menu .g-main-nav {
  flex-wrap: nowrap;
}
.main-menu .g-with-sub-nav:hover {
  border: 2px solid #DF552A;
  border-bottom: none;
}
.main-menu .g-with-sub-nav:hover span:after {
  transform: rotate(180deg);
  transition: all 0.3s 0.1s;
}
.main-menu .g-with-sub-nav:hover .g-sub-nav {
  max-height: 100vh;
  opacity: 1;
  transition: all 0.3s 0.1s;
}
.main-menu .g-with-sub-nav span:after {
  content: "\e807";
  position: absolute;
  right: 0;
  display: inline-block;
  font: normal normal normal 16px/1 "icons-pnt";
  bottom: 0;
  transition: all 0.3s 0.1s;
}
.main-menu .g-main-nav > li {
  position: relative;
  border: 2px solid transparent;
  border-bottom: 0;
  padding: 20px;
  transition: all 0.3s 0.1s;
  margin: 0;
}
.main-menu .g-main-nav > li a span {
  position: relative;
  padding-right: 24px;
  display: block;
}
.main-menu .g-main-nav > li a.current {
  font-weight: inherit;
}
.main-menu .g-main-nav > li a.current:after {
  content: '';
  position: absolute;
  bottom: -29px;
  height: 15px;
  background: #DF552A;
  left: 20px;
  right: 40px;
}
.main-menu .g-main-nav .g-sub-nav {
  border: 2px solid #DF552A;
  border-top: none;
  box-sizing: initial;
  margin-left: -2px;
  background: white;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  flex-flow: column;
  transition: all 0.3s 0.1s;
  box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.35);
}
.main-menu .g-main-nav .g-sub-nav > li a:hover,
.main-menu .g-main-nav .g-sub-nav > li a.current {
  background: #F2F2F2;
}
.main-menu .g-main-nav .g-sub-nav li {
  margin: 0;
}
.main-menu .g-main-nav .g-sub-nav a {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  display: block;
  width: 100%;
  color: #074151;
  text-transform: none;
  font-weight: 400;
  padding: 10px 20px;
  text-align: left;
}
.main-menu .g-main-nav .g-sub-nav a span {
  margin: 0;
  padding: 0;
}
.main-menu .g-main-nav .g-sub-nav a span:after {
  content: "";
}
.main-header-body .main-menu {
  display: none;
  font-size: 20px;
}
@media screen and (min-width:1280px) {
  .main-header-body .main-menu {
    font-size: 16px;
  }
}
@media screen and (min-width:1440px) {
  .main-header-body .main-menu {
    font-size: 20px;
  }
}
.main-header-body .main-menu ul {
  flex-wrap: nowrap;
}
.main-header-body .main-menu > li {
  white-space: nowrap;
  position: relative;
  margin: 0;
  transition: all 0.3s 0.1s;
}
@media screen and (min-width:1280px) {
  .main-header-body .main-menu {
    display: block;
    margin-left: auto;
  }
}
.main-menu:last-of-type a {
  margin-right: 0;
}
.main-footer .main-menu {
  border-top: 1px solid #979797;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 600;
  color: #DF552A;
}
.main-footer .main-menu a {
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
}
.main-footer .main-menu a:hover {
  color: rgba(223, 85, 42, 0.85);
}
.main-footer .main-menu ul {
  flex-wrap: wrap;
}
.main-footer .main-menu ul li {
  padding: 0.5em 0;
  margin: 0;
}
@media screen and (min-width:768px) {
  .main-footer .main-menu {
    font-size: 20px;
  }
  .main-footer .main-menu ul {
    flex-direction: row;
    justify-content: center;
  }
  .main-footer .main-menu ul li {
    padding: 0.8em 0.5em;
  }
}
.sidenav .main-menu {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .sidenav .main-menu {
    margin-bottom: 30px;
  }
}
.sidenav .main-menu ul {
  flex-direction: column;
}
.sidenav .main-menu li {
  margin: 0;
}
.sidenav .main-menu a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.sidenav .main-menu a.current {
  font-weight: inherit;
}
.sidenav .main-menu a.current:before {
  content: '';
  position: absolute;
  height: 15px;
  background-color: #DF552A;
  width: 50px;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width:768px) {
  .sidenav .main-menu a.current:before {
    width: calc(((100vw - 578px) / 2) + (77px - 10px));
    left: calc(-1 * (100vw - 578px) / 2 - 77px);
  }
}
@media screen and (min-width:768px) {
  .sidenav .main-menu a {
    font-size: 25px;
    padding: 20px 0;
  }
}
@media screen and (min-width:1280px) {
  .sidenav .main-menu a {
    font-size: 30px;
    padding: 25px 0;
  }
}
.sidenav-wrapper .sidenav-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 60px;
  font-size: 21px;
  background: transparent;
  z-index: 1;
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
  transition: color 0.3s;
}
.sidenav-wrapper .sidenav-trigger:hover {
  color: rgba(223, 85, 42, 0.85);
}
.sidenav-wrapper .sidenav-trigger span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.sidenav-open.sidenav-wrapper .sidenav-trigger {
  color: #1C1C1C;
  transition-property: color;
  transition-duration: 0.3s;
}
.sidenav-open.sidenav-wrapper .sidenav-trigger:hover {
  color: rgba(28, 28, 28, 0.85);
}
@media screen and (max-width:767px) {
  .sidenav-open.sidenav-wrapper .sidenav-trigger::before {
    width: 56px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .sidenav-open.sidenav-wrapper .sidenav-trigger {
    width: 100%;
    text-align: left;
    background: #fff;
  }
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav-trigger {
    top: 30px;
    height: 100px;
  }
}
@media screen and (min-width:1280px) {
  .sidenav-wrapper .sidenav-trigger {
    height: 125px;
  }
}
@media screen and (min-width:768px) {
  .collapsed-header .sidenav-wrapper .sidenav-trigger {
    top: 0;
  }
}
.sidenav-wrapper .sidenav {
  position: fixed;
  width: 100%;
  max-width: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  left: -105%;
  transition: all 0.3s;
  padding-top: 60px;
  overflow: auto;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav {
    min-width: 680px;
    padding-top: 44px;
  }
}
.sidenav-wrapper .sidenav:after {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: "";
  bottom: 0;
  display: block;
  height: 15px;
  left: 0;
  transform: none;
  position: relative;
  width: 100%;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav:after {
    height: 25px;
  }
}
.sidenav-open.sidenav-wrapper .sidenav {
  left: 0;
}
.sidenav-wrapper .sidenav .sidenav-inner {
  width: calc(100vw - 56px);
  min-height: calc(100vh - 60px - 15px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sidenav-wrapper .sidenav .sidenav-inner > * {
  width: 100%;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .sidenav-inner {
    padding-left: 77px;
    padding-right: 77px;
    width: 578px;
    min-height: calc(100vh - (100px + 30px) - 25px);
  }
}
@media screen and (min-width:1280px) {
  .sidenav-wrapper .sidenav .sidenav-inner {
    width: 1238px;
    flex-direction: row;
  }
}
@media screen and (min-width:768px) {
  .collapsed-header .sidenav-wrapper .sidenav .sidenav-inner {
    min-height: calc(100vh - 100px - 25px);
  }
}
.sidenav-wrapper .sidenav .l-wrapper-3 {
  margin-top: auto;
}
@media screen and (min-width:1280px) {
  .sidenav-wrapper .sidenav .l-wrapper-1,
  .sidenav-wrapper .sidenav .l-wrapper-2 {
    width: 50%;
  }
  .sidenav-wrapper .sidenav .l-wrapper-3 {
    width: 100%;
  }
}
.sidenav-wrapper .sidenav .g-main-nav li {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.sidenav-wrapper .sidenav .g-main-nav li a.current:after {
  display: none;
}
.sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav span:after {
  display: none;
}
@media screen and (min-width:1024px) {
  .sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav span:after {
    display: inline-block;
    position: relative;
    right: -5px;
  }
}
.sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav .g-sub-nav {
  border: 0;
  margin-left: 10px;
  box-shadow: none;
  position: relative;
  background: transparent;
}
@media screen and (max-width:1023px) {
  .sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav .g-sub-nav {
    max-height: 100vh;
    opacity: 1;
    transition: all 0.3s 0.1s;
  }
}
.sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav .g-sub-nav li {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
}
.sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav .g-sub-nav li:before {
  content: ".";
  padding-right: 5px;
  color: #074151;
}
@media screen and (min-width:768px) {
  .sidenav-wrapper .sidenav .g-main-nav .g-with-sub-nav .g-sub-nav li a {
    font-size: 20px;
    line-height: 2.5em;
  }
}
.sidenav-wrapper .sidenav .nav-promotores ul,
.sidenav-wrapper .sidenav .nav-parceiros ul {
  flex-direction: column;
}
.sidenav-wrapper .sidenav .nav-promotores ul li,
.sidenav-wrapper .sidenav .nav-parceiros ul li {
  margin-bottom: 20px;
}
.sidenav-wrapper .sidenav .nav-promotores a img,
.sidenav-wrapper .sidenav .nav-parceiros a img {
  height: 4em;
}
.sidenav-wrapper .sidenav .g-main-nav {
  justify-content: flex-start;
  padding-left: 0;
}
.sidenav-wrapper .sidenav .nav-title {
  font-size: 12px;
}
.sidenav-wrapper .sidenav .g-without-sub-nav {
  margin-left: 0;
}
.nav-institucional {
  color: #074151;
  font-size: 11px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}
.nav-institucional a {
  color: #074151;
  transition-property: color;
  transition-duration: 0.3s;
}
.nav-institucional a:hover {
  color: rgba(7, 65, 81, 0.85);
}
.nav-institucional ul > li {
  flex-direction: inherit !important;
  margin-bottom: 0 !important;
}
.nav-institucional ul > li + li:before {
  content: ".";
  padding: 0 8px;
}
@media screen and (min-width:768px) {
  .nav-institucional {
    font-size: 12px;
  }
  .nav-institucional ul {
    justify-content: center;
  }
}
.sidenav .nav-institucional {
  border-top: 1px solid #9B9B9B;
  padding-top: 30px;
}
.sidenav .search-label {
  border-top: 1px solid #DF552A;
  text-transform: uppercase;
  color: #DF552A;
  font: 400 12px/1.25em 'Open Sans', sans-serif;
  display: block;
  padding-top: 20px;
  margin-bottom: 8px;
}
@media screen and (min-width:768px) {
  .sidenav .search-label {
    margin-left: -77px;
    margin-right: -77px;
    padding: 24px 77px 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:1280px) {
  .sidenav .search-label {
    margin-left: 0;
    margin-right: 9px;
    padding: 0;
    margin-bottom: 13px;
    border: none;
    text-align: right;
  }
}
.search-wrapper .search-bar {
  position: relative;
}
.search-wrapper .search-bar .search-input {
  height: 50px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  width: 100%;
  font: 400 15px/1em 'Open Sans', sans-serif;
  color: #000;
  padding: 0 0 0 1.25em;
}
.search-wrapper .search-bar .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: transparent;
}
.search-wrapper .search-bar .search-submit span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.sidenav .search-wrapper {
  border-bottom: 1px solid #DF552A;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .sidenav .search-wrapper {
    margin-bottom: 60px;
    margin-left: -77px;
    margin-right: -77px;
    padding: 0 77px 40px;
  }
}
@media screen and (min-width:1280px) {
  .sidenav .search-wrapper {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 70px;
  }
}
.search-page .search-wrapper {
  width: 90vw;
  max-width: 600px;
  margin: 0 auto 80px;
}
.tab-container .tabs-navigation {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font: 14px 'Open Sans', sans-serif;
  margin-top: 32px;
}
.tab-container .tabs-navigation .select__control {
  border: 1px solid #DF552A;
  min-height: 40px;
  border-radius: 5px;
  box-shadow: none;
}
.tab-container .tabs-navigation .select__control .select__indicator-separator {
  display: none;
}
.tab-container .tabs-navigation .select__control .select__value-container {
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
}
.tab-container .tabs-navigation .select__control .select__value-container .select__single-value {
  color: #DF552A;
}
@media screen and (min-width:768px) {
  .tab-container .tabs-navigation {
    font-size: 16px;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
  }
  .tab-container .tabs-navigation .navigation-label {
    margin: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #074151;
    color: #074151;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .tab-container .tabs-navigation .navigation-label.active {
    color: #DF552A;
    border-color: #DF552A;
  }
}
.list-articles.list-category {
  display: grid;
  grid-gap: 32px;
  width: 90vw;
  max-width: 1240px;
  margin: 0 auto 55px;
}
@media screen and (min-width:1280px) {
  .list-articles.list-category {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    margin: 0 auto 80px;
    grid-gap: 80px;
  }
}
.list-articles.list-category + .list-footer {
  margin-bottom: 55px;
}
@media screen and (min-width:1280px) {
  .list-articles.list-category + .list-footer {
    margin-bottom: 80px;
  }
}
.list-articles.list-persons {
  display: grid;
  width: 90vw;
  max-width: 804px;
  margin: 0 auto 35px;
  grid-gap: 35px;
}
@media screen and (min-width:1280px) {
  .list-articles.list-persons {
    grid-gap: 40px;
    margin: 0 auto 40px;
  }
}
.list-articles.list-persons + .list-footer {
  margin-bottom: 55px;
}
@media screen and (min-width:1280px) {
  .list-articles.list-persons + .list-footer {
    margin-bottom: 80px;
  }
}
.categorias-premiadas h2.content-subtitle {
  font-size: 14px;
  line-height: 19px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .categorias-premiadas h2.content-subtitle {
    font: 600 30px/41px 'Open Sans', sans-serif;
  }
}
.categorias-premiadas .list-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .categorias-premiadas .list-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) {
  .categorias-premiadas .list-wrapper .list-articles {
    flex-basis: 33.3333333%;
  }
}
@media screen and (min-width:768px) {
  .categorias-premiadas .list-wrapper .list-articles .teaser-article {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 24px;
  }
}
.categorias-premiadas .list-wrapper .list-articles .teaser-article .title {
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  padding: 24px 0;
}
.bloco-premio .list-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.bloco-premio .list-wrapper .teaser-article .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
}
@media screen and (min-width:768px) and (max-width:1365px) {
  .bloco-premio .list-wrapper {
    flex-wrap: wrap;
  }
  .bloco-premio .list-wrapper .list-articles:nth-child(-n+3) {
    flex-basis: calc(100% / 3);
  }
  .bloco-premio .list-wrapper .list-articles:nth-child(n+4) {
    flex-basis: calc(100% / 4);
  }
}
div[class*="g-CB-"] {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: right;
  margin-top: -10px;
}
.g-CB-pnt {
  display: none;
}
.g-CB-sic {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/310/145/d82e7a24-81ce-4529-a6b5-577e53e4e57a/SIC.svg");
  width: 42px;
  height: 20px;
}
.g-CB-expresso {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/2a5/418/4068f1be-6b38-48c7-9ef1-267d8926f3ad/EXPRESSO.svg");
  width: 90px;
  height: 20px;
}
.g-CB-sicnot {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/a32/15d/29869149-2008-4d8b-876d-23d830e4fef6/SIC-Noticias.svg");
  width: 60px;
  height: 20px;
}
.g-CB-vidaextra {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/cc0/9ee/191a5b69-f9a8-4460-9d41-b6bbb9330b22/VidaExtra.svg");
  width: 90px;
  height: 20px;
}
.g-CB-bcbm {
  background-image: url("//sdistribution.impresa.pt/data/content/binaries/971/f6d/6f9d255d-6231-439f-bb45-066ecc0bbee8/BCBM.svg");
  width: 120px;
  height: 20px;
}
.list-category .teaser-article .teaser-image:after {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: '';
  display: block;
  transform: none;
  width: 100%;
}
.list-category .teaser-article .authors-wrapper {
  display: none!important;
}
.list-persons .teaser-article .teaser-article-inner {
  display: flex;
}
@media screen and (min-width:1280px) {
  .list-persons .teaser-article .teaser-article-inner {
    align-items: center;
  }
}
.list-persons .teaser-article .teaser-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.list-persons .teaser-article .teaser-image img {
  border-radius: 50%;
}
@media screen and (min-width:1280px) {
  .list-persons .teaser-article .teaser-image {
    width: 194px;
    height: 194px;
    border-radius: 50%;
    overflow: hidden;
  }
  .list-persons .teaser-article .teaser-image img {
    border-radius: 50%;
  }
}
.list-persons .teaser-article .text-details {
  padding-left: 17px;
}
@media screen and (min-width:1280px) {
  .list-persons .teaser-article .text-details {
    padding-left: 50px;
  }
}
.list-persons .teaser-article .text-details .title {
  font: 600 14px/14px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #074151;
  margin: 0 0 18px;
  position: relative;
}
.list-persons .teaser-article .text-details .title a {
  color: #074151;
  transition-property: color;
  transition-duration: 0.3s;
}
.list-persons .teaser-article .text-details .title a:hover {
  color: rgba(7, 65, 81, 0.85);
}
.list-persons .teaser-article .text-details .title:after {
  content: '';
  display: block;
  width: 9px;
  height: 3px;
  background: #DF552A;
  position: absolute;
  bottom: -9px;
}
@media screen and (min-width:1280px) {
  .list-persons .teaser-article .text-details .title {
    font: 600 28px/38px 'Open Sans', sans-serif;
  }
}
.list-persons .teaser-article .text-details .author-profession,
.list-persons .teaser-article .text-details .lead {
  margin: 0;
  font: 400 14px/18px 'Open Sans', sans-serif;
  color: #074151;
}
.list-persons .teaser-article .text-details .author-profession a,
.list-persons .teaser-article .text-details .lead a {
  color: #074151;
  transition-property: color;
  transition-duration: 0.3s;
}
.list-persons .teaser-article .text-details .author-profession a:hover,
.list-persons .teaser-article .text-details .lead a:hover {
  color: rgba(7, 65, 81, 0.85);
}
@media screen and (min-width:1280px) {
  .list-persons .teaser-article .text-details .author-profession,
  .list-persons .teaser-article .text-details .lead {
    font: 400 18px/28px 'Open Sans', sans-serif;
  }
}
.full-article-body .g-video {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  position: relative;
}
.full-article-body .g-video video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.authors-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.authors-wrapper .author {
  font: 400 14px/1.35em 'Open Sans', sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  color: #888;
}
.authors-wrapper .author a {
  color: #888;
  transition-property: color;
  transition-duration: 0.3s;
}
.authors-wrapper .author a:hover {
  color: #626262;
}
.authors-wrapper .author .author-name {
  font-weight: 700;
}
.authors-wrapper .author .author-role {
  font-style: italic;
  font-size: 0.9em;
}
.authors-wrapper .author .author-contact {
  font-size: 1.1em;
}
.authors-wrapper .author::after {
  content: ", ";
  padding: 0 0.35em 0 0;
}
.authors-wrapper .author:nth-last-child(2)::after {
  content: " e ";
  padding: 0 0.35em;
}
.authors-wrapper .author:last-child::after {
  content: "";
  padding: 0;
}
.list-wrapper .list-header,
.list-wrapper .list-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.list-wrapper .follow-link {
  position: absolute;
  right: 0;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ccc;
  transition-property: color;
  transition-duration: 0.3s;
  background: #fff;
  padding-left: 0.5em;
}
.list-wrapper .follow-link:hover {
  color: #999999;
}
.boxed-section .list-wrapper .follow-link {
  background: #ddd;
}
.list-wrapper.boxed-list {
  background: #fff;
  padding: 24px;
  margin-bottom: 20px;
  border: solid 2px #444;
}
.list-wrapper.boxed-list .list-label::before {
  display: none;
}
.list-wrapper.boxed-list .list-label span {
  background: transparent;
}
.list-articles .teaser-article .article-link {
  display: none;
}
.list-articles .teaser-article .teaser-article-inner {
  position: relative;
  overflow: hidden;
}
.list-articles .teaser-article:hover .teaser-image img {
  opacity: 1;
}
.list-articles .teaser-article .category,
.list-articles .teaser-article .time-stamp {
  display: none;
}
.list-articles .teaser-article .authors-wrapper {
  display: inline-flex;
}
.list-articles .teaser-article .authors-wrapper {
  padding-right: 0.5em;
}
.list-articles .teaser-article .title {
  font: 700 16px/1.35em 'Open Sans', sans-serif;
  margin: 0.4em 0;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase;
}
.list-articles .teaser-article .lead {
  font: 400 15px/1.35em 'Noto Serif', serif;
  color: #4a4a4a;
  margin-top: 1em;
}
.list-articles .teaser-article.AT-opinion .text-details {
  display: flex;
  flex-direction: column;
}
.list-articles .teaser-article.AT-opinion .category,
.list-articles .teaser-article.AT-opinion .author {
  order: 0;
}
.list-articles .teaser-article.AT-opinion .author {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  flex-direction: column;
}
.list-articles .teaser-article.AT-opinion .author img {
  width: 30%;
  border-radius: 50%;
  margin: 0 auto 8px auto;
  overflow: hidden;
}
.list-articles .teaser-article.AT-opinion .author p {
  display: block;
}
.list-articles .teaser-article.AT-opinion .category {
  margin-bottom: 1em;
}
.list-articles .teaser-article.AT-opinion .title {
  order: 1;
  font-style: italic;
  font-weight: 300;
}
.list-articles .teaser-article.super-link .article-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-articles .teaser-article.super-link .teaser-article-inner {
  pointer-events: none;
}
.list-articles .teaser-article.super-link .teaser-article-inner a {
  pointer-events: initial;
}
.boxed-list .list-articles {
  margin-left: 0;
  display: block;
}
.boxed-list .list-articles li {
  padding: 0;
  min-width: 0;
}
.boxed-list .list-articles .teaser-article {
  border-top: solid 1px #eaeced;
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
}
.boxed-list .list-articles .first article {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.list-articles.list-latest {
  margin: 0 20px;
  border-top: 2px solid #DF552A;
}
.list-articles.list-latest .label {
  font: 300 30px/1.2em 'Open Sans', sans-serif;
  color: #DF552A;
  margin: 40px 0 20px 0;
}
@media screen and (min-width:768px) {
  .list-articles.list-latest .label {
    font-size: 40px;
    margin: 50px 0 30px 0;
  }
}
.list-articles.list-latest .teaser-image:before {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  border-radius: 0;
  content: "";
  left: 0;
  transform: initial;
  display: block;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width:768px) {
  .list-articles.list-latest .teaser-image:before {
    height: 8px;
  }
}
.list-articles.list-top {
  counter-reset: topCounter;
}
.list-articles.list-top .text-details::before {
  width: 1em;
  float: left;
  counter-increment: topCounter;
  content: counter(topCounter);
  font: 300 60px/0.75em 'Noto Serif', serif;
  text-align: right;
  color: #444;
  padding-right: 0.25em;
  letter-spacing: -0.125em;
}
.list-articles.list-top .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  overflow: hidden;
  color: #555;
  padding-top: 4px;
}
.list-articles.list-top .title a {
  color: #555;
  transition-property: color;
  transition-duration: 0.3s;
}
.list-articles.list-top .title a:hover {
  color: #000000;
}
.slider {
  position: relative;
}
.slider .slider-list {
  transition: height 0.3s;
}
.slider .slider-control-topleft {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 2) / 3);
  position: absolute;
  pointer-events: none;
}
.slider figure {
  margin-bottom: 0;
}
.slider figure figcaption {
  width: 100%;
}
.slider picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
}
.slider img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slider .picture-details {
  display: flex;
  position: relative;
}
.slick-wrapper {
  overflow: visible;
  position: relative;
}
.slick-wrapper .slick-list {
  transition: height 0.3s;
  z-index: 1;
}
.slick-wrapper .slick-arrow,
.slick-wrapper .slider-summary,
.slick-wrapper picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 2) / 3);
}
.slick-wrapper figure {
  margin-bottom: 0;
}
.slick-wrapper picture {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3e3e3;
}
.slick-wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slick-wrapper .picture-details {
  display: flex;
  position: relative;
}
.slider .icon-previous,
.slider .icon-next,
.slider .icon-resize-full {
  font-size: 20px;
  pointer-events: initial;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  background: #f8f8f8;
  width: 45px;
  height: 45px;
}
.slider .icon-previous:hover,
.slider .icon-next:hover,
.slider .icon-resize-full:hover {
  color: #fff;
}
@media screen and (min-width:1440px) {
  .slider .icon-previous,
  .slider .icon-next,
  .slider .icon-resize-full {
    width: 80px;
    height: 80px;
  }
}
.slider .icon-previous {
  left: 0;
}
.slider .icon-next {
  right: 0;
}
.slider .icon-resize-full {
  top: 0;
  right: 0;
  transform: none;
}
.slider figure figcaption {
  margin-left: 13%;
  padding: 20px 0 20px 0;
}
@media screen and (min-width:768px) {
  .slider figure figcaption {
    margin-left: 15%;
  }
}
.slider figure figcaption .caption {
  color: #00586C;
  font: normal 12px/17px 'Open Sans', sans-serif;
}
@media screen and (min-width:1440px) {
  .slider figure figcaption .caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.slider figure figcaption .credits {
  color: #074151;
  font: normal 10px/14px 'Open Sans', sans-serif;
}
@media screen and (min-width:1440px) {
  .slider figure figcaption .credits {
    font-size: 12px;
    line-height: 17px;
  }
}
.slider .slider-summary {
  pointer-events: initial;
  position: absolute;
  top: 84.5%;
  left: 2%;
  font: 800 12px/17px 'Open Sans', sans-serif;
  color: #00586C;
  padding: 16px;
  text-shadow: 0 0 5px #fff;
}
@media screen and (min-width:768px) {
  .slider .slider-summary {
    padding: 20px;
    left: 0;
  }
}
@media screen and (min-width:1440px) {
  .slider .slider-summary {
    padding-left: 80px;
    font-size: 16px;
    line-height: 22px;
  }
  .slider .slider-summary:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #DF552A;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slider .slider-summary:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid white;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 12px;
  }
}
.slider .slider-summary .current-slide {
  color: #00586C;
  padding-right: 0.15em;
}
.slider .slider-summary .current-slide:after {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}
.slick-wrapper .slick-arrow {
  position: absolute;
  height: 0;
  top: 0;
  transform: translate(0);
  pointer-events: none;
  z-index: 2;
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.slick-wrapper .slick-arrow:hover {
  color: #fff;
}
.slick-wrapper .slick-arrow::before {
  display: inline-block;
  font: normal normal normal 16px/1 "icons-pnt";
  font-size: 32px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  speak: none;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  opacity: 1;
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: initial;
}
.slick-wrapper .slick-prev,
.slick-wrapper .slick-prev::before {
  left: 0;
}
.slick-wrapper .slick-next,
.slick-wrapper .slick-next::before {
  right: 0;
}
.slick-wrapper figure figcaption {
  margin-left: 13%;
  padding: 20px 0 20px 0;
}
@media screen and (min-width:768px) {
  .slick-wrapper figure figcaption {
    margin-left: 15%;
  }
}
.slick-wrapper figure figcaption .caption {
  color: #00586C;
  font: normal 12px/17px 'Open Sans', sans-serif;
}
@media screen and (min-width:1440px) {
  .slick-wrapper figure figcaption .caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.slick-wrapper figure figcaption .credits {
  color: #074151;
  font: normal 10px/14px 'Open Sans', sans-serif;
}
@media screen and (min-width:1440px) {
  .slick-wrapper figure figcaption .credits {
    font-size: 12px;
    line-height: 17px;
  }
}
.slick-wrapper .slider-summary {
  display: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.slick-wrapper .slider-summary .slider-summary-inner {
  position: absolute;
  top: 100%;
  left: 0;
  font: 800 12px/1.35em 'Open Sans', sans-serif;
  color: #00586C;
  padding: 16px;
  text-shadow: 0 0 5px #fff;
}
@media screen and (min-width:768px) {
  .slick-wrapper .slider-summary .slider-summary-inner {
    padding: 20px;
  }
}
@media screen and (min-width:1440px) {
  .slick-wrapper .slider-summary .slider-summary-inner {
    padding-left: 80px;
    font-size: 16px;
  }
  .slick-wrapper .slider-summary .slider-summary-inner:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #DF552A;
    position: absolute;
    top: 0;
    left: 0;
  }
  .slick-wrapper .slider-summary .slider-summary-inner:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid white;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 12px;
  }
}
.slick-wrapper .slider-summary .current-slide {
  color: #00586C;
  padding-right: 0.15em;
}
.slick-wrapper .slider-summary .splitter::before {
  content: "/";
}
.full-article {
  margin: -20px 20px 20px 20px;
  padding-top: 20px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .full-article {
    max-width: 680px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1280px) {
  .full-article {
    max-width: 1240px;
  }
}
@media screen and (max-width:1439px) {
  .full-article .full-article-header .slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw!important;
  }
}
.full-article .full-article-header {
  margin: 60px auto 20px auto;
}
.full-width .full-article .full-article-body {
  padding: 0;
}
.full-article .list-articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 40px;
  padding-top: 40px;
}
@media screen and (min-width:768px) {
  .full-article .list-articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width:1280px) {
  .full-article .list-articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width:768px) {
  .full-article .authors-wrapper,
  .full-article .full-article-body,
  .full-article .article-footer,
  .full-article .article-related {
    padding: 0 80px;
  }
}
.full-article figure {
  margin-bottom: 20px;
}
.full-article figure figcaption {
  padding: 16px 0 20px 0;
  border-bottom: solid 1px #888;
  font: 400 12px/1.35em 'Open Sans', sans-serif;
  color: #000;
}
@media screen and (min-width:768px) {
  .full-article figure figcaption {
    font-size: 16px;
  }
}
.full-article figure figcaption .caption,
.full-article figure figcaption .credits {
  display: inline;
  color: #00586C;
}
.full-article figure figcaption .credits {
  text-transform: uppercase;
  color: #074151;
}
.full-article figure figcaption .caption + .credits::before {
  content: "/ ";
  font-weight: 400;
  padding: 0 0.5em;
}
@media screen and (max-width:479px) {
  .full-article figure.placement-oversize figcaption {
    margin: 0 20px;
  }
}
.full-article figure.full-width figcaption {
  margin: 0 20px;
}
@media screen and (min-width:1024px) {
  .full-article figure.full-width figcaption {
    width: 90vw;
    max-width: 1240px;
  }
}
.full-article .category {
  font: 600 13px/1.2em 'Open Sans', sans-serif;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  color: #DF552A;
}
.full-article .category a {
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
}
.full-article .category a:hover {
  color: rgba(223, 85, 42, 0.85);
}
.full-article .category:before {
  display: block;
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: "";
  left: 0;
  transform: initial;
  width: 210px;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .full-article .category:before {
    height: 8px;
    width: 334px;
  }
}
@media screen and (min-width:768px) {
  .full-article .category {
    font-size: 20px;
    margin-top: 32px;
  }
}
.full-article .category a {
  display: inline-block;
}
.full-article .time-stamp,
.full-article .authors-wrapper {
  display: inline-flex;
}
@media screen and (min-width:768px) {
  .full-article .placement-centered {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-left,
  .full-article .placement-right {
    margin-top: 0.35em;
    width: 50%;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width:768px) {
  .full-article .placement-right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
.full-article .placement-oversize {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.full-article .placement-oversize figcaption,
.full-article .placement-oversize .picture-details {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width:768px) {
  .full-article .placement-oversize figcaption,
  .full-article .placement-oversize .picture-details {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (min-width:1280px) {
  .full-article .placement-oversize figcaption,
  .full-article .placement-oversize .picture-details {
    margin-left: 140px;
    margin-right: 140px;
  }
}
@media screen and (min-width:1440px) {
  .full-article .placement-oversize figcaption,
  .full-article .placement-oversize .picture-details {
    max-width: 1080px;
    margin: auto;
  }
}
.full-article .authors-wrapper {
  justify-content: center;
  padding-right: 0.5em;
}
.full-article .authors-wrapper .author {
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.full-article .authors-wrapper .author a {
  color: #000;
  transition-property: color;
  transition-duration: 0.3s;
}
.full-article .authors-wrapper .author a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.full-article .authors-wrapper .author .author-image {
  border: 1px solid #DF552A;
  border-radius: 50%;
  margin-right: 10px;
  width: 46px;
  height: 46px;
}
@media screen and (min-width:768px) {
  .full-article .authors-wrapper .author .author-image {
    width: 84px;
    height: 84px;
  }
}
.full-article .authors-wrapper .author .author-image img {
  padding: 3px;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.full-article .authors-wrapper .author .author-details .author-name {
  font: 700 11px/1.5em 'Open Sans', sans-serif;
  color: #00586C;
  text-transform: uppercase;
}
.full-article .authors-wrapper .author .author-details .author-role {
  font: 300 12px/1.2em 'Open Sans', sans-serif;
  color: #444;
  text-transform: none;
}
.full-article .title {
  font: 400 22px/1.2em 'Open Sans', sans-serif;
  color: #000;
  margin: 0.5em 0;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .full-article .title {
    font-size: 38px;
  }
}
@media screen and (min-width:1024px) {
  .full-article .title {
    font-size: 42px;
  }
}
.full-article .lead {
  font: 400 18px/1.3em 'Open Sans', sans-serif;
  color: #00586C;
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .full-article .lead {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.full-article iframe {
  max-width: 100%;
}
.full-article .full-article-body {
  font: 400 16px/1.6em 'Noto Serif', serif;
  color: #000;
}
@media screen and (min-width:768px) {
  .full-article .full-article-body {
    font-size: 22px;
  }
}
.full-article .full-article-body > * {
  margin-bottom: 1.5em;
}
.full-article .CT-html > * {
  margin-bottom: 1.5em;
}
.full-article .CT-html a {
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
  border-bottom: 1px solid #DF552A;
  margin: 0 0.25em;
  padding-bottom: 0.1em;
  transition: color 0.3s;
}
.full-article .CT-html a:hover {
  color: rgba(223, 85, 42, 0.8);
}
.full-article .CT-html a:hover {
  border-bottom: 1px solid transparent;
}
.full-article .CT-html h2,
.full-article .CT-html h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.full-article .CT-html h2 {
  color: #DF552A;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (min-width:768px) {
  .full-article .CT-html h2 {
    font-size: 32px ;
  }
}
.full-article .CT-html h3 {
  color: black;
  font-size: 16px;
}
@media screen and (min-width:768px) {
  .full-article .CT-html h3 {
    font-size: 24px ;
  }
}
.full-article .CT-html .highlight {
  font: 300 24px/1.2em 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 1em 0;
  margin: 20px;
  border-top: solid 2px #444;
  border-bottom: solid 2px #444;
}
.full-article .CT-html blockquote {
  font-style: italic;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  color: #DF552A;
  padding: 0 12%;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3.5em;
}
.full-article .CT-html blockquote::before,
.full-article .CT-html blockquote::after {
  font-weight: 600;
  font-size: 1em;
  position: relative;
  display: inline-block;
  height: 0;
  color: rgba(223, 85, 42, 0.8);
  z-index: -1;
}
.full-article .CT-html blockquote::before {
  content: "“";
  transform: translate(-0.05em, 0.45em);
}
.full-article .CT-html blockquote::after {
  content: "”";
  position: absolute;
  transform: translate(0, 0.3em);
}
.full-article .g-video video {
  width: 100%;
  background-color: #000000;
}
.full-article .article-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.full-article .share-buttons {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 2;
  margin: 0;
  left: 0;
  float: left;
}
.full-article .share-buttons ul {
  padding: 0;
  background: transparent;
  width: 210px;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width:768px) {
  .full-article .share-buttons ul {
    width: 334px ;
  }
}
.full-article .share-buttons ul li {
  display: block;
}
.full-article .share-buttons ul li:last-child {
  display: none;
}
.full-article .share-buttons ul .icon {
  background: transparent;
  color: #00586C;
}
.full-article .time-stamp {
  margin-top: 20px;
  font: 400 12px/1.2em 'Open Sans', sans-serif;
  color: #444;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.full-article .time-stamp:before {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: "";
  left: 0;
  transform: initial;
  width: 210px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) {
  .full-article .time-stamp:before {
    width: 334px;
    height: 8px;
  }
}
.full-article .read-more-button-wrapper {
  position: relative;
}
.full-article .read-more-button-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  background: linear-gradient(to top, #fff 0, #fff 40px, transparent 100%);
  z-index: 1;
  margin: 0 -20px;
}
@media screen and (min-width:768px) {
  .full-article .read-more-button-wrapper::after {
    margin: 0 -40px;
  }
}
@media screen and (min-width:1280px) {
  .full-article .read-more-button-wrapper::after {
    margin: 0 -80px;
  }
}
.full-article .storify-content .sample-content {
  background: #ccc;
  font: italic 300 22px/10em 'Open Sans', sans-serif;
  text-align: center;
  display: block;
}
.full-article .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((100% * 9) / 16);
}
.full-article .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-related {
  margin-top: 56px;
}
.article-related .list-header {
  align-items: flex-start;
}
@media screen and (min-width:768px) {
  .article-related .list-articles li {
    flex-grow: 0;
    min-width: 50%;
  }
}
@media screen and (min-width:1280px) {
  .article-related .list-articles li {
    min-width: 33.333%;
  }
}
.article-related .list-articles .teaser-article-inner .title {
  font: 600 14px/1.2em 'Open Sans', sans-serif;
  color: #000;
  margin: 0;
}
@media screen and (min-width:768px) {
  .article-related .list-articles .teaser-article-inner .title {
    font-size: 20px;
  }
}
.author-page-header {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:1280px) {
  .author-page-header {
    align-items: center;
    flex-direction: column;
  }
}
.author-page-header .author-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
@media screen and (min-width:1280px) {
  .author-page-header .author-image {
    margin-bottom: 48px;
    width: 194px;
    height: 194px;
  }
}
.author-page-header .author-image img {
  border-radius: 50%;
}
.author-page-header .author-details {
  padding-left: 17px;
  overflow: hidden;
}
@media screen and (min-width:1280px) {
  .author-page-header .author-details {
    max-width: 60%;
    text-align: center;
  }
}
.author-page-header .author-name {
  color: #074151;
  font: 600 14px/14px 'Open Sans', sans-serif;
  margin: 0 0 18px;
  text-transform: uppercase;
}
@media screen and (min-width:1280px) {
  .author-page-header .author-name {
    font-weight: bold;
    font-size: 16px;
  }
}
.author-page-header .author-name:after {
  content: '';
  display: block;
  width: 9px;
  height: 3px;
  background: #DF552A;
  position: relative;
  bottom: -9px;
}
@media screen and (min-width:1280px) {
  .author-page-header .author-name:after {
    left: 50%;
    transform: translate(-50%);
  }
}
.author-page-header .author-profession,
.author-page-header .g-author-lead,
.author-page-header .g-author-body {
  color: #4A5661;
  font: 400 14px/18px 'Open Sans', sans-serif;
  margin-bottom: 12px;
}
@media screen and (min-width:1280px) {
  .author-page-header .author-profession,
  .author-page-header .g-author-lead,
  .author-page-header .g-author-body {
    padding-top: 10px;
  }
}
.error-page {
  margin: 0 auto;
}
.error-page .search-wrapper {
  max-width: 80%;
  margin: 56px auto;
}
@media screen and (min-width:1024px) {
  .error-page .search-wrapper {
    max-width: 50%;
  }
}
.error-page .search-wrapper:after {
  margin-top: 56px;
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  border-radius: 0;
  content: "";
  left: 0;
  transform: initial;
  display: block;
  bottom: 0;
  width: 100%;
}
.error-page-wrapper {
  background: no-repeat bottom right;
  background-size: contain;
  padding: 0 20px;
}
@media screen and (min-width:480px) {
  .error-page-wrapper {
    padding: 0;
  }
}
.error-page-wrapper .error-message {
  text-align: center;
  font: 300 40px/1.2em 'Open Sans', sans-serif;
  letter-spacing: 0.4px;
  color: #DF552A;
  padding: 40px 0;
}
@media screen and (min-width:480px) {
  .error-page-wrapper .error-message {
    font-size: 16px;
  }
}
@media screen and (min-width:1024px) {
  .error-page-wrapper .error-message {
    font-size: 40px;
    width: 55%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width:1366px) {
  .error-page-wrapper .error-message {
    font-size: 40px;
  }
}
.error-page-wrapper .error-pretitle {
  font-size: 3em;
}
.error-page-wrapper .error-title {
  font: 300 40px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.error-page-wrapper .error-description {
  color: #00586C;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 32px;
}
.ad-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.ad-container::before {
  content: 'Publicidade';
  display: block;
  font: 500 12px/1 'Open Sans', sans-serif;
  color: #555;
  text-transform: uppercase;
  position: absolute;
  top: -16px;
  left: 0;
}
.ad-container .ad-container-inner {
  width: 300px;
  flex-shrink: 0;
}
.ad-container.ad-container-in-list {
  width: auto;
  margin: 0 auto;
}
.homepage-articles {
  display: grid;
  grid-gap: 32px;
  width: 100%;
  margin: 32px auto;
}
@media screen and (min-width:768px) {
  .homepage-articles {
    width: 83.98%;
  }
}
@media screen and (min-width:1280px) {
  .homepage-articles {
    width: 86.11%;
    margin: 60px auto;
    grid-gap: 80px;
  }
}
.homepage-articles:not(.item-count-1) {
  width: 88.53%;
}
@media screen and (min-width:768px) {
  .homepage-articles:not(.item-count-1) {
    width: 83.98%;
  }
}
@media screen and (min-width:1280px) {
  .homepage-articles:not(.item-count-1) {
    width: 86.11%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.homepage-articles.item-count-1 .default:after,
.homepage-articles.item-count-1 .isolated:after,
.homepage-articles.item-count-1 .default:before,
.homepage-articles.item-count-1 .isolated:before {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: '';
  display: block;
  transform: none;
  width: 100%;
}
.homepage-articles.item-count-1 .default .text-details,
.homepage-articles.item-count-1 .isolated .text-details {
  padding: 16px;
}
.homepage-articles.item-count-1 .default .text-details .title,
.homepage-articles.item-count-1 .isolated .text-details .title {
  text-transform: uppercase;
}
@media screen and (min-width:1280px) {
  .homepage-articles.item-count-1 .default .teaser-article-inner,
  .homepage-articles.item-count-1 .isolated .teaser-article-inner {
    display: flex;
    flex: 1 1 0;
  }
  .homepage-articles.item-count-1 .default .teaser-article-inner .teaser-image,
  .homepage-articles.item-count-1 .isolated .teaser-article-inner .teaser-image,
  .homepage-articles.item-count-1 .default .teaser-article-inner .text-details,
  .homepage-articles.item-count-1 .isolated .teaser-article-inner .text-details {
    width: 50%;
  }
  .homepage-articles.item-count-1 .default .teaser-article-inner .text-details,
  .homepage-articles.item-count-1 .isolated .teaser-article-inner .text-details {
    align-self: center;
    padding: 16px 40px;
  }
}
.homepage-articles.item-count-1 .default .text-details .title,
.homepage-articles.item-count-1 .headline .text-details .title,
.homepage-articles.item-count-1 .quote .text-details .title,
.homepage-articles.item-count-1 .isolated .text-details .title {
  font: 600 18px/26px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #074151;
}
.homepage-articles.item-count-1 .default .text-details .title a,
.homepage-articles.item-count-1 .headline .text-details .title a,
.homepage-articles.item-count-1 .quote .text-details .title a,
.homepage-articles.item-count-1 .isolated .text-details .title a {
  color: #074151;
  transition-property: color;
  transition-duration: 0.3s;
}
.homepage-articles.item-count-1 .default .text-details .title a:hover,
.homepage-articles.item-count-1 .headline .text-details .title a:hover,
.homepage-articles.item-count-1 .quote .text-details .title a:hover,
.homepage-articles.item-count-1 .isolated .text-details .title a:hover {
  color: rgba(7, 65, 81, 0.85);
}
@media screen and (min-width:1280px) {
  .homepage-articles.item-count-1 .default .text-details .title,
  .homepage-articles.item-count-1 .headline .text-details .title,
  .homepage-articles.item-count-1 .quote .text-details .title,
  .homepage-articles.item-count-1 .isolated .text-details .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.homepage-articles:not(.item-count-1) .default .text-details {
  padding: 16px 0;
}
.homepage-articles:not(.item-count-1) .default .teaser-image:after {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: '';
  display: block;
  transform: none;
  width: 100%;
}
.super-headline .text-details {
  margin: 0.5em 1.6em 0.5em calc((100% - 88.53%) / 2);
  text-align: left;
}
.super-headline .text-details div[class*="g-CB-"] {
  display: none;
}
.super-headline .text-details .title {
  font: 600 18px/1.25em 'Open Sans', sans-serif;
  width: auto;
  display: block;
  color: #074151;
  text-transform: uppercase;
}
.super-headline .text-details .title a {
  color: #074151;
  transition-property: color;
  transition-duration: 0.3s;
}
.super-headline .text-details .title a:hover {
  color: #031b22;
}
.super-headline .text-details .lead {
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .super-headline .text-details {
    background-color: rgba(7, 65, 81, 0.8);
    margin: 0 1.6em 0 calc((100% - 83.98%) / 2);
    max-width: 600px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .super-headline .text-details .title {
    font-size: 30px;
    font-weight: 700;
    margin: 20px;
    text-align: left;
    color: #fff;
  }
  .super-headline .text-details .title a {
    color: #fff;
    transition-property: color;
    transition-duration: 0.3s;
  }
  .super-headline .text-details .title a:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  .super-headline .text-details .lead {
    display: none;
  }
}
@media screen and (min-width:1440px) {
  .super-headline .text-details {
    margin: 0 1.6em 0 calc((100% - 86.11%) / 2);
  }
}
.headline .text-details {
  text-align: center;
  padding: 16px;
}
@media screen and (min-width:1440px) {
  .headline .text-details {
    max-width: 800px;
    margin: 0 auto;
  }
}
.headline .text-details .lead {
  font-size: 14px;
}
@media screen and (min-width:1440px) {
  .headline .text-details .lead {
    font-size: 15px;
  }
}
.headline:after {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  content: '';
  display: block;
}
.quote {
  border-color: #BFC0BF;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  width: 88.53%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .quote {
    width: 100%;
  }
}
.quote:after {
  background-image: repeating-linear-gradient(to right, #F7C127, #F7C127 14.3%, #DF552A 14.3%, #DF552A 28.6%, #D71920 28.6%, #D71920 42.9%, #BFC0BF 42.9%, #BFC0BF 57.2%, #4BAE4C 57.2%, #4BAE4C 71.5%, #36B4D9 71.5%, #36B4D9 85.8%, #00586C 85.8%, #00586C 100%);
  height: 5px;
  left: 50%;
  transform: translate(50%);
  width: 50%;
  display: block;
  content: '';
  left: 0;
  transform: none;
  width: 100%;
}
.quote .teaser-article-inner {
  padding: 20px;
}
@media screen and (min-width:1280px) {
  .quote .teaser-article-inner {
    padding: 40px;
  }
}
.quote .teaser-article-inner .text-details {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
@media screen and (min-width:1280px) {
  .quote .teaser-article-inner .text-details {
    padding: 0 20%;
  }
}
.quote .teaser-article-inner .text-details .title {
  padding: 0 40px;
}
@media screen and (min-width:1280px) {
  .quote .teaser-article-inner .text-details .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.quote .teaser-article-inner .text-details .lead {
  color: #DF552A;
  font: 600 italic 20px/28px 'Open Sans', sans-serif;
  margin-top: 0;
}
@media screen and (min-width:1280px) {
  .quote .teaser-article-inner .text-details .lead {
    font-size: 28px;
    line-height: 34px;
  }
}
.quote .teaser-article-inner .text-details .lead:before,
.quote .teaser-article-inner .text-details .lead:after {
  content: '"';
  display: block;
  text-align: center;
}
.quote .teaser-image {
  display: none;
}
.content-slider {
  width: 90vw;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 56px;
  padding-bottom: 80px;
  min-height: 50px;
}
.main-container .content-slider {
  position: relative;
}
.content-slider .slider-frame {
  width: 90%;
  margin: 0 auto !important;
}
.content-slider .slider-frame .slider-slide .teaser-article-inner {
  display: flex;
  flex-direction: column;
}
.content-slider .slider-frame .slider-slide .teaser-article-inner .teaser-image picture {
  background: none;
}
.content-slider .slider-frame .slider-slide .teaser-article-inner .teaser-image picture img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.content-slider .slider-frame .slider-slide .teaser-article-inner .title {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #074151;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 56px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.content-slider .slider-frame .slider-slide .teaser-article-inner .title::after {
  background: #F15D22;
  content: '';
  display: block;
  height: 3px;
  width: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-slider .slider-frame .slider-slide .teaser-article-inner .lead {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #4A5661;
  font-size: 14px;
  line-height: 18px;
  padding: 0 16px;
}
.content-slider .slider-control-centerleft,
.content-slider .slider-control-centerright {
  background: none;
  width: auto;
  height: auto;
}
.content-slider .slider-control-centerleft button,
.content-slider .slider-control-centerright button {
  background: transparent;
}
.content-slider .slider-pagination {
  list-style: none;
  position: relative;
  padding: 0;
}
.content-slider .slider-pagination .paging-item {
  list-style-type: none;
  display: inline-block;
  padding: 20px 10px;
}
.content-slider .slider-pagination .paging-item .dot {
  background-color: #99A9B3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.content-slider .slider-pagination .paging-item.active .dot {
  background-color: #DF552A;
}
.content-slider {
  padding-top: 56px;
  padding-bottom: 80px;
}
.content-slider .slick-list {
  width: 90%;
  margin: 0 auto;
}
.content-slider .slick-list .slick-slide .teaser-article-inner {
  display: flex;
  flex-direction: column;
}
.content-slider .slick-list .slick-slide .teaser-article-inner .teaser-image {
  display: flex;
  justify-content: center;
}
.content-slider .slick-list .slick-slide .teaser-article-inner .teaser-image picture {
  background: none;
}
.content-slider .slick-list .slick-slide .teaser-article-inner .teaser-image picture img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.content-slider .slick-list .slick-slide .teaser-article-inner .title {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #074151;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 56px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.content-slider .slick-list .slick-slide .teaser-article-inner .title::after {
  background: #F15D22;
  content: '';
  display: block;
  height: 3px;
  width: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content-slider .slick-list .slick-slide .teaser-article-inner .author-profession {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #4A5661;
  font-size: 14px;
  line-height: 18px;
  padding: 0 16px;
}
.content-slider .slick-arrow.slick-prev,
.content-slider .slick-arrow.slick-next {
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  margin: 0 20px;
}
.content-slider .slick-arrow.slick-prev:before,
.content-slider .slick-arrow.slick-next:before {
  color: black;
  font-size: 25px;
  font-family: inherit;
}
.content-slider .slick-arrow.slick-prev {
  left: 0;
}
.content-slider .slick-arrow.slick-next {
  right: 0;
}
.content-slider .slick-dots {
  bottom: 0;
}
.content-slider .slick-dots li {
  padding: 20px 10px;
  width: auto;
  height: auto;
  margin: 0;
  cursor: inherit;
}
.content-slider .slick-dots li.slick-active button {
  background-color: #DF552A;
}
.content-slider .slick-dots li button {
  background-color: #99A9B3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.content-slider .slick-dots li button:before {
  display: none;
}
.hide-xs {
  display: none;
}
@media screen and (min-width:768px) {
  .hide-xs {
    display: block;
  }
}
.content {
  width: 90vw;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.main-container-inner .content {
  position: relative;
}
.content.top-border {
  border-top: 2px solid #DF552A;
}
.content.top-gutter {
  margin-top: 60px;
}
.content.bottom-gutter {
  margin-bottom: 40px;
}
@media screen and (min-width:1024px) {
  .content.bottom-gutter {
    margin-bottom: 60px;
  }
}
.content .content-title {
  border-bottom: 0;
  font: 300 30px/1.2em 'Open Sans', sans-serif;
  color: #DF552A;
  margin: 40px 0 20px 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width:768px) {
  .content .content-title {
    font-size: 40px;
    margin: 50px 0 30px 0;
  }
}
.content .content-description {
  font: 14px/20px 'Open Sans', sans-serif;
  margin: 0 auto;
  max-width: 90%;
  color: #074151;
  text-align: center;
}
@media screen and (min-width:768px) {
  .content .content-description {
    font: 18px/26px 'Open Sans', sans-serif;
  }
}
.content .content-description a {
  color: #DF552A;
  transition-property: color;
  transition-duration: 0.3s;
}
.content .content-description a:hover {
  color: rgba(223, 85, 42, 0.85);
}
.content .content-subtitle {
  font: 600 30px/1.2em 'Open Sans', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #DF552A;
  margin-top: 80px;
  margin-bottom: 16px;
}
.links-premio {
  margin: 40px 0 72px 0;
  color: #fff;
}
@media screen and (min-width:768px) {
  .links-premio {
    margin-top: 72px;
  }
}
.links-premio a {
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
}
.links-premio a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.links-premio ul {
  margin-left: -12px;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .links-premio ul {
    flex-direction: row;
  }
  .links-premio ul li {
    width: 50%;
  }
  .links-premio ul li span:after {
    content: '\f178';
    display: inline-block;
    font: normal normal normal 16px/1 "icons-pnt";
    font-size: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    speak: none;
    display: block;
    margin-top: 15px;
  }
}
@media screen and (min-width:1280px) {
  .links-premio ul li {
    width: 25%;
  }
}
.links-premio ul li {
  margin: 0;
  padding: 0 0 12px 12px;
}
.links-premio ul li a {
  width: 100%;
  height: 140px;
  justify-content: center;
  background: #DF552A;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}
.links-premio ul li a:hover {
  background: #d0491f;
}
.links-premio ul li:nth-child(1) a {
  background-color: #F7C127;
}
.links-premio ul li:nth-child(1) a:hover {
  background: #f6ba0e;
}
.links-premio ul li:nth-child(3) a {
  background-color: #D71920;
}
.links-premio ul li:nth-child(3) a:hover {
  background: #c0161d;
}
.links-premio ul li:nth-child(4) a {
  background-color: #00586C;
}
.links-premio ul li:nth-child(4) a:hover {
  background: #004352;
}

