.pubm-ap__hero {
    padding: 220px 0 50px;
    margin: 0;
}

.pubm-ap__hero h1,
.pubm-ap__hero h1 + p,
.pubm-ap__hero_logo {
    max-width: calc(100% - 420px - 42px);
}

.pubm-ap__hero small,
.pubm-ap__hero a {
    display: block;
    margin-bottom: 8px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.pubm-ap__hero .yellow-bar {
    width: 60px;
    height: 5px;

    margin: 20px 0 19px;
    background: #FFD13F;
}

.pubm-ap__hero h1 {
    margin: 0 0 10px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 0.9;

    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.pubm-ap__hero h1 + p {
    margin: 0;

    font-family: 'TVNordEF-Regular', sans-serif;
    font-size: 26px;
    line-height: 37px;
}

.pubm-ap__hero_logo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0 7px;
    margin: 20px 0 0;
}

.pubm-ap__hero_logo span {
    font-family: 'TVNordEF-Regular';
    font-size: 18px;
    line-height: 0.8;
}

.pubm-ap__hero_logo figure {
    margin: 0;
}

.pubm-ap__hero_logo img {
    max-height: 30px;
    max-width: 130px;
}

.pubm-ap__hero_logo img[src*=".svg"] {
    min-width: 130px;
}

.pubm-ap__body > .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 42px;
}

.pubm-ap__body > .container:before,
.pubm-ap__body > .container:after {
    display: none;
    content: inherit;
}

.pubm-ap__body {
    padding-bottom: 60px;
}

.pubm-ap__body_main {
    width: 100%;
    max-width: calc(100% - 42px - 420px);
    padding: 44px 0 0;
}

.pubm-ap__body_main h3,
.pubm-ap__body_main h5,
.pubm-ap__body_main p {
    color: #000;
}

.pubm-ap__body__section:not(:last-child):not(.pubm-ap__body__section--intro) {
    margin: 0 0 40px;
}

.pubm-ap__body__section:last-child {
    margin-bottom: 0;
}

.pubm-ap__body__section:not(:last-child):not(.pubm-ap__body__section--intro).no-bottom-margin {
    margin-bottom: 0;
}

.pubm-ap__body .big-bar {
    width: 60px;
    height: 5px;
    margin: 0 0 17px;

    background: #FFD13F;
}

.pubm-ap__body h3 {
    margin: 0 0 22px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 27px;
    letter-spacing: 0.54px;
    line-height: 0.9;
    text-transform: uppercase;
}

.pubm-ap__body__section p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.pubm-ap__body__section.pubm-ap__body__section--intro {
    margin: 0 0 24px;
}

.pubm-ap__body__section--intro h3 {
    line-height: 0.9;
}

.pubm-ap__body__section--intro p {
    font-size: 26px;
    line-height: 37px;
}

.pubm-ap__body__section--body p:not(:last-child) {
    margin: 0 0 24px;
}

.pubm-ap__body__section--icon-copy + .pubm-ap__body__section--icon-copy:not(:last-child):not(.pubm-ap__body__section--intro) {
    margin-top: -25px;
}

.pubm-ap__body__section.pubm-ap__body__section--icon-copy > p {
    margin: 0 0 22px;
}

.pubm-ap__body__section--icon-copy > p + h3,
.pubm-ap__body__section--icon-copy h3:first-of-type:last-of-type {
    margin-bottom: 10px;
}

.pubm-ap__body__section--icon-copy > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pubm-ap__body__section--icon-copy > ul > li {
    position: relative;

    display: flex;
    flex-direction: row;
    align-items: flex-start;

    gap: 0 25px;
    padding: 25px 0;
}

.pubm-ap__body__section--icon-copy.no-checkbox-top-padding > ul > li {
    padding-top: 10px;
}

.pubm-ap__body__section--icon-copy.no-bottom-divider > ul > li {
    padding-bottom: 0;
}

.pubm-ap__body__section--icon-copy:not(.no-bottom-divider) > ul > li:after {
    content: '';
    display: flex;
    width: 100%;

    position: absolute;
    bottom: 0;

    background-image: linear-gradient(to right, #a3a3a3 20%, rgba(168, 168, 168, 0) 5%);
    background-size: 4px 1px;

    padding: 1px 0 0;
}

.pubm-ap__body__section--icon-copy > ul > li figure {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pubm-ap__body__section--icon-copy > ul > li figure img {
    max-height: 56px;
}

.pubm-ap__body__section--icon-copy > ul > li h5 {
    margin: 0 0 6px;

    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 18px;
    line-height: 21px;
}

.pubm-ap__body__section--icon-copy > ul > li ul {
    padding: 0 0 0 20px;
    margin: 25px 0 0;
}

.pubm-ap__body__section--icon-copy > ul > li ul li:not(:last-child) {
    margin: 0 0 15px;
}

.pubm-ap__body__section--icon-copy > ul > li ul li {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.pubm-ap__body__section--icon-copy > ul > li ul li strong {
    font-family: 'TVNordEF-Black', sans-serif;
    font-weight: normal;
}

.pubm-ap__body__section--icon-copy .pubm-ap__body__section_footnotes {
    padding: 40px 0 0;
}

.pubm-ap__body__section--boxes > p {
    margin: 0 0 22px;
}

.pubm-ap__body__section--boxes ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;

    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pubm-ap__body__section--boxes ul.layout--two-cols li {
    width: calc(50% - 5px);
}

.pubm-ap__body__section--boxes ul.layout--three-cols li {
    width: calc(33% - 6px);
}

.pubm-ap__body__section--boxes ul.layout--four-cols li {
    width: calc(25% - 8px);
}

.pubm-ap__body__section--boxes ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 15px;

    border: 1px solid #DDDDDD;
    border-radius: 0;

    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.pubm-ap__body__section--boxes ul li strong {
    font-weight: normal;
}

.pubm-ap__body__section--boxes ul li strong:first-child {
    margin-bottom: 8px;

    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #39BADD;
}

.pubm-ap__body__section--boxes ul li strong:last-child {
    margin-top: 8px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    color: #000;
}

.pubm-ap__body__section--boxes .pubm-ap__body__section_footnotes {
    padding: 22px 0 0;
}

.pubm-ap__body__section--customer-logos .pubm-ap__body__section_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 22px;
}

.pubm-ap__body__section--customer-logos .pubm-ap__body__section_header h3 {
    margin: 0;
}

.pubm-ap__body__section--customer-logos .pubm-ap__body__section_header img {
    width: 100%;
    height: 100%;

    max-width: 90px;
    max-height: 28px;
}

.pubm-ap__body__section--customer-logos > p {
    margin: 0 0 24px;
}

.pubm-ap__body__section--customer-logos .pubm-ap__body__section_footnotes {
    padding: 40px 0 0;
}

.pubm-ap__body__section--customer-logos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;

    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pubm-ap__body__section--customer-logos ul li {
    width: calc(25% - 9px);
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #DDDDDD;
    border-radius: 0;
}

.pubm-ap__body__section--customer-logos ul li figure {
    margin: 0;
}

.pubm-ap__body__section--customer-logos ul li img {
    width: 100%;
    height: 100%;

    max-width: 125px;
    max-height: 40px;

    object-fit: contain;
}

.pubm-ap__body__section--activation-channels > p {
    margin: 0 0 40px;
}

.pubm-ap__body__section--activation-channels ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pubm-ap__body__section--activation-channels ul.layout--one-col li {
    width: 100%;
}

.pubm-ap__body__section--activation-channels ul.layout--two-cols li {
    width: calc(50% - 10px);
}

.pubm-ap__body__section--activation-channels ul.layout--three-cols li {
    width: calc(33% - 14px);
}

.pubm-ap__body__section--activation-channels ul.layout--four-cols li {
    width: calc(25% - 15px);
}

.pubm-ap__body__section--activation-channels ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
}

.pubm-ap__body__section--activation-channels ul li figure {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
}

.pubm-ap__body__section--activation-channels ul li figure img {
    min-width: 56px;
    height: 100%;

    max-width: 80px;
    max-height: 56px;
}

.pubm-ap__body__section--activation-channels ul li h5,
.pubm-ap__body__section--activation-channels ul li p {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.pubm-ap__body__section--activation-channels ul li h5 {
    margin: 0 0 2px;
    font-family: 'TVNordEF-Black', sans-serif;
}

.pubm-ap__body__section--activation-channels .pubm-ap__body__section_footnotes {
    padding: 60px 0 0;
}

.pubm-ap__body__section.pubm-ap__body__section--title-copy h3 {
    margin: 0 0 15px;
}

.pubm-ap__body__section.pubm-ap__body__section--title-copy img {
    height: auto;
    width: auto;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}

.pubm-ap__body__section--footnotes {
    position: relative;
    padding: 56px 0 0;
}

.pubm-ap__body__section--footnotes p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.pubm-ap__body__section--footnotes .pubm-ap__body__section_footnotes-sep {
    display: flex;
    width: 100%;

    position: absolute;
    top: 0;

    background-image: linear-gradient(to right, #000 20%, rgba(168, 168, 168, 0) 5%);
    background-size: 4px 1px;

    padding: 1px 0 0;
}

.pubm-ap__body_sidebar {
    position: relative;
    width: 100%;
    max-width: 420px;

    padding: 30px;
    margin: -130px 0 0;
    flex-shrink: 0;

    background: #003B5C;
    z-index: 3;
}

.pubm-ap__body_sidebar h3 {
    margin: 19px 0 5px;
    color: #fff;
}

.pubm-ap__body_sidebar h3 + p {
    margin: 0 0 30px;

    font-size: 18px;
    line-height: 27px;
    color: #fff;
}

.pubm-ap__body_sidebar h3.no-secondary-title + p {
    margin: 0 0 15px;
}

.pubm-ap__body_sidebar h3 + p + h3 {
    margin: 0 0 5px;
}

.pubm-ap__body_sidebar-block--quote {
    padding: 58px 0 0;
}

.pubm-ap__body_sidebar-block--quote blockquote {
    display: flex;
    flex-direction: column;
    padding: 60px 0 80px;
    margin: 0 0 18px;
}

.pubm-ap__body_sidebar-block--quote blockquote:before,
.pubm-ap__body_sidebar-block--quote blockquote:after {
    z-index: 5;
    line-height: 0;
    font-size: 150px;
    display: block;
    color: #fff;
}

.pubm-ap__body_sidebar-block--quote blockquote:before {
    content: '“';
    margin-right: auto;
    margin-left: -7px;
}

.pubm-ap__body_sidebar-block--quote blockquote:after {
    content: '„';
    margin-left: auto;
    margin-top: -20px;
}

.pubm-ap__body_sidebar-block--quote blockquote p {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}

.pubm-ap__body_sidebar-block--quote cite {
    font-style: normal;
}

.pubm-ap__body_sidebar-block--quote cite span {
    display: block;

    font-size: 15px;
    letter-spacing: 3px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.pubm-ap__body_sidebar-block--quote cite figure {
    margin: 15px 0 0;
}

.pubm-ap__body_sidebar-block--quote cite figure img {
    max-width: 145px;
    max-height: 50px;
}

.pubm-ap__footer {
    padding: 0;
}

.pubm-ap__footer .container {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 42px 0;
    padding: 60px 15px 70px;

    text-align: center;
}

.pubm-ap__footer .container:before {
    display: none;
    content: inherit;
}

.pubm-ap__footer .container:after {
    display: block;
    width: calc(100% - 30px);

    position: absolute;
    bottom: 0;
    left: 15px; right: 15px;

    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.pubm-ap__footer p {
    margin: 0;
    font-size: 26px;
    line-height: 37px;
    color: #fff;
}

.pubm-ap__footer .archive-btn {
    padding: 16px 20px;

    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;

    border-radius: 0;
    border: 1px solid #fff;

    background: none;
    appearance: none;
    -webkit-appearance: none;
    transition: 0.2s all
}

.pubm-ap__footer .archive-btn:hover,
.pubm-ap__footer .archive-btn:focus {
    color: #000;
    background: #fff;
}

.pubm-ap__footer + .footer {
    padding-top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .pubm-ap__body__section--boxes ul.layout--three-cols li,
    .pubm-ap__body__section--boxes ul.layout--four-cols li {
        width: calc(50% - 5px);
    }

    .pubm-ap__body__section--customer-logos ul li {
        width: calc(33% - 6px);
    }
}

@media only screen and (max-width: 1199px) {

    .pubm-ap__body__section--activation-channels ul.layout--three-cols li {
        width: calc(50% - 5px);
    }

    .pubm-ap__body__section--activation-channels ul li figure {
        min-width: 80px;
    }
}

@media only screen and (max-width: 991px) {

    .pubm-ap__hero h1,
    .pubm-ap__hero h1 + p,
    .pubm-ap__hero_logo {
        max-width: 100%;
    }

    .pubm-ap__hero h1 {
        font-size: 40px;
        line-height: 0.9;
        margin-bottom: 10px;
    }

    .pubm-ap__hero h1 + p {
        font-size: 22px;
        line-height: 31px;
    }

    .pubm-ap__hero_logo span {
        font-size: 15px;
    }

    .pubm-ap__body > .container {
        flex-direction: column
    }

    .pubm-ap__body {
        padding-bottom: 40px;
    }

    .pubm-ap__body_main,
    .pubm-ap__body_sidebar {
        width: 100%;
        max-width: 100%;
    }

    .pubm-ap__body__section:last-child {
        margin: 0 0 40px;
    }

    .pubm-ap__body_sidebar {
        padding: 30px 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .pubm-ap__body__section p,
    .pubm-ap__body_sidebar h3 + p,
    .pubm-ap__body__section--icon-copy > ul > li ul li,
    .pubm-ap__body__section--boxes ul li strong:first-child,
    .pubm-ap__body__section--boxes ul li strong:last-child {
        font-size: 18px;
        line-height: 27px;
    }

    .pubm-ap__body__section--intro p {
        font-size: 18px;
        line-height: 27px;
    }

    .pubm-ap__body_sidebar-block--quote blockquote p {
        font-size: 22px;
        line-height: 26px;
    }

    /*.pubm-ap__body__section--icon-copy > ul > li {*/
    /*    flex-direction: column;*/
    /*    gap: 25px 0;*/
    /*}*/

    .pubm-ap__body__section--activation-channels .pubm-ap__body__section_footnotes {
        padding: 40px 0 0;
    }

    .pubm-ap__body__section--footnotes {
        padding: 40px 0 0;
    }

    .pubm-ap__body__section--footnotes p {
        font-size: 13px;
        line-height: 15px;
    }

    .pubm-ap__footer .container {
        padding: 40px 15px;
        gap: 30px 0;
    }

    .pubm-ap__footer + .footer {
        padding-top: 40px;
    }

    .pubm-ap__footer p {
        font-size: 22px;
        line-height: 31px;
    }

    .pubm-ap__footer .archive-btn {
        font-size: 20px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 991px) {

    .pubm-ap__body__section--activation-channels ul.layout--three-cols li {
        width: calc(33% - 12px);
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {

    .pubm-ap__body__section--boxes ul.layout--three-cols li,
    .pubm-ap__body__section--boxes ul.layout--four-cols li {
        width: calc(33% - 6px);
    }

    .pubm-ap__body__section--customer-logos ul li {
        width: calc(25% - 9px);
    }
}

@media only screen and (min-width: 460px) and (max-width: 639px) {

    .pubm-ap__body__section--boxes ul.layout--three-cols li,
    .pubm-ap__body__section--boxes ul.layout--four-cols li,
    .pubm-ap__body__section--boxes ul.layout--two-cols li,
    .pubm-ap__body__section--activation-channels ul.layout--two-cols li,
    .pubm-ap__body__section--activation-channels ul.layout--three-cols li,
    .pubm-ap__body__section--activation-channels ul.layout--four-cols li {
        width: calc(50% - 5px);
    }

    .pubm-ap__body__section--customer-logos ul li {
        width: calc(33% - 6px);
    }
}

@media only screen and (max-width: 459px) {

    .pubm-ap__body__section--boxes ul.layout--three-cols li,
    .pubm-ap__body__section--boxes ul.layout--four-cols li,
    .pubm-ap__body__section--customer-logos ul li,
    .pubm-ap__body__section--boxes ul.layout--two-cols li,
    .pubm-ap__body__section--activation-channels ul.layout--two-cols li,
    .pubm-ap__body__section--activation-channels ul.layout--three-cols li,
    .pubm-ap__body__section--activation-channels ul.layout--four-cols li {
        width: 100%;
    }

    .pubm-ap__body__section--customer-logos ul li {
        width: calc(50% - 5px);
    }
}

@media only screen and (max-width: 478px) {

    .pubm-ap__body__section--customer-logos .pubm-ap__body__section_header {
        flex-direction: column;
        gap: 14px 0;
        align-items: flex-start;
    }
}