@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap);.choices{font-size:16px;margin-bottom:24px;overflow:hidden;position:relative}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{background-color:#fff;border-bottom:1px solid #ddd;display:block;margin:0;padding:10px;width:100%}.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:8px;border-radius:10em;height:20px;margin-right:25px;margin-top:-10px;opacity:.25;padding:0;position:absolute;right:0;top:50%;width:20px}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{border:5px solid transparent;border-top-color:#333;content:"";height:0;margin-top:-2.5px;pointer-events:none;position:absolute;right:11.5px;top:50%;width:0}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{left:0;margin-left:25px;margin-right:0;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:8px;border-left:1px solid #008fa1;border-radius:0;display:inline-block;line-height:1;margin:0 -4px 0 8px;opacity:.75;padding-left:16px;position:relative;width:8px}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{background-color:#f9f9f9;border:1px solid #ddd;border-radius:2.5px;display:inline-block;font-size:14px;min-height:44px;overflow:hidden;padding:7.5px 7.5px 3.75px;vertical-align:top;width:100%}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{list-style:none;margin:0;padding-left:0}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-left:16px;padding-right:4px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{background-color:#00bcd4;border:1px solid #00a5bb;border-radius:20px;box-sizing:border-box;color:#fff;display:inline-block;font-size:12px;font-weight:500;margin-bottom:3.75px;margin-right:3.75px;padding:4px 10px;vertical-align:middle;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-left:3.75px;margin-right:0}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;margin-top:-1px;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:100%;will-change:visibility;word-break:break-all;z-index:1}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{border-radius:.25rem .25rem 0 0;bottom:100%;margin-bottom:-1px;margin-top:0;top:auto}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{-webkit-overflow-scrolling:touch;max-height:300px;overflow:auto;position:relative;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{font-size:14px;padding:10px;position:relative}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after,.choices__list[aria-expanded] .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{padding-left:100px;padding-right:10px;text-align:right}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable:after{left:10px;right:auto}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;opacity:.5;user-select:none}.choices__heading{border-bottom:1px solid #f7f7f7;color:gray;font-size:12px;font-weight:600;padding:10px}.choices__button{appearance:none;background-color:transparent;background-position:50%;background-repeat:no-repeat;border:0;cursor:pointer;text-indent:-9999px}.choices__button:focus{outline:none}.choices__input{background-color:#f9f9f9;border:0;border-radius:0;display:inline-block;font-size:14px;margin-bottom:5px;max-width:100%;padding:4px 0 4px 2px;vertical-align:baseline}.choices__input:focus{outline:0}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;height:0;width:0}[dir=rtl] .choices__input{padding-left:0;padding-right:2px}.choices__placeholder{opacity:.5}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{-moz-box-sizing:border-box;box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(/build/images/layers.416d9136.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/build/images/layers-2x.8f2c4d11.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/build/images/marker-icon.2b3e1faf.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;-moz-box-sizing:border-box;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:hsla(91,60%,72%,.6)}.marker-cluster-small div{background-color:rgba(110,204,57,.6)}.marker-cluster-medium{background-color:rgba(241,211,87,.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.marker-cluster-large{background-color:hsla(18,97%,72%,.6)}.marker-cluster-large div{background-color:rgba(241,128,23,.6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif;height:30px;margin-left:5px;margin-top:5px;text-align:center;width:30px}.marker-cluster span{line-height:30px}@media (min-width:1000px){.hidden-desktop{display:none!important}}@media (max-width:999px){.visible-desktop{display:none!important}}@media print{.hidden-print,.visible-desktop{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:revert!important}}*,:after,:before{box-sizing:border-box}body,html{background:#fff;color:#000;font-family:Maven Pro,Arial,sans-serif;font-size:16px;margin:0;min-width:350px;padding:0}@media print{body,html{font-size:13.6px}}html{overflow-x:hidden}@media print{a{outline:none!important}.axeptio_mount{display:none}}.breadcrumb{align-items:flex-start;color:#0b4934;display:flex;font-size:.825rem;line-height:1em;list-style:none;margin:0 0 25px;padding:0;transition:.3s}@media (min-width:1000px){.breadcrumb{font-size:1rem;margin:10px 0 55px}}@media print{.breadcrumb{display:none}}@media (min-width:1000px){.variety-search-open .breadcrumb{margin:0 0 25px}}.breadcrumb li{font-weight:500}.breadcrumb li:not(:first-child){align-items:flex-start;display:inline-flex;margin-left:15px}.breadcrumb li:not(:first-child):before{content:"•";display:inline-block;margin-right:15px}.breadcrumb li a{color:inherit;font-weight:400;text-decoration:none}.breadcrumb li a:hover{text-decoration:underline}footer{background:#0b4934;color:#fff;margin-top:auto}@media print{footer{display:none}}footer .content{display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:1200px;padding:0 20px;width:100%}@media (min-width:1000px){footer .content{align-items:flex-start;flex-direction:row;gap:20px}}footer .main{padding:30px 0}footer .main .content{gap:60px}footer .main .logo{background:url(/build/images/logo-blanc.a85feb7c.svg) no-repeat 50% 50%/contain;display:block;font-size:0;height:38px;margin:0 0 15px;width:105px}@media (min-width:1000px){footer .main .logo{height:52px;width:145px}}footer .main a{color:inherit;font-weight:400;text-decoration:none}footer .main a:hover{text-decoration:underline}footer .main .address-wrapper address{font-style:normal}footer .main .address-wrapper p{margin:0 0 10px}footer .main .address-wrapper a{display:inline-block;font-weight:800;margin:0 0 5px}footer .main h2{color:#bbeaac;display:none;font-size:1.125rem;font-weight:600;margin:0 0 20px}@media (min-width:1000px){footer .main h2{display:block}}footer .main ul{list-style:none;margin:0;padding:0}footer .main li:not(:last-child){margin:0 0 10px}footer .main .cultures{display:none;margin-left:auto}@media (min-width:1000px){footer .main .cultures{display:block}}footer .main .cultures ul{column-count:2;column-gap:40px}footer .main nav{border-top:1px solid hsla(30,1%,53%,.6);padding-top:40px}@media (min-width:1000px){footer .main nav{border:none;padding:0}}footer .main nav ul{margin:0 0 10px}footer .sub{color:#fff;font-size:.875rem;padding:30px 0}footer .sub p{margin:0}footer .sub ul{display:flex;list-style:none;margin:0;padding:0}@media (min-width:1000px){footer .sub ul{margin-left:auto}}footer .sub ul li:not(:first-child){margin-left:20px;position:relative}footer .sub ul li:not(:first-child):before{color:#0b4934;content:"|";height:.9em;left:-11px;position:absolute}.global-actions{align-items:center;background:#0b4934;bottom:0;box-shadow:0 -5px 20px 0 rgba(0,0,0,.21);color:#fff;display:flex;gap:20px;height:68px;justify-content:flex-end;padding:0 20px;position:sticky;z-index:10}@media (min-width:1000px){.global-actions{gap:30px;padding:0 30px}}@media print{.global-actions{display:none}}.global-actions a{color:inherit}.global-actions:empty{display:none}header{background-color:#fff;height:50px;position:sticky;top:0;z-index:10}@media (min-width:1000px){header{height:80px}}@media print{header{height:80px}}header .content{align-items:center;display:flex;gap:15px;height:100%;margin:0 auto;max-width:1200px;max-width:1320px;padding:0 20px;width:100%}@media print{header .content{max-width:100%}}header .logos{display:flex;font-size:0;gap:10px;height:30px;margin-right:auto}@media (min-width:1000px){header .logos{height:50px}}@media print{header .logos{height:50px}}header .logos .logo{background:url(/build/images/logo.b31cdb2a.svg) no-repeat 50% 50%/contain;height:100%;width:85px}@media (min-width:1000px){header .logos .logo{width:140px}}@media print{header .logos .logo{width:140px}}header .variety-search-toggle{--search-toggle-size:24px;align-items:center;background:#0b4934;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:0;height:var(--search-toggle-size);justify-content:center;padding-bottom:2px;text-decoration:none;width:var(--search-toggle-size)}@media (min-width:1000px){header .variety-search-toggle{--search-toggle-size:42px;font-size:1.125rem;font-weight:500;gap:10px;padding:0 20px;width:auto}}header .variety-search-toggle:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e90b";font-family:icon,sans-serif!important;font-size:.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media (min-width:1000px){header .variety-search-toggle:before{content:"\e902";order:1}.variety-search-open header .variety-search-toggle:before{content:"\e905"}}@media print{header .variety-search-toggle{display:none}}.banner{--banner-height:130px;background:#fef0c7;height:var(--banner-height);left:0;overflow:hidden;position:absolute;top:50px;transition:.2s;width:100%;z-index:0}@media (min-width:1000px){.banner{--banner-height:300px;top:80px}}@media print{.banner{display:none}}.variety-forms-togglable .banner{top:0}.homepage .banner{background:none;overflow:visible}.variety-search-open .banner{--banner-height:520px}@media (min-width:1000px){.variety-search-open .banner{--banner-height:300px}}.banner figure{background:#f9e292;border-radius:32px;height:350px;margin:0;position:absolute;right:-70px;top:-110px;transform:rotate(-45deg);width:200px}@media (min-width:1000px){.banner figure{border-radius:56px;height:750px;right:50%;top:50%;transform:translate(1030px,-420px) rotate(-45deg);width:750px}}.homepage .banner figure{background:#fef0c7}@media (min-width:1000px){.homepage .banner figure{overflow:hidden}.homepage .banner figure:before{background:url(/build/images/home-banner.634bbb6d.jpg) 50% 50%/cover;content:"";display:block;height:150%;left:-25%;position:absolute;top:-25%;transform:rotate(45deg);width:150%}}.banner:after,.banner:before{background:#f9e292;border-radius:20px;content:"";height:220px;position:absolute;transform:rotate(-45deg);width:180px}@media (min-width:1000px){.banner:after,.banner:before{border-radius:40px;height:240px;width:240px}}.homepage .banner:after,.homepage .banner:before{background:#fef0c7}.banner:before{right:75px;top:120px}@media (min-width:1000px){.banner:before{right:50%;top:50%;transform:translate(120px,-85px) rotate(-45deg)}.homepage .banner:before{border-radius:32px;height:850px;transform:translate(165px,-580px) rotate(-45deg);width:850px}}.banner:after{right:-95px;top:295px}@media (min-width:1000px){.banner:after{right:50%;top:50%;transform:translate(310px,115px) rotate(-45deg)}.homepage .banner:after{background:none;border:8px solid #fff;border-radius:56px;height:290px;transform:translate(400px,215px) rotate(-45deg);width:290px}}body{background:#f6f5f5;display:flex;flex-direction:column;min-height:100vh}@media print{body{background:#fff}}.page-wrapper{margin:0 auto;max-width:1200px;padding:20px;position:relative;width:100%}@media print{.page-wrapper{max-width:100%}}.main-container{background:#fff;border-radius:12px;box-shadow:0 3px 5px 0 rgba(0,0,0,.08)}.main-container .main-alert-message{width:100%}.main-container .main-alert-message .main-alert-message-content{background-color:#e83939;border-top-left-radius:12px;border-top-right-radius:12px;color:#fff;padding:15px;text-align:center}.main-container section.main{background:#fff;border-radius:12px;box-shadow:0 3px 5px 0 rgba(0,0,0,.08);padding:25px 15px}@media (min-width:1000px){.main-container section.main{padding:30px}}@media print{.main-container section.main{border-radius:0;box-shadow:none;padding:0}}.main-container section.main .subsection:not(:last-child){margin:0 0 30px;padding:0 0 30px;position:relative}@media print{.main-container section.main .subsection:not(:last-child){margin:0 0 15px;padding:0 0 15px}}.main-container section.main .subsection:not(:last-child):after{background:#e7e6e6;bottom:0;content:"";height:1px;left:-15px;position:absolute;right:-15px}@media (min-width:1000px){.main-container section.main .subsection:not(:last-child):after{left:-30px;right:-30px}}header:before{background-color:rgba(0,0,0,.5);content:"";display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:5}.nav-open header:before{display:block}@media (min-width:1000px){header:before{content:none}}header nav{background:#fff;display:flex;flex-direction:column;gap:5px;height:100vh;left:100vw;padding:65px 20px 15px;position:fixed;top:0;transition:.3s;width:calc(100vw - 110px);z-index:7}@media (min-width:1000px){header nav{background:transparent;flex-direction:row;height:auto;padding:0;position:static;width:auto}}@media print{header nav{display:none}}.nav-open header nav{left:110px}header nav .account{margin-top:auto}header nav a{align-items:center;display:inline-flex;font-size:1.25rem;font-weight:500;height:3rem;text-decoration:none}@media (min-width:1000px){header nav a{font-size:1rem;height:auto;padding:5px}}header nav a:hover{text-decoration:underline}header nav a:not(:first-child){border-top:1px solid #e7e6e6}@media (min-width:1000px){header nav a:not(:first-child){border:none}}header nav .user{font-size:.875em;font-weight:400;margin:auto -12px 0;padding:0 12px}@media (min-width:1000px){header nav .user{display:none}}header nav .user:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;color:#bbeaac;content:"\e91b";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:.5em;text-transform:none}header .nav-trigger{cursor:pointer;display:inline-flex;position:relative;text-decoration:none;z-index:10}@media print{header .nav-trigger{display:none}}header .nav-trigger:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;color:#0b4934;content:"\e909";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.nav-open header .nav-trigger:before{content:"\e906"}@media (min-width:1000px){header .nav-trigger{display:none}}@media print{@page{size:auto;margin:.5cm}}.print-info{display:none}.print-info:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e90d";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media print{.print-info{align-items:center;background:#0b4934;color:#0b4934;display:flex;font-size:1.4rem;font-weight:700;gap:1em;justify-content:center}}.action-wrapper{width:100%}@media (min-width:1000px){.action-wrapper{align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;justify-content:center;margin-left:auto;width:auto}}@media print{.action-wrapper{display:none}}.action-wrapper .button{width:100%}@media (min-width:1000px){.action-wrapper .button{width:auto}}.action-wrapper a:not(:first-child){margin-top:15px}@media (min-width:1000px){.action-wrapper a:last-child{margin-top:auto}}.action-wrapper .icon-link{font-size:.875rem}@media print{.action-wrapper .icon-link.print{display:none}}.action-wrapper .icon-link.print:before{content:"\e91d"}.aside-panel{background-color:rgba(0,0,0,.5);display:none;height:100vh;position:fixed;right:0;top:0;width:100vw;z-index:100}.aside-panel.open{display:block}.aside-panel .aside-wrapper{background:#fff;display:flex;flex-direction:column;height:100vh;margin:0 0 0 auto;max-width:430px}.aside-panel .header{align-items:center;border-bottom:1px solid #b0b0b0;display:flex;height:80px;justify-content:space-between;padding:0 20px}.aside-panel .header .title{font-size:1.125rem;font-weight:700;margin:0}.aside-panel .header .icon-link:after{content:"\e906"}.aside-panel .content{flex:1;overflow-y:auto;padding:20px 30px}.aside-panel .content .hook{font-size:.875rem;font-weight:500;margin:0 0 10px}.aside-panel .content .part:not(:last-child){border-bottom:1px solid #b0b0b0}.aside-panel .content .part.wide{margin:0 -30px;padding:0 30px}.aside-panel .foldable .fold-label{align-items:center;cursor:pointer;display:flex;font-weight:500;height:55px;text-transform:uppercase}.aside-panel .foldable .fold-label:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;color:#0b4934;content:"\e902";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:auto;text-transform:none}.aside-panel .foldable .fold-content{max-height:0;overflow:hidden;padding:0;transition:.3s}.aside-panel .foldable.open .fold-label:after{content:"\e905"}.aside-panel .foldable.open .fold-content{max-height:400px;overflow-y:auto;padding:10px 0}.aside-panel .form-row{padding:10px 0}.aside-panel .form-row:not(:last-child){border-bottom:1px solid #e7e6e6}.aside-panel .footer{align-items:center;box-shadow:0 -2px 9px 0 rgba(0,0,0,.14);display:flex;justify-content:center;margin-top:auto;padding:20px}.button{--button-size:48px;background:#0b4934;border:2px solid #0b4934;color:#fff;cursor:pointer;font-size:inherit;font-weight:500;gap:.5em;height:var(--button-size);padding:0 20px;text-align:center;text-decoration:none}.button,.button.with-arrow:after{align-items:center;border-radius:4px;display:inline-flex;flex-shrink:0;justify-content:center}.button.with-arrow:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;background:inherit;color:inherit;content:"\e901";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;height:calc(var(--button-size)*.75);line-height:1;margin-left:auto;margin-right:-10px;text-transform:none;width:calc(var(--button-size)*.75)}.button:hover{background-color:#0e5f44;border-color:#0e5f44;color:#fff}.button:hover.with-arrow:after{background:#0b4934;color:#fff}.button.secondary{background:transparent;border-color:#0b4934;color:#000}.button.secondary:hover{border-color:#0e5f44}.button.hollow{background:transparent;border-color:transparent;color:#000}.button.hollow:hover{border-color:#0e5f44}.button.contrast{background:#fff;border-color:#fff;color:#0b4934}.button.contrast.with-arrow:after{background:#0b4934;color:#fff}.button.contrast:hover{background:#0e5f44;border-color:#fff;color:#fff}.button.contrast-secondary{background:transparent;border-color:#fff;color:#fff}.button[disabled]{background-color:#e7e6e6;border-color:#e7e6e6;color:#898887;pointer-events:none}.button[disabled].with-arrow:after{background:#898887;color:#fff}.button.icon{width:var(--button-size)}.button.icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.button.thin{--button-size:22px;font-size:.625rem}.button.small,.button.thin{border-width:1px;padding:0 10px}.button.small{--button-size:35px;font-size:.875rem;font-weight:400}.button.selected:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e907";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:5px;text-transform:none}.table-export .button{border-radius:13px 13px 0 0;border-width:1px;font-size:.875rem;height:26px;padding:0 10px}.table-export .button:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e920";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.chart-tooltip{background:#0b4934;border-radius:16px;color:#fff;font-size:.875rem;max-width:calc(100vw - 20px);opacity:1;padding:20px 15px;pointer-events:none;position:absolute;transition:all .1s ease;z-index:10}.chart-tooltip.hide{opacity:0}.chart-tooltip p{display:flex;gap:10px;margin:5px 0 0}.chart-tooltip p.variety-name{align-items:flex-end;font-size:1rem;font-weight:600;margin:0 0 10px}.chart-tooltip p .value{font-size:1.125em;margin-left:auto}.chart-tooltip p .agent{align-items:center;border:1px solid #bbeaac;border-radius:11px;display:inline-flex;font-size:.75rem;height:22px;padding:0 10px}.classification-block{border:1px solid rgba(95,94,94,.17);border-radius:16px;padding:var(--block-spacer)}@media print{.classification-block{break-inside:avoid}}.classification-block:not(:last-child){margin:0 0 15px}@media (min-width:500px){.classification-block{break-inside:avoid}}.classification-block h3{font-size:1.125rem;font-weight:600;margin:0 0 var(--block-spacer);padding:0 0 var(--block-spacer);position:relative}@media (min-width:500px){.classification-block h3{font-size:1.375rem}}.classification-block h3:before{background:rgba(95,94,94,.17);content:"";height:1px;left:calc(var(--block-spacer)*-1);position:absolute;right:calc(var(--block-spacer)*-1);top:100%}.classification-block .item:not(:last-child){margin:0 0 var(--block-spacer)}.classification-block h4{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:5px;margin:0 0 5px;text-transform:uppercase}.classification-block h4 span{font-weight:400;text-transform:none}.classification-block .ladder{display:flex;gap:2px}.classification-block .ladder .value{flex:1;font-size:.75rem;text-align:center}.classification-block .ladder .value .step{background:#b0b0b0;display:block;font-size:0;height:10px;margin:0 0 5px}.classification-block .ladder .value.selected{font-weight:600}.classification-block .ladder .value.selected .step{background:#bbeaac}.classification-block .ladder .value:first-child .step{border-radius:5px 0 0 5px}.classification-block .ladder .value:last-child .step{border-radius:0 5px 5px 0}.classification-block .ladder .value .label{display:block;padding:0 2.5px}.classification-block .single{color:#5f5e5e;font-size:.825rem}.cms-content p{margin:0 0 1.2em}.cms-content p:last-child{margin:0}.cms-content figure{margin:0 0 20px;width:fit-content}.cms-content figure.image{margin:0 auto 20px}.cms-content figure.image-style-side{float:right;margin-left:20px}.cms-content figure figcaption{font-size:.75rem;font-style:italic}.cms-content img{max-width:100%}.cms-content blockquote{border-left:2px solid #0b4934;margin:0 0 0 20px;padding-left:10px}@media (min-width:1000px){.cms-content blockquote{margin:0 0 0 40px}}.news-post-link{text-align:center}.news-post-link .button.news-post-link-style-green{background:#176d4b;border:2px solid #176d4b;color:#fff}.news-post-link .button.news-post-link-style-white{background:#fff;border:2px solid #176d4b;color:#176d4b}.culture-icon{--figure-size:43px;border-radius:50%;display:inline-flex;flex-shrink:0;height:var(--figure-size);margin:0;right:20px;top:20px;width:var(--figure-size)}.culture-icon img{width:100%}.culture-icon.large{--figure-size:83px}@media print{.culture-icon{display:none}}.filter-summary{padding-bottom:20px}.filter-summary .title{font-weight:600}.filter-summary .summary-content{list-style:none;margin:0;padding:0}.filter-summary .summary-content li{padding:5px 0}.filter-summary .summary-content li:first-child{margin-top:10px}.filter-summary .summary-element{align-items:center;border:1px solid #b0b0b0;border-radius:8px;display:inline-flex;gap:10px;padding:5px 15px;width:auto}.filter-summary .summary-element .remove{cursor:pointer;font-size:0;text-decoration:none}.filter-summary .summary-element .remove:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e906";font-family:icon,sans-serif!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.choices{margin:0}.choices[data-type*=select-one]:after{display:none}.choices[data-type*=select-one]:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;align-items:center;border-left:1px solid #898887;color:#0b4934;content:"\e902";display:inline-flex;font-family:icon,sans-serif!important;font-size:.875rem;font-style:normal;font-variant:normal;font-weight:400;height:35px;justify-content:center;line-height:1;position:absolute;right:0;text-transform:none;width:35px}@media print{.choices[data-type*=select-one]:before{display:none}}.choices[data-type*=select-one] .choices__inner{padding-bottom:0}.choices .choices__inner{background:#fff;border-color:#898887;border-radius:4px;font-size:1rem;min-height:35px;padding:3px 35px 3px 7.5px}@media print{.choices .choices__inner{padding:7.5px}}.choices .choices__input{background:#fff}.choices .choices__list--dropdown,.choices .choices__list[aria-expanded]{min-width:100%;width:auto;z-index:20}.choices .choices__list--dropdown .choices__item{padding:10px;white-space:nowrap}.choices .choices__list--multiple .choices__item{align-items:center;background:#0b4934;border-color:#0b4934;display:inline-flex;line-height:10px}.choices .choices__list--multiple .choices__item .choices__button{border-color:#fff}.choices .choices__list--single{display:inline-flex;padding:2px 4px 4px}.choices .choices__list--single .choices__item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.choices .choices__item.internal{color:#e83939}.choices.is-open .choices__inner{border-radius:6px 6px 0 0}.choices.is-open[data-type*=select-one]:after{display:none}.choices.is-open[data-type*=select-one]:before{content:"\e905"}.choices.large[data-type*=select-one]:before{height:48px;width:48px}.choices.large .choices__inner{font-weight:500;line-height:23px;min-height:48px;padding:7.5px 53px 7.5px 7.5px}@media print{.choices.large .choices__inner{padding:7.5px}}.choices.large .choices__placeholder{font-weight:400;opacity:.7}.choices.large.highlight .choices__inner{border-radius:24px}.choices.large.highlight.is-open .choices__inner{border-radius:24px 24px 0 0}.choices.thin[data-type*=select-one]:before{border-left:none;font-size:.5rem;height:22px;width:22px}.choices.thin .choices__input{padding:5px 10px}.choices.thin .choices__inner{line-height:20px;min-height:22px;padding:0 27px 0 10px}@media print{.choices.thin .choices__inner{padding:0 10px}}.choices.thin .choices__list{color:#5f5e5e;font-size:1rem;padding:0}.choices.thin .choices__list--dropdown .choices__item{padding:5px 10px}.choices.thin.highlight .choices__inner{border-radius:6px}.choices.thin.highlight.is-open .choices__inner{border-radius:6px 6px 0 0}.choices.highlight:before{border:none;color:#fff}.choices.highlight .choices__inner{background:#0b4934;border:2px solid transparent;border-radius:6px;color:#fff;font-weight:500}.choices.highlight.is-open .choices__inner{border-radius:6px 6px 0 0}.choices.highlight.is-disabled .choices__inner{background:rgba(11,73,52,.2)}.choices.highlight .choices__list--dropdown{border:2px solid #0b4934;border-radius:0 0 6px 6px;margin-top:-2px}input[type=email],input[type=password],input[type=text]{height:35px;line-height:10px}input[type=email],input[type=password],input[type=text],textarea{background:#fff;border:1px solid #898887;border-radius:6px;font-size:1rem;padding:7px 10px;width:100%}textarea{line-height:1.1em;min-height:175px}@media (min-width:1000px){form .inline-row{display:flex;gap:20px}form .inline-row>*{flex:1}}form.table-export{text-align:right}form .actions{align-items:center;display:flex}form .actions :last-child{margin-left:auto}form .actions .return:before{content:"\e900"}.form-row{font-size:.875rem;padding:10px 0}.form-row label{display:block;font-weight:600;margin:0 0 10px;text-transform:uppercase}.checkbox-wrapper,.radio-wrapper{--fake-input-size:20px;position:relative}.checkbox-wrapper input,.radio-wrapper input{height:0;margin:0;opacity:0;position:absolute;width:0}.checkbox-wrapper label,.radio-wrapper label{align-items:center;color:#5f5e5e;display:flex;font-size:.875rem;font-weight:500;margin:0;min-height:35px;text-transform:none}.checkbox-wrapper label:before,.radio-wrapper label:before{border:2px solid #898887;color:#fff;content:"";cursor:pointer;flex-shrink:0;font-size:.875rem;height:var(--fake-input-size);margin-right:10px;width:var(--fake-input-size)}.checkbox-wrapper input:checked+label,.radio-wrapper input:checked+label{color:#000;font-weight:600}.checkbox-wrapper input[disabled]+label:before,.radio-wrapper input[disabled]+label:before{cursor:default;opacity:.6}.checkbox-wrapper label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;align-items:center;border-radius:3px;display:inline-flex;font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;justify-content:center;line-height:1;text-transform:none}.checkbox-wrapper label:hover:before{background:rgba(11,73,52,.65);border-color:transparent;content:"\e907"}.checkbox-wrapper input:checked+label:before{background:#0b4934;border-color:transparent;content:"\e907"}.radio-wrapper{--fake-input-size:1rem}.radio-wrapper label:before{border-radius:50%}.radio-wrapper label:after{border:4px solid #fff;border-radius:50%;content:"";cursor:pointer;flex-shrink:0;height:var(--fake-input-size);margin-right:calc(var(--fake-input-size)*-1);order:-1;width:var(--fake-input-size)}.radio-wrapper label:hover:before{border-color:rgba(11,73,52,.65)}.radio-wrapper label:hover:after{background-color:rgba(11,73,52,.65)}.radio-wrapper input:checked+label:before{border-color:#0b4934}.radio-wrapper input:checked+label:after{background-color:#0b4934}.variety-legend{font-size:.75rem}.variety-legend strong,a{font-weight:500}a{color:#0b4934;text-decoration:underline}a:hover{text-decoration:none}a:focus{outline:none}a.icon-link{align-items:center;cursor:pointer;display:inline-flex;gap:10px;text-decoration:none}a.icon-link:after,a.icon-link:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;align-items:center;border-radius:4px;display:inline-flex;flex-shrink:0;font-family:icon,sans-serif!important;font-size:.875em;font-style:normal;font-variant:normal;font-weight:400;height:1.5em;justify-content:center;line-height:1;text-transform:none;width:1.5em}a.icon-link.primary:after,a.icon-link.primary:before{background:#0b4934;color:#fff}a.icon-link:hover:after,a.icon-link:hover:before{background:#0e5f44;color:#fff}a.icon-link:hover span{text-decoration:underline}.map-wrapper{position:relative}.network-module-page .map-wrapper{height:calc(100vh - 150px)}@media (min-width:1000px){.network-module-page .map-wrapper{height:calc(100vh - 80px)}}.map-wrapper .filter{align-items:center;display:flex;gap:10px}.network-module-page .map-wrapper .filter{align-items:stretch;background:#fff;border-radius:27.5px;flex-direction:column;padding:10px 12px;position:absolute;right:20px;top:20px;z-index:10}@media (min-width:500px){.network-module-page .map-wrapper .filter{align-items:center;flex-direction:row;right:50%;top:40px;transform:translateX(50%)}}.network-module-page .map-wrapper .filter .choices__list--dropdown{right:0}@media (min-width:500px){.network-module-page .map-wrapper .filter .choices__list--dropdown{right:auto}}.map-wrapper .explanation{background:#fff;border-radius:16px 16px 0 0;bottom:0;left:0;padding:10px 15px;position:absolute;width:100vw}@media (min-width:500px){.map-wrapper .explanation{border-radius:16px;bottom:40px;left:40px;max-width:460px}}.map-wrapper .explanation h1{align-items:baseline;display:flex;font-size:1.15rem;gap:20px}@media (min-width:500px){.map-wrapper .explanation h1{font-size:1.375rem}}.map-wrapper .explanation h1:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;color:#898887;content:"\e906";cursor:pointer;font-family:icon,sans-serif!important;font-size:1.1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.map-wrapper .explanation p{font-size:.9rem;line-height:1.15;margin:15px 0}.map-wrapper .explanation .action{text-decoration:none}.map-wrapper .explanation .action:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e901";font-family:icon,sans-serif!important;font-size:.75em;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:.5em;text-transform:none}.map-wrapper .explanation.closed h1:after{content:"\e905"}.map-wrapper .explanation.closed .action,.map-wrapper .explanation.closed p{display:none}.map-wrapper .map{height:100%;width:100%;z-index:0}.map-wrapper .custom-marker{background:url(/build/images/map.marker.9defdd61.svg) 50% 50%/cover;color:#fff;font-size:1.25rem;height:55px;line-height:2;text-align:center;width:40px}.map-wrapper .custom-map-tooltip .leaflet-popup-close-button{font-size:2rem;right:10px;top:10px}.map-wrapper .custom-map-tooltip .leaflet-popup-content{margin-right:34px}.map-wrapper .custom-map-tooltip .leaflet-popup-content h2{margin:0 0 10px}.map-wrapper .custom-map-tooltip .leaflet-popup-content h3{display:inline}.map-wrapper .custom-map-tooltip .leaflet-popup-content h3:last-child{display:none}.map-wrapper .custom-map-tooltip .leaflet-popup-content h3:after{content:" :"}.map-wrapper .custom-map-tooltip .leaflet-popup-content div{margin:0 0 5px}.map-wrapper .custom-map-tooltip .leaflet-popup-content .button{color:#fff;margin-top:20px}.map-wrapper .test-template,.map-wrapper .tests-data{display:none}.modal-wrapper{align-items:flex-start;background:rgba(0,0,0,.5);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:200}@media (min-width:1000px){.modal-wrapper{align-items:center}}.modal-wrapper.open{display:flex}.modal-wrapper .modal{background:#fff;display:flex;flex-direction:column;height:calc(100% - 90px);overflow:hidden;position:relative;width:100%}@media (min-width:1000px){.modal-wrapper .modal{border-radius:16px;height:auto;max-height:80vh;max-height:calc(100% - 40px);max-width:calc(100% - 40px);width:640px}}.modal-wrapper .modal-header{align-items:flex-start;background:#e7e6e6;display:flex;gap:20px;padding:20px}@media (min-width:1000px){.modal-wrapper .modal-header{padding:25px}}.modal-wrapper .modal-header .title{font-size:1.325rem;font-weight:600;margin:0;padding-top:1.5rem}@media (min-width:1000px){.modal-wrapper .modal-header .title{padding-top:0}}.modal-wrapper .modal-header .close{margin-left:auto;text-decoration:none}.modal-wrapper .modal-header .close:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e906";font-family:icon,sans-serif!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.modal-wrapper.no-header .modal-header{display:none}.modal-wrapper .modal-content{flex:1;margin:0;overflow:auto;padding:20px}@media (min-width:1000px){.modal-wrapper .modal-content{padding:25px}}.modal-wrapper .confirm-modal .title{font-size:1.15rem;font-weight:700;margin:0 0 20px}.modal-wrapper .confirm-modal .hook{font-size:.875rem;margin:0 0 40px}.modal-wrapper .confirm-modal .hook.warn{font-size:.75rem;letter-spacing:.125em}.modal-wrapper .confirm-modal .action{margin:0 0 20px}.modal-wrapper .cms-modal h2{font-size:1.15rem;font-weight:700;margin:0 0 20px}.modal-wrapper .cms-modal hr{border:none;border-top:1px solid;margin:60px auto;max-width:350px}.modal-wrapper .cms-modal p{font-size:.875rem}.modal-wrapper .cms-modal img{margin:0 0 20px;max-width:100%}.modal-wrapper .over-modal{background:#fff;border-radius:16px;bottom:0;display:flex;flex-direction:column;left:0;padding:20px;position:absolute;right:0;top:0}@media (min-width:1000px){.modal-wrapper .over-modal{padding:40px}}.modal-wrapper .over-modal .return:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e900";font-family:icon,sans-serif!important;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.modal-content-storage{display:none}.network-module-insert{align-items:center;background:#0b4934 url(/build/images/logo-filigran.a855881d.svg) no-repeat 110% 50%/auto 100%;border-radius:16px;box-shadow:0 3px 5px 0 rgba(0,0,0,.08);color:#fff;display:none;flex-direction:column;gap:20px;padding:30px 20px}@media (min-width:1000px){.network-module-insert{background-position:100% 20%;background-size:auto 170%;flex-direction:row;padding:20px}.network-module-insert:before{align-items:center;background:url(/build/images/icon-map-france.9a0a2d08.svg) no-repeat 50% 50%/75%;border-radius:10px;box-shadow:inset 0 0 0 2px #fff;content:"";display:inline-flex;flex-shrink:0;height:48px;justify-content:center;width:48px}}@media (min-width:1000px) and (min-width:1000px){.network-module-insert:before{background-size:65%;height:63px;width:63px}}.network-module-insert .title{align-items:center;display:flex;font-size:1.15rem;font-weight:500;gap:20px;margin:0 0 5px}@media (min-width:1000px){.network-module-insert .title{display:block;font-size:1.25rem}}.network-module-insert .title:before{align-items:center;background:url(/build/images/icon-map-france.9a0a2d08.svg) no-repeat 50% 50%/75%;border-radius:10px;box-shadow:inset 0 0 0 2px #fff;content:"";display:inline-flex;flex-shrink:0;height:48px;justify-content:center;width:48px}@media (min-width:1000px){.network-module-insert .title:before{background-size:65%;display:none;height:63px;width:63px}}.network-module-insert .hook{margin:0}.network-module-insert .button{margin:10px 0 0}@media (min-width:1000px){.network-module-insert .button{margin:0 0 0 40px}}.news-list{display:flex;flex-direction:column;gap:20px;margin:0 0 30px;order:1;width:100%}@media (min-width:1000px){.news-list{flex-direction:row;flex-wrap:wrap;margin:0}.news-list .item{flex-basis:calc(33.33333% - 13.33333px)}}.news-item{background:#fff;border-radius:16px;box-shadow:0 3px 5px 0 rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.news-item.organic{position:relative}.news-item.organic:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;align-items:center;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #bbeaac;color:#bbeaac;content:"\e915";display:inline-flex;font-family:icon,sans-serif!important;font-size:1.7rem;font-style:normal;font-variant:normal;font-weight:400;height:44px;justify-content:center;line-height:1;padding-bottom:3px;position:absolute;right:15px;text-transform:none;top:15px;width:44px}.news-item .news-tags{margin:0 0 15px}.news-item figure{background:#bbeaac;height:135px;margin:0}@media (min-width:1000px){.news-item figure{height:150px}}.news-item figure img{height:100%;object-fit:cover;width:100%}.news-item .body{padding:15px 15px 5px}@media (min-width:1000px){.news-item .body{padding:30px 30px 5px}}.news-item .footer{margin-top:auto;padding:5px 15px 15px}@media (min-width:1000px){.news-item .footer{padding:5px 30px 30px}}.news-item .published-date{color:#5f5e5e;font-size:.75rem;margin:0 0 5px}.news-item h3{color:#05291e;font-size:1.5rem;font-weight:600;margin:0 0 auto}.news-item h3 a{color:inherit;text-decoration:none}.news-tags{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.news-tags .tag{border-radius:.69rem;color:inherit;font-size:.75rem;font-weight:500;height:1.38rem;line-height:1.38rem;padding:0 10px;text-decoration:none;white-space:nowrap}.news-tags .tag,.news-tags .tag:hover{background:#bbeaac}.news-tags .more{font-size:0}.news-tags .more:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;color:#0b4934;content:"\e90a";font-family:icon,sans-serif!important;font-size:1.25rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.overflow-slider{display:flex}@media print{.productivity-chart{break-inside:avoid}}.productivity-chart .productivity-chart-header{margin:0 0 20px;padding:0 10px}@media (min-width:800px){.productivity-chart .productivity-chart-header{align-items:center;display:flex;gap:20px}}.productivity-chart .productivity-chart-header .choices{margin-bottom:20px;min-width:190px}@media (min-width:800px){.productivity-chart .productivity-chart-header .choices{margin-bottom:0}}.productivity-chart .productivity-chart-header .yield-summary{align-items:flex-end;display:flex;font-weight:500;gap:20px;justify-content:space-between;margin-left:auto}@media (min-width:800px){.productivity-chart .productivity-chart-header .yield-summary{gap:30px;justify-content:flex-end}}.productivity-chart .productivity-chart-header .yield-summary p{font-size:1.15rem;line-height:1;margin:0}.productivity-chart .productivity-chart-header .yield-summary .tooltip-trigger{font-size:.8em;margin-left:10px}.productivity-chart .productivity-chart-header .yield-summary .data{display:inline-block;font-size:1.5em;margin-right:.25em}.productivity-chart .productivity-chart-header .yield-summary [label]{font-size:.75rem}@media (min-width:1000px){.productivity-chart .productivity-chart-header .yield-summary [label]{font-size:.9rem}}.productivity-chart .productivity-chart-wrapper{background:#e7e6e6;border-radius:12px;margin:0 auto 20px;padding:20px;position:relative}@media (min-width:1000px){.productivity-chart .productivity-chart-wrapper{padding:20px 40px}}.productivity-chart .productivity-chart-wrapper:not(:last-child){margin-bottom:30px}.productivity-chart .productivity-chart-wrapper .chart-title{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:0 0 20px}.productivity-chart .productivity-chart-wrapper .chart-title h3{margin:0}.productivity-chart .productivity-chart-wrapper .chart-title span{display:none}@media (min-width:1000px){.productivity-chart .productivity-chart-wrapper .chart-title span{color:#5f5e5e;display:block;font-size:.8rem;font-style:italic}}.productivity-chart .productivity-chart-wrapper .legend{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:center;list-style:none;margin:0 auto 15px;max-width:800px;padding:0}.productivity-chart .productivity-chart-wrapper .legend .item{align-items:center;display:flex;font-size:.75rem;gap:10px}.productivity-chart .productivity-chart-wrapper .legend .item .chip{border-radius:50%;flex-shrink:0;height:1.5em;width:1.5em}.star-wrapper{display:inline-flex;font-size:inherit;gap:5px}.star-wrapper .star:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e917";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.star-wrapper .label{display:none}.switcher{align-items:center;background:#e7e6e6;border-radius:5.6px;display:inline-flex;padding:4px}.switcher span{background:#0b4934;border-radius:5.6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:400;height:2.2em;line-height:2.2em;min-width:65px;padding:0 10px;text-align:center}.switcher span.inactive{background:none;color:inherit}.tab-wrapper .tabs{display:flex}.tab-wrapper .tabs a{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;text-decoration:none}.tab-wrapper .tab-content{display:none}.tab-wrapper .tab-content.active{display:block}.table-wrapper{overflow:auto;width:100%}.table-wrapper:not(:last-child){margin-bottom:20px}@media print{.table-wrapper{overflow:visible}}.table-wrapper table{border-spacing:0;font-size:.75rem;min-width:100%}.table-wrapper table td,.table-wrapper table th{background:#fff;border-bottom:1px solid #b0b0b0;border-spacing:0;padding:10px;text-align:left}.table-wrapper table td:nth-child(2n),.table-wrapper table th:nth-child(2n){background:#f6f5f5}.table-wrapper table td:first-child,.table-wrapper table th:first-child{border-left:1px solid #b0b0b0}.table-wrapper table td:last-child,.table-wrapper table th:last-child{border-right:1px solid #b0b0b0}.table-wrapper table td.unstripped,.table-wrapper table th.unstripped{background:#fff}.table-wrapper table td[rowspan],.table-wrapper table th[rowspan]{border-right:1px solid #b0b0b0}.table-wrapper table tr.reverse-strip td,.table-wrapper table tr.reverse-strip th{background:#e7e6e6}.table-wrapper table tr.reverse-strip td:nth-child(2n),.table-wrapper table tr.reverse-strip th:nth-child(2n){background:#fff}.table-wrapper table tr.reverse-strip td:first-child,.table-wrapper table tr.reverse-strip th:first-child{border-left:none}.table-wrapper table th{font-weight:600;left:0;position:sticky;z-index:1}.table-wrapper table thead th{top:0;z-index:2}.table-wrapper table thead th:first-child{z-index:3}.table-wrapper table thead th:first-child[rowspan]{z-index:5}.table-wrapper table thead tr.group td{background:#fff;border:none!important;padding:0;z-index:0}.table-wrapper table thead tr.group td:first-child{min-width:20px}.table-wrapper table thead tr.group~tr th{border-top:1px solid #b0b0b0!important;left:20px}.table-wrapper table tbody tr.group td{background:#bbeaac;border:none!important;left:0;padding:2px;position:sticky}.table-wrapper table tbody tr.group td:first-child{min-width:20px}.table-wrapper table tbody tr.group td.above{border-bottom:1px solid #b0b0b0!important}.table-wrapper table tbody tr.group td span{display:block;text-orientation:mixed;transform:rotate(180deg);white-space:nowrap;writing-mode:vertical-rl}.table-wrapper table tbody tr.group~tr td,.table-wrapper table tbody tr.group~tr th{left:20px}.table-wrapper table tbody tr.void td{background:#fff;border:none!important;left:0!important;padding:0;position:sticky}.table-wrapper table tbody:first-child tr:first-child td,.table-wrapper table tbody:first-child tr:first-child th,.table-wrapper table thead:first-child tr:first-child td,.table-wrapper table thead:first-child tr:first-child th{border-top:1px solid #b0b0b0}.table-wrapper table:not(.show-all) tr.void,.table-wrapper table:not(.show-all) tr.void~tr{display:none}.table-actions{text-align:center}a[table-show-all]:before{content:"\e901"}.toast{display:none}.toaster{position:fixed;right:0;top:70px;width:100%;z-index:99}@media (min-width:1000px){.toaster{top:100px;width:390px}}.toaster .toast{align-items:center;border:2px solid;border-radius:5px 0 0 5px;border-right:none;display:flex;gap:15px;margin:2.5px;padding:10px;transform:translateX(150%);transition:transform ease-in-out}.toaster .toast:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.toaster .toast-danger{background-color:#fff;border-color:#a81313;color:#a81313}.toaster .toast-danger:before{background-color:#e83939;border-radius:5px;color:#fff;content:"\e906";padding:10px}.toaster .toast-info{background-color:#fff;border-color:#c79c07;color:#c79c07}.toaster .toast-info:before{background-color:#f8ce3c;border-radius:5px;color:#fff;content:"\e90c";padding:10px}.toaster .toast-success{background-color:#fff;border-color:#8fbd3a;color:#8fbd3a}.toaster .toast-success:before{background-color:#bbd984;border-radius:5px;color:#fff;content:"\e907";padding:10px}.toaster .toast .close{cursor:pointer;height:1rem;margin-left:auto}.toaster .toast .close:after{content:"\e906"}.toaster .toast .close:after,.tooltip-trigger:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.tooltip-trigger:after{color:#0b4934;content:"\e90c"}@media print{.tooltip-trigger{display:none}}.tooltip-content{background:#e7e6e6;border-radius:5px;box-shadow:0 0 0 1px #898887;display:none;font-size:.75rem;margin-left:10px;max-width:80vw;padding:10px;position:absolute;transform:translateY(-50%);width:250px;z-index:300}.tooltip-content:before{background:#e7e6e6;border-left:1px solid #898887;border-top:1px solid #898887;content:"";height:10px;left:-1px;position:absolute;top:50%;transform:translateY(-50%) rotate(-45deg);transform-origin:0 100%;width:10px}.tooltip-content.active{display:block}.tooltip-content.right{margin-left:-10px}.tooltip-content.right:before{border:1px solid #898887;border-left:none;border-top:none;left:calc(100% + 1px)}.variety-search-wrapper{margin:0 auto;max-width:760px}.variety-search-wrapper .tabs{gap:7px}.variety-search-wrapper .tabs a{background:hsla(0,0%,100%,.36);border-radius:15px 15px 0 0;color:#000;flex:1;font-size:1.25rem;font-weight:600;height:55px;padding:0 15px}@media (min-width:1000px){.variety-search-wrapper .tabs a{flex:0;flex-basis:220px}}.variety-search-wrapper .tabs a:hover{background:hsla(0,0%,100%,.68)}.variety-search-wrapper .tabs a.active{background:#fff}.variety-search-wrapper .tab-content{background:#fff;border-radius:0 0 15px 15px;padding:20px}@media (min-width:1000px){.variety-search-wrapper .tab-content{border-radius:0 15px 15px 15px;padding:40px}}.variety-search-wrapper .hook{font-weight:500;line-height:1.1;margin:0 0 20px}@media (min-width:1000px){.variety-search-wrapper .button{font-size:.9rem;width:140px}.variety-search-wrapper .choices{width:calc(50% - 80px)}}.variety-search-wrapper .select-variety-form{display:flex;flex-direction:column;gap:10px}@media (min-width:1000px){.variety-search-wrapper .select-variety-form{flex-direction:row}.variety-search-wrapper .select-variety-form .variety-selector{flex:1;position:relative}}.variety-search-wrapper .select-variety-form .variety-selector form{display:flex;flex-direction:column;gap:10px}@media (min-width:1000px){.variety-search-wrapper .select-variety-form .variety-selector form{flex-direction:row}}.variety-search-wrapper .select-variety-form .variety-selector form .choices{flex:1}.variety-search-wrapper .select-variety-form .variety-selector .error{color:#e83939;font-size:.875rem;margin:0}@media (min-width:1000px){.variety-search-wrapper .select-variety-form .variety-selector .error{left:0;position:absolute;top:100%}}.variety-search-wrapper .choose-variety-form{display:flex;flex-direction:column;gap:10px}@media (min-width:1000px){.variety-search-wrapper .choose-variety-form{flex-direction:row}}.variety-forms-togglable{max-height:0;overflow:hidden;position:sticky;top:50px;transition:.3s;z-index:20}@media (min-width:1000px){.variety-forms-togglable{top:80px}}@media print{.variety-forms-togglable{display:none}}.variety-search-open .variety-forms-togglable{max-height:390px}.variety-search-open.select-open .variety-forms-togglable{overflow:visible}.variety-forms-togglable .content{margin:0 auto;max-width:1200px;max-width:1320px;padding:40px 20px 20px;position:relative;width:100%}@media (min-width:1000px){.variety-forms-togglable .content{padding:40px}}.variety-forms-togglable .variety-search-toggle{align-items:center;cursor:pointer;display:inline-flex;position:absolute;right:20px;text-decoration:none;top:15px}@media (min-width:1000px){.variety-forms-togglable .variety-search-toggle{top:40px}}.variety-forms-togglable .variety-search-toggle span{text-decoration:underline}.variety-forms-togglable .variety-search-toggle:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e906";font-family:icon,sans-serif!important;font-size:.75em;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:.5em;text-transform:none}.variety-block{--column-count:4;border-radius:16px;gap:10px;padding:var(--block-spacer)}@media (min-width:500px){.variety-block{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}}@media print{.variety-block{gap:10px}}.variety-block .item:not(:last-child){margin:0 0 10px}@media (min-width:500px){.variety-block .item:not(:last-child){margin:0}.variety-block .item{flex-basis:calc((100% - 20px*(var(--column-count) - 1))/var(--column-count))}}.variety-block .item span,.variety-block .item strong{display:block}.variety-block .item strong{font-size:.875rem;font-weight:600;margin-bottom:5px;text-transform:uppercase}.variety-block .item span{color:#5f5e5e;font-size:.825rem;font-weight:500}.quoting-block{--column-count:3;border:1px solid #b0b0b0}.quoting-block:not(:last-child){margin:0 0 30px}.identity-block{background:rgba(187,234,172,.2)}.view-selector{display:flex}.view-selector a{align-items:stretch;background:#fff;border:1px solid #0b4934;color:#0b4934;display:inline-flex;flex:1;justify-content:center;min-height:35px;padding:5px 15px;text-align:center;text-decoration:none}@media (min-width:1000px){.view-selector a{flex-basis:auto;flex-grow:0;min-width:110px}}.view-selector a:hover{background:rgba(187,234,172,.2)}.view-selector a.active{background:#0b4934;color:#fff}.view-selector a:first-child{border-radius:8px 0 0 8px}.view-selector a:last-child{border-radius:0 8px 8px 0}.view-filtered:not(.active){display:none}.error-page{background:#fff}.error-page .page-wrapper{align-items:center;display:flex;flex:1;flex-direction:column;gap:20px;justify-content:center}@media (min-width:1000px){.error-page .page-wrapper{gap:30px}}.error-page figure{align-items:center;color:#0b4934;display:flex;font-size:6rem;gap:.15em;line-height:1;margin:0}@media (min-width:1000px){.error-page figure{font-size:12rem;gap:.25em}}.error-page figure .icon{font-size:0}.error-page figure .icon:before{--error-icon-width:4.5rem;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;align-items:center;border:2px solid #0b4934;border-radius:50%;content:"\e91c";display:inline-flex;font-family:icon,sans-serif!important;font-size:2.5rem;font-style:normal;font-variant:normal;font-weight:400;height:var(--error-icon-width);justify-content:center;line-height:1;text-transform:none;width:var(--error-icon-width)}@media (min-width:1000px){.error-page figure .icon:before{--error-icon-width:9rem;border-width:4px;font-size:5rem}}.error-page h1{font-size:1.5rem;font-weight:600;margin:0}@media (min-width:1000px){.error-page h1{font-size:2.375rem}}.form-page h1{font-size:1.625rem;font-weight:600;margin:0 0 5px}@media (min-width:1000px){.form-page h1{font-size:2.375rem}}.form-page .intro{margin:0 0 20px}@media (min-width:1000px){.form-page .intro{margin:0 0 40px}}.form-page form{margin:0 auto;max-width:600px}.homepage header .variety-search-toggle{display:none}.homepage h2{font-size:1.625rem;font-weight:600;margin:0 0 15px}@media (min-width:1000px){.homepage h2{font-size:2.25rem;margin:0 0 40px}}.homepage .banner-home{margin:0 auto;max-width:1200px;padding:0 20px;padding-block:40px;position:relative;width:100%}@media (min-width:1000px){.homepage .banner-home{padding-block:90px}}.homepage .banner-home h1{color:#05291e;font-size:2.25rem;font-weight:500;line-height:1.1;margin:0 0 30px;max-width:650px}@media (min-width:1000px){.homepage .banner-home h1{font-size:3rem;margin-bottom:40px}.homepage .banner-home .variety-search-wrapper{margin:0}.homepage .banner-home .variety-search-wrapper .tab-content{box-shadow:0 3px 5px 0 rgba(0,0,0,.08)}}.homepage .services{margin-bottom:40px}@media (min-width:1000px){.homepage .services{margin-bottom:80px;padding-top:40px}.homepage .services .service{align-items:center;display:flex;gap:80px;justify-content:space-between}}.homepage .services .service:not(:last-child){margin:0 0 40px}@media (min-width:1000px){.homepage .services .service:not(:last-child){margin:0 0 110px}}.homepage .services .service:nth-child(odd){flex-direction:row-reverse}.homepage .services .service picture{display:none;max-width:650px;width:56%}@media (min-width:1000px){.homepage .services .service picture{display:block}}.homepage .services .service picture img{width:100%}.homepage .services .service .service-content{flex:1}.homepage .services .service .summary{margin:0 0 15px}@media (min-width:1000px){.homepage .services .service .summary{margin:0 0 40px}}.homepage .services .service p{margin:0 0 10px}@media (min-width:1000px){.homepage .services .service p{margin:0 0 10px}}.homepage .services .service p:last-child{margin:0}.homepage .latest-results{padding:20px 0}@media (min-width:1000px){.homepage .latest-results{padding:50px 0}}.homepage .latest-results .hook p{margin:0 0 15px}.homepage .latest-results .actions{align-items:center;display:flex;gap:15px;margin:0 0 20px}@media (min-width:1000px){.homepage .latest-results .actions{margin:0 0 40px}}.homepage .latest-results .actions a:first-child{margin-right:auto}@media (max-width:999px){.homepage .latest-results .actions a:not(:first-child){display:none}}.homepage .latest-results .actions .prev:before{content:"\e900"}.homepage .latest-results .actions .next:before{content:"\e901"}.homepage .latest-results .overflow-slider{display:flex;margin:0 -20px;overflow:auto;padding:0 20px}@media (min-width:1000px){.homepage .latest-results .overflow-slider{margin:0;overflow:visible;padding:0}}.homepage .latest-results .overflow-slider .panel{flex-basis:calc(50% - 20px);flex-shrink:0;max-width:250px;padding:0 5px;transition:.3s}@media (min-width:1000px){.homepage .latest-results .overflow-slider .panel{padding:0 10px}}@media (max-width:999px){.homepage .latest-results .overflow-slider .panel{transform:none!important}}.homepage .latest-results .overflow-slider .item{background:#fff;border-radius:12px;box-shadow:0 3px 5px 0 rgba(0,0,0,.08);flex-basis:calc(50% - 40px);flex-shrink:0;height:100%;max-width:250px;padding:15px}@media (min-width:1000px){.homepage .latest-results .overflow-slider .item{padding:25px}}.homepage .latest-results .overflow-slider .item:not(:first-child){margin-left:10px}@media (min-width:1000px){.homepage .latest-results .overflow-slider .item:not(:first-child){margin-left:20px}}.homepage .latest-results .overflow-slider.ready{padding:0 15px}@media (min-width:1000px){.homepage .latest-results .overflow-slider.ready{margin:0 -10px;padding:0}}.homepage .latest-results .item{display:flex;flex-direction:column}.homepage .latest-results .item .culture{align-items:center;color:#5f5e5e;display:flex;font-size:.815rem;gap:15px;margin:0 0 15px}.homepage .latest-results .item .culture-icon{display:none}@media (min-width:1000px){.homepage .latest-results .item .culture-icon{display:inline-flex}}.homepage .latest-results .item h3{color:#05291e;font-size:1rem;font-weight:700;margin:0 0 25px}@media (min-width:1000px){.homepage .latest-results .item h3{font-size:1.125rem}}.homepage .latest-results .item h3 a{color:inherit;text-decoration:none}.homepage .latest-results .item>a{font-weight:500;margin-top:auto}.homepage .news-part{padding-bottom:50px;padding-top:50px}@media (min-width:1000px){.homepage .news-part{display:flex;flex-wrap:wrap;padding-bottom:60px;padding-top:60px}}.homepage .news-part h2{margin:0 0 30px}@media (min-width:1000px){.homepage .news-part h2{margin:0 auto 40px 0}}.news-list-page .page-title{align-items:center;display:flex;justify-content:space-between;margin:0 0 20px}@media (min-width:1000px){.news-list-page .page-title{margin:0 0 40px}}.news-list-page .page-title h1{font-size:2.125rem;font-weight:600;margin:0}@media (min-width:1000px){.news-list-page .page-title h1{font-size:2.25rem}}.news-list-page .page-title h1 span{display:none}@media (min-width:1000px){.news-list-page .page-title h1 span{display:inline}}.news-list-page .page-title h1 span:before{content:" - "}.news-list-page .page-title>a.icon-link{font-size:.875rem}.news-list-page .page-title>a.icon-link:before{content:"\e908"}.news-list-page .pagination-wrapper{align-items:center;display:flex;justify-content:center;margin-top:20px}.news-list-page .pagination-wrapper a.news-item-more{margin:0 20px}.news-show-page .news-preheader{align-items:center;display:flex;margin:0 0 20px}.news-show-page .news-preheader .organic{flex-shrink:0;font-size:0;margin-left:auto}.news-show-page .news-preheader .organic:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;align-items:center;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #bbeaac;color:#bbeaac;content:"\e915";display:inline-flex;font-family:icon,sans-serif!important;font-size:1.7rem;font-style:normal;font-variant:normal;font-weight:400;height:44px;justify-content:center;line-height:1;padding-bottom:3px;text-transform:none;width:44px}.news-show-page .news-information{display:flex;margin:0 0 10px}.news-show-page .news-information .published-date{color:#5f5e5e;font-size:.75rem;margin:0}@media (min-width:1000px){.news-show-page .news-information .published-date{font-size:.875rem}}.news-show-page h1{font-size:1.625rem;font-weight:600;margin:0 0 20px}@media (min-width:1000px){.news-show-page h1{font-size:2.375rem;margin:0 0 30px}}.variety-page h1{font-size:2.125rem;font-weight:600;margin:0 0 5px}@media (min-width:1000px){.variety-page h1{font-size:2.375rem}}.variety-page h2{font-size:1.125rem;font-weight:600;margin:0 0 15px}@media (min-width:1000px){.variety-page h2{font-size:1.375rem}}.variety-page .icon-link.filter:before{content:"\e908"}.variety-page .icon-link.criteria:before{content:"\e91e"}.variety-page .page-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px}@media (min-width:1000px){.variety-page .page-header{flex-wrap:nowrap}}.variety-page .page-header .title-department{flex:1}.variety-page .page-header .print{white-space:nowrap}@media print{.variety-page .title-department{align-items:center;display:flex;justify-content:space-between;width:100%}}.variety-page .title-department form{align-items:center;display:flex;gap:10px}.variety-page .title-department form:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;color:#bbeaac;content:"\e916";font-family:icon,sans-serif!important;font-size:.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.variety-page .results-title{margin:0 0 15px}@media (min-width:1000px){.variety-page .results-title{align-items:center;display:flex}.variety-page .results-title h2{margin:0}}.variety-page .results-title>.actions{margin-left:auto;text-align:right}@media print{.variety-page .results-title>.actions{display:none}}.variety-page .results-title>.actions>*{text-align:left}.variety-page .results-title>.actions>a:not(:last-of-type){margin-right:40px;position:relative}.variety-page .results-title>.actions>a:not(:last-of-type):after{background:#898887;content:"";height:1.2em;pointer-events:none;position:absolute;right:-20px;top:50%;transform:translate(-50%,-50%);width:1px}.variety-page .results-subtitle{margin:-10px 0 10px}.variety-page .results-scores-subtitle{font-size:.9rem;margin:0 0 .9rem}.variety-page .results-scores-subtitle:last-of-type{margin-bottom:10px}.variety-page .results .variety-name{white-space:nowrap}.variety-page .results .variety-name.internal{color:#e83939}.variety-page .compare-wrapper{margin-top:5px}@media print{.variety-page .compare-wrapper{display:none}}.varieties-choose-page .title-department h2{font-size:1.2rem;margin:40px 0 20px}.varieties-choose-page .culture-description p{margin:0}.varieties-compare-page .results-title p{font-size:.875rem;margin:0}.varieties-compare-page .results .button.selected:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e907";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:.5em;text-transform:none}.varieties-compare-page .results .compare-remove{color:#000;font-size:0;margin-left:10px;text-decoration:none}@media print{.varieties-compare-page .results .compare-remove{display:none}}.varieties-compare-page .results .compare-remove:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e906";font-family:icon,sans-serif!important;font-size:.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.varieties-compare-page .results .compare-remove:hover{color:#0b4934}.varieties-compare-page .results .compare-remove:hover:before{border-bottom:1px solid}@media print{.varieties-compare-page .results .links{display:none}}.varieties-compare-page .results .links td{text-align:center}.varieties-compare-page .results .icon-link.criteria:before{content:"\e91f"}.variety-show-page{--block-spacer:15px}@media (min-width:500px){.variety-show-page{--block-spacer:25px}}@media print{.variety-show-page{--block-spacer:10px}.variety-show-page .page-header .title-culture{align-items:center;display:flex;justify-content:space-between;width:100%}}.variety-show-page .page-header .title-culture h1.internal{color:#e83939}.variety-show-page .page-header .culture-name{align-items:center;display:inline-flex;gap:10px}.variety-show-page .page-header .culture-name span{background:#fff;border:1px solid #b0b0b0;border-radius:6px;color:#5f5e5e;font-size:1rem;line-height:20px;padding:0 10px}.variety-show-page .identity-block,.variety-show-page .quoting-block{--column-count:4;border-radius:16px;gap:10px;padding:var(--block-spacer)}@media (min-width:500px){.variety-show-page .identity-block,.variety-show-page .quoting-block{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}}@media print{.variety-show-page .identity-block,.variety-show-page .quoting-block{gap:10px}}.variety-show-page .identity-block .item:not(:last-child),.variety-show-page .quoting-block .item:not(:last-child){margin:0 0 10px}@media (min-width:500px){.variety-show-page .identity-block .item:not(:last-child),.variety-show-page .quoting-block .item:not(:last-child){margin:0}.variety-show-page .identity-block .item,.variety-show-page .quoting-block .item{flex-basis:calc((100% - 20px*(var(--column-count) - 1))/var(--column-count))}}.variety-show-page .identity-block .item span,.variety-show-page .identity-block .item strong,.variety-show-page .quoting-block .item span,.variety-show-page .quoting-block .item strong{display:block}.variety-show-page .identity-block .item strong,.variety-show-page .quoting-block .item strong{font-size:.875rem;font-weight:600;margin-bottom:5px;text-transform:uppercase}.variety-show-page .identity-block .item span,.variety-show-page .quoting-block .item span{color:#5f5e5e;font-size:.825rem;font-weight:500}.variety-show-page .identity-block{background:#effaf3}.variety-show-page .quoting-block{--column-count:3;border:1px solid #b0b0b0}.variety-show-page .quoting-block:not(:last-child){margin:0 0 30px}@media (min-width:500px){.variety-show-page .classification-wrapper{column-count:2;column-gap:30px}}.variety-show-page .classification-block{border:1px solid rgba(95,94,94,.17);border-radius:16px;padding:var(--block-spacer)}@media print{.variety-show-page .classification-block{break-inside:avoid}}.variety-show-page .classification-block:not(:last-child){margin:0 0 15px}@media (min-width:500px){.variety-show-page .classification-block{break-inside:avoid}}.variety-show-page .classification-block h3{font-size:1.125rem;font-weight:600;margin:0 0 var(--block-spacer);padding:0 0 var(--block-spacer);position:relative}@media (min-width:500px){.variety-show-page .classification-block h3{font-size:1.375rem}}.variety-show-page .classification-block h3:before{background:rgba(95,94,94,.17);content:"";height:1px;left:calc(var(--block-spacer)*-1);position:absolute;right:calc(var(--block-spacer)*-1);top:100%}.variety-show-page .classification-block .item:not(:last-child){margin:0 0 var(--block-spacer)}.variety-show-page .classification-block h4{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:5px;margin:0 0 5px;text-transform:uppercase}.variety-show-page .classification-block h4 span{font-weight:400;text-transform:none}.variety-show-page .classification-block .ladder{display:flex;gap:2px}.variety-show-page .classification-block .ladder .value{flex:1;font-size:.75rem;text-align:center}.variety-show-page .classification-block .ladder .value .step{background:#e7e6e6;display:block;font-size:0;height:10px;margin:0 0 5px}.variety-show-page .classification-block .ladder .value.selected{font-weight:600}.variety-show-page .classification-block .ladder .value.selected .step{background:#bbeaac}.variety-show-page .classification-block .ladder .value:first-child .step{border-radius:5px 0 0 5px}.variety-show-page .classification-block .ladder .value:last-child .step{border-radius:0 5px 5px 0}.variety-show-page .classification-block .ladder .value .label{display:block;padding:0 2.5px}.variety-show-page .classification-block .single{color:#5f5e5e;font-size:.825rem}.variety-show-page .productivity-chart-header{margin:0 0 20px;padding:0 10px}@media (min-width:800px){.variety-show-page .productivity-chart-header{align-items:center;display:flex;gap:20px}}.variety-show-page .productivity-chart-header .choices{margin-bottom:20px;min-width:190px}@media (min-width:800px){.variety-show-page .productivity-chart-header .choices{margin-bottom:0}}.variety-show-page .productivity-chart-header .yield-summary{align-items:flex-end;display:flex;font-weight:500;gap:20px;justify-content:space-between;margin-left:auto}@media (min-width:800px){.variety-show-page .productivity-chart-header .yield-summary{gap:30px;justify-content:flex-end}}.variety-show-page .productivity-chart-header .yield-summary p{font-size:1.15rem;line-height:1;margin:0}.variety-show-page .productivity-chart-header .yield-summary .tooltip-trigger{font-size:.8em;margin-left:10px}.variety-show-page .productivity-chart-header .yield-summary .data{display:inline-block;font-size:1.5em;margin-right:.25em}.variety-show-page .productivity-chart-header .yield-summary [label]{font-size:.75rem}@media (min-width:1000px){.variety-show-page .productivity-chart-header .yield-summary [label]{font-size:.9rem}}.variety-show-page .productivity-chart-wrapper{background:#f6f5f5;border-radius:12px;margin:0 auto 20px;padding:20px;position:relative}@media (min-width:1000px){.variety-show-page .productivity-chart-wrapper{padding:20px 40px}}.variety-show-page .productivity-chart-wrapper:not(:last-child){margin-bottom:30px}.variety-show-page .productivity-chart-wrapper .chart-title{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:0 0 20px}.variety-show-page .productivity-chart-wrapper .chart-title h3{margin:0}.variety-show-page .productivity-chart-wrapper .chart-title span{display:none}@media (min-width:1000px){.variety-show-page .productivity-chart-wrapper .chart-title span{color:#5f5e5e;display:block;font-size:.8rem;font-style:italic}}.variety-show-page .productivity-chart-wrapper canvas{height:600px}@media print{.variety-show-page .productivity-chart-wrapper canvas{max-height:400px}}.variety-show-page .productivity-chart-wrapper .legend{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:center;list-style:none;margin:0 auto 15px;max-width:800px;padding:0}.variety-show-page .productivity-chart-wrapper .legend .item{align-items:center;display:flex;font-size:.75rem;gap:10px}.variety-show-page .productivity-chart-wrapper .legend .item .chip{border-radius:50%;flex-shrink:0;height:1.5em;width:1.5em}.variety-show-page .result-wrapper h3{font-size:.925rem;font-weight:500;margin:0 0 20px}.variety-show-page .result-wrapper .view-selector{margin:0 0 20px}@media (min-width:1000px){.variety-show-page .result-wrapper .view-selector{justify-content:center}}@media print{.variety-show-page .result-wrapper:not(:last-child){break-before:always}}.variety-show-page .result-wrapper .map-wrapper .filter{justify-content:center;margin:0 0 20px}@media (min-width:1000px){.variety-show-page .result-wrapper .map-wrapper .filter{justify-content:flex-end}}.variety-show-page .result-wrapper .map-wrapper .map{height:70vh;margin:0 0 20px}@media (min-width:1000px){.variety-show-page .result-wrapper .map-wrapper .map{height:600px}}.variety-show-page .geves-legend{font-size:.75rem;margin:-15px 0 20px}.testing-detail-panel .aside-wrapper{margin:0 auto 0 0;max-width:500px}.testing-detail-panel .title{font-size:1.2rem}.testing-detail-panel .title span{display:block;font-size:1rem;font-weight:400}.testing-detail-panel .content{padding-top:0}.testing-detail-panel .footer{display:none}.testing-detail-panel .foldable .fold-label{font-weight:700;text-transform:none}.testing-detail-panel .foldable.open .fold-content{padding:0 0 20px}.testing-detail-panel .part-title{font-weight:700;line-height:2em;padding-top:20px}.testing-detail-panel .overflow-slider{flex:1;overflow:auto}@media (min-width:1000px){.testing-detail-panel .overflow-slider{overflow:hidden}}.testing-detail-panel .overflow-slider .panel{transition:.2s}.testing-detail-panel .next,.testing-detail-panel .prev{cursor:pointer;display:none;text-decoration:none}@media (min-width:1000px){.testing-detail-panel .next,.testing-detail-panel .prev{display:block}}.testing-detail-panel .next[disabled],.testing-detail-panel .prev[disabled]{opacity:0;pointer-events:none}.testing-detail-panel .next:before,.testing-detail-panel .prev:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;content:"\e903";font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.testing-detail-panel .next:before{content:"\e904"}.testing-detail-panel .filter-item{padding-left:10px}.testing-detail-panel .filter-item:not(:last-child){margin:0 0 10px}.testing-detail-panel .filter-item label{display:block;margin:0 0 5px}.testing-detail-panel .filter-item .options-wrapper{align-items:center;display:flex;gap:5px;margin-left:-10px}.testing-detail-panel .filter-item .options-wrapper .panel{padding:0 5px}.testing-detail-panel .filter-item .options-wrapper .item input{height:0;opacity:0;position:absolute;width:0}.testing-detail-panel .filter-item .options-wrapper .item input+span{align-items:center;background:rgba(187,234,172,.5);border-radius:1em;color:#0b4934;cursor:pointer;display:inline-flex;font-size:1rem;height:2em;justify-content:center;min-width:60px;padding:0 15px;text-decoration:none;white-space:nowrap}.testing-detail-panel .filter-item .options-wrapper .item input+span:hover{background:rgba(187,234,172,.7)}.testing-detail-panel .filter-item .options-wrapper .item input:checked+span{background:#0b4934;color:#fff}.testing-detail-panel .partner-bar{align-items:center;border-bottom:1px solid #b0b0b0;display:flex;gap:5px;margin:0 -30px 20px;padding:0 10px}.testing-detail-panel .partner-bar .tabs{flex:1;gap:20px;margin-bottom:-1px}.testing-detail-panel .partner-bar .item{color:inherit;font-weight:400;padding:10px 0 15px;position:relative;white-space:nowrap}.testing-detail-panel .partner-bar .item.active{color:#0b4934;font-weight:500}.testing-detail-panel .partner-bar .item.active:after{background:#0b4934;bottom:0;content:"";height:4px;left:0;position:absolute;right:0}.testing-detail-panel .condition-lists{padding:0 0 0 20px}.testing-detail-panel .condition-lists li{align-items:center;display:flex;margin:0 0 5px}.testing-detail-panel .condition-lists li .label{flex:1}.testing-detail-panel .condition-lists li .value{text-transform:uppercase}.testing-detail-panel .condition-lists li .tooltip-trigger{margin-left:5px}.testing-detail-panel .yield-part-title{align-items:center;display:flex;font-size:1.35rem;justify-content:space-between;margin-bottom:20px}.testing-detail-panel table.yields{border-spacing:0;width:100%}.testing-detail-panel table.yields tbody.tab-content.active{display:table-row-group}.testing-detail-panel table.yields td,.testing-detail-panel table.yields th{font-weight:400;padding:5px}.testing-detail-panel table.yields td.inactive,.testing-detail-panel table.yields th.inactive{display:none}.testing-detail-panel table.yields thead th{font-size:.9em}.testing-detail-panel table.yields tbody th{color:#0b4934;height:2.5em;text-align:left;text-transform:uppercase;white-space:nowrap}.testing-detail-panel table.yields tbody td{text-align:center;width:135px}.testing-detail-panel table.yields .highlight{background:#e7e6e6}.testing-detail-panel table.yields .highlight th{font-weight:700;padding:0 10px}.testing-detail-panel table.yields .highlight span{color:#0b4934}.agronomic-merit-choice p{margin:0 0 30px}.agronomic-merit-choice .button-wrapper{margin:0 0 60px}.agronomic-merit-choice .button-wrapper .button{margin:0 0 20px;width:100%}@media (min-width:1000px){.agronomic-merit-choice .button-wrapper .button{margin:0;width:auto}}.agronomic-merit-choice .button-wrapper .with-arrow:after{margin-left:0}.agronomic-merit-choice .icon-link{align-items:flex-start}.agronomic-merit-choice .icon-link span{text-decoration:none}.agronomic-merit-choice .icon-link:before{content:"\e901"}.agronomic-merit-survey .modal{width:860px}.agronomic-merit-survey .modal-content{padding-bottom:0}.agronomic-merit-survey form{display:flex;flex-direction:column;height:100%;margin:0 -25px;padding:0}.agronomic-merit-survey p{margin:0 0 20px}.agronomic-merit-survey .question{border-top:1px solid #e7e6e6;padding:20px 25px 30px}.agronomic-merit-survey .field-hidden{display:none!important}@media (min-width:1000px){.agronomic-merit-survey .responses{align-items:center;display:flex;gap:20px}}.agronomic-merit-survey .responses .form-row{padding:0}.agronomic-merit-survey .tag{align-items:center;border-radius:.75rem;display:inline-flex;font-size:.75rem;height:1.5rem;justify-content:center;margin-top:15px;padding:0 10px;width:100%}.agronomic-merit-survey .modal-footer{align-items:center;background:#fff;bottom:0;box-shadow:0 -2px 9px 0 rgba(0,0,0,.14);display:flex;margin-top:auto;padding:25px;position:sticky}.agronomic-merit-survey .modal-footer .button{margin-left:auto}.agronomic-merit-survey .modal-footer .icon-link:before{content:"\e900"}.agronomic-show-page .filter-part{background:rgba(187,234,172,.2);border-radius:16px;gap:10px;padding:20px}.agronomic-show-page .filter-part:not(:last-child){margin:0 0 20px}@media (min-width:500px){.agronomic-show-page .filter-part{align-items:flex-end;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}}.agronomic-show-page .filter-part .question{padding:0}.agronomic-show-page .filter-part .question:not(:last-child){margin:0 0 20px}@media (min-width:500px){.agronomic-show-page .filter-part .question{flex:1;margin:0;max-width:calc(50% - 10px);min-width:calc(33.33333% - 13.33333px)}.agronomic-show-page .filter-part .question:not(:last-child){margin:0}}@media (min-width:1000px){.agronomic-show-page .filter-part .question{max-width:calc(25% - 15px);min-width:calc(16.66667% - 16.66667px)}}.agronomic-show-page .filter-part label{align-items:center;display:flex;gap:.5em}@media (min-width:1000px){.agronomic-show-page .filter-part label{gap:1em}}.agronomic-show-page .view-selector-wrapper{margin:0 0 20px}.agronomic-show-page .view-selector-wrapper .view-selector{margin:0 0 10px}@media (min-width:1000px){.agronomic-show-page .view-selector-wrapper .view-selector{margin:0}.agronomic-show-page .view-selector-wrapper{align-items:center;display:flex}.agronomic-show-page .view-selector-wrapper .actions{margin-left:auto}.agronomic-show-page .graph-list-wrapper{display:flex;gap:30px;max-height:600px}}.agronomic-show-page .graph-list-wrapper h3{font-size:1.375rem;font-weight:600;margin:0 0 10px}.agronomic-show-page .agronomic-chart-wrapper{margin:0 0 30px}@media (min-width:1000px){.agronomic-show-page .agronomic-chart-wrapper{align-self:flex-start;display:flex;flex:1;flex-direction:column;height:560px;margin:0}}.agronomic-show-page .agronomic-chart-wrapper canvas{min-height:200px}@media (min-width:1000px){.agronomic-show-page .agronomic-chart-wrapper canvas{flex:1}}.agronomic-show-page .variety-list{counter-reset:variety}@media (min-width:1000px){.agronomic-show-page .variety-list{display:flex;flex-direction:column;width:320px}}.agronomic-show-page .variety-list ul{border:1px solid #b0b0b0;border-radius:15px;list-style:none;margin:0;padding:5px 0}@media (min-width:1000px){.agronomic-show-page .variety-list ul{flex:1;overflow:auto}}.agronomic-show-page .variety-list ul:not(.show-all) li.not-recommended{display:none}.agronomic-show-page .variety-list ul:not(.show-all) .list-action a:before{content:"\e901"}.agronomic-show-page .variety-list li{align-items:center;counter-increment:variety;display:flex;gap:15px;height:50px;padding:0 15px}.agronomic-show-page .variety-list li:not(:last-child){border-bottom:1px solid #b0b0b0}.agronomic-show-page .variety-list li:not(.list-action):before{align-items:center;background-color:var(--variety-color);border:1px solid #effaf3;border-radius:50%;color:#e7e6e6;content:counter(variety);display:inline-flex;flex-shrink:0;font-size:.875rem;height:2em;justify-content:center;width:2em}.agronomic-show-page .variety-list li.list-action{justify-content:center}.agronomic-show-page .variety-list li .compare-wrapper{margin-left:auto}@font-face{font-family:icon;font-style:normal;font-weight:400;src:url(/build/fonts/icon.01302150.ttf) format("truetype"),url(/build/fonts/icon.d5c584ca.woff) format("woff"),url(/build/images/icon.3abd0c80.svg#icon) format("svg")}[class*=" icon-"],[class^=icon-]{display:inline-flex}[class*=" icon-"]:before,[class^=icon-]:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;font-family:icon,sans-serif!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-arrow-left:before{content:"\e900"}.icon-arrow-right:before{content:"\e901"}.icon-check:before{content:"\e907"}.icon-chevron-down:before{content:"\e902"}.icon-chevron-left:before{content:"\e903"}.icon-chevron-right:before{content:"\e904"}.icon-chevron-up:before{content:"\e905"}.icon-column:before{content:"\e91e"}.icon-cross:before{content:"\e906"}.icon-culture:before{content:"\e912"}.icon-download:before{content:"\e920"}.icon-file:before{content:"\e910"}.icon-filter:before{content:"\e908"}.icon-grow:before{content:"\e91c"}.icon-info:before{content:"\e90c"}.icon-info-fill:before{content:"\e90d"}.icon-map-pin:before{content:"\e916"}.icon-more:before{content:"\e90a"}.icon-nav:before{content:"\e909"}.icon-organic:before{content:"\e915"}.icon-precocity:before{content:"\e913"}.icon-print:before{content:"\e91d"}.icon-quality:before{content:"\e918"}.icon-question:before{content:"\e90e"}.icon-question-fill:before{content:"\e90f"}.icon-row:before{content:"\e91f"}.icon-scope:before{content:"\e911"}.icon-search:before{content:"\e90b"}.icon-settings:before{content:"\e91a"}.icon-share:before{content:"\e919"}.icon-star:before{content:"\e917"}.icon-user:before{content:"\e91b"}.icon-virus:before{content:"\e914"}