.post {
    padding-top: 202px;
    background-color: #EEEEEE;
}

.container-post {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.container-post h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #1C1C1C;
}

.container-post h2 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -2%;
}

.container-post h2 strong{
    color: #D41028;
    font-weight: 500;
}

.container-post h3 strong{
    color: #D41028;
    font-weight: 500;
}

.container-post figure.wp-block-image{
    padding: 0 4px;
    border-radius: 8px;
    margin: 40px 0 14px;
}

.container-post figure.wp-block-image img{
    border-radius: 8px;
}

.container-post h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1C1C1C;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
}

.container-post h4{
    margin: 20px 0 5px;
    color: #1C1C1C;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}

.post .post-thumbnail{
    max-width: 666px;
    margin: 0 auto;
    display: flex;
    border-radius: 8px;
}

.container-post p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.container-post a {
    color: #D41028;
    text-decoration: underline;
}

.container-post img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.container-post p img {
    max-width: 100%;
    width: 100%;
    max-height: 700px;
    height: auto;
    object-fit: contain;
}

.container-post>* {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.container-post>.post_header,
.container-post>.post-body-layout {
    /*max-width: 1240px;*/
    padding: 0 20px;
    position: relative;
}

.container-post>.post-body-layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    padding: 0 20px;
}

.container-post__inner {
    max-width: 782px;
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 36px 0 48px;
}

.container-post>.post-cta {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.container-post ol,
.container-post ul {
    margin: 20px 0;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.container-post ul li{
    color: #1C1C1C;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.container-post ul li strong{
    font-weight: 600;
}

.container-post ul li::marker{
    color: #D41028;
}

.container-post .border-left{
    padding: 36px;
    border-left: 4px solid #D41028;
    margin-left: 40px;
}

.container-post .border-left p{
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1C1C1C;
}

.container-post .post-main-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 12.3px 0 rgba(208,208,208,.2509803922);
    min-height: 550px
}

.container-post .post-main-info img {
    border-radius: 8px
}

.container-post .post-main-info .post-info {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.container-post .post-main-info .post-info .post-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: left
}

.container-post .post-main-info .post-info .post-main-info_top {
    display: flex;
    flex-direction: row;
    gap: 18px
}

.container-post .post-main-info .post-info .post-date {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    font-weight: 300
}

.container-post .post-main-info .post-info .reading-time {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left
}

.container-post .post-main-info .post-info .article-additional-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px
}

.container-post .post-main-info .post-info .visitors-statistic__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 300
}

.container-post .post-main-info .post-info .share {
    font-size: 18px;
    line-height: 130%;
    font-weight: 300
}

.container-post .post-main-info-whitepapers {
    min-height: auto;
    margin-bottom: 50px;
    box-shadow: none
}

.container-post .post-main-info-whitepapers .post-info .post-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 74.8px;
    text-align: center;
    color: #d41028
}

.container-post #breadcrumbs {
    display: flex;
    justify-content: center;
    margin: 0 0 12px 0
}

.post_header-post #breadcrumbs {
    justify-content: flex-start;
    margin: 0 0 20px 0;
}

.container-post #table-of-contents {
    width: 100%;
    background-color: transparent;
    padding: 0;
}

.container-post #table-of-contents #toc-list {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
}

.container-post #table-of-contents #toc-list.active {
    display: block
}

.container-post #table-of-contents #toc-list li {
    margin-bottom: 10px;
}

.container-post #table-of-contents #toc-list li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
}

.container-post #table-of-contents #toc-list li.toc-h2 {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
}

.container-post #table-of-contents #toc-list li.toc-h3 {
    font-size: 18px;
    line-height: 130%;
    font-weight: 300;
    text-decoration: none;
    margin-left: 20px
}

.container-post #table-of-contents .toc-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 0 20px;
}

.container-post #table-of-contents #toggle-icon {
    display: none;
}

.container-post #table-of-contents #toggle-icon.active {
    transform: rotate(180deg)
}

.container-post #table-of-contents .toc-title {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #1C1C1C;
}

.container-post .contact-section,.container-post .related-section {
    max-width: 1240px;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 20px
}

.container-post .contact-section h2,.container-post .related-section h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px
}

.container-post .related-section {
    margin-top: 70px
}

.container-post .related-section .related-inner {
    margin-top: 0
}

.container-post .cta_section {
    max-width: 100%;
    margin: 40px;
    background-color: #EEEEEE;
    position: relative;
    border-radius: 12px;
}

.container-post .cta_section.cta_section--red {
    max-width: 100%;
    margin: 132px 0;
    background-color: #D41028;
    position: relative;
    border-radius: 0;
}

.container-post .cta_section.cta_section--white .wpcf7-response-output {
    position: absolute;
    bottom: -20px;
    left: 10px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -1px;
}

.container-post .cta_section.cta_section--red .wpcf7-response-output {
    background: #FFF;
    position: absolute;
    bottom: -20px;
    left: 10px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -1px;
}

.post-sidebar-signup.cta_section .cta_inner .wpcf7-not-valid-tip, .post-sidebar-signup.cta_section .cta_inner .wpcf7-response-output {
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -1px;
}

.wpcf7-form.sent .wpcf7-response-output {
    color: #2f9f00!important;
}

.wpcf7-form.init .wpcf7-response-output {
    color: #2f9f00!important;
}

.container-post .cta_section.cta_section--white .wpcf7-not-valid-tip {
    display: none;
}

.container-post .cta_section.cta_section--red .wpcf7-not-valid-tip {
    display: none;
}

.container-post .cta_section.cta_section--red::before{
    content: '';
    position: absolute;
    top: -92px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/post-bg.svg);
    width: 138px;
    height: 92px;
}

.container-post .cta_section.cta_section--red::after{
    content: '';
    position: absolute;
    bottom: -92px;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/post-bg-down.svg);
    width: 138px;
    height: 92px;
}

.container-post .cta_section .container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    position: relative
}

.container-post .cta_section .cta_image {
    width: 40px;
    height: 40px;
    max-width: 40px;
    margin-bottom: 20px;
}

.container-post .cta_section .cta_image img {
    max-width: 415px;
    width: 100%;
    height: auto
}

.container-post .cta_section .cta_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.container-post .cta_section .cta_inner .cta_title {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 20px;
}

.container-post .cta_section.cta_section--red .cta_inner .cta_title{
    color: #FFF;
}

.container-post .cta_section .cta_inner .cta_content {
    margin-top: 0;
    letter-spacing: -.01em;
    text-align: left;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.container-post .cta_section .cta_inner .cta_content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}

.container-post .cta_section.cta_section--red .cta_inner .cta_content p{
    color: #FFF;
}

.container-post .cta_section .cta_inner form p {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    width: auto;
}

.container-post .cta_section .cta_inner .wpcf7{
    width: 100%;
}

.container-post .cta_section .cta_inner form{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container-post .cta_section .cta_inner input {
    width: 100%;
    padding: 15px;
    background: #F8F8F8;
    color: #575757;
    outline: 0;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.container-post .cta_section .cta_inner input[type=submit] {
    margin-top: 20px;
    padding: 20px;
    background: #d41028;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: center;
    color: #f7f7f7
}

.container-post iframe {
    width: 100%
}

.post_header {
    max-width: 100%;
    width: 100%;
    position: relative
}

.post_header-content {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.post_header-hero {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 56px;
    align-items: center;
}

.post_header-hero--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.post_header-hero-content {
    max-width: 520px;
}

.post_header-content .post-category{
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #575757;
    margin-bottom: 30px;
}

.post_header h1 {
    margin: 0 0 30px;
    font-size: 54px;
    line-height: 115%;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #1C1C1C;
}

.post_header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.post_header-bg svg {
    max-width: 100%;
    width: 100%;
    height: auto
}

.post_header .visitors-statistic__item img {
    max-width: 18px
}

.post_header-content-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    max-width: none;
    width: 100%;
    margin: 0;
}

.post-main-info_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.post-main-info_top .post-date{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
}

.post_header-content-info .post-info{
    width: 100%;
}

.post-main-info_top .post-date span{
    color: #D41028;
}

.post-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1
}

.post-main-info_top .reading-time{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    display: flex;
    gap: 9px;
    align-items: center;
}

.post-thumbnail-hero {
    max-width: 486px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 16px;
    overflow: hidden;
    align-self: stretch;
}

.post-thumbnail-hero img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 16px;
}

.post-body-layout {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    margin-top: 82px;
}

.table-of-contents_block {
    max-width: 277px;
    width: 100%;
    min-width: 277px;
    margin-top: 35px;
    position: relative;
}

.table-of-contents_inner {
    width: 100%;
    background-color: transparent;
    padding: 0;
    position: sticky;
    top: 140px;
}

.post-body-layout .table-of-contents {
    position: relative;
    left: 0;
    max-width: 240px;
}

.post-body-layout #table-of-contents #toc-list li {
    margin-bottom: 12px;
}

.post-body-layout #table-of-contents #toc-list li a,
.post-body-layout #table-of-contents #toc-list li.toc-h2,
.post-body-layout #table-of-contents #toc-list li.toc-h3 {
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}

.post-body-layout #table-of-contents #toc-list li.toc-h2 a {
    color: #1C1C1C;
}

.post-body-layout #table-of-contents #toc-list li:hover * {
    color: #D41028!important;
}

#toc-list a.active {
    color: #D41028!important;
}

.post-body-layout #table-of-contents #toc-list li.toc-h3 {
    margin-left: 0;
}

.post-content-card {
    max-width: calc(100% - 300px);
    width: 100%;
    position: relative;
}

.post-content-card > *:first-child {
    margin-top: 0;
}

.post-author-image {
    display: flex
}

.post-author-image img {
    max-width: 142px;
    width: 100%;
    object-fit: contain
}

a.post-author-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 194px;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 0 12.3px 0 rgba(208,208,208,.2509803922);
    border-radius: 16px;
    text-decoration: none;
    position: relative
}

.post-author-info:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: auto;
    right: -30%;
    background-image: url(../../../assets/img/author-bg.svg);
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100px;
    height: 100px;
    z-index: -1
}

.post-author-info p {
    margin-bottom: 0
}

.post-author-name {
    font-size: 22px;
    font-weight: 900;
    line-height: 28.6px;
    letter-spacing: -.02em;
    text-align: center;
    color: #d41028
}

.post-author-position {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: .07em;
    text-align: center
}

.post-author-linkedin {
    margin-top: 45px;
    align-self: flex-end
}

.whitepapers-item {
    max-width: 100%;
    margin-top: 100px;
    background: #fff
}

.whitepapers-item #breadcrumbs {
    display: flex;
    justify-content: center
}

.whitepapers-item-container {
    max-width: 1256px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.whitepapers-item-container .post_header-bg {
    top: 0;
    z-index: 0
}

.whitepapers-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 696px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.whitepapers-item-main-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 30px;
    margin-bottom: 74px;
    position: relative;
    z-index: 1
}

.whitepapers-item-info .whitepapers-item-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 74.8px;
    text-align: center;
    color: #d41028
}

.whitepapers-item .white-paper-slider {
    max-width: 450px;
    width: 100%;
    height: 100%;
    position: relative
}

.whitepapers-item .white-paper-slider .document-slider {
    max-width: 100%;
    width: 100%;
    padding-bottom: 50px;
    position: relative
}

.whitepapers-item .white-paper-slider .document-slider .swiper-container {
    height: 100%
}

.whitepapers-item .white-paper-slider .document-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #d41028;
    background-color: #fff;
    transition: all .3s;
    opacity: 1
}

.whitepapers-item .white-paper-slider .document-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #d41028;
    width: 42px;
    border-radius: 10px
}

.whitepapers-item .white-paper-inner-section {
    margin-top: 50px
}

.whitepapers-item .white-paper-inner-section .grid-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.whitepapers-item .white-paper-inner-section .main-info {
    max-width: 485px;
    width: 100%
}

.whitepapers-item .white-paper-content {
    margin-top: 50px
}

.whitepapers-item .white-paper-content p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px
}

.whitepapers-item .white-paper-content p+p {
    margin-top: 25px
}

.whitepapers-item .white-paper-content strong {
    margin-top: 50px;
    font-size: 21px;
    font-weight: 500
}

.whitepapers-item .white-paper-content strong:first-child {
    margin-top: 0
}

.whitepapers-item .white-paper-content>ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none
}

.whitepapers-item .white-paper-content>ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
    list-style: none;
    position: relative;
    padding-left: 10px
}

.whitepapers-item .white-paper-content>ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #141414
}

.whitepapers-item .white-paper-content>ul li+li {
    margin-top: 10px
}

.whitepapers-item .container-post img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.white-paper-modal-bg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1490196078);
    position: absolute;
    top: 0;
    left: 0
}

.white-paper-modal_inner {
    display: none;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1490196078);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 777
}

.white-paper-modal_inner.active {
    display: block
}

.white-paper-modal {
    max-width: 623px;
    width: 100%;
    padding: 76px 25px 25px 25px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 777
}

.white-paper-modal h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px
}

.white-paper-modal p {
    margin: 0;
    padding: 0
}

.white-paper-modal form {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.white-paper-modal input,.white-paper-modal textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 18px 20px 18px 20px;
    gap: 10px;
    border-radius: 5px;
    border: none;
    outline: 0;
    background: #f3f3f3;
    max-width: 100%;
    width: 100%
}

.white-paper-modal textarea {
    max-height: 100px
}

.white-paper-modal .wpcf7-form-control-wrap {
    margin-top: 20px
}

.white-paper-modal .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    margin-top: 10px
}

.white-paper-modal .close-modal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.container-post .wp-block-table {
    margin: 20px 0 40px;
}

.container-post .wp-block-table thead th{
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 10%;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 14px 0;
}

.container-post .wp-block-table thead td{
    color: #1C1C1C;
    font-weight: 500;
}

.container-post .wp-block-table td, .container-post .wp-block-table th{
    border: none;
    border-bottom: 1px solid #D2D2D2;
    padding: 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #575757;
}

@media screen and (max-width: 1440px) {
    .post-author .post-author-info:after {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    .post-author-linkedin {
        margin: 0
    }
}

@media (max-width: 1097px){
    .post {
        background-image: none;
    }

    .post_header-hero {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .post_header-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: none;
        text-align: center;
    }

    .post-main-info_top {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .post-thumbnail-hero {
        max-width: none;
    }

    .post-body-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .post-body-layout #table-of-contents {
        position: static;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .post-author {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        margin-top: 26px;
        left: auto;
        bottom: auto;
        position: relative
    }

    .post-author-image {
        padding: 11px;
        box-shadow: 0 0 12.3px 0 rgba(208,208,208,.2509803922);
        border-radius: 16px
    }

    .post-author-image img {
        max-width: 66px
    }

    .white-paper-inner-section .grid-container {
        flex-direction: column
    }

    .whitepapers-item .white-paper-inner-section .main-info {
        max-width: 100%
    }

    .whitepapers-item .white-paper-slider {
        max-width: 100%
    }
}

@media (max-width: 768px){
    .post {
        padding-top: 104px;
    }

    .post_header-content .post-category {
        margin-bottom: 15px;
    }

    .post_header h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    .post_header-content-info {
        margin: 0;
    }

    .post_header-post #breadcrumbs {
        margin-bottom: 16px;
    }

    .container-post>*{
        padding: 0;
    }

    .container-post>.post_header,
    .container-post>.post-body-layout {
        padding: 0 20px;
    }

    .container-post h1 {
        padding: 0px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .container-post h2 {
        padding: 0px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .container-post p {
        padding: 0 20px;
    }

    .container-post .cta_section {
        margin: 40px 20px;
    }

    .container-post .cta_section .container{
        padding: 20px;
    }

    .container-post .cta_section .cta_inner .cta_title{
        text-align: left;
    }

    .container-post .cta_section .cta_inner form{
        flex-direction: column;
        gap: 10px;
    }

    .container-post .cta_section .cta_inner form p{
        gap: 0;
    }

    .container-post h3 {
        padding: 0 20px;
    }

    .container-post h4 {
        padding: 0 20px;
        text-align: left;
    }

    .container-post .cta_section.cta_section--red .container {
        padding: 48px 20px 30px;
    }

    .container-post .cta_section .cta_inner label{
        width: 100%;
    }

    .container-post ol, .container-post ul {
        padding-left: 38px;
        padding-right: 20px;
    }

    .container-post .border-left {
        padding: 0 0 0 32px;
        border-left: 4px solid #D41028;
        margin-left: 5px;
    }

    .container-post #table-of-contents {
        background-color: #FFFFFF;
        border-radius: 16px;
        padding: 20px;
    }

    .container-post #table-of-contents #toc-list {
        display: none;
        padding-top: 8px;
    }

    .container-post #table-of-contents #toc-list.active {
        display: block;
    }

    .container-post #table-of-contents .toc-toggle {
        cursor: pointer;
        padding-bottom: 0;
    }

    .container-post #table-of-contents .toc-title {
        font-size: 20px;
        line-height: 26px;
    }

    .post-thumbnail-hero img {
        min-height: 220px;
    }

    .post-body-layout {
        margin-top: 40px;
        gap: 20px;
    }

    .post-content-card {
        max-width: 100%;
        border-radius: 16px;
        padding: 24px 0 32px;
    }
}

.post-sidebar-signup.cta_section {
    margin: 36px 0 0;
    padding: 20px;
    background: #CFF4E6;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
}

.post-sidebar-signup.cta_section .cta_inner {
    gap: 0;
}

.post-sidebar-signup.cta_section .cta_inner .cta_title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    text-align: left;
}

.post-sidebar-signup.cta_section .cta_inner .cta_content {
    margin-bottom: 16px;
}

.post-sidebar-signup.cta_section .cta_inner .cta_content p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #575757;
    text-align: left;
}

.post-sidebar-signup__form,
.post-sidebar-signup.cta_section .cta_inner .wpcf7,
.post-sidebar-signup.cta_section .cta_inner form {
    width: 100%;
}

.post-sidebar-signup.cta_section .cta_inner form {
    display: block;
}

.post-sidebar-signup.cta_section .cta_inner form p {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-post .cta_section button {
    min-width: auto;
}

.post-sidebar-signup.cta_section .cta_inner .wpcf7-spinner {
    right: 24px;
    top: auto;
    bottom: 30px;
}

.post-sidebar-signup.cta_section .cta_inner .wpcf7-not-valid-tip,
.post-sidebar-signup.cta_section .cta_inner .wpcf7-response-output {
    position: static;
    padding: 0;
    margin: 0;
}

.post-body-layout-thumbnail {
    display: none;
}

@media (max-width: 1100px) {
    .container-post>.post-body-layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        background-color: #FFFFFF;
        border-radius: 12px;
        padding: 4px 0 48px;
    }
    .container-post #table-of-contents {
        padding: 20px;
    }
    .container-post #table-of-contents #toggle-icon {
        display: flex;
    }
    .table-of-contents_block {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        margin-top: 0;
        position: relative;
    }
    .table-of-contents_inner {
        position: relative;
        top: 0;
    }
    .post-sidebar-signup.cta_section {
        display: none;
    }
    .post-content-card {
        padding: 0;
    }
    .container-post__inner {
        padding: 0 0 48px;
    }
    .post .post-thumbnail {
        display: none;
    }
    .post-body-layout-thumbnail {
        display: block;
    }
    .post-body-layout-thumbnail .post-thumbnail {
        display: block;
    }
}