@charset "UTF-8";
::-moz-selection {
  background: #32b7d8;
}
::selection {
  background: #32b7d8;
}
html {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  color: #222;
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}
body {
  -webkit-overflow-scrolling: touch;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
caption,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th {
  font-weight: 400;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
li {
  list-style: none;
  position: relative;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
}
.ie9 img[src*=".svg"] {
  width: 100%;
  max-width: 100%;
}
img[src*=".svg"] {
  width: 100%;
  max-width: 100%;
}
a img {
  border: 0;
}
td,
th {
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address {
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
pre,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: Lora;
  src: url(../fonts/lora/lora-regular-webfont.woff2) format("woff2"),
    url(../fonts/lora/lora-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lora;
  src: url(../fonts/lora/lora-italic-webfont.woff2) format("woff2"),
    url(../fonts/lora/lora-italic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lora;
  src: url(../fonts/lora/lora-bolditalic-webfont.woff2) format("woff2"),
    url(../fonts/lora/lora-bolditalic-webfont.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lora;
  src: url(../fonts/lora/lora-bold-webfont.woff2) format("woff2"),
    url(../fonts/lora/lora-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/roboto-thin-webfont.woff2) format("woff2"),
    url(../fonts/roboto/roboto-thin-webfont.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/roboto-light-webfont.woff2) format("woff2"),
    url(../fonts/roboto/roboto-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/roboto-regular-webfont.woff2) format("woff2"),
    url(../fonts/roboto/roboto-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/roboto-medium-webfont.woff2) format("woff2"),
    url(../fonts/roboto/roboto-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/roboto-bold-webfont.woff2) format("woff2"),
    url(../fonts/roboto/roboto-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.subtitle,
.subtitle a {
  font: 700 13px Roboto;
  color: #33b7d8;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.subtitle a a:hover,
.subtitle a:hover {
  color: rgba #33b7d8, 0.6;
}
.subtitle--center {
  text-align: center;
}
.paragraph {
  font: 400 16px/22px Roboto;
  color: #444;
}
.article-author {
  font: 400 14px/22px Roboto;
  color: #989898;
  margin-bottom: 12px;
}
.article-author a {
  color: #989898 !important;
}
.article-author a:hover {
  color: rgba(152, 152, 152, 0.8) !important;
  text-decoration: none;
}
.Tag .article-author {
  margin-bottom: 6px;
}
.section--bgBlue .article-author,
.section--bgBlue .article-author a {
  color: #fff !important;
}
.section--bgBlue .article-author a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
}
.article-author:last-child {
  margin-bottom: 0;
}
.title-section {
  font: 38px/40px Lora;
}
.title-section--m {
  font: 44px/46px Lora;
}
.title-section--l {
  font: 48px/50px Lora;
}
.title-section--decoration {
  position: relative;
}
.title-section--decoration:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 60px;
  height: 1px;
  background: #32b7d8;
}
.title-section--decoration--white:after {
  background: #fff;
}
.title-0 {
  font: 30px/32px Lora;
  margin-bottom: 15px;
}
.title-0 a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-0 {
    font: 28px/30px Lora;
  }
}
.title-1 {
  font: 44px/46px Lora;
  margin-bottom: 15px;
}
.title-1 a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-1 {
    font: 38px/42px Lora;
  }
}
.title-2 {
  font: 34px/38px Lora;
  margin-bottom: 15px;
}
.title-2 a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-2 {
    font: 32px/36px Lora;
  }
}
.title-3 {
  font: 28px/30px Lora;
  margin-bottom: 15px;
}
.title-3 a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-3 {
    font: 26px/28px Lora;
  }
}
.title-4,
.title-direct {
  font: 24px/28px Lora;
  margin-bottom: 15px;
}
.title-4 a:hover,
.title-direct a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-4,
  .title-direct {
    font: 22px/26px Lora;
  }
}
.title-5 {
  font: 20px/24px Lora;
  margin-bottom: 4px;
}
.title-5 a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-5 {
    font: 18px/22px Lora;
  }
}
.is-bold {
  font-weight: 700;
}
.is-italic {
  font-style: italic;
}
.title-tag {
  font: 700 38px/42px Lora;
  margin-bottom: 15px;
}
.title-opinion {
  font: italic 400 34px/38px Lora;
  margin-bottom: 15px;
}
.title-opinion a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 759px) {
  .title-opinion {
    font: italic 400 29px/32px Lora;
  }
}
.tag-sponsorship {
  margin-bottom: 6px;
  font: 700 10px Roboto;
  color: #fff;
  display: inline-block;
  background: #b9b7b8;
  border: 1px solid #afafaf;
  padding: 2px 4px;
}
.section-title {
  font: 700 32px/38px Lora;
  margin: 42px 0 34px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #32b7d8;
}
@media (max-width: 980px) {
  .section-title {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
  }
}
@media (max-width: 980px) and (max-width: 759px) {
  .section-title {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (max-width: 980px) {
  .section-title.container {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
  }
}
@media (max-width: 980px) and (max-width: 759px) {
  .section-title.container {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.interview-info {
  font: 700 13px Roboto;
  margin-bottom: 20px;
}
.subtitle + .interview-info {
  margin-top: -4px;
}
@media (max-width: 980px) {
  .navigation {
    display: none;
  }
}
.menu {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}
.menu-item {
  font: 400 18px Roboto;
  position: relative;
}
.menu-item.is-selected:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 12px solid transparent;
  border-bottom: 12px solid #f5f1f0;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -4px;
  z-index: 2;
}
.menu-item.is-selected:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 13px solid transparent;
  border-bottom: 13px solid #d4d4d4;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}
.menu-item a:hover {
  text-decoration: none;
  color: #32b7d8;
}
@media (max-width: 1100px) {
  .menu-item {
    font-size: 16px;
  }
}
.submenu {
  border-bottom: 1px solid #d4d4d4;
  background: #f5f1f0;
}
.submenu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.submenu-item {
  margin-right: 24px;
  font: 400 15px Roboto;
  text-transform: uppercase;
  position: relative;
}
.submenu-item a:hover {
  text-decoration: none;
  color: #32b7d8;
}
@media (max-width: 1100px) {
  .submenu-item {
    font-size: 14px;
  }
}
.submenu-item:last-child {
  margin-right: 0;
}
.menu-item.is-selected a,
.submenu-item.is-selected a {
  color: #32b7d8;
}
.menuOpen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  border-bottom: 6px solid #32b7d8;
  display: none;
  z-index: 3;
}
.menuOpen[data-flag="on"] {
  display: block;
}
.menuOpen-header {
  background: #32b7d8;
}
.menuOpen-headerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuOpen-headerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.menuOpen-container {
  padding: 42px 0;
}
.item-media.menuOpen-section {
  font: 16px Roboto;
  text-transform: uppercase;
  width: 204px;
  max-width: 204px;
  margin-right: 24px;
}
.item-media.menuOpen-section a:hover {
  color: #32b7d8;
  text-decoration: none;
}
.menuOpen-item {
  font: 16px Roboto;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #b7b3b2;
  margin-top: 12px;
}
.menuOpen-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.menuOpen-item a:hover {
  color: #32b7d8;
  text-decoration: none;
}
.menuOpen-option {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.menuOpen-option:last-child {
  margin-bottom: 0;
}
.menuOpen-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -12px;
}
.menuOpen-container {
  position: relative;
}
.menuOpen-container:before {
  content: "";
  position: absolute;
  top: -46px;
  bottom: 0;
  left: 204px;
  width: 1px;
  background: #71ddf9;
  display: block;
}
.menuOpen-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 205px;
  background: #fcf8f7;
  display: block;
}
.menuOpen-header .header-shareItem path {
  fill: #fff;
}
.button,
.form-contactActions input[type="submit"],
a.button {
  font: 700 12px Roboto;
  background: #32b7d8;
  color: #fff !important;
  padding: 13px 19px;
  cursor: pointer;
  display: inline-block;
}
.button:hover,
.form-contactActions input[type="submit"]:hover,
a.button:hover {
  background: rgba(50, 183, 216, 0.8);
}
.form-contactActions input[type="submit"] {
  display: none;
}
.form-contactActions input[type="submit"][data-flag="on"] {
  display: inline-block;
}
.form-contactActions input[type="submit"][data-flag="off"] {
  display: none;
}
a.button:hover {
  text-decoration: none;
}
.button--white,
a.button--white {
  font: 700 12px Roboto;
  background: #fff;
  color: #32b7d8 !important;
  padding: 13px 19px;
  display: inline-block;
  border: 1px solid transparent;
}
.button--white:hover,
a.button--white:hover {
  background: rgba(255, 255, 255, 0.6);
}
a.button--whiteBorder,
button.button--whiteBorder {
  border: 1px solid #32b7d8;
  padding: 12px 18px;
}
.button--transparent,
a.button--transparent {
  font: 700 12px Roboto;
  background: 0 0;
  color: #32b7d8 !important;
  border: 1px solid #32b7d8;
  padding: 12px 18px;
  display: inline-block;
  border: 1px solid #32b7d8;
}
.button--transparent:hover,
a.button--transparent:hover {
  background: rgba(50, 183, 216, 0.8);
}
body[data-flag="on"] {
  overflow: hidden;
}
.header-container {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
.Home .heade-container {
  padding: 34px 0;
}
.header-inner {
  margin-bottom: 56px;
}
@media (max-width: 980px) {
  .header-inner {
    margin-bottom: 0;
  }
}
.svg-fill {
  fill: #bfbfbf;
}
.header-nav {
  position: absolute;
  top: 0;
  left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.header-date {
  font: 13px Roboto;
  color: #c3c3c3;
}
.hamburguer {
  width: 46px;
  height: 46px;
  background-color: #32b7d8;
  margin-right: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-actions {
  position: absolute;
  top: 22px;
  right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header--mini .header-actions {
  top: 13px;
}
.header-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-share.is-hide {
  display: none;
}
.header-shareItem {
  margin-right: 10px;
}
.share-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #32b7d8;
  padding: 12px 18px 6px 0;
  justify-content: flex-end;
  position: relative;
}
.share-mobile > p {
  font: 12px Roboto;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
}
.share-mobile .header-shareItem path {
  fill: #fff !important;
}
.header-brand {
  width: 171px;
  margin: 0 auto;
}
.header-brand svg {
  width: 171px;
  height: 74px;
}
.Home .header-brand {
  width: 235px;
}
.Home .header-brand svg {
  width: 235px;
  height: 94px;
}
.header.header--mini .header-brand svg {
  width: 127px;
  height: 45px;
}
.header.header--mini {
  background: #32b7d8;
}
.header.header--mini .header-container {
  padding-top: 0;
  padding-bottom: 0;
}
.header.header--mini .header-section {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.header.header--mini .header-brand {
  width: 122px;
  height: 45px;
}
.header.header--mini .header-nav {
  top: 6px;
}
.header.header--mini .hamburguer {
  margin-right: 30px;
}
.header.header--mini .header-brand {
  width: auto;
  transform: translateY(8px);
}
.header.header--mini .header-actions {
  top: 22px;
}
.header.header--mini .header-shareItem path {
  fill: #fff;
}
.header-section {
  font: 700 28px Lora;
  color: #fff;
}
.header-section a {
  color: #fff;
}
.search {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.search:before {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  display: block;
  position: absolute;
}
@media (max-width: 759px) {
  .search:before {
    display: none;
  }
}
.search.is-hide {
  display: none;
}
@media (max-width: 759px) {
  .search svg path {
    stroke: #fff;
  }
}
.header-mobile {
  display: none;
  height: 72px;
  background: #32b7d8;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-mobile .footer-infoCopys {
  display: none;
}
@media (max-width: 980px) {
  .header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-mobile .hamburguer {
  justify-content: flex-start;
}
.header-mobile .hamburguer.is-hide {
  display: none;
}
@media (max-width: 980px) {
  .header-mobile {
    padding: 0 32px;
  }
}
@media (max-width: 759px) {
  .header-mobile {
    padding: 0 18px;
  }
}
.header-mobile .header-shareItem {
  margin: 0 0 0 10px;
}
.header-mobile .header-shareItem path {
  fill: rgba(255, 255, 255, 0.5);
}
.header-mobileActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-mobileClose {
  width: 46px;
  height: 46px;
  background-color: #32b7d8;
  margin-right: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
}
.header-mobileClose.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-mobileLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-mobile {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  border-bottom: 6px solid #32b7d8;
}
.menu-mobile[data-flag="on"] {
  display: block;
}
.menu-mobileList {
  padding: 32px;
  background: #fff;
  flex: 0 0 100%;
}
@media (max-width: 759px) {
  .menu-mobileList {
    padding: 32px 18px;
    max-height: 350px;
    overflow: scroll;
  }
}
.menu-mobileItem {
  font: 18px Roboto;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: static;
  justify-content: space-between;
}
.menu-mobileItem.is-active a {
  color: #32b7d8;
}
.menu-mobileItem:last-child {
  margin-bottom: 0;
}
.menu-mobileItem img {
  width: auto;
}
.menu-mobileItem .menu-mobileMedia {
  margin-left: 32px;
}
.menu-mobileMedia {
  cursor: pointer;
}
.menu-mobileList--subsections {
  background: #fcf8f7;
  padding: 32px 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 38px;
  left: 0;
  display: none;
  max-height: 100%;
  overflow: scroll;
}
.menu-mobileList--subsections[data-flag="on"] {
  display: block;
}
.menu-mobileList--subsections .menu-mobileItem {
  justify-content: flex-start;
}
.menu-mobileList--subsections .menu-mobileItem a {
  padding: 0 0 0 68px;
}
@media (max-width: 759px) {
  .menu-mobileList--subsections .menu-mobileItem a {
    padding: 0 0 0 54px;
  }
}
.menu-mobileList--subsections .menu-mobileItem .menu-mobileMedia {
  margin: 0 -37px 0 -43px;
}
@media (max-width: 759px) {
  .menu-mobileList--subsections .menu-mobileItem .menu-mobileMedia {
    margin: 0 -23px 0 -43px;
  }
}
.menu-mobileInner {
  display: flex;
  transform: translateX(0);
  transition: transform 150ms;
}
.menu-mobileInner[data-flag="off"] {
  transform: translateX(-100%);
}
.search-container {
  background: #eee;
  padding: 42px 0;
  display: none;
}
.search-container[data-flag="on"] {
  display: block;
}
@media (max-width: 759px) {
  .search-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 32px 16px 0;
  }
}
.tags-search {
  border: 1px solid #32b7d8;
  border-radius: 50px;
  padding: 7px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #fff;
}
.tags-searchButton {
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.tags-searchButton:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  height: 12px;
  width: 1px;
  background: #999;
  display: block;
}
.tags-searchInput {
  flex: 1;
  font: 16px Roboto;
}
@media (max-width: 759px) {
  .header-fix {
    position: relative;
  }
}
.header-fix[data-order="fix"][data-flag="on"] {
  min-height: 73px;
}
.header-fix[data-order="fix"][data-flag="on"] .header-fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.hamburguer--mobile[data-flag="off"] .hamburguer-inner {
  display: block;
}
.hamburguer--mobile[data-flag="off"] .header-mobileClose {
  display: none;
}
.hamburguer--mobile[data-flag="on"] .hamburguer-inner {
  display: none;
}
.hamburguer--mobile[data-flag="on"] .header-mobileClose {
  display: flex;
}
.header-fix[data-flag="on"] .header .header-nav {
  top: 5px;
}
.close-searchMobile {
  display: none;
  position: absolute;
  right: 18px;
  top: 22px;
}
.close-searchMobile svg {
  width: 20px;
}
@media (max-width: 759px) {
  .close-searchMobile {
    display: block;
  }
}
body {
  overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
}
::selection {
  color: #fff;
}
a:hover {
  text-decoration: none !important;
}
.media > span,
figure > a > span,
figure > span {
  width: 100%;
  height: auto;
  display: block;
}
.figure img {
  width: 100%;
  max-width: 100%;
}
.media > span[data-order="shift"][data-flag="off"],
figure > span[data-order="shift"][data-flag="off"] {
  background: url(../img/assets/loader.svg) no-repeat center center;
  background-size: 100px;
}
.media > span[data-order="shift"][data-flag="on"],
figure > span[data-order="shift"][data-flag="on"] {
  background-image: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media (min-width: 981px) {
  .show-desktop {
    display: block;
  }
}
@media (max-width: 980px) {
  .show-desktop {
    display: none;
  }
}
@media (max-width: 759px) {
  .show-desktop {
    display: none;
  }
}
@media (max-width: 980px) {
  .show-tablet {
    display: block;
  }
}
@media (max-width: 759px) {
  .show-tablet {
    display: none;
  }
}
.show-phone {
  display: none;
}
@media (max-width: 759px) {
  .show-phone {
    display: block;
  }
}
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1248px) {
  .container {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 980px) {
  .container {
    margin-right: 0;
    margin-left: 0;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 759px) {
  .container {
    margin-right: 0;
    margin-left: 0;
    padding-right: 18px;
    padding-left: 18px;
  }
}
.container .container {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.campaign + .section,
.campaign + .tags-list {
  margin-top: 32px;
}
.tags-list {
  margin-top: 32px;
}
.section > .tags-list {
  margin-top: 0;
}
.section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 6px solid #f5f1f0;
}
.section--what {
  margin-top: 64px;
  margin-bottom: 64px;
}
.section--photogallery {
  margin-bottom: 64px;
}
@media (max-width: 759px) {
  .section--photogallery {
    background: #000;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 120px;
    border-bottom: 0;
  }
}
.section--noBorder {
  border-bottom: 0;
  padding-bottom: 0;
}
.section--s {
  padding-bottom: 16px;
}
.section--group {
  padding-top: 32px;
  border-top: 6px solid #f5f1f0;
}
.section--blue {
  border-bottom: 6px solid #32b7d8;
}
.section--bgGrey {
  border-bottom: 0;
  background: #eee;
  padding: 42px 0;
}
.section--bgBlue {
  border-bottom: 0;
  background: #32b7d8;
  padding: 42px 0;
}
.section--bgBlack {
  border-bottom: 0;
  background: #000;
  padding: 42px 0;
}
.section--interview {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 64px 0;
}
@media (max-width: 759px) {
  .section--interviewHome {
    position: relative;
    padding-bottom: 100px;
  }
  .section--interviewHome .horizontal-listNews > li {
    border-bottom: 0;
  }
  .section--interviewHome.section--bgGrey .horizontal-listNews > li {
    border-bottom: 0;
  }
}
.header {
  position: relative;
}
@media (max-width: 980px) {
  .header {
    display: none;
  }
}
.header-fix[data-flag="on"] .header {
  background: #32b7d8;
  height: 72px;
}
.header-fix[data-flag="on"] .header-shareItem path {
  fill: #fff;
}
.header-fix[data-flag="on"] .header-date {
  display: none;
}
.header-fix[data-flag="on"] .header-brand g,
.header-fix[data-flag="on"] .header-brand path,
.header-fix[data-flag="on"] .header-brand polygon,
.header-fix[data-flag="on"] .header-brand rect {
  fill: #fff;
}
.header-fix[data-flag="on"] .header-brand svg {
  width: 127px;
  height: 45px;
}
.header-fix[data-flag="on"] .header-brand svg .word {
  display: none;
}
.header-fix[data-flag="on"] .header-brand {
  position: absolute;
  top: 8px;
  left: 76px;
}
.header-fix[data-flag="on"] .header--mini .header-brand {
  top: 0;
}
.header-section {
  padding: 52px 0;
  margin-bottom: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.header-section--Blue {
  background: #32b7d8;
  color: #000;
}
@media (max-width: 759px) {
  .header-section--Blue {
    margin-right: -18px;
    margin-left: -18px;
    margin-bottom: 30px;
  }
}
.horizontal-listNews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 759px) {
  .horizontal-listNews {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .Opinion-home .horizontal-listNews {
    flex-direction: column;
  }
  .Opinion-home .horizontal-listNews > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 42px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 42px;
  }
  .Opinion-home .horizontal-listNews > li:last-child {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .Opinion-home .horizontal-listNews .campaign-roba {
    padding: 52px 0;
  }
}
@media (max-width: 980px) and (max-width: 759px) {
  .Opinion-home .horizontal-listNews .campaign-roba {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.campaign + .horizontal-listNews--decoration {
  border-top: 1px solid #e5e5e5;
  padding-top: 42px;
}
.horizontal-listNews--decoration {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 42px;
  margin-bottom: 42px;
}
@media (max-width: 759px) {
  .horizontal-listNews--decoration {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.horizontal-listNews--decoration:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .horizontal-listNews--decoration:last-child {
    margin-bottom: 42px;
  }
}
.horizontal-listNews > li {
  margin-left: 30px;
  -webkit-box-flex: 31.66%;
  -moz-box-flex: 31.66%;
  -webkit-flex: 31.66%;
  -ms-flex: 31.66%;
  flex: 31.66%;
  max-width: 31.66%;
}
.horizontal-listNews > li:first-child {
  margin-left: 0;
}
.horizontal-listNews > li article + article {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 759px) {
  .horizontal-listNews > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .horizontal-listNews > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  .horizontal-listNews > li .media {
    margin-right: -18px;
    margin-left: -18px;
  }
}
@media (max-width: 980px) {
  .horizontal-listNews--campaign {
    flex-wrap: wrap;
  }
  .horizontal-listNews--campaign > li {
    margin: 0 0 0 30px;
    -webkit-box-flex: calc(50% - 15px);
    -moz-box-flex: calc(50% - 15px);
    -webkit-flex: calc(50% - 15px);
    -ms-flex: calc(50% - 15px);
    flex: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .horizontal-listNews--campaign > li:first-child {
    margin: 0;
  }
}
@media (max-width: 980px) and (max-width: 759px) {
  .horizontal-listNews--campaign > li {
    margin: 0 0 30px 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .horizontal-listNews--campaign > li:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .horizontal-listNews--campaign .horizontal-listItemCampaign {
    margin: 30px 0 0 0;
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 980px) and (max-width: 759px) {
  .horizontal-listNews--campaign .horizontal-listItemCampaign {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .horizontal-listNews--campaign .horizontal-listItemCampaign .campaign-roba {
    padding: 32px 0;
  }
}
.horizontal-listNews--small {
  margin-right: -30px;
}
@media (max-width: 759px) {
  .horizontal-listNews--small {
    margin-right: 0;
  }
}
.horizontal-listNews--small > li {
  -webkit-box-flex: 33.33%;
  -moz-box-flex: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
  margin: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 759px) {
  .horizontal-listNews--small > li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
  }
  .horizontal-listNews--small > li .media {
    margin-right: 0;
    margin-left: 0;
  }
}
.horizontal-listNews > li:last-child {
  margin-right: 0;
}
.tags-list .vertical-listNews {
  margin-bottom: 48px;
}
.vertical-listNews > li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
@media (max-width: 980px) {
  .vertical-listNews > li .item-media {
    margin-right: 12px;
  }
}
.vertical-listNews--l > li {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.vertical-listNews > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.vertical-listNews--opinion {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .vertical-listNews--opinion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 759px) {
  .vertical-listNews--opinion {
    flex-direction: column;
  }
}
.vertical-listNews--opinion > li {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.vertical-listNews--opinion > li:last-child {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 980px) {
  .vertical-listNews--opinion > li {
    padding: 0 26px 0 0;
    margin: 0 26px 0 0;
    border: 0;
    border-right: 1px solid #e5e5e5;
    -webkit-box-flex: 33.33%;
    -moz-box-flex: 33.33%;
    -webkit-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    min-width: 33.33%;
  }
  .vertical-listNews--opinion > li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
  }
}
@media (max-width: 759px) {
  .vertical-listNews--opinion > li {
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100%;
  }
}
.vertical-listNews .campaign {
  margin: 0;
}
.vertical-listNews > li:last-child .campaign {
  margin: 52px 0;
}
@media (max-width: 759px) {
  .Opinion .vertical-listNews--l .item--m.item-media {
    float: none;
    margin: 0 -18px 20px -18px;
  }
}
.list-rank {
  margin-top: 64px;
}
@media (max-width: 980px) {
  .list-rank {
    margin-top: 42px;
  }
}
.list-rankItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font: 400 17px/20px Roboto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .list-rankItem {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.list-rankItem.item:after,
.list-rankItem:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #e5e5e5;
}
.list-rank--order .list-rankItem:after {
  left: 35px;
}
.list-rankItem a {
  color: #32b7d8;
}
.list-rank--order .list-rankItem a {
  color: #000;
}
.list-rank--order .list-rankItem {
  counter-increment: step-counter;
}
.list-rank--order .list-rankItem::before {
  content: counter(step-counter) ". ";
  margin-right: 14px;
  font: 700 32px Lora;
  float: left;
  margin-top: -8px;
}
.list-rankItem:last-child {
  margin: 0;
  padding: 0;
}
.list-rankItem:last-child:after {
  display: none;
}
.alert {
  padding: 24px 0;
  background: #eee;
  margin-top: -56px;
  margin-bottom: 48px;
}
.alert + .legal-header {
  margin-top: -48px;
}
@media (max-width: 980px) {
  .alert {
    margin-top: 0;
  }
}
.alert-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 759px) {
  .alert-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.alert-info {
  margin-right: 24px;
  font: 700 18px Roboto;
  background: #32b7d8;
  color: #fff;
  padding: 12px 27px;
  border-radius: 50px;
  min-width: 150px;
  box-sizing: border-box;
}
@media (max-width: 759px) {
  .alert-info {
    margin: 0 0 14px 0;
    min-width: auto;
  }
}
.alert-text {
  font: 400 18px Roboto;
}
.media {
  margin-bottom: 14px;
  position: relative;
}
.media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a.media {
  display: block;
}
.media--noMargin {
  margin-bottom: 0;
}
.media:last-child {
  margin-bottom: 0;
}
.media--author {
  position: relative;
  margin-bottom: 25px;
}
.media-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 54px;
  height: 54px;
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.media--video {
  margin-right: -9px;
}
.media-author {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  font: 400 12px Roboto;
  text-align: right;
  margin-left: 200px;
}
.media-author strong {
  font-weight: 700;
}
.item {
  width: 100%;
}
.item:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.item--m .item-media {
  margin-right: 28px;
}
.item-media {
  float: left;
  margin-right: 18px;
}
@media (max-width: 980px) {
  .item-media {
    margin-right: 12px;
  }
}
.item-media--right {
  float: right;
  margin: 0;
}
.item-txt {
  display: table;
}
@media (max-width: 980px) {
  .open-01 .principal .media {
    margin-left: -32px;
    margin-right: -32px;
  }
  .open-01 .media-author {
    right: 32px;
  }
}
@media (max-width: 759px) {
  .open-01 .principal .media {
    margin-left: -18px;
    margin-right: -18px;
  }
  .open-01 .media-author {
    right: 18px;
  }
}
.open-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .open-02 {
    flex-direction: column;
  }
}
.open-02 .principal {
  -webkit-box-flex: calc(100% - 300px - 30px);
  -moz-box-flex: calc(100% - 300px - 30px);
  -webkit-flex: calc(100% - 300px - 30px);
  -ms-flex: calc(100% - 300px - 30px);
  flex: calc(100% - 300px - 30px);
  max-width: calc(100% - 300px - 30px);
  margin-right: 30px;
}
.open-02 .principal article + article {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 980px) {
  .open-02 .principal {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .open-02 .principal .media {
    margin-left: -32px;
    margin-right: -32px;
  }
  .open-02 .principal .media-author {
    right: 32px;
  }
}
@media (max-width: 759px) {
  .open-02 .principal .media {
    margin-left: -18px;
    margin-right: -18px;
  }
  .open-02 .principal .media-author {
    right: 18px;
  }
}
.open-02 .vertical-listNews {
  width: 300px;
}
@media (max-width: 980px) {
  .open-02 .vertical-listNews {
    width: 100%;
  }
}
.open-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .open-03 {
    flex-direction: column;
  }
}
.open-03 .principal {
  -webkit-box-flex: calc(100% - 300px - 30px);
  -moz-box-flex: calc(100% - 300px - 30px);
  -webkit-flex: calc(100% - 300px - 30px);
  -ms-flex: calc(100% - 300px - 30px);
  flex: calc(100% - 300px - 30px);
  max-width: calc(100% - 300px - 30px);
  margin-right: 30px;
}
@media (max-width: 980px) {
  .open-03 .principal {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .open-03 .principal .media {
    margin-left: -32px;
    margin-right: -32px;
  }
  .open-03 .principal .media-author {
    right: 32px;
  }
}
@media (max-width: 759px) {
  .open-03 .principal .media {
    margin-left: -18px;
    margin-right: -18px;
  }
  .open-03 .principal .media-author {
    right: 18px;
  }
}
.open-03 .vertical-listNews {
  width: 300px;
}
@media (max-width: 980px) {
  .open-03 .vertical-listNews {
    width: 100%;
  }
}
.open-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .open-04 {
    flex-direction: column;
  }
}
.open-04 .vertical-listNews {
  width: 300px;
}
@media (max-width: 980px) {
  .open-04 .vertical-listNews {
    width: 100%;
  }
}
.open-04 .vertical-listNews--small {
  -webkit-box-flex: 21.66%;
  -moz-box-flex: 21.66%;
  -webkit-flex: 21.66%;
  -ms-flex: 21.66%;
  flex: 21.66%;
  max-width: 21.66%;
}
@media (max-width: 980px) {
  .open-04 .vertical-listNews--small {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
.open-04 .principal {
  -webkit-box-flex: calc(100% - 390px - 21.66%);
  -moz-box-flex: calc(100% - 390px - 21.66%);
  -webkit-flex: calc(100% - 390px - 21.66%);
  -ms-flex: calc(100% - 390px - 21.66%);
  flex: calc(100% - 390px - 21.66%);
  max-width: calc(100% - 390px - 21.66%);
  margin: 0 60px 0 30px;
}
.open-04 .principal article + article {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 980px) {
  .open-04 .principal {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 42px 0;
  }
  .open-04 .principal .media {
    margin-left: -32px;
    margin-right: -32px;
  }
  .open-04 .principal .media-author {
    right: 32px;
  }
}
@media (max-width: 759px) {
  .open-04 .principal .media {
    margin-left: -18px;
    margin-right: -18px;
  }
  .open-04 .principal .media-author {
    right: 18px;
  }
}
@media (max-width: 980px) {
  .open-06 .item {
    overflow: visible;
  }
}
.Interviews .open-06 .item-media {
  height: 350px;
  overflow: hidden;
}
@media (max-width: 759px) {
  .Interviews .open-06 .item-media {
    height: auto;
  }
}
.open-06 .item-media {
  margin-right: 30px;
  max-width: 72.5%;
}
@media (max-width: 980px) {
  .open-06 .item-media {
    margin: 0 0 30px 0;
    max-width: 100%;
    width: 100%;
  }
  .open-06 .item-media .media {
    margin-left: -32px;
    margin-right: -32px;
  }
  .open-06 .item-media .media-author {
    right: 32px;
  }
}
@media (max-width: 759px) {
  .open-06 .item-media .media {
    margin-left: -18px;
    margin-right: -18px;
  }
  .open-06 .item-media .media-author {
    right: 18px;
  }
}
.photogallery {
  background: #000;
  padding: 42px 0;
  color: #fff;
}
@media (max-width: 759px) {
  .photogallery {
    padding-bottom: 0;
  }
}
.container .photogallery,
.container .section--interviewHome {
  margin-right: -100%;
  margin-left: -100%;
}
@media (max-width: 1248px) {
  .container .photogallery,
  .container .section--interviewHome {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (max-width: 980px) {
  .container .photogallery,
  .container .section--interviewHome {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (max-width: 759px) {
  .container .photogallery,
  .container .section--interviewHome {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.container .photogallery .container,
.container .section--interviewHome .container {
  margin-right: auto !important;
  margin-left: auto !important;
}
.container .section--interviewHome {
  margin-right: -100%;
}
@media (max-width: 1248px) {
  .container .section--interviewHome {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (max-width: 980px) {
  .container .section--interviewHome {
    padding-right: 32px;
    padding-left: 32px;
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (max-width: 759px) {
  .container .section--interviewHome {
    padding-right: 18px;
    padding-left: 18px;
    margin-right: -18px;
    margin-left: -18px;
  }
}
.photogallery-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-end;
}
.photogallery-button {
  margin-bottom: -20px;
}
@media (max-width: 759px) {
  .photogallery-button {
    position: absolute;
    bottom: 32px;
    margin-bottom: 0;
  }
}
.photogallery-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 175px;
}
@media (max-width: 759px) {
  .photogallery-text {
    flex-direction: column;
    margin-bottom: 42px;
  }
}
.photogallery-text a {
  color: #fff;
}
.photogallery-text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.photogallery-subtitle {
  margin-top: 4px;
  margin-right: 14px;
}
.photogallery-media {
  margin-bottom: 45px;
  background: #ccc;
  position: relative;
  height: auto;
}
.photogallery-media:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.photogallery-media > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 759px) {
  .photogallery-media {
    height: 100%;
  }
  .photogallery-media:before {
    display: none;
  }
  .photogallery-media > span {
    position: static;
  }
}
.photogallery-media img {
  height: auto;
  display: inline-block;
}
@media (max-width: 759px) {
  .photogallery-media img {
    display: block;
    margin-top: 0 !important;
  }
}
@media (max-width: 980px) {
  .photogallery-media {
    margin: 45px 0 24px 0;
  }
  .photogallery-media .media-author {
    right: 18px;
  }
}
.photogallery .photogallery-media img {
  display: block;
}
.section--photogallery .photogallery-media {
  height: auto;
}
.photogallery-relations {
  margin-top: -15%;
}
.photogallery-relations + .photogallery-relations {
  margin-top: 30px;
}
@media (max-width: 980px) {
  .photogallery-relations {
    margin-top: -20%;
  }
}
@media (max-width: 759px) {
  .photogallery-relations {
    margin-top: 0;
  }
  .photogallery-relations a {
    color: #fff;
  }
  .photogallery-relations > li {
    border: 0;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .photogallery-relations .media-author {
    color: #fff;
    right: 18px;
  }
}
.others {
  background: #000;
  padding: 42px 0;
  color: #fff;
}
.others-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 210px;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .others-title {
    margin-bottom: 170px;
  }
}
@media (max-width: 759px) {
  .others-title {
    margin-bottom: 24px;
  }
}
.others-relations {
  margin-top: -170px;
}
@media (max-width: 980px) {
  .others-relations {
    margin-top: -20%;
  }
}
@media (max-width: 759px) {
  .others-relations {
    margin-top: 0;
  }
  .others-relations a {
    color: #fff;
  }
}
.others-relationsNoMedia + .others-relationsNoMedia + .others-relationsNoMedia {
  margin-bottom: 48px;
}
.others-relationsNoMedia h2 a {
  color: #fff;
}
.others-relationsNoMedia h2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.mega {
  background-color: #eee;
}
@media (max-width: 980px) {
  .mega {
    display: none;
  }
}
@media (max-width: 759px) {
  .mega {
    display: block;
  }
}
.mega-list {
  text-align: center;
  width: auto;
  overflow: hidden;
}
.mega-listItem {
  text-align: center;
  float: left;
  max-width: 900px;
}
.mega-listItem > div {
  display: inline-block;
}
.mega-listItem + .mega-listItem {
  float: right;
  max-width: 300px;
}
.mega-item {
  text-align: center;
}
.mega-item > img {
  display: inline-block;
}
@media (max-width: 980px) {
  .campaign + .campaign {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 759px) {
  .campaign + .campaign {
    margin: 0 0 30px 0;
  }
}
.campaign-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 980px) {
  .campaign-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 759px) {
  .campaign-inner {
    flex-direction: column;
    align-items: center;
  }
}
.campaign:first-child {
  margin-top: 0;
}
.campaign--full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.campaign--full-fill {
  background: #f3f3f3;
}
.campaign-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .campaign-list {
    flex-direction: column;
  }
}
.campaign-listItem {
  margin-right: 18px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 980px) {
  .campaign-listItem {
    margin: 0 0 20px 0;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }
}
.campaign-listItem:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.campaign-roba {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  box-sizing: border-box;
}
.interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #32b7d8;
}
@media (max-width: 980px) {
  .interview {
    flex-wrap: wrap;
    border-bottom: 0;
  }
}
@media (max-width: 759px) {
  .interview {
    flex-direction: column;
    padding-bottom: 90px;
    position: relative;
    border-bottom: 1px solid #32b7d8;
    display: block;
  }
  .interview .title-section {
    margin-bottom: 40px;
  }
}
.interview-media img {
  display: block;
}
.interview-col1,
.interview-col3 {
  -webkit-box-flex: 31.66%;
  -moz-box-flex: 31.66%;
  -webkit-flex: 31.66%;
  -ms-flex: 31.66%;
  flex: 31.66%;
  max-width: 31.66%;
  padding-right: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.interview-col1 {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  .interview-col1 {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 759px) {
  .interview-col1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 0 32px 0;
  }
}
.interview-col3 {
  padding-left: 20px;
  justify-content: center;
  background: #32b7d8;
}
.interview-col3 .interview-title a {
  color: #fff;
}
@media (max-width: 980px) {
  .interview-col3 {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 759px) {
  .interview-col3 {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 -18px 0 -18px;
    padding: 52px 18px;
    align-items: flex-start;
    flex: calc(100% + 36px);
    max-width: calc(100% + 36px);
  }
}
.interview-col2 {
  -webkit-box-flex: 36.66%;
  -moz-box-flex: 36.66%;
  -webkit-flex: 36.66%;
  -ms-flex: 36.66%;
  flex: 36.66%;
  max-width: 36.66%;
  background: #32b7d8;
}
@media (max-width: 980px) {
  .interview-col2 {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    overflow: hidden;
  }
}
@media (max-width: 759px) {
  .interview-col2 {
    display: none;
  }
}
.interview-button {
  margin-top: 24px;
}
@media (max-width: 759px) {
  .interview-button {
    margin-top: 0;
    position: absolute;
    bottom: 24px;
  }
}
.interview-title {
  margin-bottom: 25px;
}
.interview-author,
.interview-open .interview-title a,
.interview-title {
  color: #32b7d8;
}
.interview-author:hover,
.interview-open .interview-title a:hover,
.interview-title:hover {
  color: rgba(50, 183, 216, 0.6);
}
.interview-author,
.interview-charge {
  font: 12px/18px Roboto;
}
.interview-author {
  font-weight: 700;
}
.interview-title {
  position: relative;
}
@media (max-width: 759px) {
  .interview-title {
    color: #32b7d8;
    font-size: 26px;
    line-height: 32px;
    order: 2;
    margin: 24px 0 0 0;
  }
}
.interview-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 16px solid #fff;
  top: 8px;
  right: -52px;
}
.interview-subtitle {
  font: bold italic 35px/25px Lora;
  margin-bottom: 30px;
  letter-spacing: 10px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .interview-subtitle {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.interview-col3 .interview-title.title-2,
.interview-titleNext {
  font: italic 22px/26px Lora;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
}
.interview-col3 .interview-title.title-2 a,
.interview-titleNext a {
  color: #fff;
}
.interview-col3 .interview-title.title-2 a:hover,
.interview-titleNext a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.interview-col3 .interview-title.title-2:after,
.interview-titleNext:after {
  display: none;
}
@media (max-width: 980px) {
  .interview-col3 .interview-title.title-2,
  .interview-titleNext {
    padding: 0 10px;
    -webkit-box-flex: calc(50% - 10px);
    -moz-box-flex: calc(50% - 10px);
    -webkit-flex: calc(50% - 10px);
    -ms-flex: calc(50% - 10px);
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 759px) {
  .interview-col3 .interview-title.title-2,
  .interview-titleNext {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0;
  }
}
.inverview-infoNext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .inverview-infoNext {
    padding: 0 10px;
    -webkit-box-flex: calc(50% - 10px);
    -moz-box-flex: calc(50% - 10px);
    -webkit-flex: calc(50% - 10px);
    -ms-flex: calc(50% - 10px);
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media (max-width: 759px) {
  .inverview-infoNext {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
  }
}
.inverview-infoNextMedia {
  margin-right: 12px;
}
.inverview-infoNextMedia img {
  border-radius: 50%;
  height: auto;
}
@media (max-width: 980px) {
  .inverview-infoNextMedia {
    height: 90px;
    display: block;
    min-width: 90px;
  }
}
.inverview-infoNextAuthor,
.inverview-infoNextCharge {
  font: 14px/20px Roboto;
}
.inverview-infoNextCharge {
  font-weight: 700;
}
.inverview-infoNextAuthor {
  color: #fff;
  font-weight: 700;
}
.interview-open {
  margin-top: 0;
}
@media (max-width: 980px) {
  .interview-open {
    margin-top: 25px;
  }
}
@media (max-width: 759px) {
  .interview-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 759px) {
  .interview-openAuthor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    order: 1;
  }
}
@media (max-width: 759px) {
  .interview-openAuthorMedia img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-right: 18px;
  }
}
.special {
  margin: 48px 0;
  position: relative;
}
@media (max-width: 759px) {
  .special {
    margin-bottom: 100px;
  }
}
.special-listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 330px;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 759px) {
  .special-listItem {
    height: 220px;
  }
}
.special-listItemArticle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.special-media {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  right: 0;
}
.special-media img {
  height: 330px;
}
@media (max-width: 980px) {
  .special-media img {
    height: 330px;
    width: initial;
    max-width: none;
  }
}
@media (max-width: 759px) {
  .special-media img {
    height: 220px;
  }
}
.special-listItem.is-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #3cbaff;
  mix-blend-mode: multiply;
}
.special-text {
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 759px) {
  .special-text {
    position: absolute;
    left: 18px;
    bottom: 20px;
    right: 20px;
    padding: 0;
  }
}
.special-subtitle {
  font: 100 40px/30px Roboto;
  color: #32b7d8;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.special-subtitle a {
  color: #32b7d8;
}
@media (max-width: 1200px) {
  .special-subtitle {
    font: 400 17px/22px Roboto;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}
.special-title a {
  font: 100 40px/44px Roboto;
  color: #fff;
}
@media (max-width: 1200px) {
  .special-title a {
    font: 300 27px/32px Roboto;
  }
}
.section-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 980px) {
  .section-module {
    flex-direction: column;
  }
  .section-module .vertical-listNews > li {
    border: 0;
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    border-top: 1px solid #e5e5e5;
    clear: both;
    width: auto;
    overflow: hidden;
  }
  .section-module .vertical-listNews > li:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    clear: none;
  }
  .section-module .campaign-inner {
    float: left;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 980px) and (max-width: 759px) {
  .section-module .campaign-inner {
    float: none;
    margin: 0;
  }
}
.section-module:before {
  content: "";
  width: 1px;
  top: -6px;
  right: 330px;
  bottom: -6px;
  background: #32b7d8;
  display: block;
  position: absolute;
}
@media (max-width: 980px) {
  .section-module:before {
    display: none;
  }
}
.section--bgGrey .section-module:before {
  top: -42px;
  bottom: -42px;
}
.section-module .col-1 {
  -webkit-box-flex: calc(100% - 360px);
  -moz-box-flex: calc(100% - 360px);
  -webkit-flex: calc(100% - 360px);
  -ms-flex: calc(100% - 360px);
  flex: calc(100% - 360px);
  max-width: calc(100% - 360px);
  margin-right: 60px;
}
@media (max-width: 980px) {
  .section-module .col-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0 0 32px 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.section-module .col-2 {
  width: 300px;
}
@media (max-width: 980px) {
  .section-module .col-2 {
    width: 100%;
  }
}
.section-module .principal {
  margin: 44px 0 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 759px) {
  .section-module .principal .item {
    overflow: visible;
  }
  .section-module .principal .media {
    margin-right: -18px;
    margin-left: -18px;
    margin-bottom: 18px;
    float: none;
  }
  .section-module .principal .media-author {
    right: 18px;
  }
}
.section--bgGrey .principal {
  border-bottom: 1px solid #fff;
}
@media (max-width: 980px) {
  .section--bgGrey .section-module {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .section--bgGrey .section-module .col-2 {
    padding: 0 32px;
  }
}
@media (max-width: 759px) {
  .section--bgGrey .section-module .col-2 {
    padding: 0 18px;
  }
}
@media (max-width: 980px) {
  .section--bgGrey .section-module .col-2 .campaign {
    margin-bottom: 0;
  }
}
@media (max-width: 759px) {
  .section--bgGrey .section-module .col-2 .campaign {
    margin-bottom: 30px;
  }
}
@media (max-width: 980px) {
  .section--bgGrey .col-1 {
    padding: 0 32px 32px 32px;
    border-bottom: 1px solid #32b7d8;
    box-sizing: border-box;
  }
}
@media (max-width: 759px) {
  .section--bgGrey .col-1 {
    padding: 0 18px 48px 18px;
    margin: 0 -18px 32px -18px;
    border-bottom: 1px solid #32b7d8;
    box-sizing: border-box;
  }
}
@media (max-width: 759px) {
  .section--bgGrey .col-1 .horizontal-listNews--small {
    padding: 0 18px;
  }
}
@media (max-width: 759px) {
  .section--bgGrey .col-1 .principal .item-txt {
    padding: 0 18px;
  }
}
.section--bgGrey .col-1 .title-section {
  margin: 0 18px;
}
.section--highlight {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .section--highlight {
    flex-direction: column;
  }
}
@media (max-width: 759px) {
  .section--highlight {
    display: block;
    margin: 0 -18px;
  }
}
.section--highlight:before {
  content: "";
  position: absolute;
  top: -38px;
  bottom: -6px;
  left: calc(21.66% + 15px);
  width: 1px;
  display: block;
  background: #32b7d8;
}
@media (max-width: 980px) {
  .section--highlight:before {
    display: none;
  }
}
.section--highlight:after {
  content: "";
  position: absolute;
  top: -38px;
  bottom: -6px;
  right: 330px;
  width: 1px;
  display: block;
  background: #32b7d8;
}
@media (max-width: 980px) {
  .section--highlight:after {
    display: none;
  }
}
.section--highlight .col-1 {
  -webkit-box-flex: 23.3%;
  -moz-box-flex: 23.3%;
  -webkit-flex: 23.3%;
  -ms-flex: 23.3%;
  flex: 23.3%;
  max-width: 23.3%;
}
@media (max-width: 980px) {
  .section--highlight .col-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 32px 32px 32px;
    margin: 0 -32px 52px -32px;
    border-bottom: 1px solid #32b7d8;
    box-sizing: border-box;
  }
}
@media (max-width: 759px) {
  .section--highlight .col-1 {
    margin: 0 0 32px 0;
    padding: 0 18px 80px 18px;
    position: relative;
  }
}
.section--highlight .col-2 {
  -webkit-box-flex: calc(100% - 21.66% - 390px);
  -moz-box-flex: calc(100% - 21.66% - 390px);
  -webkit-flex: calc(100% - 21.66% - 390px);
  -ms-flex: calc(100% - 21.66% - 390px);
  flex: calc(100% - 21.66% - 390px);
  max-width: calc(100% - 21.66% - 390px);
  margin: 0 60px 0 30px;
}
@media (max-width: 980px) {
  .section--highlight .col-2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 32px 32px 32px;
    margin: 0 -32px 52px -32px;
    border-bottom: 1px solid #32b7d8;
    box-sizing: border-box;
  }
}
@media (max-width: 759px) {
  .section--highlight .col-2 {
    margin: 0 0 32px 0;
    padding: 0 18px 32px 18px;
  }
}
.section--highlight .col-3 {
  width: 300px;
}
@media (max-width: 980px) {
  .section--highlight .col-3 {
    width: 100%;
  }
}
@media (max-width: 759px) {
  .section--highlight .col-3 {
    padding: 0 18px;
    box-sizing: border-box;
  }
}
@media (max-width: 759px) {
  .section--others {
    background: #000;
  }
}
.opinion-media {
  border-radius: 50%;
  margin: 0 auto 10px auto;
  display: block;
  width: 107px;
  height: 107px;
}
.opinion-author {
  font: 700 14px Roboto;
  margin-bottom: 10px;
}
.opinion-description {
  font: 400 16px Roboto;
  margin-right: 30px;
}
.opinion-description a {
  color: #32b7d8;
}
.opinion-description a:hover {
  color: rgba(50, 183, 216, 0.6);
}
.section-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 980px) {
  .section-more {
    flex-direction: column;
  }
}
.section-more:before {
  content: "";
  width: 1px;
  top: -6px;
  right: 330px;
  bottom: -6px;
  background: #32b7d8;
  display: block;
  position: absolute;
}
@media (max-width: 980px) {
  .section-more:before {
    display: none;
  }
}
.section-more .col-1 {
  -webkit-box-flex: 32.91%;
  -moz-box-flex: 32.91%;
  -webkit-flex: 32.91%;
  -ms-flex: 32.91%;
  flex: 32.91%;
  max-width: 32.91%;
}
@media (max-width: 980px) {
  .section-more .col-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
.section-more .col-2 {
  -webkit-box-flex: calc(100% - 390px - 32.91%);
  -moz-box-flex: calc(100% - 390px - 32.91%);
  -webkit-flex: calc(100% - 390px - 32.91%);
  -ms-flex: calc(100% - 390px - 32.91%);
  flex: calc(100% - 390px - 32.91%);
  max-width: calc(100% - 390px - 32.91%);
  margin: 0 60px 0 30px;
}
@media (max-width: 980px) {
  .section-more .col-2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 64px 0;
  }
}
.section-more .col-3 {
  width: 300px;
}
@media (max-width: 980px) {
  .section-more .col-3 {
    width: 100%;
  }
}
.Tag nav + .section--01 {
  margin-top: 54px;
}
.opinion-principal {
  margin-bottom: 34px;
  padding: 40px;
  background: #eee;
  box-sizing: border-box;
}
.opinion-principal .item-media {
  max-width: 400px;
}
@media (max-width: 980px) {
  .opinion-principal {
    padding: 32px;
  }
  .opinion-principal .item-txt {
    display: block;
  }
  .opinion-principal .item-media {
    margin-bottom: 28px;
    max-width: 350px;
  }
  .opinion-principal .article-author {
    clear: both;
  }
}
@media (max-width: 759px) {
  .opinion-principal {
    padding: 18px;
  }
  .opinion-principal .item-media {
    margin-bottom: 28px;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .opinion-principal .item-media img {
    width: 100%;
  }
}
.opinion-principal + .section {
  border-top: 1px solid #e5e5e5;
  padding-top: 42px;
}
@media (max-width: 980px) {
  .opinion-principal + .section {
    padding-top: 0;
    border: 0;
  }
}
.opinion-title {
  font: italic 700 36px/42px Lora;
  margin-bottom: 15px;
}
.opinion-title a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.interview-sectionTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-end;
}
.interview-sectionButton {
  margin-bottom: -20px;
}
@media (max-width: 759px) {
  .interview-sectionButton {
    position: absolute;
    bottom: 24px;
    margin: 0;
    left: 24px;
  }
}
.section--bgBlue .article-author,
.section--bgBlue .subtitle {
  color: #fff;
}
.list-tags {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .list-tags {
    display: block;
  }
}
.list-tagsItem {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 980px) {
  .list-tagsItem {
    min-width: 44px;
    display: inline-block;
    margin-bottom: 4px;
  }
}
.list-tagsItem.no-item {
  font: 20px Roboto;
  color: #fff;
  padding: 13px 0;
  background: #353638;
  display: block;
  opacity: 0.12;
}
.list-tagsLink {
  font: 20px Roboto;
  color: #fff;
  padding: 13px 0;
  background: #353638;
  display: block;
}
.list-tagsLink:hover {
  background: #32b7d8;
}
.list-tagsLink.is-selected {
  background: #fff;
  color: #32b7d8;
}
.list-tagsResult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 6px solid #f5f1f0;
  border-bottom: 6px solid #f5f1f0;
  padding: 52px 0 26px;
  margin-bottom: 72px;
}
.list-tagsResultItem {
  margin-bottom: 26px;
  font: 14px/26px Roboto;
  text-transform: uppercase;
  -webkit-box-flex: 33%;
  -moz-box-flex: 33%;
  -webkit-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
  max-width: 33%;
}
.list-tagsResultItem a {
  display: inline-block;
  border: 1px solid #32b7d8;
  border-radius: 50px;
  padding: 4px 16px;
  min-width: 56px;
  text-align: center;
  box-sizing: border-box;
}
.list-tagsResultItem a:hover {
  background: #32b7d8;
  color: #000;
  text-decoration: none;
}
@media (max-width: 759px) {
  .list-tagsResultItem {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
.Search .vertical-listNews > li:last-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.Search .vertical-listNews {
  margin-bottom: 100px;
}
.Search .vertical-listNews img {
  max-width: 250px;
}
.search-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 32px;
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 759px) {
  .search-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search-headerText {
  font: 16px Roboto;
}
@media (max-width: 759px) {
  .search-headerText {
    margin-bottom: 20px;
  }
}
.search-headerNavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.search-headerNavigationText {
  font: 500 14px Roboto;
  color: #32b7d8;
}
.search-headerNavigationList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
}
.search-headerNavigationListItem {
  margin-left: 8px;
}
.Error .section--bgGrey {
  padding: 70px 0 125px 0;
}
.error-searchTitle {
  font: 700 18px Roboto;
  text-align: center;
  margin-bottom: 2px;
}
.error-searchText {
  font: 400 18px Roboto;
  text-align: center;
}
.error-searchForm {
  max-width: 720px;
  margin: 69px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.error-searchFormText {
  font: 16px Roboto;
  border: 1px solid #32b7d8;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 20px);
  padding: 9px 10px 10px 10px;
  margin-right: 20px;
}
.error-header {
  padding: 62px 0 100px 0;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.error-headerTitle {
  font: 700 60px/150px Lora;
  margin-top: 12px;
}
.error-headerEmoticon {
  font: 700 150px/157px Lora;
  color: #32b7d8;
  margin-right: 12px;
}
.legal-header {
  border-bottom: 0;
  background: #eee;
  padding: 66px 0 30px;
  margin-bottom: 60px;
  margin-top: -56px;
}
.legal-headerTitle {
  font: 700 35px Lora;
}
.legal-text p {
  font: 400 17px/25px Roboto;
}
.legal-text h2 {
  font: 700 17px/25px Roboto;
  color: #32b7d8;
  margin-bottom: 4px;
}
.legal-text p + h2 {
  margin-top: 20px;
}
.who-text {
  font: 19px/26px Roboto;
  margin: 20px 0 36px;
}
.who-list {
  margin-top: 72px 0;
}
.who-listItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font: 400 17px/20px Roboto;
  position: relative;
}
.who-listItemCharge {
  color: #32b7d8;
  margin-bottom: 4px;
}
.who-listItemText {
  margin-bottom: 2px;
}
.who-listItem:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #32b7d8;
}
.Photogallery-principal {
  background: #000;
  border: 0;
  padding-bottom: 54px;
  margin-bottom: 62px;
}
.Photogallery-principal .media-author,
.Photogallery-principal .paragraph,
.Photogallery-principal a {
  color: #fff;
}
.Photogallery-principal .title-2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.Photogallery-principal .media {
  margin-left: -32px;
  margin-right: -32px;
}
.Photogallery-principal .media-author {
  right: 32px;
}
.Contact .section--bgGrey {
  padding: 62px 0;
}
.form-contact {
  margin-bottom: 30px;
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.form-contact > * {
  order: 2;
}
.form-contact .wpcf7-validation-errors {
  order: 1;
}
.form-contact .form-contactActions,
.form-contact .form-contactItem,
.form-contact .g-recaptcha,
.form-contactItem {
  -webkit-box-flex: 33.33%;
  -moz-box-flex: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  font: 14px Roboto;
}
@media (max-width: 759px) {
  .form-contact .form-contactActions,
  .form-contact .form-contactItem,
  .form-contact .g-recaptcha,
  .form-contactItem {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 980px) {
  .form-contact .form-contactItem:nth-child(4) {
    -webkit-box-flex: 66.66%;
    -moz-box-flex: 66.66%;
    -webkit-flex: 66.66%;
    -ms-flex: 66.66%;
    flex: 66.66%;
    max-width: 66.66%;
  }
}
@media (max-width: 980px) {
  .form-contact .g-recaptcha {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.form-contact fieldset {
  -webkit-box-flex: 66.66%;
  -moz-box-flex: 66.66%;
  -webkit-flex: 66.66%;
  -ms-flex: 66.66%;
  flex: 66.66%;
  max-width: 66.66%;
  padding: 0 10px;
  float: left;
  font: 14px Roboto;
  margin-bottom: 12px;
}
.form-contact fieldset br {
  display: none;
}
@media (max-width: 980px) {
  .form-contact fieldset {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.form-contact > p {
  padding: 0 10px;
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  margin-left: 33.33%;
}
@media (max-width: 980px) {
  .form-contact > p {
    margin-left: 0;
  }
}
.contact_message {
  margin: 8px 0;
  display: block;
}
.form-contact .form-contactActions {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  margin-left: 33.33%;
}
@media (max-width: 980px) {
  .form-contact .form-contactActions {
    margin-left: 0;
  }
}
.form-contact .form-conditions {
  margin-top: 0;
}
.form-contactItem--half {
  -webkit-box-flex: 66.66%;
  -moz-box-flex: 66.66%;
  -webkit-flex: 66.66%;
  -ms-flex: 66.66%;
  flex: 66.66%;
  max-width: 66.66%;
  margin-left: 33.33%;
}
@media (max-width: 980px) {
  .form-contactItem--half {
    margin-left: 0;
  }
  .form-contactItem--half .form-conditions.form-conditions--newsletter {
    margin-top: 0 !important;
  }
}
.form-contactLabel {
  font: 14px/20px Roboto;
  margin: 8px 0;
  display: block;
}
.form-contactLabel--captcha {
  color: #32b7d8;
}
.form-contactInput,
.form-contactTextarea,
.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  border: 1px solid #32b7d8;
  font: 14px/20px Roboto;
}
.form-contactInput:focus,
.form-contactTextarea:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: 0;
}
.form-conditions {
  font: 14px/20px Roboto;
  margin-top: 20px;
}
.form-conditions .wpcf7-form-control {
  display: inline-block;
  margin-bottom: 8px;
}
.form-conditions span.wpcf7-list-item {
  margin: 0;
}
.form-conditions br {
  display: none;
}
.form-conditions a {
  color: #32b7d8;
}
.form-conditions input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #32b7d8;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.form-conditions input:checked {
  background: #32b7d8;
}
.form-conditions--newsletter {
  margin-top: 24px;
}
.form-contactTextarea {
  height: 160px;
}
.form-contactActions {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  margin-top: 20px;
}
.form-contactCaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .form-contactCaptcha {
    display: block;
  }
}
.captcha-container {
  border: 1px solid #e5e5e5;
  margin-right: 20px;
}
.captcha-container img {
  display: block;
}
@media (max-width: 980px) {
  .captcha-container {
    margin: 0 0 20px 0;
  }
}
.error-message,
div.wpcf7-validation-errors {
  background: #fbf8e7;
  padding: 42px;
  color: #cf0c0d;
  font: 15px Roboto;
  margin: 0 10px 36px 10px;
  -webkit-box-flex: calc(100% - 20px);
  -moz-box-flex: calc(100% - 20px);
  -webkit-flex: calc(100% - 20px);
  -ms-flex: calc(100% - 20px);
  flex: calc(100% - 20px);
  max-width: calc(100% - 20px);
  border: 0;
}
.wpcf7-not-valid-tip[role="alert"] {
  display: block;
  font-size: 11px;
  color: #cf0c0d;
  margin-top: 4px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #fbf8e7;
  padding: 42px;
  color: #000;
  font: 15px Roboto;
  margin: 20px 10px;
  width: 100%;
  border: 0;
}
.relations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 9px;
  margin-top: 20px;
}
.relations:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #32b7d8;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.relations-media {
  margin-right: 10px;
  margin-top: 1px;
}
.relations-text {
  font: 15px Roboto;
  font-weight: 700;
}
.relations-text a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}
.newsletter-header {
  background: #eee;
  padding: 100px 0 52px;
  margin: -56px 0 60px 0;
}
.alert + .newsleter-header {
  margin-top: -48px;
}
.newsletter-headerTitle {
  font: 35px Lora;
  font-weight: 700;
}
.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  display: none;
}
.loader[data-flag="on"] {
  display: flex;
}
.loader img {
  width: 80px;
}
.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 10;
}
.light[data-flag="off"] {
  display: none;
}
.light-close {
  position: absolute;
  right: 60px;
  top: 60px;
  cursor: pointer;
}
@media (max-width: 759px) {
  .light-close {
    right: 20px;
    top: 20px;
  }
  .light-close svg {
    width: 42px;
    height: 42px;
  }
}
.light-container {
  width: 100%;
  height: calc(100% - 100px);
  max-width: 1000px;
}
.cookies {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: none;
}
.cookies[data-flag="on"] {
  display: block;
}
.cookies[data-flag="off"] {
  display: none;
}
@media (max-width: 980px) {
  .cookies {
    padding: 30px 0;
  }
}
.cookies-inner {
  position: relative;
}
.cookies-inner > p {
  font: 400 14px Roboto;
  color: #fff;
  margin-right: 220px;
}
@media (max-width: 759px) {
  .cookies-inner > p {
    margin-right: 64px;
  }
}
.container-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 980px) {
  .container-close {
    right: 32px;
  }
}
.section--bgGrey .col-1 .principal figure {
  width: 450px;
}
@media (max-width: 980px) {
  .section--bgGrey .col-1 .principal figure {
    width: 350px;
  }
}
@media (max-width: 759px) {
  .section--bgGrey .col-1 .principal figure {
    width: calc(100% + 36px);
  }
}
@media (max-width: 759px) {
  .section--bgGrey .col-1 .principal .item-media {
    margin-right: 0;
  }
}
.open-02 .vertical-listNews figure,
.open-03 .vertical-listNews figure,
.open-04 .vertical-listNews figure,
.section--bgGrey .col-2 .vertical-listNews figure,
.section-80-20 .col-2 .vertical-listNews figure {
  width: 150px;
}
.Tag .vertical-listNews .item-media figure {
  width: 150px;
}
.open-01 .item-media figure {
  width: 869px;
}
.show-more {
  margin-top: 32px;
}
.section-80-20 .col-2 .campaign-inner,
.section-module .col-2 .campaign-inner {
  margin-bottom: 32px;
}
.error-line {
  max-width: 1200px;
  margin: 85px auto 27px auto;
  height: 8px;
  background: #f5f1f0;
  border: 0;
}
.media > span,
figure > a > span,
figure > span {
  position: relative;
}
.open-01 .item-media figure {
  width: 100%;
}
@media (max-width: 759px) {
  .open-02 .principal .media-author {
    right: 18px;
    margin-left: 0;
    position: static;
    margin-top: 10px;
    margin-right: 18px;
  }
}
@media (max-width: 980px) {
  .item-media {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.section--highlight .col-3 .vertical-listNews > li:first-of-type {
  margin-top: 20px;
}
.section-80-20 .col-.vertical-listNews > li:first-of-type {
  margin-top: 20px;
}
@media (max-width: 759px) {
  .open-01 .principal .media {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 759px) {
  .open-01 .media-author {
    right: 0;
    margin-left: 0;
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 759px) {
  .Home .open-01 .media-author {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.photogallery .media > span,
.photogallery figure > a > span,
.photogallery figure > span {
  position: absolute;
}
@media (max-width: 759px) {
  .photogallery .media > span,
  .photogallery figure > a > span,
  .photogallery figure > span {
    position: relative;
  }
}
.section--group .col-2 .item-media img,
.section--highlight .col-2 img {
  max-width: 172px;
}
.interview-media .interview-col2 .item-media img,
.interview-media .interview-col3 .item-media img {
  max-width: 440px;
}
.article-header {
  background: #000;
  padding: 62px 0;
}
.article-excerpt {
  background: #eee;
  padding: 42px 0;
}
.article-title {
  font: 700 47px/52px Lora;
  color: #fff;
}
@media (max-width: 759px) {
  .article-title {
    font: 700 38px/42px Lora;
  }
}
.article-title--opinion {
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
.article-lead {
  font: 20px/26px Roboto;
}
.article-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-bottom: 82px;
  margin-top: 30px;
}
@media (max-width: 980px) {
  .article-section {
    margin-top: 24px;
    flex-direction: column;
  }
}
.article-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 980px) {
  .article-inner {
    flex-direction: column;
  }
}
.article-share {
  flex: 0 0 170px;
  -webkit-flex: 170px;
  max-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #32b7d8;
  border-bottom: 1px solid #32b7d8;
  padding: 16px 0;
}
@media (max-width: 980px) {
  .article-share {
    flex: 1;
    max-width: 100%;
    border: 0;
    width: 100%;
    justify-content: center;
    padding: 0 0 24px 0;
  }
}
.article-campaign {
  flex: 0 0 300px;
  -webkit-flex: 300px;
  max-width: 300px;
}
@media (max-width: 980px) {
  .article-campaign {
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 759px) {
  .article-campaign {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.article-container {
  flex: 1;
  -webkit-flex: 1;
  margin-left: 30px;
}
@media (max-width: 980px) {
  .article-container {
    margin-left: 0;
  }
}
.Photogallery-detail .article-container {
  width: 100%;
  margin-left: 0;
}
.article-media {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.article-media iframe {
  min-height: 450px;
}
@media (max-width: 759px) {
  .article-media iframe {
    min-height: 320px;
  }
}
@media (max-width: 980px) {
  .article-media {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (max-width: 759px) {
  .article-media {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.article-content {
  flex: 1;
  -webkit-flex: 1;
  margin-right: 30px;
}
@media (max-width: 980px) {
  .article-content {
    order: 2;
  }
}
@media (max-width: 759px) {
  .article-content {
    margin-right: 0;
  }
}
.article-content > p {
  font: 18px/26px Roboto;
  margin-bottom: 32px;
}
.article-content > p a {
  color: #32b7d8;
}
.article-content > ol,
.article-content > ul {
  font: 18px/26px Roboto;
  margin-bottom: 32px;
}
.article-content > ul > li {
  list-style-type: square;
  margin-bottom: 16px;
  margin-left: 20px;
}
.article-content > ul > li:last-child {
  margin-bottom: 0;
}
.article-content > ol > li {
  list-style-type: decimal;
  margin-bottom: 16px;
  margin-left: 20px;
}
.article-content > ol > li:last-child {
  margin-bottom: 0;
}
.article-content > .article-author + p:first-letter,
.article-content > .article-authorOpinion + p:first-letter {
  font: 400 120px/72px Lora;
  float: left;
  margin: 15px 20px -5px 0;
  padding: 0 8px 0 0;
}
.article-authorOpinion {
  margin-bottom: 100px;
  background: #32b7d8;
  font: 700 20px Lora;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  text-transform: uppercase;
  padding: 31px 16px 16px;
  position: relative;
}
.article-authorOpinionMedia {
  position: absolute;
  left: 50%;
  margin-left: -66px;
  top: 14px;
}
.article-authorOpinionMedia img {
  border-radius: 50%;
}
@media (max-width: 759px) {
  .article-authorOpinionMedia {
    left: 16px;
    margin-left: 0;
  }
}
.article-content > p.article-author {
  font: 14px/22px Roboto;
  margin-bottom: 33px;
}
.article-content > p.article-author strong {
  font-weight: 700;
  color: #32b7d8;
  margin-right: 4px;
}
.article-content > p.article-author a {
  color: #32b7d8 !important;
}
.article-content > p.article-author:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #000;
  margin-top: 33px;
}
.article-keys {
  margin-top: 62px;
}
.article-keys li {
  counter-increment: step-counter;
  margin-bottom: 62px;
  list-style-type: none !important;
  margin-left: 0 !important;
}
.article-keys li p {
  font: 18px/26px Roboto;
  margin-bottom: 32px;
}
.article-keys h2 {
  font: 700 20px/22px Roboto;
  color: #32b7d8;
  margin-bottom: 12px;
}
.article-keys h2::before {
  color: #32b7d8;
  content: counter(step-counter) ". ";
  font: 700 20px/22px Roboto;
  display: inline-block;
  margin-right: 8px;
}
.article-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 6px solid #f5f1f0;
  border-bottom: 6px solid #f5f1f0;
  padding: 26px 0 10px;
  margin-bottom: 30px;
}
.article-tagsItem {
  margin-right: 16px;
  margin-bottom: 16px;
  font: 14px/26px Roboto;
  text-transform: uppercase;
  list-style-type: none !important;
  margin-left: 0 !important;
}
.article-tagsItem a {
  display: block;
  border: 1px solid #32b7d8;
  border-radius: 50px;
  padding: 4px 16px;
  min-width: 56px;
  text-align: center;
  box-sizing: border-box;
}
.article-tagsItem a:hover {
  background: #32b7d8;
  color: #000;
  text-decoration: none;
}
.comments {
  border-top: 6px solid #f5f1f0;
  padding-top: 40px;
  margin-top: 30px;
}
.article-moreTitle,
.comments-title {
  color: #32b7d8;
  font: 300 30px Roboto;
  margin-bottom: 48px;
}
.comments-listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #32b7d8;
}
.comments-listItem:last-child {
  margin-bottom: 0;
}
@media (max-width: 759px) {
  .comments-listItem {
    flex-direction: column;
  }
}
.comments-media {
  margin-right: 14px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.comments-info {
  flex: 0 0 226px;
  -webkit-flex: 226px;
  max-width: 226px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 759px) {
  .comments-info {
    flex: 1;
  }
}
.comments-date {
  font: 400 14px/20px Roboto;
  margin-bottom: 4px;
}
.comments-date strong {
  font-weight: 700;
  color: #32b7d8;
}
.comments-author {
  font: 700 15px/20px Roboto;
  color: #32b7d8;
}
.comments-content {
  padding-top: 12px;
}
.comments-content > p {
  font: 400 16px/22px Roboto;
}
.comments-actions {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.comments-actionsItem {
  margin-right: 22px;
  font: 15px/22px Roboto;
}
.comments-actionsItem a {
  color: rgba(0, 0, 0, 0.5);
}
.comments-actionsItem:last-child {
  margin-right: 0;
}
.form-comments {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 759px) {
  .form-comments {
    flex-direction: column;
    margin: 0;
  }
}
.form-commentsItem {
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-flex: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 759px) {
  .form-commentsItem {
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-flex: 1;
    padding: 0;
  }
}
.form-commentsItem--full {
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-flex: 1;
}
.form-commentsLabel {
  font: 14px/20px Roboto;
  margin-bottom: 8px;
}
.form-commentsInput,
.form-commentsTextarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  border: 1px solid #32b7d8;
  font: 14px/20px Roboto;
}
.form-commentsInput:focus,
.form-commentsTextarea:focus {
  outline: 0;
}
.form-commentsTextarea {
  height: 160px;
}
.form-commentsActions {
  display: block;
  flex: 1;
  -webkit-flex: 1;
  padding: 0 10px;
  text-align: right;
}
.sponsorship {
  padding: 20px 0;
  text-align: center;
}
.sponsorship-media {
  margin: 0 auto;
}
.sponsorship-text {
  font: 11px/20px Roboto;
  margin-bottom: 4px;
}
.article-more {
  margin-bottom: 30px;
  padding: 30px;
  background: #f5f1f0;
  box-sizing: border-box;
}
@media (max-width: 759px) {
  .article-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
.article-moreTitle {
  margin-bottom: 24px;
}
.article-moreInner {
  padding-right: 46px;
}
@media (max-width: 759px) {
  .article-moreInner {
    padding-right: 0;
  }
}
.article-moreText {
  font: 15px/22px Roboto;
}
.article-moreMedia {
  max-width: 220px;
}
.article-moreMedia p {
  font: 500 14px/18px Roboto;
  margin-top: 8px;
}
.article-moreMedia a {
  color: #32b7d8;
}
@media (max-width: 759px) {
  .article-moreMedia {
    order: 2;
    margin-top: 24px;
  }
}
.article-image img {
  display: block;
}
@media (max-width: 980px) {
  .article-image img {
    width: 100%;
  }
}
figure.article-image > span {
  height: auto;
}
.article-image .media {
  margin-bottom: 0;
}
.article-image--highlight {
  border-bottom: 6px solid #f5f1f0;
  padding-bottom: 24px;
}
.article-imageFooter {
  font: 15px/20px Roboto;
  color: #32b7d8;
  padding-top: 18px;
  padding-left: 50px;
  position: relative;
}
.article-imageFooter:before {
  content: "";
  width: 1px;
  height: 78px;
  background: #32b7d8;
  position: absolute;
  left: 30px;
  bottom: 4px;
  display: block;
}
.article-imageFooter small {
  font-size: 12px;
  color: #000;
  margin-left: 4px;
}
.article-imageFooter strong {
  font-weight: 700;
}
.article-audio {
  padding: 26px 0;
  margin-bottom: 42px;
  border-top: 6px solid #f5f1f0;
  border-bottom: 6px solid #f5f1f0;
}
.article-audioTitle {
  font: italic 22px/28px Lora;
  margin-bottom: 15px;
}
.article-photogallery {
  padding: 26px 0;
  margin-bottom: 42px;
  border-top: 6px solid #f5f1f0;
  border-bottom: 6px solid #f5f1f0;
}
@media (max-width: 759px) {
  .article-photogallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .article-photogallery .item-media {
    order: 2;
  }
  .article-photogallery .item-txt {
    order: 1;
  }
}
.article-photogalleryTitle {
  font: italic 22px/28px Lora;
  margin-top: 8px;
}
@media (max-width: 759px) {
  .article-photogalleryTitle {
    margin: 0 0 8px 0;
  }
}
.article-blockquote,
.article-content > blockquote {
  padding: 42px 72px 42px 88px;
  box-sizing: border-box;
  margin-bottom: 42px;
  border-top: 6px solid #f5f1f0;
  border-bottom: 6px solid #f5f1f0;
  font: 40px/56px Lora;
  color: #32b7d8;
  position: relative;
}
.article-blockquote:before,
.article-content > blockquote:before {
  content: "“";
  font-size: 100px;
  color: #000;
  position: absolute;
  top: 68px;
  left: 34px;
  color: #000;
  display: block;
}
@media (max-width: 759px) {
  .article-blockquote:before,
  .article-content > blockquote:before {
    left: 0;
  }
}
.article-blockquote:after,
.article-content > blockquote:after {
  content: "”";
  font-size: 100px;
  line-height: 120px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -65px;
}
@media (max-width: 759px) {
  .article-blockquote,
  .article-content > blockquote {
    padding: 42px 58px;
    font: 30px/38px Lora;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hypens: auto;
  }
}
.article-shareItem {
  width: 38px;
  height: 38px;
  margin-left: 8px;
}
.article-shareLink {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcdcdc;
  border-radius: 50%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  min-width: 38px;
  height: 38px;
}
.article-shareLink:hover > .article-shareSubMenu {
  display: block;
}
.article-shareLink svg {
  display: block;
  margin: 0 auto;
}
.article-shareItem--whatsapp {
  display: none;
}
.article-shareLink--whatsapp {
  fill: #fff;
}
.article-shareLink--whatsapp:hover {
  background: #25d366;
}
@media (max-width: 759px) {
  .article-shareItem--whatsapp {
    display: block;
  }
}
.article-shareLink--twitter:hover {
  background: #55aeea;
}
.article-shareLink--facebook:hover {
  background: #4764a4;
}
.article-shareLink--mail:hover {
  background: #32b7d8;
}
.article-shareLink--google:hover {
  background: #dc4e42;
}
.article-shareItem--mail {
  position: relative;
}
.article-shareItem--mail::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #e2e0e1;
  left: -14px;
  top: 10px;
  display: block;
  position: absolute;
}
.article-shareSubMenu {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: -3px;
  right: -3px;
  left: -3px;
  padding: 43px 3px 3px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 38px;
}
.article-shareItem--mail {
  margin-left: 26px;
  position: relative;
}
.Photogallery-detail .article-section {
  flex-direction: column;
}
.Photogallery-detail .article-share {
  max-width: auto;
  flex: 1;
  border: 0;
}
.Photogallery-detail .form-comments {
  width: 100%;
  justify-content: space-between;
}
.Photogallery-detail .form-commentsItem,
.Photogallery-detail .form-commentsItem--full {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.Photogallery-detail .article-content > p.article-author {
  margin-bottom: 8px;
}
.Photogallery-detail .article-content > p.article-author:after {
  display: none;
}
.Photogallery-detail .article-content > .article-author + p:first-letter {
  float: none;
  font: 18px/26px Roboto;
  padding: 0;
  margin: 0;
}
.Photogallery-detail .article-content {
  margin-right: 0;
}
@media (max-width: 980px) {
  .Photogallery-detail .photogallery-media {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .Photogallery-detail .media-author {
    right: 96px;
  }
  .Photogallery-detail .form-commentsItem {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 32px;
  }
  .Photogallery-detail .form-commentsItem--full {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 759px) {
  .Photogallery-detail .media-author {
    right: 18px;
  }
  .Photogallery-detail .form-commentsItem {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.photogallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 980px) {
  .photogallery-list {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 759px) {
  .photogallery-list {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    overflow: visible;
  }
}
.photogallery-listItem {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 980px) {
  .photogallery-listItem {
    flex: 0 0 calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
  .photogallery-listItem .article-inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 759px) {
  .photogallery-listItem {
    border-bottom: 6px solid #f5f1f0;
    margin-bottom: 32px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px;
  }
  .photogallery-listItem .article-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .photogallery-listItem:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.galeria {
  display: block;
  width: 100%;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
.galeria ul {
  list-style-type: none;
  display: block;
  width: 64000px;
  margin: 0;
  padding: 0;
}
@media (max-width: 759px) {
  .galeria ul {
    width: 100%;
  }
}
.galeria ul[data-animation="on"] {
  transition-property: webkit-transform, transform;
  transition-duration: 0.3s;
  height: 100%;
}
.galeria li {
  position: absolute;
}
@media (max-width: 759px) {
  .galeria li {
    position: static;
    border-bottom: 6px solid #f5f1f0;
    margin-bottom: 32px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
    width: 100% !important;
  }
  .galeria li .article-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .galeria li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
button[data-order="shift"][data-flag="off"] {
  display: none;
}
@media (max-width: 759px) {
  .galeria .list {
    height: 100% !important;
  }
}
.article-content > p.photogallery-count {
  font: 700 14px/22px Roboto;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #32b7d8;
}
.photogallery-navigationItem {
  position: absolute;
  top: 270px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 980px) {
  .photogallery-navigationItem {
    top: 250px;
  }
}
@media (max-width: 759px) {
  .photogallery-navigationItem {
    display: none;
  }
}
.photogallery-navigationItem--next {
  right: 38px;
}
.photogallery-navigationItem--prev {
  left: 38px;
}
.footer {
  position: relative;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  background: #32b7d8;
}
.footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background: #eee;
}
@media (max-width: 759px) {
  .footer .header-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 18px;
  }
}
.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .footer-container {
    flex-direction: column;
    padding: 0;
  }
}
.footer-container:after {
  content: "";
  display: block;
  right: 330px;
  width: 1px;
  height: 34px;
  background: #32b7d8;
  top: -33px;
  position: absolute;
}
@media (max-width: 980px) {
  .footer-container:after {
    display: none;
  }
}
.footer-info {
  background: #32b7d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-flex: calc(100% - 330px);
  -moz-box-flex: calc(100% - 330px);
  -webkit-flex: calc(100% - 330px);
  -ms-flex: calc(100% - 330px);
  flex: calc(100% - 330px);
  flex: 0 0 calc(100% - 330px);
  box-sizing: border-box;
  padding: 0 32px;
}
@media (max-width: 980px) {
  .footer-info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 64px 32px;
    order: 2;
  }
}
@media (max-width: 759px) {
  .footer-info {
    padding: 40px 0;
  }
}
.footer-newsletter {
  background: #eee;
  height: 100%;
  width: 330px;
  box-sizing: border-box;
  padding: 40px 35px;
}
@media (max-width: 980px) {
  .footer-newsletter {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    order: 1;
  }
}
@media (max-width: 759px) {
  .footer-newsletter {
    flex-direction: column;
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media (max-width: 980px) {
  .footer-newsletter svg {
    margin-right: 20px;
  }
}
@media (max-width: 759px) {
  .footer-newsletter svg {
    margin-bottom: 20px;
  }
}
.footer-newsletterText {
  font: 400 16px Roboto;
  margin: 10px 0 20px;
}
.footer-newsletterTitle {
  font: 700 28px Lora;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .footer-newsletterTitle {
    margin-top: 0;
  }
}
.footer-infoCopys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 12px;
  margin-top: 12px;
  font: 400 12px Roboto;
  text-transform: uppercase;
}
@media (max-width: 759px) {
  .footer-infoCopys {
    padding-top: 22px;
    margin-top: 22px;
  }
}
.footer-infoList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 759px) {
  .footer-infoList {
    display: block;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 759px) {
  .footer-infoListItem {
    margin-bottom: 15px;
  }
  .footer-infoListItem:after {
    display: none;
  }
  .footer-infoListItem:last-child {
    margin-bottom: 0;
  }
}
.footer-infoListItem:after {
  content: "•";
  margin: 0 8px 0 4px;
  color: #fff;
  font-size: 10px;
}
.footer-infoListItem:last-child:after {
  display: none;
}
.footer-infoListItem a {
  color: #fff;
}
.footer-brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 759px) {
  .footer-brands {
    align-items: flex-start;
    flex-direction: column;
    display: block;
  }
}
@media (max-width: 980px) {
  .footer-newsletterContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
}
@media (max-width: 759px) {
  .footer-newsletterContainer {
    display: block;
  }
}
@media (max-width: 980px) {
  .footer-newsletterContainerText {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
  }
}
@media (max-width: 980px) {
  .footer-logo {
    display: none;
  }
}
.footer-infoText {
  font: 400 12px Roboto;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .footer-infoText {
    display: none;
  }
}
.footer-infoText.footer-infoText--tablet {
  display: none;
}
@media (max-width: 980px) {
  .footer-infoText.footer-infoText--tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 759px) {
  .footer-infoText.footer-infoText--tablet {
    display: block;
    padding: 0 18px 22px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 22px;
  }
}
.footer-brands .header-shareItem path {
  fill: #fff;
}

.ads-article-aside {
    display: block;
}
@media (max-width: 759px) {
    .ads-article-aside {
        display: none;
    }   
}

.ads-article-aside-mobile {
    display: none;
}
@media (max-width: 759px) {
    .ads-article-aside-mobile {
        display: flex;
    }
}