.ctype-iffcomponents_cards{align-items:center;display:flex;flex-direction:column;position:relative}.ctype-iffcomponents_cards .h1,.ctype-iffcomponents_cards .h2,.ctype-iffcomponents_cards .h3,.ctype-iffcomponents_cards .h4,.ctype-iffcomponents_cards .h5,.ctype-iffcomponents_cards .h6{width:100%}.ctype-iffcomponents_cards.loading .cards-search__loader{display:block}.ctype-iffcomponents_cards.loading .cards-container{opacity:0.1}.ctype-iffcomponents_cards.loading .cards__load-more{background-color:#d3dce2;cursor:not-allowed;display:flex}.ctype-iffcomponents_cards.loading .cards__load-more:hover,.ctype-iffcomponents_cards.loading .cards__load-more:focus{background-color:#d3dce2}.ctype-iffcomponents_cards.loading .cards__load-more svg{display:inline}.ctype-iffcomponents_cards.loading .cards__load-more span{display:none}.cards-container{display:grid;gap:40px;grid-template-columns:repeat(2, 1fr);width:100%}.cards-container.columns-3{grid-template-columns:repeat(3, 1fr)}.cards-container.columns-4{grid-template-columns:repeat(4, 1fr)}.card{display:flex;flex-direction:column}.card__image{aspect-ratio:1.2333333333;background-color:#ffffff;background-position:center;background-repeat:no-repeat;background-size:cover;height:auto;margin-bottom:20px;width:100%}.card__metadata{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.card__date{color:#668d9d;font-size:12px;font-weight:400;letter-spacing:0;line-height:14px;margin-top:2px}.card__link{align-items:center;color:#0075cf;display:flex;font-size:16px;font-weight:700;gap:14px;letter-spacing:2px;line-height:24px;margin-top:auto;text-decoration:none;text-transform:uppercase;transition:all 0.25s ease-out}.card__link:after{border-bottom:2px solid #0075cf;border-right:2px solid #0075cf;content:"";display:block;height:8px;margin-bottom:2px;transform:rotate(-45deg);transition:all 0.25s ease-out;width:8px}.card__link:hover,.card__link:focus{color:#415364;gap:28px}.card__link:hover:after,.card__link:focus:after{border-color:#415364}.cards-search{display:flex;gap:20px;margin-bottom:40px;width:100%}.cards-search__actions,.cards-search__tags,.cards-search__post-types{display:flex;gap:2px}.cards-search__tags,.cards-search__post-types{flex-wrap:wrap}.cards-search__post-type{align-items:center;cursor:pointer;display:flex;font-size:12px;font-weight:700;gap:16px;height:60px;letter-spacing:1.5px;line-height:14px;padding:17px 16px 15px;text-transform:uppercase;transition:all 200ms ease-out}.cards-search__post-type.selected{position:relative}.cards-search__post-type.selected:after{border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;content:"";height:10px;margin-top:-6px;transform:rotate(45deg);width:5px}.cards-search__post-type.color-blue{background-color:rgba(0, 117, 207, 0.05);color:#0075cf}.cards-search__post-type.color-blue:hover,.cards-search__post-type.color-blue.selected{background-color:#0075cf;color:#ffffff}.cards-search__post-type.color-red{background-color:rgba(150, 38, 44, 0.05);color:#96262c}.cards-search__post-type.color-red:hover,.cards-search__post-type.color-red.selected{background-color:#96262c;color:#ffffff}.cards-search__post-type.color-purple{background-color:rgba(147, 53, 141, 0.05);color:#93358d}.cards-search__post-type.color-purple:hover,.cards-search__post-type.color-purple.selected{background-color:#93358d;color:#ffffff}.cards-search__post-type.color-orange{background-color:rgba(255, 127, 48, 0.05);color:#ff7f30}.cards-search__post-type.color-orange:hover,.cards-search__post-type.color-orange.selected{background-color:#ff7f30;color:#ffffff}.cards-search__post-type.color-green{background-color:rgba(70, 105, 30, 0.05);color:#46691e}.cards-search__post-type.color-green:hover,.cards-search__post-type.color-green.selected{background-color:#46691e;color:#ffffff}.cards-search__actions{margin-left:auto}.cards-search__action{align-items:center;background-color:#ffffff;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:60px;justify-content:center;position:relative;transition:background-color 200ms ease-out;width:60px}.cards-search__action:hover,.cards-search__action.active{background-color:#0075cf}.cards-search__action:hover>svg,.cards-search__action.active>svg{fill:#ffffff}.cards-search__action:hover span,.cards-search__action.active span{color:#ffffff}.cards-search__action[data-action="toggle-search-field"].active .search__field-wrapper{display:flex}.cards-search__action svg{fill:#0075cf;height:20px;transition:fill 200ms ease-out;width:20px}.cards-search__action span{color:#0075cf;font-size:10px;font-weight:700;letter-spacing:1.25px;line-height:12px;text-transform:uppercase;transition:color 200ms ease-out}.search__field-wrapper{align-items:center;background-color:#ffffff;display:none;gap:8px;height:60px;padding:17px 16px 15px;position:absolute;right:0;top:100%;width:270px}.search__field-wrapper input{all:unset;flex:1;height:100%}.search__field-wrapper svg{fill:#d3dce2}.tag__dropdown{background-color:#ffffff;height:60px;position:relative}.tag__dropdown:after{border-bottom:2px solid #d3dce2;border-right:2px solid #d3dce2;content:"";height:10px;pointer-events:none;position:absolute;right:16px;top:20px;transform:rotate(45deg);width:10px}.tag__dropdown select{align-items:center;-webkit-appearance:none;background-color:#ffffff;border:none;color:inherit;display:flex;font-size:12px;font-weight:700;height:100%;letter-spacing:1.5px;line-height:14px;max-width:180px;padding:17px 37px 15px 16px;text-transform:uppercase}.cards-search__loader{animation:rotate 1s infinite linear;border:6px solid #0075cf;border-bottom-color:transparent;border-radius:50%;display:none;height:60px;position:absolute;top:0;width:60px;z-index:10}.cards-search__empty{grid-column:1 / -1;text-align:center}.cards__load-more svg{animation:rotate 1s infinite linear;border-radius:50%;display:none;fill:#ffffff;height:24px;overflow:hidden;width:24px}.cards__load-more.hidden{display:none}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media (max-width:992px){.cards-search{flex-wrap:wrap}.cards-search__actions,.cards-search__tags,.cards-search__post-types{width:100%}.cards-container{gap:20px}.cards-container.columns-3{grid-template-columns:repeat(2, 1fr)}.cards-container.columns-4{grid-template-columns:repeat(2, 1fr)}.search__field-wrapper{left:0;right:initial}}@media (max-width:576px){.cards-search,.cards-search__tags{gap:10px}.tag__dropdown{width:100%}.tag__dropdown select{max-width:100%}.cards-container{gap:40px;grid-template-columns:1fr}.cards-container.columns-3{grid-template-columns:1fr}.cards-container.columns-4{grid-template-columns:1fr}}.tx-iff-components-flexible{display:flex;margin-left:auto;margin-right:auto;max-width:1156px;width:100%}.tx-iff-components-flexible .left,.tx-iff-components-flexible .right{width:50%}.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__image-container,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__image-container{width:25%;min-width:290px}.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__image-container .flexible__image,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__image-container .flexible__image{min-height:290px}.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__content,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__content{width:75%}.tx-iff-components-flexible.layout-1.images-1.image-width-large .flexible__image-container,.tx-iff-components-flexible.layout-2.images-1.image-width-large .flexible__image-container{width:65%}.tx-iff-components-flexible.layout-1.images-1.image-width-large .flexible__content,.tx-iff-components-flexible.layout-2.images-1.image-width-large .flexible__content{width:35%}.tx-iff-components-flexible.layout-3,.tx-iff-components-flexible.layout-4{flex-wrap:wrap;gap:0 50px;max-width:992px}.tx-iff-components-flexible.layout-3 .left,.tx-iff-components-flexible.layout-3 .right,.tx-iff-components-flexible.layout-4 .left,.tx-iff-components-flexible.layout-4 .right{width:calc(50% - 25px)}.tx-iff-components-flexible.layout-3 .content-section-title,.tx-iff-components-flexible.layout-4 .content-section-title{width:100%}.tx-iff-components-flexible.layout-3 .bodytext,.tx-iff-components-flexible.layout-4 .bodytext{color:#415364}.tx-iff-components-flexible.layout-5{align-items:flex-start;flex-direction:column;max-width:756px}.tx-iff-components-flexible.layout-5 .flexible__image{margin:0 auto 30px;min-height:0;padding-bottom:100%}.tx-iff-components-flexible.layout-5.images-1.image-width-small,.tx-iff-components-flexible.layout-5.images-1.image-width-medium{align-items:center;text-align:center}.tx-iff-components-flexible.layout-5.images-1.image-width-small .flexible__image{padding-bottom:25%;width:25%}.tx-iff-components-flexible.layout-5.images-1.image-width-medium .flexible__image{padding-bottom:50%;width:50%}.flexible__mobile-bodytext{display:none}.flexible__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:80px}.flexible__image{background-position:center;background-repeat:no-repeat;background-size:cover;min-height:565px;width:100%}@media (max-width:992px){.flexible__image{min-height:460px}.flexible__content{padding:40px}}@media (max-width:768px){.flexible__image-container{order:1}.flexible__image{min-height:350px}.flexible__content{order:2}.tx-iff-components-flexible.layout-1,.tx-iff-components-flexible.layout-2{flex-direction:column}.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__image-container,.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__content,.tx-iff-components-flexible.layout-1.images-1.image-width-large .flexible__image-container,.tx-iff-components-flexible.layout-1.images-1.image-width-large .flexible__content,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__image-container,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__content,.tx-iff-components-flexible.layout-2.images-1.image-width-large .flexible__image-container,.tx-iff-components-flexible.layout-2.images-1.image-width-large .flexible__content{width:100%}.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__image-container .flexible__image,.tx-iff-components-flexible.layout-1.images-1.image-width-small .flexible__content .flexible__image,.tx-iff-components-flexible.layout-1.images-1.image-width-large .flexible__image-container .flexible__image,.tx-iff-components-flexible.layout-1.images-1.image-width-large .flexible__content .flexible__image,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__image-container .flexible__image,.tx-iff-components-flexible.layout-2.images-1.image-width-small .flexible__content .flexible__image,.tx-iff-components-flexible.layout-2.images-1.image-width-large .flexible__image-container .flexible__image,.tx-iff-components-flexible.layout-2.images-1.image-width-large .flexible__content .flexible__image{min-height:350px}.tx-iff-components-flexible.layout-3,.tx-iff-components-flexible.layout-4{flex-direction:column}.tx-iff-components-flexible.layout-3 .left,.tx-iff-components-flexible.layout-3 .right,.tx-iff-components-flexible.layout-4 .left,.tx-iff-components-flexible.layout-4 .right{width:100%}.tx-iff-components-flexible.layout-3 .left>.bodytext,.tx-iff-components-flexible.layout-3 .right>.bodytext,.tx-iff-components-flexible.layout-4 .left>.bodytext,.tx-iff-components-flexible.layout-4 .right>.bodytext{display:none}.tx-iff-components-flexible .left,.tx-iff-components-flexible .right{width:100%}.flexible__mobile-bodytext{display:block}}.ctype-iffcomponents_list{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:992px}.ctype-iffcomponents_list .h1,.ctype-iffcomponents_list .h2,.ctype-iffcomponents_list .h3,.ctype-iffcomponents_list .h4,.ctype-iffcomponents_list .h5,.ctype-iffcomponents_list .h6{width:100%}.ctype-iffcomponents_list .list-container{width:100%}.ctype-iffcomponents_list.loading .list__load-more{background-color:#d3dce2;cursor:not-allowed;display:flex}.ctype-iffcomponents_list.loading .list__load-more:hover,.ctype-iffcomponents_list.loading .list__load-more:focus{background-color:#d3dce2}.ctype-iffcomponents_list.loading .list__load-more svg{display:inline}.ctype-iffcomponents_list.loading .list__load-more span{display:none}.list-item{border-top:2px solid #0075cf;padding-top:30px}.list-item:not(:last-of-type){margin-bottom:30px}.list-item:last-of-type{border-bottom:2px solid #0075cf;padding-bottom:30px}.list-item__metadata{align-items:center;display:flex;flex-wrap:wrap;font-size:0.85em;gap:40px;margin-bottom:20px;text-transform:uppercase}.list-item__metadata>div{align-items:center;display:flex;gap:10px}.list-item__metadata svg{fill:#415364;height:20px;width:20px}.list-item__metadata span{line-height:1;margin-top:4px}.list-item__tags{display:flex;flex-wrap:wrap;gap:2px;margin-bottom:20px}.list-item__link{align-items:center;color:#0075cf;display:flex;font-size:16px;font-weight:700;gap:14px;letter-spacing:2px;line-height:24px;margin-top:auto;text-decoration:none;text-transform:uppercase;transition:all 0.25s ease-out}.list-item__link:after{border-bottom:2px solid #0075cf;border-right:2px solid #0075cf;content:"";display:block;height:8px;margin-bottom:2px;transform:rotate(-45deg);transition:all 0.25s ease-out;width:8px}.list-item__link:hover,.list-item__link:focus{color:#415364;gap:28px}.list-item__link:hover:after,.list-item__link:focus:after{border-color:#415364}.list__load-more svg{animation:rotate 1s infinite linear;border-radius:50%;display:none;fill:#ffffff;height:24px;overflow:hidden;width:24px}.list__load-more.hidden{display:none}.list__empty{text-align:center}.ctype-iffcomponents_media.layout-thumbnails{display:grid;gap:40px}.ctype-iffcomponents_media.layout-thumbnails.columns-2{grid-template-columns:repeat(2, 1fr);margin-left:auto;margin-right:auto;max-width:70%}.ctype-iffcomponents_media.layout-thumbnails.columns-3{grid-template-columns:repeat(3, 1fr)}.ctype-iffcomponents_media.layout-thumbnails .media{align-items:flex-start;aspect-ratio:1.2;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;text-decoration:none}.ctype-iffcomponents_media.layout-thumbnails .media__title{margin-bottom:30px}.ctype-iffcomponents_media.layout-thumbnails .background-color-white .media__download{border-color:#415364;color:#415364}.ctype-iffcomponents_media.layout-thumbnails .background-color-white .media__download svg{fill:#415364}.ctype-iffcomponents_media.layout-list .media__download{border-color:#0075cf;color:#0075cf}.ctype-iffcomponents_media.layout-list .media__download svg{fill:#0075cf}.ctype-iffcomponents_media.layout-list .c{vertical-align:middle}.ctype-iffcomponents_media.layout-list a{text-decoration:none}.media__download{align-items:center;-webkit-appearance:none;background-color:transparent;border:2px solid #ffffff;color:#ffffff;display:flex;font-size:12px;font-weight:700;gap:10px;letter-spacing:1.5px;line-height:12px;padding:7px 10px !important;text-decoration:none;text-transform:uppercase}.media__download svg{fill:#ffffff;height:16px;width:12px}.media__download span{margin-top:2px}@media (max-width:992px){.ctype-iffcomponents_media.layout-thumbnails{gap:20px}.ctype-iffcomponents_media.layout-thumbnails.columns-2{max-width:100%}.ctype-iffcomponents_media.layout-thumbnails.columns-3{grid-template-columns:repeat(2, 1fr)}}@media (max-width:576px){.ctype-iffcomponents_media.layout-thumbnails.columns-2{grid-template-columns:1fr}.ctype-iffcomponents_media.layout-thumbnails.columns-3{grid-template-columns:1fr}}.ctype-iffcomponents_multibox.with-shape-0 .bodytext{margin-bottom:30px}.ctype-iffcomponents_multibox.with-shape-1 .multibox__boxes{margin-top:-150px;position:relative}.multibox__background-shape{border-bottom-right-radius:50vw;left:50%;margin-left:-50vw;margin-right:-50vw;padding:90px 0 240px;position:relative;width:calc(100vw - 10px)}.multibox__content{margin-left:100px;max-width:calc(50vw - 100px)}.multibox__boxes{display:flex;gap:40px}.multibox__boxes.amount-5 .multibox__box{max-width:calc(100% / 5);overflow:hidden}.multibox__boxes.amount-5 .multibox__box .box__image{height:200px}.multibox__boxes.amount-5 .multibox__box .h4{word-wrap:break-word}.multibox__box{display:flex;flex:1;flex-direction:column}.multibox__box[data-key] .box__image{position:relative;cursor:pointer}.multibox__box[data-key] .box__image svg{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);fill:rgba(255, 255, 255, 0.8);width:70px;height:70px;transition:all ease 0.2s}.multibox__box[data-key] .box__image:hover svg,.multibox__box[data-key] .box__image:focus svg{fill:#ffffff;width:75px;height:75px}.box__image{aspect-ratio:1.2333333333;background-color:#ffffff;background-position:center;background-repeat:no-repeat;background-size:cover;height:auto;margin-bottom:20px;width:100%}.box__description{margin-bottom:1em}.box__link{align-items:center;color:#0075cf;display:flex;font-size:16px;font-weight:700;gap:14px;letter-spacing:2px;line-height:24px;margin-top:auto;text-decoration:none;text-transform:uppercase;transition:all 0.25s ease-out}.box__link.cta-button{padding:0;text-align:left}.box__link:after{border-bottom:2px solid #0075cf;border-right:2px solid #0075cf;content:"";display:block;height:8px;margin-bottom:2px;transform:rotate(-45deg);transition:all 0.25s ease-out;width:8px}.box__link:hover,.box__link:focus{color:#415364;gap:28px}.box__link:hover:after,.box__link:focus:after{border-color:#415364}@media (max-width:1201px){.multibox__background-shape{padding:68px 0 200px}.multibox__content{margin-left:48px;max-width:75%}}@media (max-width:992px){.multibox__background-shape{padding:40px 0 200px}.multibox__content{margin-left:20px}}@media (max-width:768px){.multibox__boxes{align-items:center;flex-direction:column;gap:80px}.multibox__box{width:75%}.multibox__background-shape{border-bottom-right-radius:0;padding:20px 0 200px}.multibox__content{margin-left:0;max-width:100%}}@media (max-width:576px){.multibox__boxes{align-items:center;flex-direction:column;gap:60px}.multibox__box{width:100%}}.tx-iff-components-panel{left:50%;margin-left:-50vw;margin-right:-50vw;height:560px;position:relative;width:100vw}.tx-iff-components-panel.type-standard{overflow:hidden}.tx-iff-components-panel.type-standard .panel{align-items:flex-end;display:flex;padding-bottom:60px}.tx-iff-components-panel.type-standard .panel__content{max-width:500px}.tx-iff-components-panel.type-signpost{margin-bottom:calc(10vh + 100px)}.tx-iff-components-panel.type-signpost .panel{align-items:flex-end;display:flex}.tx-iff-components-panel.type-signpost .panel__content{margin-bottom:-100px;margin-left:auto;max-width:680px;padding:50px;width:60%}.tx-iff-components-panel.type-breaker{margin-bottom:calc(10vh + 150px)}.tx-iff-components-panel.type-breaker.size-short{height:400px}.tx-iff-components-panel.type-breaker .panel{align-items:flex-end;display:flex}.tx-iff-components-panel.type-breaker .panel__content{margin-bottom:-150px;margin-left:auto;margin-right:auto;padding:50px;width:80%}.tx-iff-components-panel.type-color .panel__content{padding:40px;min-height:400px;position:relative}.tx-iff-components-panel.type-color .panel__content .content-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.tx-iff-components-panel .panel{background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}@media (max-width:1201px){.tx-iff-components-panel.type-standard .panel__content,.tx-iff-components-panel.type-signpost .panel__content,.tx-iff-components-panel.type-breaker .panel__content{max-width:100%;width:calc(100% - 160px)}.tx-iff-components-panel.type-signpost .panel__content,.tx-iff-components-panel.type-breaker .panel__content{margin-right:auto}}@media (max-width:992px){.tx-iff-components-panel.type-standard .panel__content,.tx-iff-components-panel.type-signpost .panel__content,.tx-iff-components-panel.type-breaker .panel__content{padding:24px;width:100%}}body.post-single{padding-top:0}body.post-single main{padding-bottom:0;padding-top:0}.ctype-iffcomponents_post{left:50%;margin-bottom:0;margin-left:-50vw;margin-right:-50vw;position:relative;width:100vw}.ctype-iffcomponents_post header{align-items:flex-end;background-color:#ffffff;display:flex;margin-bottom:80px;min-height:20vh;padding-bottom:56px}.ctype-iffcomponents_post h1{margin:0}.post__content-wrapper{display:grid;grid-template-columns:repeat(12, 1fr);margin:0 auto;max-width:920px}.post__metadata{align-items:center;display:flex;grid-column:2 / 12;justify-content:space-between;margin-bottom:40px}.post__author{grid-column:2 / 12;font-weight:bold;display:flex;flex-wrap:wrap;margin-bottom:20px;text-transform:uppercase}.post__author span:first-child{margin-left:5px}.post__author span:last-child{font-style:italic;text-transform:none;flex-basis:100%}.post__share{align-items:center;border:1px solid #0075cf;color:#0075cf;cursor:pointer;display:flex;font-size:0.7em;font-weight:500;gap:8px;padding:4px 8px;position:relative;text-transform:uppercase;transition:all 200ms ease-out}.post__share svg{fill:#0075cf;height:14px;transition:fill 200ms ease-out;width:14px}.post__share span{margin-top:2px}.post__share.open,.post__share:hover{background-color:#0075cf;color:#ffffff}.post__share.open svg,.post__share:hover svg{fill:#ffffff}.post__share.open .share__options{display:flex}.post__share .share__options svg{fill:#0075cf}.share__options{background-color:#ffffff;display:none;flex-direction:column;gap:8px;left:-1px;padding:8px;position:absolute;top:calc(100% + 2px);width:calc(100% + 2px)}.share__options a{align-items:center;color:#0075cf;display:flex;gap:8px;text-decoration:none}.share__options a:hover{color:#415364}.share__options a:hover svg{fill:#415364}.post__content{grid-column:2 / 12}.post__content:not(:last-of-type){margin-bottom:40px}.post__content.type-pardot iframe{outline:0;border:0;width:100%}.post__content.type-text>*:last-child{margin-bottom:0}.post__content.type-image,.post__content.type-video{aspect-ratio:1.7777777778;grid-column:span 12}.post__content.type-image{background-position:center;background-repeat:no-repeat;background-size:cover}.post__content.type-video iframe{border:0;height:100%;width:100%}.post__content.type-quote blockquote{border-left:5px solid #0075cf;padding:16px}.post__content.type-quote blockquote:before{color:#0075cf;content:open-quote;font-size:4em;line-height:0.1em;margin-right:0.25em;vertical-align:-0.4em}.post__content.type-quote blockquote p{display:inline;font-style:italic}.post__content.type-image-text{display:flex;gap:20px}.post__content.type-image-text.overhang{width:150%;margin-left:-25%}.post__content.type-image-text.percentage-25 .type-image{width:25%}.post__content.type-image-text.percentage-25 .type-text{width:75%}.post__content.type-image-text.percentage-33 .type-image{width:33%}.post__content.type-image-text.percentage-33 .type-text{width:66%}.post__content.type-image-text.percentage-50 .type-image,.post__content.type-image-text.percentage-50 .type-text{width:50%}.post__content.type-image-text.percentage-66 .type-image{width:66%}.post__content.type-image-text.percentage-66 .type-text{width:33%}.post__content.type-image-text.percentage-75 .type-image{width:75%}.post__content.type-image-text.percentage-75 .type-text{width:25%}.post__content a{color:#0075cf;text-decoration:none}.post__content a:hover,.post__content a:focus{text-decoration:underline}.post__divider{background-color:#d3dce2;border:0;grid-column:span 12;height:2px;margin:56px 0}.post__tags{display:flex;flex-wrap:wrap;gap:2px;grid-column:2 / 12;margin-bottom:80px}.post__relations{background-color:#ffffff;padding:80px 0}.post__relations h4{margin-bottom:40px}.relations__wrapper{display:grid;gap:40px;grid-template-columns:repeat(3, 1fr)}@media (max-width:992px){.post__content-wrapper{padding-left:22px;padding-right:22px}.post__metadata,.post__content,.post__tags{grid-column:span 12}.post__metadata.type-image-text.overhang,.post__content.type-image-text.overhang,.post__tags.type-image-text.overhang{width:100%;margin-left:0}.post__metadata.type-image-text.percentage-25 .type-image,.post__metadata.type-image-text.percentage-25 .type-text,.post__metadata.type-image-text.percentage-33 .type-image,.post__metadata.type-image-text.percentage-33 .type-text,.post__metadata.type-image-text.percentage-66 .type-image,.post__metadata.type-image-text.percentage-66 .type-text,.post__metadata.type-image-text.percentage-75 .type-image,.post__metadata.type-image-text.percentage-75 .type-text,.post__content.type-image-text.percentage-25 .type-image,.post__content.type-image-text.percentage-25 .type-text,.post__content.type-image-text.percentage-33 .type-image,.post__content.type-image-text.percentage-33 .type-text,.post__content.type-image-text.percentage-66 .type-image,.post__content.type-image-text.percentage-66 .type-text,.post__content.type-image-text.percentage-75 .type-image,.post__content.type-image-text.percentage-75 .type-text,.post__tags.type-image-text.percentage-25 .type-image,.post__tags.type-image-text.percentage-25 .type-text,.post__tags.type-image-text.percentage-33 .type-image,.post__tags.type-image-text.percentage-33 .type-text,.post__tags.type-image-text.percentage-66 .type-image,.post__tags.type-image-text.percentage-66 .type-text,.post__tags.type-image-text.percentage-75 .type-image,.post__tags.type-image-text.percentage-75 .type-text{width:50%}.relations__wrapper{gap:20px;grid-template-columns:repeat(2, 1fr)}}@media (max-width:576px){.relations__wrapper{grid-template-columns:1fr}.post__content.type-image-text.percentage-25,.post__content.type-image-text.percentage-33,.post__content.type-image-text.percentage-50,.post__content.type-image-text.percentage-66,.post__content.type-image-text.percentage-75{flex-wrap:wrap}.post__content.type-image-text.percentage-25 .type-image,.post__content.type-image-text.percentage-25 .type-text,.post__content.type-image-text.percentage-33 .type-image,.post__content.type-image-text.percentage-33 .type-text,.post__content.type-image-text.percentage-50 .type-image,.post__content.type-image-text.percentage-50 .type-text,.post__content.type-image-text.percentage-66 .type-image,.post__content.type-image-text.percentage-66 .type-text,.post__content.type-image-text.percentage-75 .type-image,.post__content.type-image-text.percentage-75 .type-text{width:100%}}body .ctype-tctable_plugin .overflow-x,body .tctable .overflow-x{border:none}body .ctype-tctable_plugin .c,body .tctable .c{border-bottom:2px solid #f4f7f8;border-right:none;padding-top:22px}body .ctype-tctable_plugin table,body .tctable table{width:100%}body .ctype-tctable_plugin table .r th,body .ctype-tctable_plugin table .r td,body .tctable table .r th,body .tctable table .r td{padding:15px}body .ctype-tctable_plugin table .r.odd td,body .tctable table .r.odd td{background-color:#f2f2f2}body .ctype-tctable_plugin table .r.even td,body .tctable table .r.even td{background-color:#ffffff}body .ctype-tctable_plugin table.h-1 .r.first,body .tctable table.h-1 .r.first{background-color:#0075cf}body .ctype-tctable_plugin table.h-1 .r.first th,body .tctable table.h-1 .r.first th{color:#ffffff;font-size:16px;font-weight:700;letter-spacing:0;line-height:24px;text-align:left}body .ctype-tctable_plugin table.h-1 .r.first .c,body .tctable table.h-1 .r.first .c{border-top:none}body .ctype-tctable_plugin table.h-2 .r.last,body .tctable table.h-2 .r.last{background-color:#0075cf}body .ctype-tctable_plugin table.h-3 .c.first,body .tctable table.h-3 .c.first{background-color:#0075cf}body .ctype-tctable_plugin table.h-4 .c.last,body .tctable table.h-4 .c.last{background-color:#0075cf}body .ctype-tctable_plugin td img,body .tctable td img{max-width:fit-content}.ctype-iffcomponents_video{align-items:flex-end;aspect-ratio:1.7777777778;display:flex;justify-content:flex-end;margin-bottom:calc(11vh + 154px) !important;position:relative}.ctype-iffcomponents_video iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.ctype-iffcomponents_video .video-message{bottom:-180px;left:0;position:absolute}.video__thumbnail,.video__file{background-position:center;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.video__thumbnail video,.video__file video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.video__file{display:none}.video__file.visible{display:block}.video__thumbnail-overlay{background-color:rgba(0, 0, 0, 0.25);bottom:0;left:0;position:absolute;right:0;top:0}.video__play{bottom:0;fill:#ffffff;left:0;position:absolute}.video__play-icon{bottom:-54px;cursor:pointer;display:grid;height:108px;left:54px;place-items:center;position:relative;transition:background-color 0.2s ease-out;width:108px}.video__play-icon svg{height:24px;width:24px}.video__play-icon:before{border-bottom:54px solid transparent;border-left:54px solid transparent;content:"";left:-54px;position:absolute;top:0}.video__play-icon:after{border-bottom-right-radius:100%;content:"";display:block;height:100%;left:100%;position:absolute;width:100%}.video__play-icon.background-color-white{fill:#415364}.video__play-icon.background-color-white:hover{background-color:#ecf0f3}.video__play-icon.background-color-white:before{border-bottom-color:#d3dce2}.video__play-icon.background-color-white:after{background-color:#d3dce2}.video__play-icon.background-color-purple:hover{background-color:#802e7b}.video__play-icon.background-color-purple:before{border-bottom-color:#612166}.video__play-icon.background-color-purple:after{background-color:#612166}.video__play-icon.background-color-blue:hover{background-color:#0067b6}.video__play-icon.background-color-blue:before{border-bottom-color:#00416b}.video__play-icon.background-color-blue:after{background-color:#00416b}.video__play-icon.background-color-green{background-color:#90c715}.video__play-icon.background-color-green:hover{background-color:#7fb013}.video__play-icon.background-color-green:before{border-bottom-color:#46691e}.video__play-icon.background-color-green:after{background-color:#46691e}.video__play-icon.background-color-red:hover{background-color:#822126}.video__play-icon.background-color-red:before{border-bottom-color:#59171a}.video__play-icon.background-color-red:after{background-color:#59171a}.video__play-icon.background-color-grey:hover{background-color:#374655}.video__play-icon.background-color-grey:before{border-bottom-color:#222d35}.video__play-icon.background-color-grey:after{background-color:#222d35}.video__content{bottom:54px;margin-right:20px;position:relative;transform:translateY(100%);width:calc(100% - (108px * 2.5 + 80px + 20px))}.video__content h5{line-height:1;margin:0}@media (max-width:992px){.video__play-icon{bottom:-40.5px;height:81px;left:40.5px;width:81px}.video__play-icon:before{border-bottom:40.5px solid transparent;border-left:40.5px solid transparent;left:-40.5px}.video__content{bottom:40.5px;width:calc(100% - (81px * 2 + 80px + 20px))}}@media (max-width:576px){.video__play-icon{bottom:-27px;height:54px;left:27px;width:54px}.video__play-icon svg{height:16px;width:16px}.video__play-icon:before{border-bottom:27px solid transparent;border-left:27px solid transparent;left:-27px}.video__content{display:none}}.tx-iff-components-pardot iframe{border:0;width:100%}.template-one-column .tx-iff-components-pardot{max-width:768px;margin-left:auto;margin-right:auto}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1, 150;stroke-dashoffset:0}50%{stroke-dasharray:90, 150;stroke-dashoffset:-35}100%{stroke-dasharray:90, 150;stroke-dashoffset:-124}}.event-calendar .event-controls{display:flex;justify-content:space-between;align-content:center;background-color:#ffffff;padding:20px;margin-bottom:20px}.event-calendar .event-controls .controls-year{line-height:35px;margin:5px 0 0 0}.event-calendar .event-controls .controls{align-self:center;font-size:25px;font-weight:600;color:#0075cf;cursor:pointer}.event-calendar .event-months{display:flex;justify-content:space-between;gap:20px}.event-calendar .event-months .month{background-color:#ffffff;padding:20px;width:100%;display:none}.event-calendar .event-months .month .month-header{font-weight:600;color:#0075cf;font-size:30px;text-transform:uppercase;letter-spacing:2px;line-height:24px;margin-bottom:20px}.event-calendar .event-months .month .event .event-meta{display:flex;gap:10px;height:25px;align-content:center;margin-bottom:15px}.event-calendar .event-months .month .event .event-meta .event-type{font-size:12px;font-weight:700;letter-spacing:1.5px;line-height:14px;padding:6px 6px 2px;text-transform:uppercase}.event-calendar .event-months .month .event .event-meta .event-type.type-event{background-color:rgba(150, 38, 44, 0.05);color:#96262c}.event-calendar .event-months .month .event .event-meta .event-type.type-webinar{background-color:rgba(144, 199, 21, 0.05);color:#90c715}.event-calendar .event-months .month .event .event-meta .event-type.type-seminar{background-color:rgba(211, 171, 44, 0.05);color:#d3ab2c}.event-calendar .event-months .month .event .event-meta .event-type.type-conference{background-color:rgba(221, 34, 178, 0.05);color:#dd22b2}.event-calendar .event-months .month .event .event-meta .event-dates{display:flex;color:#668d9d;font-size:12px;font-weight:400;letter-spacing:0;line-height:14px;margin-top:2px;padding-top:4px}.event-calendar .event-months .month .event .event-meta .event-dates .dates-stop:before{content:"-";padding:0 5px}.event-calendar .event-months .month .event .event-image{width:100%;height:auto;position:relative;overflow:hidden;aspect-ratio:1.7777;margin-bottom:20px}.event-calendar .event-months .month .event .event-image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%}.event-calendar .event-months .month .event .event-teaser{margin:10px 0;max-height:50px;overflow:hidden}.event-calendar .event-months .month .event .event-link{align-items:center;color:#0075cf;display:flex;font-size:16px;font-weight:700;gap:14px;letter-spacing:2px;line-height:24px;text-decoration:none;text-transform:uppercase;transition:all 0.25s ease-out;margin-top:50px}.event-calendar .event-months .month .event .event-link:after{border-bottom:2px solid #0075cf;border-right:2px solid #0075cf;content:"";display:block;height:8px;margin-bottom:2px;transform:rotate(-45deg);transition:all 0.25s ease-out;width:8px}.event-calendar .event-months .month .event .event-link:hover,.event-calendar .event-months .month .event .event-link:focus{color:#415364;gap:28px}.event-calendar .event-months .month .event .event-link:hover:after,.event-calendar .event-months .month .event .event-link:focus:after{border-color:#415364}.event-calendar .event-months .month .event:not(:last-child){margin-bottom:100px}.event-calendar .event-months .month.active{display:block}.event-calendar .spinner{z-index:100;width:50px;height:50px;margin:0 auto}.event-calendar .spinner svg{animation:rotate 2s linear infinite;width:50px;height:50px}.event-calendar .spinner svg .path{stroke:#0075cf;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.event-calendar .spinner.hidden{display:none}