@charset "UTF-8";
.text-red {
    color: #d40000;
}

.light-bg {
    background-color: #f8f8f8;
}

@font-face {
    font-display: swap;
    font-family: "Puck Serif Display";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/PuckSerifDisplay-Bold.eot);
    src: url(../fonts/PuckSerifDisplay-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/PuckSerifDisplay-Bold.woff2) format("woff2"), url(../fonts/PuckSerifDisplay-Bold.woff) format("woff"), url(../fonts/PuckSerifDisplay-Bold.ttf) format("truetype"), url(../fonts/PuckSerifDisplay-Bold.svg#../fonts/PuckSerifDisplay-Bold) format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Puck Serif Display";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PuckSerifDisplay-Regular.eot);
    src: url(../fonts/PuckSerifDisplay-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PuckSerifDisplay-Regular.woff2) format("woff2"), url(../fonts/PuckSerifDisplay-Regular.woff) format("woff"), url(../fonts/PuckSerifDisplay-Regular.ttf) format("truetype"), url(../fonts/PuckSerifDisplay-Regular.svg#../fonts/PuckSerifDisplay-Regular) format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Puck Serif Display";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/PuckSerifDisplay-Italic.eot);
    src: url(../fonts/PuckSerifDisplay-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/PuckSerifDisplay-Italic.woff2) format("woff2"), url(../fonts/PuckSerifDisplay-Italic.woff) format("woff"), url(../fonts/PuckSerifDisplay-Italic.ttf) format("truetype"), url(../fonts/PuckSerifDisplay-Italic.svg#../fonts/PuckSerifDisplay-Italic) format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Puck Serif Display";
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/PuckSerifDisplay-BoldItalic.eot);
    src: url(../fonts/PuckSerifDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/PuckSerifDisplay-BoldItalic.woff2) format("woff2"), url(../fonts/PuckSerifDisplay-BoldItalic.woff) format("woff"), url(../fonts/PuckSerifDisplay-BoldItalic.ttf) format("truetype"), url(../fonts/PuckSerifDisplay-BoldItalic.svg#../fonts/PuckSerifDisplay-BoldItalic) format("svg");
}

@font-face {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/Inter-roman.var.woff2) format(woff2);
}

@font-face {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-family: "Inter";
    font-style: italic;
    font-weight: 100 900;
    src: url(../fonts/Inter-italic.var.woff2) format(woff2);
}

html {
    font-size: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #000000;
}

@media (max-width: 1023px) {
    body.overflow {
        overflow: hidden;
    }
}

a {
    text-decoration: none;
    color: initial;
    transition: 0.4s;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.main-content {
    min-height: 100vh;
}

.container {
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Puck Serif Display", serif;
    margin-bottom: 1rem;
}

h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
}

@media (min-width: 1024px) {
    h1, .h1 {
        font-size: 6.25rem;
        line-height: 6.25rem;
    }
}

h3, .h3 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h5, .h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

h6, .h6 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.text-large {
    font-size: 2.5rem;
    line-height: 3rem;
}

.text-small {
    font-size: 0.625rem;
    line-height: 0.75rem;
}

.header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    clip-path: inset(0 0 -1000px 0);
    top: 0;
    position: sticky;
    -webkit-transition: -webkit-box-shadow 75ms linear;
    transition: -webkit-box-shadow 75ms linear;
    -o-transition: box-shadow 75ms linear;
    transition: box-shadow 75ms linear;
    transition: box-shadow 75ms linear, -webkit-box-shadow 75ms linear;
    width: 100%;
    z-index: 100;
}

@media (min-width: 1024px) {
    .header:hover .logo-img {
        transition-easing: cubic-bezier(0.34, 0.66, 0.68, 0.84);
        -webkit-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@media (min-width: 1024px) {
    .header:hover .logo-animation {
        transition-easing: cubic-bezier(0.34, 0.66, 0.68, 0.84);
        opacity: 1;
        -webkit-transform: translateY(37px);
        -o-transform: translateY(37px);
        transform: translateY(37px);
        -webkit-transition: opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
        transition: opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
        -o-transition: opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -o-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
        transition: transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
        transition: transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -o-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    }
}

@media (min-width: 1024px) {
    .header:hover .logo-animation path {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 1023px) {
    .header.menu-open {
        position: fixed;
        z-index: 49;
        background: #fff;
        bottom: 0;
        height: 100%;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

.header.menu-open .header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .header.menu-open .logo-img {
        transition-easing: ease-out;
        -webkit-transform: translateY(-21px);
        -o-transform: translateY(-21px);
        transform: translateY(-21px);
    }
}

@media (max-width: 1023px) {
    .header.menu-open .logo-animation {
        transition-easing: ease-out;
        opacity: 1;
        -webkit-transform: translateY(18px);
        -o-transform: translateY(18px);
        transform: translateY(18px);
        -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.8s ease-out;
        transition: opacity 0.6s ease-out, -webkit-transform 0.8s ease-out;
        -o-transition: opacity 0.6s ease-out, -o-transform 0.8s ease-out;
        transition: transform 0.8s ease-out, opacity 0.6s ease-out;
        transition: transform 0.8s ease-out, opacity 0.6s ease-out, -webkit-transform 0.8s ease-out, -o-transform 0.8s ease-out;
    }
}

@media (max-width: 1023px) {
    .header.menu-open .logo-animation path {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 1023px) {
    .header.menu-open .categories-nav {
        display: block;
        order: 3;
    }
}

.header .logo {
    display: block;
    height: 2.625rem;
    width: 6.25rem;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .header .logo {
        height: 5rem;
        width: 8rem;
        margin-right: 0.375rem;
    }
}

.header .logo-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    transition: -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    -o-transition: -o-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    transition: transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    transition: transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -o-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    width: 100%;
}

.header .logo-animation {
    margin: 0 11% 0 9.5%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(150%) translateZ(0);
    transform: translateY(150%) translateZ(0);
    -webkit-transition: opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84) 0.1s, -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    transition: opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84) 0.1s, -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    -o-transition: opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84) 0.1s, -o-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    transition: transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84) 0.1s;
    transition: transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), opacity 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84) 0.1s, -webkit-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84), -o-transform 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
}

.header .logo-animation path {
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: stroke-dashoffset 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    -o-transition: stroke-dashoffset 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
    transition: stroke-dashoffset 0.7s cubic-bezier(0.34, 0.66, 0.68, 0.84);
}

.header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.25rem 1rem 1rem;
    max-width: 80rem;
}

@media (max-width: 1023px) {
    .header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .header .container {
        padding: 0 1rem;
        align-items: stretch;
    }
}

.header .menu-btn {
    color: #d40000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 1023px) {
    .header .menu-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 5rem;
        padding: 0 1rem;
    }
}

.header .menu-btn:hover .hamburger-border {
    color: #d40000;
}

.header .menu-btn svg {
    width: 2.25rem;
    height: 2.25rem;
}

.header .menu-btn .hamburger-border {
    color: #d9d9d9;
    transition: 0.4s;
}

.header .menu-btn .hamburger-bars {
    color: #d40000;
    opacity: 1;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.header .menu-btn .hamburger-x {
    color: #000000;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.header .menu-btn .hamburger-bars, .header .menu-btn .hamburger-x {
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    -o-transition: -o-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease, -o-transform 0.8s ease;
}

.header .menu-btn.active .hamburger-border {
    color: #d40000;
}

.header .menu-btn.active .hamburger-bars {
    opacity: 0;
}

.header .menu-btn.active .hamburger-x {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #d40000;
}

@media (min-width: 1024px) {
    .header .menu-btn-mob {
        display: none;
    }
}

.header .categories-nav {
    display: none;
}

@media (min-width: 1024px) {
    .header .categories-nav {
        display: block;
        padding: 0 2rem;
        flex: 1;
    }
}

.header .categories-nav .container {
    padding: 0;
}

@media (min-width: 1024px) {
    .header .categories-nav .container {
        padding: 1rem;
    }
}

.header .categories-nav .col {
    position: relative;
}

@media (min-width: 1024px) {
    .header .categories-nav .col::after {
        content: "";
        position: absolute;
        right: 0.5rem;
        top: 0;
        bottom: 0;
        border-right: 1px solid #b2b2b2;
    }
}

@media (min-width: 1024px) {
    .header .categories-nav .col:nth-child(3n)::after {
        border-right: 0;
    }
}

.header .categories-menu {
    width: 100%;
}

@media (min-width: 1024px) {
    .header .categories-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }
}

.header .categories-menu > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    flex: 1;
}

@media (max-width: 1023px) {
    .header .categories-menu > li {
        display: block;
        margin-top: 1rem;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .header .categories-menu > li {
        position: static;
    }
}

@media (min-width: 1024px) {
    .header .categories-menu > li::after {
        content: "";
        background-color: #d40000;
        border: none;
        bottom: 0;
        display: block;
        height: 1px;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
    }
}

@media (min-width: 1024px) {
    .header .categories-menu > li:hover .categories-link-icon {
        -webkit-transform: translateY(-30%) scale(0.8);
        -o-transform: translateY(-30%) scale(0.8);
        transform: translateY(-30%) scale(0.8);
    }
}

@media (min-width: 1024px) {
    .header .categories-menu > li:hover .categories-link-carat {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .header .categories-menu > li:hover .categories-link-label {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header .categories-link-icon {
    height: 3rem;
    position: relative;
    -webkit-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    width: 3rem;
    display: block;
}

@media (max-width: 1023px) {
    .header .categories-link-icon {
        width: 3.5rem;
        height: 3.5rem;
    }
}

.header .categories-link-icon svg {
    width: 100%;
    height: 100%;
    color: #000000;
}

.header .categories-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%;
}

@media (max-width: 1023px) {
    .header .categories-link {
        grid-column-gap: 1rem;
        grid-row-gap: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: grid;
        grid-template-columns: 56px 1fr 56px;
        grid-template-rows: 1fr;
    }
}

@media (max-width: 1023px) {
    .header .categories-link.show .categories-link-icon svg {
        color: #d40000;
    }
}

@media (max-width: 1023px) {
    .header .categories-link.show .categories-link-label {
        color: #d40000;
    }
}

@media (max-width: 1023px) {
    .header .categories-link.show .categories-link-arrow svg {
        color: #d40000;
        -webkit-transform: translateY(-50%) scaleY(-1);
        -o-transform: translateY(-50%) scaleY(-1);
        transform: translateY(-50%) scaleY(-1);
    }
}

.header .categories-link-label {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.063rem;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .header .categories-link-label {
        font-family: "Puck Serif Display", serif;
        font-size: 1.625rem;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 1024px) {
    .header .categories-link-label {
        bottom: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
        transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
        -o-transition: opacity 0.3s linear, -o-transform 0.3s linear;
        transition: opacity 0.3s linear, transform 0.3s linear;
        transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
        width: auto;
        left: -50%;
        right: -50%;
    }
}

.header .categories-link-arrow {
    display: none;
}

@media (max-width: 1023px) {
    .header .categories-link-arrow {
        -webkit-box-flex: 0;
        border-left: 1px solid #b2b2b2;
        display: block;
        -ms-flex: none;
        flex: none;
        height: 2.063rem;
        position: relative;
        width: 100%;
    }
}

.header .categories-link-arrow svg {
    color: #000000;
    display: block;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: -o-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear, -o-transform 0.25s linear;
}

.header .categories-link-carat {
    display: none;
}

@media (min-width: 1024px) {
    .header .categories-link-carat {
        -webkit-box-flex: 0;
        bottom: 0;
        display: none;
        -ms-flex: none;
        flex: none;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 51;
        color: #d40000;
    }
}

.header .header-actions {
    display: none;
}

@media (max-width: 1023px) {
    .header .header-actions {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1rem;
        padding: 1.375rem 0.25rem 0;
        position: relative;
        width: 100%;
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .header .header-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        padding-right: 0.25rem;
        padding-left: 0.875rem;
    }
}

@media (max-width: 1023px) {
    .header .header-actions::before {
        content: "";
        background: #d40000;
        display: block;
        height: 1px;
        left: -16px;
        position: absolute;
        right: -16px;
        top: 0;
    }
}

.header .header-actions .menu-btn {
    display: none;
}

@media (min-width: 1024px) {
    .header .header-actions .menu-btn {
        display: block;
    }
}

.header .header-actions .btn {
    font-size: 0.75rem;
    padding: 0.5rem 0.875rem;
    text-transform: uppercase;
    margin-right: 0.75rem;
    width: 7.1rem;
}

@media (max-width: 1023px) {
    .header .header-actions .btn {
        flex: 1;
        width: auto;
        margin: 0;
        min-width: 47%;
    }
}

.header .header-actions .btn--secondary {
    border-color: #d9d9d9;
}

.header .header-actions .btn--secondary:hover, .header .header-actions .btn--secondary.show {
    border-color: #d40000;
    color: #d40000;
    background-color: transparent;
}

@media (max-width: 1023px) {
    .header .header-actions .dropdown--account {
        flex: 1;
        width: auto;
        margin: 0;
        min-width: 47%;
        position: static;
    }
}

@media (max-width: 1023px) {
    .header .header-actions .dropdown--account .dropdown-toggle {
        width: 100%;
    }
}

.header .header-actions .dropdown--account .dropdown-menu {
    z-index: 1001;
    background-color: #fff;
    width: auto;
}

@media (max-width: 1023px) {
    .header .header-actions .dropdown--account .dropdown-menu {
        inset: 4.688rem -1rem auto !important;
        position: absolute !important;
    }
}

@media (min-width: 1024px) {
    .header .header-actions .dropdown--account .dropdown-menu {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        clip-path: inset(0 -10px -10px -10px);
        -webkit-transition: -webkit-box-shadow 75ms linear;
        transition: -webkit-box-shadow 75ms linear;
        -o-transition: box-shadow 75ms linear;
        transition: box-shadow 75ms linear;
        transition: box-shadow 75ms linear, -webkit-box-shadow 75ms linear;
        min-width: 18.5rem;
        left: -0.313rem !important;
    }
}

.header .header-actions .dropdown--account .session-state {
    background-color: #f8f8f8;
    padding: 1rem;
}

.header .header-actions .dropdown--account .session-state p {
    margin-bottom: 0;
    font-size: 0.813rem;
    line-height: 1rem;
}

.header .header-actions .dropdown--account .session-state strong {
    display: block;
}

@media (min-width: 1024px) {
    .header .header-actions .dropdown {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .header .account-links {
        padding: 0.5rem 0 0.375rem;
    }
}

.header .account-links li {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .header .account-links li {
        margin: 0;
    }
}

.header .account-links li:hover a {
    color: #d40000;
}

.header .account-links .log-out-link a {
    border-top: 1px solid #b2b2b2;
    padding-top: 1rem;
}

@media (min-width: 1024px) {
    .header .account-links .log-out-link a {
        margin: 0 1rem;
        padding: 0.5rem 0;
    }
}

.header .account-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1rem;
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: 700;
    font-family: "Puck Serif Display", serif;
}

@media (min-width: 1024px) {
    .header .account-links a {
        font-family: "Inter", sans-serif;
        font-size: 0.75rem;
        font-weight: 600;
        padding: 0.375rem 1rem;
    }
}

.header .account-links a .icon {
    width: 3.5rem;
    height: 3.5rem;
    flex: 0 0 3.5rem;
    margin-right: 1rem;
}

@media (min-width: 1024px) {
    .header .account-links a .icon {
        width: 2.25rem;
        height: 2.25rem;
        flex: 0 0 2.25rem;
        margin-right: 0.75rem;
    }
}

.header .account-links a .icon svg {
    max-width: 100%;
    max-height: 100%;
}

.header .dropdown .dropdown-menu {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

@media (max-width: 1023px) {
    .header .dropdown .dropdown-menu {
        position: relative !important;
        transform: none !important;
    }
}

@media (min-width: 1024px) {
    .header .dropdown .dropdown-menu {
        inset: 100% 0 auto !important;
        transform: none !important;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        clip-path: inset(0 0 -10px 0);
    }
}

.header .dropdown--search {
    width: 100%;
}

@media (max-width: 1023px) {
    .header .dropdown--search {
        border-bottom: 1px solid #b2b2b2;
    }
}

@media (min-width: 1024px) {
    .header .dropdown--search {
        position: static;
    }
}

@media (min-width: 1024px) {
    .header .dropdown--search {
        width: auto;
    }
}

@media (max-width: 1023px) {
    .header .dropdown--search .dropdown-menu {
        display: block !important;
        margin-top: 0.375rem;
        padding: 1rem 0;
    }
}

@media (min-width: 1024px) {
    .header .dropdown--search .dropdown-menu {
        height: 9.813rem;
        text-align: center;
        padding: 1rem;
    }
}

.header .dropdown--categories .dropdown-toggle.current .categories-link-icon svg {
    color: #d40000;
}

.header .dropdown--categories .dropdown-toggle.current .categories-link-label {
    color: #d40000;
}

@media (max-width: 1023px) {
    .header .dropdown--categories .dropdown-menu {
        padding: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #b2b2b2;
    }
}

@media (max-width: 1023px) {
    .header .dropdown--categories:last-child .dropdown-menu {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.header .dropdown .dropdown-toggle::after {
    display: none;
}

.header .header-mobile-utility {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-top: 1px solid #b2b2b2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    margin-top: 1.75rem;
    padding: 2rem 0 1rem;
}

.header .header-mobile-utility li a {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
}

.header .header-mobile-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 1rem;
}

.header .header-mobile-social a {
    color: #767676;
    display: block;
    height: 1.25rem;
    width: 1.25rem;
}

@media (min-width: 1024px) {
    .header .search-links {
        justify-content: center;
        margin: 0.563rem 0 1.375rem;
    }
}

.header .search-links li:hover a {
    color: #d40000;
}

@media (min-width: 1024px) {
    .header .search-links a {
        -webkit-box-flex: 0;
        color: #000000;
        display: block;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-weight: 700;
        line-height: 1;
        padding: 0.625rem;
        text-transform: uppercase;
        font-size: 0.75rem;
    }
}

.footer {
    background-color: #000000;
    color: #767676;
    text-align: center;
    padding-top: 4.5rem;
    padding-bottom: 2.9rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1024px) {
    .footer {
        padding-top: 3rem;
    }
}

.footer a {
    color: #767676;
}

@media (min-width: 1024px) {
    .footer .footer-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer .footer-menu a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.5rem 1rem;
    text-decoration-line: none;
    text-transform: uppercase;
}

.footer .footer-menu a:hover {
    color: #fff;
}

.footer .copyright {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.footer .footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer .footer-social li {
    margin: 0 0.5rem;
}

.footer .footer-social a {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.footer .footer-social a:hover svg {
    fill: #fff;
}

.footer .footer-social a svg {
    max-width: 100%;
    max-height: 100%;
    fill: #767676;
    transition: 0.4s;
}

.footer .btn-scroll-top {
    background-color: #d40000;
    padding: 0.75rem 2rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -1.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    -webkit-border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    -ms-border-radius: 6.25rem;
    border-radius: 6.25rem;
}

.footer .btn-scroll-top svg {
    margin-right: 0.75rem;
    fill: #fff;
}

.footer .btn-scroll-top:hover {
    background-color: #ba0202;
    border-color: #ba0202;
    color: #fff;
}

.btn {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    color: #000000;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 1rem 1.25rem;
    transition: 0.4s;
    white-space: nowrap;
}

.btn--primary {
    background-color: #d40000;
    border-color: #d40000;
    color: #fff;
}

.btn--primary:disabled, .btn--primary.disabled {
    background-color: #d40000;
    border-color: #d40000;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.3;
}

.btn--primary:hover {
    background-color: #ba0202;
    border-color: #ba0202;
    color: #fff;
}

.btn--secondary {
    border-color: #d40000;
    color: #d40000;
    background-color: transparent;
}

.btn--secondary:hover {
    background-color: #d40000;
    color: #fff;
    border-color: #d40000;
}

.btn--outline-grey {
    background-color: transparent;
    border-color: #d9d9d9;
    color: #d40000;
}

.btn--outline-grey:hover {
    border-color: #d40000;
}

.btn--black {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.btn--black:hover {
    border-color: #000000;
    color: #000000;
    background-color: transparent;
}

.link {
    color: #d40000;
    font-weight: 700;
    font-size: 0.875rem;
    display: block;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.form-group--discount {
    margin-bottom: 2rem;
}

.form-group--card .card-icon {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0.75rem;
    bottom: 0;
    margin: auto 0;
}

.form-group--card .card-icon .icon {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.form-group--card-number .card-icon {
    width: 3.625rem;
    right: 0;
}

@media (min-width: 768px) {
    .form-group--card-number .card-icon {
        width: auto;
        padding-right: 0.75rem;
    }
}

.form-group--card-number .card-icon .icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 2rem;
}

@media (min-width: 768px) {
    .form-group--card-number .card-icon .icon {
        opacity: 1;
        visibility: visible;
        position: static;
        margin-left: 0.2rem;
        width: 2.125rem;
    }
}

.form-group--card-number .card-icon .icon.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .form-group--card-number .form-control {
        padding-right: 10rem;
    }
}

.input-wrap {
    position: relative;
}

.input-wrap .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    padding: 0 0.9rem;
    right: 0;
    color: #d40000;
    font-size: 0.75rem;
}

.form-control {
    border-color: rgb(217 217 217/var(--tw-border-opacity));
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid #d9d9d9;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.75rem 1rem;
    font-family: "Inter", sans-serif;
}

.form-control:focus, .form-control:active {
    box-shadow: none;
    outline: none;
    border-color: #000000;
}

.form-select {
    border-color: rgb(217 217 217/var(--tw-border-opacity));
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid #d9d9d9;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.75rem 1rem;
    font-family: "Inter", sans-serif;
}

.form-select:focus, .form-select:active {
    box-shadow: none;
    outline: none;
    border-color: #000000;
}

.select-plan-box {
    border: 1px solid #000000;
    padding: 1.25rem 1rem;
    margin-bottom: 0.938rem;
    background-color: #fff;
}

.select-plan-box > .box-title {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 2rem;
}

.select-plan-box > .box-title h6:last-child {
    margin-bottom: 0;
}

.select-plan-box > .box-title:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.select-plan-box > .box-body {
    padding-bottom: 0.5rem;
}

.select-plan-box .nav-tabs {
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .select-plan-box .nav-tabs {
        margin-bottom: 4rem;
    }
}

.select-plan-box .nav-tabs .nav-item {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.select-plan-box .nav-tabs .nav-item:nth-child(2n) {
    justify-content: flex-start;
}

.select-plan-box .text-small {
    color: #767676;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
}

.select-plan-box .price-features {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.select-plan-box .price-features:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.select-plan-box .price-features li {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 1rem;
    display: inline-flex;
}

.select-plan-box .price-features li::before {
    fill: currentColor;
    content: url(../img/list-cash-active.svg);
    display: inline-block;
    font-size: 20px;
    margin-right: 0.75rem;
    vertical-align: top;
}

.select-plan-box .price-features li:not(.selected) li:before {
    content: url(../img/list-cash.svg);
}

.select-plan-box .list-checkmark li::before {
    content: "✓";
    color: #d40000;
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    vertical-align: top;
}

.select-plan-box .features-lists p {
    text-align: center;
    font-size: 0.625rem;
    line-height: 0.75rem;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000000;
    padding: 0.5rem 0.5rem;
    font-weight: 400;
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    border-bottom-color: #d40000;
    color: #d40000;
    background-color: transparent;
}

.price-box {
    border: 1px solid #5b5855;
    padding: 1.25rem 1rem;
    margin-bottom: 1rem;
    position: relative;
}

@media (min-width: 1024px) {
    .price-box {
        text-align: center;
        padding-top: 2.8rem;
        min-height: 15.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

.price-box.active {
    background-color: #f0e2e2;
}

.price-box.active .box-icon {
    background-color: #f0e2e2;
    border-color: #d40000;
}

.price-box .box-icon {
    display: none;
}

@media (min-width: 1024px) {
    .price-box .box-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #000000;
        position: absolute;
        top: -2.2rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #fff;
    }
}

@media (min-width: 1024px) {
    .price-box .box-icon svg {
        max-height: 2.5rem;
    }
}

.price-box .box-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .price-box .box-title {
        justify-content: center;
    }
}

.price-box .box-title h5 {
    margin-bottom: 0;
}

.price-box .box-title .price {
    margin-left: auto;
}

@media (min-width: 1024px) {
    .price-box .box-title .price {
        display: none;
    }
}

.price-box h5 {
    font-size: 2rem;
    line-height: 2.375rem;
}

.price-box .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #d40000;
}

.price-box > .price {
    display: none;
}

@media (min-width: 1024px) {
    .price-box > .price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
}

.price-box p {
    margin-bottom: 0.5rem;
}

.price-box .trial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #d40000;
    font-size: 0.5rem;
    line-height: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    gap: 0.25rem;
}

@media (min-width: 1024px) {
    .price-box .trial {
        margin-top: 1rem;
    }
}

.price-box .trial svg {
    max-width: 0.75rem;
}

.sign-up-box form {
    max-width: 24rem;
    margin: 0 auto;
}

.sign-up-box .login-link {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 2rem;
}

.sign-up-box .login-link a {
    font-weight: 700;
    color: #d40000;
}

.sign-up-box > .box-title {
    margin-bottom: 1.5rem;
}

.sign-up-box .btn-sign-up {
    border: 1px solid #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.sign-up-box .btn-sign-up img {
    margin-right: 0.5rem;
}

.sign-up-box .form-title {
    margin-top: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.sign-up-box .password-meter {
    margin-top: 0.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sign-up-box .btn-submit {
    width: 100%;
}

.sign-up-box .divider {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 2.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.sign-up-box .divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #d9d9d9;
}

.sign-up-box .divider .divider-text {
    background-color: #fff;
    position: relative;
    width: 2.5rem;
}

.sign-up-box .sign-in-send-link {
    color: #d40000;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-top: 1.125rem;
    font-size: 0.875rem;
}

.infobox {
    text-align: center;
    margin-bottom: 2.5rem;
}

.infobox .infobox-icon {
    width: 6rem;
    height: 6rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0 auto 1rem;
}

.infobox .infobox-icon svg {
    max-width: 100%;
    max-height: 100%;
    color: #520606;
}

.infobox h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.search {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 1024px) {
    .search {
        justify-content: center;
    }
}

.search .search-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-flex: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    line-height: 1;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    width: 21.875rem;
    font-size: 0.875rem;
}

@media (max-width: 1023px) {
    .search .search-input {
        flex: 1;
    }
}

.search .search-input:focus, .search .search-input:active {
    outline: none;
    border-bottom-color: #d40000;
}

.search .search-input:focus ~ .btn-search svg, .search .search-input:active ~ .btn-search svg {
    color: #d40000;
}

.search .search-input::placeholder {
    color: #d9d9d9;
    font-size: 0.688rem;
}

.search .btn-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    flex: 0 1 auto;
    padding: 0 0.625rem;
}

@media (max-width: 1023px) {
    .search .btn-search {
        padding: 0 0 0 1rem;
    }
}

.search .btn-search svg {
    width: 2.25rem;
    height: 2.25rem;
}

@media (min-width: 1024px) {
    .search .btn-search svg {
        width: 1.875rem;
        height: 1.875rem;
    }
}

.header-post-card {
    grid-column-gap: 16px;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
    grid-template-rows: 1fr;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .header-post-card {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-rows: 1fr;
        margin-top: 16px;
    }
}

.header-post-card .post-image {
    display: block;
    height: 100%;
    max-width: 13rem;
    position: relative;
}

@media (min-width: 1024px) {
    .header-post-card .post-image {
        height: 7.813rem;
    }
}

.header-post-card .post-image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 6, 6, 0.3)), to(rgba(82, 6, 6, 0.3)));
    background: -webkit-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: -o-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.header-post-card .post-image img {
    width: 100%;
    height: 100%;
}

.header-post-card .post-content {
    height: 100%;
    padding-right: 16px;
}

.header-post-card .post-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .header-post-card .post-title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

@media (min-width: 1024px) {
    .header-post-card .post-title {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        font-size: 1.25rem;
    }
}

.header-post-card .post-author {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.875rem;
    margin: 0.375rem 0 0;
    text-transform: uppercase;
    color: #d40000;
}

.header-author-spotlight {
    grid-column-gap: 12px;
    grid-row-gap: 0;
    -ms-flex-line-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-content: flex-start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 124px auto;
    grid-template-rows: 1fr;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .header-author-spotlight {
        margin-top: 1rem;
    }
}

.header-author-spotlight .author-spotlight-image {
    background-color: #e5dada;
    height: 7.75rem;
    width: 7.75rem;
}

.header-author-spotlight h2 {
    font-size: 1.5rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .header-author-spotlight h2 {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        font-size: 1.25rem;
    }
}

.header-author-spotlight p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0.5rem 0;
    overflow: hidden;
}

.header-author-spotlight .author-spotlight-link {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.75rem;
    margin: 0.75rem 0 0;
    text-transform: uppercase;
    display: block;
    color: #d40000;
}

@media (max-width: 1023px) {
    .header-newsletter-card {
        margin-top: 1rem;
    }
}

.header-newsletter-card .newsletter-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 0;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: 1fr;
    width: 100%;
}

.header-newsletter-card .newsletter-title-wrap p {
    line-height: 1.1;
    margin: 0.188rem 0 0;
}

.header-newsletter-card .newsletter-title-wrap p span {
    color: #767676;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.75rem;
    margin: 0;
}

.header-newsletter-card .newsletter-title-wrap p span::after {
    content: "•";
    display: inline-block;
    margin: 0 0.25rem;
    color: #767676;
}

@media (min-width: 1024px) {
    .header-newsletter-card .newsletter-title-wrap p span::after {
        margin: 0 0.188rem;
    }
}

.header-newsletter-card .newsletter-title-wrap p span:last-child::after {
    display: none;
}

.header-newsletter-card .newsletter-title-wrap p .author-name {
    color: #d40000;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 0.75rem;
    text-transform: uppercase;
}

.header-newsletter-card .newsletter-icon {
    background-color: #f8f8f8;
    color: #000000;
    height: 3.125rem;
    width: 3.125rem;
}

.header-newsletter-card .newsletter-icon svg {
    width: 100%;
    height: 100%;
}

.header-newsletter-card h2 {
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
    font-size: 1.5rem;
}

@media (max-width: 1023px) {
    .header-newsletter-card h2 {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

@media (min-width: 1024px) {
    .header-newsletter-card h2 {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        font-size: 1.25rem;
    }
}

.header-newsletter-card p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    font-size: 0.75rem;
    line-height: 1.33;
    margin: 0.5rem 0;
    overflow: hidden;
}

.header-newsletter-card .newsletter-link {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.875rem;
    margin: 0.75rem 0 0;
    text-transform: uppercase;
    display: block;
    color: #d40000;
}

.billing-address-box .form-group:last-child {
    margin-bottom: 0;
}

.payment-information-box .nav-tabs {
    justify-content: stretch;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
}

.payment-information-box .nav-tabs .nav-link {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0.313rem;
    -moz-border-radius: 0.313rem;
    -ms-border-radius: 0.313rem;
    border-radius: 0.313rem;
    padding: 0.5rem 0.75rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6d6e78;
    width: 100%;
    text-align: left;
}

.payment-information-box .nav-tabs .nav-link .icon {
    width: 1.063rem;
    height: 1.063rem;
}

.payment-information-box .nav-tabs .nav-link .icon svg {
    fill: #6d6e78;
}

.payment-information-box .nav-tabs .nav-link.active {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px #0570de;
    border-color: #0570de;
}

.payment-information-box .nav-tabs .nav-link.active span {
    color: #0570de;
}

.payment-information-box .nav-tabs .nav-link.active svg {
    fill: #0570de;
}

.payment-information-box .nav-tabs .nav-link span {
    display: block;
    padding-top: 0.65rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 600;
    letter-spacing: 0;
}

.payment-information-box .text-small {
    border: 0;
    padding: 0;
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.payment-information-box .cash-app-pay {
    padding: 0.75rem;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 0.313rem;
    -moz-border-radius: 0.313rem;
    -ms-border-radius: 0.313rem;
    border-radius: 0.313rem;
}

.payment-information-box .cash-app-pay .icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.75rem;
}

.payment-information-box .cash-app-pay .icon svg {
    width: 100%;
    height: 100%;
}

.payment-information-box .cash-app-pay p {
    font-size: 1rem;
    line-height: 1.45;
}

.payment-information-box .cash-app-pay p:last-of-type {
    margin-bottom: 0;
}

.payment-information-box .cash-app-pay .redirect-text {
    border-top: 1px solid rgb(230, 230, 230);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.875rem;
    color: #6d6e78;
    line-height: 1.45;
}

.payment-information-box .cash-app-pay .redirect-text svg {
    width: 2.625rem;
    height: 2.625rem;
    margin-right: 0.75rem;
}

.payment-information-box .cash-app-pay .redirect-text > div {
    flex: 1;
}

.payment-information-box #cash-app-pay-tab-pane .text-small {
    margin-top: 0.5rem;
}

.hero-post {
    display: block;
}

.hero-post .row {
    margin: 0 -1rem;
}

@media (min-width: 1024px) {
    .hero-post .row {
        align-items: center;
    }
}

.hero-post .post-image {
    position: relative;
    margin-bottom: 3rem;
    padding: 0;
}

@media (min-width: 768px) {
    .hero-post .post-image {
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .hero-post .post-image {
        margin-bottom: 1rem;
        padding: 0;
    }
}

.hero-post .post-image img {
    width: 100%;
    filter: grayscale(100%);
}

.hero-post .post-image picture {
    position: relative;
    display: block;
}

@media (min-width: 1024px) {
    .hero-post .post-image picture {
        width: 50vw;
        max-width: 46rem;
    }
}

.hero-post .post-image picture::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 6, 6, 0.3)), to(rgba(82, 6, 6, 0.3)));
    background: -webkit-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: -o-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.hero-post h1 {
    color: #fff;
    line-height: 3rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .hero-post h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-post h1 {
        font-size: 5rem;
        line-height: 5.625rem;
    }
}

.hero-post p {
    font-size: 1rem;
    line-height: 1.188rem;
    color: #fff;
}

.hero-post .post-content {
    padding: 0 1.125rem;
}

@media (min-width: 768px) {
    .hero-post .post-content {
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .hero-post .post-content {
        padding-right: 3rem;
    }
}

.hero-post .post-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.25rem;
}

.hero-post .post-author .author-avatar {
    width: 4.375rem;
    height: 4.375rem;
    margin-right: 0.5rem;
    flex: 0 0 4.375rem;
}

.post-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.post-card:hover .post-image img {
    transform: scale(1.1);
}

.post-card:hover h6 {
    color: #d40000;
}

.post-card .post-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post-card .post-image::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 6, 6, 0.3)), to(rgba(82, 6, 6, 0.3)));
    background: -webkit-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: -o-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.post-card .post-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.post-card .post-image img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.post-card .spotlight-text {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-style: italic;
    font-family: "Puck Serif Display", serif;
    text-transform: uppercase;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.post-card .post-content {
    width: 100%;
}

.post-card h6 {
    transition: 0.4s;
}

.post-card h6:not(.h5) {
    font-size: 1.25rem;
    line-height: 1.5rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .post-card h6:not(.h5) {
        margin-top: 0;
    }
}

.post-card h6:not(.h5):last-child {
    margin-bottom: 0;
}

.post-card .h5 {
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .post-card .h5 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.post-card .author-name {
    text-transform: uppercase;
    color: #d40000;
    font-weight: 700;
}

.post-card--authors h6:not(.h5) {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 0.75rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media (min-width: 1024px) {
    .post-card--authors h6:not(.h5) {
        font-size: 1.25rem;
        line-height: 1.5rem;
        min-height: 3rem;
    }
}

@media (min-width: 1024px) {
    .post-card--authors .post-category {
        color: #767676;
        font-style: italic;
        font-size: 0.75rem;
        line-height: 1.25rem;
        margin-top: 0.875rem;
        font-family: "Inter", sans-serif;
    }
}

.post-card--related .post-image {
    margin-bottom: 0.75rem;
}

.post-card--related .post-info {
    color: #767676;
    font-size: 0.625rem;
    line-height: 2.25rem;
}

.post-card--related .post-info span {
    margin-right: 0.313rem;
}

.post-card--related .post-info span::after {
    content: "•";
    margin-left: 0.625rem;
    color: #000000;
    display: inline-block;
    vertical-align: -0.1rem;
}

.post-card--related .post-info span:last-child::after {
    display: none;
}

.post-card--related .post-info .author-name {
    color: #d40000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.125rem;
}

.post-card--related h6:not(.h5) {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.post-card--latest .post-image {
    margin-bottom: 2.25rem;
}

@media (min-width: 1024px) {
    .post-card--latest .post-image {
        flex: 0 0 24rem;
        max-width: 24rem;
        margin-right: 1.5rem;
        margin-bottom: 0;
    }
}

.post-card--latest .post-info {
    color: #767676;
    font-size: 0.625rem;
    line-height: 1.25rem;
    margin-bottom: 0.313rem;
}

.post-card--latest .post-info span {
    margin-right: 0.25rem;
}

.post-card--latest .post-info span::after {
    content: "•";
    margin-left: 0.5rem;
    color: #000000;
    display: inline-block;
}

.post-card--latest .post-info span:last-child::after {
    display: none;
}

.post-card--latest .post-info .author-name {
    color: #d40000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

@media (min-width: 1024px) {
    .post-card--latest .post-content {
        flex: 1;
    }
}

.post-card--latest .post-content p {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.post-card--latest .h5 {
    margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
    .post-card--latest .h5 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .category-post-card {
        flex-wrap: nowrap;
    }
}

.category-post-card .post-image {
    width: 11.625rem;
    flex: 0 0 11.625rem;
    margin-right: 1rem;
}

.category-post-card .post-content {
    width: auto;
    flex: 1;
}

.category-post-card--exclusive {
    border: 1px solid #dadae5;
    padding: 0.875rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.category-post-card--exclusive .post-image {
    margin-right: 0.875rem;
}

.category-post-card--exclusive h6:not(.h5) {
    margin-top: 0.875rem;
    margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
    .category-post-card--exclusive h6:not(.h5) {
        margin-top: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .category-post-card--exclusive h6:not(.h5) {
        margin-top: 0.25rem;
        margin-bottom: 0.688rem;
    }
}

.category-post-card .post-exclusive-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #080652;
    font-size: 0.688rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

@media (min-width: 768px) {
    .category-post-card .post-exclusive-title {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .category-post-card .post-exclusive-title {
        font-size: 0.625rem;
        flex-wrap: nowrap;
    }
}

.category-post-card .post-exclusive-title > div {
    flex: 1;
}

.category-post-card .post-exclusive-title .icon {
    width: 1.625rem;
    height: 1.625rem;
    flex: 0 0 1.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0.188rem;
}

.category-post-card .post-exclusive-title .icon svg {
    width: 100%;
    height: 100%;
}

.category-post-card--small .post-image {
    width: 9rem;
    flex: 0 0 9rem;
}

.category-post-card--small h6:not(.h5) {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.813rem;
}

@media (min-width: 1024px) {
    .category-post-card--small h6:not(.h5) {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

.category-card {
    position: relative;
    height: 6.25rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
    .category-card {
        margin-bottom: 0.25rem;
    }
}

.category-card:hover .card-bg::before {
    background: rgba(212, 0, 0, 0.5);
}

.category-card:hover h3 {
    font-size: 2.125rem;
    font-weight: 700;
}

.category-card .card-bg {
    position: absolute;
    inset: 0;
}

.category-card .card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: 0.4s;
}

.category-card picture {
    width: 100%;
    height: 100%;
    display: block;
}

.category-card picture img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card h3 {
    font-size: 1.75rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    z-index: 10;
    transition: 0.15s;
}

.author-card {
    border: 1px solid #d40000;
    height: 6.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.author-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(212, 0, 0, 0.5);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.author-card:hover::before {
    opacity: 1;
    visibility: visible;
}

.author-card:hover .btn-text {
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.author-card:hover .btn-bg img {
    transform: scale(0.65);
}

.author-card .btn-bg {
    position: absolute;
    right: -15rem;
    z-index: -1;
}

.author-card .btn-bg img {
    transform: scale(0.5);
    transition: 0.4s;
}

.author-card .btn-text {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Puck Serif Display", serif;
    font-weight: 700;
    transition: 0.15s;
    z-index: 10;
}

.newsletter-card {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .newsletter-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.newsletter-card .card-body {
    padding: 1.25rem;
}

.newsletter-card .card-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.newsletter-card .card-title > div {
    flex: 1;
}

.newsletter-card .card-title .icon {
    width: 5rem;
    flex: 0 0 5rem;
    height: 5rem;
    margin-right: 0.75rem;
}

.newsletter-card .card-title .icon img {
    width: 100%;
    height: 100%;
}

.newsletter-card h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Puck Serif Display", serif;
    margin-bottom: 0.5rem;
}

.newsletter-card .card-info {
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #767676;
}

.newsletter-card .card-info .author-name {
    text-transform: uppercase;
    font-weight: 700;
    color: #d40000;
}

.newsletter-card .card-info span::after {
    content: "•";
    color: #000000;
    margin-left: 0.25rem;
}

.newsletter-card .card-info span:last-child::after {
    display: none;
}

.newsletter-card p {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.newsletter-card .link {
    margin-bottom: 1rem;
}

.newsletter-card .btn-subscribe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 1rem;
    font-weight: 700;
    font-size: 0.875rem;
    color: #000000;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    transition: 0.4s;
}

.newsletter-card .btn-subscribe:hover {
    color: #d40000;
}

.newsletter-card .btn-subscribe:hover .plus {
    transform: scale(1.1);
}

.newsletter-card .btn-subscribe .plus {
    color: #d40000;
    font-size: 1.875rem;
    margin-right: 0.75rem;
    margin-top: -0.25rem;
    transition: 0.4s;
}

.podcast-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .podcast-card {
        align-items: center;
    }
}

.podcast-card .card-image {
    width: 5rem;
    flex: 0 0 5rem;
    height: 5rem;
    margin-right: 1rem;
}

.podcast-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcast-card .card-content {
    flex: 1;
}

.podcast-card .card-content h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.podcast-card .card-content .link {
    font-size: 0.75rem;
}

@media (min-width: 1024px) {
    .podcast-card h5 {
        font-size: 2.5rem;
        line-height: 3.75rem;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width: 1024px) {
    .podcast-card h5::after {
        background: -webkit-gradient(linear, left top, right top, from(hsla(0, 17%, 88%, 0)), color-stop(85%, #e5dada));
        background: -webkit-linear-gradient(left, hsla(0, 17%, 88%, 0), #e5dada 85%);
        background: -o-linear-gradient(left, hsla(0, 17%, 88%, 0), #e5dada 85%);
        background: linear-gradient(90deg, hsla(0, 17%, 88%, 0), #e5dada 85%);
        bottom: 0;
        content: "";
        height: 1.25em;
        position: absolute;
        right: 0;
        text-align: right;
        width: 75%;
    }
}

.podcast-card--large {
    display: block;
}

@media (min-width: 1024px) {
    .podcast-card--large {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.podcast-card--large picture {
    display: block;
    width: 100%;
    margin-bottom: 0.875rem;
}

.podcast-card--large .card-image {
    width: 100%;
    margin-bottom: 1rem;
    height: auto;
}

@media (min-width: 1024px) {
    .podcast-card--large .card-image {
        width: 18.125rem;
        flex: 0 0 18.125rem;
        margin-right: 3rem;
    }
}

.podcast-card--large .card-title {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #d40000;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.podcast-card--large .btn {
    width: 100%;
}

.pricing-card {
    background-color: #520606;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
}

@media (min-width: 1024px) {
    .pricing-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.pricing-card .card-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
}

.pricing-card .card-head {
    padding: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
    .pricing-card .card-head {
        height: 15.25rem;
    }
}

.pricing-card .card-head p:last-child {
    margin-bottom: 0;
}

.pricing-card .card-price {
    font-size: 1.25rem;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.pricing-card .card-price .price {
    font-size: 5rem;
    font-family: "Puck Serif Display", serif;
    font-weight: 700;
}

.pricing-card .card-body {
    padding: 1.875rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 300;
}

@media (min-width: 1024px) {
    .pricing-card .card-body {
        padding: 2.5rem 2rem;
    }
}

.pricing-card .card-body ul li {
    display: flex;
    margin-bottom: 1rem;
}

.pricing-card .card-body ul li::before {
    color: #d40000;
    content: "✓";
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    vertical-align: top;
}

.pricing-card .card-body ul li:last-child {
    margin-bottom: 0;
}

.pricing-card .card-footer {
    padding: 1.875rem;
}

@media (min-width: 1024px) {
    .pricing-card .card-footer {
        margin-top: auto;
    }
}

.pricing-card .card-footer .btn {
    width: 100%;
}

.quote-card {
    background-color: #f8f8f8;
    -webkit-border-radius: 1.625rem;
    -moz-border-radius: 1.625rem;
    -ms-border-radius: 1.625rem;
    border-radius: 1.625rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 6rem 2.75rem 2.75rem;
    margin-bottom: 2rem;
    position: relative;
}

.quote-card:last-child {
    margin-bottom: 0;
}

.quote-card::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24' fill='none'%3E%3Cpath d='M13.3006 0.33025V4.22058C11.269 4.22058 9.37782 4.87978 7.62717 6.19817C5.87652 7.49495 5.0012 9.05108 5.0012 10.8666C5.0012 11.9472 5.43346 12.4875 6.29797 12.4875C6.49249 12.4875 6.88152 12.4119 7.46507 12.2606C8.07024 12.1309 8.55653 12.0661 8.92395 12.0661C10.1127 12.0661 11.2257 12.5524 12.2632 13.525C13.3222 14.4759 13.8517 15.7943 13.8517 17.4801C13.8517 19.1227 13.3114 20.5384 12.2307 21.7271C11.1501 22.8942 9.6696 23.4777 7.78927 23.4777C5.54152 23.4777 3.72603 22.6348 2.3428 20.949C0.959571 19.2416 0.267956 16.875 0.267956 13.8492C0.267956 9.67786 1.53231 6.4143 4.06103 4.05849C6.61136 1.68106 9.69121 0.438315 13.3006 0.33025ZM31.0989 0.33025V4.22058C29.1753 4.22058 27.3058 4.86897 25.4903 6.16575C23.6964 7.44092 22.7995 9.00786 22.7995 10.8666C22.7995 11.9472 23.2317 12.4875 24.0963 12.4875C24.2908 12.4875 24.6798 12.4119 25.2634 12.2606C25.8685 12.1309 26.3548 12.0661 26.7222 12.0661C27.9758 12.0661 29.1105 12.5632 30.1263 13.5574C31.1421 14.5516 31.65 15.8592 31.65 17.4801C31.65 19.1227 31.1097 20.5384 30.029 21.7271C28.9484 22.8942 27.4679 23.4777 25.5875 23.4777C23.3398 23.4777 21.5243 22.6348 20.1411 20.949C18.7578 19.2416 18.0662 16.875 18.0662 13.8492C18.0662 9.67786 19.3306 6.4143 21.8593 4.05849C24.4096 1.68106 27.4895 0.438315 31.0989 0.33025Z' fill='%23D40000'/%3E%3C/svg%3E");
    width: 2rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.7rem;
}

.quote-card p {
    font-family: "Puck Serif Display", serif;
    margin-bottom: 0.75rem;
}

.quote-card .author-name {
    font-size: 1rem;
    line-height: 1.188rem;
}

.section-join {
    padding-top: 3rem;
}

@media (min-width: 1024px) {
    .section-join {
        background-image: url(../img/title-bg.svg);
        background-position: center 6.1rem;
        background-repeat: no-repeat;
        background-size: 54rem;
    }
}

@media (min-width: 1440px) {
    .section-join {
        background-position: center 5.7rem;
        background-repeat: no-repeat;
        background-size: 64rem;
    }
}

@media (min-width: 1024px) {
    .section-join .container {
        max-width: 56rem;
    }
}

.section-join .container::after {
    content: "";
    border-bottom: 1px solid #d9d9d9;
    margin-top: 3rem;
    display: block;
}

.section-join .title {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .section-join .title {
        padding: 0 2rem;
    }
}

.section-join .title h1 {
    margin-bottom: 0.5rem;
}

.section-join .checkout .select-plan-box {
    margin-bottom: 2rem;
    border-color: #d9d9d9;
}

.section-join .free-trial-box {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 1rem 1.25rem;
    margin-bottom: 2.5rem;
}

.section-join .free-trial-box .box-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.5rem;
}

.section-join .free-trial-box .box-title svg {
    max-width: 0.75rem;
    margin-right: 0.5rem;
}

.section-join .free-trial-box .box-title p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #d40000;
    font-weight: 700;
    font-size: 0.5rem;
    line-height: 0.625rem;
}

.section-join .free-trial-box p {
    font-size: 0.625rem;
    line-height: 0.75rem;
}

.section-join .free-trial-box p:last-child {
    margin-bottom: 0;
}

.section-join .total {
    font-size: 1rem;
    line-height: 1.188rem;
    font-weight: 700;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 1.25rem;
    margin-bottom: 1.125rem;
}

.section-join .total p {
    margin-bottom: 0;
}

.section-join .total .total-due {
    margin-left: auto;
}

.section-join .btn-complete {
    width: 100%;
    margin-bottom: 1.4rem;
}

.section-join .checkout > .text-small {
    color: #767676;
}

.section-join .corporate-memberships {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

@media (min-width: 1024px) {
    .section-join .corporate-memberships {
        margin-top: 1.375rem;
    }
}

.section-join .corporate-memberships > div {
    flex: 1;
}

.section-join .corporate-memberships .icon {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
}

.section-join .corporate-memberships .icon svg {
    color: #520606;
    width: 100%;
    height: 100%;
}

.section-join .corporate-memberships h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.section-join .corporate-memberships a {
    color: #d40000;
    font-weight: 700;
}

.section-join .corporate-memberships p {
    margin-bottom: 0;
}

.section-infoboxes {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
    .section-infoboxes .container {
        max-width: 56rem;
    }
}

.section-hero {
    background-color: #ba0202;
    color: #fff;
    padding-bottom: 1rem;
}

@media (min-width: 1024px) {
    .section-hero {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
}

.section-category-spotlight {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
}

@media (min-width: 1024px) {
    .section-category-spotlight {
        padding-top: 4rem;
    }
}

.section-category-spotlight .row {
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    .section-category-spotlight .row {
        margin: 0 -1.25rem;
        gap: 0;
    }
}

@media (min-width: 1024px) {
    .section-category-spotlight .col {
        padding: 0 1.25rem;
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .section-category-spotlight .col:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

.section-category-spotlight .categoty-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
    color: #520606;
}

.section-category-spotlight .categoty-title .icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    margin-right: 1rem;
}

.section-category-spotlight .categoty-title .icon svg {
    width: 100%;
    height: 100%;
}

.section-category-spotlight .categoty-title h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    font-weight: 700;
}

.section-category-spotlight .category-post-card {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.section-category-spotlight .category-post-card--exclusive {
    margin-bottom: 0.75rem;
}

.section-categories {
    padding-top: 0.5rem;
    padding-bottom: 2.25rem;
}

@media (min-width: 1024px) {
    .section-categories {
        padding-bottom: 2.75rem;
    }
}

.section-categories h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

.section-categories .row {
    justify-content: center;
}

@media (min-width: 1024px) {
    .section-categories .row {
        margin: 0 -0.125rem;
    }
}

@media (min-width: 1024px) {
    .section-categories .col {
        padding: 0 0.125rem;
    }
}

.section-cta {
    background-color: #e5dada;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-cta {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.section-cta .cta-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .section-cta .cta-content {
        align-items: center;
    }
}

.section-cta .cta-content > div {
    flex: 1;
}

.section-cta .cta-content .icon {
    height: 4rem;
    width: 3.375rem;
    flex: 0 0 3.375rem;
    margin-right: 1rem;
}

@media (min-width: 1024px) {
    .section-cta .cta-content .icon {
        height: 7rem;
        flex: 0 0 6rem;
        width: 6rem;
        margin-right: 3rem;
    }
}

.section-cta .cta-content .icon svg {
    width: 100%;
    height: 100%;
    fill: #520606;
}

.section-cta p {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

@media (min-width: 1024px) {
    .section-cta p {
        margin-bottom: 0;
    }
}

.section-cta h6 {
    margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
    .section-cta h6 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
}

.section-cta .btn {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .section-cta .btn {
        flex: 0 0 auto;
        width: auto;
        margin-top: 0;
        padding: 1rem 2rem;
        margin-left: 3rem;
        min-width: 9.625rem;
    }
}

@media (min-width: 1024px) {
    .section-cta--join {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .section-cta--join .cta-content {
        align-items: center;
    }
}

.section-cta--join .cta-content .icon {
    width: 5.5rem;
    flex: 0 0 5.5rem;
}

@media (min-width: 1024px) {
    .section-cta--join .cta-content .icon {
        width: 9.625rem;
        flex: 0 0 9.625rem;
    }
}

.section-cta--join .btn {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .section-cta--join .btn {
        margin-top: 2rem;
    }
}

@media (min-width: 1024px) {
    .section-cta--join .btn {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .section-cta--join h6 {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .section-cta--join .container {
        max-width: 58rem;
    }
}

.section-authors-latest {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
    .section-authors-latest {
        padding-top: 4rem;
        padding-bottom: 2.75rem;
    }
}

.section-authors-latest .title {
    border-bottom: 4px solid #000000;
    padding-bottom: 1.938rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-authors-latest .title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 1rem;
    }
}

.section-authors-latest .title h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

@media (min-width: 1024px) {
    .section-authors-latest .title h2 {
        font-size: 3.75rem;
        line-height: 5rem;
        margin-bottom: 0;
        flex: 0 0 59.3%;
        max-width: 59.3%;
    }
}

.section-authors-latest .title .btn {
    width: 100%;
}

@media (min-width: 1024px) {
    .section-authors-latest .title .btn {
        width: 12rem;
        flex: 0 0 12rem;
    }
}

@media (min-width: 1024px) {
    .section-authors-latest .title .icon {
        margin-left: auto;
        flex: 0 0 15.3%;
        max-width: 15.3%;
    }
}

.section-authors-latest .title .icon svg {
    opacity: 0.3;
    margin: 0 auto;
    height: 7rem;
    width: auto;
    display: block;
}

.section-authors-latest .title .icon svg path {
    fill: #520606;
}

.section-authors-latest .author-card {
    margin-bottom: 2.5rem;
}

.section-authors-latest .post-card {
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-authors-latest .post-card {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .section-authors-latest .post-card--authors {
        border-bottom: 1px solid #000000;
        padding-bottom: 0.875rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .section-authors-latest .col {
        padding: 0 1.25rem;
    }
}

@media (min-width: 1024px) {
    .section-authors-latest .row {
        margin: 0 -1.25rem;
    }
}

.section-latest-newsletters {
    background-color: rgba(230, 219, 219, 0.5);
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
    .section-latest-newsletters {
        padding-bottom: 4.5rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .section-latest-newsletters .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.section-latest-newsletters .title {
    border-bottom: 4px solid #000000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-latest-newsletters .title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
}

.section-latest-newsletters .title p {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.section-latest-newsletters .title .btn {
    width: 100%;
}

@media (min-width: 1024px) {
    .section-latest-newsletters .title .btn {
        width: 12rem;
    }
}

@media (min-width: 1024px) {
    .section-latest-newsletters .title h2 {
        font-size: 3.75rem;
        line-height: 5.625rem;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .section-latest-newsletters .title h2 {
        flex: 0 0 49.2%;
        max-width: 49.2%;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .section-latest-newsletters .title .title-content {
        flex: 0 0 33.9%;
        max-width: 33.9%;
        padding-left: 1.125rem;
        padding-top: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-latest-newsletters .title .icon {
        margin-left: auto;
        flex: 0 0 15.6%;
        max-width: 15.6%;
    }
}

@media (min-width: 1200px) {
    .section-latest-newsletters .title .icon {
        padding-top: 1.25rem;
    }
}

.section-latest-newsletters .title .icon svg {
    opacity: 0.3;
    height: 7rem;
    width: auto;
    margin: 0 auto;
    display: block;
}

.section-latest-newsletters .title .icon svg path {
    fill: #520606;
}

@media (min-width: 1024px) {
    .section-latest-newsletters .col {
        padding: 0 0.75rem;
        margin-bottom: 1.5rem;
    }
}

.section-latest-newsletters .col:nth-last-child(-n+3) {
    display: none;
}

@media (min-width: 768px) {
    .section-latest-newsletters .col:nth-last-child(-n+3) {
        display: block;
    }
}

@media (min-width: 1024px) {
    .section-latest-newsletters .row {
        margin: 0 -0.75rem;
        max-width: 64rem;
    }
}

.section-subscribe-cta {
    background: rgba(230, 219, 219, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-subscribe-cta {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

.section-subscribe-cta .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .section-subscribe-cta .container {
        align-items: center;
    }
}

.section-subscribe-cta .icon {
    width: 4rem;
    flex: 0 0 4rem;
    height: 4rem;
    margin-right: 1rem;
}

@media (min-width: 1024px) {
    .section-subscribe-cta .icon {
        width: 7rem;
        flex: 0 0 7rem;
        height: 7rem;
        margin-right: 3.1rem;
    }
}

.section-subscribe-cta .icon svg {
    height: 100%;
    width: 100%;
}

.section-subscribe-cta .icon svg path {
    fill: #520606;
}

.section-subscribe-cta h3 {
    flex: 1;
}

@media (min-width: 1024px) {
    .section-subscribe-cta h3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.section-subscribe-cta .btn {
    width: 100%;
    margin-top: 1.75rem;
}

@media (min-width: 1024px) {
    .section-subscribe-cta .btn {
        width: auto;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 0;
    }
}

.section-latest-podcasts {
    background-color: #e5dada;
    padding-top: 2rem;
}

.section-latest-podcasts .title {
    border-bottom: 4px solid #000000;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 1024px) {
    .section-latest-podcasts .title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
}

.section-latest-podcasts .title .title-content {
    flex: 0 0 33.5%;
    max-width: 33.5%;
}

@media (min-width: 1024px) {
    .section-latest-podcasts .title h2 {
        font-size: 3.75rem;
        line-height: 5rem;
        flex: 0 0 50.9%;
        max-width: 50.9%;
        margin-bottom: 0;
    }
}

.section-latest-podcasts .title p {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.section-latest-podcasts .title .btn {
    width: 100%;
}

@media (min-width: 1024px) {
    .section-latest-podcasts .title .btn {
        width: 12rem;
    }
}

@media (min-width: 1024px) {
    .section-latest-podcasts .title .icon {
        height: 7rem;
        flex: 0 0 7rem;
        max-width: 7rem;
        justify-content: flex-start;
    }
}

.section-latest-podcasts .title .icon svg {
    opacity: 0.3;
    width: auto;
    height: 100%;
    display: block;
}

.section-latest-podcasts .title .icon svg path {
    fill: #520606;
}

@media (min-width: 1024px) {
    .section-latest-podcasts .row {
        margin: 0 -1rem;
    }
}

@media (min-width: 1024px) {
    .section-latest-podcasts .col {
        padding: 0 1rem;
    }
}

.section-latest-podcasts .podcast-card--large {
    border-bottom: 1px solid #000000;
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-latest-podcasts .podcast-card--large {
        padding-bottom: 1rem;
    }
}

.section-product-panels {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.section-product-panels .title {
    text-align: center;
    margin-bottom: 2rem;
}

.section-product-panels .title h5 {
    color: #520606;
}

@media (min-width: 1024px) {
    .section-product-panels .title h5 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.section-product-panels .col {
    padding: 0;
}

@media (min-width: 768px) {
    .section-product-panels .col {
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .section-product-panels .col {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .section-product-panels .col {
        width: 35.625rem;
        flex: 0 0 35.625rem;
    }
}

.section-product-panels .col:first-child .pricing-card {
    border-top: 0;
}

@media (min-width: 1024px) {
    .section-product-panels .col:last-child .pricing-card {
        border-right: 0;
    }
}

.section-product-panels .row {
    margin: 0 -1rem;
    justify-content: center;
}

@media (min-width: 1024px) {
    .section-product-panels .row {
        margin: 0;
    }
}

.section-product-panels .pricing-card {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
    .section-product-panels .pricing-card {
        border-top: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.section-product-panels .bottom-text {
    padding: 0 0.75rem;
    max-width: 71.25rem;
    margin: 1rem auto;
    color: #5b5855;
    text-align: center;
}

@media (min-width: 768px) {
    .section-product-panels .bottom-text {
        padding: 0;
    }
}

.section-banner {
    background-color: #970000;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    position: relative;
}

@media (min-width: 1024px) {
    .section-banner {
        padding-top: 2rem;
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }
}

.section-banner .banner-logo {
    width: 6.25rem;
    margin: 0 auto 1.5rem;
    display: block;
}

@media (min-width: 1024px) {
    .section-banner .banner-logo {
        margin-bottom: 3.5rem;
    }
}

.section-banner .banner-logo svg {
    margin-bottom: 0.5rem;
}

.section-banner .banner-content p {
    font-size: 1rem;
    line-height: 1.188rem;
}

@media (min-width: 1024px) {
    .section-banner .banner-content p {
        font-size: 1.875rem;
        line-height: 2.438rem;
        max-width: 49rem;
    }
}

.section-banner .banner-content h1 {
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-banner .banner-content h1 {
        font-size: 4.375rem;
        line-height: 4.813rem;
    }
}

@media (min-width: 1200px) {
    .section-banner .banner-content h1 {
        max-width: 72rem;
    }
}

.section-banner .banner-content .btn {
    width: 100%;
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .section-banner .banner-content .btn {
        width: auto;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.section-banner .banner-bg {
    position: absolute;
}

@media (min-width: 1024px) {
    .section-banner .banner-bg {
        width: 37.5rem;
        bottom: -10.2rem;
        right: 0;
    }
}

.section-banner .banner-bg svg {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.section-banner .banner-bg svg path {
    fill: #000000;
}

.section-meet-authors {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .section-meet-authors {
        padding-bottom: 5rem;
    }
}

@media (min-width: 1024px) {
    .section-meet-authors .title {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .section-meet-authors .title h2 {
        font-size: 3.125rem;
        line-height: 4.125rem;
        max-width: 25rem;
    }
}

.section-meet-authors .image-wrap {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .section-meet-authors .image-wrap {
        width: 28.125rem;
        height: 28.125rem;
        padding: 1rem;
        margin-top: -6.6rem;
        margin-bottom: 0.5rem;
    }
}

.section-meet-authors .image-wrap::before {
    content: "";
    position: absolute;
    width: 66.666667%;
    height: 66.666667%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #d40000;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.section-meet-authors .image-wrap picture {
    display: block;
}

.section-meet-authors .row {
    margin: 0;
}

@media (min-width: 1024px) {
    .section-meet-authors .row {
        justify-content: space-between;
        max-width: 64rem;
        margin: 0 auto 6.5rem;
    }
}

.section-meet-authors .col--image {
    padding: 0 3rem;
}

@media (max-width: 1023px) {
    .section-meet-authors .col--image {
        order: 1;
    }
}

@media (min-width: 768px) {
    .section-meet-authors .col--image {
        flex: 0 0 34.125rem;
        max-width: 34.125rem;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .section-meet-authors .col--image {
        margin: 0;
        padding: 0;
        flex: 0 0 28.125rem;
        max-width: 28.125rem;
    }
}

@media (min-width: 1024px) {
    .section-meet-authors .col--image .btn {
        margin-top: 0rem;
        width: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.section-meet-authors .col--content {
    padding: 0;
}

@media (max-width: 1023px) {
    .section-meet-authors .col--content {
        order: 2;
    }
}

@media (min-width: 1024px) {
    .section-meet-authors .col--content {
        padding: 0;
        flex: 0 0 29.9rem;
        max-width: 29.9rem;
    }
}

.section-meet-authors .col--content h5 {
    color: #d40000;
}

@media (min-width: 1024px) {
    .section-meet-authors .col--content h5 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.section-meet-authors .col--content p {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.section-meet-authors .col--content > h6 {
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-meet-authors .col--content > h6:not(:first-child) {
    margin-top: 2.25rem;
}

.section-meet-authors .col--content ul li {
    border-top: 1px solid #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 0;
}

.section-meet-authors .col--content ul li h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    flex: 1;
    margin-bottom: 0;
}

.section-meet-authors .col--content ul li .icon {
    flex: 0 0 5rem;
    width: 5rem;
    height: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.section-meet-authors .col--content ul li .icon svg {
    max-width: 100%;
    max-height: 100%;
}

.section-meet-authors .col--content ul li .icon svg path {
    fill: #520606;
}

.section-meet-authors .col--content ul li:last-child {
    border-bottom: 1px solid #000000;
}

.section-meet-authors .col--content .btn {
    width: 100%;
    margin-top: 2rem;
}

.section-meet-authors .btn {
    width: 100%;
    margin-top: 2rem;
}

@media (min-width: 1024px) {
    .section-meet-authors .btn {
        width: auto;
        margin-top: 4rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1024px) {
    .section-meet-authors .content-wrap {
        max-width: 20rem;
        margin: 0 auto;
    }
}

.section-brown {
    background-color: #520606;
    color: #fff;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-brown {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.section-brown h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

@media (min-width: 768px) {
    .section-brown h2 {
        font-size: 3.75rem;
        line-height: 4.813rem;
    }
}

@media (min-width: 1024px) {
    .section-brown h2 {
        max-width: 42rem;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .section-brown .icon {
        max-width: 11.438rem;
        margin: 0.5rem auto 0;
    }
}

.section-quotes {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .section-quotes {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1024px) {
    .section-quotes .row {
        margin: 0;
        justify-content: space-around;
    }
}

@media (min-width: 1024px) {
    .section-quotes .col {
        padding: 0 1rem;
        flex: 0 0 calc(33.33% - 0.25rem);
        max-width: calc(33.33% - 0.25rem);
    }
}

@media (min-width: 1024px) {
    .section-quotes .col:first-child {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .section-quotes .col:last-child {
        padding-right: 0;
    }
}

.section-personal-emails {
    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .section-personal-emails {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .section-personal-emails .container {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1200px) {
    .section-personal-emails .container {
        background-image: url(../images/personal-emails-bg.png);
        background-position: right 5rem center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.section-personal-emails h2 {
    margin-bottom: 2rem;
    text-transform: capitalize;
}

@media (min-width: 1024px) {
    .section-personal-emails h2 {
        font-size: 3.125rem;
        line-height: 4.125rem;
    }
}

@media (min-width: 1024px) {
    .section-personal-emails .content-wrap {
        margin-left: 4rem;
    }
}

.section-personal-emails ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid #000000;
}

.section-personal-emails ul li:last-child {
    border-bottom: 1px solid #000000;
}

.section-personal-emails ul li .icon {
    max-width: 5rem;
    flex: 0 0 5rem;
    height: 3rem;
    margin-right: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-personal-emails ul li .icon svg {
    max-width: 100%;
    max-height: 100%;
}

.section-personal-emails ul li .icon svg path {
    fill: #520606;
}

.section-personal-emails ul li h6 {
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    max-width: 20rem;
}

.section-personal-emails .btn {
    margin-top: 2rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .section-personal-emails .btn {
        width: auto;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1024px) {
    .section-personal-emails .col--content {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .section-personal-emails .col--content {
        flex: 0 0 54%;
        max-width: 54%;
    }
}

.section-author-roster {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .section-author-roster {
        padding-top: 5rem;
    }
}

.section-author-roster .title {
    margin-bottom: 4.7rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .section-author-roster .title {
        margin-bottom: 5.1rem;
    }
}

.section-author-roster .title h5 {
    text-transform: capitalize;
}

@media (min-width: 1024px) {
    .section-author-roster .title h5 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.section-author-roster .authors-slider .author-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: scale(0.75);
    transition: 0.4s;
    cursor: pointer;
}

.section-author-roster .authors-slider .author-item::before {
    background-color: #d40000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 75%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 75%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.section-author-roster .authors-slider .author-item.slick-current {
    transform: scale(1);
}

.section-author-roster .authors-slider .author-item.slick-current::before {
    opacity: 1;
}

.section-author-roster .authors-slider .author-item img {
    display: block;
}

@media (min-width: 768px) {
    .section-author-roster .authors-slider .slick-list {
        overflow: visible;
    }
}

.section-author-roster .arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2.25rem;
    margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
    .section-author-roster .arrows {
        margin-top: 3.3rem;
        margin-bottom: 2.75rem;
    }
}

.section-author-roster .arrows .slick-arrow {
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    margin: 0 1rem;
}

.section-author-roster .arrows .slick-arrow svg {
    transform: rotate(-90deg);
}

.section-author-roster .arrows .slick-arrow.next svg {
    transform: rotate(90deg);
}

.section-author-roster .arrows .slick-arrow:hover svg path, .section-author-roster .arrows .slick-arrow:focus svg path {
    fill: #d40000;
}

.section-author-roster .author-info {
    display: block;
    max-width: 20rem;
    margin-bottom: 4.2rem;
}

@media (min-width: 768px) {
    .section-author-roster .author-info {
        max-width: 100%;
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .section-author-roster .author-info {
        padding-right: 0;
        margin-bottom: 3.3rem;
    }
}

.section-author-roster .author-info h2 {
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-author-roster .author-info h2 {
        font-size: 5rem;
        line-height: 5rem;
        position: relative;
        z-index: 10;
    }
}

.section-author-roster .author-info p {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

@media (min-width: 1024px) {
    .section-author-roster .author-info p {
        padding-right: 1rem;
    }
}

.section-author-roster .post-card h3 {
    margin-top: 0.75rem;
}

@media (min-width: 1024px) {
    .section-author-roster .post-card h3 {
        margin-top: 0;
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 1.125rem;
    }
}

.section-author-roster .post-card p {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.section-author-roster .post-card h6 {
    margin-top: 1rem;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .section-author-roster .post-card .post-image {
        width: 47.8%;
        max-width: 47.8%;
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .section-author-roster .post-card .post-content {
        flex: 1;
    }
}

.section-author-roster .sub-title {
    text-transform: uppercase;
    color: #d40000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.1em;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .section-author-roster .posts-row {
        margin: 0 -1rem;
    }
}

.section-author-roster .posts-row .post-card {
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-author-roster .posts-row .post-card .post-image {
        flex: 0 0 8.875rem;
        max-width: 8.875rem;
        margin-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .section-author-roster .posts-row .post-card h6 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .section-author-roster .posts-row .col {
        padding: 0 1rem;
    }
}

.section-author-roster .btn-wrap {
    margin-top: 0.5rem;
}

@media (min-width: 1024px) {
    .section-author-roster .btn-wrap {
        margin-top: 3rem;
    }
}

.section-author-roster .btn-wrap .btn {
    width: 100%;
}

@media (min-width: 1024px) {
    .section-author-roster .btn-wrap .btn {
        width: auto;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.section-author-roster .tabs-content {
    position: relative;
    overflow: hidden;
    min-height: 25rem;
}

.section-author-roster .tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    visibility: hidden;
}

.section-author-roster .tab-pane.show {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    visibility: visible;
}

@media (min-width: 1024px) {
    .section-author-roster .col--author-info {
        flex: 0 0 33.9%;
        max-width: 33.9%;
    }
}

.section-article {
    padding-top: 1rem;
    position: relative;
}

@media (min-width: 1024px) {
    .section-article {
        padding-top: 1.5rem;
    }
}

.section-article--paywall-active {
    max-height: 175vh;
    overflow: hidden;
}

.section-article--paywall-active::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    inset: 0;
    z-index: 100;
    top: auto;
    height: 32rem;
}

.section-article h1 {
    color: #d40000;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-article h1 {
        margin-bottom: 3rem;
    }
}

.section-article .title {
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .section-article .title {
        margin-bottom: 3rem;
    }
}

.section-article .title p {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

@media (min-width: 1024px) {
    .section-article .title p {
        max-width: 42rem;
    }
}

@media (min-width: 1024px) {
    .section-article .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.section-article .row {
    margin: 0;
}

.section-article .col {
    padding: 0;
}

@media (min-width: 1024px) {
    .section-article .col--post-content {
        padding-left: 1.25rem;
    }
}

@media (min-width: 1440px) {
    .section-article .col--post-content {
        padding-left: 3.3rem;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.section-article .image-wrap {
    position: relative;
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    .section-article .image-wrap {
        max-width: 60rem;
        margin-left: auto;
    }
}

.section-article .image-wrap::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 6, 6, 0.3)), to(rgba(82, 6, 6, 0.3)));
    background: -webkit-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: -o-linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    background: linear-gradient(rgba(82, 6, 6, 0.3), rgba(82, 6, 6, 0.3));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.section-article .image-wrap picture {
    display: block;
}

.section-article .image-wrap img {
    filter: grayscale(100%);
}

.section-article .image-bottom-text {
    font-size: 0.625rem;
    line-height: 0.75rem;
    display: inline-block;
}

@media (min-width: 1024px) {
    .section-article .image-bottom-text {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .section-article .image-bottom-text {
        max-width: 60rem;
        margin-left: auto;
        display: block;
    }
}

.section-article .image-bottom-text i {
    color: #767676;
}

.section-article .author-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: center;
    margin-top: 0.5rem;
}

.section-article .author-info-wrap .post-date {
    color: #767676;
    font-size: 0.625rem;
    margin-left: auto;
}

.section-article .author-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #d40000;
    text-transform: uppercase;
    font-weight: 700;
}

.section-article .author-info .author-avatar {
    width: 4.375rem;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    margin-right: 0.75rem;
}

.section-article .post-content {
    padding-top: 1.5rem;
    position: relative;
}

@media (min-width: 1024px) {
    .section-article .post-content {
        padding-top: 5.063rem;
    }
}

.section-article .post-content > p:first-of-type::first-letter {
    color: #d40000;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 400;
    font-family: "Puck Serif Display", serif;
    float: left;
    padding-right: 0.5rem;
}

@media (min-width: 1024px) {
    .section-article .post-content > p:first-of-type::first-letter {
        font-size: 6.25rem;
        padding-right: 1rem;
    }
}

.section-article .post-content p {
    font-size: 1rem;
    line-height: 2.125rem;
    font-family: "Inter", sans-serif;
    margin-bottom: 1rem;
}

.section-article .post-content .separator {
    display: block;
    border-top: 2px solid #d40000;
    width: 11rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
    margin: 4rem auto;
}

.section-article .post-content h6 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
}

.section-article .bookmark-icon {
    display: block;
    position: relative;
}

@media (min-width: 1024px) {
    .section-article .bookmark-icon {
        margin-bottom: 1rem;
    }
}

.section-article .bookmark-icon svg {
    width: 100%;
    height: 100%;
}

.section-article .bookmark-icon .bookmark-icon-saved {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
}

.section-article .bookmark-icon .bookmark-icon-add {
    width: 2.5rem;
    height: 2.5rem;
}

.section-article .bookmark-icon .bookmark-icon-add svg path {
    transition: 0.4s;
}

.section-article .bookmark-icon .bookmark-icon-add svg circle {
    transition: 0.4s;
}

.section-article .bookmark-icon .bookmark-icon-add:hover svg path {
    fill: #d40000;
}

.section-article .bookmark-icon .bookmark-icon-add:hover svg circle {
    stroke: #d40000;
}

.section-article .share-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-article .share-post {
        position: absolute;
        margin: 0;
        left: -28.5%;
        top: 3rem;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.section-article .share-post .share-text {
    color: #d40000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.125rem;
    margin-right: 0.75rem;
}

@media (min-width: 1024px) {
    .section-article .share-post .share-text {
        margin-bottom: 1rem;
    }
}

.section-article .share-post .icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 1024px) {
    .section-article .share-post .icons {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.section-article .share-post .icons .icon {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 1024px) {
    .section-article .share-post .icons .icon {
        margin-bottom: 1rem;
    }
}

.section-article .share-post .icons .icon:hover svg path {
    fill: #d40000;
}

.section-article .share-post .icons svg {
    width: 100%;
    height: 100%;
    fill: #000000;
}

.section-article .share-post .icons svg path {
    transition: 0.4s;
}

.section-article .share-post .icons .icon-share {
    width: 1.125rem;
    height: 1.125rem;
}

.section-article .share-post .icons .icon-share:hover svg {
    stroke: #d40000;
}

.section-article .share-post .icons .icon-share:hover svg path {
    stroke: #d40000;
    fill: transparent;
}

.section-article .share-post .icons .icon-share svg {
    stroke: #000000;
}

.section-related-posts {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .section-related-posts .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.section-related-posts .title-icon {
    position: relative;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.section-related-posts .title-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto 0;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    top: -0.5rem;
}

.section-related-posts .title-icon svg {
    width: 12rem;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.section-related-posts .post-card {
    margin-bottom: 3rem;
}

.section-reading-list {
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .section-reading-list .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.section-reading-list .title {
    border-top: 1px dashed #d9d9d9;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .section-reading-list .title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }
}

.section-reading-list .title h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.section-reading-list .title .btn {
    padding: 1.375rem 1.25rem;
}

@media (min-width: 1024px) {
    .section-reading-list .title .btn {
        margin-left: auto;
    }
}

.section-reading-list .empty-content p {
    font-size: 1rem;
    line-height: 2.125rem;
}

.section-get-access {
    text-align: center;
}

@media (min-width: 1024px) {
    .section-get-access .container {
        padding: 0 6rem;
    }
}

.section-get-access .content-wrap {
    border-top: 4px solid #d40000;
    border-bottom: 4px solid #d40000;
    background-color: #fff;
    padding: 3rem 1rem 4rem;
    background-image: url(../img/title-bg.svg);
    background-position-x: center;
    background-position-y: 2rem;
    background-repeat: no-repeat;
    background-size: 33rem;
}

@media (min-width: 1024px) {
    .section-get-access .content-wrap {
        background-size: 47rem;
    }
}

.section-get-access .title {
    max-width: 32.875rem;
    margin: 0 auto;
}

.section-get-access .title p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.188rem;
}

.section-get-access p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: left;
    max-width: 41.813rem;
    margin-left: auto;
    margin-right: auto;
}

.section-get-access p .link {
    display: inline-block;
}

.section-get-access form {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    max-width: 41.813rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .section-get-access form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}

@media (min-width: 1024px) {
    .section-get-access form .form-group {
        flex: 1;
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .section-get-access form .form-control {
        height: 3.438rem;
    }
}

.section-get-access form .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .section-get-access form .btn {
        width: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.section-get-access .bottom-text {
    border-top: 1px solid #000000;
    margin-top: 1.125rem;
    padding-top: 1rem;
}

@media (min-width: 1024px) {
    .section-get-access .bottom-text {
        max-width: 41.813rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.section-get-access .bottom-text .link {
    line-height: 1.125rem;
}

.section-latest-articles {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 1024px) {
    .section-latest-articles .container {
        padding: 0 6rem;
    }
}

.section-latest-articles .title {
    margin-bottom: 3.5rem;
}

.section-latest-articles .title h2 {
    font-size: 3.75rem;
    line-height: 4.5rem;
}

.section-latest-articles .post-card {
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .section-latest-articles .post-card {
        margin-bottom: 2.563rem;
    }
}

.section-latest-articles .btn-wrap .btn {
    width: 100%;
}

@media (min-width: 1024px) {
    .section-latest-articles .btn-wrap .btn {
        width: auto;
    }
}

.section-free-article {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .section-free-article .container {
        padding: 0 6rem;
    }
}

.section-free-article .content-wrap {
    border: 2px dashed #d40000;
    padding: 4rem 1rem 2rem;
    position: relative;
    background-color: #fbf6f6;
    text-align: center;
}

.section-free-article .content-wrap .icon {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    top: -2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #d40000;
    background-color: #fbf6f6;
}

.section-free-article .content-wrap .icon svg {
    max-width: 100%;
    max-height: 100%;
    height: 3rem;
}

.section-free-article .btn-close {
    background-image: none;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.188rem;
    height: 3.188rem;
}

.section-free-article .sub-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #d40000;
    font-size: 0.625rem;
    line-height: 0.75rem;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.875rem;
}

.section-free-article .text-large {
    font-size: 1rem;
    line-height: 1.188rem;
}

.section-free-article p .link {
    display: inline;
    font-size: inherit;
    line-height: inherit;
}

.section-free-article .bottom-text {
    border-top: 1px solid #000000;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.section-free-article .bottom-text p {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

@media (min-width: 768px) {
    .section-free-article .content {
        max-width: 32.875rem;
        margin: 0 auto;
    }
}

/*# sourceMappingURL=style.css.map */
