.hero__buttons.fixed_button {
    position: absolute;
}

.hero-carousel__buttons.fixed_button {
    position: absolute;
}

main {
    position: relative;
}

body.is-open-menu {
    /* overflow: hidden;
    max-height: 100vh; */
}

html {
    overflow-y: scroll;
}

header.header.fixed-top.header--transparent {
    background-color: transparent !important;
}

.soluationtwc .header__menu-subitems {
    padding-left: 4.0625rem;
    padding-right: 2.875rem;
}

ul.soluationtwc .header__menu-subitem {
    width: 34%;
}

ul.menu-discover .header__menu-subitem {
    /*     width: 19%; */
}

/* header.header.fixed-top {
    position: absolute;
    top: 0;
}

header.header.fixed-top.header--sticky {
    position: fixed;
    top: 0;
} */

.banner.twcbanner {
    z-index: 1;
}

.foldable__content ul li {
    list-style: initial;
}

.foldable__content ol li {
    list-style: auto;
}

.custom-block_twc {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.custom-block_twc img, .custom-block_twc iframe, .custom-block_twc video {
    width: 100%;
    height: auto;
    /*     aspect-ratio: 16/9;    */
    /*     border-radius: 14px !important;  */
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 16/9;
    border-radius: 1.125rem;
}

.twc_customvideo {
    margin: 0 auto;
    text-align: center;
    /* padding: 20px 0; */
}

.twc_customimage {
    margin: 0 auto;
    text-align: center;
    /* padding: 20px 0; */
}

.twc_customvideo_vimeo, .twc_customvideo_yt {
    margin: 0 auto;
    text-align: center;
    /* padding: 20px 0; */
}

.packages .card-block h3 {
    color: #2B405A;
}

.usp-block_twc h3.connect__title.text-center {
    padding-top: 30px;
}

.usp-block_twc .blocks {
    flex-direction: column;
}

.usp-block_twc {
    padding-top: 10px;
    padding-bottom: 60px;
}

.usp-main-block {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-content: center;

}

.usp-blocks {
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.usp-block_twc .title_image {
    display: flex;
    gap: 20px;
    align-items: center;
    align-content: center;
    min-height: 150px;
}

.usp-block_twc
.title_image h3 {
    margin: 0;
    padding: 0;
}

.container.large-container {
    max-width: 1200px;
}

.usp-blocks > div {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: calc(25% - 40px);
    justify-content: flex-start;
}

.usp-block_twc .content ul {
    margin-left: 0 !important;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.usp-block_twc .content ul li {
    padding-left: 35px;
    position: relative;
}

.usp-block_twc .content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 900;
}

.cvideo-block_twc {
    padding: 40px 0;
}

.vidblock > div {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: calc(49% - 10px);
}

.vidblock {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.vidblock .link a {
    color: #6798AD;
    font-family: "Hanken Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.vidblock video {
    border-radius: 1.125rem;
}

.vidblock p {
    font-size: 22px;
    color: #6798AD;
    line-height: 28px;
    font-weight: 400;
}

.people-block_twc {
    padding: 60px 0;

}

.usp-block_twc h2 {
    color: #2D3D57;
    margin-bottom: 20px;
}

.specialist_mainblock h2 {
    color: #2D3D57;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 600;
}

.specialist_block {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.specialist_block .specialist {
    display: flex;
    max-width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.specialist_block .specialist .card {
    background: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    flex-direction: row;
}

.specialist_block .specialist .img-box {
    margin: 0;
    padding: 0;
    width: 230px;
    min-width: 140px;
    max-height: 140px;
    min-height: 140px;
    max-width: 140px;
    display: flex;
    border-radius: 50%;
}

.specialist_block .specialist .img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.specialist_block .specialist .card-content-box {
    margin: 0;
    padding: 0;
}

.specialist_block .specialist .card-content-box h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #2D3D57;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: 500;
}

.specialist_block .specialist .card-content-box p {
    margin: 25px 0 0;
    padding: 0;
    font-size: 16px;
    color: #7592A2;
}

.specialist_block .specialist .card-content-box p a {
    display: block;
    color: #7592A2;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.footer .footer__menu ul li {
    margin-bottom: 1rem;
    line-height: 20px;
}

/* .header--transparent .header__menu-link{
    color: #fff;
}
.fixed-top:not(.header--transparent) a.header__menu-link{
    color:#6798ad ;
} */
.header--dark.fixed-top .header__globe {
    color: #fff;
}

.header--dark.fixed-top.header--sticky .header__globe {
    color: #6798AD;
}

.header--dark.fixed-top.header--sticky.header--transparent .header__globe {
    color: #fff;
}

.header--dark.fixed-top .header__toggle span {
    background-color: #fff;
}

.header--dark.fixed-top.header--sticky .header__toggle span {
    background-color: #6798AD;
}

.header--dark.fixed-top.header--sticky.header--transparent .header__toggle span {
    background-color: #fff;
}

.header--dark.fixed-top .header__toggle span:before, .header--dark.fixed-top .header__toggle span:after {
    background-color: #fff;
}

.header--dark.fixed-top.header--sticky .header__toggle span:before, .header--dark.fixed-top.header--sticky .header__toggle span:after {
    background-color: #6798AD;
}

.header--dark.fixed-top.header--sticky.header--transparent .header__toggle span:before, .header--dark.fixed-top.header--sticky.header--transparent .header__toggle span:after {
    background-color: #fff;
}

.header--dark.fixed-top .header__menu-link {
    color: #fff;
}

.header--dark.fixed-top.header--sticky .header__menu-link {
    color: #6798AD;
}

.header--dark.fixed-top.header--sticky.header--transparent .header__menu-link {
    color: #fff;
}

header.header.header--dark.header--transparent .header__logo img:last-child {
    display: none !important;
}

header.header--dark.header--transparent .header__logo img:first-child {
    display: block;
}

.header--dark.header--sticky:not(.header--transparent) {
    box-shadow: none;
    background: #fff !important;
}

header.header.header--dark.header--transparent:has(.menu-item-has-children:hover) .header__logo img:last-child {
    display: block !important;
}

/* .header--dark.fixed-top .header__logo img:first-child{
    display: block;
}
.header--dark.fixed-top .header__logo img:last-child{
    display: none;
}

.header--dark.fixed-top.header--sticky .header__logo img:first-child{
    display: none;
}
.header--dark.fixed-top.header--sticky .header__logo img:last-child{
    display: block;
}

.header--dark.fixed-top.header--sticky.header--transparent .header__logo img:first-child{
    display: block;
}
.header--dark.fixed-top.header--sticky.header--transparent .header__logo img:last-child{
    display: none;
} */
/* new */
/* .header--dark.header--transparent.whitecls .header__logo img:first-child{
    display: block;
}
.header--dark.header--transparent.whitecls .header__logo img:last-child{
    display: none;
}
.header--dark.fixed-top.header--sticky.graycls .header__logo img:first-child{
    display: none;
}
.header--dark.fixed-top.header--sticky.graycls .header__logo img:last-child{
    display: block;
} */


/* .header--transparent .header__logo img:last-child{
    display: none;
}
.header--transparent .header__logo img:first-child {
    display: block;
} */

section.twcintro.intro.position-relative:before {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    margin-top: -6.72em;
}

section.twcintro.intro.position-relative:after {
    content: "";
    width: 100%;
    /* height: 180px; */
    display: block;
    margin-top: -3.72em;
}

.twcintro .intro__image {
    pointer-events: none;
}

.twcintro .intro__image picture img {
    margin: 65px 0;
    border-radius: 30px 0 0 30px !important;
    height: 90%;
}

.twcintro .intro__image picture {
    /* height: auto; */
}

.twcintro.intro ol li {
    list-style: auto;
}

.twcintro.intro ul li {
    list-style: disc;
}

section.content ol li {
    list-style: auto;
}

section.content ul li {
    list-style: disc;
}

section.twcbrief.position-relative:before {
    content: "";
    width: 100%;
    height: 180px;
    display: block;
    padding-top: -7.72em;
}

section.twcbrief.position-relative:after {
    /* content: "";
    width: 100%;
    height: 180px;
    display: block;
    margin-top: -3.72em; */
}

.twcbrief .briefing__image picture img {
    margin: 50px 0px;
    border-radius: 0 30px 30px 0 !important;
    height: 88%;
}

section.twcbrief .briefing__content {
    padding-bottom: 40px;
}

.embed-container_yt {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.story-thumbnail a {
    width: 100%;
}

.stories-list.row {
    row-gap: 20px;
}

.story-thumbnail img {
    border-radius: 1rem;
    aspect-ratio: 1.15/1;
    min-width: 100%;
    object-fit: cover;
}

h2.story-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 24px;
    text-align: left;
}

.story-title a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.3;
}

a#load-more {
    margin: 20px 0;
}

.story-excerpt {
    margin: 10px 0;
    text-align: left;
}

.story-date {
    margin: 5px 0 20px 0;
    text-align: left;
    display:none;
}

ul.category-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.category-filter li {
    margin: 0 5px; /* Space between items */
}

.category-filter a {
    text-decoration: none;
    padding: 8px 22px;
    color: #6798AD;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 1.1rem;
    border: 1px solid #6798AD;
}

.category-filter a:hover {
    background-color: #25364d;
    color: #ffffff;
}

.category-filter a.active {
    background-color: #2B405A;
    color: white;
}

section.content p {
    line-height: 24px;
}

ul.custombread {
    display: flex;
    padding-left: 1.2rem;
}

.custombread li {
    padding: 0 5px;
    color: var(--bs-body-color);
    font-weight: 600;
}

.custombread li a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-weight: 400;
}

.blog_storie {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-content: space-between; */
}

.blog_sharing {
    display: flex;
    padding-top: 2px;
    min-width: 200px;
    gap: 10px;
    color: #2B405A;
}

.blog_sharing p {
    padding: 0 5px;
}

.custom_post_storie div.blog_storie {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: left;
    gap: 80px;
}

.stories_custom_value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.stories_custom_value div {
    padding: 0 10px 0px 0px;
}

.storie_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 80px;
    margin-bottom: 30px;
    align-items: center;
}

.custom_post_storie .imgvidblock {
    position: relative;
    padding-bottom: 60px;
}

.custom_post_storie .imgvidblock .twc_customimage {
    width: 960px;
}

.custom_post_storie .imgvidblock > div {
    width: 1000px;
    padding: 0 20px;
    margin-top: 45px;
}

.custom_post_storie .imgvidblock .embed-container {
    padding-bottom: 0;
}

.custom_post_storie .imgvidblock:after {
    content: "";
    background-color: #f1f5f9;
    position: absolute;
    top: 50%;
    height: calc(100% - 180px);
    width: 100%;
    left: 0;
    z-index: -1;
    margin-bottom: 10px;
}

.custom_post_storie .imgvidblock .twc_customimage img {
    border-radius: 1rem !important;
    width: 100%;
    margin-bottom: 2rem;
}

.custom_post_storie .imgvidblock .embed-container iframe {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 0;
    border-radius: 1rem !important;
}

.section.content {
    padding: 10px 0;
}

.storie_image {
    position: relative;
}

.storie_image img {
    border-radius: 1rem;
    width: 100%;
}

.blog_storie {
    margin-top: 80px;
    margin-bottom: 30px;
    justify-content: left;
    gap: 80px;
}

.custom_post_storie div.blog_storie p {
    min-width: 200px;
}

.storie_image:after {
    content: "";
    background-color: #f1f5f9;
    position: absolute;
    top: 50%;
    height: calc(100% - 180px);
    width: 100%;
    left: 0;
    z-index: -1;
}

.storie_content_new {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    line-height: 18px;

}

.custom_post_storie .content {
    margin-top: 0;
}

.custom_post_storie blockquote {
    font-size: 1.4em;
    margin: 20px auto;
    color: #6798AD;
    padding: 1.2em 30px 1.2em 75px;
    line-height: 1.6;
    position: relative;
    font-weight: 500;
    margin-left: 10rem;
    word-spacing: 3px;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #6798AD;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote p strong {
    color: #000;
    font-size: 1.2rem;
}

blockquote::after {
    content: '';
    background-image: url(../image/block.svg);
    position: absolute;
    height: 100%;
    width: 2560px;
    top: 0;
    left: -55px;
    background-size: auto 100%;
}

.blog_sharing div:first-child {
    display: flex;
    gap: 10px;
    margin-right: 20px;
}

.blog_sharing div:last-child {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

blockquote span {
    display: block;
    color: #6798AD;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.cblack {
    color: #000;
}

.story-item {
    padding-top: 20px;
    /*
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    */
}

.more-stories-container {
    display: flex;
    justify-content: center;
}

.more-stories-button {
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    flex-direction: row;
    margin-bottom: 15px;
    gap: 5px;
    align-items: center;
    color: white;
    padding: 10px;
    border-radius: 30px;
    background-color: #0b4b78;
}

.more-stories-button p,
.more-stories-button i {
    margin: 0;
    line-height: 1;
}

.more-stories-button i {
    font-size: 14px;
    vertical-align: middle;
}

.custom_post_storie section:first-of-type p {
    font-size: 14px;
    line-height: 22px;
}

div.gtranslate_wrapper {
    display: none;
}

.is-active div.gtranslate_wrapper {
    display: block;
}

.custom_post_storie .imgvidblock:after {
    content: "";
    background-color: #f1f5f9;
    position: absolute;
    bottom: -15px;
    height: 40%;
    width: 100%;
    left: 0;
    z-index: -1;
    margin-bottom: 10px;
    top: auto;
}


.custom_post_storie .imgvidblock .twc_customimage {
    width: 880px;
}

.custom_post_storie h2.story-title {
    font-size: 19px;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.8rem;
}

.story-excerpt {
    margin: 10px 0;
    text-align: left;
    line-height: 1.25rem;
    font-size: 1rem;
    margin-top: 0;
}

.stories_custom_value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 940px;
    width: calc(100% - 290px);
    margin-right: 0;
    justify-content: flex-start;
    margin-left: auto;
    font-size: 16px;
    list-style: 18px;
}

.stories_custom_value b {
    color: #2B405A;
    font-weight: 500;
}

.blog_sharing div:nth-child(3) {
    margin-left: 20px;
}

.fa-copy {
    color: #6798AD;
    font-size: 18px;
}

.stories_custom_value div {
    width: 40%;
}

.custom_post_storie .custom-block_twc + section > div.container {
    max-width: 880px !important;
    padding: 0 20px;
    background: #f1f5f9;
    padding-bottom: 10px;
}

.custom_post_storie section.content h2 {
    color: #2B405A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.custom_post_storie section.content h3 {
    color: #2B405A;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.custom_post_storie section.content h4 {
    color: #2B405A;
    font-size: 16px;
    font-weight: 400;
}

.custom_post_storie section.content h5 {
    color: #2B405A;
    font-size: 14px;
    font-weight: 400;
}

.custom_post_storie ul li {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
}

.custom_post_storie .custom-block_twc + section > div.container p {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    line-height: 1.5;
}

.custom-block_twc + section {
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

.stories-template-default .custom-block_twc + section {
    background: #f1f5f9;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

.custom_post_storie .content .container {
    max-width: 680px;
}

.custom_post_storie .content .container:has(blockquote) {
    max-width: 100%;
    padding: 0 0 0 110px;
}

.custom_post_storie blockquote {
    max-width: 920px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    font-size: 2rem;
    padding-right: 200px;
    /*
        border-top: 1px solid;
        border-bottom: 1px solid;
    */
    border-top: none;
    border-bottom: none;

/ background-image: url(../image/block.png);
/ background-repeat: no-repeat;
    background-position: 0vw;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.custom_post_storie blockquote {

}

.custom_post_storie blockquote p {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 0;
}

.custom_post_storie blockquote p strong {
    font-weight: normal;
}

.custom_post_storie div.blog_storie p {
    font-size: 14px;
    line-height: 20px;
}

.contact_block {
    display: grid;
    gap: 20px;
    grid-template-columns: 30% 1fr;
}

.contactpage .contact_heading > * {
    font-size: 40px;
    line-height: 40px;
    color: #6798AD;
    font-weight: 600;
}

.contactpage .contact_block {
    margin-top: 154px;
    margin-bottom: 100px;
}

.contact_address {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 50px;
    margin-top: 15px;
}

.location_heading {
    font-size: 16px;
    line-height: 20px;
    color: #2B405A;
    font-weight: 600;
    padding-bottom: 20px;
}

.location_address p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

p.newcolor {
    color: #2B405A;
}

.storie_content_share p {
    font-size: 13px;
    line-height: 18.2px;
    font-family: "Hanken Grotesk";
    font-weight: bold;
    margin-bottom: 0;
}


.blog_sharing a {

}

.is-active div.gtranslate_wrapper {
    text-align: center;
}

.gtranslate_wrapper a {
    padding: 0.2rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #6798AD;
}

.card-block h3 {
    padding: 1.15rem 1.275rem;
}

@media screen and (min-device-width: 769px) and (max-device-width: 1440px) {
    .twcintro .intro__image picture img {
        height: 90%;
        margin: 60px 0;
    }

    .twcbrief .briefing__image picture img {
/*         height: auto; */
        margin: 60px 0;
    }

    .intro__content {
        justify-content: flex-start;
    }
}

@media (max-width: 1300px) {
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        border-radius: 0px;
    }

    .twc_customvideo_vimeo.embed-container {
        border-radius: 0px !important;
    }

    .packages .card-block h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 991px) {
    .specialist_block {
        gap: 30px;
    }

    .specialist_block .specialist .card {
        gap: 20px;
    }

    .specialist_block .specialist .img-box {
        width: 160px;
        min-width: 160px;
        max-height: 160px;
        max-width: 160px;
        min-height: 160px;
    }

    .specialist_block .specialist .card-content-box h4 {
        font-size: 20px;
    }

    .specialist_block .specialist .card-content-box p {
        margin: 20px 0 0;
        font-size: 16px;
    }

    .contact_block {
        display: flex;
        flex-direction: column;
    }

    .contactpage .contact_block {
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .packages .card-block h3 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .contact_address {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .specialist_block {
        display: block !important;
    }

    .specialist_block .specialist {
        margin: 30px 0 0;
    }

    .contact_address {
        grid-template-columns: 1fr;
    }
}

/*
@media (min-width: 768px) {
    .twcintro .intro__content {
        justify-content: flex-start;
    }
}
*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .packages .card-block h3 {
        font-size: 1rem;
    }

    .usp-blocks > div {
        max-width: calc(50% - 40px);
    }

    .vidblock > div {
        max-width: calc(50% - 40px);
    }

    .vidblock {
        gap: 80px;
    }

    .custom-block_twc video, .custom-block_twc img, .custom-block_twc .twc_customvideo_vimeo {
        border-radius: 0 !important;
    }

    .custom_post_storie blockquote {
        margin-left: 4rem;
        border: none;
        padding-right: 0;
    }

    .custom_post_storie blockquote::after {
        content: unset;
    }

    .custom_post_storie .content .container:has(blockquote) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro__content {
        justify-content: flex-start;
    }

    /* 	section.twcbrief.position-relative:before{height:0px;} */
    section.twcbrief.position-relative:after {
        height: 0px;
    }

    section.twcintro.intro.position-relative:before {
        height: 0px;
    }

    section.twcintro.intro.position-relative:after {
        height: 0px;
    }

    .packages .justify-content-center {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .briefing__image {
        position: absolute;
        top: 50% !important;
        left: 0;
        width: 50%;
/*         height: auto !important; */
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .packages .card-block h3 {
        font-size: 1rem;
    }

    ul.soluationtwc .header__menu-subitem {
        width: 100%;
    }

    .header__menu-subitem--img {
        width: 48% !important;
    }

    .storie_content_new .stories_custom_value {
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .header__menu-subitem--img a.header__menu-sublink {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .header__menu-subitem--img .header__menu-sublink span {
        text-align: left;
    }

    .is-menu-open header.header, header.header.header--transparent {
        transform: unset !important;
    }

    .menu-item-has-children span.header__mm-arrow.js-menu-toggle {
        position: absolute;
        width: 100%;
        text-align: right;
    }

    li.menu-item-has-children {
        position: relative;
    }

    section.intro.position-relative {
        display: flex;
        flex-direction: column;
    }

    section.intro.position-relative .container.large {
        order: 2;
    }

    .vidblock {
        gap: 30px;
    }

    .usp-blocks > div {
        max-width: calc(100% - 40px);
    }

    .vidblock > div {
        max-width: calc(100% - 40px);
    }

    .specialist_block .specialist .card {
        display: flex;
        width: 100%;
    }

    .custom-block_twc video, .custom-block_twc img, .custom-block_twc .twc_customvideo_vimeo {
        border-radius: 0 !important;
    }

    /*.header__menu-sublink .menu-description {*/
    /*    display: none;*/
    /*}*/

    .header--transparent .header__menu-link {
        color: #2B405A !important;
    }

    section.twcintro.intro.position-relative:before {
        height: 0px;
    }

    section.twcintro.intro.position-relative:after {
        height: 70px;
        /*
                margin-top:-2.72em;
                margin-bottom: 24px;
        */
    }

    .intro__image picture img {
        margin-top: -2rem;
    }

    .twcintro .intro__image {
        margin: 0 !important;
    }

    .intro__image picture img {
        padding: 0;
    }

    section.twcbrief.position-relative:before {
        height: 30px;
        margin-top: -4.72em;
    }

    section.twcbrief.position-relative:after {
        height: 90px;
        margin-top: -2.72em;
        margin-bottom: 24px;
    }

    section.twcbrief picture img {
        margin: 0;
    }

    .custom_post_storie div.blog_storie {
        flex-direction: column;
        gap: 20px;
    }

    .storie_content_new {
        margin-top: 0;
        padding: 0 10px;
    }

    .custom_post_storie blockquote {
        margin-left: 1rem;
    }

    .usp-block_twc .title_image {
        min-height: 80px;
    }

    .custom_post_storie .imgvidblock:after {
        /* content: unset; */
    }

    .custom_post_storie .imgvidblock > div {
        padding: 10px;
    }

    .custom-block_twc + section > div.container p {
        font-size: 1rem;
    }

    .custom-block_twc + section > div.container {
        padding: 0 10px;
    }

    .custom_post_storie div.blog_storie {
        margin: 10px auto;
    }

    .custom_post_storie div.blog_storie h1 {
        font-size: 1.5rem;
    }

    .custom_post_storie div.blog_storie p {
        font-size: 14px;
        line-height: 20px;
    }

    .stories_custom_value div {
        width: 100%;
    }

    .custom_post_storie blockquote p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .custom_post_storie blockquote p strong {
        font-size: 1rem;
    }

    .custom_post_storie blockquote p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .custom_post_storie blockquote p strong {
        font-size: 1rem;
    }

    .custom_post_storie blockquote {
        margin-left: 1rem;
        border: none;
        padding-right: 0;
    }

    .custom_post_storie blockquote::after {
        content: unset;
    }

    .custom_post_storie .content .container:has(blockquote) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .packages .justify-content-center {
        margin: 0 auto;
    }

    .packages .justify-content-center .row {
        margin: 0 auto;
    }

    .custom_post_storie .imgvidblock {
        position: relative;
        padding-bottom: 10px;
    }

}


.stories-template-default .twc_customimage {
    max-width: 100%;
    border-radius: 1.125rem;
    margin: 0 auto; /* Centreert de container horizontaal */
    text-align: center; /* Zorgt ervoor dat de inhoud binnen de container gecentreerd is */
}


.stories-template-default .twc_customimage img {
    width: 100%;
    max-width: 1000px;
    border-radius: 1.125rem;
}


.twc_customimage {
    max-width: 100%;
    border-radius: 1.125rem;
    margin: 0 auto; /* Centreert de container horizontaal */
    text-align: center; /* Zorgt ervoor dat de inhoud binnen de container gecentreerd is */
}


.twc_customimage img {
    display: block;
    max-width: 880px;
    height: auto;
    border-radius: 1.125rem;
    margin: 0 auto; /* Centreert de afbeelding */
}


.twc_customvideo_vimeo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 1.125rem;
}

.twc_customvideo_vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.125rem;
}


/* Voor iPad Pro 11-inch */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) {
    .ipad-pro-11-specific {
        /* Voeg hier je stijlen toe */

        section.twcintro.intro.position-relative:after {
            content: "";
            width: 100%;
            height: 180px;
            display: block;
            margin-top: -15.72em;
            /* background-color: red; */
        }


    }
}


@media (min-width: 1000px) {
    /* Voeg hier je stijlen toe */
    section.twcintro.intro.position-relative:after {
        content: "";
        width: 100%;
        height: 180px;
        display: block;
        margin-top: -3.72em;

    }
}


@media (min-width: 1200px) {
    /* Voeg hier je stijlen toe */
    section.twcintro.intro.position-relative:after {
        content: "";
        width: 100%;
        height: 100px;
        display: block;
        margin-top: -5.72em;
    }
}


@media (min-width: 1400px) {
    /* Voeg hier je stijlen toe */
    section.twcintro.intro.position-relative:after {
        content: "";
        width: 100%;
        height: 180px;
        display: block;
        margin-top: -4.72em;
    }
}

@media (min-width: 1800px) {
    /* Voeg hier je stijlen toe */
    section.twcintro.intro.position-relative:after {
        content: "";
        width: 100%;
        height: 200px;
        display: block;
        margin-top: -11.72em;
/*         margin-top: 17.72em; */
    }
}

@media (max-width: 1200px) {
    /* Voeg hier je stijlen toe */
    section.twcintro.intro.position-relative:after {
        content: "";
        width: 100%;
        height: 150px;
        display: block;
        /*margin-top: -11.72em;*/
        margin-top: -11.72em;
    }
}

