@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900&display=swap");
.blue {
    color: #164492;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.yellow {
    color: #FFD200;
}

.white {
    color: #fff;
}

.dark {
    color: #1E1E1E;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: none;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
}

body,
#checkout-container,
body *,
#checkout-container * {
    font-family: "Fira Sans", sans-serif !important;
}

* {
    box-sizing: border-box;
}

body.paywall_maintenanceMode .paywall_maintenanceModeInfo,
body.paywall_maintenanceMode .paywall_maintenanceModeInfo a {
    color: white;
}

.button {
    cursor: pointer;
    border-radius: 5px;
    background: #164492;
    color: #fff;
    letter-spacing: -.04px;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.content {
    width: 100%;
    max-width: 1282px;
    margin: 0 auto;
    padding: 0 21px;
}

.brand-logo {
    max-width: 150px;
}

#loginBar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 40px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    overflow: hidden;
    z-index: 99;
}

.navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    height: 80px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar__menu>div {
    height: 40px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar__menu>div.back {
    top: 0;
}

.navbar__menu>div.back a {
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1E1E1E;
    text-decoration: none;
}

.navbar__menu>div.scrolled--menu {
    top: 100%;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar__menu>div.scrolled--menu * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar__menu>div.scrolled--menu .button {
    line-height: 27px;
    width: 125px;
    font-size: 14px;
}

.navbar.scrolled .navbar__menu {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar.scrolled .navbar__menu .scrolled--menu {
    opacity: 1;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.op__spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.op__spinner:before {
    content: '';
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, .1);
    border-top-color: #fff;
    animation: spinner .5s linear infinite;
    z-index: 1;
    margin: auto;
}

.op__spinner--dark:before {
    border: 10px solid rgba(22, 68, 146, .1);
    border-top-color: #164492;
}

@media (max-width: 640px) {
    .content {
        padding: 0 5px;
    }
    .brand-logo {
        max-width: 120px;
    }
}


/*::-webkit-scrollbar {*/


/*  height: 0;*/


/*  width: 0;*/


/*  background: transparent;*/


/*}*/


/*::-webkit-scrollbar-thumb {*/


/*  background: transparent;*/


/*  -webkit-border-radius: 0;*/


/*  -webkit-box-shadow: none;*/


/*}*/


/*::-webkit-scrollbar-corner {*/


/*  background: transparent;*/


/*}*/

img {
    max-width: 100%;
}

a {
    cursor: pointer;
}

a.anchor {
    position: absolute;
    top: -40px;
}

ul {
    list-style: none;
}

.gradient-bg {
    background: radial-gradient(307% 143.37% at 50% -1.35%, #0478BF 0%, #036FB5 1.9%, #1753A2 13%, #294291 25%, #070938 65%, #08133B 100%);
}

.content {
    width: 100%;
    max-width: 1282px;
    padding: 0 21px;
    margin: 0 auto;
}

.button {
    border-radius: 5px;
    background: #164492;
    color: #fff;
    letter-spacing: -0.04px;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.section {
    overflow: hidden;
}

.section__title,
.section__faq .section__title {
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    margin: 60px 0 80px;
    color: #164492;
}

.section__faq .section__title {
    color: #1e1e1e !important;
}

.section__title strong {
    font-weight: 800;
    font-family: "Fira Sans", sans-serif;
}

.section__offer {
    padding-top: 80px;
    text-align: center;
}

.section__offer__brand-logo {
    margin: 0 auto 24px;
}


/* .section__offer__brand-logo img {
    max-height: 55px;
} */

.section__offer__heading-info {
    color: #fff;
    margin: 0 0 32px;
}

.section__offer__heading-info h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto 15px;
    padding: 0 10px;
}

.section__offer__heading-info h3 span {
    font-weight: 200;
}

.section__offer__heading-info h3 .heading-info--yellow {
    color: #FFD200;
    font-weight: 700;
}

.section__offer__heading-info h3:empty {
    display: none;
}

.section__offer__heading-info p {
    color: #BAC6D8;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.section__offer__heading-info a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.section__offer__brands-slider {
    margin-bottom: 22px;
    scrollbar-width: none;
    overflow: hidden;
}

.section__offer__brands-slider .brands {
    width: 3990px;
    height: 128px;
    background: url('https://ocdn.eu/paywall-cdn/onetPremium/LP/img/l/brands_2023_fkt.webp') left center repeat-x;
    background-size: auto 100%;
    animation: logos 35s ease-in-out infinite;
}

@-webkit-keyframes logos {
    0% {
        background-position: 0 center;
    }
    3% {
        background-position: -300px center;
    }
    16.667% {
        background-position: -300px center;
    }
    19.667% {
        background-position: -600px center;
    }
    33.334% {
        background-position: -600px center;
    }
    36.334% {
        background-position: -900px center;
    }
    50% {
        background-position: -900px center;
    }
    53% {
        background-position: -1200px center;
    }
    66.667% {
        background-position: -1200px center;
    }
    69.667% {
        background-position: -1500px center;
    }
    83.334% {
        background-position: -1500px center;
    }
    86.334% {
        background-position: -1800px center;
    }
    100% {
        background-position: -1800px center;
    }
}

@keyframes logos {
    0% {
        background-position: 0 center;
    }
    3% {
        background-position: -300px center;
    }
    16.667% {
        background-position: -300px center;
    }
    19.667% {
        background-position: -600px center;
    }
    33.334% {
        background-position: -600px center;
    }
    36.334% {
        background-position: -900px center;
    }
    50% {
        background-position: -900px center;
    }
    53% {
        background-position: -1200px center;
    }
    66.667% {
        background-position: -1200px center;
    }
    69.667% {
        background-position: -1500px center;
    }
    83.334% {
        background-position: -1500px center;
    }
    86.334% {
        background-position: -1800px center;
    }
    100% {
        background-position: -1800px center;
    }
}

.spinner-preloader {
    position: relative;
}

.section-terms--disclaimer {
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 20px 40px 0;
    max-width: 834px;
    margin: 30px auto 0;
}

.section-terms--disclaimer a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 860px) {
    .section-terms--disclaimer {
        padding: 0 20px 40px 15px;
    }
}

.section__benefits {
    position: relative;
}

.section__benefits .section__title:empty {
    display: none;
}

.section__benefits__list--list {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 920px;
    margin: 0 auto;
}

.section__benefits__list--list ul.text {
    margin-right: 90px;
}

.section__benefits__list--list ul.text li {
    position: relative;
    padding-left: 42px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05px;
    color: #1E1E1E;
    margin-bottom: 30px;
}

.section__benefits__list--list ul.text li:empty {
    display: none;
}

.section__benefits__list--list ul.text li a {
    display: block;
    color: #1e1e1e;
    text-decoration: underline;
}

.section__benefits__list--list ul.text li span {
    color: #164492;
    font-weight: 700;
}

.section__benefits__list--list ul.text li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/blue-list-tick.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.section__benefits__list--list ul.text li:last-of-type {
    margin-bottom: 73px;
}

.section__benefits__list--list ul.text li:last-of-type:before {
    content: none;
}

.section__benefits__list--list ul.text li:last-of-type a {
    color: #1e1e1e;
    text-decoration: underline;
}

.section__benefits__list--list ul.text li:last-of-type img {
    width: 36px;
    height: 46px;
    position: absolute;
    left: -8px;
    top: 0;
}

.section__benefits__list--list .image img {
    max-width: 300px;
}

.section__benefits__list--disclaimer {
    max-width: 920px;
    margin: 95px auto 44px;
    padding-left: 42px;
}

.section__benefits__list--disclaimer p {
    font-size: 12px;
    line-height: 16px;
    color: #1E1E1E;
    letter-spacing: -0.03px;
}

.section__benefits__list--disclaimer p a {
    color: #1E1E1E;
    text-decoration: underline;
}

.section__benefits__list--disclaimer strong {
    color: #686868;
}

.section__benefits__list--disclaimer ul {
    list-style-type: disc;
    margin-left: 11px;
}

.section__benefits__list--disclaimer li {
    font-size: 12px;
    line-height: 16px;
    color: #1E1E1E;
    letter-spacing: -0.03px;
    margin-left: 8px;
}

.section__benefits.gradient-bg .section__title,
.section__contact .section__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.section__benefits.gradient-bg ul.text li {
    color: #fff;
    position: relative;
    padding-left: 33px;
    margin-bottom: 20px;
    font-weight: 400;
}

.section__benefits.gradient-bg ul.text li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/list-tick-wht.svg") center center no-repeat;
    background-size: contain;
}

.section__benefits.gradient-bg ul.text li span {
    color: #FFD200;
    display: block;
    font-weight: 700;
}

.section__benefits__list--item {
    padding: 85px 0 68px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    max-width: 920px;
    margin: 0 auto;
}

.section__benefits__list--item .audio-app__links {
    text-align: center;
}
.section__benefits__list--item .audio-app__links p {
    text-align: center;
    font: normal normal normal 14px/24px Fira Sans;
    letter-spacing: -0.04px;
    color: #FFFFFF;
    margin: 50px 0 15px;
}
.section__benefits__list--item .audio-app__links--links {
    display: flex;
    justify-content: center;
}
.section__benefits__list--item .audio-app__links--links a {
    max-width: 50%;
}
.section__benefits__list--item .audio-app__links--links a img {
    width: 100%;
}

.section__benefits__list--item:first-of-type {
    padding: 0 0 40px;
}

.section__benefits__list--item__subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.07px;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.section__benefits__list--item__subtitle+p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05px;
    text-align: center;
    margin: 10px 0 40px;
}

.section__benefits__list--item__subtitle+p a {
    color: #fff;
    text-decoration: underline;
}

.section__benefits__list--item__subtitle:before {
    content: "";
    background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/yellow-title-tick.svg") center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 0 13px 0 0;
    display: inline-block;
}

.section__benefits__list--item p.tos-reference {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, .4);
    margin-top: 43px;
    margin-bottom: 8px;
}

.section__benefits__list--item p.tos-reference a {
    color: inherit;
    text-decoration: underline;
}

.section__benefits__list--item .glide {
    padding-bottom: 31px;
    width: 100%;
    margin: 0;
}

.glide__arrow--left {
    left: -84px;
}

.glide__arrow--right {
    right: -84px;
}

.section__benefits__list--item .glide__track {
    margin: 0;
}

.section__benefits__list--item .glide+p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.section__benefits__list--item .glide+p img {
    width: 32px;
    margin-right: 13px;
}

.section__benefits__list--item .glide__slide img {
    width: 100%;
}

.section__benefits__list--item #slider2 .glide__slide img {
    max-height: 300px;
}

.section__benefits__list--item .brands-app {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__benefits__list--item .brands-app .brands {
    margin-right: 180px;
}

.section__benefits__list--item .brands-app .app {
    max-width: 195px;
}

.section__benefits__list--item .brands-app .app img {
    max-width: 100%;
}

.section__faq__qa-wrapper {
    max-width: 910px;
    margin: 0 auto;
}

.section__faq__qa-wrapper .accordion {
    padding: 26px 55px 26px;
    color: #164492;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    border-top: 1px solid #e8e8e8;
}

.section__faq__qa-wrapper .accordion:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/faq-tick-sprite.svg");
    background-size: auto 100%;
    background-position: left center;
    display: block;
    position: absolute;
    right: 55px;
    top: 16px;
}

.section__faq__qa-wrapper .accordion:hover:after {
    background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/faq-tick-sprite.svg");
    background-size: auto 100%;
    background-position: right center;
}

.section__faq__qa-wrapper .accordion.active:after {
    transform: rotate(180deg);
}

.section__faq__qa-wrapper .accordion:hover {
    cursor: pointer;
}

.section__faq__qa-wrapper .panel {
    max-height: 0;
    padding: 0 55px 0;
    transition: all 0.15s;
    overflow: hidden;
}

.section__faq__qa-wrapper .panel:last-of-type {
    border-bottom: 1px solid #e8e8e8;
}

.section__faq__qa-wrapper .panel p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-right: 100px;
    color: #1E1E1E;
    margin: 0;
}

.section__faq__qa-wrapper .panel p a {
    color: #1e1e1e;
    text-decoration: underline;
}

.section__faq__qa-wrapper .panel.show {
    max-height: 1500px;
    margin-bottom: 0;
    padding: 0 55px 26px;
}

.section__faq__qa-link,
.section__faq__qa-link:visited {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 65px auto 73px;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    text-decoration: none;
    text-transform: uppercase;
    color: #164492;
    border-radius: 3px;
    border: 2px solid #164492;
    font-family: "fira sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}

.section__faq__qa-link:hover {
    color: #fff;
    background: #164492;
}

.section__contact {
    background: radial-gradient(307% 283.37% at 50% -1.35%, #0478BF 0%, #036FB5 1.9%, #1753A2 13%, #294291 25%, #070938 65%, #08133B 100%);
    padding: 84px 0 72px;
}

.section__contact .content {
    text-align: center;
}

.section__contact h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 12px;
}

.section__contact p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 23px auto 35px;
}

.section__contact a {
    display: inline-block;
    line-height: 64px;
    max-width: 440px;
    background: #fff;
    color: #164492;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    padding: 0 36px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 2px solid #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}

.section__contact a:hover {
    background: transparent;
    color: #fff;
}

.section__contact .phone__contact {
    margin: 35px auto 0;
}

.section__contact .phone__contact a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.section__contact .phone__contact .superscript {
    font-size: .6em;
    vertical-align: super;
}

.section__contact .phone__contact .line {
    line-height: 1;
}

.section__footer .content {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    color: #7a7a7a;
    font-size: 14px;
}

.section__footer__copyright {
    text-align: center;
}

.section__footer .content ul {
    display: flex;
    align-items: center;
}

.section__footer .content ul li a {
    color: #164492;
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
}

.hidden {
    display: none !important;
}

@media (max-width: 1200px) {
    .section__benefits__list--list {
        padding: 0 40px 0 0;
    }
    .section__benefits__list--item {
        padding: 70px 0 85px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .section__benefits__list--list ul.text li {
        font-size: 16px;
        line-height: 22px;
    }
    .section__offer__brands-slider .brands {
        height: 88px;
        width: 2838px;
        background: url('https://ocdn.eu/paywall-cdn/onetPremium/LP/img/m/brands_2023_fkt.webp') left center repeat-x;
        background-size: auto 100%;
    }
    .section__benefits__list--item p.tos-reference {
        margin-top: 20px;
    }
    .section__benefits__list--list .image img {
        max-width: 240px;
    }
    .section__benefits__list--disclaimer {
        max-width: 920px;
        margin: 63px auto 50px;
        padding-left: 42px;
    }
    .section__benefits__list--item .brands-app .brands {
        margin-right: 50px;
    }
    .section__contact {
        padding: 46px 0 55px;
    }
    .section__contact a {
        font-size: 18px;
        line-height: 48px;
    }
    .section__footer .content {
        padding: 35px 0;
        justify-content: space-between;
        flex-direction: column-reverse;
        font-size: 14px;
    }
    .section__footer .content ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
    }
    .section__footer .content ul li {
        line-height: 44px;
    }
    .section__faq__qa-wrapper .accordion {
        padding: 17px 70px 17px 20px;
        color: #164492;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        position: relative;
        border-top: 1px solid #e8e8e8;
    }
    .section__faq__qa-wrapper .accordion:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/faq-tick.svg");
        background-size: contain;
        display: block;
        position: absolute;
        right: 20px;
        top: 17px;
        transition: all 0.15s;
    }
    .section__faq__qa-wrapper .accordion:hover:after {
        background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/faq-tick-hov.svg");
        background-size: contain;
    }
    .section__faq__qa-wrapper .panel {
        padding: 0 70px 0 20px;
    }
    .section__faq__qa-wrapper .panel p {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }
    .section__faq__qa-wrapper .panel.show {
        padding: 0 70px 17px 20px;
    }
    .section__footer .content ul li a {
        font-size: 18px;
        margin-left: 0;
    }
}


/* DLA PRACOWNIKÓW */

.section__offer__offer-terms .account-terms .offerDetails h2.term-name,
#checkout-container .offerDetails h2.term-name {
    color: #164492;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.section__offer__offer-terms .account-terms .offerDetails .price:after,
#checkout-container .offerDetails .price:after {
    content: none;
}

.section__offer__offer-terms .account-terms .offerDetails:not(.web) .price,
#checkout-container .offerDetails:not(.web) .price {
    padding: 0;
    display: inline-block;
    color: #1e1e1e;
    font-weight: 400;
    min-height: 48px;
}

.section__offer__offer-terms .account-terms .offerDetails:not(.web) .price strong,
#checkout-container .offerDetails:not(.web) .price strong,
.section__offer__offer-terms .account-terms .offerDetails:not(.web) .price b,
#checkout-container .offerDetails:not(.web) .price b,
#checkout-container .offerDetails:not(.web) .price span.big,
#checkout-container .offerDetails .price span.big {
    font-weight: 600;
}

.section__offer__offer-terms .account-terms .offerDetails .price__info,
#checkout-container .offerDetails .price__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.section__offer__offer-terms .account-terms .offerDetails .price__info__basic-price,
#checkout-container .offerDetails .price__info__basic-price {
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #1E1E1E;
    margin-right: 8px;
    display: block;
}

.section__offer__offer-terms .account-terms .offerDetails .price__info__promo-info,
#checkout-container .offerDetails .price__info__promo-info {
    color: #1E1E1E;
    background: #C4C4C4;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 50px;
    display: block;
    padding: 0 5px;
}

.section__offer__offer-terms .account-terms .offerDetails .price__info__promo-info,
#checkout-container .offerDetails .price__info__promo-info {
    color: #1E1E1E;
    background: #e8e8e8;
    border-radius: 5px;
}

.section__offer__offer-terms .account-terms .offerDetails .price__value,
#checkout-container .offerDetails .price__value {
    font-size: 28px !important;
    font-weight: 700;
    line-height: 33px;
    color: #164492;
    margin-top: 5px;
}

.section__offer__offer-terms .account-terms .offerDetails .period__info,
#checkout-container .offerDetails .period__info {
    font: 400 14px/17px "Fira Sans", sans-serif;
    color: #164492;
    display: inline-block;
}

.section__offer__offer-terms .account-terms {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

#domainAccess__user-logout,
#domainAccess__user-login,
#domainAccess__user__no-proper,
#domainAccess__user__unknown-error,
#domainAccess__user__not-confirmed,
#domainAccess__user-has-access {
    margin: 10px 0 0;
}

.domainAccess__user-details + .start-screen-terms {
    overflow: hidden !important;
    justify-content: center !important;
}

.domainAccess__user-details p {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
}

.domainAccess__user-details p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
}

.section__offer__offer-terms .account-terms .offerDetails,
#checkout-container .offerDetails {
    display: block;
    background: #fff;
    border-radius: 8px;
    width: 253px;
    flex-shrink: 0;
    margin: 0 10px;
    padding: 30px;
    border: none;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
}

.section__offer__offer-terms .account-terms .offerDetails.domainAccess span.domainAccess__topHeader,
#checkout-container .offerDetails.domainAccess span.domainAccess__topHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    background-color: #FFD200;
    font-size: 90%;
}

.section__offer__offer-terms .account-terms .offerDetails.domainAccess,
#checkout-container .offerDetails.domainAccess {
    border-radius: 5px;
    padding: 54px 11px 34px;
    width: 265px;
}

@keyframes paywall-user-spinner {
    to {
        transform: rotate(360deg);
    }
}

.domainAccess {
    margin-top: 25px;
    text-align: center;
}

.domainAccess .error-msg {
    color: #FF5151;
}

.domainAccess span.spinner {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    margin: 15px auto;
}

.domainAccess span.spinner:before {
    content: '';
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, .1);
    border-top-color: #164492;
    animation: paywall-user-spinner .35s linear infinite;
    position: absolute;
    z-index: 1;
    margin: auto;
    display: block;
}

.section__offer__offer-terms .account-terms .offerDetails .preSubmit,
#checkout-container .offerDetails .offerDetails .preSubmit {
    margin-top: 13px;
}

.section__offer__offer-terms .account-terms .offerDetails .preSubmit strong,
#checkout-container .offerDetails .preSubmit strong {
    display: block;
    font: 700 11px/13px "Fira Sans", sans-serif;
    margin-bottom: 6px;
}

.section__offer__offer-terms .account-terms .offerDetails .preSubmit ul,
#checkout-container .offerDetails .preSubmit ul {
    margin: 0 0 16px;
}

.section__offer__offer-terms .account-terms .offerDetails .preSubmit ul li,
#checkout-container .offerDetails .preSubmit ul li {
    display: block;
    font: 400 11px/13px "Fira Sans", sans-serif;
}

.section__offer__offer-terms .account-terms .offerDetails .preSubmit span,
#checkout-container .offerDetails .preSubmit span {
    font: 400 12px/1 "Fira Sans", sans-serif;
    color: #8F9295;
}

.section__offer__offer-terms .account-terms .offerDetails .postSubmit,
#checkout-container .offerDetails .offerDetails .postSubmit {
    font: 400 9px/11px "Fira Sans", sans-serif;
    margin-top: 8px;
}

a.button.big,
#checkout-container a.button.big {
    background: radial-gradient(307% 1295.16% at 50% -1.35%, #0478BF 0%, #036FB5 1.9%, #1753A2 13%, #294293 25%, #070938 65%, #08133B 100%);
    color: #fff;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font: 600 16px/17px "Fira Sans", sans-serif;
    min-width: 190px;
    margin: 14px auto 0;
    padding: 0 12px;
    border-radius: 5px;
}

a.button.big:hover,
.offerDetails.web a.button.big:hover,
#checkout-container a.button.big:hover,
#checkout-container .offerDetails.web a.button.big:hover {
    color: #164492;
    border: 2px solid #164492;
    background: transparent;
}

.section__offer__offer-terms.has-access {
    position: relative;
    margin-top: 50px;
}

.section__offer__offer-terms.has-access h3 {
    font-size: 30px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.section__offer__offer-terms.has-access h3 small {
    font-size: 18px;
    line-height: 21px;
    color: #BAC6D8;
    display: block;
    margin: 20px 0;
    font-weight: 400;
}

@media all and (max-width: 1200px) and (max-height: 560px) {
    .section__offer__brands-slider .brands {
        background-size: auto;
    }
}

@media (max-width: 960px) {
    .content {
        padding: 0 15px;
    }
    .section__offer__offer-terms {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .section__offer__offer-terms .account-terms,
    #checkout-container .start-screen-terms.account-terms {
        overflow-x: scroll;
        margin-left: -15px;
        width: calc(100% + 15px);
        padding-left: 5px;
    }
    .section__benefits__list--item .glide {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .section__benefits__list--item .glide__track {
        margin: 0;
    }
    .glide__arrows {
        display: none;
    }
    .section__benefits__list--item .glide__slides {
        overflow: visible;
    }
    .section__benefits__list--disclaimer {
        max-width: 920px;
        margin: 30px auto 28px;
        padding-left: 41px;
    }
}

.section__benefits__list--list ul.text li span.lp_span_next_line {
    color: black;
    font-weight: normal;
    display: inline-block;
}

@media (max-width: 640px) {
    .section__benefits__list--list ul.text li span.lp_span_next_line {
        display: inline;
    }
    .section__offer__heading-info h3 {
        font-size: 18px;
    }
    .section__title,
    .section__faq .section__title,
    .section__benefits.gradient-bg .section__title,
    .section__contact .section__title {
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        text-align: center;
        margin: 38px 0 27px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .section__offer__brands-slider .brands {
        height: 56px;
        width: 1719px;
        background: url('https://ocdn.eu/paywall-cdn/onetPremium/LP/img/s/brands_2023_fkt.webp') left center repeat-x;
        background-size: auto 100%;
    }
    .section__offer__offer-terms .account-terms,
    #checkout-container .section__offer__offer-terms .account-terms {
        overflow-x: scroll;
        justify-content: flex-start;
    }
    .section__offer__offer-terms .account-terms .offerDetails:first-child,
    #checkout-container .offerDetails:first-child {
        margin-left: 15px !important;
    }
    .section-terms--disclaimer {
        color: #fff;
        text-align: left;
        font-size: 12px;
        padding-bottom: 40px;
        padding-right: 20px;
        max-width: 834px;
    }
    .section-terms--disclaimer a {
        color: #fff;
        text-decoration: underline;
    }
    .section__benefits__list--item p.tos-reference {
        margin-top: 15px;
        text-align: left;
    }
    .section__benefits__list--list {
        flex-direction: column;
        padding: 0;
    }
    .section__benefits__list--item .glide__slides {
        overflow: visible;
    }
    .section__benefits__list--item {
        padding: 40px 0 38px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .section__benefits__list--list .image img {
        max-width: 190px;
        margin: 0 auto;
    }
    .section__benefits__list--disclaimer {
        max-width: 920px;
        margin: 30px auto 28px;
        padding-left: 0;
    }
    .section__benefits__list--item__subtitle {
        text-align: left;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .section__benefits__list--item__subtitle:before {
        position: relative;
        top: 2px;
    }
    .section__benefits__list--item__subtitle+p {
        text-align: left;
        margin-bottom: 25px;
    }
    .section__benefits__list--item .brands-app .brands {
        margin-right: 38px;
    }
    .section__benefits__list--item .brands-app .app {
        max-width: 130px;
    }
    .section__offer__brands-slider .brands {
        width: 1745px;
        height: 56px;
        /* background: url('https://ocdn.eu/paywall-cdn/piano/onet/lp-oneoffer/img/brands.png') left center repeat-x; */
        /* background-size: cover; */
        /* background: url('https://ocdn.eu/paywall-cdn/piano/onet/lp-oneoffer/img/brands.png') repeat-x scroll center center / cover; */
        animation: logos 35s ease-in-out infinite;
    }
    .section__contact {
        padding: 0 0 40px;
    }
    .section__benefits__list--list ul.text {
        margin-right: 0;
    }
    .section__faq__qa-wrapper .accordion {
        padding: 13px 34px 10px 0;
        color: #164492;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        position: relative;
        border-top: 1px solid #e8e8e8;
    }
    .section__faq__qa-wrapper .accordion:after {
        content: "";
        width: 30px;
        height: 30px;
        background: url("https://ocdn.eu/paywall-cdn/onetPremium/LP/img/faq-tick.svg");
        background-size: contain;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        transition: all 0.15s;
    }
    .section__faq__qa-wrapper .panel {
        padding: 0 34px 0 0;
    }
    .section__faq__qa-wrapper .panel p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
    }
    .section__faq__qa-wrapper .panel.show {
        padding: 0 34px 17px 0;
    }
}


/*# sourceMappingURL=style.css.map */