body .light-green .select span{color:var(--sme-primary-text-color)}body .select{position:relative}body .select .hide{display:none}body .select .custom-select{position:relative}body .select .custom-select.outlined{outline:.1875rem solid #94B5B7;border-radius:var(--sme-button-border-radius)}body .select .custom-select .placeholder{border-radius:var(--sme-button-border-radius);padding:1rem 1.75rem .9375rem 1rem;font-weight:400;font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p);border:0;width:100%;color:var(--sme-primary-text-color);border:.0625rem solid var(--sme-border-color);background:var(--sme-input-background);display:block;white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;text-wrap:auto}body .select .custom-select .placeholder br{display:none}body .select .custom-select:after{content:"";position:absolute;right:.9375rem;height:.875rem;width:.875rem;background-image:url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.256279 3.26035C0.597993 2.91322 1.15201 2.91322 1.49372 3.26035L7.00001 8.85406L12.5063 3.26035C12.848 2.91322 13.402 2.91322 13.7437 3.26035C14.0854 3.60749 14.0854 4.1703 13.7437 4.51744L7.61872 10.7397C7.27704 11.0868 6.72299 11.0868 6.3813 10.7397L0.256279 4.51744C-0.0854264 4.1703 -0.0854264 3.60749 0.256279 3.26035Z%22 fill=%22black%22/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:center;top:50%;transform:translateY(-50%);transition:var(--sme-transition)}body .select .custom-select .custom-list{position:absolute;display:none;overflow:hidden;left:0;top:calc(100% + .625rem);width:100%;border:.0625rem solid var(--sme-border-color);max-height:21.875rem;border-radius:var(--sme-button-border-radius);background-color:var(--sme-light-background-color);z-index:1}body .select .custom-select .custom-list .list{max-height:13.75rem;overflow:auto;background-color:var(--sme-light-background-color);margin-bottom:0}body .select .custom-select .custom-list .list li{padding:.6875rem 1.25rem;position:relative;margin-bottom:0;font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p)}body .select .custom-select .custom-list .list li span{position:relative;z-index:1}body .select .custom-select .custom-list .list li span br{display:none}body .select .custom-select .custom-list .list li[data-value]:hover{cursor:pointer;color:var(--sme-secondary-text-color)}body .select .custom-select .custom-list .list li[data-value]:hover span{color:var(--sme-secondary-text-color)}body .select .custom-select .custom-list .list li[data-value]:hover:before{width:100%;height:100%;left:0;top:0;content:"";position:absolute;background-color:var(--sme-secondary-color);opacity:.6}body .select .custom-select .custom-list input{margin:2px;width:calc(100% - .25rem);border:.0625rem solid var(--sme-border-color);background:var(--sme-input-background)}body .select .custom-select.active .custom-list{display:block}body .select .custom-select.active:after{transform:translateY(-50%) rotate(180deg)}body .posts{display:flex;flex-wrap:wrap;margin:0 -.780625rem -2.5rem}body .posts .blog-post{width:33.333%;padding:0 .78125rem;margin-bottom:40px;max-height:32.1875rem;height:auto}body .posts .blog-post .inner{border:.0625rem solid var(--sme-border-color);border-radius:var(--sme-block-radius);overflow:hidden;height:100%;transition:box-shadow var(--sme-transition);position:relative}body .posts .blog-post .inner .link{width:100%;height:100%;top:0;left:0;position:absolute}body .posts .blog-post .inner:hover{box-shadow:0 .9375rem 1.75rem #0000001a}body .posts .blog-post .inner .image{display:flex;height:12.5rem}body .posts .blog-post .inner .image img{height:auto;width:100%}body .posts .blog-post .inner .text{padding:1.25rem;max-height:100%;background-color:var(--sme-light-background-color);height:100%}body .posts .blog-post .inner .text .title{font-size:var(--sme-fs-default-p);line-height:var(--sme-lh-default-p);color:var(--sme-primary-text-color);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:5;overflow:hidden;-webkit-box-orient:vertical}body .posts .blog-post .inner .text .subtitle{font-size:var(--sme-fs-sm-p);line-height:115%;font-weight:700;display:block;margin-bottom:1rem}body .posts .blog-post .inner .text .date{font-size:var(--sme-fs-xs-p);line-height:var(--sme-lh-xs-p);display:block;margin-bottom:1rem}body .posts .blog-post .inner .text p{font-size:var(--sme-fs-md-p);line-height:var(--sme-lh-md-p);opacity:.7;margin-bottom:0}@media (max-width: 1200px){body .posts .blog-post .inner .text .title{-webkit-line-clamp:4}}@media (max-width: 992px){body .posts .blog-post .inner .image{max-height:9.375rem}}@media (max-width: 767px){body .posts .blog-post{width:50%}}@media (max-width: 576px){body .posts .blog-post{width:100%;margin-bottom:1.875rem}body .posts .blog-post .inner .image{max-height:unset;height:auto;aspect-ratio:16/9}}body .news-section .content .header{max-width:26.4375rem;margin:0 auto}body .news-section .content .header h2{font-size:var(--sme-fs-h3);line-height:var(--sme-lh-h3);margin-bottom:.5rem}body .news-section .content .header h2 label{font-size:inherit;line-height:inherit}body .news-section .content .posts{padding-top:3.75rem}body .news-section .content .posts .no-results{padding:0 .78125rem}body .news-section .content .button-wrapper{margin-top:60px;text-align:center}@media (max-width: 1200px){body .news-section .content .posts .blog-post .inner .text .title{-webkit-line-clamp:4}}@media (max-width: 767px){body .news-section .content .posts .blog-post{width:50%}}@media (max-width: 576px){body .news-section .content .posts{padding-top:1.875rem}body .news-section .content .posts .blog-post{width:100%;margin-bottom:1.875rem}}
