.blog.blog-list .blog-list-header {
    position: relative;
    background-color: #fff;
}

.blog.blog-list .blog-list-header__hero {   
    position: relative;     
    padding: 4.5rem 0 4rem;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center center;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 64em) {
    .blog.blog-list .blog-list-header__hero {  
        text-align: left;
    }
}

@media (min-width: 80em) {
    .blog.blog-list .blog-list-header__hero {  
        background-position: center -48px;
        margin-bottom: 3rem;
    }
}


.blog.blog-list .blog-list-header__categories .row {
    width: 100%
    
}

.blog.blog-list .blog-list-header__categories .heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem
    
}
@media (min-width: 64em) {
    .blog.blog-list .blog-list-header__categories .heading {
        font-size: 1.75rem;
        margin-bottom: 1.5rem
    }
}
.blog.blog-list .blog-list-header[data-animate] {
    transform: none
}

.blog.blog-list .blog-list-header__hero>.row {
    position: relative;
    z-index: 1
}

.blog.blog-list .blog-list-header .title,
.blog.blog-list .blog-list-header .description {
    color: #414141
}

.blog.blog-list .blog-list-header .title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2rem;
    margin-bottom: 1rem
}

@media (min-width: 64em) {
    .blog.blog-list .blog-list-header .title {
        font-size: 3.125rem;
    }
}

.blog.blog-list .blog-list-header .description {
    font-size: 1rem;
    line-height: 1.17
}

@media (min-width: 64em) {
    .blog.blog-list .blog-list-header .description {
        font-size: 1.5rem;
    }
}
.blog.blog-list .blog-list-header__hero.__overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 0
}

.blog.blog-list .blog-list-header__hero.__overlay .title,
.blog.blog-list .blog-list-header__hero.__overlay .description {
    color: #fff
}

.blog.blog-list .categories {
    list-style-type: none;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap
}

.blog.blog-list .categories li {
    display: inline-block;
    list-style-type: none;
    padding: 4px
}

.blog.blog-list .categories li a {
    display: inline-block;
    width: auto;
    font-size: .875rem;
    font-family: "NNNittiGrotesk-Heading";
    padding: .75rem 1rem;
    border-radius: 2.5rem;
    background: #F7F7F7;
    color: #404040;
    box-shadow: 0 2px 24px 0 rgba(238, 127, 0, 0);
    transition: all .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog.blog-list .categories li.life a {
    color: #EA650D;
    background: #FFF7EE
}


.blog.blog-list .categories li a:hover {
    color: #FFF7EE;
    background: #E64415
}

.blog.blog-list .categories li.active a {
    background: #EA650D;
    color: #FFF7EE;
}

.blog.blog-list .categories li.active a:hover {
    color: #FFF7EE;
    background: #E64415;
}

.blog.blog-list .categories .hidden-categories {
    padding: 4px
}

.blog.blog-list .categories .hidden-categories ul {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.blog.blog-list .loader-container {
    min-height: 10rem
}

.blog.blog-list .loader-container>.next-button {
    display: none
}

.blog .post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    grid-gap: 4.125rem;
    padding: 4.5rem 0
}

@media print,
screen and (min-width: 40em) {
    .blog .post-grid {
        grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr))
    }
}

@media print,
screen and (min-width: 64em) {
    .blog .post-grid {
        grid-template-columns: repeat(auto-fill, minmax(21.5rem, 1fr))
    }
}

.blog .post-grid>.blog-post:nth-child(3n+4),
.blog .post-grid>.blog-post:nth-child(1) {
    transition-delay: .1s
}

.blog .post-grid>.blog-post:nth-child(3n+5),
.blog .post-grid>.blog-post:nth-child(2) {
    transition-delay: .2s
}

.blog .post-grid>.blog-post:nth-child(3n+3) {
    transition-delay: .3s
}

.blog .post-grid>.blog-post .post-cover {
    min-height: 16rem;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem;
    background-color: #eee;
    object-fit: cover;
    max-height: 16rem;
    width: 100%
}

.blog .post-grid>.blog-post .post-title a {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    line-height: 1.14
}

.blog .post-grid>.blog-post .post-description {
    margin-bottom: 1.5rem
}

.blog .post-grid>.blog-post .post-description a {
    font-size: 1.125rem;
    font-family: "NNNittiGrotesk-TextRegular";
    line-height: 1.33
}

.blog .post-grid>.blog-post .tag-list {
    font-size: .875rem;
    margin-bottom: 1rem
}

.blog .post-grid>.blog-post .tag-list .post-tag {
    font-family: "NNNittiGrotesk-TextRegular";
    color: #d3d3d3;
    transition: color .25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    margin-right: 4px;
    white-space: normal
}

@media(hover: hover) {
    .blog .post-grid>.blog-post .tag-list .post-tag:hover {
        color: #ee7f00
    }
}

.blog .post-grid>.blog-post .tag-list .post-tag:hover:focus:active {
    color: #ee7f00
}

.blog .post-grid>.blog-post .post-category {
    font-family: "NNNittiGrotesk-Heading";
    font-size: .8125rem;
    background: #eee;
    color: #999;
    padding: .5rem .825rem;
    border-radius: 1rem;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

@media(hover: hover) {
    .blog .post-grid>.blog-post .post-category:hover {
        background: #ee7f00;
        color: #fff
    }
}

.blog .post-grid>.blog-post .post-category:hover:focus:active {
    background: #ee7f00;
    color: #fff
}

.blog .post-grid .no-posts-message {
    grid-column-start: 1;
    grid-column-end: 4;
    font-family: "NNNittiGrotesk-Heading";
    margin: 3rem 0;
    text-align: center;
    font-size: 2rem;
    color: #414141
}

@media print,
screen and (min-width: 64em) {
    .blog .post-grid .no-posts-message {
        font-size: 2.375rem
    }
}

.blog-details .hero-picture,
.blog-details .main,
.blog-details .post-pagination,
.blog-details .related-posts {
    margin-bottom: 3rem
}

.blog-details .main a:not(.btn) {
    font-size: 1em;
    color: #ee7f00
}

.blog-details .main a:not(.btn):hover {
    color: #d57100
}

.blog-details .post-details-description {
    margin-bottom: 2rem;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.5rem;
    line-height: 1.13
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-details-description {
        font-family: "NNNittiGrotesk-Heading";
        font-size: 2rem;
        line-height: 1.13
    }
}

.blog-details .post-share {
    display: inline-block
}

.blog-details .post-share .share-list {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    position: fixed;
    margin: 0;
    list-style: none;
    background-color: #eee;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-share .share-list {
        position: static;
        flex-direction: column;
        background-color: transparent
    }
}

.blog-details .post-share .share-list .share-item {
    display: flex;
    flex: 1 1 auto
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-share .share-list .share-item:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

.blog-details .post-share .share-list .share-item .share-button {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    background-size: 1.325rem auto;
    background-position: center center;
    background-repeat: no-repeat
}

@media print,
screen and (min-width: 64em) {
    .blog-details .post-share .share-list .share-item .share-button {
        width: 3rem;
        height: 3rem;
        border: none;
        border-radius: 50%;
        background-color: #eee
    }
}

.blog-details .post-share .share-list .share-item .share-button:hover {
    background-color: #ee7f00
}

.blog-details .post-share .share-list .share-item .share-button.share-facebook {
    background-image: url(assets/black-facebook.8567de4b113ba1ae14649c01f6de9ce4.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-facebook:hover {
    background-image: url(assets/white-facebook.9163a2b2211511ff2f151b738e662e3c.svg)
}

.blog-details .post-share .share-list .share-item .share-button.share-twitter {
    background-image: url(assets/black-twitter.ce331aae5aed0951b302f8d880c2b749.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-twitter:hover {
    background-image: url(assets/white-twitter.2a035386e3ee576834e2b9b970d89d90.svg)
}

.blog-details .post-share .share-list .share-item .share-button.share-linkedin {
    background-image: url(assets/black-linkedin.a145ddc453969e9e91b7eab9febc9fb3.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-linkedin:hover {
    background-image: url(assets/white-linkedin.c8907f769ae8babd2ed782c013b97e5e.svg)
}

.blog-details .post-share .share-list .share-item .share-button.share-link {
    background-image: url(assets/black-link.dc8d1d1fab99af653e3e09303e7b415d.svg);
    background-size: 1.125rem
}

.blog-details .post-share .share-list .share-item .share-button.share-link:hover {
    background-image: url(assets/white-link.e1c9ee77e68edf8004402e999a35aff6.svg)
}

.blog-details .hero-picture {
    position: relative;
    z-index: 1;
    min-height: 25rem;
    border-radius: .25rem;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 63.99875em) {
    .blog-details .hero-picture {
        margin-bottom: 1rem
    }
}

.blog-details .hero-picture-container {
    z-index: 3
}

.blog-details .hero-picture:after {
    content: "";
    position: absolute;
    background-color: rgba(10, 10, 10, .5);
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem
}

.blog-details .hero-picture-h1 {
    color: #fff;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3rem
}

@media screen and (max-width: 39.99875em) {
    .blog-details .hero-picture-h1 {
        font-size: 2rem
    }
}

.blog-details .hero-picture-post-category {
    margin-top: 24px;
    font-family: "NNNittiGrotesk-Heading";
    font-size: .8125rem;
    display: inline-block;
    margin-top: 17px;
    background: #eee;
    color: #999;
    padding: .5rem .825rem;
    border-radius: 1rem;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

@media(hover: hover) {
    .blog-details .hero-picture-post-category:hover {
        background: #ee7f00;
        color: #fff
    }
}

.blog-details .hero-picture-post-category:hover:focus:active {
    background: #ee7f00;
    color: #fff
}

.blog-details .blog-content {
    margin-bottom: 4.5rem
}

.blog-details .blog-content h2,
.blog-details .blog-content h3,
.blog-details .blog-content h4,
.blog-details .blog-content h5,
.blog-details .blog-content h6 {
    font-family: "NNNittiGrotesk-Heading";
    color: #414141
}

.blog-details .blog-content h2 {
    font-size: 2rem
}

.blog-details .blog-content h3 {
    font-size: 1.875rem
}

.blog-details .blog-content h4 {
    font-size: 1.75rem
}

.blog-details .blog-content h5 {
    font-size: 1.5rem
}

.blog-details .blog-content h6 {
    font-size: 1.325rem
}

.blog-details .blog-content>p,
.blog-details .blog-content ul,
.blog-details .blog-content ol {
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-family: "NNNittiGrotesk-TextRegular"
}

.blog-details .blog-content ul ul,
.blog-details .blog-content ol ol {
    font-size: 1em
}

.blog-details .blog-content .tag-list {
    font-size: .875rem;
    margin-bottom: 1rem
}

.blog-details .blog-content .tag-list .post-tag {
    font-family: "NNNittiGrotesk-TextRegular";
    color: #d3d3d3;
    transition: color .25s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0
}

@media(hover: hover) {
    .blog-details .blog-content .tag-list .post-tag:hover {
        color: #ee7f00
    }
}

.blog-details .blog-content .tag-list .post-tag:hover:focus:active {
    color: #ee7f00
}

.blog-details .blog-content .author-container {
    margin-top: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.blog-details .blog-content .author-container-twitter {
    display: none;
    position: absolute;
    margin-left: 10px;
    bottom: 91%;
    left: calc(50% - 37px);
    right: 0;
    z-index: 9;
    vertical-align: middle
}

.blog-details .blog-content .author-container-twitter>iframe {
    padding: 4px;
    border: 1px solid #ececec;
    background-color: #f7f7f7;
    display: inline-block;
    width: 87px !important;
    height: 30px !important;
    position: static;
    visibility: visible;
    border-radius: 5px
}

.blog-details .blog-content .author-container-twitter:hover {
    display: inline-block
}

.blog-details .blog-content .author-container-twitter:after,
.blog-details .blog-content .author-container-twitter:before {
    right: 43%;
    bottom: -4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 2
}

.blog-details .blog-content .author-container-twitter:after {
    border-color: rgba(247, 247, 247, 0);
    border-top-color: #f7f7f7;
    border-width: 6px;
    margin-top: -9px
}

.blog-details .blog-content .author-container-twitter:before {
    border-color: rgba(236, 236, 236, 0);
    border-top-color: #ececec;
    border-width: 6px;
    margin-top: -8px
}

.blog-details .blog-content .author-container-inner {
    position: relative;
    display: inline-block
}

.blog-details .blog-content .author-container-inner:hover {
    display: inline-block
}

.blog-details .blog-content .author-container-inner:hover .author-container-twitter {
    display: inline-block
}

.blog-details .blog-content .author-container-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    margin-right: 1rem;
    display: inline-block
}

@media screen and (max-width: 85.37375em) {
    .blog-details .blog-content .author-container-avatar {
        margin-left: 1rem
    }
}

.blog-details .blog-content .author-container-name {
    font-size: 1.125rem;
    margin: 0;
    display: block
}

.blog-details .blog-content .author-container-date {
    font-size: 1rem;
    margin: 0;
    color: #999;
    display: block
}

.blog-details .blog-content .blog-product-box,
.blog-details .blog-content .blog-ad {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: 4px solid #d3d3d3;
    border-radius: 6px;
    margin: 1rem 0
}

@media print,
screen and (min-width: 40em) {

    .blog-details .blog-content .blog-product-box,
    .blog-details .blog-content .blog-ad {
        flex-flow: row nowrap
    }
}

@media print,
screen and (min-width: 64em) {

    .blog-details .blog-content .blog-product-box,
    .blog-details .blog-content .blog-ad {
        margin: 1rem 5rem
    }
}

.blog-details .blog-content .blog-product-box .edit-overlay,
.blog-details .blog-content .blog-product-box .freemarker-data,
.blog-details .blog-content .blog-ad .edit-overlay,
.blog-details .blog-content .blog-ad .freemarker-data {
    display: none
}

.blog-details .blog-content .blog-product-box .description-wrapper,
.blog-details .blog-content .blog-ad .description-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.25rem 1.75rem;
    flex: 1 1 100%;
    max-width: 100%
}

@media print,
screen and (min-width: 40em) {

    .blog-details .blog-content .blog-product-box .description-wrapper,
    .blog-details .blog-content .blog-ad .description-wrapper {
        flex: 1 1 60%;
        max-width: 60%
    }
}

.blog-details .blog-content .blog-product-box-image-wrapper,
.blog-details .blog-content .blog-ad-image-wrapper {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

@media print,
screen and (min-width: 40em) {

    .blog-details .blog-content .blog-product-box-image-wrapper,
    .blog-details .blog-content .blog-ad-image-wrapper {
        flex: 1 1 40%;
        max-width: 40%;
        min-width: 190px
    }
}

.blog-details .blog-content .blog-product-box--image,
.blog-details .blog-content .blog-ad--image {
    flex: 1 1 100%;
    object-fit: cover
}

.blog-details .blog-content .blog-product-box--image[src=""],
.blog-details .blog-content .blog-ad--image[src=""] {
    background: #d3d3d3
}

.blog-details .blog-content .blog-product-box--title,
.blog-details .blog-content .blog-ad--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    color: #ee7f00;
    margin-bottom: 1.25rem
}

.blog-details .blog-content .blog-product-box--description,
.blog-details .blog-content .blog-ad--description {
    font-size: 1.25em;
    margin-bottom: 1.5rem;
    flex: 1 1 auto;
    line-height: 1.6;
    font-family: "NNNittiGrotesk-TextRegular"
}

.blog-details .blog-content .blog-product-box--description p,
.blog-details .blog-content .blog-ad--description p {
    line-height: inherit
}

.blog-details .blog-content .blog-product-box--link,
.blog-details .blog-content .blog-ad--link {
    margin-bottom: 0
}

.blog-details .post-pagination>.row {
    flex-wrap: nowrap
}

.blog-details .post-pagination .prev-button,
.blog-details .post-pagination .next-button {
    display: inline-flex;
    justify-items: center;
    align-items: center
}

.blog-details .post-pagination .prev-button:link,
.blog-details .post-pagination .prev-button:visited,
.blog-details .post-pagination .next-button:link,
.blog-details .post-pagination .next-button:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer
}

.blog-details .post-pagination .prev-button .arrow,
.blog-details .post-pagination .next-button .arrow {
    background-color: #f1edeb;
    border-radius: 3px
}

.blog-details .post-pagination .prev-button .arrow:before,
.blog-details .post-pagination .next-button .arrow:before {
    color: #ee7f00;
    padding: 20px
}

@media screen and (max-width: 39.99875em) {

    .blog-details .post-pagination .prev-button .arrow:before,
    .blog-details .post-pagination .next-button .arrow:before {
        padding: 13px
    }
}

.blog-details .post-pagination .prev-button .description-wrapper,
.blog-details .post-pagination .next-button .description-wrapper {
    line-height: 1
}

.blog-details .post-pagination .prev-button .description-wrapper .name,
.blog-details .post-pagination .prev-button .description-wrapper .title,
.blog-details .post-pagination .next-button .description-wrapper .name,
.blog-details .post-pagination .next-button .description-wrapper .title {
    display: inline-block;
    margin-bottom: 0
}

.blog-details .post-pagination .prev-button .description-wrapper .name,
.blog-details .post-pagination .next-button .description-wrapper .name {
    display: none;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 14px;
    color: #ee7f00
}

@media print,
screen and (min-width: 40em) {

    .blog-details .post-pagination .prev-button .description-wrapper .name,
    .blog-details .post-pagination .next-button .description-wrapper .name {
        margin-bottom: .5rem;
        display: block
    }
}

.blog-details .post-pagination .prev-button .description-wrapper .title,
.blog-details .post-pagination .next-button .description-wrapper .title {
    display: block;
    font-family: "NNNittiGrotesk-TextRegular";
    font-size: 18px
}

.blog-details .post-pagination .prev-button.disabled .description-wrapper .name,
.blog-details .post-pagination .next-button.disabled .description-wrapper .name {
    margin-bottom: 0
}

.blog-details .post-pagination .prev-button.disabled .description-wrapper .name,
.blog-details .post-pagination .prev-button.disabled .arrow:before,
.blog-details .post-pagination .next-button.disabled .description-wrapper .name,
.blog-details .post-pagination .next-button.disabled .arrow:before {
    color: #666
}

.blog-details .post-pagination .prev-button .arrow {
    margin-right: 12px;
    padding: 20px 0
}

@media print,
screen and (min-width: 40em) {
    .blog-details .post-pagination .prev-button .arrow {
        margin-right: 24px
    }
}

.blog-details .post-pagination .next-button .arrow {
    margin-left: 12px;
    padding: 20px 0
}

@media print,
screen and (min-width: 40em) {
    .blog-details .post-pagination .next-button .arrow {
        margin-left: 24px
    }
}

.blog-details .loader-container {
    min-height: 10rem
}

.blog-details .related-posts .section-header {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2rem;
    margin-top: 2rem;
    text-align: center
}

@media print,
screen and (min-width: 40em) {
    .blog-details .related-posts .section-header {
        font-size: 3.125rem;
        margin-top: 72px
    }
}

.blog-tag-map-page:not(.edit-mode) {
    display: flex
}

.blog-tag-map-page {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.blog-tag-map {
    width: 100%
}

.blog-tag-map ul,
.blog-tag-map li {
    list-style-type: none
}

.blog-tag-map ul>li {
    display: inline-block;
    color: #414141
}

.blog-tag-map ul>li:nth-of-type(3n + 1) a {
    font-size: 1.25em
}

.blog-tag-map ul>li:nth-of-type(4n+3) a {
    font-size: 1.5em
}

.blog-tag-map ul>li:nth-of-type(5n - 3) a {
    font-size: 1.75em
}

.blog-tag-map ul>li a:before {
    content: "#"
}

.blog-section {
    background: #fff
}

.blog-section .section-header {
    font-size: 3.125rem;
    margin-bottom: 1rem;
    font-family: "NNNittiGrotesk-Heading"
}

.blog-section [data-slider] {
    margin-bottom: 3rem
}

@media print,
screen and (min-width: 64em) {
    .blog-section [data-slider] {
        margin-bottom: 2.5rem
    }
}

.blog-section [data-slider] .slick-list {
    padding-right: 2.125rem
}

@media print,
screen and (min-width: 40em) {
    .blog-section [data-slider] .slick-list {
        padding-right: 17rem
    }
}

.blog-section [data-slider] .slick-list .slick-track {
    display: flex
}

.blog-section [data-slider] .slick-list .slick-track .slick-slide {
    display: flex;
    height: auto
}

.blog-section.__player .slick-list {
    padding-right: 1rem
}

@media print,
screen and (min-width: 40em) {
    .blog-section.__player .slick-list {
        padding-right: 17rem
    }
}

.blog-section .slot {
    float: left;
    width: 33.333%;
    height: 100%
}

.blog-section .slot.player {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    position: relative
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.player {
        height: 100%
    }
}

.blog-section .slot.blog-post {
    padding: 0 0 0 1rem
}

@media print,
screen and (min-width: 40em) {
    .blog-section .slot.blog-post {
        padding: 0 0 0 2.125rem
    }
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post {
        padding: 0 0 0 4.125rem
    }
}

.blog-section .slot.blog-post[data-animate]:nth-child(1) {
    transition-delay: 0s
}

.blog-section .slot.blog-post[data-animate]:nth-child(2) {
    transition-delay: .1s
}

.blog-section .slot.blog-post[data-animate]:nth-child(3) {
    transition-delay: .2s
}

.blog-section .slot.blog-post.__wide {
    float: right;
    min-height: 14.125rem;
    margin-bottom: 0;
    width: 66.666%;
    padding: 0 0 0 1.125rem
}

@media print,
screen and (min-width: 40em) {
    .blog-section .slot.blog-post.__wide {
        padding: 0 0 0 2.125rem
    }
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post.__wide {
        margin-bottom: 0;
        padding: 0 0 4.125rem 4.125rem
    }
}

.blog-section .slot.blog-post.__wide .single-post .post-cover {
    min-height: 14.125rem
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post.__wide .single-post .post-cover {
        min-height: 100%
    }
}

.blog-section .slot.blog-post .single-post {
    background: #fff;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid transparent;
    border-bottom-color: #ffebd5;
    transition: border .25s ease-in-out
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post .single-post:hover {
        border: 1px solid #ee7f00
    }
}

.blog-section .slot.blog-post .single-post .post-cover {
    min-height: 14.125rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    object-fit: cover
}

.blog-section .slot.blog-post .single-post .content-wrapper {
    position: relative;
    padding: 1.875rem 1.875rem 3.875rem 2.5rem
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post .single-post .content-wrapper {
        padding: 1.4375rem 1.875rem 4.125rem 2.5rem
    }
}

@media screen and (min-width: 100em) {
    .blog-section .slot.blog-post .single-post .content-wrapper {
        padding: 1.875rem 1.875rem 3.875rem 2.5rem
    }
}

.blog-section .slot.blog-post .single-post .content-wrapper .post-author {
    font-size: .6875rem
}

.blog-section .slot.blog-post .single-post .content-wrapper .post-title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    color: #ee7f00;
    margin-bottom: .9375rem
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post .single-post .content-wrapper .post-title {
        margin-bottom: .3125rem
    }
}

@media screen and (min-width: 100em) {
    .blog-section .slot.blog-post .single-post .content-wrapper .post-title {
        margin-bottom: .9375rem
    }
}

.blog-section .slot.blog-post .single-post .content-wrapper .post-description {
    margin-bottom: 1.5rem
}

.blog-section .slot.blog-post .single-post .content-wrapper .post-description a {
    font-family: "NNNittiGrotesk-TextRegular";
    font-size: 1.125rem;
    line-height: 1.33
}

.blog-section .slot.blog-post .single-post .content-wrapper .link.arrowed {
    position: absolute;
    bottom: 1.875rem
}

@media print,
screen and (min-width: 64em) {
    .blog-section .slot.blog-post .single-post .content-wrapper .link.arrowed {
        bottom: 2.125rem
    }
}

@media screen and (min-width: 100em) {
    .blog-section .slot.blog-post .single-post .content-wrapper .link.arrowed {
        bottom: 1.875rem
    }
}

.blog-section.__mixed .slot.blog-post {
    height: auto
}

@media print,
screen and (min-width: 64em) {
    .blog-section.__mixed .slot.blog-post.__wide .post-description {
        height: 3rem;
        overflow: hidden
    }
}

.blog-section .section-link {
    padding: 0 1.25rem
}

.new-blog {
    background: #fff
}

.new-blog .section-header {
    font-size: 3.125rem;
    font-family: "NNNittiGrotesk-Heading"
}

@media print,
screen and (min-width: 64em) {
    .new-blog [data-slider] {
        margin-bottom: 2.5rem
    }
}

@media print,
screen and (min-width: 40em) {
    .new-blog [data-slider] .slick-list {
        padding-right: 17rem
    }
}

.new-blog [data-slider] .slick-list .slick-track {
    display: flex
}

.new-blog [data-slider] .slick-list .slick-track .slick-slide {
    display: flex;
    height: auto
}

.new-blog .slot {
    float: left;
    width: 33.333%;
    height: 100%
}

.new-blog .slot.blog-post {
    padding: 0 0 0 2.125rem
}

@media print,
screen and (min-width: 64em) {
    .new-blog .slot.blog-post {
        padding: 0 0 0 4.125rem
    }
}

.new-blog .slot.blog-post .single-post {
    background: #fff;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid transparent;
    border-bottom: 1px solid #ffebd5;
    transition: border .25s ease-in-out;
    padding-bottom: 3rem;
    position: relative
}

@media print,
screen and (min-width: 64em) {
    .new-blog .slot.blog-post .single-post:hover {
        border: 1px solid #ee7f00
    }
}

.new-blog .slot.blog-post .single-post .post-cover {
    min-height: 14.125rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.new-blog .slot.blog-post .single-post .content-wrapper {
    padding: 1.875rem 1.875rem 3.875rem 2.5rem
}

@media print,
screen and (min-width: 64em) {
    .new-blog .slot.blog-post .single-post .content-wrapper {
        padding: 1.4375rem 1.875rem 4.125rem 2.5rem
    }
}

@media screen and (min-width: 100em) {
    .new-blog .slot.blog-post .single-post .content-wrapper {
        padding: 1.875rem 1.875rem 3.875rem 2.5rem
    }
}

.new-blog .slot.blog-post .single-post .content-wrapper .post-author,
.new-blog .slot.blog-post .single-post .content-wrapper .post-date {
    font-size: .6875rem
}

.new-blog .slot.blog-post .single-post .content-wrapper .post-title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    color: #ee7f00;
    margin-bottom: .9375rem
}

@media print,
screen and (min-width: 64em) {
    .new-blog .slot.blog-post .single-post .content-wrapper .post-title {
        margin-bottom: .3125rem
    }
}

@media screen and (min-width: 100em) {
    .new-blog .slot.blog-post .single-post .content-wrapper .post-title {
        margin-bottom: .9375rem
    }
}

.new-blog .slot.blog-post .single-post .content-wrapper .post-description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.33
}

.new-blog .slot.blog-post .single-post .content-wrapper .link.arrowed {
    position: absolute;
    bottom: 1.875rem
}

@media print,
screen and (min-width: 64em) {
    .new-blog .slot.blog-post .single-post .content-wrapper .link.arrowed {
        bottom: 2.125rem
    }
}

@media screen and (min-width: 100em) {
    .new-blog .slot.blog-post .single-post .content-wrapper .link.arrowed {
        bottom: 1.875rem
    }
}

.new-blog .section-link {
    padding: 0 1.25rem
}