
/*Main styles*/
#et-main-area {
    background: #f4f0e7;
}
.et_social_sidebar_networks.et_social_visible_sidebar.et_social_no_animation.et_social_animated.et_social_rectangle.et_social_sidebar_flip.et_social_mobile_on {
    display: none;
}
.prev:hover, .next:hover {
    border-color: #C7493A !important;
}
.leaderboard, .copy-text, .card-grid, .quote-block,.border-text-block, .counters-section, .button-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    width: 80%;
}
.post-wrapper {
    padding-top: 160px;
}
.post-category {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
span.tag-label {
    background: #C7493A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FK Grotesk 700';
    text-transform: uppercase;
    color: #F4F0E7;
    font-size: 16px;
    padding: 2px 10px 0;
    min-width: 165px;
}
h1.post-title {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    text-align: center;
    font-size: clamp(59px, 6vw, 87px);
    color: #111114;
    width: 80%;
    line-height: 106%;
    letter-spacing: 0.5px;
    max-width: 1340px;
    margin: 0 auto 96px;
    width: 80%;
}
.post-featured-image img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5.85% 100%, 0% 91%);
}
.post-featured-image {
    max-width: 1340px;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 64px;
}
.post-meta {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
    width: 80%;
}
.post-author {
    display: flex;
    gap: 30px;
    align-items: center;
}
img.avatar {
    width: 84px;
    height: 84px;
    border-radius: 500px;
}
.author-info {
    color: #111114;
}
.author-name {
    font-family: 'FK Grotesk 500';
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}
.author-role {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.share-date {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 120px;
}
.icon-link img {
    width: 32px;
    height: 32px;
    display: flex;
}
.post-share {
    display: flex;
    gap: 15px;
}
.post-date {
    font-family: 'FK Grotesk 500';
    font-weight: 500;
    color: #676C79;
    font-size: 16px;
}
#toc-container {
    max-width: 1340px;
    margin: 0 auto;
    width: 80%;
}
ul#toc-list {
    margin-bottom: 128px;
    width: fit-content;
}
#toc-list li a {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: 'FK Grotesk 700';
    color: #111114;
    border-bottom: solid 1px #ABB4BD;
}
#toc-list li:hover a {
    color: #C7493A;
}
#toc-list li:hover svg path {
    fill: #C7493A;
}
.icon-link{
    transition: all 0.5s;
}
.icon-link:hover{
    transition: all 0.5s;
    transform: scale(0.95);
}
@media screen and (min-width:1921px) {
    .copy-text h2 br {
    display: none;
}
}
/*Leaderboard*/
.leaderboard{
    margin-bottom: clamp(100px, 14vh, 128px);
}
.leaderboard p {
    font-size: 45px;
    line-height: 140%;
    font-family: 'FK Grotesk 300';
    font-weight: 300;
    color: #111114;
}
.leaderboard a {
    color: inherit;
    position: relative;
    border-bottom: solid 2px #C7493A;
}
.leaderboard p:has(.small-bold) {
    font-size: 18px;
    line-height: 133%;
    font-family: 'FK Grotesk 700';
    padding: 0;
    margin-bottom: 24px;
}
.leaderboard.border {
    border-top: solid 4px #C7493A;
    padding-top: 30px;
}
/*Copy Text*/
.copy-text {
    margin-bottom: clamp(40px, 4.4vh, 64px);
    display: flex;
    flex-direction: column;
}
span[style="color: #676c79;"] a {
    border-color: #676c79;
    border-width: 1px;
}
span[style="color: #676c79;"] {
    font-size: 16px;
}
.copy-text h2 {
    font-size: clamp(42px, 2.9vw, 57px);
    color: #111114;
    line-height: 112%;
    margin-bottom: 20px;
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    width: 100%;
}
.copy-text p {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    font-size: 18px;
    color: #111114;
    line-height: 140%;
    padding: 0;
    margin-bottom: 1lh;
}
.copy-text ul {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    font-size: 18px;
    color: #111114;
    line-height: 140%;
    padding-bottom: 0;
    margin-bottom: 1lh;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.copy-text li {
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 28px;
}
.copy-text strong {
    font-family: 'FK Grotesk 700';
    font-weight: 700;
}
.copy-text h5 {
    font-family: 'FK Grotesk 700';
    font-size: 28px;
    line-height: 120%;
    color: #C7493A;
    margin-bottom: 24px;
}
.copy-text li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #C7493A;
    position: absolute;
    top: 3px;
    left: 0px;
}
.copy-text a {
    color: inherit;
    position: relative;
}
.copy-text a {
    color: #111114;
    position: relative;
    border-bottom: solid 2px #C7493A;
}
.copy-text table strong {
    font-family: 'FK Grotesk 700';
}
.copy-text table th {
    font-family: 'FK Grotesk 300';
    font-weight: 100;
    text-transform: uppercase;
}
.copy-text td, .copy-text th {
    padding: 10px 12px;
}
.four-col br {
    display:none;
}
.copy-text td {
    font-size: 18px;
}
span.big-bold {
    font-size: 22px;
    line-height: 150%;
}
.copy-text .half-col {
    width: 50%;
}
.copy-text .half-col ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.copy-text .half-col ul li {
    width: calc(50% - 8px);
    display: flex;
}
.copy-text > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
@media screen and (max-width:475px) {
.four-col .copy-text td,.four-col  .copy-text th {
    padding: 10px 0px;
    width: 25%;
} 
.copy-text ul:has(a) {
    gap: 18px;
}
.four-col br {
    display:block;
}
.copy-text td, .copy-text th {
    font-size: 15px;
    line-height: 115%;
}
.copy-text td {
    font-family: 'FK Grotesk 500';
    font-weight: 500 !important;
}
span.big-bold {
    font-size: 18px;
    line-height: 133%;
}
.copy-text .two-cols th:first-child, .copy-text .two-cols td:first-child {
    width: 28% !important;
    vertical-align: top;
}
.copy-text .two-cols thead th {
    vertical-align: middle !important;
}
.copy-text .two-cols th:last-child, .copy-text .two-cols td:last-child {
    width: 72% !important;
}
.copy-text h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1lh;
    padding: 0;
    margin-top: 16px;
}
.copy-text ul {
    font-size: 18px;
}
.copy-text li:before {
    top: 5px;
}
.copy-text .half-col {
    width: 100%;
}
.copy-text .half-col ul {
    flex-direction: column;
    gap:16px;
}
.copy-text .half-col ul li {
    width: 100%;
}
}
/*Card Grid*/
.card-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: clamp(40px, 4.4vh, 64px);
    margin-bottom: clamp(40px, 4.4vh, 64px);
}
.card-item {
    display: flex;
    width: calc(50% - 20px);
    gap: 16px;
}
.card-icon {
    min-width: 12px;
    height: 12px;
    background: #C7493A;
}
.card-content {
    margin-top: -2px;
}
.card-content h3 {
    font-family: 'FK Grotesk 700';
    color: #111114;
    font-size: clamp(16px, 0.9375vw, 18px);
    line-height: 140%;
    font-weight: normal;
    margin-top: -2px;
}
.card-content p {
    font-family: 'FK Grotesk 400';
    color: #111114;
    font-size: clamp(16px, 0.9375vw, 18px);
    line-height: 140%;
    font-weight: 400;
}
.card-grid{
    margin-bottom: clamp(40px, 4.4vh, 64px);
}
/*Quote*/
.quote-block.quote-left {
    display: flex;
    gap: 25px;
    margin-bottom: clamp(100px, 14vh, 128px);
}
.quote-block.quote-right {
    display: flex;
    gap: 25px;
    margin-bottom: clamp(100px, 14vh, 128px);
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.quote-image img {
    width: 25vw;
    max-width: 360px;
    height: 100%;
    object-fit: cover;
}
.quote-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    border-width: 4px 0;
    border-style: solid;
    border-color: #C7493A;
    padding: 32px 0;
    max-width: calc(100% - 385px);
}
.quote-text {
    color: #676C79;
    font-family: 'FK Grotesk 300';
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
}
.quote-author strong {
    font-family: 'FK Grotesk 700';
    font-weight: 400;
}
.quote-author {
    color: #676c79;
    font-size: 18px;
    font-family: 'FK Grotesk 400';
    line-height: 140%;
}
.quote-author.with-image {
    display: flex;
    gap: 20px;
    align-items: center;
}
img.quote-author-image {
    width: 64px;
    border-radius: 500px;
}
/*Border text*/
.border-text-block.border-text-left {
    display: flex;
    gap: 25px;
    margin-bottom: clamp(100px, 14vh, 128px);
}
.border-text-block.border-text-right {
    display: flex;
    gap: 25px;
    margin-bottom: clamp(100px, 14vh, 128px);
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.flag-section{
    gap: 40px;
}
.border-text-image img {
    width: 25vw;
    max-width: 360px;
    height: 100%;
}
.border-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-color: #111114;
    padding: 0;
    max-width: calc(100% - 385px);
    align-items: center;
    width: 100%;
}
.black-bg .border-text-content {
    border: none;
    background: #111114;
}
.black-bg .border-text-text {
    color: #ABB4BD;
}
.border-text-text {
    color: #111114;
    font-family: 'FK Grotesk 700';
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    width: 560px;
}
.border-text-author strong {
    font-family: 'FK Grotesk 700';
    font-weight: 400;
}
.border-text-author {
    color: #676C79;
    font-size: clamp(16px, 0.9375vw, 18px);
    font-family: 'FK Grotesk 400';
    line-height: 140%;
}
.border-text-text a {
    color: #111114;
    border-bottom: solid 2px #C7493A;
}
.full-width-border .border-text-image {
    display: none;
}
.full-width-border .border-text-content {
    width: 100%;
    max-width: 100%;
    padding: 70px 96px;
}
.full-width-border .border-text-text {
    width: 100%;
}
.flag-section ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flag-section li {
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 28px;
}
.flag-section li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #C7493A;
    position: absolute;
    top: 3px;
    left: 0px;
}
.flag-section .border-text-content {
    width: 31%;
    display: flex;
    border: none;
    max-width: 31%;
}
.flag-section .border-text-image {
    width: 65%;
}
.flag-section .border-text-text {
    width: 100%;
    font-family: 'FK Grotesk 400';
}
.flag-section .border-text-image img {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width:475px) {
    .flag-section .border-text-image {
    display: none;
}
.flag-section .border-text-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
section.border-text-block.border-text-right.margin-small.full-width-border.black-bg {
    background: #111114 !important;
}
section.border-text-block.border-text-right.margin-small.full-width-border.black-bg .border-text-text{
color:#ABB4BD;
}
}
/*Counters*/
.counters-grid {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    border: solid 1px #111114;
    gap: clamp(56px, 5.5vw, 80px);
}
.counter-number {
    font-size: clamp(77px, 6vw, 87px);
    line-height: 100%;
    color: #C7493A;
    font-family: 'FK Grotesk 500';
    font-weight: 500;
}
.counter-desc {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    font-size: clamp(16px, 0.9375vw, 18px);
    color: #111114;
    line-height: 140%;
}
.counters-section {
    margin: clamp(100px, 14vh, 128px) auto;
}
/*Button*/
a.post-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 356px;
    height: 55px;
    border: solid 1px #ABB4BD;
    border-radius: 50px;
}
a.post-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 356px;
    height: 55px;
    border: solid 1px #ABB4BD;
    border-radius: 50px;
    font-family: 'FK Grotesk 700';
    font-weight: 400;
    color: #111114;
    gap: 8px;
    transition: all 0.5s;
}
a.post-btn:hover {
    border-color: #C7493A;
    transition: all 0.5s;
}
.button-wrapper{
    margin-bottom: clamp(40px, 4.4vh, 64px);
}
.button-wrapper.big_margin {
    margin-bottom: clamp(100px, 14vh, 128px);
}
/*Subscribe*/
.subscribe-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 0;
    background: #111114;
    margin: 128px 0;
}
.subscribtion-title {
    color: #F4F0E7;
    font-size: clamp(42px, 2.9vw, 57px);
    line-height: 112%;
    margin-bottom: 20px;
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    text-align:center;
}
.subscribtion-description {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    font-size: clamp(16px, 0.9375vw, 18px);
    color: #F4F0E7;
    line-height: 140%;
    margin-bottom: 45px;
}
.subscribe-section .frm_forms {
    width: 100%;
    max-width:fit-content !important;
}
form#form_subscribe {
    border: none !important;
    padding: 0;
}
form#form_subscribe .frm_error{
    display: none;
}
form#form_subscribe fieldset{
    padding: 0;
}
.subscribe-section form .frm_fields_container {
    display: flex;
    align-items: center;
    gap: 20px;
}
form#form_subscribe .frm_button_submit:hover {
    background: transparent;
    color: #ABB4BD;
    border-color: #C7493A;
}
.sub-email input {
    width: 320px !important;
    height: 55px !important;
    border-radius: 50px !important;
    padding: 20px !important;
    background-color: #F4F0E7 !important;
    font-family: 'FK Grotesk 700' !important;
    color: #111114 !important;
    font-size: clamp(16px, 0.9375vw, 18px) !important;
}
.sub-email input::placeholder {
    opacity: 1 !important;
    color: #111114 !important;
}
.subscribe-section button.frm_button_submit.frm_final_submit {
    background: transparent;
    box-shadow: none;
    margin: 0;
    border: solid 1px #ABB4BD;
    height: 55px;
    border-radius: 50px;
    font-family: 'FK Grotesk 700';
    font-size: clamp(16px, 0.9375vw, 18px);
    width: 139px;
    color: #ABB4BD;
}
.subscribe-btn, .sub-email, .frm_style_formidable-style.with_frm_style .form-field{
    margin:0 !important;
}
.subscribe-section form#form_subscribe .frm_error {
    display: flex;
    color: #C7493A !important;
    font-size: 18px;
    font-family: 'FK Grotesk 400';
    position: absolute;
    padding-left: 32px;
    top: -33px;
    line-height: 24px;
}
.subscribe-section .sub-email {
    position: relative;
}
.subscribe-section form#form_subscribe .frm_error:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/10/Error.png');
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*Related*/
section.related-posts {
    max-width: 1340px;
    width: 80%;
    margin: clamp(100px, 14vh, 128px) auto;
}
.related-posts h2 {
    font-family: 'FK Grotesk 700';
    font-weight: 400;
    color: #111114;
    font-size: clamp(16px, 0.9375vw, 18px);
    line-height: 200%;
    margin: 0 0 24px;
    padding: 0;
}
hr.divider {
    border: 0px solid #ABB4BD;
    padding: 20px 0 64px;
    border-width: 1px 0 0 0;
    margin: 0;
}
.related-grid {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    margin-bottom: 96px;
}
.related-item {
    width: 33%;
    display: flex;
    flex-direction: column;
}
.related-thumb {
    height: 232px;
    display: flex;
    width: 100%;
    position:relative;
    margin-bottom: 24px;
}
.related-thumb img {
    object-fit: cover;
    width: 100%;
    object-position: bottom left;
}
.related-tag {
    position: absolute;
    background: #C7493A;
    width: 200px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FK Grotesk 700';
    font-weight: 400;
    color: #F4F0E7;
    text-transform: uppercase;
    font-size: clamp(14px, 0.83vw, 16px);
    border-bottom: solid 3px #F4F0E7;
    border-right: solid 3px #F4F0E7;
    padding-top: 2px;
}
.related-meta {
    display: flex;
    flex-direction: column;
}
time {
    font-size: 16px;
    color: #676C79;
    font-family: 'FK Grotesk 500';
    font-weight: 500;
    display: flex;
}
.related-meta h3 {
    font-family: 'FK Grotesk 700';
    font-weight: 400;
    color: #111114;
    font-size: 18px;
    line-height: 140%;
    padding: 0;
    margin-bottom: 10px;
}
.related-meta p {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    color: #111114;
    font-size: 18px;
    line-height: 140%;
    padding: 0;
    margin-bottom: 24px;
}
.related-footer{
    display:flex;
    justify-content:center;
    position: relative;
}
.related-footer:before {
    content: '';
    width: calc(50% - 189px);
    display: block;
    background: #ABB4BD;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
}
.related-footer:after {
    content: '';
    width: calc(50% - 189px);
    display: block;
    background: #ABB4BD;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0px;
}
a.related-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 55px;
    background: #C7493A;
    border-radius: 50px;
    gap: 8px;
    font-family: 'FK Grotesk 700';
    color: #F4F0E7;
    font-size: clamp(16px, 0.9375vw, 18px);
    transition: all 0.5s;
}
a.related-button:hover {
    background: #aa4438;
    transition: all 0.5s;

}
/*Demo*/
section.demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 128px 0;
    background: #111114;
}
h2.demo-title {
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    text-align: center;
    font-size: clamp(77px, 6vw, 87px);
    color: #F4F0E7;
    line-height: 105%;
    width: 80%;
    margin: 0 auto 64px;
}
a.demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 55px;
    background: #C7493A;
    border-radius: 50px;
    gap: 8px;
    font-family: 'FK Grotesk 700';
    color: #F4F0E7;
    font-size: 18px;
    transition: all 0.5s;
}
a.demo-btn:hover{
    color: #C7493A;
    background: #F4F0E7;
}
.et_social_mobile.et_social_fadein {
    display: none;
}
@media screen and (max-width:475px){
    .post-wrapper {
        padding-top: 96px;
    }
    .post-category {
        margin-bottom: 40px;
    }
    span.tag-label {
        font-size: 15px;
        min-width: 126px;
    }
    h1.post-title {
        font-size: 28px;
        line-height: 116%;
        margin-bottom: 40px;
        font-family: 'FK Grotesk 500';
        font-weight: 500 !important;
        width: 100%;
        padding: 0 24px;
    }
    .post-featured-image {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 24px;
    }
    img.avatar {
        width: 36px;
        height: 36px;
    }
    .post-meta {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 60px;
    }
    .post-author {
        gap: 10px;
    }
    .post-date {
        display: none;
    }
    .author-name {
        font-size: 13px;
    }
    .author-role {
        font-size: 13px;
    }
    .post-share {
        display: flex;
        gap: 5px;
    }
    .share-date {
        min-height: auto;
    }
    #toc-container {
        display: none;
    }
    .leaderboard {
        background: #111114;
        width: 100%;
        padding: 40px 24px;
        margin-bottom: 60px;
    }
    section.leaderboard.margin-large:first-child{
        margin-bottom: 60px !important;
    }
    .leaderboard.border {
    background: #C7493A;
    border: none;
}
    .post-date-mob {
        color: #F4F0E7;
        font-size: 13px;
        margin-bottom: 40px;
    }
    .leaderboard.border .post-date-mob {
        display: none;
    }
    .leaderboard p {
        font-size: 18px;
        line-height: 22px;
        color: #ABB4BD;
    }
    .leaderboard.border p {
        font-size: 18px;
        line-height: 22px;
        color: #F4F0E7;
    }
    section.copy-text {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 40px;
    }
    .copy-text h2 {
        font-size: 24px;
        width: 100%;
        margin-bottom: 24px;
        font-family: 'FK Grotesk 700';
        padding: 0;
    }
    .copy-text p {
        font-size: 18px;
    }
    .copy-text p:last-child {
        margin: 0;
    }
    .card-grid {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 60px;
        gap:24px;
    }
    .card-item {
        width: 100%;
    }
    .card-content h3, .card-content p {
        font-size: 18px;
    }
    .card-content h3{
        margin-top: -3px;
    }
    .quote-block.quote-left {
        flex-direction: column;
        width: 100%;
        margin-bottom: 96px;
        gap: 0;
    }
    .quote-block.quote-right {
        flex-direction: column;
        width: 100%;
        margin-bottom: 60px;
        gap: 0;
    }
    .quote-image {
        margin-bottom: 24px;
    }
    .quote-image img {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .quote-content {
        width: 100%;
        max-width: 100%;
        border-width: 2px 0 0 0;
        padding: 40px 0px 0;
    }
    .quote-author span:first-child {
        font-size: 18px;
        line-height: 24px;
    }
    .quote-author {
        font-size: 13px;
        text-align: center;
        width: fit-content;
        background: #F4F0E7;
        margin: 0 auto;
        padding: 0 20px;
        margin-top: -50px;
        line-height: 24px;
    }
    .quote-text {
        text-align: center;
        padding: 0 24px 50px;
        border-bottom: solid 2px #C7493A;
    }
    img.quote-author-image {
        display: none;
    }
    .border-text-block {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 96px;
    }
    .border-text-text {
        width: 100%;
    }
    .border-text-block.border-text-left {
        flex-direction: column;
        width: 100%;
        margin-bottom: 96px;
        gap: 0;
    }
    .border-text-block.border-text-right {
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 60px;
        gap: 0;
    }
    .border-text-image {
        margin-bottom: 24px;
    }
    .border-text-image img {
        width: 100%;
        max-width: 100%;
    }
    .border-text-content {
        width: 100%;
        padding: 40px;
        border: solid 1px;
        max-width: 100%;
    }
    .border-text-author span:first-child {
        font-size: 18px;
    }
    .border-text-author {
        font-size:13px;
        text-align: center;
        width: fit-content;
        background: #F4F0E7;
        margin: 0 auto;
        padding: 0 20px;
        margin-top: -50px;
    }
    .full-width-border .border-text-text {
        width: 100%;
        font-family: 'FK Grotesk 400';
        text-align: center;
    }
    .full-width-border .border-text-content {
        padding: 40px 16px;
    }
    .counters-section {
        width: 100%;
        margin: 0 0 96px;
    }
    .counters-grid {
        flex-direction: column;
        padding: 0 24px;
        border: none;
        gap: 40px;
    }
    .counter-item {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .counter-number {
        font-size: 65px;
    }
    .counter-desc {
        font-size: 18px;
    }
    .button-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    a.post-btn {
        width: auto;
        font-size: 15px;
        font-family: 'FK Grotesk 500';
        font-weight: 500;
        padding: 0 24px;
        gap: 13px;
        height: 41px;
    }
    .subscribe-section {
        padding: 60px 24px;
        margin: 96px 0 60px;
    }
    .subscribtion-title {
        font-size: 22px;
        line-height: 28px;
        font-family: 'FK Grotesk 700';
        margin-bottom: 24px;
        padding: 0;
    }
    .subscribtion-description {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        width: 85%;
        margin-bottom: 40px;
    }
    .subscribe-section form .frm_fields_container {
        flex-direction: column;
        gap: 24px;
    }
    .sub-email input {
        width: 342px !important;
        height: 41px !important;
        font-size: 16px !important;
        text-align: center;
    }
    form#form_subscribe {
        padding: 0;
    }
    .subscribe-section button.frm_button_submit.frm_final_submit {
        width: 139px !important;
        height: 41px !important;
    }
    section.related-posts {
        width: 100%;
        padding: 0 24px;
        margin: 0;
    }
    hr.divider {
        display: none;
    }
    .related-posts h2{
        display:none;
    }
    .related-grid {
        display: none;
    }
    p.posts-text-mob {
        font-family: 'FK Grotesk 400';
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 40px;
    }
    a.related-button {
        width: auto;
        height: 41px;
        gap: 13px;
        padding: 0 24px;
        font-size: 15px;
    }
    a.related-button:hover {
        background: #111114;
        transition: all 0.5s;
    }
    a.related-button:hover {
        background: #111114;
        transition: all 0.5s;
    }
    a.related-button:hover path {
        fill: #C7493A;
        stroke: #C7493A;
    }
    section.demo {
        display: none;
        padding: 60px 24px 96px;
        background: #F4F0E7;
        border-bottom: solid 1.5px #111114;
    }
    h2.demo-title {
        color: #111114;
        font-size: 36px;
        line-height: 42px;
    }
    a.demo-btn {
        height: 41px;
    }
    .related-footer {
        padding-bottom: 96px;
    }
    .related-footer:before {
        content: none;
    }
    .related-footer:after {
        content: none;
    }
}
/*Image with sign*/
.section-medium {
    max-width: 1340px;
    margin: 0 auto;
    width: 80%;
}
.sign-text p {
    margin: 0;
    padding: 0;
    color: #676C79;
    font-family: 'FK Grotesk 400';
    font-size: 16px;
    line-height: 120%;
}
.sign-text a {
    color: #C7493A;
    text-decoration: underline;
}
.sign-image {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (max-width:475px) {
    .section-medium {
    width: 100%;
    padding: 0 24px;
}
.sign-image {
    gap: 12px;
}
    .sign-image.section-medium {
    padding: 0px;
}
.sign-text{
    padding: 0 24px;
}
.sign-text p {
    font-size: 14px;
    line-height: 120%;
}
}
/*Margins*/
footer {
    border-top: solid 1.5px #111114;
}
section.margin-small{
    margin-bottom: 64px !important;
}
section.margin-medium{
    margin-bottom:96px !important;
}
section.margin-large, .margin-large{
    margin-bottom: 128px !important;
}
@media screen and (max-width:475px) {
 section.margin-small{
    margin-bottom: 24px !important;
}
section.margin-medium{
    margin-bottom:40px !important;
}
section.margin-large{
    margin-bottom: 96px !important;
}   
}
/*Labels list*/
.labels-title {
    font-family: 'FK Grotesk 700';
    font-size: 28px;
    line-height: 120%;
    color: #C7493A;
    margin-bottom: 24px;
}
.labels-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.label-row {
    display: flex;
    gap: 26px;
    align-items: center;
}
.label-row .label {
    min-width: 171px;
    max-width: 171px;
    height: 64px;
    background: #676C79;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F4F0E7;
    font-family: 'FK Grotesk 700';
    font-size: 24px;
    line-height: 100%;
    padding: 0;
}
.label-row .label-description-heading {
    font-size: 22px;
    font-family: 'FK Grotesk 700';
    line-height: 127%;
    padding: 0;
}
.label-description p {
    font-family: 'FK Grotesk 400';
    font-size: 18px;
    line-height: 133%;
}
.label-description a {
    color: #111114;
    border-bottom: solid 1px #C7493A;
}
@media screen and (max-width:475px) {
.labels-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}
.labels-wrapper {
    gap: 40px;
}
.label-row {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}
.label-row .label {
    min-width: 82px;
    max-width: 82px;
    height: 36px;
    font-size: 12px;
    padding: 0;
}
.label-head {
    display: flex;
    gap: 18px;
    align-items: center;
}
.label-row .label-description-heading {
    font-size: 18px;
    line-height: 24px;
}
.label-body p {
    font-family: 'FK Grotesk 400';
    font-size: 18px;
    line-height: 24px;
}
.label-body a {
    color: #111114;
    border-bottom: solid 1px #C7493A;
    display: flex;
    width: fit-content;
    margin-top: 0.5lh;
}
}
/*List*/
.list-title {
    font-family: 'FK Grotesk 700';
    font-size: 28px;
    line-height: 120%;
    color: #C7493A;
    margin-bottom: 24px;
}
ul.list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    row-gap: 16px;
}
li.list-item {
    width: calc(50% - 40px);
    font-family: 'FK Grotesk 400';
    font-size: 18px;
    line-height: 133%;
    color: #111114;
    padding-left: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
li.list-item:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #C7493A;
    display: flex;
    position: absolute;
    left: 0px;
}
@media screen and (max-width:475px) {
    .list-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}
li.list-item {
    width: 100%;
    align-items: flex-start;
}
li.list-item:before {
    top: 6px;
}
}
/*Steps section*/
h2.steps-heading {
    font-size: clamp(42px, 2.9vw, 57px);
    color: #111114;
    line-height: 112%;
    margin-bottom: 64px;
    font-family: 'FK Grotesk 400';
    font-weight: 400;
    padding: 0;
}
.steps-wrapper {
    display: flex;
    gap: 26px;
}
.step {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
p.step-number {
    font-family: 'FK Grotesk 500';
    color: #C7493A;
    font-size: 87px;
    letter-spacing: 0.5px;
    line-height: 100%;
}
.step-description p {
    font-family: 'FK Grotesk 400';
    font-size: 18px;
    line-height: 133%;
}
@media screen and (max-width:475px) {
    h2.steps-heading {
        font-size: 24px;
        width: 100%;
        margin-bottom: 24px;
        font-family: 'FK Grotesk 500';
        padding: 0;
    }
    .steps-wrapper {
    flex-direction: column;
    gap: 24px;
}
.step {
    gap: 12px;
}
p.step-number {
    font-size: 65px;
}
}
/*Images Grid*/
.images-wrapper {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
@media screen and (max-width:475px) {
    .images-wrapper {
    row-gap: 12px;
}
}
/*Two cols cards*/
.two-cols-cards-step {
    width: 50%;
}
.two-cols-cards-heading p {
    font-family: 'FK Grotesk 400';
    font-size: 18px;
    line-height: 133%;
    color: #111114;
    margin-bottom: 32px !important;
}
.two-cols-card-description a {
    color: #111114;
    border-bottom: solid 2px #C7493A;
}
.two-cols-cards-wrapper {
    display: flex;
    gap: 24px;
}
.two-cols-card-number {
    font-family: 'FK Grotesk 500';
    font-weight: 500;
    color: #676C79;
    font-size: 87px;
    line-height: 100%;
    margin-bottom: 24px !important;
}
.two-cols-card-heading {
    font-family: 'FK Grotesk 700';
    color: #C7493A;
    font-size: 28px;
    line-height: 120%;
}
.two-cols-card-description p {
    font-family: 'FK Grotesk 400';
    font-size: 18px;
    line-height: 133%;
    color: #111114;
}
@media screen and (max-width:475px) {
    .two-cols-cards-heading p {
    margin-bottom: 24px !important;
}
.two-cols-cards-wrapper {
    flex-direction: column;
    gap: 40px;
}
.two-cols-cards-step {
    width: 100%;
}
.two-cols-card-number {
    font-size: 65px;
}
.two-cols-card-heading {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 1em;
    padding: 0;
}
}
/*Exceptions*/
.postid-19880 .quote-image img {
    width: 100% !important;
    max-width: 100%;
}
.postid-19880 .quote-image {
    width: 504px;
    min-width: 504px;
}
.postid-19880 .quote-content {
    align-self: center;
}
.postid-19880 .quote-block.quote-right {
    gap: 72px;
}
.postid-19768 section.copy-text:nth-child(6) h2 br {
    display: none;
}
.postid-20017 section.copy-text:nth-child(11) {
    margin-bottom: 32px !important;
}
.postid-20029 section.copy-text.margin-small:nth-child(6) {
    margin-bottom: 32px !important;
}
.postid-20033 section.copy-text:nth-child(9) {
    margin-bottom: 32px !important;
}
.postid-20071 section.copy-text:nth-child(9) {
    margin-bottom: 32px !important;
}
@media screen and (max-width:475px) {
.postid-19875 .quote-block.quote-right {
    flex-direction: column-reverse;
    width: 100%;
    gap: 0px;
}
.postid-19875 .quote-block.quote-right:nth-child(3) {
    flex-direction: column-reverse;
    width: 100%;
    gap: 60px;
}
.postid-19875 .quote-block.quote-right .quote-image {
    margin-bottom: 0;
}
.postid-19880 .quote-image {
    width: 100%;
    min-width: 100%;
}
.postid-19880 .quote-block.quote-right {
    gap: 0;
}
.postid-19156 .quote-block.quote-right {
    margin-bottom: 20px !important;
}
.postid-19911 section.leaderboard.border.margin-large {
    margin-bottom: 0 !important;
}
.postid-19911 .subscribe-section {
    margin-top: 0 !important;
}
section.border-text-block.border-text-right.margin-large.full-width-border {
    margin-bottom: 60px !important;
}
.postid-19875 section.copy-text:nth-child(2), .postid-19875 section.copy-text:nth-child(5), .postid-19875 section.copy-text:nth-child(7) {
    margin-bottom: 60px !important;
}
.postid-19875 section.sign-image.section-medium.margin-large{
    padding: 0 !important;
}
.postid-19866 section.copy-text.margin-small:has(#section-0), .postid-19866 section.steps.section-medium.margin-small {
    margin-bottom: 60px !important;
}
.postid-19854 section.copy-text.margin-small:has(#section-1), .postid-19854 section.copy-text.margin-small:has(#section-2), .postid-19854 section.copy-text.margin-small:nth-child(5) {
    margin-bottom: 40px !important;
}
.postid-19849 section.sign-image.section-medium.margin-small:nth-child(4) {
    padding: 0 !important;
}
.postid-19849 section.sign-image.section-medium.margin-small:nth-child(7) {
    padding-top: 20px;
    margin-bottom: 48px !important;
}
.postid-19768 section.copy-text.margin-small:has(#section-1) {
    margin-bottom: 40px !important;
}
.postid-19768 section.border-text-block p {
    text-align: center;
}
.postid-19897 .button-wrapper.margin-small {
    margin-bottom: 48px !important;
}
.postid-19849 section.copy-text:nth-child(6) {
    margin-bottom: 0 !important;
}
.postid-19824 .sign-image:nth-child(7) img {
    height: 361px;
    object-fit: cover;
}
.postid-19768 section.copy-text:nth-child(6) h2 br {
    display: block;
}
.postid-19911 .leaderboard.border {
    margin-bottom: 48px !important;
}
.postid-20017 section.border-text-block.border-text-right.margin-large.full-width-border {
    margin-top: 40px !important;
    margin-bottom: 96px !important;
    background: #C7493A;
    padding: 40px 20px;
}
.postid-20017 section.border-text-block.border-text-right.margin-large.full-width-border .border-text-text {
    color: #F4F0E7;
    text-align: left;
}
.postid-20017 .border-text-content {
    padding: 0;
    border: none;
}
.postid-20033 section.border-text-block.border-text-right.margin-large.full-width-border {
    margin-top: 40px !important;
    margin-bottom: 96px !important;
    background: #C7493A;
    padding: 40px 20px;
}
.postid-20033 section.border-text-block.border-text-right.margin-large.full-width-border .border-text-text {
    color: #F4F0E7;
    text-align: left;
}
.postid-20033 .border-text-content {
    padding: 0;
    border: none;
}
.postid-20033 .border-text-content a{
    color: #f4f0e7;
}
.postid-20071 section.border-text-block.full-width-border {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    background: #C7493A;
    padding: 40px 20px;
}
.postid-20071 section.border-text-block.full-width-border .border-text-text {
    color: #F4F0E7;
    text-align: left;
}
.postid-20071 section.border-text-block.full-width-border .border-text-content {
    padding: 0;
    border: none;
}
.postid-20071 .leaderboard.border p {
    color: #C7493A;
    font-family: 'FK Grotesk 700';
    font-size: 22px;
    line-height: 30px;
}
.postid-20071 section.leaderboard.border {
    background: transparent;
}
.postid-20090 section.border-text-block.full-width-border {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    background: #C7493A;
    padding: 40px 20px;
}
.postid-20090 section.border-text-block.full-width-border .border-text-text {
    color: #F4F0E7;
    text-align: left;
}
.postid-20090 section.border-text-block.full-width-border .border-text-content {
    padding: 0;
    border: none;
}
}