main .wpforms-container{--wpforms-background: var(--wp--preset--color--pure-white);--wpforms-border: var(--wp--preset--color--neutral-200);--wpforms-text: var(--wp--preset--color--neutral-950);--wpforms-accent: var(--wp--preset--color--brand);--wpforms-accent-hover: var(--wp--preset--color--complementary);--wpforms-error: #ef4444;--wpforms-checkbox-border: var(--wp--preset--color--neutral-200);--wpforms-spacing-sm: .5rem;--wpforms-spacing-md: .9rem;--wpforms-spacing-lg: 1.2rem;--wpforms-spacing-checkbox: 0.6rem;--wpforms-font-family: var(--wp--preset--font-family--open-sans);--wpforms-font-size: var(--wp--preset--font-size--body);--wpforms-line-height: 1.4;--wpforms-border-radius: 4px;--wpforms-border-width: 1px}main .wpforms-container .wpforms-field-container>.wpforms-field{margin-bottom:0;padding:0 !important}main .wpforms-container .wpforms-field{margin-bottom:0;padding:8px 0;display:flex;flex-flow:column;gap:.5rem}main .wpforms-container .wpforms-field p{margin-bottom:0;margin-top:0}main .wpforms-field{margin-bottom:var(--wpforms-spacing-sm);padding:var(--wpforms-spacing-sm) 0}main .wpforms-field p{margin-bottom:0}main .wpforms-field>*{box-sizing:border-box}main .wpforms-field input[type=text],main .wpforms-field input[type=email],main .wpforms-field input[type=tel],main .wpforms-field select,main .wpforms-field textarea{width:100%;padding:var(--wpforms-spacing-md);background-color:var(--wpforms-background);border:var(--wpforms-border-width) solid var(--wpforms-border);border-radius:var(--wpforms-border-radius);color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wpforms-font-size);line-height:var(--wpforms-line-height);transition:border-color .3s ease}main .wpforms-field input[type=text]::placeholder,main .wpforms-field input[type=email]::placeholder,main .wpforms-field input[type=tel]::placeholder,main .wpforms-field select::placeholder,main .wpforms-field textarea::placeholder{color:var(--wp--preset--color--neutral-600)}main .wpforms-field textarea{min-height:176px}main .wpforms-field-label{color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wpforms-font-size);margin-bottom:var(--wpforms-spacing-sm);display:block}main .wpforms-field-label a{color:var(--wpforms-text);text-decoration:underline}main .wpforms-field input:focus,main .wpforms-field select:focus,main .wpforms-field textarea:focus{outline:none;border-color:var(--wpforms-accent);box-shadow:0 0 0 2px rgba(171,26,220,.2)}main .wpforms-page-button{margin-top:var(--wpforms-spacing-lg)}main .wpforms-page-next,main .wpforms-page-prev{background-color:var(--wpforms-accent);color:var(--wpforms-text);border:none;padding:var(--wpforms-spacing-md) var(--wpforms-spacing-lg);font-family:var(--wpforms-font-family);font-size:var(--wp--preset--font-size--button);cursor:pointer;transition:background-color .3s ease}main .wpforms-error{border-color:var(--wpforms-error) !important;color:var(--wpforms-error) !important;font-family:var(--wp--preset--font-family--dm-mono);font-size:var(--wp--preset--font-size--caption);font-style:normal}main .wpforms-error-message{color:var(--wpforms-error);font-size:var(--wp--preset--font-size--caption);margin-top:var(--wpforms-spacing-sm)}main .wpforms-confirmation-container{color:var(--wp--preset--color--neutral-950);background-color:#fff;text-align:center;padding:.5rem 1rem;border:1px solid var(--wp--preset--color--brand)}main .wpforms-error-container{color:var(--wp--preset--color--neutral-950);background-color:rgba(0,0,0,0);text-align:center;padding:.5rem 1rem;border:1px solid var(--wp--preset--color--complementary)}main .wpforms-field-phone{display:flex;gap:var(--wpforms-spacing-md)}main .wpforms-field-phone select{width:auto;min-width:120px;flex-shrink:0}main .wpforms-field-phone input[type=tel]{flex:1;min-width:0}main .wpforms-field-phone .iti__flag-container{background-color:var(--wpforms-background)}main .wpforms-field-phone .iti__selected-flag{background-color:var(--wpforms-background);border-radius:var(--wpforms-border-radius) 0 0 var(--wpforms-border-radius)}main .wpforms-field.wpforms-list-inline fieldset ul{display:grid;grid-template-columns:repeat(1, 1fr);gap:.5rem;list-style:none;padding:0;margin:0}main .wpforms-field.wpforms-list-inline.weekdays fieldset ul{grid-template-columns:repeat(5, 1fr)}main .wpforms-field.wpforms-list-inline.weekdays fieldset ul li{margin-right:3px}main .wpforms-field.wpforms-list-inline.weekdays fieldset ul li{padding:0;display:flex;flex-direction:row}main .wpforms-container .wpforms-field .wpforms-list-inline ul li{margin-right:3px}main .wpforms-field-radio fieldset,main .wpforms-field-checkbox fieldset{border:none;padding:0;margin:0}main .wpfomrs-container .wpforms-form li{padding:0}main div.wpforms-container .wpforms-form .choices__inner{width:100%;background-color:var(--wpforms-background);border:var(--wpforms-border-width) solid var(--wpforms-border);border-radius:var(--wpforms-border-radius);color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wpforms-font-size);line-height:3rem;transition:border-color .3s ease}main .wpforms-field-radio ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--wpforms-spacing-sm)}main .wpforms-field-radio li{display:flex;align-items:center;gap:var(--wpforms-spacing-sm)}main .wpforms-field-radio input[type=radio]{appearance:none;width:18px;height:18px;border:var(--wpforms-border-width) solid var(--wpforms-border);border-radius:50%;background-color:var(--wpforms-background);cursor:pointer;position:relative}main .wpforms-field-radio input[type=radio]:checked{border-color:var(--wpforms-accent);background-color:var(--wpforms-background)}main .wpforms-field-radio input[type=radio]:checked::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:10px;height:10px;background-color:var(--wpforms-text);border-radius:50%}main .wpforms-field-radio label{color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wpforms-font-size);cursor:pointer}main .wpforms-field-checkbox ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}main .wpforms-field-checkbox li{display:flex;align-items:center;gap:var(--wpforms-spacing-sm);padding-block:var(--wpforms-spacing-checkbox);padding-inline:0}main .wpforms-field-checkbox input[type=checkbox]{appearance:none;width:18px;height:18px;border:var(--wpforms-border-width) solid var(--wpforms-checkbox-border);border-radius:var(--wpforms-border-radius);background-color:var(--wp--preset--color--pure-white);cursor:pointer;position:relative;aspect-ratio:1/1;margin-left:0}main .wpforms-field-checkbox input[type=checkbox]:checked::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);width:5px;height:9px;border:solid var(--wp--preset--color--neutral-950);border-width:0 2px 2px 0}main .wpforms-field-checkbox label{color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wpforms-font-size);cursor:pointer}main .wpforms-field-checkbox label a{color:var(--wpforms-text);text-decoration:underline}main .wpforms-label-hide,main .wpforms-hidden{display:none}main .wpforms-field select{padding-right:calc(var(--wpforms-spacing-lg)*2);background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--wpforms-spacing-md) center;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}main .wpforms-field select::-ms-expand{display:none}main div.wpforms-container div.wpforms-uploader{background-color:rgba(0,0,0,0) !important;border:var(--wpforms-border-width) solid var(--wp--preset--color--neutral-700) !important;border-radius:var(--wpforms-border-radius) !important;padding:var(--wpforms-spacing-lg) !important;text-align:center;cursor:pointer;transition:border-color .3s ease}main .wpforms-field-file-upload .wpforms-uploader svg{color:var(--wp--preset--color--neutral-400);margin-bottom:var(--wpforms-spacing-sm)}main .wpforms-field-file-upload .wpforms-uploader .modern-title{color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wpforms-font-size);display:block}main .wpforms-field-file-upload .wpforms-uploader:hover{border-color:var(--wp--preset--color--primary-600)}main .wpforms-field-file-upload .wpforms-uploader.dz-drag-hover{border-color:var(--wp--preset--color--primary-600);background-color:var(--wp--preset--color--neutral-900)}main .wpforms-field-file-upload .dz-preview{margin:var(--wpforms-spacing-md) 0 0;padding:var(--wpforms-spacing-md);background:var(--wp--preset--color--neutral-900);border-radius:var(--wpforms-border-radius)}main .wpforms-field-file-upload .dz-preview .dz-details{color:var(--wpforms-text);font-family:var(--wpforms-font-family);font-size:var(--wp--preset--font-size--caption)}main .wpforms-field-file-upload .dz-preview .dz-remove{color:var(--wpforms-error);font-size:var(--wp--preset--font-size--caption);text-decoration:none;margin-top:var(--wpforms-spacing-sm);display:inline-block}main .wpforms-field-file-upload .dz-preview .dz-remove:hover{text-decoration:underline}@media(max-width: 768px){main .wpforms-layout-row{max-width:100%}}main .newsletter{max-width:438px}main .newsletter.wpforms-container{background-color:var(--wp--preset--color--pure-white);border-radius:100px}main .newsletter.wpforms-container form{display:flex}main .newsletter.wpforms-container form .wpforms-field-container{flex:1}main .newsletter.wpforms-container form .wpforms-field{padding:0;width:100%;margin:0}main .newsletter.wpforms-container form input[type=email]{border:0;border-top-left-radius:100px;border-bottom-left-radius:100px;padding:1rem;width:100%;max-width:100%}@media(min-width: 1024px){main .newsletter .wpforms-field-email{margin:0;width:75%}}.wp-block-klx-mobile-menu .menu-content .main-menu .wp-block-klx-accordion-item{border-bottom:1px solid var(--wp--preset--color--neutral-200)}.wp-block-klx-mobile-menu .menu-content .main-menu .wp-block-klx-accordion-item .wp-block-klx-accordion-header .accordion-item__toggle{padding-top:10px;padding-bottom:10px}.wp-block-klx-mobile-menu .menu-content .main-menu>nav ul{row-gap:0;width:100%}.wp-block-klx-mobile-menu .menu-content .main-menu>nav ul li{width:100%;padding-top:.8rem;padding-bottom:.8rem;border-bottom:1px solid var(--wp--preset--color--neutral-200)}.wp-block-klx-mobile-menu .menu-content .main-menu>nav ul li a{text-decoration:none}@media screen and (max-width: 768px){header{min-height:88px}}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,blockquote,caption,figcaption,p{text-wrap:pretty}@media screen and (min-width: 1024px){.hide-on-desktop{display:none !important}}@media screen and (min-width: 768px)and (max-width: 1024px){.hide-on-tablet{display:none !important}}@media screen and (max-width: 768px){.hide-on-mobile{display:none !important}}.no-wrap{white-space:nowrap}.position-relative{position:relative}.w-100{width:100%}.overflow-hidden{overflow:hidden}@media screen and (max-width: 768px){.padding-y-50{padding-top:50px !important;padding-bottom:50px !important}}@media screen and (max-width: 768px){.margin-x-negative-20{margin-left:-20px !important;margin-right:-20px !important}}@media screen and (min-width: 1024px){.margin-y-negative-12rem{margin-top:-12rem !important}}@media screen and (max-width: 768px){.wp-block-spacer{display:none}}strong{font-weight:600}p{hyphens:auto;max-width:100%}@media screen and (max-width: 480px){.wp-block-site-logo img{width:180px}}@media screen and (max-width: 768px){.home .entry-content>.wp-block-group:nth-last-of-type(2){margin-left:-20px !important;margin-right:-20px !important}}@media screen and (max-width: 768px){.tris .wp-block-group.has-background{min-height:276px !important;background-position:center}}@media screen and (max-width: 768px){main .entry-content>.wp-block-group:not(.member){margin-top:3rem !important;margin-bottom:3rem !important}main #miteinanderfuer-dich{font-size:3rem !important}main .event-news-teaser{padding-top:3.125rem !important;padding-bottom:3.125rem !important}main .event-news-teaser h2{font-size:2.375rem}main .event-news-teaser .wp-block-image{height:44px}main .event-news-teaser .wp-block-columns>.wp-block-column{padding:20px !important;overflow:hidden}main .event-news-teaser .wp-block-columns .wp-block-column:not(:first-of-type){margin-bottom:.75rem}main .wp-block-klx-grid~.wp-block-group:not(.alignfull):not(.alignwide){padding-top:0 !important;padding-bottom:0 !important;margin-bottom:0 !important}main div:not(.member) .wp-container-core-columns-is-layout-3{margin-top:0 !important;margin-bottom:0 !important;margin-left:-20px !important;margin-right:-20px !important}main div:not(.member) .wp-container-core-columns-is-layout-3 .wp-block-image{display:none}main div:not(.member) .wp-container-core-columns-is-layout-3>.wp-block-column{padding-left:1.25rem !important;padding-right:1.25rem !important}main div:not(.member) .wp-container-core-columns-is-layout-3>.wp-block-column:first-of-type>.wp-block-heading{margin-bottom:0 !important}main div:not(.member) .wp-container-core-columns-is-layout-3>.wp-block-column:nth-of-type(2){padding-top:0 !important;padding-bottom:0 !important}main div:not(.member) .wp-container-core-columns-is-layout-3>.wp-block-column:nth-of-type(2)>.wpforms-container{margin-top:0}}@media screen and (min-width: 768px){main .wp-block-klx-grid~.wp-block-group .wp-block-columns .wp-block-column:not(:first-of-type):not(.wp-block-column-is-layout-flow){margin-right:1.25rem}main .wp-block-klx-grid~.wp-block-group .wp-block-columns .wp-block-column:not(:first-of-type):not(.wp-block-column-is-layout-flow)>.wp-block-group{display:flex;flex-wrap:nowrap;height:100%;gap:2rem}main .wp-block-klx-grid~.wp-block-group .wp-block-columns .wp-block-column:not(:first-of-type):not(.wp-block-column-is-layout-flow)>.wp-block-group .upcoming-event{display:flex;flex-direction:column;height:100%}main .wp-block-klx-grid~.wp-block-group .wp-block-columns .wp-block-column:not(:first-of-type):not(.wp-block-column-is-layout-flow)>.wp-block-group .upcoming-event .wp-block-buttons{margin-top:auto}main .wp-block-klx-grid~.wp-block-group .wp-block-columns .wp-block-column:not(:first-of-type):not(.wp-block-column-is-layout-flow)>.wp-block-group .wp-container-core-group-is-layout-58{gap:2rem}}main .wp-block-klx-breadcrumbs+.wp-block-group{margin-top:0rem !important}@media screen and (max-width: 768px){main .wp-block-klx-breadcrumbs+.wp-block-group{padding-top:2.125rem !important}}@media screen and (max-width: 768px){.page-id-460 .wp-block-klx-breadcrumbs~.wp-block-columns{margin-left:-20px !important;margin-right:-20px !important;margin-top:0rem !important;margin-bottom:0rem !important}}@media screen and (max-width: 768px){.page-id-460 .wp-block-klx-breadcrumbs{background-color:var(--wp--preset--color--neutral-100);margin:-20px !important;padding-left:20px !important;padding-top:40px;padding-bottom:10px}}@media screen and (max-width: 768px){.next-events-block.wp-block-group.alignfull.has-background{margin-top:0 !important}}@media screen and (max-width: 768px){.past-event-image{margin-top:2rem !important}}@media screen and (max-width: 768px){.page-id-39 .wp-block-group.alignfull.event-news-teaser{margin-bottom:0 !important}}@media screen and (max-width: 768px){.page-id-576 .wp-block-columns{gap:4rem}}.page-id-40 .wp-block-klx-breadcrumbs{background-color:var(--wp--preset--color--neutral-100);margin:-20px !important;padding-left:20px !important;padding-top:40px;padding-bottom:10px}@media screen and (min-width: 1024px){.page-id-40 .wp-block-klx-breadcrumbs{padding-left:calc(50vw - 700px) !important;position:relative;z-index:-1}.page-id-40 .wp-block-klx-breadcrumbs::after{content:"";display:block;background-color:var(--wp--preset--color--neutral-100);height:100px;width:20vw;position:absolute;top:0;right:-20vw}}@media screen and (min-width: 1024px){.alert .alert-title,.alert .alert-text{max-width:360px}}@media screen and (max-width: 768px){.wp-block-columns.contact{margin-left:-20px !important;margin-right:-20px !important}.wp-block-columns.contact>.wp-block-column:first-of-type{padding:1.25rem !important;padding-bottom:0 !important}.wp-block-columns.contact>.wp-block-column:last-of-type{padding:1.25rem !important;padding-top:0 !important}.wp-block-columns.contact .wp-block-heading{margin-bottom:0 !important}}.single-post .sticky-offset{top:150px !important}.single-post h2,.single-post h3,.single-post h4,.single-post h5,.single-post h6{margin-block-start:3.5rem}.single-post .wp-block-post-terms a{border-radius:100px;border:1px solid var(--neutral-200, #D1D1D1);background:var(--neutral-100, #EBEBEB);padding:4px 8px;color:var(--wp--preset--color--neutral-950);text-decoration:none}.single-post .wp-block-post-terms a:hover{text-decoration:underline}@media screen and (max-width: 768px){.wp-block-klx-breadcrumbs~.wp-block-columns{margin-top:2rem !important}}.is-style-cross-white-background-right{overflow:hidden}.is-style-cross-white-background-right:before{content:"";position:absolute;top:0;right:0;width:212px;height:212px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM5MyAzOTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDAsODUpIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTE1NC4wNDksOTUuNTQyTDE4MC41NDIsNjkuMDQ5TDI2LjQ5MywtODVMMCwtNTguNTA4TDE1NC4wNDksOTUuNTQyWiIgc3R5bGU9ImZpbGw6d2hpdGU7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xODAuNTQyLDE1My45NTFMMTU0LjA1LDEyNy40NThMMCwyODEuNTA3TDI2LjQ5MywzMDhMMTgwLjU0MiwxNTMuOTUxWiIgc3R5bGU9ImZpbGw6d2hpdGU7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNjYuNTA3LDMwOEwzOTMsMjgxLjUwN0wyMzguOTUxLDEyNy40NThMMjEyLjQ1OCwxNTMuOTVMMzY2LjUwNywzMDhaIiBzdHlsZT0iZmlsbDp3aGl0ZTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICAgICAgPHBhdGggZD0iTTM5My4wMDMsLTU4LjUwN0wzNjYuNTExLC04NUwyMTIuNDYxLDY5LjA0OUwyMzguOTU0LDk1LjU0MkwzOTMuMDAzLC01OC41MDdaIiBzdHlsZT0iZmlsbDp3aGl0ZTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:cover;transform:translate(20px, -20px)}@media screen and (max-width: 768px){.is-style-cross-white-background-right:before{display:none}}.is-style-cross-white-background-right a{position:relative}.wp-block-post-author .wp-block-post-author__avatar img{border-radius:50%;width:44px;height:44px;aspect-ratio:auto 44/44}.wp-block-post-author .wp-block-post-author__content{display:none}.wp-block-query .wp-block-post .wp-block-post-title a{color:var(--wp--preset--color--neutral-950);text-decoration:none}.wp-block-query .wp-block-post .wp-block-post-title a:hover{text-decoration:underline}.wp-block-query .wp-block-post .wp-block-post-terms a{border-radius:100px;border:1px solid var(--neutral-200, #D1D1D1);background:var(--neutral-100, #EBEBEB);padding:4px 8px;color:var(--wp--preset--color--neutral-950);text-decoration:none;white-space:nowrap}.wp-block-query .wp-block-post .wp-block-post-terms a:hover{text-decoration:underline}.wp-block-query .wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-group.member{margin-top:0 !important}.wp-block-group.member>.wp-block-column:first-of-type{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.wp-block-group.member>.wp-block-column:last-of-type{padding-left:0 !important;padding-right:0 !important}.person{position:relative;margin-bottom:40px}.person .tag{position:absolute;top:10px;right:10px}.person>figure{width:100%}.person>figure img{width:100%;height:100%;min-height:469px;object-fit:cover}@media screen and (max-width: 768px){.wp-block-post.event figure{aspect-ratio:unset !important;margin-left:-20px;margin-right:-20px;margin-top:-20px}}@media screen and (max-width: 768px){.wp-block-post.event img{max-height:225px !important}}@media screen and (max-width: 768px){.wp-block-post.event>.wp-block-columns{padding:1.25rem !important}}@media screen and (max-width: 768px){.wp-block-post.event>.wp-block-columns .wp-block-column:nth-of-type(2) .has-h-2-font-size{display:none}}@media screen and (min-width: 768px){.text-media{grid-template-areas:"content image" !important}}@media screen and (min-width: 768px){.media-text{grid-template-areas:"image content" !important;gap:1.5rem !important}}.media-text,.text-media{display:grid;grid-template-columns:1fr;grid-template-areas:"image" "content";align-items:stretch}.media-text .content,.text-media .content{grid-area:content;padding-top:20px !important;padding-bottom:20px !important}@media screen and (max-width: 768px){.media-text .content,.text-media .content{padding:0 !important}.media-text .content>hr,.text-media .content>hr{margin-top:1.5rem !important}.media-text .content>h2,.text-media .content>h2{margin-bottom:1rem}.media-text .content .wp-block-buttons,.text-media .content .wp-block-buttons{margin-top:1.25rem !important}}@media screen and (min-width: 768px){.media-text .content,.text-media .content{padding-top:83px !important;padding-bottom:83px !important;padding-left:17% !important;padding-right:17% !important}}.media-text .content>*,.text-media .content>*{margin-block-start:1.25rem}@media screen and (max-width: 768px){.media-text .content>*,.text-media .content>*{margin-block-start:.75rem;margin-block-end:0}}.media-text .image,.text-media .image{grid-area:image;position:relative;grid-row:1;min-height:260px}.media-text .image figure,.text-media .image figure{margin:0;border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.media-text .image figure img,.text-media .image figure img{width:100%;height:100%;object-fit:cover}ul.featured-posts-loop{display:grid;grid-template-columns:1fr;gap:10px;list-style:none;padding:0}@media screen and (min-width: 768px){ul.featured-posts-loop{grid-template-columns:1fr 1fr;gap:10px;list-style:none;padding:0}ul.featured-posts-loop li:first-child{grid-column:1;grid-row:1/span 3}ul.featured-posts-loop li:nth-child(n+2){grid-column:2}}.wp-block-klx-accordion-group p.wp-block-klx-accordion-header{min-height:max-content}.wp-block-klx-accordion-group p.wp-block-klx-accordion-header+.wp-block-klx-accordion-panel{margin-top:5rem}.wp-block-klx-accordion-group .wp-block-klx-accordion-item{border-bottom:1px solid var(--wp--preset--color--neutral-100, #EBEBEB);margin-block-start:0;margin-block-end:0}.wp-block-klx-accordion-group .wp-block-klx-accordion-item .accordion-item__toggle-icon,.wp-block-klx-accordion-group .wp-block-klx-accordion-item .accordion-item__toggle-icon::after{width:3rem;height:3rem}@media screen and (max-width: 480px){.wp-block-klx-accordion-group .wp-block-klx-accordion-item .accordion-item__toggle-icon{position:absolute;right:-0.8rem}}.wp-block-klx-accordion-group .wp-block-klx-accordion-item .wp-block-klx-accordion-panel .accordion-panel-content{padding-bottom:var(--wp--preset--spacing--30, 1.25rem);padding-top:var(--wp--preset--spacing--30, 1.25rem)}.cta-banner>.wp-block-group{justify-content:center;gap:0}@media screen and (min-width: 1024px){.cta-banner>.wp-block-group{flex-direction:row;flex-wrap:nowrap;align-items:center}}.cta-banner>.wp-block-group>.wp-block-group{margin-bottom:2rem;width:100%;justify-content:center}@media screen and (min-width: 1024px){.cta-banner>.wp-block-group>.wp-block-group{border-right:1px solid var(--wp--preset--color--neutral-200);padding-right:2rem;width:unset}}.cta-banner>.wp-block-group figure{display:block;min-width:69px}@media screen and (min-width: 1024px){.cta-banner.event>.wp-block-group>.wp-block-group{border-right:none;padding-right:0}}.cta-banner.casestudy .wp-block-image{display:block !important;width:100%}.cta-banner.casestudy .wp-block-image img{max-height:180px;object-fit:cover;width:100%}@media screen and (min-width: 1024px){.cta-banner.casestudy .wp-block-image img{max-height:unset}}@media screen and (min-width: 1024px){.cta-banner.casestudy .wp-block-columns{gap:2rem}}.cta-banner.casestudy .wp-block-columns>.wp-block-column:first-of-type{position:relative}.cta-banner.casestudy .wp-block-columns>.wp-block-column:first-of-type .pill{position:absolute;top:0;left:0;transform:translate(26px, 40px)}@media screen and (min-width: 1024px){.cta-banner.casestudy .wp-block-columns>.wp-block-column:first-of-type .pill{transform:translate(10px, 10px)}}.cta-banner.casestudy .wp-block-columns .cta-banner__text{text-align:left;line-height:130%}@media screen and (min-width: 1024px){.cta-banner.casestudy .wp-block-columns .cta-banner__text{padding:0;margin-top:2rem}}.cta-banner.casestudy .wp-block-columns input[type=email]{padding:1rem;display:block;width:100% !important;max-width:100% !important}.cta-banner.casestudy .wp-block-columns .wpforms-field-checkbox{margin-top:1rem;margin-bottom:1rem}.cta-banner.casestudy .wp-block-columns .wpforms-field-checkbox .wpforms-field-label-inline{font-size:14.5px}.cta-banner.casestudy .wp-block-columns .wpforms-submit{background-color:#f6ee96 !important;color:var(--wp--preset--color--neutral-950) !important}.cta-banner.casestudy .wp-block-columns .wpforms-submit:hover{background:#f6ee96 !important;color:var(--wp--preset--color--neutral-950) !important}@media screen and (min-width: 1024px){.cta-banner.casestudy .wp-block-columns .pill~.wp-block-group{height:100%;margin-top:0}.cta-banner.casestudy .wp-block-columns .pill~.wp-block-group figure,.cta-banner.casestudy .wp-block-columns .pill~.wp-block-group img{height:100%}}.cta-banner__text{font-size:19px !important;text-align:center;margin-bottom:1.25rem !important}@media screen and (min-width: 1024px){.cta-banner__text{padding-left:2rem;padding-right:2rem;text-align:left}}.cta-banner .wp-block-buttons,.cta-banner .wp-block-button,.cta-banner .wp-block-button__link{width:100%}@media screen and (min-width: 1024px){.cta-banner .wp-block-buttons,.cta-banner .wp-block-button,.cta-banner .wp-block-button__link{width:unset}}.cta-banner .pill{background-color:#fff;padding:2px 8px 4px 8px;border-radius:100px;border:1px solid var(--wp--preset--color--neutral-200);font-size:14.5px;color:var(--wp--preset--color--neutral-950);hyphens:auto;min-width:max-content}@media screen and (max-width: 768px){.wp-block-klx-grid:not(.link-boxes-image)>.wp-container-core-group-is-layout-34{gap:8rem}.wp-block-klx-grid:not(.link-boxes-image)>.wp-container-core-group-is-layout-34.content{gap:2rem}.wp-block-klx-grid:not(.link-boxes-image)>.wp-container-core-group-is-layout-34>div{max-width:50vw}.wp-block-klx-grid:not(.link-boxes-image)>.wp-container-core-group-is-layout-34 .wp-block-image img{width:3rem;height:3rem}}.wp-block-cover.video-hero{align-items:flex-end;position:relative}.wp-block-cover.video-hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);z-index:1}.wp-block-cover.video-hero::after{content:"";position:absolute;bottom:0;left:50%;width:100%;height:20px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxNyAxNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij48cGF0aCBkPSJNNy43NDcsMTIuMTE2bDEuNTA5LC0wbC0wLjAwNCwtMTAuNjE2bC0xLjUwOSwtMGwwLjAwNCwxMC42MTZaIiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtcnVsZTpub256ZXJvOyIvPjxwYXRoIGQ9Ik04LjgyNCwxNC40MzNsMS4wNjcsMS4wNjdsNi4yMDQsLTYuMjA2bC0xLjA2OCwtMS4wNjdsLTYuMjAzLDYuMjA2WiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6bm9uemVybzsiLz48cGF0aCBkPSJNMS45NzIsOC4yMjdsLTEuMDY3LDEuMDY3bDYuMjA0LDYuMjA2bDEuMDY3LC0xLjA2OGwtNi4yMDQsLTYuMjA1WiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLXJ1bGU6bm9uemVybzsiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center;background-size:contain;animation:arrow-down-animation 1.5s ease-in-out forwards;z-index:1}.wp-block-cover.video-hero .wp-block-cover__inner-container{z-index:2}@keyframes arrow-down-animation{0%{opacity:0;transform:translate(-50%, -30px)}100%{opacity:1;transform:translate(-50%, -10px)}}@media screen and (max-width: 1024px){.wp-block-klx-hero.cover{height:80vh}.wp-block-klx-hero.cover .hero-content{padding-right:var(--wp--style--root--padding-right);padding-left:var(--wp--style--root--padding-left)}.wp-block-klx-hero.cover .hero-content-inner>p{margin-block:1.3rem}}.link-boxes .has-pure-white-background-color{min-height:unset !important}.link-boxes>.wp-block-group.has-neutral-100-background-color:hover{background-color:var(--wp--preset--color--neutral-200) !important}.link-boxes .wp-block-buttons{width:100%}.link-boxes .wp-block-button__link{display:flex;justify-content:space-between}.link-boxes .wp-block-button:not(.is-style-primary){width:100%}.link-boxes .wp-block-button:not(.is-style-primary)>a{width:100%;margin-top:0;padding-block:0;padding-left:0;text-align:left}@media screen and (max-width: 768px){.link-boxes{margin-bottom:unset !important}.link-boxes>.wp-block-group:first-of-type{min-height:unset !important}}.link-boxes>*{min-height:260px}@media screen and (min-width: 768px){.link-boxes>*{min-height:380px}}@media screen and (max-width: 768px){.link-boxes-image{gap:0 !important;margin-top:1.25rem !important}.link-boxes-image>.wp-block-group{margin-bottom:.75rem;flex-flow:row nowrap;min-height:131px !important;justify-content:flex-start}.link-boxes-image>.wp-block-group figure:not(.size-full){width:32px !important;flex:none}.link-boxes-image>.wp-block-group figure:not(.size-full) img{width:32px !important}.link-boxes-image>.wp-block-group>.has-link-color{margin-top:.5rem !important}.link-boxes-image .has-h-3-font-size{font-size:clamp(1.75rem,1.8333rem - .3704vw,1.5rem) !important}.link-boxes-image h4{margin-top:.75rem !important;font-weight:600}}@media screen and (max-width: 768px){.link-boxes-image>.wp-block-group{flex-direction:column !important}}.link-boxes-image figure img{width:100% !important;height:260px;object-fit:cover}.link-boxes-image .wp-block-buttons{width:100%}.link-boxes-image .wp-block-buttons .wp-block-button.is-style-ghost a{text-align:left;font-weight:600;font-size:1.5rem}.link-boxes-image .wp-block-buttons .wp-block-button.is-style-ghost a::after{transform:translate(-8px, -50%)}.link-boxes-image .wp-block-buttons .wp-block-button.is-style-ghost a:hover::after{transform:translate(-4px, -50%)}@media screen and (max-width: 768px){.link-boxes-image .wp-block-buttons .wp-block-button.is-style-ghost a::after{content:""}}.wp-block-list{display:flex;flex-direction:column;gap:1rem;padding-inline-start:40px}.wp-block-list.is-style-icon-list{list-style:none}@media screen and (max-width: 768px){.wp-block-list.is-style-icon-list{margin:1.25rem 0}}.wp-block-list.is-style-icon-list li{position:relative}.wp-block-list.is-style-icon-list li::before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjAxIDIwMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsNTIuOTk5LDExKSI+CiAgICAgICAgPHBhdGggaWQ9IlZlY3RvciIgZD0iTTI1Ljc4OCw4MS4zMzhMMzkuMzM4LDY3Ljc4OUwtMzkuNDUxLC0xMUwtNTMsMi41NUwyNS43ODgsODEuMzM4WiIgc3R5bGU9ImZpbGw6cmdiKDc5LDc5LDc5KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik0zOS4zMzksMTExLjIxMUwyNS43ODksOTcuNjYyTC01MywxNzYuNDVMLTM5LjQ1LDE5MEwzOS4zMzksMTExLjIxMVoiIHN0eWxlPSJmaWxsOnJnYig3OSw3OSw3OSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggaWQ9IlZlY3Rvcl8zIiBkPSJNMTM0LjQ1LDE5MEwxNDgsMTc2LjQ1TDY5LjIxMSw5Ny42NjJMNTUuNjYyLDExMS4yMTFMMTM0LjQ1LDE5MFoiIHN0eWxlPSJmaWxsOnJnYig3OSw3OSw3OSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggaWQ9IlZlY3Rvcl80IiBkPSJNMTQ4LjAwMSwyLjU1TDEzNC40NTEsLTExTDU1LjY2Myw2Ny43ODlMNjkuMjEyLDgxLjMzOEwxNDguMDAxLDIuNTVaIiBzdHlsZT0iZmlsbDpyZ2IoNzksNzksNzkpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgPC9nPgo8L3N2Zz4K);display:inline-block;margin-left:-37px;height:24px;width:24px;position:absolute}footer{margin-block-start:0}footer a{text-decoration:none}footer a:hover{text-decoration:underline}@media screen and (max-width: 768px){footer h3{font-size:1.5rem}footer .wp-block-buttons{margin-bottom:0rem !important}footer .wp-block-klx-grid:nth-of-type(2) figure{margin-bottom:0}footer .footer-main{padding-top:4rem !important}footer .footer-main div:last-of-type{margin-bottom:2rem}}@media(max-width: 768px){footer .footer-meta nav ul.items-justified-right{justify-content:center}footer .footer-meta>p{text-align:center}}.wp-block-table.is-style-regular td{border-left:0px solid rgba(0,0,0,0);border-right:0px solid rgba(0,0,0,0);border-top:1px solid var(--wp--preset--color--neutral-200);border-bottom:1px solid var(--wp--preset--color--neutral-200);padding-top:1rem;padding-bottom:1rem}.wp-block-query-pagination{width:fit-content;border:1px solid var(--wp--preset--color--neutral-100);border-radius:8px;padding:0;gap:0 !important}.wp-block-query-pagination .wp-block-query-pagination-previous,.wp-block-query-pagination .wp-block-query-pagination-next{display:flex;align-items:center;gap:10px;padding:10px 16px}.wp-block-query-pagination .wp-block-query-pagination-numbers{display:flex;gap:0}.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers{padding:10px 16px;border-left:1px solid var(--wp--preset--color--neutral-100)}.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:last-child{border-right:1px solid var(--wp--preset--color--neutral-100)}.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current{background-color:var(--wp--preset--color--neutral-100)}.wp-block-query-pagination .wp-block-query-pagination-numbers a{text-decoration:none}.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover{text-decoration:underline}.wp-block-query-pagination a.wp-block-query-pagination-previous{text-decoration:none}.wp-block-query-pagination a.wp-block-query-pagination-previous:hover{text-decoration:underline}.wp-block-query-pagination a.wp-block-query-pagination-previous::before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODg0NzcgOS44NzYxNkw2Ljg4NDc3IDguMzY2N0wxNy41MDA0IDguMzcwNDRMMTcuNTAwNCA5Ljg3OTlMNi44ODQ3NyA5Ljg3NjE2WiIgZmlsbD0iIzBEMEQwRCIvPgo8cGF0aCBkPSJNNC41Njc1NCA4Ljc5OTFMMy41IDcuNzMxOTNMOS43MDU5MSAxLjUyODIxTDEwLjc3MzUgMi41OTUzN0w0LjU2NzU0IDguNzk5MVoiIGZpbGw9IiMwRDBEMEQiLz4KPHBhdGggZD0iTTEwLjc3MjYgMTUuNjUwNkw5LjcwNTA4IDE2LjcxNzhMMy40OTkxNyAxMC41MTRMNC41NjY3MSA5LjQ0Njg5TDEwLjc3MjYgMTUuNjUwNloiIGZpbGw9IiMwRDBEMEQiLz4KPC9zdmc+Cg==);display:inline-block;height:17px;width:17px}.wp-block-query-pagination a.wp-block-query-pagination-next{text-decoration:none}.wp-block-query-pagination a.wp-block-query-pagination-next:hover{text-decoration:underline}.wp-block-query-pagination a.wp-block-query-pagination-next::after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjExNTIgOS44NzYxNkwxMS4xMTUyIDguMzY2N0wwLjQ5OTU5NyA4LjM3MDQ0TDAuNDk5NTk3IDkuODc5OUwxMS4xMTUyIDkuODc2MTZaIiBmaWxsPSIjMEQwRDBEIi8+CjxwYXRoIGQ9Ik0xMy40MzI1IDguNzk5MUwxNC41IDcuNzMxOTNMOC4yOTQwOSAxLjUyODIxTDcuMjI2NTUgMi41OTUzN0wxMy40MzI1IDguNzk5MVoiIGZpbGw9IiMwRDBEMEQiLz4KPHBhdGggZD0iTTcuMjI3MzggMTUuNjUwNkw4LjI5NDkyIDE2LjcxNzhMMTQuNTAwOCAxMC41MTRMMTMuNDMzMyA5LjQ0Njg5TDcuMjI3MzggMTUuNjUwNloiIGZpbGw9IiMwRDBEMEQiLz4KPC9zdmc+Cg==);display:inline-block;height:17px;width:17px}@media screen and (max-width: 768px){.quote>.wp-block-group{flex-direction:column}.quote>.wp-block-group figure{margin-right:auto !important}}.wp-block-klx-timeline .slide-left:hover,.wp-block-klx-timeline .slide-right:hover{background-color:var(--wp--preset--color--brand)}.wp-block-klx-timeline .slide-left{left:0;top:412px}@media screen and (min-width: 768px){.wp-block-klx-timeline .slide-left{left:-2%;top:0}}@media screen and (min-width: 1540px){.wp-block-klx-timeline .slide-left{left:-5%;top:54%}}.wp-block-klx-timeline .slide-right{right:0;top:412px}@media screen and (min-width: 768px){.wp-block-klx-timeline .slide-right{right:-2%;top:0}}@media screen and (min-width: 1540px){.wp-block-klx-timeline .slide-right{right:-5%;top:54%}}.wp-block-klx-timeline div.disabled{display:none}.wp-block-klx-timeline .klx-timeline-item__icon{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Il9fMTFfS3JldXotMzIgNSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0MDZfMjAxMDgpIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTYuNjEwMjMgOC40NzUyMkw3Ljc0NzA3IDcuMzM4MzhMMS4xMzY1NyAwLjcyNzg3TC0wLjAwMDI2ODc3MyAxLjg2NDcxTDYuNjEwMjMgOC40NzUyMloiIGZpbGw9IiMzNTM1MzUiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNNy43NDcxOSAxMC45ODIxTDYuNjEwMzUgOS44NDUyMUwtMC4wMDAxNTUxMzggMTYuNDU1N0wxLjEzNjY4IDE3LjU5MjZMNy43NDcxOSAxMC45ODIxWiIgZmlsbD0iIzM1MzUzNSIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik0xNS43Mjc0IDE3LjU5MjRMMTYuODY0MyAxNi40NTU2TDEwLjI1MzggOS44NDUwNkw5LjExNjkyIDEwLjk4MTlMMTUuNzI3NCAxNy41OTI0WiIgZmlsbD0iIzM1MzUzNSIvPgo8cGF0aCBpZD0iVmVjdG9yXzQiIGQ9Ik0xNi44NjM5IDEuODY0ODdMMTUuNzI3MSAwLjcyODAyN0w5LjExNjU0IDcuMzM4NTNMMTAuMjUzNCA4LjQ3NTM3TDE2Ljg2MzkgMS44NjQ4N1oiIGZpbGw9IiMzNTM1MzUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNDA2XzIwMTA4Ij4KPHJlY3Qgd2lkdGg9IjE2Ljg2NDMiIGhlaWdodD0iMTYuODY0MyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC43MjgwMjcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center center;background-size:100% 100%;background-repeat:no-repeat;width:24px;height:24px}@media screen and (max-width: 768px){.wp-block-klx-timeline .klx-timeline-item__icon{margin:0 auto}}
