html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

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

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

[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

html {
    box-sizing: border-box;
    font-size: 100%
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

button,
input {
    font-family: inherit
}

div,
form,
h1,
h2,
h3,
li,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

i {
    font-style: italic
}

b,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 1.5rem
}

h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.1875rem
}

h3 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,
screen and (min-width: 48em) {

    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.9375rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ul {
    margin-left: 1.25rem
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

.button {
    background-color: #1779ba;
    color: #fefefe
}

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fefefe
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

.hide {
    display: none !important
}

.main-bar:after,
.secondary-bar:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

[class^=icon-]:before {
    font-family: sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    outline: none;
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    color: var(--color01, #212335);
    background-color: var(--colorBackground01, #fff);
    height: 100%
}

body,
html {
    font-family: sans-serif
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: var(--global-size, 20px);
    line-height: var(--global-lineheight, 32px)
}

html body {
    height: auto;
    min-height: 100vh
}

h1,
h2,
h3 {
    font-family: sans-serif;
    font-weight: 400;
    margin-top: 0
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

button {
    cursor: pointer
}

body {
    display: flex;
    flex-direction: column
}

@supports(-webkit-touch-callout:none) {
}

body .overlay-corporate-mask {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

header.header {
    margin: 0 auto;
    border-bottom: 1px solid transparent
}

@media only screen and (min-width: 0) {
    header.header {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 768px) {
    header.header {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 1024px) {
    header.header {
        max-width: var(--content-maxwidth, 984px)
    }
}

@media only screen and (min-width: 1296px) {
    header.header {
        max-width: var(--content-maxwidth, 1400px)
    }
}

@media only screen and (min-width: 0) {
    header.header {
        padding-left: var(--article-padding, 20px)
    }
}

@media only screen and (min-width: 768px) {
    header.header {
        padding-left: var(--article-padding, 30px)
    }
}

@media only screen and (min-width: 1024px) {
    header.header {
        padding-left: var(--article-padding, 10px)
    }
}

@media only screen and (min-width: 1296px) {
    header.header {
        padding-left: var(--article-padding, 12px)
    }
}

@media only screen and (min-width: 0) {
    header.header {
        padding-right: var(--article-padding, 20px)
    }
}

@media only screen and (min-width: 768px) {
    header.header {
        padding-right: var(--article-padding, 30px)
    }
}

@media only screen and (min-width: 1024px) {
    header.header {
        padding-right: var(--article-padding, 10px)
    }
}

@media only screen and (min-width: 1296px) {
    header.header {
        padding-right: var(--article-padding, 12px)
    }
}

@media only screen and (min-width: 768px) {
    header.header {
        border-bottom: 0
    }
}

header.header a:hover,
header.header button:hover {
    color: var(--launch__label-color, #009)
}

header.header:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #cdcdd6;
    left: 20px;
    right: 20px
}

.main-bar {
    text-align: center;
    height: 40px;
    margin: 7px 0;
    position: relative
}

.secondary-bar {
    height: 0;
    overflow: visible;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    transition: height .3s ease;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #212335
}

.secondary-bar__inner {
    position: relative;
    border: 0;
    height: 100%
}

.secondary-bar .topics {
    display: none;
    position: absolute;
    left: 0;
    right: 200px
}

.secondary-bar .topics__title {
    font-weight: 600;
    padding-right: 20px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap
}

.secondary-bar .topics__nav {
    padding-left: 100px;
    position: relative;
    overflow: hidden
}

.secondary-bar .topics__nav__list__item {
    display: inline-block;
    padding-right: 20px
}

.secondary-bar .topics__nav__list__item:last-child {
    padding-right: 0
}

.secondary-bar .topics__nav__list.visible-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 20px;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
    display: table-cell;
    white-space: nowrap
}

.secondary-bar .topics__nav__button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    color: #212335;
    opacity: .8;
    font-size: 20px;
    width: 20px;
    height: 6px;
    line-height: 0;
    position: relative;
    top: -2px
}

@media only screen and (max-width: 767px) {
    .header-menu .header-menu__live {
        left: auto;
        right: 0;
        border-left: 0;
        padding-left: 0
    }
}

@media only screen and (min-width: 768px) {
    header.header:after {
        display: none
    }

    .main-bar {
        text-align: left;
        height: 30px;
        margin: 16px 0
    }

    .secondary-bar {
        height: 37px;
        overflow: hidden
    }

    .secondary-bar__inner {
        padding: 9px 0 8px;
        border-top: 1px solid #cdcdd6
    }

    .secondary-bar .topics {
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .main-bar {
        margin: 20px 0
    }

    .main-bar {
        height: 38px
    }

    .secondary-bar {
        height: 41px
    }

    .secondary-bar__inner {
        padding: 11px 0 10px 190px
    }

    .secondary-bar__inner .topics {
        left: 190px
    }
}

@media only screen and (min-width: 1296px) {
    .main-bar {
        margin: 25px 0
    }

    .main-bar {
        height: 48px
    }

    .secondary-bar {
        height: 49px
    }

    .secondary-bar__inner {
        padding: 15px 0 15px 212px
    }

    .secondary-bar__inner .topics {
        left: 212px
    }
}

.header-menu {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #212335;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -35px
}

.header-menu .button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    color: #212335
}

.header-menu__nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 228px;
    height: 20px;
    text-align: left;
    overflow: hidden
}

.header-menu__nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.header-menu__nav__list__item {
    white-space: nowrap;
    height: 20px;
    max-height: 20px
}

.header-menu__nav__list__item .link {
    height: 20px;
    line-height: 20px;
    display: block;
    letter-spacing: 0
}

.header-menu__nav__list.visible-list {
    display: inline-table
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
    display: table-cell;
    margin: 0;
    padding: 0 16px 0 0
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
    padding-right: 0;
    height: 20px;
    line-height: 20px
}

.header-menu__nav__list.hidden-list {
    color: #212335;
    position: absolute;
    border: 0;
    box-shadow: 0 0 2px 2px hsla(0, 0%, 55.3%, .3);
    background-color: var(--sharebox-background, #fff);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    top: 44px;
    right: -33px;
    z-index: 15;
    text-align: center
}

.header-menu__nav__list.hidden-list:after,
.header-menu__nav__list.hidden-list:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid
}

.header-menu__nav__list.hidden-list:before {
    margin: -12px -15px 0 0;
    border-width: 0 15px 12px;
    border-color: transparent transparent hsla(0, 0%, 55.3%, .3)
}

.header-menu__nav__list.hidden-list:after {
    margin: -10px -13px 0 0;
    border-width: 0 13px 10px;
    border-color: transparent transparent #fff
}

.header-menu__nav__list.hidden-list .header-menu__nav__list__item {
    padding: 5px 15px
}

.header-menu__nav__button {
    font-size: 24px;
    width: 23px;
    height: 20px;
    line-height: 0
}

.header-menu__nav__button.button {
    padding-bottom: 14px
}

.header-menu__tgr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.header-menu__tgr .button {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.header-menu__tgr .button:after {
    display: none
}

.header-menu__live {
    position: absolute;
    left: 84px;
    right: auto;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 6px;
    border-left: 1px solid #cdcdd6;
    width: auto;
    white-space: nowrap
}

.header-menu__live .link {
    height: 20px;
    line-height: 20px;
    display: block
}

@media only screen and (min-width: 768px) {
    .header-menu {
        position: absolute;
        top: 5px;
        left: 160px;
        right: 190px;
        bottom: auto;
        min-width: 300px;
        height: 20px;
        line-height: 20px
    }

    .header-menu__nav {
        display: block;
        right: 266px
    }

    .header-menu__tgr {
        top: 0;
        left: auto;
        right: 140px;
        bottom: auto;
        width: 126px;
        border-left: 1px solid #cdcdd6
    }

    .header-menu__live {
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
        width: 140px;
        padding-left: 16px
    }
}

@media only screen and (min-width: 1024px) {
    .header-menu {
        top: 9px;
        left: 170px;
        right: 260px;
        font-size: 16px
    }

    .header-menu__nav__list.visible-list .header-menu__nav__list__item {
        padding-right: 20px
    }

    .header-menu__nav__list.hidden-list {
        top: 45px
    }

    .header-menu__live {
        padding-left: 16px;
        width: 140px
    }
}

@media only screen and (min-width: 1296px) {
    .header-menu {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        top: 13px;
        left: 212px;
        right: 270px
    }

    .header-menu__nav {
        height: 24px;
        line-height: 24px;
        right: 319px
    }

    .header-menu__nav__button {
        width: 25px;
        font-size: 25px
    }

    .header-menu__nav__button.button {
        padding-bottom: 16px
    }

    .header-menu__nav__list.hidden-list {
        top: 47px
    }

    .header-menu__tgr {
        width: 156px;
        right: 163px
    }

    .header-menu__tgr,
    .header-menu__tgr .button {
        height: 24px;
        line-height: 24px
    }

    .header-menu__tgr .button span {
        font-size: 18px;
        height: 24px;
        line-height: 24px
    }

    .header-menu__live {
        width: 164px;
        padding-left: 24px
    }

    .header-menu__live,
    .header-menu__live .link {
        height: 24px;
        line-height: 24px
    }
}

.mask-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #000;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#page-updated {
    color: #fff;
    background: var(--launch__label-color, #009);
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    height: 22px;
    line-height: 18px;
    padding: 2px 0;
    overflow: hidden
}

#page-updated .date,
#page-updated .hour {
    display: inline-block
}

#page-updated .hour {
    position: relative;
    padding-left: 12px
}

#page-updated .hour:before {
    content: "\00B7";
    position: absolute;
    left: 2px;
    font-size: 26px;
    display: inline-block
}

.banner-app {
    margin-top: -20px;
    background-color: var(--banner-app-background, #009);
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .banner-app {
        overflow: visible
    }
}

.banner-app__container {
    margin: 0 auto;
    opacity: 1;
    padding-top: 8px;
    height: 236px
}

@media only screen and (min-width: 0) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 984px)
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 0) {
    .banner-app__container {
        padding-left: var(--article-padding, 20px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        padding-left: var(--article-padding, 30px)
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        padding-left: var(--article-padding, 10px)
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        padding-left: var(--article-padding, 12px)
    }
}

@media only screen and (min-width: 0) {
    .banner-app__container {
        padding-right: var(--article-padding, 20px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        padding-right: var(--article-padding, 30px)
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        padding-right: var(--article-padding, 10px)
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        padding-right: var(--article-padding, 12px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 99px;
        padding-right: 99px
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        position: relative;
        margin: 0 auto;
        height: 248px;
        padding-left: 72px;
        padding-right: 72px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        justify-content: flex-start;
        height: 220px
    }
}

.banner-app__info {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .banner-app__info {
        position: relative;
        top: -14px;
        max-width: 280px
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__info {
        max-width: 400px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__info {
        display: flex;
        max-width: 750px;
        width: 100%
    }
}

.banner-app__info .logo {
    height: 80px;
    font-size: 102px;
    position: relative;
    padding-right: 20px;
    color: var(--banner-app__logo-color, #fff)
}

@media only screen and (min-width: 1024px) {
    .banner-app__info .logo {
        height: 100px;
        font-size: 123px;
        padding-right: 60px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__info .logo {
        height: 100px;
        margin-top: 40px;
        padding-right: 93px
    }
}

.banner-app__info .text-buttons-wrapper .text {
    font-family: sans-serif;
    color: var(--banner-app__info-color, #fff);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    max-width: 80%;
    width: 100%;
    float: left
}

@media only screen and (min-width: 768px) {
    .banner-app__info .text-buttons-wrapper .text {
        max-width: 330px
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__info .text-buttons-wrapper .text {
        font-size: 19px;
        line-height: 24px;
        max-width: 400px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__info .text-buttons-wrapper .text {
        font-size: 24px;
        line-height: 32px;
        max-width: 520px
    }
}

.banner-app__info .text-buttons-wrapper .text__button {
    margin-right: 20px
}

@media only screen and (min-width: 1024px) {
    .banner-app__info .text-buttons-wrapper .text__button {
        margin-right: 24px
    }
}

.banner-app__info .text-buttons-wrapper .text__button.google-play {
    margin-right: 0
}

.banner-app__info .text-buttons-wrapper .text p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 24px
}

.banner-app__info .text-buttons-wrapper .buttons-wrapper {
    display: flex;
    width: 100%
}

.banner-app .smartphone {
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    opacity: .1
}

@media only screen and (min-width: 480px) {
    .banner-app .smartphone {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .banner-app .smartphone {
        width: 398px;
        height: 220px
    }
}

@media only screen and (min-width: 768px) {
    .banner-app .smartphone {
        opacity: 1;
        width: 434px;
        right: 42px;
        overflow-x: hidden
    }

    .banner-app .smartphone picture {
        position: relative;
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app .smartphone {
        width: 498px;
        right: 55px
    }

    .banner-app .smartphone picture {
        bottom: -17px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app .smartphone {
        right: 15px
    }

    .banner-app .smartphone picture {
        bottom: -46px
    }
}

@media only screen and (min-width: 1400px) {
    .banner-app .smartphone {
        right: -50px
    }
}

.prefooter {
    background-color: var(--prefooter-background, #212335);
    color: var(--prefooter-color, #fff);
    padding-top: 52px;
    padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .prefooter {
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .prefooter {
        padding-top: 64px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 1024px) and (max-width:1295px) {
    .prefooter .cell-footerfirst .prefooter__wrapper {
        padding-right: 10px
    }

    .prefooter .cell-footersecond .prefooter__wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    .prefooter .cell-social .prefooter__wrapper {
        padding-left: 10px
    }
}

@media only screen and (min-width: 1296px) {
    .prefooter {
        padding-top: 72px;
        padding-bottom: 68px
    }
}

.prefooter__container {
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 auto
}

@media only screen and (min-width: 0) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 768px) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 1024px) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 984px)
    }
}

@media only screen and (min-width: 1296px) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 1024px) {
    .prefooter__container {
        padding-left: 0;
        padding-right: 0
    }
}

.prefooter .cell-footerfirst {
    width: 50%
}

.prefooter .cell-footerfirst .prefooter__list {
    column-count: 2
}

@media only screen and (min-width: 1024px) {
    .prefooter .cell-footerfirst .prefooter__list {
        column-count: 3
    }
}

.prefooter .cell-footersecond {
    width: 50%
}

.prefooter .cell-footersecond .prefooter__list {
    column-count: 2
}

@media only screen and (min-width: 1024px) {
    .prefooter .cell-footersecond {
        width: 33.33333%
    }
}

.prefooter .cell-redazioni {
    width: 75%;
    margin-top: 16px
}

@media only screen and (min-width: 1024px) {
    .prefooter .cell-redazioni {
        width: 100%;
        order: 4
    }

    .prefooter .cell-redazioni .prefooter__list {
        column-count: 6
    }
}

.prefooter .cell-social {
    width: 25%;
    margin-top: 16px
}

@media only screen and (min-width: 1024px) {
    .prefooter .cell-social {
        width: 16.66667%;
        order: 3;
        margin-top: 0
    }
}

.prefooter__wrapper {
    padding: 0 12px
}

.prefooter__title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--prefooter__divider-color, #5e5e6e);
    font-family: sans-serif
}

.prefooter__list {
    display: block;
    max-height: none;
    column-count: 3;
    column-gap: 24px;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none
}

.prefooter__list__item {
    font-size: 16px !important;
    line-height: 20px !important;
    color: var(--prefooter__link-color, #cdcdd6);
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.prefooter__list__item a:hover {
    color: #99b6ff
}

@supports(-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {

    @supports(-webkit-hyphens: none) {
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

a {
    background-color: transparent
}

img {
    border-style: none
}

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

html {
    box-sizing: border-box;
    font-size: 100%
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

div,
p {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

i {
    font-style: italic
}

i {
    line-height: inherit
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p {
        orphans: 3;
        widows: 3
    }
}

[class^=icon-]:before {
    font-family: rai24 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    outline: none;
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    color: var(--color01, #212335);
    background-color: var(--colorBackground01, #fff);
    height: 100%
}

body,
html {
    font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: var(--global-size, 20px);
    line-height: var(--global-lineheight, 32px)
}

html body {
    height: auto;
    min-height: 100vh
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

body {
    display: flex;
    flex-direction: column
}

@supports (-webkit-touch-callout:none) {}

.banner-app {
    margin-top: -20px;
    background-color: var(--banner-app-background, #009);
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .banner-app {
        overflow: visible
    }
}

.banner-app__container {
    margin: 0 auto;
    opacity: 1;
    padding-top: 8px;
    height: 236px
}

@media only screen and (min-width: 0) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 984px)
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        max-width: var(--content-maxwidth, 1296px)
    }
}

@media only screen and (min-width: 0) {
    .banner-app__container {
        padding-left: var(--article-padding, 20px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        padding-left: var(--article-padding, 30px)
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        padding-left: var(--article-padding, 10px)
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        padding-left: var(--article-padding, 12px)
    }
}

@media only screen and (min-width: 0) {
    .banner-app__container {
        padding-right: var(--article-padding, 20px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        padding-right: var(--article-padding, 30px)
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        padding-right: var(--article-padding, 10px)
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        padding-right: var(--article-padding, 12px)
    }
}

@media only screen and (min-width: 768px) {
    .banner-app__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 99px;
        padding-right: 99px
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__container {
        position: relative;
        margin: 0 auto;
        height: 248px;
        padding-left: 72px;
        padding-right: 72px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__container {
        justify-content: flex-start;
        height: 220px
    }
}

.banner-app__info {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .banner-app__info {
        position: relative;
        top: -14px;
        max-width: 280px
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__info {
        max-width: 400px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__info {
        display: flex;
        max-width: 750px;
        width: 100%
    }
}

.banner-app__info .logo {
    height: 80px;
    font-size: 102px;
    top: -8px;
    position: relative;
    padding-right: 20px;
    color: var(--banner-app__logo-color, #fff)
}

@media only screen and (min-width: 1024px) {
    .banner-app__info .logo {
        height: 100px;
        font-size: 123px;
        padding-right: 60px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__info .logo {
        height: 100px;
        margin-top: 40px;
        padding-right: 93px
    }
}

.banner-app__info .text-buttons-wrapper .text {
    font-family: Merriweather, serif;
    color: var(--banner-app__info-color, #fff);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    max-width: 80%;
    width: 100%;
    float: left
}

@media only screen and (min-width: 768px) {
    .banner-app__info .text-buttons-wrapper .text {
        max-width: 330px
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app__info .text-buttons-wrapper .text {
        font-size: 19px;
        line-height: 24px;
        max-width: 400px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app__info .text-buttons-wrapper .text {
        font-size: 24px;
        line-height: 32px;
        max-width: 520px
    }
}

.banner-app__info .text-buttons-wrapper .text__button {
    margin-right: 20px
}

@media only screen and (min-width: 1024px) {
    .banner-app__info .text-buttons-wrapper .text__button {
        margin-right: 24px
    }
}

.banner-app__info .text-buttons-wrapper .text__button.google-play {
    margin-right: 0
}

.banner-app__info .text-buttons-wrapper .text p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 24px
}

.banner-app__info .text-buttons-wrapper .buttons-wrapper {
    display: flex;
    width: 100%
}

.banner-app .smartphone {
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 0;
    pointer-events: none;
    opacity: .1
}

@media only screen and (min-width: 480px) {
    .banner-app .smartphone {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .banner-app .smartphone {
        width: 398px;
        height: 220px
    }
}

@media only screen and (min-width: 768px) {
    .banner-app .smartphone {
        opacity: 1;
        width: 434px;
        right: 42px;
        overflow-x: hidden
    }

    .banner-app .smartphone picture {
        position: relative;
        display: block
    }
}

@media only screen and (min-width: 1024px) {
    .banner-app .smartphone {
        width: 498px;
        right: 55px
    }

    .banner-app .smartphone picture {
        bottom: -17px
    }
}

@media only screen and (min-width: 1296px) {
    .banner-app .smartphone {
        right: 15px
    }

    .banner-app .smartphone picture {
        bottom: -46px
    }
}

@media only screen and (min-width: 1400px) {
    .banner-app .smartphone {
        right: -50px
    }
}

@supports (-webkit-hyphens: none) {}

@media only screen and (min-width: 1024px) {

    @supports (-webkit-hyphens: none) {}
}

.mob_footer {
    display: none;
}

@media (max-width: 500px) {

    .grid-x,
    .prefooter__container {
        display: none !important;
    }

    .mob_footer {
        display: block !important;
    }
}