/*
 * 
 * Sluzby
 * 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext");
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
#h1c {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
#h1c > h1 {
    display: none !important;
}
h1.notMoveH1 {
    display: block;
}
#layout-selector {
    z-index: 1000;
}
#articleContainer .Article figcaption,
#articleContainer .Article figure,
#articleContainer .Article header,
#articleContainer .Article nav,
#articleContainer .Article section {
    display: block;
}
#articleContainer .Article a,
#articleContainer .Article blockquote,
#articleContainer .Article div,
#articleContainer .Article figcaption,
#articleContainer .Article figure,
#articleContainer .Article h1,
#articleContainer .Article h2,
#articleContainer .Article h3,
#articleContainer .Article header,
#articleContainer .Article img,
#articleContainer .Article li,
#articleContainer .Article nav,
#articleContainer .Article p,
#articleContainer .Article section,
#articleContainer .Article small,
#articleContainer .Article span,
#articleContainer .Article strong,
#articleContainer .Article ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    clear: none;
}
#articleContainer .Article ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#articleContainer .Article ul li {
    background-image: none;
    padding: 0;
    margin: 0;
}
#articleContainer .Article a {
    outline: none;
    text-decoration: none;
    background-color: transparent;
}
#articleContainer .Article a:active,
#articleContainer .Article a:hover {
    outline: 0;
}
#articleContainer .Article a img {
    border: 0;
}
#articleContainer .Article img {
    display: block;
    max-width: none;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
#articleContainer .Article svg:not(:root) {
    overflow: hidden;
}
#articleContainer .Article strong {
    font-weight: 700;
}
#articleContainer .Article button {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}
#articleContainer .Article button::-moz-focus-inner,
#articleContainer .Article input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#articleContainer .Article p {
    margin: 0;
}
#articleContainer .Article .Link--angleDownRight.is-active:after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}
#articleContainer .Article .Link--angleDownRight span.is-active {
    display: inline;
}
#articleContainer .Article .Link--chevronCircleDownBottom.is-active:after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}
#articleContainer .Article .Link--chevronCircleDownBottom span.is-active {
    display: inline;
}
#articleContainer .Article .Link--rightArrow.is-active:after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}
@-ms-viewport {
    width: device-width;
}
.OutDatedBrowserInfo {
    display: block;
    padding: 15px 20px;
    margin: 10px;
    background-color: #feffc7;
    border: 1px solid #d4d09f;
    border-radius: 3px;
    color: #e9242e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
#articleContainer .Article {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1255px;
    overflow: hidden;
    height: auto;
    margin: auto;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#articleContainer .Article.no-js.Preload *,
#articleContainer .Article.no-js.Preload :after,
#articleContainer .Article.no-js.Preload :before {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}
#articleContainer .Article *,
#articleContainer .Article :after,
#articleContainer .Article :before {
    box-sizing: border-box;
}
#articleContainer .Article :focus {
    outline: none;
}
#articleContainer .Article .Container {
    position: relative;
    max-width: 1085px;
    margin: auto;
}
#articleContainer .Article .Container:after,
#articleContainer .Article .Container:before {
    content: "";
    display: table;
}
#articleContainer .Article .Container:after {
    clear: both;
}
@media only screen and (max-width: 1024px) {
    #articleContainer .Article .Container {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .Container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 320px) {
    #articleContainer .Article .Container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#articleContainer .Article .Main {
    position: relative;
}
#articleContainer .Article img.is-lazy {
    opacity: 0;
}
#articleContainer .Article img.is-lazy.is-active {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0, 0, 0.4, 1);
}
.layout-0 #articleContainer .Article .Container {
    padding-left: 50px;
    padding-right: 50px;
}
#articleContainer .Article .IcoBoxes {
    margin: 0 -10px;
    font-size: 0;
}
#articleContainer .Article .IcoBoxVer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: transparent;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
}
#articleContainer .Article .IcoBoxVer--oneThird {
    position: relative;
    width: 30%;
    width: calc(100% * 1 / 3 - 20px);
    padding: 0 70px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
    #articleContainer .Article .IcoBoxVer--oneThird {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .IcoBoxVer--oneThird {
        width: calc(100% * 1 / 2 - 20px);
        padding: 0 30px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .IcoBoxVer--oneThird {
        width: calc(100% * 1 / 1 - 20px);
        padding: 0 50px;
    }
}
#articleContainer .Article .IcoBoxVer--oneQuarter {
    position: relative;
    width: 20%;
    width: calc(100% * 1 / 4 - 20px);
    padding: 0 10px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .IcoBoxVer--oneQuarter {
        width: calc(100% * 1 / 2 - 20px);
        padding: 0 30px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .IcoBoxVer--oneQuarter {
        width: calc(100% * 1 / 1 - 20px);
        padding: 0 50px;
    }
}
#articleContainer .Article .IcoBoxVer--animated.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#articleContainer .Article .IcoBoxVer-icoContainer {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    height: 100px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(0deg, #0094e7 0, #3cb2f5);
    border-radius: 50%;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .IcoBoxVer-icoContainer {
        width: 60px;
        height: 60px;
    }
}
#articleContainer .Article .IcoBoxVer-ico {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .IcoBoxVer-ico {
        width: 40px;
        height: 40px;
    }
}
#articleContainer .Article .IcoBoxVer-ico--offsetRight {
    right: 2px;
}
#articleContainer .Article .IcoBoxVer-ico--offsetLeft {
    left: 2px;
}
#articleContainer .Article .IcoBoxVer-heading {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 15px;
}
#articleContainer .Article .IcoBoxVer-text {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 10px;
}
#articleContainer .Article .IcoBoxVer-text a {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap;
    transition: all 0.4s ease;
}
#articleContainer .Article .IcoBoxVer-text a:hover {
    color: inherit;
}
.layout-0 #articleContainer .Article .IcoBoxVer--oneThird {
    padding: 0 40px;
}
#articleContainer .Article .CommodityTiles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -10px;
}
#articleContainer .Article .CommodityTile {
    max-width: 164px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
    margin: 0 10px 20px;
    transition: box-shadow 0.3s ease;
}
#articleContainer .Article .CommodityTile:hover {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3);
}
#articleContainer .Article .CommodityTile-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 30px 20px;
}
#articleContainer .Article .CommodityTile-img {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#articleContainer .Article .CommodityTile-name {
    display: block;
    color: #0094e7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
}
#articleContainer .Article .ProtectiveFoilFeatures {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-img {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .ProtectiveFoilFeatures-img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        max-width: 80%;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-width: 100%;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list li {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list li {
        text-align: left;
        padding-left: 40px;
        margin-bottom: 10px;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list li span {
    opacity: 0;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list li span {
        opacity: 1 !important;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list li:last-child {
    margin-bottom: 0;
}
#articleContainer .Article .ProtectiveFoilFeatures-list li.is-active span {
    opacity: 1;
    transition: opacity 0.2s linear;
}
#articleContainer .Article .ProtectiveFoilFeatures-list li:before {
    content: "";
    width: 246px;
    height: 1px;
    position: absolute;
    top: 10px;
    background-color: #d2d2d2;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list li:before {
        -webkit-transform-origin: left center !important;
        -ms-transform-origin: left center !important;
        transform-origin: left center !important;
        width: 30px !important;
        right: auto !important;
        left: 0 !important;
        -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list li:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    background-color: #0094e7;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list li:after {
        right: auto !important;
        left: 0 !important;
        opacity: 1 !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list li.is-active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition: -webkit-transform 0.3s ease-in 0.3s;
    transition: transform 0.3s ease-in 0.3s;
    transition: transform 0.3s ease-in 0.3s, -webkit-transform 0.3s ease-in 0.3s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list li.is-active:after {
    -webkit-animation-name: bounceInCircle;
    animation-name: bounceInCircle;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list:first-child {
        margin-top: 20px;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:first-child span {
    transition-delay: 0.6s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:first-child::before {
    width: 220px;
    right: -240px;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:first-child::after {
    right: -240px;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:nth-child(2) span {
    transition-delay: 1.2s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:nth-child(2):before {
    width: 110px;
    right: -130px;
    transition-delay: 0.9s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:nth-child(2):after {
    right: -130px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:nth-child(3) span {
    transition-delay: 1.7s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:nth-child(3):before {
    width: 120px;
    right: -140px;
    transition-delay: 1.4s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:first-child li:nth-child(3):after {
    right: -140px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .ProtectiveFoilFeatures-list:last-child {
        margin-top: 10px;
    }
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:first-child span {
    transition-delay: 0.9s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:first-child::before {
    width: 200px;
    left: -220px;
    transition-delay: 0.6s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:first-child::after {
    left: -220px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:nth-child(2) span {
    transition-delay: 1.7s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:nth-child(2):before {
    width: 320px;
    left: -340px;
    transition-delay: 1.4s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:nth-child(2):after {
    left: -340px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:nth-child(3) span {
    transition-delay: 2.2s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:nth-child(3):before {
    width: 310px;
    left: -330px;
    transition-delay: 1.9s;
}
#articleContainer .Article .ProtectiveFoilFeatures-list:last-child li:nth-child(3):after {
    left: -330px;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
@-webkit-keyframes bounceInCircle {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceInCircle {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
#articleContainer .Article .Accordion-item {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    overflow: hidden;
}
#articleContainer .Article .Accordion-item:last-child {
    margin-bottom: 0;
}
#articleContainer .Article .Accordion-item.is-active {
    background-color: #f8f8f8;
}
#articleContainer .Article .Accordion-item.is-active .Accordion-title {
    color: #0094e7;
    font-weight: 500;
}
#articleContainer .Article .Accordion-item.is-active .Accordion-title:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#articleContainer .Article .Accordion-title {
    position: relative;
    display: block;
    width: 100%;
    color: #183264;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 40px;
    transition: background-color 0.2s ease-in-out;
}
#articleContainer .Article .Accordion-title:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    background: url(../svg/icons/basics/l-arrow-down-blue.svg) no-repeat 50% / contain transparent;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#articleContainer .Article .Accordion-title:hover {
    cursor: pointer;
    background-color: #f8f8f8;
    color: #0094e7;
}
#articleContainer .Article .Accordion-contentContainer {
    max-height: 0;
    overflow: hidden;
    color: #183264;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f8f8f8;
    padding: 0 40px;
    transition: all 0.25s ease-in-out;
}
#articleContainer .Article .Accordion-content {
    padding-bottom: 10px;
}
#articleContainer .Article .Accordion-content a {
    color: #0094e7;
    text-decoration: underline;
    transition: all 0.4s ease;
}
#articleContainer .Article .Accordion-content a:hover {
    color: #00275b;
}
#articleContainer .Article .Button {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #84b517;
    padding: 1em 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}
#articleContainer .Article .Button:hover {
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Button {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .Button {
        font-size: 17px;
    }
}
#articleContainer .Article .Button--tiny {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 1em 1.5em;
}
#articleContainer .Article .Button--small {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 1.25em 1.75em;
}
#articleContainer .Article .Button--wider {
    padding-left: 3em;
    padding-right: 3em;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Button--wider {
        padding-left: 2em;
        padding-right: 2em;
    }
}
#articleContainer .Article .Button--greenLight {
    background: #a1c900;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#articleContainer .Article .Button--greenLight:hover {
    background-color: #8db000;
    transition: all 0.4s ease;
}
#articleContainer .Article .Button--greenLight:active {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: none;
    transition: all 0.4s ease;
}
#articleContainer .Article .Button--white {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    color: #00275b;
    font-weight: 400;
}
#articleContainer .Article .Button--white:hover {
    background-color: #f2f2f2;
}
#articleContainer .Article .Button--white:active {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: none;
    transition: all 0.4s ease;
}
#articleContainer .Article .Button--arrowed.is-active:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#articleContainer .Article .Button--wIcoLeft {
    padding-left: 2.15em;
}
#articleContainer .Article .Button--wIcoLeft:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: no-repeat 50% / contain transparent;
    position: absolute;
}
#articleContainer .Article .Button--wIcoLeft--ytPlay {
    padding-left: 4.15em;
    padding-right: 1.15em;
}
#articleContainer .Article .Button--wIcoLeft--ytPlay:after {
    width: 40px;
    height: 28px;
    background-image: url(../img/yt-play.png);
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease;
}
#articleContainer .Article .Button--wTriangleBackToServices {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border-radius: 0;
    padding: 1em 1.25em;
    position: absolute;
    top: 64px;
    right: 0;
    overflow: visible;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Button--wTriangleBackToServices {
        top: 1px;
    }
}
#articleContainer .Article .Button--wTriangleBackToServices:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-right-color: #fff;
    border-top-color: hsla(0, 0%, 100%, 0);
    border-bottom-color: hsla(0, 0%, 100%, 0);
}
#articleContainer .Article .Button--wTriangleBackToServices span {
    color: #0094e7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
}
#articleContainer .Article .Button--wTriangleBackToServices:hover span {
    color: #00275b;
    transition: color 0.4s ease;
}
#articleContainer .Article .Figure--screenshot figcaption {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#articleContainer .Article .Figure--screenshot img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
#articleContainer .Article .Grid {
    position: relative;
    font-size: 0;
    margin: 0 -10px;
}
#articleContainer .Article .Grid-cell {
    position: relative;
    display: inline-block;
    width: 8.33333333%;
    padding: 0 10px;
    vertical-align: top;
}
#articleContainer .Article .Grid-cell--xl6-12 {
    width: 50%;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Grid-cell--sm12-12 {
        width: 100%;
    }
}
#articleContainer .Article .Header {
    position: relative;
}
#articleContainer .Article .Header--wNav {
    padding-top: 142px;
}
#articleContainer .Article .Header--animated.is-active {
    background-size: 100%;
}
#articleContainer .Article .Header--bgGrad {
    background-color: #0094e7;
    background-image: linear-gradient(0deg, #0094e7 0, #3cb2f5);
}
#articleContainer .Article .Header--wTriangle:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    border-top-color: #2ba6eb;
    border-left-color: rgba(43, 166, 235, 0);
    border-right-color: rgba(43, 166, 235, 0);
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header--wTriangle:after {
        border-top-color: #0094e7;
    }
}
#articleContainer .Article .Header-bgImg.is-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 1s;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .Header-bgImg.is-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: none;
    }
}
#articleContainer .Article .Header-bgImgContainer.is-active:before {
    border-width: 0 0 100px 1255px;
    transition: border-width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 1s;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .Header-bgImgContainer.is-active:before {
        border-width: 0 0 100px 1255px;
        transition: none;
    }
}
#articleContainer .Article .Header-content {
    position: relative;
    background: transparent;
    padding-bottom: 35px;
}
#articleContainer .Article .Header-content:before {
    content: "";
    display: block;
    width: 1000px;
    height: 1000px;
    background-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 100% 10%;
    position: absolute;
    bottom: -380px;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
@media only screen and (max-width: 1024px) {
    #articleContainer .Article .Header-content:before {
        width: 700px;
        height: 700px;
        bottom: -220px;
    }
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-content:before {
        display: none;
    }
}
#articleContainer .Article .Header-content:after {
    content: "";
    display: block;
    width: 737px;
    height: 540px;
    background: url(../img/glow-header.png) no-repeat 50% / cover transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 1024px) {
    #articleContainer .Article .Header-content:after {
        right: -130px;
    }
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-content:after {
        display: none;
    }
}
#articleContainer .Article .Header-imgContainer {
    position: relative;
    display: inline-block;
}
#articleContainer .Article .Header-sticker {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: #e9242e;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    margin-bottom: 10px;
}
#articleContainer .Article .Header-stickersContainer {
    position: absolute;
    bottom: 200px;
    left: 0;
    padding: 0 10px;
    text-align: left;
}
#articleContainer .Article .Header-stickersContainer--lowerPos {
    bottom: 120px;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-stickersContainer {
        top: 0;
        bottom: auto;
    }
}
#articleContainer .Article .Header-heading {
    font-family: Poppins, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 2em;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-heading {
        font-size: 40px;
        padding-top: 1.25em;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-heading {
        font-size: 30px;
        padding-top: 1em;
    }
}
#articleContainer .Article .Header-heading--big {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.25;
    padding-top: 1em;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-heading--big {
        font-size: 46px;
        padding-top: 1.5em;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-heading--big {
        font-size: 32px;
        padding-top: 1.75em;
    }
}
#articleContainer .Article .Header-heading--maw {
    max-width: 66%;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-heading--maw {
        max-width: 100%;
    }
}
#articleContainer .Article .Header-heading--withIco.is-active:before {
    -webkit-transform: rotate(-20deg) scale(1);
    -ms-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1);
    transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#articleContainer .Article .Header-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-text {
        font-size: 17px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-text {
        font-size: 16px;
    }
}
#articleContainer .Article .Header-text--giant {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Header-text--giant {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-text--giant {
        font-size: 16px;
    }
}
#articleContainer .Article .Header-img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-img {
        max-width: 80%;
    }
}
#articleContainer .Article .Header-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../img/icons@4x.png?v1.0) no-repeat 0 0 / contain transparent;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Header-ico {
        width: 50px;
        height: 50px;
    }
}
#articleContainer .Article .Header-ico--okamzitaVymena {
    background-position: 0 0;
}
#articleContainer .Article .Header-arrow.is-active:after {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(1, -0.07, 0.71, 0.99);
    animation-timing-function: cubic-bezier(1, -0.07, 0.71, 0.99);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#articleContainer .Article .Header-verDivider.is-active {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.layout-0 #articleContainer .Article .Header-content:before {
    width: 700px;
    height: 700px;
    bottom: -220px;
}
.layout-0 #articleContainer .Article .Header-content:after {
    right: -130px;
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
}
#articleContainer .Article .AnimList.is-active li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
#articleContainer .Article .AnimThirdList li.is-active {
    transition: all 0.5s ease 0.2s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
#articleContainer .Article .BtnList li:first-child .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    transition-delay: 0.6s;
}
#articleContainer .Article .BtnList li:nth-child(2) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    transition-delay: 0.6s;
}
#articleContainer .Article .BtnList li:nth-child(3) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    transition-delay: 0.7s;
}
#articleContainer .Article .BtnList li:nth-child(4) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    transition-delay: 0.7s;
}
#articleContainer .Article .BtnList li:nth-child(5) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(-35px, 0, 0);
    transform: translate3d(-35px, 0, 0);
    transition-delay: 0.8s;
}
#articleContainer .Article .BtnList li:nth-child(6) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(35px, 0, 0);
    transform: translate3d(35px, 0, 0);
    transition-delay: 0.8s;
}
#articleContainer .Article .BtnList li:nth-child(7) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    transition-delay: 0.9s;
}
#articleContainer .Article .BtnList li:nth-child(8) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    transition-delay: 0.9s;
}
#articleContainer .Article .BtnList li:nth-child(9) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    transition-delay: 1s;
}
#articleContainer .Article .BtnList li:nth-child(10) .Button--gaming.is-active {
    opacity: 1;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    transition-delay: 1s;
}
#articleContainer .Article .CheckCircleList li {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 34px;
    margin-bottom: 20px;
}
#articleContainer .Article .CheckCircleList li:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .CheckCircleList li {
        font-size: 16px;
        padding-left: 25px;
    }
}
#articleContainer .Article .CheckCircleList li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../svg/icons/basics/circle-check.svg) no-repeat 50% transparent;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}
#articleContainer .Article .CheckCircleList--small li {
    font-size: 16px;
    padding-left: 34px;
    margin-bottom: 20px;
}
#articleContainer .Article .CheckCircleList--white li {
    color: #fff;
}
#articleContainer .Article .CheckCircleList--white li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../svg/icons/basics/circle-check-white.svg) no-repeat 50% transparent;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}
#articleContainer .Article .CheckCircleConnectedList.is-active:before {
    height: 100%;
    transition: height 1.15s linear;
}
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(2):before,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(3):before,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(4):before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#articleContainer .Article .CheckCircleConnectedList.is-active li:first-child:after,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(2):after,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(3):after,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(4):after {
    height: 53%;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .CheckCircleConnectedList.is-active li:first-child:after,
    #articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(2):after,
    #articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(3):after,
    #articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(4):after {
        height: 61%;
    }
}
#articleContainer .Article .CheckCircleConnectedList.is-active li:first-child div:not(.Tooltip),
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(2) div,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(3) div,
#articleContainer .Article .CheckCircleConnectedList.is-active li:nth-child(4) div,
#articleContainer .Article .HashTagsList li.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#articleContainer .Article .ProsConsList {
    text-align: left;
}
#articleContainer .Article .ProsConsList-item {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 40px;
    margin-bottom: 10px;
}
#articleContainer .Article .ProsConsList-item:last-child {
    margin-bottom: 0;
}
#articleContainer .Article .ProsConsList-item:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 0;
}
#articleContainer .Article .ProsConsList-item--pros:before {
    background-image: url(../svg/icons/basics/circle-check-green.svg);
}
#articleContainer .Article .ProsConsList-item--cons {
    color: #e1e1e1;
}
#articleContainer .Article .ProsConsList-item--cons:before {
    background-image: url(../svg/icons/basics/circle-error-grey.svg);
}
#articleContainer .Article .TileAnimQuaterList li.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.layout-0 #articleContainer .Article .LogosFlex li {
    margin: 0 40px 20px;
}
#articleContainer .Article .Nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00275b;
    padding: 20px 0;
    z-index: 100;
    transition: box-shadow 0.4s ease;
}
#articleContainer .Article .Nav.is-open {
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.75);
}
#articleContainer .Article .Nav.is-open .Nav-button:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#articleContainer .Article .Nav-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 102px;
    overflow: hidden;
    transition: max-height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#articleContainer .Article .Nav-services {
    font-size: 0;
}
#articleContainer .Article .Nav-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% * 1 / 12 + 1px);
    height: 102px;
    margin-right: -1px;
}
#articleContainer .Article .Nav-item:first-child .Nav-link {
    border-top-left-radius: 8px;
}
#articleContainer .Article .Nav-item:last-child .Nav-link {
    border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 1024px) {
    #articleContainer .Article .Nav-item {
        width: calc(100% * 1 / 9 + 1px);
    }
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Nav-item {
        width: calc(100% * 1 / 6 + 1px);
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .Nav-item {
        width: calc(100% * 1 / 4 + 1px);
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Nav-item {
        width: calc(100% * 1 / 3 + 1px);
    }
}
#articleContainer .Article .Nav-link {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #215070;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    padding: 0 5px 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
#articleContainer .Article .Nav-link.is-active,
#articleContainer .Article .Nav-link:hover {
    background-color: #35aff4;
    border-color: #35aff4;
}
#articleContainer .Article .Nav-icoContainer {
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#articleContainer .Article .Nav-ico {
    width: 32px;
    height: 32px;
}
#articleContainer .Article .Nav-button {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 84px;
    position: relative;
    height: 102px;
    background-color: transparent;
    border: 1px solid #215070;
    border-left: none;
    border-top-right-radius: 8px;
    color: #35aff4;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    padding: 0 10px 20px;
}
#articleContainer .Article .Nav-button:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    background: url(../svg/icons/basics/angle-down-white.svg) no-repeat 50% / auto transparent;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#articleContainer .Article .Nav-button:hover {
    cursor: pointer;
}
.layout-0 #articleContainer .Article .Nav-item {
    width: calc(100% * 1 / 9 + 1px);
}
#articleContainer .Article .PricingPlans {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -10px;
}
#articleContainer .Article .PricingPlan {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: calc(100% * 1 / 3 - 20px);
    max-width: 360px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    margin: 60px 10px;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .PricingPlan {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-width: 300px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #articleContainer .Article .PricingPlan:last-child {
        margin-bottom: 0;
    }
}
#articleContainer .Article .PricingPlan--top {
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .PricingPlan--top {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
}
#articleContainer .Article .PricingPlan-nameContainer {
    position: relative;
    padding: 30px;
}
#articleContainer .Article .PricingPlan--top .PricingPlan-nameContainer {
    padding-top: 90px;
}
#articleContainer .Article .PricingPlan-featuresContainer {
    position: relative;
    padding: 25px;
}
#articleContainer .Article .PricingPlan--top .PricingPlan-featuresContainer {
    padding-bottom: 85px;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .PricingPlan--top .PricingPlan-featuresContainer {
        padding-bottom: 25px;
    }
}
#articleContainer .Article .PricingPlan-heading {
    color: #0094e7;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    min-height: 30px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .PricingPlan-heading {
        font-size: 24px;
    }
}
#articleContainer .Article .PricingPlan-heading-logo {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 30px;
    min-height: 0;
}
#articleContainer .Article .PricingPlan-price {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(90deg, #0094e7, #3cb2f5);
    padding: 15px 20px;
}
#articleContainer .Article .PricingPlan-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
#articleContainer .Article .PricingPlan-ribbon-text {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background-color: #0094e7;
    padding: 10px 20px;
    width: 200px;
    -webkit-transform: rotate(45deg) translate(58px, -18px);
    -ms-transform: rotate(45deg) translate(58px, -18px);
    transform: rotate(45deg) translate(58px, -18px);
}
#articleContainer .Article .Section {
    position: relative;
    clear: both;
}
#articleContainer .Article .Section--animated.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#articleContainer .Article .Section--grey {
    background-color: #7e7e7e;
    background-color: #eee;
}
#articleContainer .Article .Section--greyLight {
    background-color: #f4f5f5;
}
#articleContainer .Article .Section--sharing {
    background-color: #0094e7;
    background-image: linear-gradient(0deg, #0094e7 0, #3cb2f5);
}
#articleContainer .Article .Section--wScreenshot:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
#articleContainer .Article .Section-copy.is-active {
    -webkit-animation-name: scaleFadeUp;
    animation-name: scaleFadeUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.43, 1.01, 0.63, 0.96);
    animation-timing-function: cubic-bezier(0.43, 1.01, 0.63, 0.96);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#articleContainer .Article .Section-heading {
    font-family: Poppins, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #00275b;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 1.5em;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Section-heading {
        font-size: 34px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Section-heading {
        font-size: 26px;
    }
}
#articleContainer .Article .Section-heading--withTopDivider.is-active:before {
    width: 256px;
    transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}
@media (min-height: 800px) {
    #articleContainer .Article .Section-heading--withTopDivider--first.is-active:before {
        transition-delay: 1.5s;
    }
}
#articleContainer .Article .Section-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .Section-text {
        font-size: 17px;
    }
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Section-text {
        font-size: 16px;
    }
}
#articleContainer .Article .Section-text--small {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#articleContainer .Article .Section-text--tiny {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}
#articleContainer .Article .Section-note {
    display: block;
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
#articleContainer .Article .Section-note a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.4s ease;
}
#articleContainer .Article .Section-note a:hover {
    opacity: 1;
}
#articleContainer .Article .Section-img--animScaleUp.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
}
#articleContainer .Article .Section-img--animLeftToRight.is-active,
#articleContainer .Article .Section-img--animRightToLeft.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
}
#articleContainer .Article .Section-img--animBottomToTop.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
#articleContainer .Article .Section-img--animScaleUp.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.layout-0 #articleContainer .Article .Section-img--parachute {
    width: 180px;
}
.layout-0 #articleContainer .Article .Section-img--alzak {
    width: 830px;
}
.mobile #articleContainer .Article .Section--wScreenshot {
    background-color: #fff;
}
.mobile #articleContainer .Article .Section--wScreenshot:after {
    display: none;
}
#articleContainer .Article .Tabs {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 1;
}
#articleContainer .Article .Tab-item {
    border-radius: 5px 5px 0 0;
    margin: 0 2px;
    text-align: center;
    overflow: hidden;
}
@media only screen and (max-width: 480px) {
    #articleContainer .Article .Tab-item {
        -webkit-flex-basis: calc(50% - 2px);
        -ms-flex-preferred-size: calc(50% - 2px);
        flex-basis: calc(50% - 2px);
        margin: 1px 1px 0;
    }
    #articleContainer .Article .Tab-item:nth-child(-n + 2) {
        margin-bottom: -4px;
    }
}
#articleContainer .Article .Tab-link {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-top: 4px solid #e1e1e1;
    border-bottom: 1px solid transparent;
    padding: 10px 20px;
}
#articleContainer .Article .Tab-item.is-active .Tab-link,
#articleContainer .Article .Tab-link:hover {
    background-color: #fff;
    border-color: #d9d9d9;
    border-top-color: #0094e7;
    border-bottom-color: #fff;
    transition: border-color 0.35s ease-in-out;
}
#articleContainer .Article .Tab-item.is-active .Tab-link:hover {
    cursor: default;
}
#articleContainer .Article .Tab-name {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
#articleContainer .Article .Tab-item.is-active .Tab-name,
#articleContainer .Article .Tab-link:hover .Tab-name {
    color: #0094e7;
    transition: color 0.35s ease-in-out;
}
#articleContainer .Article .Tab-icon {
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    -webkit-transform: translate3d(0, 0, 0) translateZ(0);
    transform: translate3d(0, 0, 0) translateZ(0);
}
#articleContainer .Article .Tab-item.is-active .Tab-icon path,
#articleContainer .Article .Tab-link:hover .Tab-icon path {
    fill: #0094e7;
    transition: fill 0.35s ease-in-out;
}
#articleContainer .Article .Tab-content {
    position: relative;
    display: none;
    background-color: #f4f5f5;
    border-top: 1px solid #d9d9d9;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-top: -1px;
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .Tab-content {
        padding-top: 20px;
    }
}
#articleContainer .Article .Tab-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background-image: linear-gradient(0deg, #f4f5f5 0, #fff);
}
#articleContainer .Article.no-js .Tab-content,
#articleContainer .Article .Tab-content.is-active {
    display: block;
}
#articleContainer .Article .UserReviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 -20px;
}
#articleContainer .Article .UserReviewCard {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    max-width: 340px;
    background-color: #f4f5f5;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0 35px 35px;
    margin: 47px 20px 40px;
}
#articleContainer .Article .UserReviewCard-img {
    width: 94px;
    height: auto;
    display: inline-block;
    margin-top: -47px;
}
#articleContainer .Article .UserReviewCard-name {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 25px;
}
#articleContainer .Article .UserReviewCard-city {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
}
#articleContainer .Article .UserReviewCard-text {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    margin-top: 25px;
}
#articleContainer .Article .UserReviewCard-text:before {
    content: open-quote;
}
#articleContainer .Article .UserReviewCard-text:after {
    content: close-quote;
}
.YouTubePopUp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.YouTubePopUp iframe {
    position: absolute;
    border: 0;
}
.YouTubePopUp-overlay,
.YouTubePopUp iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.YouTubePopUp-overlay {
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    -webkit-animation-name: fadeInYouTubeOverlay;
    animation-name: fadeInYouTubeOverlay;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@media only screen and (max-width: 1920px) {
    .YouTubePopUp-overlay {
        padding: 0 15%;
    }
}
@media only screen and (max-width: 1024px) {
    .YouTubePopUp-overlay {
        padding: 0 10%;
    }
}
@media only screen and (max-width: 800px) {
    .YouTubePopUp-overlay {
        padding: 0 5%;
    }
}
.YouTubePopUp-overlay.is-active {
    opacity: 1;
}
.YouTubePopUp-close {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: -40px;
    right: -30px;
    width: 40px;
    height: 40px;
    background: url(../svg/icons/basics/f-cross-white.svg) no-repeat 50% / contain transparent;
    opacity: 0.75;
    transition: all 0.4s ease;
}
.YouTubePopUp-close:hover {
    opacity: 1;
}
@media only screen and (max-width: 480px) {
    .YouTubePopUp-close {
        right: 0;
    }
}
@-webkit-keyframes fadeInYouTubeOverlay {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInYouTubeOverlay {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#alzaDialog .alzaDialogBody #articleContainer .Article .dialog-center {
    text-align: center;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .dialog-hidden {
    display: none;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .dialog-va-middle {
    vertical-align: middle;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Container {
    padding-left: 50px;
    padding-right: 50px;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Grid-cell--dialog3-12 {
    width: 25%;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Grid-cell--dialog4-12 {
    width: 33.33333333%;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Grid-cell--dialog8-12 {
    width: 66.66666667%;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Grid-cell--dialog9-12 {
    width: 75%;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Grid-cell--dialog12-12 {
    width: 100%;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Header--wTriangle:after {
    border-top-color: #0094e7;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Header-content {
    padding-bottom: 0;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Header-content:after,
#alzaDialog .alzaDialogBody #articleContainer .Article .Header-content:before {
    display: none;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Header-heading--big {
    font-size: 50px;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Header-text--giant {
    font-size: 21px;
}
#alzaDialog .alzaDialogBody #articleContainer .Article .Section-heading {
    font-size: 44px;
}
#articleContainer .Article .height-limiter.is-active {
    height: 365px;
    overflow: hidden;
}
#articleContainer .Article .height-limiter.is-active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#f9f9f9",GradientType=0);
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .height-limiter.is-active:after {
        bottom: 0;
    }
}
#articleContainer .Article .mb20 {
    margin-bottom: 20px;
}
#articleContainer .Article .mt20 {
    margin-top: 20px;
}
#articleContainer .Article .mr20 {
    margin-right: 20px;
}
#articleContainer .Article .mt30 {
    margin-top: 30px;
}
#articleContainer .Article .mt40 {
    margin-top: 40px;
}
#articleContainer .Article .mt60 {
    margin-top: 60px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .mt60 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .mt60 {
        margin-top: 30px;
    }
}
#articleContainer .Article .mt70 {
    margin-top: 70px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .mt70 {
        margin-top: 46.66667px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .mt70 {
        margin-top: 35px;
    }
}
#articleContainer .Article .mt90 {
    margin-top: 90px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .mt90 {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .mt90 {
        margin-top: 45px;
    }
}
#articleContainer .Article .pb30 {
    padding-bottom: 30px;
}
#articleContainer .Article .pt30 {
    padding-top: 30px;
}
#articleContainer .Article .pb40 {
    padding-bottom: 40px;
}
#articleContainer .Article .pb50 {
    padding-bottom: 50px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .pb50 {
        padding-bottom: 33.33333px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .pb50 {
        padding-bottom: 25px;
    }
}
#articleContainer .Article .pb60 {
    padding-bottom: 60px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .pb60 {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .pb60 {
        padding-bottom: 30px;
    }
}
#articleContainer .Article .pb80 {
    padding-bottom: 80px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .pb80 {
        padding-bottom: 53.33333px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .pb80 {
        padding-bottom: 40px;
    }
}
#articleContainer .Article .pb100 {
    padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
    #articleContainer .Article .pb100 {
        padding-bottom: 66.66667px;
    }
}
@media only screen and (max-width: 640px) {
    #articleContainer .Article .pb100 {
        padding-bottom: 50px;
    }
}
#articleContainer .Article .nowrap {
    white-space: nowrap;
}
#articleContainer .Article .ta-left {
    text-align: left;
}
#articleContainer .Article .ta-right {
    text-align: right;
}
#articleContainer .Article .center {
    text-align: center;
}
#articleContainer .Article .va-bottom {
    vertical-align: bottom;
}
#articleContainer .Article .zi-1 {
    z-index: 1;
}
#articleContainer .Article .zi-10 {
    z-index: 10;
}
#articleContainer .Article.no-js .js-anim,
#articleContainer .Article.no-js .js-anim * {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
#articleContainer .Article.no-js .is-visible-no-js,
.layout-0 #articleContainer .Article .only-layout-0-visible {
    display: block !important;
}
.mobile #articleContainer .Article .mobile-hidden {
    display: none !important;
}
.mobile #articleContainer .Article .only-mobile-visible {
    display: block !important;
}
.mobile #articleContainer .Article .m-pb50 {
    padding-bottom: 50px;
}
.mobile #articleContainer .Article .m-pb100 {
    padding-bottom: 100px;
}
.mobileapp #articleContainer .Article .app-hidden {
    display: none !important;
}
.mobileapp #articleContainer .Article .only-app-visible {
    display: block !important;
}
#articleContainer .Article .c-blue {
    color: #0094e7;
}
#articleContainer .Article .c-blueDark {
    color: #00275b;
}
#articleContainer .Article .c-grey {
    color: #7e7e7e;
}
#articleContainer .Article .c-white {
    color: #fff;
}
