:root{--block-spacing-y: var(--spacing-lg);--block-spacing-x: var(--spacing);--block-margin-y: var(--block-spacing-y);--block-margin-x: var(--block-spacing-x);--block-padding-y: var(--block-spacing-y);--block-padding-x: var(--block-spacing-x)}@media screen and (min-width: 768px){:root{--block-spacing-y: var(--spacing-xxl);--block-spacing-x: var(--spacing-md)}}.statement-block{display:flex;flex-flow:column-reverse nowrap;gap:var(--spacing-md)}@media screen and (min-width: 768px){.statement-block{flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:var(--spacing-lg)}.statement-block>*{flex:1 1 50%}}@media screen and (min-width: 1024px){.statement-block{gap:var(--spacing-xl)}}@media screen and (min-width: 768px){.statement-block--left{flex-flow:row-reverse nowrap}}.statement-block--top .statement-block__image{align-self:flex-start}.statement-block__label{display:inline-block;align-self:flex-start;color:var(--color-green-dark);background-color:var(--color-green-light);padding:var(--spacing-xs) var(--spacing-sm);font-weight:var(--fw-regular);font-size:1rem;margin-bottom:var(--spacing-xs)}.statement-block.white{margin:var(--block-margin-y) var(--block-margin-x)}.editorial .statement-block.white:first-child{margin-top:0}.editorial>.statement-block.white{margin-left:0;margin-right:0}.statement-block.green{padding:var(--block-padding-y) var(--block-padding-x);position:relative;background:transparent;overflow:hidden;color:var(--color-green-dark)}@media screen and (min-width: 768px){.statement-block.green{overflow:visible}}.statement-block.green:before{content:"";position:absolute;left:50%;transform:translate(-50%);background:var(--color-green-lightest);top:0;bottom:0;width:100vw;z-index:-1}.statement-block.green .statement-block__label{background-color:var(--color-white)}.statement-block.green .faq-block{color:var(--color-green-dark)}.statement-block.yellow{padding:var(--block-padding-y) var(--block-padding-x);position:relative;background:transparent;overflow:hidden;color:var(--color-green-dark)}@media screen and (min-width: 768px){.statement-block.yellow{overflow:visible}}.statement-block.yellow:before{content:"";position:absolute;left:50%;transform:translate(-50%);background:var(--color-yellow-light);top:0;bottom:0;width:100vw;z-index:-1}.statement-block.yellow .statement-block__label{background-color:var(--color-white)}.statement-block.yellow .faq-block{color:var(--color-green-dark)}.statement-block.grey{padding:var(--block-padding-y) var(--block-padding-x);position:relative;background:transparent;overflow:hidden}@media screen and (min-width: 768px){.statement-block.grey{overflow:visible}}.statement-block.grey:before{content:"";position:absolute;left:50%;transform:translate(-50%);background:var(--color-grey-light);top:0;bottom:0;width:100vw;z-index:-1}.statement-block.grey .statement-block__image:after{content:"";background-image:url(/Img/nito-pattern.png);background-repeat:no-repeat;background-position:top center;background-size:cover;position:absolute;top:calc(var(--spacing-md) * -1);bottom:calc(var(--spacing-md));right:calc(var(--spacing) * -1);left:calc(var(--spacing) * -1);z-index:10}.statement-block.grey .statement-block__image picture{position:relative;z-index:100}@media screen and (min-width: 768px){.statement-block.grey .statement-block__image:after{content:"";background-image:url(/Img/nito-pattern.png);background-repeat:no-repeat;background-position:center right;background-size:100% 100%;position:absolute;top:calc(var(--spacing-md) * -1);bottom:calc(var(--spacing-md) * -1);right:calc(var(--spacing-md) * -1);left:20%;z-index:10}}@media screen and (min-width: 1024px){.statement-block.grey .statement-block__image:after{top:calc(var(--spacing-xl) * -.75);bottom:calc(var(--spacing-xl) * -.75);right:calc(var(--spacing-xl) * -.75)}}@media screen and (min-width: 768px){.statement-block.grey.statement-block--left .statement-block__image:after{background-position:center left;right:20%;left:calc(var(--spacing-md) * -1)}}@media screen and (min-width: 1024px){.statement-block.grey.statement-block--left .statement-block__image:after{top:calc(var(--spacing-xl) * -.75);bottom:calc(var(--spacing-xl) * -.75);left:calc(var(--spacing-xl) * -.75)}}.statement-block__image{position:relative;z-index:1;width:100%}.statement-block__image,.statement-block__image .image-block,.statement-block__image figure,.statement-block__image picture,.statement-block__image img{width:100%;height:auto}.statement-block__image figcaption{display:none}.statement-block__content{display:flex;flex-flow:column nowrap;gap:var(--spacing-md);width:100%}.statement-block__content .editorial{margin:0}@media screen and (min-width: 768px){.statement-block__content .editorial{max-width:34.25rem}}.statement-block__content .editorial>ul,.statement-block__content .editorial>ol{font-size:1.125rem}@media screen and (min-width: 768px){.statement-block__content .editorial>ul,.statement-block__content .editorial>ol{font-size:1.25rem}}@media screen and (min-width: 1024px){.statement-block__content .editorial>ul,.statement-block__content .editorial>ol{font-size:1.75rem}}.statement-block.green .editorial,.statement-block.yellow .editorial{color:var(--color-dark-green)}.statement-block.green .editorial>ul.checkmark li:before,.statement-block.yellow .editorial>ul.checkmark li:before{background-image:url(/Icons/check--dark-green.svg)}.statement-block.green .editorial>ul.slash li:before,.statement-block.yellow .editorial>ul.slash li:before{background-image:url(/Icons/slash--green-dark.svg)}.statement-block__buttons{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;gap:1.875rem;font-size:1.125rem}@media screen and (min-width: 768px){.statement-block__buttons{margin-bottom:0}}.statement-block__buttons>*:nth-child(n+3){display:none}.statement-block__buttons button:not(:last-child){margin-right:0}.statement-block__buttons a:not(.btn):not(.link--with-arrow){text-decoration:underline;text-decoration-thickness:.0625rem;color:var(--color-green-dark);text-underline-offset:.2em}.statement-block__buttons a:not(.btn):not(.link--with-arrow):hover,.statement-block__buttons a:not(.btn):not(.link--with-arrow):focus,.statement-block__buttons a:not(.btn):not(.link--with-arrow):active{text-decoration-thickness:.125rem;text-decoration-color:var(--color-green)}.statement-block .faq-block{display:flex;flex-flow:column nowrap;gap:var(--spacing);padding:0;margin:0;flex-grow:1}@media screen and (min-width: 768px){.statement-block .faq-block{max-width:34.25rem}}.statement-block .faq-block__main-intro{display:none}.statement-block .faq-block__text{padding:0;margin:0}.statement-block .faq-block.white,.statement-block .faq-block.yellow{margin:0;padding:0}.statement-block .faq-block.white:before,.statement-block .faq-block.yellow:before{content:none}.statement-block .faq-block ul li,.statement-block .faq-block ol li{font-size:.9375rem;line-height:1.375rem}@media screen and (min-width: 768px){.statement-block .faq-block ul li,.statement-block .faq-block ol li{font-size:1.125rem;line-height:1.5rem}}.statement-block .faq-topic-block__faq-heading{display:none}.statement-block .link-list-block{padding:0;margin:0;background-color:transparent}.statement-block .link-list-block:before{content:none}.statement-block .link-list-block.green .link-list-block__items,.statement-block .link-list-block.yellow .link-list-block__items,.statement-block .link-list-block.grey .link-list-block__items{padding:0;background-color:transparent}.statement-block .link-list-block.green:before,.statement-block .link-list-block.yellow:before,.statement-block .link-list-block.grey:before{content:none}.statement-block .link-list-block__items{padding:0}
