body {
    padding-top: 0 !important
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: normal
}

.tooltip .am-ic {
    display: inline-block;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    background: url(/resources/images/ads-ads-discount-offers/info.svg) no-repeat center
}

.tooltip i {
    vertical-align: middle
}

.tooltip-txt {
    position: relative;
    display: inline-block
}

.tooltip-txt::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid;
    width: 100%
}

.tooltip-cnt {
    position: absolute;
    padding: 15px;
    color: #000;
    display: none;
    z-index: 99
}

.tooltip-cnt .inner {
    padding: 10px;
    width: 200px;
    font-size: 12px;
    background: #fff;
    line-height: 1.4;
    border-radius: 12px
}

.tooltip-cnt .inner::before {
    content: "";
    position: absolute;
    z-index: 1001;
    width: 16px;
    height: 16px;
    background: url(/resources/images/ads-ads-discount-offers/info-jiao.svg) no-repeat center
}

.tooltip-cnt[flow="up"],
.tooltip-cnt:not([flow]) {
    bottom: 100%;
    left: -24px
}

.tooltip-cnt[flow="up"] .inner,
.tooltip-cnt:not([flow]) .inner {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.tooltip-cnt[flow="up"] .inner::before,
.tooltip-cnt:not([flow]) .inner::before {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 0px;
    left: 32px;
    z-index: 1000
}

.tooltip:hover .tooltip-cnt {
    display: block
}

.tooltip.bg-dark .tooltip-cnt .inner {
    background: #000;
    color: #fff
}

.tooltip.bg-dark .tooltip-cnt[flow="up"] .inner::before,
.tooltip.bg-dark .tooltip-cnt:not([flow]) .inner::before {
    border-top-color: #000
}

.tooltip.bg-dark .tooltip-cnt[flow="bottom"] .inner::before {
    border-bottom-color: #000
}

.tooltip.bg-dark .tooltip-cnt[flow="left"] .inner::before {
    border-left-color: #000
}

.tooltip.bg-dark .tooltip-cnt[flow="right"] .inner::before {
    border-right-color: #000
}

.tooltip.bd-16 .inner {
    border-radius: 16px
}

.tooltip.wd-200 .inner {
    width: 200px;
    padding: 16px
}

.mc-ads-offers {
    color: #111425;
    font-family: 'PT Sans', Arial, sans-serif;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box
}

.mc-ads-offers *,
.mc-ads-offers *::before,
.mc-ads-offers *::after {
    box-sizing: border-box
}

.mc-ads-offers h1,
.mc-ads-offers h2,
.mc-ads-offers h3,
.mc-ads-offers p {
    margin: 0
}

.mc-ads-offers a {
    text-decoration: none
}

.mc-ads-offers img {
    max-width: 100%
}

.expired [data-expired="expired"] {
    visibility: hidden
}

.offers-hero {
    position: relative;
    padding: 22px 24px 86px;
    color: #fff;
    background: #070A22 url(/resources/images/ads-ads-discount-offers/banner-bg.jpg) no-repeat center / cover;
    overflow: hidden
}

.offers-hero__content {
    position: relative;
    z-index: 1;
    width: min(1300px, 100%);
    margin: 0 auto
}

.offers-hero .logo {
    position: absolute;
    z-index: 99;
    top: 38px;
    left: 69px
}

.offers-title {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-family: 'Red Hat Display', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap
}

.offers-title strong {
    color: #ff871d
}

.offer-switch {
    display: flex;
    width: max-content;
    margin: 50px auto 24px;
    padding: 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px
}

.offer-switch button {
    border: 0;
    border-radius: 8px;
    background: #fff;
    padding: 10px 40px;
    color: #000;
    font: 16px/1 'PT Sans', Arial, sans-serif;
    cursor: pointer
}

.offer-switch button.is-active {
    color: #fff;
    background: #235bff;
    font-weight: 700
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    display: none
}

.plan-grid.is-active {
    display: grid
}

.plan-grid.is-limited {
    grid-template-columns: 416px;
    justify-content: center
}

.plan-grid.is-limited .plan-card:not(.plan-card--free) {
    display: none
}

.plan-card {
    position: relative;
    padding: 40px 36px;
    border-radius: 24px;
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column
}

.plan-card.plan-card--best {
    border: 2px solid #FF6200;
    background: linear-gradient(180deg, rgba(255, 191, 152, 0.3) 0%, rgba(255, 191, 152, 0) 30%), #FFF
}

.plan-card h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 40px
}

html[lang=de] .plan-card.plan-card--best h2 {
    width: 270px;
}

.plan-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: relative;
    margin-bottom: 22px
}

.plan-card__price>span {
    font-size: 48px;
    line-height: 1;
    font-weight: 700
}

.plan-card__price del,
.plan-card__price small {
    align-self: flex-end;
    margin-bottom: 2px;
    opacity: .4;
    font-size: 24px;
    line-height: 1;
    font-weight: 700
}

.plan-card__price img {
    width: 74px;
    height: 36px;
    object-fit: contain
}

.plan-card__note {
    width: max-content;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 4px;
    color: #000;
    background: rgba(255, 52, 117, 0.05);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px !important
}

.plan-card__note b {
    color: #ff3475
}

.plan-card__button {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    color: #fff;
    background: #235bff;
    box-shadow: 0 8px 8px rgba(0, 60, 234, 0.2);
    font-size: 18px;
    font-weight: 700
}

.plan-card__button--orange {
    background: linear-gradient(90deg, #ff6c1d, #ff9500);
    box-shadow: 0 8px 8px rgba(255, 111, 27, 0.2);
    text-transform: uppercase;
    cursor: pointer;
}

.plan-card__button img {
    width: 24px;
    height: 24px
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    display: grid;
    gap: 16px;
    font-size: 14px;
    line-height: 1;
    margin-top: 40px
}

.plan-features li {
    position: relative;
    padding-left: 24px
}

.plan-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 16px;
    background: url('/resources/images/ads-ads-discount-offers/gou.svg') center / contain no-repeat
}

.plan-features b {
    font-weight: 700;
    text-transform: uppercase
}

.info-dot {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    color: #235bff;
    background: #eef3ff;
    font-size: 11px;
    cursor: pointer
}

.best-value {
    position: absolute;
    top: -4px;
    right: 26px;
    width: 86px;
    height: 90px;
    padding-top: 12px;
    color: #fff;
    background: url(/resources/images/ads-ads-discount-offers/group-3.png) no-repeat center / cover;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15
}

.trust-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    color: #fff;
    font-size: 16px
}

.trust-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.trust-list img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.countdown-banner {
    margin: 0 auto;
    position: relative;
    width: 666px;
    min-height: 72px;
    padding: 16px 16px 16px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 36px;
    color: #111425;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    border-radius: 40px;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 34.66%, rgba(255, 255, 255, 0.8) 81.02%, rgba(255, 255, 255, 0.6) 100%);
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.3) inset;
    margin-bottom: 28px
}

.countdown-banner__top {
    display: flex;
    align-items: center;
    gap: 10px
}

#count-down {
    min-width: 250px;
    min-height: 25px
}

.countdown-banner .countdown i {
    font-style: normal
}

.countdown-banner .countdown div,
.countdown-banner .countdown p {
    display: inline-block
}

.countdown-banner .countdown span {
    color: #F95900;
    font-size: 20px;
    font-weight: 700;
    display: inline-block
}

.countdown-banner .countdown p {
    font-size: 14px;
    margin-left: 6px;
    font-weight: 400
}

.countdown-banner__clock {
    position: absolute;
    left: 16px;
    top: -8px;
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center
}

.countdown-banner b {
    display: block;
    font-size: 20px;
    line-height: 1.25
}

.countdown-banner span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.2
}

.countdown {
    margin-left: auto;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700
}

.countdown-unit {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
    color: #111425;
    font-size: 14px;
    font-weight: 400
}

.countdown-unit b {
    color: #f95900;
    font-size: 20px;
    line-height: 1
}

.countdown>i {
    padding: 0 8px;
    color: #111425;
    font-size: 20px;
    font-style: normal
}

.plan-tip {
    position: absolute;
    z-index: 4;
    max-width: 220px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    background: #111425;
    font-size: 12px;
    line-height: 1.35
}

.plan-tip.is-visible {
    display: inline-block
}

.feature-intro {
    padding: 120px 24px;
    background: #fff
}

.section-heading {
    width: min(1280px, 100%);
    margin: 0 auto 72px;
    text-align: center
}

.section-heading h2 {
    color: #222;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700
}

.section-heading p {
    margin-top: 16px;
    color: #292929;
    font-size: 20px;
    line-height: 1.3
}

.feature-grid {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.feature-grid article {
    min-height: 182px;
    padding: 40px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    border: 1px solid #e6e8e9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05)
}

.feature-grid article img {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.feature-grid h3 {
    color: #222;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700
}

.feature-grid p {
    margin-top: 16px;
    color: #555;
    font-size: 16px;
    line-height: 1.45
}

.workflow-section,
.media-section,
.faq-section {
    padding: 120px 24px
}

.workflow-section {
    background: #f8f9fa;
    text-align: center
}

.workflow-card {
    width: min(1280px, 100%);
    margin: 0 auto 40px;
    padding: 16px;
    display: grid;
    grid-template-columns: 448px 1fr;
    border-radius: 18px;
    background: #f3f6fc;
    box-shadow: 0 20px 25px rgba(13, 32, 77, 0.06)
}

.workflow-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 506px;
    object-fit: cover;
    border-radius: 0 8px 8px 0
}

.workflow-card[data-active-step] img {
    animation: workflow-screen-in .24s ease
}

.workflow-card[data-active-step="1"] img {
    object-position: left center
}

.workflow-card[data-active-step="2"] img {
    object-position: center center
}

.workflow-card[data-active-step="3"] img {
    object-position: right center
}

@keyframes workflow-screen-in {
    from {
        opacity: .35;
        transform: translateX(8px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.workflow-steps {
    display: grid;
    align-content: center;
    gap: 16px
}

.workflow-steps article {
    min-height: 108px;
    padding: 24px 28px 22px 34px;
    border-radius: 8px 0 0 8px;
    background: #fff
}

.workflow-steps article {
    cursor: pointer;
    transition: box-shadow .2s ease, border-color .2s ease;
    text-align: left
}

.workflow-steps article.is-active {
    box-shadow: 0 18px 16px rgba(34, 88, 246, 0.13);
    border-left: 4px solid #2258f6
}

.workflow-steps h3 {
    font-size: 20px;
    line-height: 25px;
    color: #272b31
}

.workflow-steps p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 18.9px;
    color: #292929
}

.workflow-steps a {
    color: #2258f6
}

.workflow-section .workflow-images img {
    display: none
}

.workflow-section .workflow-images img.is-active {
    display: block
}

.rounded-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 10px 48px;
    border-radius: 40px;
    color: #fff;
    background: #235bff;
    box-shadow: 0 8px 8px rgba(0, 60, 234, 0.2);
    font-size: 18px;
    font-weight: 700
}

.media-section {
    text-align: center;
    background: #fff
}

.media-section h2,
.faq-section h2 {
    color: #000;
    font-size: 40px;
    line-height: 1.2
}

.media-carousel .slick-dots,
.media-carousel .slick-arrow {
    display: none !important
}

.media-carousel-x {
    width: min(1280px, 100%);
    margin: 80px auto 0;
    position: relative;
    border: 1px solid #e6e8e9;
    border-radius: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 60px 20px
}

.media-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.media-card::before,
.media-card::after {
    content: "";
    width: 40px;
    height: 32px;
    background: url(/resources/images/ads-ads-discount-offers/media-quote.svg) no-repeat center;
    position: absolute;
    top: calc(50% - 16px)
}

.media-card::before {
    left: 60px
}

.media-card::after {
    transform: rotate(180deg);
    right: 60px
}

.media-carousel-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px
}

.media-carousel-list .item {
    opacity: .4
}

.media-carousel-list .item.active {
    opacity: 1
}

.media-carousel .slick-prev,
.media-carousel .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #235bff
}

.media-carousel .slick-prev {
    left: -58px
}

.media-carousel .slick-next {
    right: -58px
}

.media-carousel .slick-dots {
    bottom: -36px
}

.media-carousel .slick-dots li button:before {
    color: #235bff;
    font-size: 10px
}

.media-quote {
    position: absolute;
    left: 60px;
    top: 50%;
    width: 40px;
    height: 32px
}

.media-card p {
    max-width: 878px;
    color: #222;
    font-size: 20px;
    line-height: 2
}

.media-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    min-height: 38px
}

.media-logos img {
    max-width: 160px;
    max-height: 36px;
    object-fit: contain
}

.faq-section {
    background: #f8f9fa
}

.faq-section h2 {
    width: min(1200px, 100%);
    margin: 0 auto 80px;
    text-align: center
}

.faq-list {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 16px
}

.faq-list details {
    overflow: hidden;
    border: 1px solid #e6e8e9;
    border-radius: 12px;
    background: #fff;
    padding: 16px 0
}

.faq-list details[open] {
    border-color: #1d70ec;
    box-shadow: 0 8px 24px rgba(29, 112, 236, 0.15)
}

.faq-list summary {
    padding: 24px 88px 24px 40px;
    position: relative;
    cursor: pointer;
    list-style: none;
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700
}

.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary::after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg)
}

.faq-list details[open] summary {
    color: #1d70ec
}

.faq-list details[open] summary::after {
    transform: translateY(-25%) rotate(225deg)
}

.faq-list details p {
    padding: 0 40px 24px;
    color: #292929;
    font-size: 16px;
    line-height: 1.5
}

.cta-section {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    padding: 85px 24px;
    text-align: center;
    color: #fff;
    background: #000E40 url(/resources/images/ads-ads-discount-offers/bg-cta.jpg) no-repeat top center / cover
}

.cta-section__inner {
    width: min(1090px, 100%);
    margin: 0 auto
}

.cta-section h2 {
    font-family: 'Red Hat Display', Arial, sans-serif;
    font-size: 56px;
    line-height: 1.1
}

.cta-section p {
    margin: 16px 0 24px;
    font-size: 20px;
    line-height: 1.2
}

.cta-countdown {
    margin: 0 auto 28px;
    color: #fff
}

.cta-countdown .countdown>div>div {
    color: #fff;
    width: 32px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    background: #000;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    font-size: 20px
}

.cta-countdown .countdown div {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.cta-countdown .countdown p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    opacity: .5;
    font-weight: 400
}

.cta-countdown .countdown span {
    display: inline-block
}

.cta-countdown .countdown i {
    font-style: normal;
    height: 34px;
    line-height: 38px;
    vertical-align: top;
    color: #D9D9D9;
    opacity: .5
}

.rounded-button--orange {
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(90deg, #FF6C1D 0%, #FF9500 100%);
    box-shadow: 0 8px 16px 0 rgba(255, 111, 27, 0.2)
}

@media (max-width:1024px) {
    .offers-title {
        font-size: 40px
    }

    .offers-hero {
        padding-top: 96px
    }

    .trust-list {
        flex-wrap: wrap;
        justify-content: center
    }

    .feature-grid {
        gap: 16px
    }

    .feature-grid article {
        padding: 28px;
        grid-template-columns: 80px 1fr
    }

    .feature-grid article img {
        width: 80px;
        height: 80px
    }
}

@media (max-width:992px) {
    .offers-title {
        display: block;
        white-space: wrap;
        text-align: center
    }

    .plan-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-grid article {
        grid-template-columns: repeat(1, 1fr);
        text-align: center
    }

    .feature-grid article img {
        margin: 0 auto
    }

    .workflow-card {
        grid-template-columns: 1fr
    }

    .media-carousel-list {
        gap: 10px
    }

    .media-card::after,
    .media-card::before {
        display: none
    }
}

@media (max-width:767px) {
    .offers-hero {
        min-height: auto;
        padding: 56px 16px 54px
    }

    .offers-title {
        flex-direction: column;
        gap: 4px;
        font-size: 30px;
        text-align: center;
        white-space: normal
    }

    .offer-switch {
        margin-top: 32px
    }

    .offer-switch button {
        padding: 10px 18px;
        font-size: 14px
    }

    .plan-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .plan-card {
        min-height: auto;
        padding: 28px 24px;
        gap: 28px
    }

    .plan-card__price {
        min-height: 70px
    }

    .plan-card__price>span {
        font-size: 40px
    }

    .plan-card__price del,
    .plan-card__price small {
        font-size: 18px
    }

    .trust-list {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 28px;
        gap: 12px;
        font-size: 14px
    }

    .countdown-banner {
        width: 100%;
        margin: 36px 0 20px;
        padding: 14px 10px 14px 64px;
        display: block
    }

    .countdown-banner__clock {
        left: 8px;
        top: 14px;
        width: 46px;
        height: 46px;
        font-size: 28px
    }

    .countdown-banner__top {
        width: 100%;
        flex-direction: column;
        gap: 4px
    }

    .countdown-banner b {
        font-size: 13px;
        white-space: nowrap
    }

    .countdown-banner span {
        font-size: 12px
    }

    #count-down {
        min-width: 0;
        min-height: 20px
    }

    .countdown {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: baseline;
        justify-content: center;
        font-size: 14px
    }

    .countdown-banner .countdown div {
        display: inline-flex;
        align-items: baseline
    }

    .countdown-banner .countdown span {
        margin-top: 0;
        font-size: 17px
    }

    .countdown-banner .countdown p {
        margin-left: 2px;
        font-size: 10px
    }

    .countdown>i {
        padding: 0 2px;
        font-size: 14px
    }

    .feature-intro,
    .workflow-section,
    .media-section,
    .faq-section {
        padding: 64px 16px
    }

    .section-heading {
        margin-bottom: 40px
    }

    .section-heading h2,
    .media-section h2,
    .faq-section h2 {
        font-size: 30px
    }

    .section-heading p {
        font-size: 17px
    }

    .feature-grid {
        grid-template-columns: 1fr
    }

    .feature-grid article {
        min-height: 0;
        padding: 24px;
        grid-template-columns: 64px 1fr;
        gap: 16px
    }

    .feature-grid article img {
        width: 64px;
        height: 64px
    }

    .feature-grid h3 {
        font-size: 20px
    }

    .feature-grid p {
        font-size: 15px
    }

    .workflow-card {
        padding: 8px;
        display: flex;
        flex-direction: column
    }

    .workflow-card img {
        min-height: 0;
        height: auto
    }

    .workflow-steps article {
        border-radius: 8px;
        padding: 20px
    }

    .media-card {
        min-height: 260px;
        margin-top: 40px;
        padding: 48px 24px 32px
    }

    .media-quote {
        left: 20px;
        top: 24px;
        width: 28px;
        height: 24px
    }

    .media-card p {
        font-size: 18px
    }

    .media-logos {
        flex-wrap: wrap;
        gap: 18px
    }

    .media-logos img {
        max-width: 120px
    }

    .faq-section h2 {
        margin-bottom: 40px
    }

    .faq-list summary {
        min-height: 78px;
        padding: 24px 56px 24px 24px;
        font-size: 17px
    }

    .faq-list summary::after {
        right: 24px
    }

    .faq-list details p {
        padding: 0 24px 24px;
        font-size: 15px
    }

    .cta-section {
        min-height: 380px;
        padding: 64px 16px
    }

    .cta-section h2 {
        font-size: 34px
    }

    .cta-section p {
        font-size: 17px
    }
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #010525;
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    text-align: center
}
