/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */ @keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #002060;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#002060))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#002060;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#002060)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#002060;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#002060)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #002060;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#002060))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #002060;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#002060))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #002060;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#002060))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"â„";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#002060;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#002060)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#002060;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#002060)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#002060;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#002060)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.plyr--audio{border-radius:0.5rem;box-shadow:0px 2px 8px rgba(0,0,0,0.20);} *,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Poppins,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#001d56;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#001d56;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#001d56;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#001d56;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:;--tw-pan-y:;--tw-pinch-zoom:;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position:;--tw-gradient-via-position:;--tw-gradient-to-position:;--tw-ordinal:;--tw-slashed-zero:;--tw-numeric-figure:;--tw-numeric-spacing:;--tw-numeric-fraction:;--tw-ring-inset:;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:;--tw-brightness:;--tw-contrast:;--tw-grayscale:;--tw-hue-rotate:;--tw-invert:;--tw-saturate:;--tw-sepia:;--tw-drop-shadow:;--tw-backdrop-blur:;--tw-backdrop-brightness:;--tw-backdrop-contrast:;--tw-backdrop-grayscale:;--tw-backdrop-hue-rotate:;--tw-backdrop-invert:;--tw-backdrop-opacity:;--tw-backdrop-saturate:;--tw-backdrop-sepia:}.container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px;padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.form-checkbox,.form-radio{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#001d56;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}.form-radio{border-radius:100%}.form-checkbox:focus,.form-radio:focus{--tw-ring-inset:var(--tw-empty,);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#001d56;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-checkbox:checked,.form-radio:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}.form-radio:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){.form-radio:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:checked:focus,.form-checkbox:checked:hover,.form-radio:checked:focus,.form-radio:checked:hover{background-color:currentColor;border-color:transparent}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{bottom:0;top:0}.-bottom-1{bottom:-.25rem}.-bottom-2{bottom:-.5rem}.-bottom-3{bottom:-.75rem}.-left-6{left:-1.5rem}.-right-6{right:-1.5rem}.bottom-0{bottom:0}.bottom-\[-0\.7rem\]{bottom:-.7rem}.bottom-\[-0\.9375rem\]{bottom:-.9375rem}.bottom-\[-2\.5px\]{bottom:-2.5px}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-56{left:14rem}.left-6{left:1.5rem}.left-\[-1rem\]{left:-1rem}.left-\[-50px\]{left:-50px}.left-auto{left:auto}.right-0{right:0}.right-10{right:2.25rem}.right-2{right:.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[-1rem\]{right:-1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[-2rem\]{top:-2rem}.top-\[-4\.525rem\]{top:-4.525rem}.top-\[-50px\]{top:-50px}.top-\[1\.15rem\]{top:1.15rem}.top-\[100\%\]{top:100%}.top-\[1px\]{top:1px}.top-\[2\.95rem\]{top:2.95rem}.top-\[200px\]{top:200px}.top-\[82px\]{top:82px}.top-auto{top:auto}.top-g60{top:3.75rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.col-span-1{grid-column:span 1/span 1}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-8{grid-column:span 8/span 8}.col-start-1{grid-column-start:1}.col-start-3{grid-column-start:3}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-end-13{grid-column-end:13}.m-g12{margin:.75rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.-mx-g33{margin-left:-2.0625rem;margin-right:-2.0625rem}.-my-g33{margin-bottom:-2.0625rem;margin-top:-2.0625rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-12{margin-bottom:3rem;margin-top:3rem}.my-12\.5{margin-bottom:3.125rem;margin-top:3.125rem}.my-16{margin-bottom:4rem;margin-top:4rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-24{margin-bottom:6rem;margin-top:6rem}.my-32{margin-bottom:8rem;margin-top:8rem}.my-36{margin-bottom:9rem;margin-top:9rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-\[11\.375rem\]{margin-bottom:11.375rem;margin-top:11.375rem}.my-g35{margin-bottom:2.1875rem;margin-top:2.1875rem}.my-g40{margin-bottom:2.5rem;margin-top:2.5rem}.my-g45{margin-bottom:2.8125rem;margin-top:2.8125rem}.\!mb-0{margin-bottom:0!important}.-mb-8{margin-bottom:-2rem}.-ml-4{margin-left:-1rem}.-mt-1{margin-top:-.25rem}.-mt-12{margin-top:-3rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.-mt-36{margin-top:-9rem}.-mt-g30{margin-top:-1.875rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.25rem}.mb-10\.5{margin-bottom:2.625rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-12\.5{margin-bottom:3.125rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-36{margin-bottom:9rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-5\.5{margin-bottom:1.375rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[24px\]{margin-bottom:24px}.mb-\[2rem\]{margin-bottom:2rem}.mb-g12{margin-bottom:.75rem}.mb-g13{margin-bottom:.8125rem}.mb-g16{margin-bottom:1rem}.mb-g20{margin-bottom:1.25rem}.mb-g25{margin-bottom:1.5625rem}.mb-g30{margin-bottom:1.875rem}.mb-g35{margin-bottom:2.1875rem}.mb-g40{margin-bottom:2.5rem}.mb-g45{margin-bottom:2.8125rem}.mb-g52{margin-bottom:3.25rem}.mb-g60{margin-bottom:3.75rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-auto{margin-left:auto}.ml-g16{margin-left:1rem}.ml-g38{margin-left:2.40625rem}.mr-2{margin-right:.5rem}.mr-6{margin-right:1.5rem}.mr-9{margin-right:2.25rem}.mr-9\.5{margin-right:2.375rem}.mr-auto{margin-right:auto}.mr-g38{margin-right:2.40625rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.25rem}.mt-10\.5{margin-top:2.625rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-12\.5{margin-top:3.125rem}.mt-14{margin-top:3.5rem}.mt-15{margin-top:3.75rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-7\.5{margin-top:1.825rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-9\.5{margin-top:2.375rem}.mt-\[-2\.8125rem\]{margin-top:-2.8125rem}.mt-\[-235px\]{margin-top:-235px}.mt-\[-7\.5rem\]{margin-top:-7.5rem}.mt-\[72px\]{margin-top:72px}.mt-auto{margin-top:auto}.mt-g15{margin-top:.9375rem}.mt-g16{margin-top:1rem}.mt-g20{margin-top:1.25rem}.mt-g25{margin-top:1.5625rem}.mt-g27{margin-top:1.6875rem}.mt-g30{margin-top:1.875rem}.mt-g35{margin-top:2.1875rem}.mt-g40{margin-top:2.5rem}.mt-g45{margin-top:2.8125rem}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.\!h-auto{height:auto!important}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.25rem}.h-10\.5{height:2.625rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\.5{height:1.125rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[112px\]{height:112px}.h-\[12\.5rem\]{height:12.5rem}.h-\[14rem\]{height:14rem}.h-\[15\.8rem\]{height:15.8rem}.h-\[157px\]{height:157px}.h-\[18\.75rem\]{height:18.75rem}.h-\[190px\]{height:190px}.h-\[2\.125rem\]{height:2.125rem}.h-\[20\.8125rem\]{height:20.8125rem}.h-\[22px\]{height:22px}.h-\[25rem\]{height:25rem}.h-\[5px\]{height:5px}.h-\[calc\(100vh-140px\)\]{height:calc(100vh - 140px)}.h-auto{height:auto}.h-full{height:100%}.h-g17{height:1.0625rem}.h-g20{height:1.25rem}.h-g25{height:1.5625rem}.h-g35{height:2.1875rem}.h-g38{height:2.40625rem}.h-g40{height:2.5rem}.h-g8\.5{height:.53125rem}.max-h-60{max-height:15rem}.max-h-\[24\.3rem\]{max-height:24.3rem}.max-h-\[35rem\]{max-height:35rem}.max-h-\[39rem\]{max-height:39rem}.min-h-0{min-height:0}.min-h-\[18\.75rem\]{min-height:18.75rem}.min-h-\[216px\]{min-height:216px}.min-h-\[220px\]{min-height:220px}.min-h-\[23rem\]{min-height:23rem}.min-h-\[24\.3rem\]{min-height:24.3rem}.min-h-\[25rem\]{min-height:25rem}.min-h-\[26rem\]{min-height:26rem}.min-h-\[3rem\]{min-height:3rem}.min-h-\[40rem\]{min-height:40rem}.min-h-\[50rem\]{min-height:50rem}.min-h-\[600px\]{min-height:600px}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.25rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-4\.5{width:1.125rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\.5{width:2.375rem}.w-\[11rem\]{width:11rem}.w-\[12\.5rem\]{width:12.5rem}.w-\[131px\]{width:131px}.w-\[14\.375rem\]{width:14.375rem}.w-\[17\.8125rem\]{width:17.8125rem}.w-\[1px\]{width:1px}.w-\[22\.1875rem\]{width:22.1875rem}.w-\[22\.5rem\]{width:22.5rem}.w-\[282px\]{width:282px}.w-\[5\.3125rem\]{width:5.3125rem}.w-auto{width:auto}.w-full{width:100%}.w-g12{width:.75rem}.w-g13{width:.8125rem}.w-g14{width:.875rem}.w-g224{width:14rem}.w-g23{width:1.4375rem}.w-g25{width:1.5625rem}.w-g30{width:1.875rem}.w-g40{width:2.5rem}.w-g60{width:3.75rem}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0}.min-w-24{min-width:6rem}.min-w-\[150px\]{min-width:150px}.min-w-\[15rem\]{min-width:15rem}.min-w-\[17rem\]{min-width:17rem}.min-w-\[5\.1rem\]{min-width:5.1rem}.min-w-\[8\.75rem\]{min-width:8.75rem}.max-w-\[10rem\]{max-width:10rem}.max-w-\[15rem\]{max-width:15rem}.max-w-\[200px\]{max-width:200px}.max-w-\[20rem\]{max-width:20rem}.max-w-\[22\.5rem\]{max-width:22.5rem}.max-w-\[300px\]{max-width:300px}.max-w-\[37rem\]{max-width:37rem}.max-w-\[46\.25rem\]{max-width:46.25rem}.max-w-\[46\.875rem\]{max-width:46.875rem}.max-w-\[780px\]{max-width:780px}.max-w-\[80\%\]{max-width:80%}.max-w-g380{max-width:23.75rem}.max-w-none{max-width:none}.max-w-screen-lg{max-width:1024px}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.border-collapse{border-collapse:collapse}.-translate-x-1{--tw-translate-x:-0.25rem}.-translate-x-1,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-y-1{--tw-translate-y:-0.25rem}.-translate-y-1,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-8{--tw-translate-y:-2rem}.-translate-y-8,.translate-x-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/4{--tw-translate-x:25%}.translate-x-2{--tw-translate-x:0.5rem}.translate-x-2,.translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[1\.75rem\]{--tw-translate-x:1.75rem}.translate-x-\[10vw\],.translate-x-\[1\.75rem\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[10vw\]{--tw-translate-x:10vw}.translate-x-\[6\.5rem\]{--tw-translate-x:6.5rem}.translate-x-\[6\.5rem\],.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.translate-y-8{--tw-translate-y:2rem}.translate-y-8,.translate-y-\[100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[100\%\]{--tw-translate-y:100%}.translate-y-\[1px\]{--tw-translate-y:1px}.translate-y-\[1px\],.translate-y-\[8rem\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[8rem\]{--tw-translate-y:8rem}.translate-y-full{--tw-translate-y:100%}.rotate-180,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.scale-150,.scale-50{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-75,.scale-\[100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[100\%\]{--tw-scale-x:100%;--tw-scale-y:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.scroll-mt-36{scroll-margin-top:9rem}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;column-count:1}.columns-2{-moz-columns:2;column-count:2}.columns-3{-moz-columns:3;column-count:3}.columns-4{-moz-columns:4;column-count:4}.columns-5{-moz-columns:5;column-count:5}.columns-6{-moz-columns:6;column-count:6}.columns-7{-moz-columns:7;column-count:7}.columns-8{-moz-columns:8;column-count:8}.grid-flow-row{grid-auto-flow:row}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.\!gap-4{gap:1rem!important}.gap-10{gap:2.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-g45{gap:2.8125rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-10{row-gap:2.25rem}.gap-y-12{row-gap:3rem}.gap-y-16{row-gap:4rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.25rem*var(--tw-space-x-reverse))}.space-x-15>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.75rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.625rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-3\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.875rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-6\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.625rem*var(--tw-space-x-reverse))}.space-x-g20>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.space-x-g25>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5625rem*var(--tw-space-x-reverse))}.space-x-g55>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.5rem*var(--tw-space-x-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.25rem*var(--tw-space-y-reverse));margin-top:calc(2.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-g110>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(6.875rem*var(--tw-space-y-reverse));margin-top:calc(6.875rem*(1 - var(--tw-space-y-reverse)))}.space-y-g16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-g25>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5625rem*var(--tw-space-y-reverse));margin-top:calc(1.5625rem*(1 - var(--tw-space-y-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[34px\]{border-radius:34px}.rounded-\[50px\]{border-radius:50px}.rounded-btn{border-radius:1.5625rem}.rounded-btn-mini{border-radius:1.6875rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[5px\]{border-width:5px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-t-18{border-top-width:18px}.border-t-2{border-top-width:2px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-none{border-style:none}.border-\[\#B2CBFE\]{--tw-border-opacity:1;border-color:rgb(178 203 254/var(--tw-border-opacity))}.border-\[\#CDD7DC\]{--tw-border-opacity:1;border-color:rgb(205 215 220/var(--tw-border-opacity))}.border-blue{--tw-border-opacity:1;border-color:rgb(0 32 96/var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity:1;border-color:rgb(0 19 58/var(--tw-border-opacity))}.border-bluegray{--tw-border-opacity:1;border-color:rgb(205 215 220/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-green{--tw-border-opacity:1;border-color:rgb(0 100 100/var(--tw-border-opacity))}.border-line-gray{--tw-border-opacity:1;border-color:rgb(199 208 217/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-\[\#FFF038\]{--tw-bg-opacity:1;background-color:rgb(255 240 56/var(--tw-bg-opacity))}.bg-\[\#dfe9f0\]{--tw-bg-opacity:1;background-color:rgb(223 233 240/var(--tw-bg-opacity))}.bg-\[\#e6f0fa\]{--tw-bg-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity))}.bg-\[\#f8f8f8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity))}.bg-apple{--tw-bg-opacity:1;background-color:rgb(187 208 52/var(--tw-bg-opacity))}.bg-apple-invert{--tw-bg-opacity:1;background-color:rgb(247 248 224/var(--tw-bg-opacity))}.bg-bg-gray{--tw-bg-opacity:1;background-color:rgb(160 163 189/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(20 20 43/var(--tw-bg-opacity))}.bg-blue{--tw-bg-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity))}.bg-bluegray{--tw-bg-opacity:1;background-color:rgb(205 215 220/var(--tw-bg-opacity))}.bg-current{background-color:currentColor}.bg-field-bg-gray{--tw-bg-opacity:1;background-color:rgb(238 241 244/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-green{--tw-bg-opacity:1;background-color:rgb(0 100 100/var(--tw-bg-opacity))}.bg-green-invert{--tw-bg-opacity:1;background-color:rgb(213 227 225/var(--tw-bg-opacity))}.bg-greenblue{--tw-bg-opacity:1;background-color:rgb(25 115 140/var(--tw-bg-opacity))}.bg-greenblue-invert{--tw-bg-opacity:1;background-color:rgb(223 233 240/var(--tw-bg-opacity))}.bg-inherit{background-color:inherit}.bg-label-gray{--tw-bg-opacity:1;background-color:rgb(110 113 145/var(--tw-bg-opacity))}.bg-light-bg-gray{--tw-bg-opacity:1;background-color:rgb(246 248 251/var(--tw-bg-opacity))}.bg-lightblue{--tw-bg-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity))}.bg-lightblue-invert{--tw-bg-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity))}.bg-lightblue-invert-150{--tw-bg-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity))}.bg-lightgray{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.bg-line-gray{--tw-bg-opacity:1;background-color:rgb(199 208 217/var(--tw-bg-opacity))}.bg-orange{--tw-bg-opacity:1;background-color:rgb(230 130 129/var(--tw-bg-opacity))}.bg-pill-gray{--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity))}.bg-purple{--tw-bg-opacity:1;background-color:rgb(80 45 130/var(--tw-bg-opacity))}.bg-purple-invert{--tw-bg-opacity:1;background-color:rgb(242 231 243/var(--tw-bg-opacity))}.bg-salmon{--tw-bg-opacity:1;background-color:rgb(230 130 130/var(--tw-bg-opacity))}.bg-salmon-invert{--tw-bg-opacity:1;background-color:rgb(250 220 200/var(--tw-bg-opacity))}.bg-text-gray{--tw-bg-opacity:1;background-color:rgb(35 47 60/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow{--tw-bg-opacity:1;background-color:rgb(235 199 110/var(--tw-bg-opacity))}.bg-yellow-invert{--tw-bg-opacity:1;background-color:rgb(255 244 224/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-left{background-position:0}.bg-right{background-position:100%}.bg-top{background-position:top}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-13{padding:3.3125rem}.p-14{padding:3.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-6\.5{padding:1.625rem}.p-8{padding:2rem}.p-g20{padding:1.25rem}.p-g25{padding:1.5625rem}.\!py-0{padding-bottom:0!important;padding-top:0!important}.px-0{padding-left:0;padding-right:0}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-28{padding-left:7rem;padding-right:7rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-4\.5{padding-left:1.125rem;padding-right:1.125rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-5\.5{padding-left:1.375rem;padding-right:1.375rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-6\.5{padding-left:1.625rem;padding-right:1.625rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-g12{padding-left:.75rem;padding-right:.75rem}.px-g16{padding-left:1rem;padding-right:1rem}.px-g20{padding-left:1.25rem;padding-right:1.25rem}.px-g25{padding-left:1.5625rem;padding-right:1.5625rem}.px-g30{padding-left:1.875rem;padding-right:1.875rem}.px-g40{padding-left:2.5rem;padding-right:2.5rem}.py-0{padding-bottom:0;padding-top:0}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.25rem;padding-top:2.25rem}.py-11{padding-bottom:2.75rem;padding-top:2.75rem}.py-11\.5{padding-bottom:2.875rem;padding-top:2.875rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-12\.5{padding-bottom:3.125rem;padding-top:3.125rem}.py-13{padding-bottom:3.3125rem;padding-top:3.3125rem}.py-14{padding-bottom:3.5rem;padding-top:3.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-18{padding-bottom:4.5rem;padding-top:4.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-32{padding-bottom:8rem;padding-top:8rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-4\.5{padding-bottom:1.125rem;padding-top:1.125rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-5\.5{padding-bottom:1.375rem;padding-top:1.375rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-6\.5{padding-bottom:1.625rem;padding-top:1.625rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-9{padding-bottom:2.25rem;padding-top:2.25rem}.py-9\.5{padding-bottom:2.375rem;padding-top:2.375rem}.py-\[3\.4rem\]{padding-bottom:3.4rem;padding-top:3.4rem}.py-g110{padding-bottom:6.875rem;padding-top:6.875rem}.py-g15{padding-bottom:.9375rem;padding-top:.9375rem}.py-g27{padding-bottom:1.6875rem;padding-top:1.6875rem}.py-g30{padding-bottom:1.875rem;padding-top:1.875rem}.py-g35{padding-bottom:2.1875rem;padding-top:2.1875rem}.py-g40{padding-bottom:2.5rem;padding-top:2.5rem}.py-g45{padding-bottom:2.8125rem;padding-top:2.8125rem}.py-g55{padding-bottom:3.5rem;padding-top:3.5rem}.py-g70{padding-bottom:4.4375rem;padding-top:4.4375rem}.py-g8\.5{padding-bottom:.53125rem;padding-top:.53125rem}.py-px{padding-bottom:1px;padding-top:1px}.\!pb-0{padding-bottom:0!important}.\!pl-0{padding-left:0!important}.\!pr-\[30px\]{padding-right:30px!important}.\!pt-0{padding-top:0!important}.pb-10{padding-bottom:2.25rem}.pb-12{padding-bottom:3rem}.pb-18{padding-bottom:4.5rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-g25{padding-bottom:1.5625rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.25rem}.pl-10\.5{padding-left:2.625rem}.pl-12{padding-left:3rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-\[26rem\]{padding-left:26rem}.pl-g16{padding-left:1rem}.pr-0{padding-right:0}.pr-10{padding-right:2.25rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-52{padding-right:13rem}.pr-6{padding-right:1.5rem}.pr-6\.5{padding-right:1.625rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.25rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-12\.5{padding-top:3.125rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-32{padding-top:8rem}.pt-36{padding-top:9rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-44{padding-top:11rem}.pt-48{padding-top:12rem}.pt-5{padding-top:1.25rem}.pt-52{padding-top:13rem}.pt-56{padding-top:14rem}.pt-6{padding-top:1.5rem}.pt-60{padding-top:15rem}.pt-64{padding-top:16rem}.pt-7{padding-top:1.75rem}.pt-72{padding-top:18rem}.pt-8{padding-top:2rem}.pt-80{padding-top:20rem}.pt-9{padding-top:2.25rem}.pt-96{padding-top:24rem}.pt-\[3\.4rem\]{padding-top:3.4rem}.pt-g23{padding-top:1.4375rem}.pt-g35{padding-top:2.1875rem}.pt-g63{padding-top:3.9375rem}.pt-g78{padding-top:4.875rem}.pt-px{padding-top:1px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-sans{font-family:Poppins,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.\!text-\[41px\]{font-size:41px!important}.text-2xl{font-size:1.375rem;line-height:2rem}.text-2xs{font-size:.625rem;line-height:1rem}.text-3xl{font-size:1.5rem;line-height:2.375rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.8125rem\]{font-size:.8125rem}.text-\[0\.9375rem\]{font-size:.9375rem}.text-\[1\.5625rem\]{font-size:1.5625rem}.text-\[2\.1rem\]{font-size:2.1rem}.text-\[3rem\]{font-size:3rem}.text-base{font-size:1rem;line-height:1.25rem}.text-heading-home-hero{font-size:2.75rem;line-height:3.5rem}.text-heading-large{font-size:2.375rem;line-height:3.25rem}.text-heading-large-mobile{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.325rem}.text-sm{font-size:.875rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.875rem}.text-xs{font-size:.75rem;line-height:1.125rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.tracking-\[-0\.2px\]{letter-spacing:-.2px}.tracking-wide{letter-spacing:.025em}.\!text-\[\#7D9099\]{--tw-text-opacity:1!important;color:rgb(125 144 153/var(--tw-text-opacity))!important}.\!text-blue{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#053250\]{--tw-text-opacity:1;color:rgb(5 50 80/var(--tw-text-opacity))}.text-\[\#7D9099\]{--tw-text-opacity:1;color:rgb(125 144 153/var(--tw-text-opacity))}.text-apple{--tw-text-opacity:1;color:rgb(187 208 52/var(--tw-text-opacity))}.text-apple-invert{--tw-text-opacity:1;color:rgb(247 248 224/var(--tw-text-opacity))}.text-bg-gray{--tw-text-opacity:1;color:rgb(160 163 189/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(20 20 43/var(--tw-text-opacity))}.text-blue{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity:1;color:rgb(230 233 239/var(--tw-text-opacity))}.text-blue-450{--tw-text-opacity:1;color:rgb(10 49 245/var(--tw-text-opacity))}.text-bluegray{--tw-text-opacity:1;color:rgb(205 215 220/var(--tw-text-opacity))}.text-current{color:currentColor}.text-field-bg-gray{--tw-text-opacity:1;color:rgb(238 241 244/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-green{--tw-text-opacity:1;color:rgb(0 100 100/var(--tw-text-opacity))}.text-green-invert{--tw-text-opacity:1;color:rgb(213 227 225/var(--tw-text-opacity))}.text-greenblue{--tw-text-opacity:1;color:rgb(25 115 140/var(--tw-text-opacity))}.text-greenblue-invert{--tw-text-opacity:1;color:rgb(223 233 240/var(--tw-text-opacity))}.text-inherit{color:inherit}.text-label-gray{--tw-text-opacity:1;color:rgb(110 113 145/var(--tw-text-opacity))}.text-light-bg-gray{--tw-text-opacity:1;color:rgb(246 248 251/var(--tw-text-opacity))}.text-lightblue{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}.text-lightblue-950{--tw-text-opacity:1;color:rgb(178 203 254/var(--tw-text-opacity))}.text-lightblue-invert{--tw-text-opacity:1;color:rgb(230 240 250/var(--tw-text-opacity))}.text-lightgray{--tw-text-opacity:1;color:rgb(245 246 247/var(--tw-text-opacity))}.text-line-gray{--tw-text-opacity:1;color:rgb(199 208 217/var(--tw-text-opacity))}.text-orange{--tw-text-opacity:1;color:rgb(230 130 129/var(--tw-text-opacity))}.text-pill-gray{--tw-text-opacity:1;color:rgb(239 239 239/var(--tw-text-opacity))}.text-purple{--tw-text-opacity:1;color:rgb(80 45 130/var(--tw-text-opacity))}.text-purple-invert{--tw-text-opacity:1;color:rgb(242 231 243/var(--tw-text-opacity))}.text-salmon{--tw-text-opacity:1;color:rgb(230 130 130/var(--tw-text-opacity))}.text-salmon-invert{--tw-text-opacity:1;color:rgb(250 220 200/var(--tw-text-opacity))}.text-text-gray{--tw-text-opacity:1;color:rgb(35 47 60/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow{--tw-text-opacity:1;color:rgb(235 199 110/var(--tw-text-opacity))}.text-yellow-invert{--tw-text-opacity:1;color:rgb(255 244 224/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.placeholder-blue::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 32 96/var(--tw-placeholder-opacity))}.placeholder-blue::placeholder{--tw-placeholder-opacity:1;color:rgb(0 32 96/var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgba(0,0,0,.15))}.drop-shadow-2xl,.drop-shadow-lg{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1))}.drop-shadow-xl{--tw-drop-shadow:drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08))}.drop-shadow-xl,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.invert{--tw-invert:invert(100%)}.filter,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.placeholder-italic::-moz-placeholder{font-style:italic}.placeholder-italic::placeholder{font-style:italic}.flex-children-grow>*{flex-grow:1}.flex-children-nogrow>*{flex-grow:0}.flex-children-shrink>*{flex-shrink:1}.flex-children-noshrink>*{flex-shrink:0}.gl-pattern-bg{background-image:url(/themes/custom/galian/dist/images/pattern-blue-square.svg?092f6c65f5f8ff058e6afd1d4207389a);background-position:50%}.gl-chevron-right-bg{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.083 9 0 14.356 3.459 18 12 9 3.459 0 0 3.644Z' fill='%23002060'/%3E%3C/svg%3E") no-repeat 50% transparent}html{scroll-behavior:smooth}:root{--check-blue:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m0 14.71 3.727-3.728 5.112 5.112L19.82 5.112 24 9.29 9.29 24 0 14.71Z' fill='%23002060'/%3E%3C/svg%3E");--check-apple:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iI2JiZDAzNCIvPjwvc3ZnPg==");--check-green:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iIzAwNjQ2NCIvPjwvc3ZnPg==");--check-greenblue:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iIzE5NzM4YyIvPjwvc3ZnPg==");--check-lightblue:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iIzYxOTNjZCIvPjwvc3ZnPg==");--check-salmon:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iI0U2ODI4MiIvPjwvc3ZnPg==");--check-yellow:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iI2ViYzc2ZSIvPjwvc3ZnPg==");--bg-wave-bottom-lightgray:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg width='1800' height='70' viewBox='0 0 1800 70' version='1.1' id='svg4' sodipodi:docname='wave-bottom-lightgray.svg' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e %3cdefs id='defs8' /%3e %3csodipodi:namedview id='namedview6' pagecolor='%23505050' bordercolor='%23eeeeee' borderopacity='1' inkscape:pageshadow='0' inkscape:pageopacity='0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='0.65722222' inkscape:cx='899.23922' inkscape:cy='35.756551' inkscape:window-width='2560' inkscape:window-height='1350' inkscape:window-x='1920' inkscape:window-y='30' inkscape:window-maximized='1' inkscape:current-layer='svg4' /%3e %3cpath fill='%23f5f6f7' d='M 1800%2c70.15 V 19.45 C 1767.89%2c9.76 1735.25%2c2 1700%2c2 c -18.42%2c0 -37.66%2c13.27 -51.35%2c16.51 -73.49%2c17.41 -89.65%2c-14.65 -223.53%2c-1.47 -133.88%2c13.18 -132.55%2c8 -208%2c8 -75.45%2c0 -497.65%2c-8.09 -572%2c0 -74.35%2c8.09 -255.39%2c46.44 -390%2c44 C 165.56%2c67.42 141.64%2c58.04 100%2c49.16 65.71%2c41.48 33.13%2c29.44 0%2c19.45 v 50.7 z' id='path2' /%3e %3c/svg%3");--bg-wave-bottom-white:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1800' height='70' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M1800 70.15v-50.7C1767.89 9.76 1735.25 2 1700 2c-18.42 0-37.66 13.27-51.35 16.51-73.49 17.41-89.65-14.65-223.53-1.47s-132.55 8-208 8c-75.45 0-497.65-8.09-572 0-74.35 8.09-255.39 46.44-390 44-89.56-1.62-113.48-11-155.12-19.88C65.71 41.48 33.13 29.44 0 19.45v50.7z'/%3E%3C/svg%3E");--pattern-square-blue:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-blue' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-blue' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-blue{fill:%2399a6bf}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-apple:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-apple' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-apple' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-apple{fill:%23cfde71}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-green' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-green' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-green{fill:%23aac9c8}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-greenblue:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-greenblue' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-greenblue' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-greenblue{fill:%23bfd8d8}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-lightblue:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-lightblue' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-lightblue' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-lightblue{fill:%2390b3dc}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-salmon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-salmon' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-salmon' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-salmon{fill:%23eea8a8}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-yellow:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-yellow' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-yellow' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-yellow{fill:%23f1d89a}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-white' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-white' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-white{fill:%23c0c8d8}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--pattern-square-bluegray:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='380.33'%3E%3Cdefs%3E%3Csymbol id='Nouveau_symbole' data-name='Nouveau symbole' viewBox='0 0 380 380.33'%3E%3Cpath class='pattern-square-bluegray' d='M115.83 190.57a2.38 2.38 0 0 0 .44-2.15c0-.07 0-.13-.07-.2l-6.41-16.33-4.38 1.72 4.87 12.39-13-2.34-.83 4.63 17.11 3.08a2.34 2.34 0 0 0 2.27-.8ZM24.69 378.51l2.69-3.86 3.62-5.08a9.47 9.47 0 0 0 4.93.45 9.41 9.41 0 0 0 7.63-10.9 9.41 9.41 0 0 0-17-3.76 9.41 9.41 0 0 0 .55 11.51L23.53 372l-4.33-3-2.7 3.85 4.33 3-1.72 2.46-5.26-3.68-2.69 3.86 2.69 1.88h9.56Zm5.71-20.45a4.71 4.71 0 1 1-.78 3.51 4.65 4.65 0 0 1 .78-3.51ZM26.59 279.41l17-3.85-1-4.58-12.85 2.91L34 261.28l-4.46-1.52-5.66 16.6a2.35 2.35 0 0 0 2.75 3.05ZM31.81 168.08a8.1 8.1 0 1 0 10.26 5.12 8.11 8.11 0 0 0-10.26-5.12Zm3.79 11.35a3.86 3.86 0 1 1 2.4-4.88 3.87 3.87 0 0 1-2.4 4.88ZM62.56 209l6.84.7a9.35 9.35 0 0 0 2 4.52l.06.09a9.4 9.4 0 1 0-1.58-9.31l-6.18-.64.54-5.25-4.68-.49-.56 5.27-3-.31.66-6.38-4.66-.48-1.14 11.06 7.67.79ZM74 207.8a4.69 4.69 0 1 1 4.22 5.2 4.69 4.69 0 0 1-4.22-5.2ZM84 301.79l.09-.07a9.41 9.41 0 0 0-2.52-16.08l.73-6.17 5.25.61.55-4.67-5.25-.62.35-3 6.37.75.55-4.68-11-1.29-2.18 18.5a9.43 9.43 0 0 0-8.07 8.22 9.41 9.41 0 0 0 15.13 8.5Zm-10.49-7.93a4.69 4.69 0 0 1 5.21-4.12 4.7 4.7 0 1 1-5.21 4.12ZM240.87 380.33l-.33-.06-7-.67.66-7a2.36 2.36 0 0 0-2.12-2.57l-7-.66.67-7a2.35 2.35 0 0 0-2.12-2.56l-9.36-.89-.45 4.69 7 .66-.66 7a2.35 2.35 0 0 0 2.12 2.56l7 .67-.56 5.84ZM56.5 231.9a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM70.81 331.22a2.82 2.82 0 1 0-3.5-1.91 2.83 2.83 0 0 0 3.5 1.91ZM69.48 256.57l-2.83-3.77-12.3 9.23 2.82 3.76 12.31-9.22zM49.4 124.69l15.38-8.1-2.2-4.17-11.65 6.15.89-13.3-4.69-.27L46 122.45a2.36 2.36 0 0 0 3.45 2.24ZM96.52 345.63l-1.32-4.52-11.38 3.33 1.32 4.51 11.38-3.32zM124.15 16.65l-6.96 21.44 4.48 1.45 5.5-16.96 5.12 1.66-1.66 5.13-3.84 11.83 4.48 1.45 2.39-7.36 5.12 1.66-2.39 7.37 4.48 1.45 3.84-11.84-9.6-3.11 3.11-9.6-14.07-4.57zM204.37 251.38a8.1 8.1 0 1 0-11.44-.55 8.09 8.09 0 0 0 11.44.55Zm-8-8.85a3.85 3.85 0 1 1-.27 5.45 3.87 3.87 0 0 1 .24-5.45ZM19.71 323.61a2.4 2.4 0 0 0 .44-2.16l-.07-.19-6.41-16.33-4.38 1.72 4.87 12.4-13-2.33-.83 4.63 17.11 3.08a2.37 2.37 0 0 0 2.27-.82ZM165.96 42.46l12.7 8.66 2.66-3.89-12.71-8.66-2.65 3.89zM344.23 53.3l-6.52-10.72a2.35 2.35 0 0 0-3.23-.79l-10.71 6.52a2.35 2.35 0 0 0-.79 3.23l6.51 10.71a2.37 2.37 0 0 0 3.24.79l10.71-6.51a2.39 2.39 0 0 0 1.06-1.46 2.36 2.36 0 0 0 0-1.21 2.58 2.58 0 0 0-.27-.56Zm-11.94 4.5-4.07-6.7 6.7-4.06 4.08 6.69ZM0 65.72l5.9 1.09-1.29 6.93a2.36 2.36 0 0 0 1.89 2.74l6.93 1.28-1.28 6.93A2.33 2.33 0 0 0 14 87.43l7 1.29-1.28 6.93 4.63.86L26 87.26a2.37 2.37 0 0 0-.21-1.48 1.61 1.61 0 0 0-.17-.28 2.33 2.33 0 0 0-1.51-1l-6.91-1.26 1.28-6.93a2.35 2.35 0 0 0-1.88-2.75l-6.93-1.28L11 65.35a2.34 2.34 0 0 0-1.88-2.74l-6.99-1.28 1.29-6.93A2.41 2.41 0 0 0 3 52.63a2.37 2.37 0 0 0-1.51-1L0 51.37ZM199.36 101.37a7.05 7.05 0 0 0 1.1-9.91l-2.94-3.67-3.67 2.94 2.94 3.67a2.35 2.35 0 0 1-.37 3.3 7.05 7.05 0 0 0-1.1 9.91 2.35 2.35 0 0 1-.37 3.3 7.07 7.07 0 0 0-1.1 9.92l3.67-2.94a2.34 2.34 0 0 1 .37-3.3 7.07 7.07 0 0 0 1.1-9.92 2.35 2.35 0 0 1 .37-3.3ZM171.89 144.91a11.25 11.25 0 1 0 22.49 0v-.55h-4.66v.55a6.59 6.59 0 0 1-13.17 0v-.55h-4.66Z'/%3E%3Cpath class='pattern-square-bluegray' d='M182.77 174.34a8.1 8.1 0 1 0-8.1-8.1 8.09 8.09 0 0 0 8.1 8.1Zm0-12a3.86 3.86 0 1 1-3.85 3.86 3.86 3.86 0 0 1 3.85-3.82ZM176.53 236.9a11.25 11.25 0 0 0 16.67-15.12l-.37-.4-3.46 3.13.37.41a6.58 6.58 0 1 1-9.75 8.85l-.37-.41-3.45 3.13ZM179.68 126.15a2.82 2.82 0 1 0-3.41 2.07 2.82 2.82 0 0 0 3.41-2.07ZM224.33 158.51l-3.78-8.61-4.31 1.89 2.84 6.46-6.46 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.46-6.45 2.83a2.35 2.35 0 0 0-1.21 3.1l2.83 6.45-6.41 2.83a2.33 2.33 0 0 0-1.24 1.3 2.3 2.3 0 0 0 0 1.8l2.83 6.46-6.46 2.83 1.89 4.31 8.61-3.78a2.35 2.35 0 0 0 1.21-3.1l-2.84-6.45 6.45-2.84a2.34 2.34 0 0 0 1.21-3.09l-2.83-6.46 6.46-2.83a2.34 2.34 0 0 0 1.2-3.1l-2.83-6.46 6.46-2.83a2.35 2.35 0 0 0 1.21-3.1ZM335.92 301.18l-18.88-4.7-1.14 4.56 18.88 4.71 1.14-4.57zM244.37 354.59 250 338a2.35 2.35 0 0 0-.48-2.33 2.35 2.35 0 0 0-2.27-.72l-16.95 3.85 1 4.59 12.85-2.92-4.3 12.61ZM256.87 297a6.58 6.58 0 0 1 7.2 1.1l.4.36 3.13-3.46-.4-.37a11.25 11.25 0 0 0-15.12 16.66l.4.37 3.14-3.46-.41-.36a6.57 6.57 0 0 1 1.66-10.84ZM184.74 1.72l.21.51a6.6 6.6 0 0 1-1.07 6.65 6.52 6.52 0 0 1-2.63 1.9 6.6 6.6 0 0 1-8.55-3.69l-.2-.51-4.33 1.72.2.51a11.25 11.25 0 0 0 20.91-8.3l-.07-.18h-1ZM138.39 348.54l4.23-2.07-9.88-20.25-13.3 6.49 4.42 9.07-9.06 4.42 5.45 11.19 4.23-2.07-3.39-6.95 4.84-2.36 3.39 6.95 2.12-1.03 2.11-1.03-7.82-16.02 4.84-2.37 7.82 16.03zM46 327.22a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.52-3.28 7 7 0 0 0-1.54-9.85 2.37 2.37 0 0 1-.94-1.54 2.33 2.33 0 0 1 .45-1.7l2.77-3.8-3.8-2.77-2.77 3.8a7.05 7.05 0 0 0 1.55 9.77 2.36 2.36 0 0 1 .51 3.28 7.06 7.06 0 0 0 1.55 9.85 2.35 2.35 0 0 1 .52 3.28ZM101.91 5.39A8.1 8.1 0 0 0 112.47 1a6.5 6.5 0 0 0 .22-.62h-4.76a3.82 3.82 0 0 1-4.41 1.13A3.74 3.74 0 0 1 102 .33h-4.75a8 8 0 0 0 4.66 5.06ZM16.12 188.43l-.52.17 1.48 4.4.51-.18a11.25 11.25 0 0 0-7.12-21.34l-.52.18 1.48 4.42.51-.17a6.58 6.58 0 0 1 8.63 5.46 4.73 4.73 0 0 1 0 .65 6.59 6.59 0 0 1-4.45 6.41ZM76.43 380.33l3.57-3.78a2.36 2.36 0 0 0 .56-2.29 2.39 2.39 0 0 0-.64-1l-9.06-8.67a2.34 2.34 0 0 0-3.32.08l-8.67 9.06A2.35 2.35 0 0 0 59 377l3.46 3.3h6.8l-5.31-5.08 5.41-5.66L75 375l-5.09 5.33ZM323.31 358.36l3.8 2.77 2.77-3.8a7.06 7.06 0 0 0-1.55-9.85 2.35 2.35 0 0 1-.94-1.54 2.29 2.29 0 0 1 .42-1.74 7 7 0 0 0 1.27-5.25 6.54 6.54 0 0 0-.2-.9 7 7 0 0 0-2.61-3.71 2.35 2.35 0 0 1-.52-3.28l-3.8-2.77a7.05 7.05 0 0 0 1.55 9.86 2.29 2.29 0 0 1 .93 1.53 2.33 2.33 0 0 1-.42 1.75 7 7 0 0 0 1.55 9.85 2.33 2.33 0 0 1 .94 1.53 2.37 2.37 0 0 1-.42 1.75ZM344.72 379.8a2.36 2.36 0 0 0-.63-1l-9.09-8.7a2.35 2.35 0 0 0-3.33.08l-8.67 9.06a2.27 2.27 0 0 0-.58 1.09h6l5-5.2 5.44 5.2h5.89a2.35 2.35 0 0 0-.03-.53ZM379.6 159.16a2.28 2.28 0 0 1 .4-.88v-5.41a7.08 7.08 0 0 0-5 5.26 2.33 2.33 0 0 1-2.8 1.77 7.07 7.07 0 0 0-8.43 5.35A2.35 2.35 0 0 1 361 167l-1 4.59a7.06 7.06 0 0 0 8.42-5.35 2.35 2.35 0 0 1 2.81-1.77 7.05 7.05 0 0 0 8.42-5.34ZM371.48 251.66a2.82 2.82 0 1 0 3.5 1.92 2.82 2.82 0 0 0-3.5-1.92ZM8.23 22.53l-.34 4.69 19.4 1.42.35-4.69-19.41-1.42zM365.26 370.63l1.32 4.52 11.38-3.33-1.32-4.51-11.38 3.32zM90.36 103.9a6.59 6.59 0 0 1 6.87 6.29v.54l4.66-.21v-.54a11.25 11.25 0 1 0-22.47 1v.54l4.66-.21v-.54a6.61 6.61 0 0 1 6.28-6.87ZM102.47 20.5l4.32 1.76.2-.5a11.25 11.25 0 1 0-20.83-8.5l-.21.5 4.32 1.77.21-.51a6.58 6.58 0 1 1 12.19 5ZM90.43 97.25A8.1 8.1 0 1 0 82 89.52a8.1 8.1 0 0 0 8.43 7.73Zm-.54-12a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.68-3.95ZM57.37 86.22a2.82 2.82 0 1 0 3.41-2.07 2.82 2.82 0 0 0-3.41 2.07ZM103.21 135.18a2.82 2.82 0 1 0-2.07-3.41 2.82 2.82 0 0 0 2.07 3.41ZM380 267.47l-6.33-1.54-1.11 4.57 7.44 1.81v-4.84zM44.95 147.55l-16.09-10.93-2.65 3.9 16.1 10.92 2.64-3.89zM82.74 21.54l-9.38-.64-.36 4.69 7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.5l7 .48-.48 7a2.35 2.35 0 0 0 2.19 2.51l7 .48-.48 7 4.69.32.64-9.38a2.49 2.49 0 0 0-.08-.82 2.37 2.37 0 0 0-1.9-1.55l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.5l-7-.48.48-7a2.35 2.35 0 0 0-2.18-2.51l-7-.48.48-7a2.37 2.37 0 0 0-2.34-2.61ZM5.35 220.2l9.06 8.66a2.35 2.35 0 0 0 3.33-.07l8.66-9.06a2.36 2.36 0 0 0 .65-1.68 2.1 2.1 0 0 0-.09-.61 2.43 2.43 0 0 0-.63-1l-9.07-8.66a2.34 2.34 0 0 0-3.32.07l-8.67 9.07a2.35 2.35 0 0 0 .08 3.28Zm10.36-7.44 5.67 5.42-5.38 5.66-5.66-5.41ZM267.69 370.48l-2.64 3.89 8.78 5.96h8.37l-14.51-9.85zM66.07 152.23l-3.38 3.27 8.65 8.95 7.25-7.02 7.02 7.26 10.63-10.29-15.67-16.2-3.38 3.27 12.4 12.82-3.87 3.74-3.75-3.87-1.86-1.92-6.79-7.02-3.38 3.27 5.38 5.56-3.87 3.75-5.38-5.57zM36.1 50.91l-3.06 3.57 9.46 8.09 6.56-7.67 7.67 6.56 9.61-11.24-17.12-14.65-3.06 3.58 13.55 11.59-3.5 4.09-4.09-3.5-9.46-8.09-3.06 3.58 5.88 5.03-3.5 4.09-5.88-5.03zM183.37 17.09a8.1 8.1 0 1 0 10.52 4.54 8.1 8.1 0 0 0-10.52-4.54Zm4.41 11.12a3.86 3.86 0 1 1 2.16-5 3.85 3.85 0 0 1-2.16 5ZM370 72l-.05-.55-4.65.55.06.54a6.87 6.87 0 0 1-.08 2 6.59 6.59 0 0 1-12.74.75 6.35 6.35 0 0 1-.27-1.31l-.06-.54-4.64.5.06.55A11.25 11.25 0 0 0 370 72ZM364.71 24.64a2.33 2.33 0 0 0-2.27-.72l-16.95 3.85 1 4.58 12.85-2.91-4.3 12.61 4.45 1.52 5.7-16.57a2.3 2.3 0 0 0 0-1.42 2.23 2.23 0 0 0-.48-.94ZM250.09 293.82a8.1 8.1 0 1 0-11.45.55 8.11 8.11 0 0 0 11.45-.55Zm-8.86-8a3.85 3.85 0 1 1 .27 5.45 3.86 3.86 0 0 1-.27-5.49ZM272.82 155.89l-9.92-14.28a2.35 2.35 0 0 0-4.09.4l-7 16.08 4.31 1.88 5.33-12.22 7.55 10.82ZM361.63 102.52a8.1 8.1 0 1 0-8.93-7.18 8.1 8.1 0 0 0 8.93 7.18Zm-4.71-7.63a3.86 3.86 0 1 1 4.25 3.41 3.85 3.85 0 0 1-4.25-3.41ZM273 112.47a8.1 8.1 0 1 0-9.12-7 8.1 8.1 0 0 0 9.12 7Zm-1.6-11.85a3.85 3.85 0 1 1-3.31 4.33 3.84 3.84 0 0 1 3.34-4.33ZM266.22 43.24a2.34 2.34 0 0 0-1.45-1.06l-12.18-3a2.35 2.35 0 0 0-2.84 1.73l-3 12.18a2.36 2.36 0 0 0 .27 1.78A2.39 2.39 0 0 0 248.5 56l12.18 3a2.35 2.35 0 0 0 2.85-1.73l3-12.18a2.26 2.26 0 0 0 0-1.21 2.41 2.41 0 0 0-.31-.64Zm-6.71 10.56L251.9 52l1.86-7.61 7.61 1.85ZM276.86 181.75l12.05 7.02 2.37-4.06-12.05-7.02-2.37 4.06zM307.09 100.98l-3.92-13.39-4.51 1.32 3.91 13.39 4.52-1.32zM158.06 78.91a9.4 9.4 0 1 0 9.95 16 9.43 9.43 0 0 0 4.05-10.62l-.06-.18 6.1-3.8 3.17-2 6.54-4.08-5.88-9.43-4 2.49 3.39 5.44-2.55 1.59-2.77-4.5-4 2.49 2.8 4.48-5.27 3.29a9.43 9.43 0 0 0-4.36-2.35 9.32 9.32 0 0 0-7.11 1.18Zm9 5.49a4.7 4.7 0 0 1-8 5 4.77 4.77 0 0 1-.52-1.18 4.64 4.64 0 0 1-.07-2.37A4.7 4.7 0 0 1 167 84.4ZM260.68 216.96l6.77-10.44-8.46-5.49 5.49-8.46-12.41-8.06-12.27 18.91 3.95 2.56 9.7-14.96 4.52 2.93-2.93 4.52-6.77 10.44 3.95 2.56 4.21-6.49 4.52 2.93-4.21 6.49 3.94 2.56zM238 176a2.82 2.82 0 1 0-3.41 2.07A2.82 2.82 0 0 0 238 176ZM272.93 114.48a11.26 11.26 0 0 0-9.64 12.65l.07.55 4.62-.63-.07-.54c0-.22-.05-.45-.06-.67a6.58 6.58 0 0 1 10.73-5.32 6.53 6.53 0 0 1 2.38 4.23l.08.54 4.62-.62-.08-.54a11.26 11.26 0 0 0-12.65-9.65ZM312.92 227.26l7.88-9.76a2.32 2.32 0 0 0 .51-1.72 2.7 2.7 0 0 0-.08-.41 2.41 2.41 0 0 0-.78-1.17l-9.75-7.89a2.35 2.35 0 0 0-1.73-.5 2.3 2.3 0 0 0-1.58.86l-7.88 9.75a2.35 2.35 0 0 0 .35 3.31l9.75 7.88a2.36 2.36 0 0 0 3.31-.35Zm-3.35-15.81 6.09 4.93-4.92 6.09-6.09-4.93ZM347.32 190.45a6.56 6.56 0 0 1 4.74 1.71l.4.37 3.15-3.44-.41-.37a11.25 11.25 0 0 0-15.2 16.61l.41.37 3.14-3.44-.4-.37a6.58 6.58 0 0 1 4.14-11.44ZM303.77 318.82a2.82 2.82 0 1 0-3.5-1.91 2.82 2.82 0 0 0 3.5 1.91ZM304.14 284.34a2.25 2.25 0 0 0-.63-1l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.35 2.35 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.66-9.07a2.32 2.32 0 0 0 .56-2.32Zm-11 6.4-5.67-5.42 5.42-5.66 5.66 5.41ZM321.34 141.7l7.66 18.89a2.35 2.35 0 0 0 3.89.73L345.4 148a2.38 2.38 0 0 0 .55-2.25 2.32 2.32 0 0 0-1.63-1.61l-20.16-5.59a2.36 2.36 0 0 0-2.81 3.15Zm18 5.93-7.34 7.79-4.49-11.06ZM328.81 111.42a9.39 9.39 0 1 0 16.19 3.42 9.44 9.44 0 0 0-7.45-6.63L337 102l-.4-4.69-.6-7.66-11.08.94.4 4.69 6.39-.55.25 3-5.26.45.4 4.69 5.26-.45.53 6.19a9.39 9.39 0 0 0-4.08 2.81Zm6.79 1.38a4.7 4.7 0 1 1-4.12 6 5.35 5.35 0 0 1-.17-.92 4.71 4.71 0 0 1 4.29-5.08ZM239.69 125.48l-19.32 2.29.55 4.67 19.32-2.29-.55-4.67zM271.77 257.62a9.41 9.41 0 0 0 10.64-4.41l18 4.89 2.93-10.72-4.54-1.24-1.69 6.19-2.9-.79 1.39-5.1-4.6-1.24-1.39 5.1-6-1.63a9.41 9.41 0 1 0-12.45 8.78Zm-2.06-10.31a4.71 4.71 0 0 1 5.77-3.3l.28.09a4.71 4.71 0 0 1 3 5.68 4.7 4.7 0 1 1-9.06-2.47ZM275.89 357.06l17.93-3.43a2.34 2.34 0 0 0 1.81-3 2.07 2.07 0 0 0-.34-.7l-11.84-16.6a2.35 2.35 0 0 0-4.17.68l-6.08 20a2.35 2.35 0 0 0 2.69 3Zm6.5-17.08 6.94 9.72-10.5 2ZM230.18 317.85a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM281.21 317.66l-1.32-4.51-11.38 3.32 1.32 4.52 11.38-3.33zM337.57 176.39a8.1 8.1 0 1 0 .52 11.44 8.09 8.09 0 0 0-.52-11.44ZM335 185a3.86 3.86 0 1 1-.25-5.45A3.86 3.86 0 0 1 335 185ZM229.88 234.57l12.85-2.92-4.3 12.61 4.45 1.52 5.66-16.59a2.3 2.3 0 0 0 0-1.42 2.24 2.24 0 0 0-.5-.92 2.36 2.36 0 0 0-2.27-.72l-17 3.85ZM106.89 245.52l4.41-1.65-2.72-7.25 5.04-1.89 2.72 7.24 4.41-1.65-6.26-16.69 5.04-1.89 6.26 16.69 4.4-1.65-7.91-21.1-13.85 5.2 3.54 9.44-9.45 3.55 4.37 11.65zM113.78 72.67a2.33 2.33 0 0 0-.4 2.27l7 19.73a2.35 2.35 0 0 0 1.94 1.55 2.32 2.32 0 0 0 2.25-1.06l11.09-17.11a2.38 2.38 0 0 0 .28-1.94 2 2 0 0 0-.12-.31 2.36 2.36 0 0 0-1.8-1.36l-18.07-2.61a2.34 2.34 0 0 0-2.17.84Zm15.91 5.9-6.49 10L119.11 77ZM168.25 363.08l7.56 6.69 8.24-9.33-3.52-3.11-5.13 5.8-4.03-3.57 5.12-5.8-1.76-1.56-1.77-1.56-11.8 13.37-4.04-3.57 11.81-13.36-3.53-3.12-14.92 16.89 11.09 9.8 6.68-7.57zM146.56 255.46a2.35 2.35 0 0 0 .5-1.73l-.8-7 7-.8a2.36 2.36 0 0 0 2.08-2.6l-.8-7 7-.79-.53-4.68-9.34 1.06a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.34 2.34 0 0 0-2.07 2.6l.8 7-7 .79a2.36 2.36 0 0 0-2.07 2.61l.8 7-7 .8a2.35 2.35 0 0 0-2.07 2.6l1.07 9.34 4.67-.53-.8-7 7-.79a2.35 2.35 0 0 0 2.07-2.61l-.8-7 7-.8a2.33 2.33 0 0 0 1.56-.88ZM150.12 319.77a2.82 2.82 0 1 0-3.5-1.91 2.81 2.81 0 0 0 3.5 1.91ZM357.84 205.26l-1.7 4.39 6 2.3-1.14 2.81-4.93-1.9-1.69 4.39 4.93 1.9-2.24 5.8a9.4 9.4 0 0 0-4.47 18.11 9.4 9.4 0 0 0 9-16.31l-.15-.11 2.59-6.7 1.34-3.49 2.78-7.19Zm2.57 30.74a4.7 4.7 0 0 1-6.07 2.69 4.59 4.59 0 0 1-1.13-.62 4.7 4.7 0 0 1-1.57-5.45 4.7 4.7 0 1 1 8.77 3.38ZM119.29 315.34a2.35 2.35 0 0 0 4.16-.69l6.09-20a2.35 2.35 0 0 0 0-1.34 2.21 2.21 0 0 0-.5-.91 2.35 2.35 0 0 0-2.2-.74l-17.92 3.42a2.36 2.36 0 0 0-1.48 3.68ZM123.9 297l-3.56 11.72-6.93-9.72ZM375.74 113.9l-11.21 5.6a2.35 2.35 0 0 0-1.06 3.16l5.6 11.21a2.35 2.35 0 0 0 3.16 1.06l7.77-3.88v-13.89l-1.1-2.16a2.36 2.36 0 0 0-3.16-1.1Zm-3.51 15.77-3.5-7 7-3.5 3.5 7ZM140.7 210l4.67.59.81-6.36 3 .38-.66 5.24 4.66.6.67-5.24 6.15.79a9.41 9.41 0 1 0 11.1-10.43l-.58-.09a9.35 9.35 0 0 0-6.94 1.9 9.26 9.26 0 0 0-3 3.95L142.11 199Zm24-5.79a4.7 4.7 0 1 1 4.07 5.25h-.29a4.72 4.72 0 0 1-3.82-5.22ZM161.67 258.92a2.82 2.82 0 1 0 3.41-2.08 2.81 2.81 0 0 0-3.41 2.08ZM150.26 146.77l-9.06-8.67a2.36 2.36 0 0 0-3.33.08l-8.66 9.06a2.37 2.37 0 0 0 .07 3.33l9.07 8.66a2.34 2.34 0 0 0 3.32-.07l8.67-9.07a2.34 2.34 0 0 0 .55-2.28 2.25 2.25 0 0 0-.63-1.04Zm-10.36 7.44-5.66-5.42 5.41-5.66 5.66 5.41ZM134.22 115.56l11.51 2.8 1.12-4.57-11.52-2.81-1.11 4.58zM297 25.58a8.1 8.1 0 1 0-8.46-7.73 8.1 8.1 0 0 0 8.46 7.73Zm-.54-11.95a3.86 3.86 0 1 1-3.68 4 3.84 3.84 0 0 1 3.67-4ZM343.33 270.24l-.95 7a2.34 2.34 0 0 0 2 2.65l7 .95-.95 7a2.35 2.35 0 0 0 2 2.65l7 .95-1 7 4.66.63 1.27-9.31a1.46 1.46 0 0 0 0-.29 2.35 2.35 0 0 0-2-2.36l-7-1 1-7a2.34 2.34 0 0 0-2-2.65l-7-1 .95-7a2.35 2.35 0 0 0-2-2.65l-7-.95.95-7a2.35 2.35 0 0 0-2-2.65L329 254l-.64 4.66 7 .95-1 7a2.35 2.35 0 0 0 2 2.65ZM286 39.86l4.66-.21v-.54a6.51 6.51 0 0 1 .41-2.58 6.59 6.59 0 0 1 12.56.67 6.37 6.37 0 0 1 .19 1.32v.54l4.66-.2v-.55a11.25 11.25 0 0 0-22.47 1ZM263.28 75.21l15.72 7.4a2.35 2.35 0 0 0 2.37-.21 2.38 2.38 0 0 0 1-2.18l-2-17.43-4.67.53 1.49 13.24L265.28 71ZM297.34 61.89a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM297.34 156.52a2.82 2.82 0 1 0-1.11-3.83 2.82 2.82 0 0 0 1.11 3.83ZM233.73 73a9.4 9.4 0 0 0-16.24 9.49A9.42 9.42 0 0 0 228 86.86h.18L231.8 93l1.89 3.23 3.89 6.65 9.6-5.61-2.38-4.06-5.53 3.24-1.52-2.6 4.56-2.67-2.38-4.06-4.56 2.67-3.13-5.36A9.44 9.44 0 0 0 233.73 73ZM228 81.82a4.7 4.7 0 1 1 1.68-6.43 4.7 4.7 0 0 1-1.68 6.43ZM198.43 352.17a2.36 2.36 0 0 0 3.32.2l9.39-8.31a2.35 2.35 0 0 0 .79-1.62 2.69 2.69 0 0 0-.09-.8 2.42 2.42 0 0 0-.5-.9l-8.34-9.39a2.36 2.36 0 0 0-3.32-.2l-9.39 8.31a2.36 2.36 0 0 0-.2 3.33Zm2.63-15.94 5.2 5.87-5.87 5.19-5.19-5.86ZM354.91 326.71a11.27 11.27 0 0 0 7.3-14.14l-.17-.52-4.44 1.42.17.52a6.59 6.59 0 1 1-12.55 4l-.17-.52-4.44 1.42.17.52a11.26 11.26 0 0 0 14.13 7.3ZM193 309.59l-6.73-3.78-3.52-2-6-3.37a9.35 9.35 0 0 0 0-4.95v-.11a9.4 9.4 0 1 0-13.63 10.84 9.43 9.43 0 0 0 11.39-1.68l5.42 3-2.59 4.61 4.1 2.3 2.59-4.6 2.62 1.47-3.16 5.68 4.1 2.31Zm-21.24-9.25A4.7 4.7 0 1 1 170 294a4.69 4.69 0 0 1 1.79 6.39ZM360.09 344.15a8.1 8.1 0 1 0-10.18-5.26 8.1 8.1 0 0 0 10.18 5.26Zm-3.63-11.4a3.86 3.86 0 1 1-2.5 4.85 3.86 3.86 0 0 1 2.5-4.85ZM207.1 267.03l-6.69 7.56-7.56-6.68-8.24 9.33 3.53 3.11 5.12-5.8 4.04 3.57-5.12 5.8 3.52 3.11 8.24-9.32 3.57-4.04 4.03 3.57-11.8 13.36 3.52 3.12 14.92-16.89-11.08-9.8zM208.24 44l17.11 3.08a2.35 2.35 0 0 0 2.68-3 1.18 1.18 0 0 0-.07-.2l-6.41-16.33-4.38 1.72L222 41.7l-13-2.34ZM69.92 0l-.32.33-.35-.33h-6.8l5.6 5.36a2.35 2.35 0 0 0 3.33-.08L76.43 0ZM380 51.37l-7.71-1.43-.86 4.63 6.93 1.28-1.28 6.93a2.35 2.35 0 0 0 1.92 2.74l1 .2ZM13.85 0l6.41 4.49L23.41 0h-9.56zM189.21 380l-.13-.33-.84.33h.97zM102 380a3.85 3.85 0 1 1 6.53-1 3.76 3.76 0 0 1-.61 1h4.76a8.1 8.1 0 1 0-15.44 0ZM0 131.05l3.45-1.72a2.35 2.35 0 0 0 1.2-2.77 2.08 2.08 0 0 0-.15-.39l-4.5-9ZM3.43 152.78a7.1 7.1 0 0 0-3.43.09v5.41a2.3 2.3 0 0 1 .64-.6 2.34 2.34 0 0 1 1.77-.3l4.58 1 1-4.59ZM0 272.31l4.08 1 1.11-4.57L0 267.47v4.84zM338.92 0l.22.21-5.41 5.66-5.66-5.41.43-.46h-6a2.34 2.34 0 0 0 .65 2.23l9.07 8.67a2.35 2.35 0 0 0 3.32-.08l8.67-9.06a2.35 2.35 0 0 0 .6-1.76ZM273.83 0l7.32 4.97 2.64-3.89L282.2 0h-8.37zM249 10.18l-7-.66.66-7A2.35 2.35 0 0 0 240.87 0h-12.15l-.11 1.17a2.35 2.35 0 0 0 2.12 2.56l7 .67-.66 7a2.35 2.35 0 0 0 2.14 2.6l7 .66-.66 7 4.68.44.88-9.36a2.35 2.35 0 0 0-2.11-2.56Z'/%3E%3C/symbol%3E%3Cstyle%3E.pattern-square-bluegray{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cg id='Calque_2' data-name='Calque 2'%3E%3Cuse width='380' height='380.33' xlink:href='%23Nouveau_symbole' id='Calque_1-2' data-name='Calque 1'/%3E%3C/g%3E%3C/svg%3E");--bubble-blue:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23002060'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-apple:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23bbd034'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-green:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23006464'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-greenblue:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%2319738c'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-lightblue:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%236193cd'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-salmon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23E68282'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-yellow:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23ebc76e'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-lightgray:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23f5f6f7'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-bluegray:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23cdd7dc'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-purple:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23502d82'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E");--bubble-white:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.183' height='64.14'%3E%3Cg data-name='Group 604' fill='%23fff'%3E%3Cpath data-name='Path 34' d='M1.875 8.908S.313.234 17.812.234c11.267 0 21.875.7 36.249.234s20-.469 27.5-.469h26.875c8.749 0 38.124 0 48.749.469s15.624.938 15.624.938 17.5-.938 18.125 5.157 1.249 19.223 1.249 19.223l-.625 15.94s1.25 9.143-14.375 11.721c-8.739 1.442-46.874 2.344-51.874 2.813s-25.624 1.407-25.624 1.407-17.5.938-33.125.469-35-.938-44.374-2.344-18.124 1.406-20.625-8.908-1.25-15-1.25-18.285S1.875 8.908 1.875 8.908z'/%3E%3Cpath data-name='Path 35' d='M180.743 48.291c1.406 1.641 11.487 12.659 11.252 15.472S167.85 52.74 167.85 52.74z'/%3E%3C/g%3E%3C/svg%3E")}#block-breadcrumbs{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(223 233 240/var(--tw-bg-opacity));color:rgb(0 32 96/var(--tw-text-opacity));font-size:.75rem;line-height:1.125rem;padding-bottom:1rem;padding-top:1rem}#block-breadcrumbs ol{display:flex;flex-direction:row}#block-breadcrumbs ol>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}#block-breadcrumbs li:not(:last-child):after{content:">";margin-left:.375rem;position:relative;top:1px}.footernotes{--tw-border-opacity:1;border-color:rgb(199 208 217/var(--tw-border-opacity));border-top-width:1px;padding-bottom:1.5625rem;padding-top:1.4375rem}.footernotes-trigger{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.footernotes-trigger>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.625rem*var(--tw-space-x-reverse))}.footernotes-trigger{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.75rem;line-height:1.125rem}.footernotes-trigger svg{height:.375rem;width:.75rem}.footernotes-inner{margin:2.5rem auto;max-width:46.25rem}.footernotes-inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.875rem*var(--tw-space-y-reverse));margin-top:calc(1.875rem*(1 - var(--tw-space-y-reverse)))}.footernotes-inner{counter-reset:footernotes;font-size:.8125rem}.footernotes-inner .gl_field--field_footer_notes p:before{content:"(" counter(footernotes) ") ";counter-increment:footernotes}.region--footer-main .store-locator-search-form>div:first-child{align-items:center;display:flex;flex-direction:row;margin-top:1.6875rem}.region--footer-main .storelocator-search-input{border-style:none;font-size:.75rem;line-height:1.125rem;margin-right:.5rem;width:11rem}.region--footer-main .storelocator-search-input::-moz-placeholder{font-size:.75rem;line-height:1.125rem}.region--footer-main .storelocator-search-input::placeholder{font-size:.75rem;line-height:1.125rem}.region--footer-main .storelocator-search-input::-moz-placeholder{font-style:italic}.region--footer-main .storelocator-search-input::placeholder{font-style:italic}.region--footer-main .store-locator-search-dom,.region--footer-main .store-locator-search-near{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important;font-size:.75rem!important;line-height:1.125rem!important}#block-sarbacane-subscription-form{order:2}#block-branding-footer{order:4}#block-reviews{order:1}#block-footer-social{order:3}#block-footer-social ul{justify-content:center;padding:40px}#block-footer-social li{width:33%}@media (min-width:1024px){#block-branding-footer,#block-footer-social,#block-reviews,#block-sarbacane-subscription-form{order:0}#block-footer-social ul{justify-content:space-between;padding:0}#block-footer-social li{width:auto}}.container{box-sizing:border-box;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.container{max-width:54.313rem!important}}@media (min-width:1024px){.container{max-width:80rem!important}}@media (min-width:1280px){.container{max-width:83rem!important}}@media (min-width:1536px){.container{max-width:83rem!important}}#site-header.is-sticky{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));left:0;position:fixed;right:0;top:0}.node--type-hub--service-product .gl_field--field_banner_intro+#site-header.is-sticky{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+#site-header.is-sticky .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}[data-drupal-messages]{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%}@media (min-width:640px){[data-drupal-messages]{max-width:640px}}@media (min-width:768px){[data-drupal-messages]{max-width:768px;padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){[data-drupal-messages]{max-width:1024px}}@media (min-width:1280px){[data-drupal-messages]{max-width:1280px}}@media (min-width:1536px){[data-drupal-messages]{max-width:1536px}}[data-drupal-messages]{--tw-text-opacity:1;box-sizing:border-box;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.25rem;font-weight:600;line-height:1.875rem;padding:1rem;text-align:center}@media (min-width:768px){[data-drupal-messages]{max-width:54.313rem}}@media (min-width:1024px){[data-drupal-messages]{max-width:80rem}}@media (min-width:1280px){[data-drupal-messages]{max-width:83rem}}@media (min-width:1536px){[data-drupal-messages]{max-width:83rem}}.paragraph--type--hp-image-text-logos[data-drupal-messages]{margin-bottom:144px}@media (max-width:991px){.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner [data-drupal-messages] .ctbandeautitre-content .right{height:370px;position:relative}}.paragraph--type--ct-bounce-3-pushs-basik>[data-drupal-messages]>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;margin-bottom:3.25rem}[data-drupal-messages]{max-width:none}.node [data-drupal-messages]{padding:0}[data-drupal-messages]{max-width:960px}.node-whitepaper-bounce[data-drupal-messages] .gl_field--field_related_white_paper{padding-bottom:3.5rem}.view-search article .node-excerpt [data-drupal-messages]{max-width:100%;padding-left:0;padding-right:0;width:100%}.js #site-mainHeader,.js #site-mobileHeader,.js #site-preHeader{display:none}.alpine-loaded #site-mainHeader,.alpine-loaded #site-mobileHeader,.alpine-loaded #site-preHeader{display:block}#block-galian-branding{width:12rem}#site-header+.page-content{background-color:#fff}.btn,.button{padding:11px 16px!important}.path--universe #site-mainHeader #block-menu-account-sticky-wide{position:absolute;right:0;top:50%;transform:translateY(-50%)}#site-mainHeader .gl_header_main{position:relative}@media (min-width:1024px){#site-mainHeader .gl_header_main{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.path--universe #site-mainHeader .gl_header_main{align-items:center;justify-content:flex-start}}#site-mainHeader .gl_header_main .menu-level-2 li div{float:right}#site-mainHeader .gl_header_main .menu-level-2 li .gl_field--field_bubble_text.btn--mini{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity));border-radius:1.6875rem;color:rgb(0 32 96/var(--tw-text-opacity));padding-bottom:.375rem;padding-left:.5rem;padding-right:.5rem;padding-top:.375rem}#site-mainHeader .gl_header_main .menu-level-2 li .gl_field--field_bubble_text.btn--mini:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity));color:rgb(0 32 96/var(--tw-text-opacity))}@media (min-width:1024px){#site-mainHeader .gl_header_main .menu-level-2 li .gl_field--field_bubble_text.btn--mini{padding-left:1.25rem;padding-right:1.25rem}}#site-mainHeader .gl_header_main .menu-level-2 li .gl_field--field_bubble_text.btn--mini{clear:both;font-size:.7rem;margin:2px 0 10px;padding:0 .75rem}#block-galian-universe-title{--tw-text-opacity:1;align-items:center;color:rgb(255 255 255/var(--tw-text-opacity));display:inline-flex;flex-direction:row;font-size:1.5625rem;font-weight:600;justify-content:center;margin-left:2.40625rem}#block-galian-universe-title:before{--tw-bg-opacity:1;background-color:rgb(230 130 129/var(--tw-bg-opacity));border-radius:9999px;content:"";display:inline-flex;height:.625rem;margin-right:2.40625rem;width:.625rem}#site-mainHeader .menu-item--active-trail .indicator-current-trail,#site-mobileHeader .menu-item--active-trail .indicator-current-trail{display:inline-flex}#site-mainHeader .indicator-current-trail,#site-mobileHeader .indicator-current-trail{display:none}.pre-header{padding-bottom:.625rem;padding-top:1rem}.pre-header .btn{font-size:1rem;line-height:1.25rem}.gl-menu-pre-header>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}@media (min-width:1280px){.gl-menu-pre-header{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.gl-menu-pre-header>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}}.gl-menu-pre-header li{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:1rem;padding-top:1rem}@media (min-width:1024px){.gl-menu-pre-header li{display:block;padding-bottom:1.75rem;padding-top:1.75rem}}@media (min-width:1280px){.gl-menu-pre-header li{padding:0}}.gl-menu-pre-header li:first-child{--tw-border-opacity:1;border-color:rgb(205 215 220/var(--tw-border-opacity));border-style:solid;border-top-width:1px}.gl-menu-pre-header li.menu-item--active-trail:before{--tw-bg-opacity:1;background-color:rgb(230 130 129/var(--tw-bg-opacity));border-radius:9999px;display:block;height:.5rem;margin-right:.5rem;width:.5rem}@media (min-width:1024px){.gl-menu-pre-header li.menu-item--active-trail:before{display:none}}.gl-menu-pre-header li.menu-item--active-trail:before{content:""}.gl-menu-pre-header li>*{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.5rem;font-weight:500;line-height:2.375rem}@media (min-width:1024px){.gl-menu-pre-header li>*{font-size:1rem;line-height:1.25rem}}@media (min-width:1280px){.gl-menu-pre-header li>*{font-size:.75rem;font-weight:400;line-height:1.125rem}}.gl-menu-pre-header_backLink{--tw-translate-y:1px;--tw-text-opacity:1;align-items:center;color:rgb(0 32 96/var(--tw-text-opacity));display:flex;flex-direction:row;justify-content:center;position:relative;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.gl-menu-pre-header_backLink:after{--tw-bg-opacity:1;background-color:rgb(199 208 217/var(--tw-bg-opacity));bottom:0;content:"";height:100%;position:absolute;right:-1rem;top:0;width:1px}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.gl-menu-pre-header_backLink.inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.gl-menu-pre-header_backLink:after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.gl-menu-pre-header_backLink:after{left:0;transform:var(--tw-transform)}}.gl-menu-pre-header_backLink svg{height:.75rem;margin-right:1rem;width:.5rem}.gl-menu-pre-header .menu-item--active-trail a{font-weight:600;position:relative}.gl-menu-pre-header .menu-item--active-trail a:after{--tw-translate-x:-50%;--tw-bg-opacity:1;background-color:rgb(230 130 129/var(--tw-bg-opacity));border-radius:9999px;bottom:-.75rem;content:"";display:inline-flex;height:.375rem;left:50%;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:.375rem}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.gl-menu-pre-header .menu-item--active-trail a.inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.gl-menu-pre-header .menu-item--active-trail a:after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.gl-menu-pre-header .menu-item--active-trail a:after{left:0;transform:var(--tw-transform)}}#block-account-mobile-header svg{margin-right:0}.region--mobile-header .header{justify-content:space-between}.region--mobile-header .menu-account{padding-right:0}.region--mobile-header .menu-account .login-container,.region--mobile-header .menu-account .login-container .login-dropdown{display:none}.region--mobile-menu .menu-account{display:flex;justify-content:flex-start}.region--mobile-menu .menu-account li{display:none}.region--mobile-menu .menu-account li:first-child{display:block}.mobile-login-dropdown,.region--mobile-menu .menu-account li:first-child .login-container .login-dropdown{display:none}.mobile-login-dropdown ul{background-color:#fff}.mobile-login-dropdown ul li{padding:20px 25px 6px}.mobile-login-dropdown ul li:first-child{background-color:#002060;color:#fff;font-weight:700;padding:12px 25px}.mobile-login-dropdown ul li:first-child .mobile-login-dropdown-close{padding-left:20%}.mobile-login-dropdown ul li:last-child{padding-bottom:25px}.mobile-login-dropdown ul li a{color:#002060;font-weight:700}.mobile-login-dropdown ul li a:hover{color:#6093cd}#block-user-account-menu .login-container{position:relative}#block-user-account-menu .login-container .login-dropdown{display:none;margin-top:6px;position:absolute;right:0;width:224px;z-index:9999}#block-user-account-menu .login-container .login-dropdown ul{--tw-bg-opacity:1;--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}#block-user-account-menu .login-container .login-dropdown .node--type-hub--service-product .gl_field--field_banner_intro+ul{border-bottom:1px solid #c7d0d9}#block-user-account-menu .login-container .login-dropdown .node--type-hub--service-product .gl_field--field_banner_intro+ul .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}#block-user-account-menu .login-container .login-dropdown ul{border-radius:1.5rem;display:flex;flex-direction:column;font-size:.9rem;gap:16px;padding:24px}#block-user-account-menu .login-container .login-dropdown ul li:first-child{color:#002060;font-weight:700}#block-user-account-menu .login-container .login-dropdown ul li:first-child .login-dropdown-close{right:.8rem}#block-user-account-menu .login-container .login-dropdown ul li a{color:#002060}#block-user-account-menu .login-container .login-dropdown ul li a:hover{color:#6093cd}#block-user-account-menu .btn--outlined:focus *,#block-user-account-menu .btn--outlined:hover *{color:inherit!important}#block-menu-account-sticky-wide .btn--outlined+a:not(.btn):focus,#block-menu-account-sticky-wide .btn--outlined+a:not(.btn):hover{border-color:rgba(97,147,205,var(--tw-text-opacity))}.paragraph--type--bubble .bubble-body{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.paragraph--type--bubble .bubble-image.text-bluegray~.bubble-body,.paragraph--type--bubble .bubble-image.text-lightgray~.bubble-body{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.galian-bubble{word-wrap:normal;border:solid;border-image-repeat:stretch;border-image-slice:15 15 20 15 fill;border-image-width:15px 15px 20px 15px;border-width:15px 15px 20px}.galian-bubble.galian-bubble--green{border-image-source:var(--bubble-green)}.galian-bubble.galian-bubble--lightblue{border-image-source:var(--bubble-lightblue)}.galian-bubble.galian-bubble--apple{border-image-source:var(--bubble-apple)}.galian-bubble.galian-bubble--greenblue{border-image-source:var(--bubble-greenblue)}.galian-bubble.galian-bubble--salmon{border-image-source:var(--bubble-salmon)}.galian-bubble.galian-bubble--yellow{border-image-source:var(--bubble-yellow)}.galian-bubble.galian-bubble--blue{border-image-source:var(--bubble-blue)}.galian-bubble.galian-bubble--lightgray{border-image-source:var(--bubble-lightgray)}.galian-bubble.galian-bubble--bluegray{border-image-source:var(--bubble-bluegray)}.galian-bubble.galian-bubble--white{border-image-source:var(--bubble-white)}.galian-bubble.galian-bubble--purple{border-image-source:var(--bubble-purple)}.galian-bubble.galian-bubble--bluegray,.galian-bubble.galian-bubble--lightgray,.galian-bubble.galian-bubble--white{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important}.btn,.button{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:transparent;border-radius:1.5625rem;border-width:1px;color:rgb(0 32 96/var(--tw-text-opacity));display:inline-flex;flex-direction:row;font-size:1rem;font-weight:600;justify-content:center;line-height:1.25rem;min-width:5.1rem;padding:1rem 1.5rem;text-align:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.node--type-hub--service-product .gl_field--field_banner_intro+.btn,.node--type-hub--service-product .gl_field--field_banner_intro+.button{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.btn .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.button .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.btn:hover,.button:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.btn:focus *,.btn:hover *,.button:focus *,.button:hover *{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.btn.btn--push,.button.btn--push{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.btn.btn--push:hover,.button.btn--push:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity));color:rgb(97 147 205/var(--tw-text-opacity))}.btn.btn--blue,.button.btn--blue{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;font-weight:500;line-height:1;line-height:1rem}.btn.btn--blue:hover,.button.btn--blue:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(10 49 245/var(--tw-bg-opacity));border-color:rgb(10 49 245/var(--tw-border-opacity))}.btn.btn--blue:hover,.btn.btn--blue:hover span,.button.btn--blue:hover,.button.btn--blue:hover span{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.btn.btn--light-blue,.button.btn--light-blue{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity));color:rgb(178 203 254/var(--tw-text-opacity))}.btn.btn--light-blue:hover,.button.btn--light-blue:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity));color:rgb(10 49 245/var(--tw-text-opacity))}.btn.btn--light-blue:hover span,.button.btn--light-blue:hover span{--tw-text-opacity:1!important;color:rgb(10 49 245/var(--tw-text-opacity))!important}.btn.btn--ok{background-color:rgb(0 32 96/var(--tw-bg-opacity))!important;cursor:pointer!important}.btn.btn--ok,.btn.btn--ok:hover{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.btn.btn--ok:hover{background-color:rgb(97 147 205/var(--tw-bg-opacity))!important}.btn.btn--landing_page,.button.btn--landing_page{--tw-text-opacity:1;border-radius:34px;border-width:2px;color:rgb(255 255 255/var(--tw-text-opacity));font-size:1.125rem;font-weight:700;line-height:1.5rem;padding:1rem 2rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn.btn--landing_page:hover,.button.btn--landing_page:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(0 100 100/var(--tw-bg-opacity));border-color:rgb(0 100 100/var(--tw-border-opacity))}@media (min-width:768px){.btn.btn--landing_page,.button.btn--landing_page{font-size:1.375rem}}.btn.btn--landing_page,.button.btn--landing_page{--tw-bg-opacity:1;--tw-border-opacity:1;background-color:rgba(230,171,65,var(--tw-bg-opacity));border-color:rgba(230,171,65,var(--tw-border-opacity));line-height:1}.btn.btn--landing_page_green,.button.btn--landing_page_green{--tw-text-opacity:1;border-radius:34px;border-width:2px;color:rgb(255 255 255/var(--tw-text-opacity));font-size:1.125rem;font-weight:700;line-height:1.5rem;padding:1rem 2rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn.btn--landing_page_green:hover,.button.btn--landing_page_green:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(0 100 100/var(--tw-border-opacity));color:rgb(0 100 100/var(--tw-text-opacity))}@media (min-width:768px){.btn.btn--landing_page_green,.button.btn--landing_page_green{font-size:1.375rem}}.btn.btn--landing_page_green,.button.btn--landing_page_green{--tw-bg-opacity:1;--tw-border-opacity:1;background-color:rgba(1,91,91,var(--tw-bg-opacity));border-color:rgba(1,91,91,var(--tw-border-opacity));line-height:1}.btn.btn--landing_page_normal,.button.btn--landing_page_normal{--tw-text-opacity:1;border-radius:34px;border-width:2px;color:rgb(0 100 100/var(--tw-text-opacity));font-size:1.125rem;font-weight:700;line-height:1.5rem;padding:1rem 2rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn.btn--landing_page_normal:hover,.button.btn--landing_page_normal:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 100 100/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:768px){.btn.btn--landing_page_normal,.button.btn--landing_page_normal{font-size:1.375rem}}.btn.btn--landing_page_normal,.button.btn--landing_page_normal{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-color:#e5e7eb;line-height:1}.is-link-red,.red-link{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-width:0;color:rgb(0 32 96/var(--tw-text-opacity));display:inline-flex;font-size:1rem;font-weight:500;line-height:1.25rem;padding:0 30px 0 0!important;position:relative}.node--type-hub--service-product .gl_field--field_banner_intro+.is-link-red,.node--type-hub--service-product .gl_field--field_banner_intro+.red-link{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.is-link-red .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.red-link .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.is-link-red,.red-link{color:#e30613!important;margin-bottom:1.5rem;text-decoration:none!important}.is-link-red:after,.red-link:after{flex:0 0 20px;height:18px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.172 10H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 8h15.672l-5.586-5.586a.5.5 0 0 1 0-.707L11.293 1A.5.5 0 0 1 12 1l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L16.172 10Z' fill='%23E30613'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.172 10H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 8h15.672l-5.586-5.586a.5.5 0 0 1 0-.707L11.293 1A.5.5 0 0 1 12 1l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L16.172 10Z' fill='%23E30613'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transition:all .25s ease}.is-link-red:after,.is-link-red:before,.red-link:after,.red-link:before{background-color:#e30613;bottom:0;content:"";margin:auto;position:absolute;right:0;top:0;width:20px}.is-link-red:before,.red-link:before{height:2px}.is-link-red:hover:after,.red-link:hover:after{right:-10px}.btn.btn--outlined,.button.btn--outlined{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));border-width:2px;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.875rem;font-weight:500;line-height:1}.node--type-hub--service-product .gl_field--field_banner_intro+.btn.btn--outlined,.node--type-hub--service-product .gl_field--field_banner_intro+.button.btn--outlined{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.btn.btn--outlined .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.button.btn--outlined .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.btn.btn--outlined:hover,.button.btn--outlined:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity));border-color:rgb(10 49 245/var(--tw-border-opacity))}.btn.btn--outlined:hover,.btn.btn--outlined:hover span,.btn.btn--outlined>:hover,.button.btn--outlined:hover,.button.btn--outlined:hover span,.button.btn--outlined>:hover{--tw-text-opacity:1!important;color:rgb(10 49 245/var(--tw-text-opacity))!important}.btn.btn--regular,.button.btn--regular{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));border-width:2px;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.875rem;font-weight:500;line-height:1}.node--type-hub--service-product .gl_field--field_banner_intro+.btn.btn--regular,.node--type-hub--service-product .gl_field--field_banner_intro+.button.btn--regular{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.btn.btn--regular .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.button.btn--regular .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.btn.btn--regular:hover,.button.btn--regular:hover{--tw-bg-opacity:1;background-color:rgb(218 232 254/var(--tw-bg-opacity))}.btn.btn--regular:hover,.btn.btn--regular:hover span,.btn.btn--regular>:hover,.button.btn--regular:hover,.button.btn--regular:hover span,.button.btn--regular>:hover{--tw-text-opacity:1!important;color:rgb(10 49 245/var(--tw-text-opacity))!important}.btn.btn--icone-svg,.btn.is-link-red,.button.btn--icone-svg,.button.is-link-red{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-width:0;color:rgb(0 32 96/var(--tw-text-opacity));display:inline-flex;font-size:1rem;font-weight:500;line-height:1.25rem;padding-bottom:0!important;padding-left:0!important;padding-right:30px!important;padding-top:0!important;position:relative}.node--type-hub--service-product .gl_field--field_banner_intro+.btn.btn--icone-svg,.node--type-hub--service-product .gl_field--field_banner_intro+.btn.is-link-red,.node--type-hub--service-product .gl_field--field_banner_intro+.button.btn--icone-svg,.node--type-hub--service-product .gl_field--field_banner_intro+.button.is-link-red{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.btn.btn--icone-svg .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.btn.is-link-red .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.button.btn--icone-svg .gl_field--field_subtitle p,.node--type-hub--service-product .gl_field--field_banner_intro+.button.is-link-red .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.btn.btn--icone-svg,.btn.is-link-red,.button.btn--icone-svg,.button.is-link-red{color:#e30613!important;margin-bottom:1.5rem;text-decoration:none!important}.btn.btn--icone-svg:after,.btn.is-link-red:after,.button.btn--icone-svg:after,.button.is-link-red:after{background-color:#e30613;bottom:0;content:"";flex:0 0 20px;height:18px;margin:auto;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.172 10H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 8h15.672l-5.586-5.586a.5.5 0 0 1 0-.707L11.293 1A.5.5 0 0 1 12 1l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L16.172 10Z' fill='%23E30613'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.172 10H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 8h15.672l-5.586-5.586a.5.5 0 0 1 0-.707L11.293 1A.5.5 0 0 1 12 1l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L16.172 10Z' fill='%23E30613'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;right:0;top:0;transition:all .25s ease;width:20px}.btn.btn--icone-svg:before,.btn.is-link-red:before,.button.btn--icone-svg:before,.button.is-link-red:before{background-color:#e30613;bottom:0;content:"";height:2px;margin:auto;position:absolute;right:0;top:0;width:20px}.btn.btn--icone-svg:hover:after,.btn.is-link-red:hover:after,.button.btn--icone-svg:hover:after,.button.is-link-red:hover:after{right:-10px}.btn.btn--plain,.button.btn--plain{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.btn.btn--plain:hover,.button.btn--plain:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));border-color:rgb(97 147 205/var(--tw-border-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.btn.btn--mini,.button.btn--mini{border-radius:1.6875rem;padding-bottom:.375rem;padding-left:.5rem;padding-right:.5rem;padding-top:.375rem}@media (min-width:1024px){.btn.btn--mini,.button.btn--mini{padding-left:1.25rem;padding-right:1.25rem}}.btn.btn--ok,.button.btn--ok{border-radius:9999px;font-size:.75rem;height:2rem;line-height:1.125rem;min-width:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;text-align:center;width:2rem}.btn.btn--ok svg,.button.btn--ok svg{margin-left:auto;margin-right:auto}.btn.btn--outlined.btn--ok,.button.btn--outlined.btn--ok{border-width:2px}.pill{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity));border-radius:1.5625rem;color:rgb(35 47 60/var(--tw-text-opacity));display:block;font-size:.75rem;font-weight:600;line-height:1.125rem;min-width:6rem;padding:.5rem 1.5rem}a:not(.btn){transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}a.is-active:not(.btn),a:not(.btn):hover{--tw-text-opacity:1;color:rgb(10 49 245/var(--tw-text-opacity))}.btn--regular_plain:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(97 147 205/var(--tw-text-opacity))}.section-heading{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;margin-bottom:2.1875rem;text-align:center}.section-heading:after,.section-heading:before{content:"-";padding-left:.5rem;padding-right:.5rem}.splide__arrows .splide__arrow{align-items:center;background-color:transparent;display:flex;flex-direction:row;justify-content:center;opacity:1}.splide__arrows .splide__arrow svg{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(0 32 96/var(--tw-border-opacity));border-radius:9999px;border-width:1px;color:rgb(0 32 96/var(--tw-text-opacity));height:2rem;padding:.375rem;width:2rem}.splide__arrows .splide__arrow:disabled svg{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(191 199 215/var(--tw-border-opacity));color:rgb(230 233 239/var(--tw-text-opacity))}.node--type-hub--blog-post .galian_blog_teasers_top_pills,.path-taxonomy--blog-category .galian_blog_teasers_top_pills{padding-bottom:2.1875rem;padding-top:2.1875rem}.blog-search-pills{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.blog-search-pills>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.875rem*var(--tw-space-x-reverse))}@media (min-width:1280px){.blog-search-pills{flex-wrap:nowrap}}.blog-search-pills .pill{margin-bottom:1rem}@media (min-width:1024px){.blog-search-pills .pill{margin-bottom:0}}.blog-search-pills_post-types{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative}.blog-search-pills_post-types>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.875rem*var(--tw-space-x-reverse))}@media (min-width:1024px){.blog-search-pills_post-types{margin-top:1rem}}@media (min-width:1280px){.blog-search-pills_post-types{margin-top:0;padding-left:.875rem}}.blog-search-pills_post-types:before{--tw-bg-opacity:1;background-color:rgb(199 208 217/var(--tw-bg-opacity));bottom:0;content:"";display:none;left:0;position:absolute;top:0;width:1px}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.blog-search-pills_post-types.inset-0.text-greenblue:before{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.blog-search-pills_post-types:before{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.blog-search-pills_post-types:before{left:0;transform:var(--tw-transform)}}@media (min-width:1280px){.blog-search-pills_post-types:before{display:block}}.dropdown{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(239 239 239/var(--tw-bg-opacity));border-radius:1rem;color:rgb(35 47 60/var(--tw-text-opacity));display:inline-flex;flex-direction:column;justify-content:center;padding-left:1.875rem;padding-right:1.875rem;position:relative}.dropdown.is-open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem}.dropdown-trigger{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative}.dropdown-trigger>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.875rem*var(--tw-space-x-reverse))}.dropdown-trigger{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity));border-bottom-width:1px;border-color:transparent;color:rgb(35 47 60/var(--tw-text-opacity));font-weight:600;padding-bottom:.75rem;padding-top:.75rem}.dropdown-trigger:hover{text-decoration-line:underline}.dropdown.is-open .dropdown-trigger{--tw-border-opacity:1;border-color:rgb(199 208 217/var(--tw-border-opacity))}.dropdown-trigger svg{--tw-text-opacity:1;color:rgb(35 47 60/var(--tw-text-opacity));height:.75rem;width:.75rem}.dropdown-trigger .group:hover svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dropdown-trigger svg{pointer-events:none}.dropdown-content{--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity));border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:0;padding:.75rem .5rem;position:absolute;right:0;text-align:left;top:2.95rem;z-index:10}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.dropdown-content.inset-0.text-greenblue{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.dropdown-content{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.dropdown-content{left:0;transform:var(--tw-transform)}}.dropdown-content .pill{border-radius:0;font-size:1rem;font-weight:400;line-height:1.25rem}.dropdown-content .pill:hover{--tw-text-opacity:1;color:rgb(35 47 60/var(--tw-text-opacity));font-weight:600}.dropdown-content .pill:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.modal a.close-modal{position:absolute;right:.5rem;top:.5rem}@media (max-width:1024px){.modal .page-node-type-job-offer a.bubble-image.close-modal.inset-0.text-greenblue{top:-50px}}.modal .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga.close-modal{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.modal .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga.close-modal{left:0;transform:var(--tw-transform)}}@media (min-width:768px){.modal a.close-modal{right:1rem;top:1rem}}@media (min-width:1024px){.modal a.close-modal{right:2rem;top:2rem}}.modal a.close-modal{background:none!important}.modal a.close-modal svg{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));height:1.5rem;width:1.5rem}.OfferApplyModal{max-width:1024px;padding:1.25rem}@media (min-width:768px){.OfferApplyModal{padding:2.8125rem}}@media (min-width:1024px){.OfferApplyModal{padding:4.6875rem}}.OfferApplyModal-title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.875rem;font-weight:600;line-height:2.25rem;text-align:center}@media (min-width:1024px){.OfferApplyModal-title{font-size:2.375rem;line-height:3.25rem}}.OfferApplyModal-title svg{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));height:2.5rem;margin-bottom:1.5625rem;margin-left:auto;margin-right:auto;width:2.5rem}.OfferApplyModal-body{margin-top:1.5625rem}.OfferApplyModal-link{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));font-size:1.25rem;font-weight:600;line-height:1.875rem;margin-top:2.5rem;text-align:center}@media (min-width:1024px){.OfferApplyModal-link{font-size:1.375rem;line-height:2rem}}.paragraph--type--ct-bandeau-titre{margin-bottom:144px}.paragraph--type--title-text-cards{background-color:#002060;border-radius:1.5rem;color:#fff;margin-bottom:144px;padding:3rem 1.5rem;text-align:center}.paragraph--type--title-text-cards .gl_field--field_title{display:block;font-size:3rem;font-weight:700;letter-spacing:-.4px;line-height:3.5rem;margin-bottom:1rem;padding-left:15px;padding-right:15px}.paragraph--type--title-text-cards .gl_field--field_subtitle{font-size:20px;font-weight:400;letter-spacing:-.2px;margin-bottom:4rem;padding-left:15px;padding-right:15px}.paragraph--type--title-text-cards .gl_field--field_push_cards{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));text-align:center}.paragraph--type--title-text-cards .paragraph--type--icon-title-text{text-align:center}.paragraph--type--title-text-cards .paragraph--type--icon-title-text .gl_field--field_title{font-size:1.25rem;font-weight:700;line-height:2rem;margin-bottom:1rem;padding-left:15px;padding-right:15px}.paragraph--type--title-text-cards .paragraph--type--icon-title-text .gl_field--field_media_image{display:flex;height:64px;justify-content:center;margin-bottom:1rem}.paragraph--type--title-text-cards .paragraph--type--icon-title-text .gl_field--field_media_image img{max-height:64px;width:auto}.paragraph--type--hp-image-text-logos{display:flex;gap:3rem}.paragraph--type--hp-image-text-logos .text-content{width:50%}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_titre{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:1.5rem;font-weight:700;letter-spacing:-.4px;line-height:2.375rem;line-height:1;margin-bottom:1.5rem}@media (min-width:1024px){.paragraph--type--hp-image-text-logos .text-content .gl_field--field_titre{font-size:44px}}@media (min-width:1280px){.paragraph--type--hp-image-text-logos .text-content .gl_field--field_titre{font-size:48px}}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_body_raw{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.25rem;font-weight:300;letter-spacing:-.2px;line-height:1.875rem;margin-bottom:1.5rem}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_logos{display:flex;gap:8rem;justify-content:start}.paragraph--type--hp-image-text-logos .image{border-radius:1.5rem;overflow:hidden;width:50%}.paragraph--type--hp-image-text-logos .image:hover img{transform:scale(1.1)}.paragraph--type--hp-image-text-logos .image img{border-radius:1.5rem;transition:all .25s ease;width:100%}.paragraph--type--hp-image-text-logos.container{margin-bottom:144px}.paragraph--type--customer-reviews{--tw-bg-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity));margin-bottom:144px}.paragraph--type--customer-reviews .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:3rem;font-weight:700;margin-bottom:2rem;margin-bottom:24px}@media (min-width:768px){.paragraph--type--customer-reviews .gl_field--field_title{font-size:40px}}@media (min-width:1280px){.paragraph--type--customer-reviews .gl_field--field_title{font-size:3rem;line-height:1}}.paragraph--type--customer-reviews .gl_field--field_text_formatted{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:1.5rem;font-weight:400;line-height:2.375rem;margin-bottom:1.5rem}.paragraph--type--customer-reviews #block-custommarkup h2{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:1.5rem;font-weight:400;line-height:2.375rem;margin-bottom:1.5rem}.paragraph--type--customer-reviews #block-custommarkup .skeepers_carousel_container{margin-bottom:0;margin-top:32px;overflow:hidden}.paragraph--type--customer-reviews #block-custommarkup .skeepers_carousel_container .rating__value{display:none}.paragraph--type--customer-reviews #block-custommarkup .skeepers_carousel_container .carousel-container{width:100%!important}.paragraph--type--customer-reviews{background-color:#f0f6ff}.paragraph--type--customer-reviews .gl_field--field_title{color:#002060;font-size:3rem;font-weight:700;line-height:3.5rem}.paragraph--type--customer-reviews .gl_field--field_text_formatted{color:#002060;font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;margin-top:4rem}.paragraph--type--blog-articles{margin-bottom:144px}.paragraph--type--blog-articles .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:1.5rem;font-weight:700;line-height:2.375rem;margin-bottom:3rem}@media (min-width:1024px){.paragraph--type--blog-articles .gl_field--field_title{font-size:3rem;line-height:1}}.paragraph--type--blog-articles .latest-articles{display:grid;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.paragraph--type--blog-articles .latest-articles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.paragraph--type--blog-articles .latest-articles{gap:3rem}}.paragraph--type--blog-articles .latest-articles{margin-bottom:2rem}.paragraph--type--blog-articles .latest-articles .node--blog-post--main-article .gl_field--field_cover_image{margin-bottom:1rem}.paragraph--type--blog-articles .latest-articles .node--blog-post--main-article .gl_field--field_cover_image img{border-radius:1.5rem;height:auto;width:100%}.paragraph--type--blog-articles .latest-articles .node--blog-post--main-article .gl_field--title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem}@media (min-width:768px){.paragraph--type--blog-articles .latest-articles .node--blog-post--main-article .gl_field--title{font-size:28px;letter-spacing:-.025em;line-height:38px}}.paragraph--type--blog-articles .latest-articles .node--blog-post--main-article .gl_field--field-body{margin-bottom:1rem;margin-top:1rem}.paragraph--type--blog-articles .latest-articles .node--blog-post--main-article .gl_field--field-body p{color:#002060;font-size:1rem;font-weight:400;line-height:1.5rem}.paragraph--type--blog-articles .latest-articles .view-display-id-block_1 .view-content{display:flex;flex-direction:column;gap:3rem}.paragraph--type--blog-articles .latest-articles .node--view-mode-teaser_hp{display:flex;flex-direction:row;gap:1rem}.paragraph--type--blog-articles .latest-articles .node--view-mode-teaser_hp .gl_field--field_media_image img{border-radius:1.5rem}.paragraph--type--blog-articles .latest-articles .node--view-mode-teaser_hp .gl_field--title{color:#002060;font-size:1.25rem;font-weight:700;line-height:1.875rem;margin-bottom:.75rem}.paragraph--type--blog-articles .latest-articles .red-link{margin:0}.paragraph--type--blog-articles .latest-articles .footer{color:#7d9099;display:flex;justify-content:space-between;margin-top:1rem;width:100%}.paragraph--type--blog-articles .latest-articles .footer .tag{display:flex;font-size:1rem}.paragraph--type--blog-articles .gl_field--field_link{margin-top:3rem;text-align:left}.paragraph--type--hp-products{margin-bottom:144px}.paragraph--type--hp-products>.gl_field--field_subtitle{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:1.25rem;font-weight:400;line-height:1.875rem}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_title{text-transform:uppercase}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_subtitle{color:#002060;max-width:74%}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_subtitle p{color:#002060}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_title{text-transform:none}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_link a{transition:all .25s ease}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_link a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.172 13H2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h23.672l-5.586-5.586a.5.5 0 0 1 0-.707L21.293 4A.5.5 0 0 1 22 4l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L26.172 13Z' fill='%23002060'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;transition:all .25s ease;width:22px}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_link a:hover{color:#0a31f5}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_link a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.172 13H2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h23.672l-5.586-5.586a.5.5 0 0 1 0-.707L21.293 4A.5.5 0 0 1 22 4l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L26.172 13Z' fill='%230A31F5'/%3E%3C/svg%3E");width:32px}.paragraph--type--hp-products>h2>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:2.25rem;font-weight:700;line-height:2.5rem;max-width:780px}@media (min-width:1280px){.paragraph--type--hp-products>h2>.gl_field--field_title{font-size:44px;line-height:52px}}.paragraph--type--hp-products>h2>.gl_field--field_title{margin-bottom:24px}.paragraph--type--hp-products>.gl_field--field_subtitle{font-size:20px;font-weight:400;margin-bottom:48px;max-width:848px}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(odd) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:first-child .paragraph--type--card-products{background-color:#def4fa}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(odd) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:first-child .paragraph--type--card-products .gl_field--field_title{color:#0581a3}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(odd) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(2) .paragraph--type--card-products{background-color:#ffe5e5}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(odd) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(2) .paragraph--type--card-products .gl_field--field_title{color:#f56c6c}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(odd) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(3) .paragraph--type--card-products{background-color:#fff7db}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(odd) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(3) .paragraph--type--card-products .gl_field--field_title{color:#f5bc31}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc{margin-top:48px}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:first-child .paragraph--type--card-products{background-color:#daf0ee}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:first-child .paragraph--type--card-products .gl_field--field_title{color:#017373}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(2) .paragraph--type--card-products{background-color:#e5f3ff}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(2) .paragraph--type--card-products .gl_field--field_title{color:#3687e3}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(3) .paragraph--type--card-products{background-color:#ffeede}.paragraph--type--hp-products .gl_field--field_blocks .gl_field__item:nth-child(2n) .paragraph--type--products-bloc .gl_field--field_cards .gl_field__item:nth-child(3) .paragraph--type--card-products .gl_field--field_title{color:#f27f00}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_title{color:#002060;display:block;font-size:22px;font-weight:600;margin-bottom:24px}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards{display:grid;gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:1024px){.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards{gap:3rem}}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .paragraph--type--card-products{border-radius:1.5rem;height:100%;padding:1rem}@media (min-width:768px){.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .paragraph--type--card-products{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .paragraph--type--card-products{padding-bottom:1.5rem;padding-left:2rem;padding-right:2rem;padding-top:1.5rem}}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .paragraph--type--card-products{background-position:calc(100% - 8px) 100%;background-repeat:no-repeat;display:flex;flex-direction:column}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_subtitle{margin-bottom:auto}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_title{font-size:20px;font-weight:700;line-height:1.875rem;margin-bottom:1rem}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_link a{align-items:center;color:#002060;display:flex;font-size:16px;font-weight:500;line-height:16px;margin-top:1rem}.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .gl_field--field_link a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.172 13H2.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h15.672l-5.586-5.586a.5.5 0 0 1 0-.707L13.293 4A.5.5 0 0 1 14 4l8 8-8 8a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L18.172 13Z' fill='%23002060'/%3E%3C/svg%3E");content:"";height:24px;margin-left:8px;width:32px}@media (max-width:768px){.paragraph--type--title-text-cards{padding:24px}.paragraph--type--title-text-cards .gl_field--field_title{font-size:2rem;line-height:2.5rem}.paragraph--type--title-text-cards .gl_field--field_subtitle{font-size:1rem;margin-bottom:64px}.paragraph--type--title-text-cards .gl_field--field_push_cards{gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.paragraph--type--hp-image-text-logos{flex-direction:column;gap:1rem}.paragraph--type--hp-image-text-logos .text-content{width:100%}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_titre{font-size:2rem;line-height:2.5rem;margin-bottom:1.5rem}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_body_raw{font-size:1.25rem;line-height:1.875rem;margin-bottom:1.25rem}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_link{font-size:1rem;margin-bottom:1.5rem}.paragraph--type--hp-image-text-logos .text-content .gl_field--field_logos{gap:6rem}.paragraph--type--hp-image-text-logos .image{overflow:hidden;width:100%}.paragraph--type--hp-products .gl_field--field_title{font-size:2rem;line-height:2.5rem}.paragraph--type--hp-products .gl_field--field_subtitle{line-height:1.875rem}}@media (max-width:640px){.paragraph--type--title-text-cards .gl_field--field_push_cards{gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}.paragraph--type--blog-articles .gl_field--field_title{font-size:2rem;line-height:2.5rem;margin-bottom:2rem}}@media (max-width:557px){.paragraph--type--hp-products .paragraph--type--products-bloc .gl_field--field_cards .paragraph--type--card-products{background-image:none!important}}.galian_product_page_navigation{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding-bottom:1.75rem;padding-top:1.75rem}.node--type-hub--service-product .gl_field--field_banner_intro+.galian_product_page_navigation{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.galian_product_page_navigation .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.node-product-topnav.is-sticky .galian_product_page_navigation{--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);left:0;position:fixed;right:0;top:82px;z-index:20}.galian_product_page_navigation_links{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.galian_product_page_navigation_links>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.875rem*var(--tw-space-x-reverse))}.galian_product_page_navigation_links .pill{margin:0 10px 10px 0}.galian_product_page_navigation_links--dropdown{text-align:center}.paragraph--type--bt-accordeon .gl_field--field_blocs_accordeon>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.375rem*var(--tw-space-y-reverse));margin-top:calc(2.375rem*(1 - var(--tw-space-y-reverse)))}.paragraph--type--bt-accordeon .AccordionBlock-trigger{--tw-bg-opacity:1;align-items:center;background-color:rgb(246 248 251/var(--tw-bg-opacity));display:flex;flex-direction:row;justify-content:space-between;padding-bottom:1.625rem;padding-left:1.5rem;padding-right:1.5rem;padding-top:1.625rem;width:100%}.paragraph--type--bt-accordeon .AccordionBlock-trigger>*{flex-grow:0}.paragraph--type--bt-accordeon .AccordionBlock-trigger .gl_field--field_titre{text-align:left}.paragraph--type--bt-accordeon .AccordionBlock-trigger-title{--tw-text-opacity:1;color:rgb(25 115 140/var(--tw-text-opacity));font-weight:700}@media (max-width:1024px){.paragraph--type--bt-accordeon .page-node-type-job-offer .bubble-image.absolute.inset-0.AccordionBlock-trigger-title{top:-50px}}.color-scheme--blue .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#002060}.color-scheme--green .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#006464}.color-scheme--lightblue .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#6193cd}.color-scheme--apple .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#bbd034}.color-scheme--greenblue .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#19738c}.color-scheme--salmon .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#e68282}.color-scheme--yellow .paragraph--type--bt-accordeon .AccordionBlock-trigger-title{color:#ebc76e}.paragraph--type--bt-accordeon .AccordionBlock-trigger-icon{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));margin-left:3rem;width:1rem}.paragraph--type--bt-accordeon .AccordionBlock-content{--tw-bg-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:2.375rem;padding-left:1.625rem;padding-right:1.625rem;padding-top:2.375rem}.paragraph--type--bt-accordeon .node--type-hub--service-product .gl_field--field_banner_intro+.AccordionBlock-content{border-bottom:1px solid #c7d0d9}.paragraph--type--bt-accordeon .node--type-hub--service-product .gl_field--field_banner_intro+.AccordionBlock-content .gl_field--field_subtitle p,.paragraph--type--bt-max{font-size:1.375rem;line-height:2rem}.paragraph--type--bt-max{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}@media (min-width:768px){.paragraph--type--btc-2-col .gl_field--field_col{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin-left:-2.1875rem;margin-right:-2.1875rem}.paragraph--type--btc-2-col .gl_field--field_col>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.paragraph--type--btc-2-col .gl_field--field_col>*{padding-left:2.1875rem;padding-right:2.1875rem;width:50%}.paragraph--type--btc-icon-list .gl_field--field_media_with_text>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.8125rem*var(--tw-space-y-reverse));margin-top:calc(2.8125rem*(1 - var(--tw-space-y-reverse)))}.paragraph--type--btc-icon-list .paragraph--type--media-with-text{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.paragraph--type--btc-icon-list .paragraph--type--media-with-text>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.paragraph--type--btc-icon-list .paragraph--type--media-with-text .gl_field--field_image{flex-shrink:0}}.paragraph--type--btc-icon-list .paragraph--type--media-with-text strong{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.color-scheme--blue .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--blue .paragraph--type--btc-plus-combo .gl_field--field_title{color:#002060!important}.color-scheme--green .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--green .paragraph--type--btc-plus-combo .gl_field--field_title{color:#006464!important}.color-scheme--lightblue .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--lightblue .paragraph--type--btc-plus-combo .gl_field--field_title{color:#6193cd!important}.color-scheme--apple .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--apple .paragraph--type--btc-plus-combo .gl_field--field_title{color:#bbd034!important}.color-scheme--greenblue .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--greenblue .paragraph--type--btc-plus-combo .gl_field--field_title{color:#19738c!important}.color-scheme--salmon .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--salmon .paragraph--type--btc-plus-combo .gl_field--field_title{color:#e68282!important}.color-scheme--yellow .paragraph--type--btc-plus-combo .gl_field--field_body_raw,.color-scheme--yellow .paragraph--type--btc-plus-combo .gl_field--field_title{color:#ebc76e!important}.paragraph--type--btc-plus-combo .gl_field--field_2_components{margin-bottom:2.5rem;margin-top:2rem}@media (min-width:768px){.paragraph--type--btc-plus-combo .gl_field--field_2_components{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-left:-2.40625rem;margin-right:-2.40625rem}.paragraph--type--btc-plus-combo .gl_field--field_2_components>*{flex-grow:0;flex-shrink:0}.paragraph--type--btc-plus-combo .gl_field--field_2_components>.gl_field__item{padding-left:2.40625rem;padding-right:2.40625rem;width:50%}}.paragraph--type--btc-plus-combo .gl_field--field_title{font-weight:700}.paragraph--type--btc-plus-combo .gl_field--field_subtitle_raw{margin-top:1rem}.paragraph--type--btc-plus-combo .btcpluscombo-btn{--tw-text-opacity:1;align-items:center;background:50% no-repeat transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMjQuMzEyIiBoZWlnaHQ9IjM4LjQ4OCI+PHBhdGggZD0iTTIyMi4xMjQgNS44ODRzMS44MjQtNS43MjktMTguNi01LjcyOWMtMTMuMTUgMC0yNS41MzIuNDY0LTQyLjMxLjE1NVMxMzcuODcxIDAgMTI5LjExNCAwSDk3Ljc0OGMtMTAuMjEyIDAtNDQuNSAwLTU2LjkuMzFTMjIuNjExLjkyOSAyMi42MTEuOTI5IDIuMTg2LjMxIDEuNDU2IDQuMzM1cy0xLjQ1OCAxMi43LTEuNDU4IDEyLjdsLjcyOSAxMC41MjlzLTEuNDU5IDYuMDM5IDE2Ljc3OCA3Ljc0MmMxMC4yLjk1MyA1NC43MSAxLjU0OCA2MC41NDYgMS44NThzMjkuOTA4LjkyOSAyOS45MDguOTI5IDIwLjQyNS42MTkgMzguNjYyLjMxIDQwLjg1LS42MTkgNTEuNzkyLTEuNTQ4IDIxLjE1NC45MjkgMjQuMDczLTUuODg0IDEuNDU5LTkuOTEgMS40NTktMTIuMDc4LTEuODIxLTEzLjAwOS0xLjgyMS0xMy4wMDlaIiBmaWxsPSIjNjE5M2NkIi8+PC9zdmc+");color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-direction:row;font-size:.875rem;font-weight:700;height:2.40625rem;justify-content:space-between;line-height:1;margin-top:1.5625rem;padding-bottom:.53125rem;padding-left:1.5625rem;padding-right:1.5625rem;padding-top:.53125rem;width:14rem}.paragraph--type--btc-plus-combo .btcpluscombo-btn svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));height:.53125rem;width:.8125rem}.paragraph--type--btc-plus-combo .gl_field--field_titre{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));font-weight:600;margin-top:1.5625rem}.paragraph--type--btc-plus-combo .gl_field--field_body_raw{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));margin-top:.9375rem}.paragraph--type--btc-plus-solo{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:300;line-height:2rem}.color-scheme--blue .gl_check_list_title,.color-scheme--blue .gl_text_separator,.color-scheme--blue .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--blue .paragraph--type--cc-btc h2,.color-scheme--blue .paragraph--type--cc-btc h3,.color-scheme--blue .paragraph--type--cc-btc h4,.color-scheme--blue .paragraph--type--cc-btc h5,.color-scheme--blue .paragraph--type--cc-btc h6,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#002060!important}.color-scheme--blue .paragraph--type--cc-btc ul li:before,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#002060!important}.color-scheme--green .gl_check_list_title,.color-scheme--green .gl_text_separator,.color-scheme--green .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--green .paragraph--type--cc-btc h2,.color-scheme--green .paragraph--type--cc-btc h3,.color-scheme--green .paragraph--type--cc-btc h4,.color-scheme--green .paragraph--type--cc-btc h5,.color-scheme--green .paragraph--type--cc-btc h6,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#006464!important}.color-scheme--green .paragraph--type--cc-btc ul li:before,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#006464!important}.color-scheme--lightblue .gl_check_list_title,.color-scheme--lightblue .gl_text_separator,.color-scheme--lightblue .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--lightblue .paragraph--type--cc-btc h2,.color-scheme--lightblue .paragraph--type--cc-btc h3,.color-scheme--lightblue .paragraph--type--cc-btc h4,.color-scheme--lightblue .paragraph--type--cc-btc h5,.color-scheme--lightblue .paragraph--type--cc-btc h6,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#6193cd!important}.color-scheme--lightblue .paragraph--type--cc-btc ul li:before,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#6193cd!important}.color-scheme--apple .gl_check_list_title,.color-scheme--apple .gl_text_separator,.color-scheme--apple .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--apple .paragraph--type--cc-btc h2,.color-scheme--apple .paragraph--type--cc-btc h3,.color-scheme--apple .paragraph--type--cc-btc h4,.color-scheme--apple .paragraph--type--cc-btc h5,.color-scheme--apple .paragraph--type--cc-btc h6,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#bbd034!important}.color-scheme--apple .paragraph--type--cc-btc ul li:before,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#bbd034!important}.color-scheme--greenblue .gl_check_list_title,.color-scheme--greenblue .gl_text_separator,.color-scheme--greenblue .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--greenblue .paragraph--type--cc-btc h2,.color-scheme--greenblue .paragraph--type--cc-btc h3,.color-scheme--greenblue .paragraph--type--cc-btc h4,.color-scheme--greenblue .paragraph--type--cc-btc h5,.color-scheme--greenblue .paragraph--type--cc-btc h6,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#19738c!important}.color-scheme--greenblue .paragraph--type--cc-btc ul li:before,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#19738c!important}.color-scheme--salmon .gl_check_list_title,.color-scheme--salmon .gl_text_separator,.color-scheme--salmon .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--salmon .paragraph--type--cc-btc h2,.color-scheme--salmon .paragraph--type--cc-btc h3,.color-scheme--salmon .paragraph--type--cc-btc h4,.color-scheme--salmon .paragraph--type--cc-btc h5,.color-scheme--salmon .paragraph--type--cc-btc h6,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#e68282!important}.color-scheme--salmon .paragraph--type--cc-btc ul li:before,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#e68282!important}.color-scheme--yellow .gl_check_list_title,.color-scheme--yellow .gl_text_separator,.color-scheme--yellow .paragraph--type--cc-btc .gl_subtitle_color,.color-scheme--yellow .paragraph--type--cc-btc h2,.color-scheme--yellow .paragraph--type--cc-btc h3,.color-scheme--yellow .paragraph--type--cc-btc h4,.color-scheme--yellow .paragraph--type--cc-btc h5,.color-scheme--yellow .paragraph--type--cc-btc h6,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body h2,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body h3,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body h4,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body h5,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body h6{color:#ebc76e!important}.color-scheme--yellow .paragraph--type--cc-btc ul li:before,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body ul li:before{background-color:#ebc76e!important}.paragraph--type--bt-accordeon,.paragraph--type--cc-btc,.paragraph--type--ce-image-with-content .gl_field--field_body,body.cke_editable{margin-top:2rem}.paragraph--type--bt-accordeon p,.paragraph--type--cc-btc p,.paragraph--type--ce-image-with-content .gl_field--field_body p,body.cke_editable p{margin-bottom:1rem}.paragraph--type--bt-accordeon ul>:not([hidden])~:not([hidden]),.paragraph--type--cc-btc ul>:not([hidden])~:not([hidden]),.paragraph--type--ce-image-with-content .gl_field--field_body ul>:not([hidden])~:not([hidden]),body.cke_editable ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.paragraph--type--bt-accordeon ul,.paragraph--type--cc-btc ul,.paragraph--type--ce-image-with-content .gl_field--field_body ul,body.cke_editable ul{padding-left:1rem}.paragraph--type--bt-accordeon ul li:before,.paragraph--type--cc-btc ul li:before,.paragraph--type--ce-image-with-content .gl_field--field_body ul li:before,body.cke_editable ul li:before{border-radius:9999px;content:"";display:inline-block;height:.625rem;margin-left:-1rem;margin-right:1.25rem;width:.625rem}.paragraph--type--bt-accordeon .gl_subtitle_color,.paragraph--type--bt-accordeon h3,.paragraph--type--bt-accordeon h4,.paragraph--type--bt-accordeon h5,.paragraph--type--bt-accordeon h6,.paragraph--type--cc-btc .gl_subtitle_color,.paragraph--type--cc-btc h3,.paragraph--type--cc-btc h4,.paragraph--type--cc-btc h5,.paragraph--type--cc-btc h6,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color,.paragraph--type--ce-image-with-content .gl_field--field_body h3,.paragraph--type--ce-image-with-content .gl_field--field_body h4,.paragraph--type--ce-image-with-content .gl_field--field_body h5,.paragraph--type--ce-image-with-content .gl_field--field_body h6,body.cke_editable .gl_subtitle_color,body.cke_editable h3,body.cke_editable h4,body.cke_editable h5,body.cke_editable h6{font-size:1rem;font-weight:700;line-height:1.25rem;margin-bottom:1rem;margin-top:3.125rem}.paragraph--type--bt-accordeon .gl_subtitle_color+*,.paragraph--type--bt-accordeon h3+*,.paragraph--type--bt-accordeon h4+*,.paragraph--type--bt-accordeon h5+*,.paragraph--type--bt-accordeon h6+*,.paragraph--type--cc-btc .gl_subtitle_color+*,.paragraph--type--cc-btc h3+*,.paragraph--type--cc-btc h4+*,.paragraph--type--cc-btc h5+*,.paragraph--type--cc-btc h6+*,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_subtitle_color+*,.paragraph--type--ce-image-with-content .gl_field--field_body h3+*,.paragraph--type--ce-image-with-content .gl_field--field_body h4+*,.paragraph--type--ce-image-with-content .gl_field--field_body h5+*,.paragraph--type--ce-image-with-content .gl_field--field_body h6+*,body.cke_editable .gl_subtitle_color+*,body.cke_editable h3+*,body.cke_editable h4+*,body.cke_editable h5+*,body.cke_editable h6+*{margin-top:1rem}.paragraph--type--bt-accordeon .gl_check_list_title,.paragraph--type--cc-btc .gl_check_list_title,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title,body.cke_editable .gl_check_list_title{font-weight:700}.paragraph--type--bt-accordeon .gl_check_list_title:before,.paragraph--type--cc-btc .gl_check_list_title:before,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,body.cke_editable .gl_check_list_title:before{content:"";display:inline-block;height:1.5rem;margin-right:.75rem;width:1.5rem}.paragraph--type--bt-accordeon .gl_check_list_content,.paragraph--type--cc-btc .gl_check_list_content,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_content,body.cke_editable .gl_check_list_content{margin-top:.75rem;padding-left:2rem}.paragraph--type--bt-accordeon .gl_check_list_content:not(:last-child),.paragraph--type--cc-btc .gl_check_list_content:not(:last-child),.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_content:not(:last-child),body.cke_editable .gl_check_list_content:not(:last-child){margin-bottom:3.125rem}.paragraph--type--bt-accordeon .gl_check_block,.paragraph--type--cc-btc .gl_check_block,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block,body.cke_editable .gl_check_block{margin-bottom:2.5rem;padding-left:2rem}.paragraph--type--bt-accordeon .gl_check_block:first-of-type,.paragraph--type--cc-btc .gl_check_block:first-of-type,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:first-of-type,body.cke_editable .gl_check_block:first-of-type{margin-top:1rem}.paragraph--type--bt-accordeon .gl_check_block:before,.paragraph--type--cc-btc .gl_check_block:before,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,body.cke_editable .gl_check_block:before{background:50% 80% no-repeat transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0wIDE0LjcxIDMuNzI3LTMuNzI4IDUuMTEyIDUuMTEyTDE5LjgyIDUuMTEyIDI0IDkuMjkgOS4yOSAyNCAwIDE0LjcxWiIgZmlsbD0iIzAwMjA2MCIvPjwvc3ZnPg==");background-size:contain;content:"";display:inline-block;height:1rem;margin-left:-2rem;margin-right:.725rem;width:1.25rem}.paragraph--type--bt-accordeon .gl_text_separator,.paragraph--type--cc-btc .gl_text_separator,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_text_separator,body.cke_editable .gl_text_separator{--tw-border-opacity:1;border-color:rgb(245 246 247/var(--tw-border-opacity));border-top-width:1px;margin-bottom:2.625rem;margin-top:3.5rem;padding-top:3.125rem}.paragraph--type--bt-accordeon .gl_text_separator,.paragraph--type--bt-accordeon .gl_text_separator *,.paragraph--type--cc-btc .gl_text_separator,.paragraph--type--cc-btc .gl_text_separator *,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_text_separator,.paragraph--type--ce-image-with-content .gl_field--field_body .gl_text_separator *,body.cke_editable .gl_text_separator,body.cke_editable .gl_text_separator *{font-size:1.375rem;font-weight:300;line-height:2rem}.color-scheme--blue .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--blue .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--blue .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--blue .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--blue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--blue body.cke_editable .gl_check_block:before,.color-scheme--blue body.cke_editable .gl_check_list_title:before{background-image:var(--check-blue)}.color-scheme--green .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--green .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--green .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--green .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--green .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--green body.cke_editable .gl_check_block:before,.color-scheme--green body.cke_editable .gl_check_list_title:before{background-image:var(--check-green)}.color-scheme--lightblue .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--lightblue .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--lightblue .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--lightblue .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--lightblue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--lightblue body.cke_editable .gl_check_block:before,.color-scheme--lightblue body.cke_editable .gl_check_list_title:before{background-image:var(--check-lightblue)}.color-scheme--apple .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--apple .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--apple .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--apple .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--apple .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--apple body.cke_editable .gl_check_block:before,.color-scheme--apple body.cke_editable .gl_check_list_title:before{background-image:var(--check-apple)}.color-scheme--greenblue .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--greenblue .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--greenblue .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--greenblue .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--greenblue .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--greenblue body.cke_editable .gl_check_block:before,.color-scheme--greenblue body.cke_editable .gl_check_list_title:before{background-image:var(--check-greenblue)}.color-scheme--salmon .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--salmon .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--salmon .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--salmon .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--salmon .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--salmon body.cke_editable .gl_check_block:before,.color-scheme--salmon body.cke_editable .gl_check_list_title:before{background-image:var(--check-salmon)}.color-scheme--yellow .paragraph--type--bt-accordeon .gl_check_block:before,.color-scheme--yellow .paragraph--type--bt-accordeon .gl_check_list_title:before,.color-scheme--yellow .paragraph--type--cc-btc .gl_check_block:before,.color-scheme--yellow .paragraph--type--cc-btc .gl_check_list_title:before,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_block:before,.color-scheme--yellow .paragraph--type--ce-image-with-content .gl_field--field_body .gl_check_list_title:before,.color-scheme--yellow body.cke_editable .gl_check_block:before,.color-scheme--yellow body.cke_editable .gl_check_list_title:before{background-image:var(--check-yellow)}..paragraph--type--ce-image-with-content>.gl_field--field_body>:not([hidden])~:not([hidden]),.paragraph--type--bt-accordeon>.gl_field--field_body>:not([hidden])~:not([hidden]),.paragraph--type--cc-btc>.gl_field--field_body>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3.125rem*var(--tw-space-y-reverse));margin-top:calc(3.125rem*(1 - var(--tw-space-y-reverse)))}..paragraph--type--ce-image-with-content .layout--twocol,.paragraph--type--bt-accordeon .layout--twocol,.paragraph--type--cc-btc .layout--twocol{display:flex;flex-wrap:wrap;margin-left:-2.1875rem;margin-right:-2.1875rem}..paragraph--type--ce-image-with-content .layout--twocol>.layout__region,.paragraph--type--bt-accordeon .layout--twocol>.layout__region,.paragraph--type--cc-btc .layout--twocol>.layout__region{flex:0 1 100%;padding-left:2.1875rem;padding-right:2.1875rem}@media (min-width:1024px){..paragraph--type--ce-image-with-content .layout--twocol,.paragraph--type--bt-accordeon .layout--twocol,.paragraph--type--cc-btc .layout--twocol{position:relative}..paragraph--type--ce-image-with-content .layout--twocol>.layout__region--first,..paragraph--type--ce-image-with-content .layout--twocol>.layout__region--second,.paragraph--type--bt-accordeon .layout--twocol>.layout__region--first,.paragraph--type--bt-accordeon .layout--twocol>.layout__region--second,.paragraph--type--cc-btc .layout--twocol>.layout__region--first,.paragraph--type--cc-btc .layout--twocol>.layout__region--second{flex:0 1 50%}..paragraph--type--ce-image-with-content .layout--twocol>.layout__region:nth-child(n+3),.paragraph--type--bt-accordeon .layout--twocol>.layout__region:nth-child(n+3),.paragraph--type--cc-btc .layout--twocol>.layout__region:nth-child(n+3){margin-top:4.4375rem}..paragraph--type--ce-image-with-content .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--bt-accordeon .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--cc-btc .layout--twocol>.layout__region:nth-child(odd):after{--tw-translate-x:0.625rem;--tw-bg-opacity:1;background-color:rgb(199 208 217/var(--tw-bg-opacity));bottom:0;height:100%;left:50%;position:absolute;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width:1024px){.page-node-type-job-offer .bubble-image..paragraph--type--ce-image-with-content .layout--twocol>.layout__region:nth-child(odd).inset-0.text-greenblue:after,.page-node-type-job-offer .bubble-image.paragraph--type--bt-accordeon .layout--twocol>.layout__region:nth-child(odd).inset-0.text-greenblue:after,.page-node-type-job-offer .bubble-image.paragraph--type--cc-btc .layout--twocol>.layout__region:nth-child(odd).inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg..paragraph--type--ce-image-with-content .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--bt-accordeon .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--cc-btc .layout--twocol>.layout__region:nth-child(odd):after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg..paragraph--type--ce-image-with-content .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--bt-accordeon .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--cc-btc .layout--twocol>.layout__region:nth-child(odd):after{left:0;transform:var(--tw-transform)}}..paragraph--type--ce-image-with-content .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--bt-accordeon .layout--twocol>.layout__region:nth-child(odd):after,.paragraph--type--cc-btc .layout--twocol>.layout__region:nth-child(odd):after{content:"";height:100%;width:1px}}body.cke_editable .gl_check_list_title,body.cke_editable .gl_subtitle_color,body.cke_editable .gl_text_separator,body.cke_editable h2,body.cke_editable h3,body.cke_editable h4,body.cke_editable h5,body.cke_editable h6{--tw-text-opacity:1;color:rgb(25 115 140/var(--tw-text-opacity))}@media (max-width:1024px){body.cke_editable .page-node-type-job-offer .bubble-image.absolute.inset-0 .gl_check_list_title,body.cke_editable .page-node-type-job-offer .bubble-image.absolute.inset-0 .gl_subtitle_color,body.cke_editable .page-node-type-job-offer .bubble-image.absolute.inset-0.gl_text_separator,body.cke_editable .page-node-type-job-offer h2.bubble-image.absolute.inset-0,body.cke_editable .page-node-type-job-offer h3.bubble-image.absolute.inset-0,body.cke_editable .page-node-type-job-offer h4.bubble-image.absolute.inset-0,body.cke_editable .page-node-type-job-offer h5.bubble-image.absolute.inset-0,body.cke_editable .page-node-type-job-offer h6.bubble-image.absolute.inset-0{top:-50px}}body.cke_editable .gl_check_block:before,body.cke_editable .gl_check_list_title:before{background-image:var(--check-greenblue)}body.cke_editable ul li:before{--tw-bg-opacity:1;background-color:rgb(25 115 140/var(--tw-bg-opacity))}.paragraph--type--temoignages .gl_field--field_liste_temoignages{position:relative}.paragraph--type--temoignages .gl_field--field_liste_temoignages>.gl_field__item:not(:first-child){margin-top:2.5rem}.paragraph--type--temoignages .splide .gl_field--field_liste_temoignages>.gl_field__item{margin-top:0}.paragraph--type--temoignages .splide__arrow{top:-2rem}.paragraph--type--temoignages .splide__arrow--prev{left:auto;right:2.25rem}.paragraph--type--temoignages .splide__arrow--next{left:auto;right:0}.paragraph--type--temoignage{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity));color:rgb(0 32 96/var(--tw-text-opacity))}.dixit_item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.dixit_item>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.1875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.1875rem*var(--tw-space-x-reverse))}.dixit_item{padding:2.8125rem 2.5rem}@media screen and (max-width:767px){.dixit_item{padding:1.25rem}}.dixit_item-icon svg{height:2.5rem;margin-top:.375rem;width:1.875rem}.dixit_item-content,.dixit_item-icon svg{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.dixit_item-content .gl_field--field_body_raw{font-size:1.375rem;line-height:2rem}.dixit_item-content .gl_field--field_temoignage_name{font-weight:700;margin-top:1.25rem}@media screen and (max-width:767px){.dixit_item-content{margin-left:1.25rem!important;margin-right:0!important}.dixit_item-content .gl_field--field_body_raw{font-size:1rem;line-height:150%}}.paragraph--type--launcher-vid{margin-bottom:2.25rem}.paragraph--type--launcher-vid .launcher-vid-nav{--tw-border-opacity:1;border-bottom-width:1px;border-color:rgb(199 208 217/var(--tw-border-opacity));margin-bottom:1.375rem;padding-bottom:.5rem}.paragraph--type--launcher-vid .launcher-vid-nav ul{display:flex;flex-direction:row;justify-content:flex-start}.paragraph--type--launcher-vid .launcher-vid-nav ul>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.625rem*var(--tw-space-x-reverse))}.paragraph--type--launcher-vid .launcher-vid-nav li{position:relative}.paragraph--type--launcher-vid .launcher-vid-nav li:after{--tw-bg-opacity:1;background-color:rgb(25 115 140/var(--tw-bg-opacity));bottom:-.7rem;height:5px;left:0;opacity:0;position:absolute;right:0;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.paragraph--type--launcher-vid .launcher-vid-nav li.inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--launcher-vid .launcher-vid-nav li:after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--launcher-vid .launcher-vid-nav li:after{left:0;transform:var(--tw-transform)}}.paragraph--type--launcher-vid .launcher-vid-nav li:after{content:""}.paragraph--type--launcher-vid .launcher-vid-nav li.is-active:after{opacity:1}.paragraph--type--launcher-vid .launcher-vid-nav button{font-weight:700;text-transform:uppercase}.paragraph--type--launcher-vid .gl_field--field_image .gl_field--field_media_image{display:flex;flex-direction:row}.paragraph--type--launcher-vid .gl_field--field_image .gl_field--field_media_image img,.paragraph--type--launcher-vid .gl_field--field_image .gl_field--field_media_image picture{-o-object-fit:cover;object-fit:cover;width:100%}.paragraph--type--launcher-vid .gl_field--field_body_single,.paragraph--type--launcher-vid .gl_field--field_subtitle_raw{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));max-width:37rem;padding-bottom:.875rem;padding-left:1.75rem;padding-right:1.75rem;padding-top:.875rem}.paragraph--type--launcher-vid .gl_field--field_body_single p:not(:first-child){margin-top:1rem}.paragraph--type--ce-bande-cta .gl_field--field_links{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-left:-1rem;margin-right:-1rem;padding-bottom:1rem;padding-top:1rem}.paragraph--type--ce-bande-cta .gl_field--field_links>.gl_field__item{padding-left:1rem;padding-right:1rem}.paragraph--type--block-videos-stories .gl_field--field_content_references{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:1024px){.paragraph--type--block-videos-stories .gl_field--field_content_references{align-items:stretch;flex-direction:row;justify-content:space-between;margin-left:-1rem;margin-right:-1rem}}@media (min-width:768px){.paragraph--type--block-videos-stories .gl_field--field_content_references>.gl_field__item{padding-left:1rem;padding-right:1rem;width:50%}}@media (min-width:1024px){.paragraph--type--block-videos-stories .gl_field--field_content_references>.gl_field__item{padding-left:1rem;padding-right:1rem;width:33.333333%}}.paragraph--type--ce-in-figures{padding-left:0;padding-right:0}@media (min-width:1024px){.paragraph--type--ce-in-figures{padding-left:1.5rem;padding-right:1.5rem}}.paragraph--type--ce-in-figures .ceinfigures-wrapper{overflow:hidden;padding-bottom:5rem;padding-left:4rem;padding-right:4rem;padding-top:5rem;padding:2.5rem 2rem;position:relative}@media (min-width:1024px){.paragraph--type--ce-in-figures .ceinfigures-wrapper{padding:5rem 4rem}}.paragraph--type--ce-in-figures .ceinfigures-pattern{left:-50px;position:absolute;top:-50px;z-index:0}@media (max-width:1024px){.paragraph--type--ce-in-figures .page-node-type-job-offer .bubble-image.ceinfigures-pattern.inset-0.text-greenblue{top:-50px}}.paragraph--type--ce-in-figures .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.ceinfigures-pattern{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ce-in-figures .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.ceinfigures-pattern{left:0;transform:var(--tw-transform)}}.paragraph--type--ce-in-figures .ceinfigures-pattern{height:calc(100% + 100px);width:calc(100% + 100px)}.paragraph--type--ce-in-figures .ceinfigures-box{padding-bottom:4.5rem;padding-left:3.75rem;padding-right:3.75rem;padding-top:4.5rem;padding:2.5rem 2rem;position:relative;z-index:10}@media (min-width:1024px){.paragraph--type--ce-in-figures .ceinfigures-box{padding:4.5rem 3.75rem}}.paragraph--type--ce-in-figures .ceinfigures-box>.gl_field--field_title{font-size:2.375rem;line-height:3.25rem;margin-top:0;text-align:center}@media (min-width:1024px){.paragraph--type--ce-in-figures .ceinfigures-box>.gl_field--field_title{margin-top:-2rem}}.paragraph--type--ce-in-figures .gl_field--field_elements_title_text{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}@media (min-width:1024px){.paragraph--type--ce-in-figures .gl_field--field_elements_title_text{flex-direction:row}}.paragraph--type--ce-in-figures .gl_field--field_elements_title_text>.gl_field__item{padding:1.5rem;text-align:center;width:100%}@media (min-width:1024px){.paragraph--type--ce-in-figures .gl_field--field_elements_title_text>.gl_field__item{width:33.333333%}}.paragraph--type--ce-in-figures .gl_field--field_elements_title_text .gl_field--field_title{color:#fff;font-size:2.375rem;font-weight:700;line-height:3.25rem}.paragraph--type--ce-in-figures .gl_field--field_elements_title_text .gl_field--field_body_raw{margin-top:1rem}.paragraph--type--ce-gallerie>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:2.375rem;font-weight:600;line-height:3.25rem;margin-bottom:2.5rem}.paragraph--type--ce-gallerie .splide__arrows{position:relative}.paragraph--type--ce-gallerie .splide__arrow{position:absolute;top:-4.525rem}@media (max-width:1024px){.paragraph--type--ce-gallerie .page-node-type-job-offer .bubble-image.splide__arrow.inset-0.text-greenblue{top:-50px}}.paragraph--type--ce-gallerie .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.splide__arrow{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ce-gallerie .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.splide__arrow{left:0;transform:var(--tw-transform)}}.paragraph--type--ce-gallerie .splide__arrow--prev{left:auto;right:2.25rem}.paragraph--type--ce-gallerie .splide__arrow--next{left:auto;right:0}@media (min-width:768px){.paragraph--type--ce-gallerie .splide__slide__inner{display:grid;gap:2rem;grid-auto-flow:column;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr))}}.paragraph--type--ce-gallerie .splide__slide__inner .gl_field__item{margin-bottom:1rem}@media (min-width:768px){.paragraph--type--ce-gallerie .splide__slide__inner .gl_field__item{grid-column:span 1/span 1;grid-row:span 1/span 1}}@media screen and (min-width:768px){.paragraph--type--ce-gallerie .splide__slide__inner .gl_field__item{margin-bottom:0}}@media (min-width:768px){.paragraph--type--ce-gallerie .splide__slide__inner .gl_field__item.view-mode--galerie-focus{grid-column:span 2/span 2;grid-row:span 2/span 2}}.paragraph--type--ce-gallerie .splide__slide__inner img{display:block;width:100%}.paragraph--type--ce-image-with-content .gl_blocks{display:flex;flex-direction:column}.paragraph--type--ce-image-with-content .gl_blocks>*{flex-grow:0}@media (min-width:1024px){.paragraph--type--ce-image-with-content .gl_blocks{flex-direction:row;margin-left:-1.875rem;margin-right:-1.875rem}.paragraph--type--ce-image-with-content .gl_blocks>*{padding-left:1.875rem;padding-right:1.875rem}}.paragraph--type--ce-image-with-content .gl_block_left{flex-shrink:0}.paragraph--type--ce-image-with-content .gl_block_left .gl_field--field_image{--tw-bg-opacity:1;align-items:center;background-color:rgb(245 246 247/var(--tw-bg-opacity));display:flex;flex-direction:column;height:157px;justify-content:center;width:282px}.paragraph--type--ce-image-with-content .gl_block_left .gl_field--field_texte{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));margin-top:2.1875rem}{{}}+.gl_field--field_texte{margin-top:0}.paragraph--type--ce-image-with-content .gl_block_left .gl_field--field_texte strong{display:block;margin-bottom:1rem}.paragraph--type--ce-image-with-content .gl_block_right{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:2.1875rem}{{}}+.gl_block_right{margin-top:0}@media (min-width:1024px){.paragraph--type--ce-image-with-content .gl_block_right{margin-top:0}}.paragraph--type--ce-image-with-content .gl_block_right .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem;margin-bottom:2.8125rem}.paragraph--type--ce-image-with-content .gl_block_right .gl_field--field_body .gl_field__item>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.paragraph--type--ce-image-with-content .gl_block_right .paragraph--type--ce-bande-cta{margin-top:2.8125rem;padding:0}.paragraph--type--ce-image-with-content--is-variant-1 .gl_block_left .gl_field--field_image{background-color:transparent;width:14.375rem}.paragraph--type--ce-image-with-content--is-variant-1 .gl_block_left .gl_field--field_image img{border-radius:.75rem}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-wrapper{overflow:hidden;padding-bottom:5rem;padding-right:4rem;position:relative}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-pattern{height:100%;left:-1rem;position:absolute;width:100%;z-index:0}@media (max-width:1024px){.paragraph--type--ce-maxi-push-texte .page-node-type-job-offer .bubble-image.cemaxipushtxt-pattern.inset-0.text-greenblue{top:-50px}}.paragraph--type--ce-maxi-push-texte .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.cemaxipushtxt-pattern{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ce-maxi-push-texte .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.cemaxipushtxt-pattern{left:0;transform:var(--tw-transform)}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-pattern{--tw-scale-x:60%;--tw-scale-y:60%;height:200%;left:-30rem;top:-17rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:200%}}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-box{padding-bottom:4.5rem;padding-left:3.75rem;padding-right:3.75rem;padding-top:4.5rem;position:relative;z-index:10}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-icon{display:block;height:2rem;width:2rem}.paragraph--type--ce-maxi-push-texte .gl_field--field_title{font-size:2.375rem;font-weight:600;line-height:3.25rem;margin-top:1rem;text-align:left}.paragraph--type--ce-maxi-push-texte .gl_field--field_body{font-size:1.375rem;line-height:2rem;margin-top:1.825rem}.paragraph--type--ce-maxi-push-texte .gl_field--field_cta{margin-top:2rem}.paragraph--type--ce-mega-push-info-numbers{box-sizing:border-box;padding-bottom:80px;padding-top:80px;position:relative}.paragraph--type--ce-mega-push-info-numbers:after,.paragraph--type--ce-mega-push-info-numbers:before{content:"";display:block;height:70px;left:0;position:absolute;right:0}@media (min-width:1024px){.paragraph--type--ce-mega-push-info-numbers:after,.paragraph--type--ce-mega-push-info-numbers:before{background-position:top}}.paragraph--type--ce-mega-push-info-numbers:before{background:url(/themes/custom/galian/dist/images/wave-top-white.svg?0b3fbe28d66d1f6a7dfc803c317b6748) right -100px top repeat-x;top:0}.paragraph--type--ce-mega-push-info-numbers:after{background:url(/themes/custom/galian/dist/images/wave-bottom-white.svg?9663c49a80845fb83496563930119a2b) right -100px top repeat-x;bottom:0}.paragraph--type--ce-mega-push-info-numbers{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity));margin-bottom:11.375rem;margin-top:11.375rem;padding-bottom:5rem;position:relative}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_section_title{position:relative;z-index:10}.paragraph--type--ce-mega-push-info-numbers .gl_fg--group_block{margin-top:2.1875rem;position:relative}{{}}+.gl_fg--group_block{margin-top:0}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_image{border-radius:.75rem;display:inline-flex;position:relative;z-index:20}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_image img{border-radius:.75rem}.paragraph--type--ce-mega-push-info-numbers .paragraph--type--simple-title-simple-text .gl_field--field_title{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));font-weight:700}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_mentions{left:14rem;min-height:23rem;position:absolute;right:0;top:2rem}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_mentions>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_mentions{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));border-radius:.75rem;color:rgb(255 255 255/var(--tw-text-opacity));padding-bottom:2rem;padding-left:26rem;padding-right:2.25rem;padding-top:2rem}@media (max-width:1024px){.paragraph--type--ce-mega-push-info-numbers .page-node-type-job-offer .bubble-image.gl_field--field_list_mentions.inset-0.text-greenblue{top:-50px}}.paragraph--type--ce-mega-push-info-numbers .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.gl_field--field_list_mentions{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ce-mega-push-info-numbers .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.gl_field--field_list_mentions{left:0;transform:var(--tw-transform)}}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_mentions>.gl_field__item{padding-bottom:1.625rem;padding-top:1.625rem}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_numbers{display:grid;gap:2.8125rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:6rem;text-align:center}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_numbers .gl_field--field_title{font-size:2.1rem}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_numbers .gl_field--field_body_raw{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_cta{margin-top:3.125rem;position:relative;text-align:center;z-index:10}.paragraph--type--ce-mega-txt-wide{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;line-height:2rem}.paragraph--type--push-3-blog .gl_field--field_blog_reference{text-align:center}@media (min-width:1024px){.paragraph--type--push-3-blog .gl_field--field_blog_reference{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin-left:-1.125rem;margin-right:-1.125rem}}.paragraph--type--push-3-blog .gl_field--field_blog_reference>.gl_field__item{display:inline-flex;margin-left:auto;margin-right:auto;text-align:left}@media (min-width:1024px){.paragraph--type--push-3-blog .gl_field--field_blog_reference>.gl_field__item{display:block;flex-shrink:0;margin-left:0;margin-right:0;padding-left:1.125rem;padding-right:1.125rem;width:33.333333%}}.paragraph--type--ce-push-3-colonnes-classic .gl_field--field_3_images_link{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:1024px){.paragraph--type--ce-push-3-colonnes-classic .gl_field--field_3_images_link{flex-direction:row;justify-content:space-between;margin-left:-1rem;margin-right:-1rem}}.paragraph--type--ce-push-3-colonnes-classic .gl_field--field_3_images_link>.gl_field__item{padding-left:1rem;padding-right:1rem}.paragraph--type--ce-push-3-colonnes-classic .paragraph--type--block-image-title-link .gl_field--field_link{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600;margin-top:1.875rem}@media (min-width:1024px){.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers{display:flex;flex-direction:row;justify-content:space-between;margin-left:-1.125rem;margin-right:-1.125rem}}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers>.gl_field__item{padding-left:1.125rem;padding-right:1.125rem}@media (min-width:1024px){.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers>.gl_field__item{display:flex;flex-direction:column;height:100%;width:33.333333%}}.paragraph--type--ce-push-3col-large .gl_field--field_link_list{display:flex;flex-direction:row;justify-content:center;margin-top:2.625rem}.paragraph--type--ce-push-3col-large .gl_field--field_link_list>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.75rem*var(--tw-space-x-reverse))}.paragraph--type--ce-push-3col-large .gl_field--field_link_list{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600}.paragraph--type--push-teaser-large{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));min-height:25rem;overflow:hidden}@media (min-width:1024px){.paragraph--type--push-teaser-large{height:36.375rem}}.paragraph--type--push-teaser-large .gl_content_wrapper,.paragraph--type--push-teaser-large .gl_focus_content_wrapper{font-size:1.25rem;font-weight:600;line-height:1.875rem}.paragraph--type--push-teaser-large .gl_content_wrapper{padding:2.25rem}.paragraph--type--push-teaser-large .gl_focus_content_wrapper{padding-bottom:4rem;padding-left:2.25rem;padding-right:2.25rem;padding-top:4rem}.paragraph--type--push-teaser-large .gl_field--field_body_raw{font-size:1rem;line-height:1.25rem;margin-top:3.75rem}.paragraph--type--push-teaser-large .gl_field--field_ctas{margin-top:3.75rem;text-align:center}.paragraph--type--push-teaser-large .gl_field--field_ctas .gl_field__item+.gl_field__item{margin-top:1.825rem}.paragraph--type--push-teaser-large .btn{width:100%}.paragraph--type--ce-push-duo-podcast-whitepaper>div{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:768px){.paragraph--type--ce-push-duo-podcast-whitepaper>div{align-items:stretch;flex-direction:row;justify-content:center;margin-left:-1rem;margin-right:-1rem}.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block{padding-left:1rem;padding-right:1rem;width:50%}}.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block-title{--tw-text-opacity:1;align-items:center;color:rgb(0 32 96/var(--tw-text-opacity));display:flex;flex-direction:row;font-size:1.375rem;font-weight:500;justify-content:flex-start;line-height:2rem;margin-bottom:1.25rem}.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block-title svg{height:1.25rem;margin-right:1.25rem;width:1.4375rem}.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block-content,.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block-content .node,.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block-content>*{height:100%}.cetitresection{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.cetitresection.paragraph--type--ce-titre-section-cta{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.cetitresection-title{font-size:2.375rem;font-weight:600;line-height:3.25rem}.cetitresection-subtitle{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));font-weight:300}.cetitresection-subtitle,.paragraph--type--ce-trombinoscope>.gl_field--field_title{font-size:1.375rem;line-height:2rem}.paragraph--type--ce-trombinoscope>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:700;text-transform:uppercase}.paragraph--type--ce-trombinoscope>.gl_field--field_4_colonnes_picto{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-bottom:-2.0625rem;margin-left:-2.0625rem;margin-right:-2.0625rem;margin-top:-2.0625rem;margin-top:2.5rem}.paragraph--type--ce-trombinoscope>.gl_field--field_4_colonnes_picto>.gl_field__item{padding:2.0625rem;width:25%}.paragraph--type--ce-trombinoscope>.gl_field--field_4_colonnes_picto .gl_field--field_image img{border-radius:.75rem}.paragraph--type--ce-trombinoscope>.gl_field--field_4_colonnes_picto .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:700;margin-top:2.1875rem}{{}}+.gl_field--field_title{margin-top:0}.paragraph--type--ce-trombinoscope>.gl_field--field_4_colonnes_picto .gl_field--field_body_raw{margin-top:1rem}.paragraph--type--ce-texte-1-col-multi{position:relative}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav ul{margin-bottom:.5rem;padding-bottom:.5rem;padding-top:.5rem}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav ul{--tw-border-opacity:1;align-items:center;border-bottom-width:1px;border-color:rgb(199 208 217/var(--tw-border-opacity));display:flex;flex-direction:row;justify-content:flex-start}}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item{position:relative;text-align:center}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item{width:12.5rem}}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item:after{--tw-bg-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));bottom:-.7rem;height:5px;left:0;opacity:0;position:absolute;right:0;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:12.5rem}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item.inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item:after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item:after{left:0;transform:var(--tw-transform)}}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item:after{content:""}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item button{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:700;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item.is-active:after{opacity:1}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-nav-item.is-active button{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-items{margin-top:2.5rem}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .cetxt1colmulti-items{margin-top:5.875rem}}.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule{flex-direction:row}}.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_picto{--tw-bg-opacity:1;align-items:center;background-color:rgb(245 246 247/var(--tw-bg-opacity));display:flex;flex-direction:row;flex-shrink:0;height:190px;justify-content:center}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_picto{display:inline-flex;height:157px;width:282px}}.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_title_text{margin-top:1.875rem}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_title_text{margin-left:3.3125rem;margin-top:0}}.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_title_text .gl_field--field_titre{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.25rem;font-weight:700;line-height:1.875rem}.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_title_text .gl_field--field_texte{margin-top:.9375rem}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_title_text .gl_field--field_texte{margin-top:2.875rem}}.paragraph--type--ce-texte-1-col-multi .paragraph--type---item-molecule .gl_field--field_title_text .gl_field--field_texte p:not(:last-child){margin-bottom:1.25rem}.paragraph--type--ce-texte-1-col-multi .splide__arrows{--tw-border-opacity:1;border-bottom-width:1px;border-color:rgb(199 208 217/var(--tw-border-opacity));left:1.5rem;padding-bottom:.75rem;padding-top:.75rem;position:absolute;right:1.5rem;text-align:center;top:0;width:auto}@media (max-width:1024px){.paragraph--type--ce-texte-1-col-multi .page-node-type-job-offer .bubble-image.splide__arrows.inset-0.text-greenblue{top:-50px}}.paragraph--type--ce-texte-1-col-multi .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.splide__arrows{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-multi .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.splide__arrows{left:0;transform:var(--tw-transform)}.paragraph--type--ce-texte-1-col-multi .splide__arrows{left:2rem;right:2rem}}.paragraph--type--ce-texte-1-col-multi .splide__arrow svg{border-style:none}.paragraph--type--ce-texte-1-col-multi .splide__arrow--prev{left:0}.paragraph--type--ce-texte-1-col-multi .splide__arrow--next{right:0}.paragraph--type--ce-texte-1-col-multi .splide__title{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));display:none;font-size:1.125rem;font-weight:700;line-height:1.325rem;margin-left:auto;margin-right:auto;padding-bottom:.75rem;position:relative;width:auto}.paragraph--type--ce-texte-1-col-multi .splide__title.is-active{display:inline-flex}.paragraph--type--ce-texte-1-col-multi .splide__title.is-active:after{--tw-bg-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));bottom:-.9375rem;content:"";height:5px;left:0;position:absolute;right:0}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.paragraph--type--ce-texte-1-col-multi .splide__title.is-active.inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ce-texte-1-col-multi .splide__title.is-active:after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ce-texte-1-col-multi .splide__title.is-active:after{left:0;transform:var(--tw-transform)}}.paragraph--type--ce-texte-1-col-2 .gl_field--field_elements_title_text>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.25rem*var(--tw-space-y-reverse));margin-top:calc(2.25rem*(1 - var(--tw-space-y-reverse)))}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_image{--tw-bg-opacity:1;align-items:center;background-color:rgb(245 246 247/var(--tw-bg-opacity));display:inline-flex;flex-direction:row;flex-shrink:0;height:157px;justify-content:center;width:282px}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .title_text{margin-left:3.3125rem}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.25rem;font-weight:700;line-height:1.875rem}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_body_raw{margin-top:2.875rem}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-2 .paragraph--type--ce-bande-cta{padding-left:20.75rem}}.paragraph--type--ce-texte-1-col-2.paragraph--type--ce-texte-1-col-2---variant-1 .gl_field--field_image{height:112px;width:131px}.paragraph--type--ce-texte-1-col-2.paragraph--type--ce-texte-1-col-2---variant-1 .gl_field--field_body_raw{margin-top:1.25rem}@media (min-width:1280px){.paragraph--type--ce-texte-2-3-colonnes-classic .gl_field--field_colonnes_picto{display:grid;gap:2.625rem;grid-auto-flow:column;justify-items:stretch}}.paragraph--type--ce-texte-2-3-colonnes-classic .gl_field--field_colonnes_picto .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;margin-top:2.625rem}.paragraph--type--ce-texte-2-3-colonnes-classic .gl_field--field_colonnes_picto .gl_field--field_body_raw{margin-top:1.75rem}.paragraph--type--ce-texte-2-3-colonnes-classic .gl_field--field_colonnes_picto .gl_field--field_image img{-o-object-fit:cover;object-fit:cover;width:100%}.gl_field--field_colonnes_picto .gl_field--field_image{--tw-bg-opacity:1;align-items:center;background-color:rgb(245 246 247/var(--tw-bg-opacity));display:flex;flex-direction:row;justify-content:center}@media (min-width:1024px){.paragraph--type--ce-texte-2-3-colonnes-classic .gl_field--field_colonnes_picto .gl_field--field_image{height:286px;width:540px}.paragraph--type--ce-texte-3-colonnes-classic .gl_field--field_colonnes_picto .gl_field--field_image{height:198px;width:355px}.paragraph--type--ce-txt-2-col-pictos-left .gl_field--field_4_colonnes_picto{-moz-column-gap:4rem;column-gap:4rem;display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:4.5rem}}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte .gl_field--field_image{flex-shrink:0;margin-right:2.375rem;margin-top:.375rem;width:3rem}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem;margin-bottom:.5rem}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte .gl_field--field_body_raw{font-size:.9375rem}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte .title_text{flex-grow:1}@media (min-width:1024px){.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte .title_text{flex-grow:0}}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte.paragraph--view-mode--picto-left-centered{align-items:center}.paragraph--type--ce-txt-2-col-pictos-left .paragraph--type--picto-titre-texte.paragraph--view-mode--picto-left-centered .gl_field--field_image{flex-shrink:0;margin-right:2.375rem;margin-top:.375rem;width:3.75rem}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}@media (min-width:1024px){.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto{margin-left:-1.5625rem;margin-right:-1.5625rem}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto>.gl_field__item{padding-left:1.5625rem;padding-right:1.5625rem;width:25%}}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto .gl_field--field_image img{height:76px;width:auto}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .paragraph--type--picto-titre-texte .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.25rem;font-weight:700;line-height:1.875rem;margin-top:1rem}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .paragraph--type--picto-titre-texte .gl_field--field_body_raw{margin-top:1.5rem}@media (min-width:1024px){.paragraph--type--ce-texte-4-colonnes-pictos-hauts---3 .gl_field--field_4_colonnes_picto{margin-left:-1.5625rem;margin-right:-1.5625rem}.paragraph--type--ce-texte-4-colonnes-pictos-hauts---3 .gl_field--field_4_colonnes_picto>.gl_field__item{padding-left:1.5625rem;padding-right:1.5625rem;width:33.333333%}}.paragraph--type--ce-txt-4-col-pictos-top-centered{padding-bottom:3rem;padding-top:3rem}.paragraph--type--ce-txt-4-col-pictos-top-centered .gl_field--field_4_colonnes_picto{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}.paragraph--type--ce-txt-4-col-pictos-top-centered .gl_field--field_4_colonnes_picto>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.75rem*var(--tw-space-x-reverse))}.paragraph--type--ce-txt-4-col-pictos-top-centered .paragraph--type---item-picto-text{text-align:center}.paragraph--type--ce-txt-4-col-pictos-top-centered .paragraph--type---item-picto-text .gl_field--field_picto{display:inline-flex;margin-left:auto;margin-right:auto}.paragraph--type--ce-txt-4-col-pictos-top-centered .paragraph--type---item-picto-text .gl_field--field_picto img{height:2.40625rem;width:auto}.paragraph--type--ce-txt-4-col-pictos-top-centered .paragraph--type---item-picto-text .gl_field--field_body{margin-top:2.375rem}.cetxtpictomega{box-sizing:border-box;padding-bottom:80px;padding-top:80px;position:relative}.cetxtpictomega:after,.cetxtpictomega:before{content:"";display:block;height:70px;left:0;position:absolute;right:0}@media (min-width:1024px){.cetxtpictomega:after,.cetxtpictomega:before{background-position:top}}.cetxtpictomega:before{background:url(/themes/custom/galian/dist/images/wave-top-white.svg?0b3fbe28d66d1f6a7dfc803c317b6748) right -100px top repeat-x;top:0}.cetxtpictomega:after{background:url(/themes/custom/galian/dist/images/wave-bottom-white.svg?9663c49a80845fb83496563930119a2b) right -100px top repeat-x;bottom:0}.cetxtpictomega{--tw-bg-opacity:1;align-items:center;background-color:rgb(0 32 96/var(--tw-bg-opacity));background-image:url(/themes/custom/galian/dist/images/pattern-blue-square.svg?092f6c65f5f8ff058e6afd1d4207389a);background-position:50%;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-bottom:6.875rem;padding-top:6.875rem;position:relative}@media (min-width:1024px){.cetxtpictomega{min-height:53.125rem}}.cetxtpictomega-content{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));position:relative;text-align:center}.cetxtpictomega-content>.gl_field--field_title{font-size:1.875rem;font-weight:600;line-height:2.25rem}@media (min-width:1024px){.cetxtpictomega-content>.gl_field--field_title{font-size:2.375rem;line-height:3.25rem}}.cetxtpictomega-content>.gl_field--field_body_raw{margin-top:2.1875rem}{{}}+>.gl_field--field_body_raw{margin-top:0}.cetxtpictomega-content .gl_field--field_lines_ptt{padding-bottom:3.5rem;padding-top:3.5rem}@media (min-width:1024px){.cetxtpictomega-content .gl_field--field_lines_ptt{padding-bottom:0;padding-top:0}}.cetxtpictomega-content .gl_field--field_colonnes_picto{align-items:center;display:flex;flex-direction:column;justify-content:center}@media (min-width:1024px){.cetxtpictomega-content .gl_field--field_colonnes_picto{align-items:flex-start;flex-direction:row;margin-bottom:4.875rem;margin-top:3.5rem}.cetxtpictomega-content .gl_field--field_colonnes_picto>.gl_field__item{width:18rem}}.cetxtpictomega-content .gl_field--field_colonnes_picto .gl_field--field_image{background-color:transparent;margin-bottom:1rem}.cetxtpictomega-content .gl_field--field_colonnes_picto .gl_field--field_title{font-weight:500;margin-bottom:.75rem}.cetxtpictomega-content .gl_field--field_colonnes_picto .gl_field--field_body_raw{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));font-style:italic;font-weight:500}.paragraph--type--ce-text-slider-3-cols>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;font-size:2.375rem;font-weight:600;line-height:3.25rem;padding-right:73px;width:100%}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text{--tw-border-opacity:1;align-items:flex-start;border-bottom-width:1px;border-color:rgb(199 208 217/var(--tw-border-opacity));display:flex;flex-direction:row;justify-content:space-between;margin-bottom:3rem;margin-top:3rem;padding-bottom:4.5rem;position:relative}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text:before{--tw-bg-opacity:1;background-color:rgb(25 115 140/var(--tw-bg-opacity));bottom:-2.5px;height:5px;left:0;position:absolute;width:33.333333%}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text.inset-0.text-greenblue:before{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text:before{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text:before{left:0;transform:var(--tw-transform)}}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text:before{content:""}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text.press{border:none}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text.press:before{display:none}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text.press img{max-height:220px}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text.press .plyr__video-embed>iframe{height:220px;width:380px}.paragraph--type--ce-text-slider-3-cols .splide__arrow{top:-4.525rem}.paragraph--type--ce-text-slider-3-cols .splide__arrow--prev{left:auto;right:2.25rem}.paragraph--type--ce-text-slider-3-cols .splide__arrow--next{left:auto;right:0}.paragraph--type--ce-text-slider-3-cols .gl_field--field_elements_title_text .gl_field--field_title{--tw-text-opacity:1;color:rgb(25 115 140/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem}@media (max-width:1024px){.paragraph--type--ce-text-slider-3-cols .page-node-type-job-offer .bubble-image.absolute.inset-0.gl_field--field_elements_title_text .gl_field--field_title{top:-50px}}.paragraph--type--ce-text-slider-3-cols .gl_field--field_body_raw{font-weight:500;margin-top:1.5rem}.paragraph--type--ct-bandeau-titre{overflow:hidden;position:relative}.paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{display:flex;flex-direction:column;justify-content:center;position:relative}.paragraph--type--ct-bandeau-titre .ctbandeautitre-content{flex-grow:1;padding-top:3.4rem;position:relative;z-index:48}.paragraph--type--ct-bandeau-titre .paragraph--type--ce-bande-cta .gl_field--field_links{justify-content:inherit!important}.paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{inset:0;overflow:hidden;position:absolute}@media (max-width:1024px){.paragraph--type--ct-bandeau-titre .page-node-type-job-offer .bubble-image.absolute.ctbandeautitre-pattern.text-greenblue,.paragraph--type--ct-bandeau-titre .page-node-type-job-offer .bubble-image.ctbandeautitre-pattern.inset-0.text-greenblue{top:-50px}}.paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.ctbandeautitre-pattern{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.ctbandeautitre-pattern{left:0;transform:var(--tw-transform)}}@media (min-width:1536px){.paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{display:flex;flex-direction:row}}.paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg{height:100%;width:100%}@media (min-width:1536px){.paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg{margin-left:35%;width:65%}}.paragraph--type--ct-bandeau-titre .image-wrapper{bottom:0;display:flex;display:none;flex-direction:column;justify-content:flex-end;position:absolute}@media (max-width:1024px){.paragraph--type--ct-bandeau-titre .page-node-type-job-offer .bubble-image.image-wrapper.inset-0.text-greenblue{top:-50px}}.paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.image-wrapper{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.image-wrapper{left:0;transform:var(--tw-transform)}.paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:2vw;display:block;left:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.node.color-scheme--green .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{background-color:#d5e3e1!important}.node.color-scheme--green .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{color:#006464!important}.node.color-scheme--lightblue .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{background-color:#e6f0fa!important}.node.color-scheme--lightblue .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{color:#6193cd!important}.node.color-scheme--apple .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{background-color:#f7f8e0!important}.node.color-scheme--apple .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{color:#bbd034!important}.node.color-scheme--greenblue .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{background-color:#dfe9f0!important}.node.color-scheme--greenblue .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{color:#19738c!important}.node.color-scheme--salmon .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{background-color:#fadcc8!important}.node.color-scheme--salmon .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{color:#e68282!important}.node.color-scheme--yellow .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{background-color:#fff4e0!important}.node.color-scheme--yellow .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern{color:#ebc76e!important}.paragraph--type--ct-bandeau-titre.color-scheme--blue .ctbandeautitre-wrapper{background-color:#002060!important}.paragraph--type--ct-bandeau-titre.color-scheme--lightgray .ctbandeautitre-wrapper{background-color:#f5f6f7!important}.paragraph--type--ct-bandeau-titre.color-scheme--bluegray .ctbandeautitre-wrapper{background-color:#cdd7dc!important}.paragraph--type--ct-bandeau-titre.color-scheme--white .ctbandeautitre-wrapper{background-color:#fff!important}.paragraph--type--ct-bandeau-titre.color-scheme--purple .ctbandeautitre-wrapper{background-color:#502d82!important}.paragraph--type--ct-bandeau-titre.color-scheme--salmon .ctbandeautitre-wrapper{background-color:#e68282!important}.paragraph--type--ct-bandeau-titre.color-scheme--blue .ctbandeautitre-pattern,.paragraph--type--ct-bandeau-titre.color-scheme--purple .ctbandeautitre-pattern{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.paragraph--type--ct-bandeau-titre.color-scheme--blue .btn--regular:hover,.paragraph--type--ct-bandeau-titre.color-scheme--purple .btn--regular:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.paragraph--type--ct-bandeau-titre.color-scheme--white .ctbandeautitre-pattern{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.paragraph--type--ct-bandeau-titre.color-scheme--lightgray .ctbandeautitre-pattern{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.paragraph--type--ct-bandeau-titre.color-scheme--bluegray .ctbandeautitre-pattern,.paragraph--type--ct-bandeau-titre.color-scheme--salmon .ctbandeautitre-content .cetitresection-subtitle div,.paragraph--type--ct-bandeau-titre.color-scheme--salmon .ctbandeautitre-content .cetitresection-title span{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.paragraph--type--ct-bandeau-titre .paragraph--type--background-image img{max-height:100%}.paragraph--type--ct-bandeau-titre [class*=paragraph--type--ce-titre-section] .gl_field--field_subtitle_raw{font-size:1.25rem;line-height:1.875rem}.paragraph--type--ct-bandeau-titre.color-scheme--bluegray [class*=paragraph--type--ce-titre-section],.paragraph--type--ct-bandeau-titre.color-scheme--bluegray [class*=paragraph--type--ce-titre-section] .gl_field--field_subtitle_raw,.paragraph--type--ct-bandeau-titre.color-scheme--lightgray [class*=paragraph--type--ce-titre-section],.paragraph--type--ct-bandeau-titre.color-scheme--lightgray [class*=paragraph--type--ce-titre-section] .gl_field--field_subtitle_raw,.paragraph--type--ct-bandeau-titre.color-scheme--white [class*=paragraph--type--ce-titre-section],.paragraph--type--ct-bandeau-titre.color-scheme--white [class*=paragraph--type--ce-titre-section] .gl_field--field_subtitle_raw{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.paragraph--type--ct-bandeau-titre .gl_field--field_cta_line,.paragraph--type--ct-bandeau-titre .gl_field--field_section_title{position:relative}.paragraph--type--ct-bandeau-titre .gl_field--field_cta_line .paragraph--type--ce-bande-cta .gl_field--field_links{align-items:flex-start;flex-direction:column}@media (min-width:1024px){.paragraph--type--ct-bandeau-titre .gl_field--field_cta_line .paragraph--type--ce-bande-cta .gl_field--field_links{flex-direction:row}}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content{background-color:#dae8fe;border-radius:1.5rem}@media (min-width:992px){.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content{display:flex;flex-direction:row;justify-content:space-between}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right{flex:0 0 auto;width:50%}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right .gl_field--field_hero_image{height:100%;position:relative}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right .gl_field--field_hero_image .gl_field--field_media_image img{bottom:0;height:calc(100% + 40px);left:0;max-width:-moz-fit-content;max-width:fit-content;position:absolute;top:-40px;width:auto}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .left{flex:0 0 auto;width:50%}}@media (min-width:1200px){.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right{width:50%}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right .gl_field--field_hero_image .gl_field--field_media_image img{height:calc(100% + 48px);left:38px;top:-48px}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .left{width:50%}}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .paragraph--type--ce-bande-cta .gl_field--field_links{flex-direction:row;padding-bottom:0;padding-top:40px}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .paragraph--type--ce-titre-section .cetitresection-subtitle,.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .paragraph--type--ce-titre-section .cetitresection-title{color:#002060}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .paragraph--type--ce-titre-section .cetitresection-subtitle .gl_field--field_subtitle_raw{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:400;letter-spacing:-.2px}.path--universe--recruitment .node--type-page_composants .paragraph--type--ct-bandeau-titre.has-no-subtitle.has-no-cta-line .ctbandeautitre-wrapper{min-height:31rem!important}@media (max-width:782px){.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner{margin-bottom:9rem}}@media (max-width:991px){.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right{height:370px;position:relative}.paragraph--type--ct-bandeau-titre.paragraph--view-mode--hp-banner .container .ctbandeautitre-content .right img{left:-30px;max-width:-moz-max-content;max-width:max-content;position:absolute;right:-30px;top:0;width:calc(100% + 80px)}}.paragraph--type--ct-bounce-3-pushs-basik{box-sizing:border-box;padding-bottom:80px;padding-top:80px;position:relative}.paragraph--type--ct-bounce-3-pushs-basik:after,.paragraph--type--ct-bounce-3-pushs-basik:before{content:"";display:block;height:70px;left:0;position:absolute;right:0}@media (min-width:1024px){.paragraph--type--ct-bounce-3-pushs-basik:after,.paragraph--type--ct-bounce-3-pushs-basik:before{background-position:top}}.paragraph--type--ct-bounce-3-pushs-basik:before{background:url(/themes/custom/galian/dist/images/wave-top-white.svg?0b3fbe28d66d1f6a7dfc803c317b6748) right -100px top repeat-x;top:0}.paragraph--type--ct-bounce-3-pushs-basik:after{background:url(/themes/custom/galian/dist/images/wave-bottom-white.svg?9663c49a80845fb83496563930119a2b) right -100px top repeat-x;bottom:0}.paragraph--type--ct-bounce-3-pushs-basik{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity));padding-bottom:6.875rem;padding-top:6.875rem}.paragraph--type--ct-bounce-3-pushs-basik,.paragraph--type--ct-bounce-explore{text-align:center}.paragraph--type--ct-bounce-3-pushs-basik>.container>.gl_field--field_title,.paragraph--type--ct-bounce-explore>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;margin-bottom:3.25rem}.paragraph--type--ct-bounce-3-pushs-basik>.container>.gl_field--field_title:after,.paragraph--type--ct-bounce-3-pushs-basik>.container>.gl_field--field_title:before,.paragraph--type--ct-bounce-explore>.gl_field--field_title:after,.paragraph--type--ct-bounce-explore>.gl_field--field_title:before{content:"-";margin-left:.75rem;margin-right:.75rem}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul{align-items:center;display:flex;flex-direction:column;justify-content:center}@media (min-width:1024px){.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul{flex-direction:row;justify-content:space-between;margin-left:-1rem;margin-right:-1rem}}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>.gl_field__item,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>.gl_field__item,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li{flex-grow:1;flex-shrink:0;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>.gl_field__item,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>.gl_field__item,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li{width:33.333333%}}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>*,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>*{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(0 32 96/var(--tw-border-opacity));border-radius:.75rem;border-width:1px;color:rgb(0 32 96/var(--tw-text-opacity));padding-bottom:1.6875rem;padding-left:1.875rem;padding-right:1.875rem;padding-top:1.6875rem;position:relative;text-align:left}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link:after,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>:after,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link:after,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>:after{--tw-translate-y:-50%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.083 9 0 14.356 3.459 18 12 9 3.459 0 0 3.644Z' fill='%23002060'/%3E%3C/svg%3E") no-repeat 50% transparent;display:block;height:1rem;position:absolute;right:1rem;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:1rem}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link.inset-0.text-greenblue:after,.page-node-type-job-offer .bubble-image.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>.inset-0.text-greenblue:after,.page-node-type-job-offer .bubble-image.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link.inset-0.text-greenblue:after,.page-node-type-job-offer .bubble-image.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>.inset-0.text-greenblue:after{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link:after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>:after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link:after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>:after{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link:after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>:after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link:after,.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>:after{left:0;transform:var(--tw-transform)}}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link:after,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>:after,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link:after,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>:after{content:"";display:block}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_title,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_title,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_title,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_title{font-weight:600;max-width:80%}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_titre,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_titre,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_titre,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_titre{font-size:.75rem;line-height:1.125rem;margin-top:.125rem;max-width:80%}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_link a,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_link a,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_link a,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_link a{inset:0;opacity:0;position:absolute;z-index:0}@media (max-width:1024px){.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_link .page-node-type-job-offer a.bubble-image.absolute.text-greenblue,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_link .page-node-type-job-offer a.bubble-image.inset-0.text-greenblue,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_link .page-node-type-job-offer a.bubble-image.absolute.text-greenblue,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_link .page-node-type-job-offer a.bubble-image.inset-0.text-greenblue,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_link .page-node-type-job-offer a.bubble-image.absolute.text-greenblue,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_link .page-node-type-job-offer a.bubble-image.inset-0.text-greenblue,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_link .page-node-type-job-offer a.bubble-image.absolute.text-greenblue,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_link .page-node-type-job-offer a.bubble-image.inset-0.text-greenblue{top:-50px}}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links .paragraph--type---item-title-subtitle-link .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga,.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>li>* .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul .paragraph--type---item-title-subtitle-link .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga,.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>* .gl_field--field_link .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svga{left:0;transform:var(--tw-transform)}}.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul{flex-wrap:wrap}@media (min-width:1024px){.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul{margin-bottom:-1rem;margin-top:-1rem}}.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li{margin-bottom:1rem;margin-top:1rem}.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>*{display:block;font-weight:600;padding-bottom:2.5rem;padding-top:2.5rem;width:100%}.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul>li>.is-active{opacity:.2}.paragraph--type--bounce-products .gl_field--field_3_product_reference{display:flex}@media (min-width:1024px){.paragraph--type--bounce-products .gl_field--field_3_product_reference{align-items:center;flex-direction:row;justify-content:center;margin-left:-.625rem;margin-right:-.625rem}.paragraph--type--bounce-products .gl_field--field_3_product_reference>.gl_field__item{display:inline-flex;flex-shrink:0;padding-left:.625rem;padding-right:.625rem;width:33.333333%}}.paragraph--type--ct-publication-solo{margin-bottom:2.8125rem}.paragraph--type--ct-publication-solo .gl_field--field_publication_references>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(6.875rem*var(--tw-space-y-reverse));margin-top:calc(6.875rem*(1 - var(--tw-space-y-reverse)))}.paragraph--type--ct-publication-solo .gl_field--field_publication_references{text-align:center}@media (min-width:1024px){.paragraph--type--ct-publication-solo .gl_field--field_publication_references{display:flex;flex-direction:row;justify-content:center}.paragraph--type--ct-publication-solo .gl_field--field_publication_references>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}}.paragraph--type--ct-publication-solo .gl_field--field_publication_references>*{display:inline-flex;flex-grow:0;margin-left:auto;margin-right:auto;text-align:left}@media (min-width:768px){.paragraph--type--ct-publication-solo .gl_field--field_publication_references>*{padding-left:2.1875rem}}@media (min-width:1024px){.paragraph--type--ct-publication-solo .gl_field--field_publication_references>*{display:block;margin-left:0;margin-right:0;padding-left:3.5rem;padding-left:6.875rem;padding-right:3.5rem;width:50%}}.paragraph--type--block-push-quote{box-sizing:border-box;padding-bottom:80px;padding-top:80px;position:relative}.paragraph--type--block-push-quote:after,.paragraph--type--block-push-quote:before{content:"";display:block;height:70px;left:0;position:absolute;right:0}@media (min-width:1024px){.paragraph--type--block-push-quote:after,.paragraph--type--block-push-quote:before{background-position:top}}.paragraph--type--block-push-quote:before{background:url(/themes/custom/galian/dist/images/wave-top-white.svg?0b3fbe28d66d1f6a7dfc803c317b6748) right -100px top repeat-x;top:0}.paragraph--type--block-push-quote:after{background:url(/themes/custom/galian/dist/images/wave-bottom-white.svg?9663c49a80845fb83496563930119a2b) right -100px top repeat-x;bottom:0}.paragraph--type--block-push-quote{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));background-image:url(/themes/custom/galian/dist/images/pattern-blue-square.svg?092f6c65f5f8ff058e6afd1d4207389a);background-position:50%;color:rgb(255 255 255/var(--tw-text-opacity));margin-bottom:2.8125rem;margin-top:2.8125rem;padding-bottom:2.8125rem;padding-top:2.8125rem;text-align:center}.path-frontpage .paragraph--type--block-push-quote{padding-bottom:4.4375rem;padding-top:4.4375rem}.paragraph--type--block-push-quote .gl_field--field_subtitle_raw{font-weight:500;margin-bottom:.5rem}.paragraph--type--block-push-quote .gl_field--field_title{font-size:1.375rem;font-weight:600;line-height:2rem}.paragraph--type--block-push-quote .gl_field--field_paragraph_3{display:flex;flex-direction:column;justify-content:center;margin-top:2.375rem}.paragraph--type--block-push-quote .gl_field--field_paragraph_3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.625rem*var(--tw-space-x-reverse))}.paragraph--type--block-push-quote .gl_field--field_paragraph_3{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}@media (min-width:1024px){.paragraph--type--block-push-quote .gl_field--field_paragraph_3{flex-direction:row}}.paragraph--type--block-push-quote .gl_field--field_image{margin-top:1.625rem}.paragraph--type--block-push-quote .gl_field--field_image img{margin-left:auto;margin-right:auto}.paragraph--type---item-block-push{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));display:flex;flex-direction:column;height:10rem;justify-content:center;width:20rem}.node--type-hub--service-product .gl_field--field_banner_intro+.paragraph--type---item-block-push{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.paragraph--type---item-block-push .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.paragraph--type---item-block-push .gl_field--field_link{font-size:1.125rem;font-weight:600;line-height:1.325rem;margin-top:.75rem}.paragraph--type--rebonds-3-col-picto>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;text-align:center}.paragraph--type--rebonds-3-col-picto>.gl_field--field_title:after,.paragraph--type--rebonds-3-col-picto>.gl_field--field_title:before{content:"-";margin-left:.75rem;margin-right:.75rem}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:2.8125rem}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto{flex-direction:row;justify-content:space-between;margin-left:-1rem;margin-right:-1rem}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item{height:14rem}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item{padding-left:1rem;padding-right:1rem;width:33.333333%}}.paragraph--type--rebonds-3-col-picto .paragraph--type---item-rebond-picto{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:2.5rem;padding-left:1.875rem;padding-right:1.875rem;padding-top:2.5rem;text-align:center}.paragraph--type--rebonds-3-col-picto .paragraph--type---item-rebond-picto .gl_field--field_title_formatted{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.125rem;font-weight:600;line-height:1.325rem}.paragraph--type--rebonds-3-col-picto .paragraph--type---item-rebond-picto .gl_field--field_picto img{margin-left:auto;margin-right:auto;margin-top:1rem}.paragraph--type--sp-delegate-search>.gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem;text-transform:uppercase}.paragraph--type--sp-delegate-search>.views-element-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:2.5rem}.paragraph--type--sp-delegate-search>.views-element-container>.gl-field__item,.paragraph--type--sp-delegate-search>.views-element-container>.gl_field__item{padding:1rem}.paragraph--type--sp-delegate-search>.views-element-container .gl_field--field_dlg_picto img{border-radius:.75rem}.paragraph--type--sp-delegate-search>.views-element-container .gl_field--title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:700;margin-bottom:.75rem;margin-top:2.1875rem}{{}}+.gl_field--title{margin-top:0}.paragraph--type--sp-delegate-search>.views-element-container .gl_field__items{display:flex}.paragraph--type--sp-delegate-search>.views-element-container .gl_field--field_dlg_department{margin-right:.25rem}.paragraph--type--sp-delegate-search>.views-element-container div.gl_field__wrapper~.gl_field__item{margin-top:.75rem}@media (min-width:768px){.paragraph--type--sp-delegate-search>.views-element-container{margin-left:-2.0625rem;margin-right:-2.0625rem}.paragraph--type--sp-delegate-search>.views-element-container>.gl-field__item,.paragraph--type--sp-delegate-search>.views-element-container>.gl_field__item{padding:1.5rem;width:33.3333%}}@media (min-width:1024px){.paragraph--type--sp-delegate-search>.views-element-container>.gl-field__item,.paragraph--type--sp-delegate-search>.views-element-container>.gl_field__item{padding:2rem;width:25%}}.paragraph--type--hp-links-box{display:flex;flex-direction:column;position:relative;z-index:10}.paragraph--type--hp-links-box>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5625rem*var(--tw-space-y-reverse));margin-top:calc(1.5625rem*(1 - var(--tw-space-y-reverse)))}@media (min-width:1024px){.paragraph--type--hp-links-box{align-items:stretch;flex-direction:row;justify-content:center;margin-bottom:4.4375rem}.paragraph--type--hp-links-box>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;--tw-space-x-reverse:0;margin:calc(0px*(1 - var(--tw-space-y-reverse))) calc(2.25rem*var(--tw-space-x-reverse)) calc(0px*var(--tw-space-y-reverse)) calc(2.25rem*(1 - var(--tw-space-x-reverse)))}}.paragraph--type--hp-links-box>[class*=hp-links-box]>.gl_field__item{display:flex;flex-direction:column;height:100%}@media (min-width:1024px){.hp-links-box_left{width:33.333333%}.hp-links-box_right{width:66.666667%}}.hp-links-box_links-block{--tw-bg-opacity:1;--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:flex;flex-direction:column;flex-grow:1;padding-bottom:2.25rem;padding-top:2.25rem}.node--type-hub--service-product .gl_field--field_banner_intro+.hp-links-box_links-block{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.hp-links-box_links-block .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}@media (min-width:1024px){.hp-links-box_links-block{min-height:29.25rem}}.hp-links-box_links-block_title{display:flex;flex-direction:row;margin-bottom:2.25rem;padding-left:2rem;padding-right:2rem}.hp-links-box_links-block_title svg{height:2rem;margin-right:1rem;width:1.5rem}@media (min-width:768px){.hp-links-box_links-block_content{display:flex;flex-grow:1}}.hp-links-box_links-block_content>.gl_field__items{display:flex;flex-direction:column;justify-content:flex-start;padding-left:2rem;padding-right:2rem}.hp-links-box_links-block_content>.gl_field__items>.gl_field__item{flex-grow:0}.hp-links-box_links-block_content.hp-links-box_links-block_content--no-separator{flex-direction:column}.hp-links-box_links-block_content.hp-links-box_links-block_content--no-separator>.gl_field__items>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}@media (min-width:1024px){.hp-links-box_links-block_content.hp-links-box_links-block_content--no-separator>.gl_field__items{flex-grow:1}.hp-links-box_links-block_content.hp-links-box_links-block_content--no-separator>.gl_field__items>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.75rem*var(--tw-space-y-reverse));margin-top:calc(1.75rem*(1 - var(--tw-space-y-reverse)))}}@media (min-width:768px){.hp-links-box_links-block_content.hp-links-box_links-block_content--has-separator{flex-direction:row}.hp-links-box_links-block_content.hp-links-box_links-block_content--has-separator>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse));margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.hp-links-box_links-block_content.hp-links-box_links-block_content--has-separator>.gl_field__items{width:50%}.hp-links-box_links-block_content.hp-links-box_links-block_content--has-separator>.gl_field__items>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}}.hp-links-box_links-block_content.hp-links-box_links-block_content--has-separator .paragraph--type--links-block-link{display:none}@media (min-width:1024px){.hp-links-box_links-block_content.hp-links-box_links-block_content--has-separator .paragraph--type--links-block-link{display:block}}.hp-links-box_links-block_content .hp-links-content{display:block}@media (min-width:1024px){.hp-links-box_links-block_content .hp-links-content{display:none}}.hp-links-box_links-block_content .hp-links-content .paragraph--type--links-block-link{display:block;padding-left:1rem;position:relative}.hp-links-box_links-block_content .hp-links-content .paragraph--type--links-block-link:before{color:currentColor;content:"•";font-size:1.375rem;left:0;line-height:2rem;margin-top:-.5rem;position:absolute;top:0}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.hp-links-box_links-block_content .hp-links-content .paragraph--type--links-block-link.inset-0.text-greenblue:before{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.hp-links-box_links-block_content .hp-links-content .paragraph--type--links-block-link:before{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.hp-links-box_links-block_content .hp-links-content .paragraph--type--links-block-link:before{left:0;transform:var(--tw-transform)}}.hp-links-box_links-block_content .hp-links-content .paragraph--type--links-block-link .gl_field--field_link{--tw-text-opacity:1;color:rgb(35 47 60/var(--tw-text-opacity))}.hp-links-box_links-block_content .paragraph--type--links-block-title-link .gl_field__item{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1.25rem}.hp-links-box_links-block_content .paragraph--type--links-block-title-link .gl_field__item .hp-links-title-text{font-size:.875rem;font-weight:700;line-height:1;text-transform:uppercase}.hp-links-box_links-block_content .paragraph--type--links-block-title-link .gl_field__item .hp-links-trigger svg{border-color:currentColor;border-radius:9999px;border-width:2px;color:currentColor;height:1.75rem;margin-left:.75rem;padding:.375rem;width:1.75rem}.store-locator-search-form>div{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.store-locator-search-form>div>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.875rem*var(--tw-space-x-reverse))}.store-locator-search-form>div .storelocator-search-input{flex-shrink:1;max-width:15rem}@media (min-width:1024px){.store-locator-search-form>div .storelocator-search-input{flex-shrink:0;max-width:30rem}}.store-locator-search-form>div .store-locator-search-dom,.store-locator-search-form>div .store-locator-search-near{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;line-height:1;margin-bottom:1rem;margin-top:1rem}.store-locator-search-form>div .store-locator-search-dom:hover,.store-locator-search-form>div .store-locator-search-near:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));text-decoration-line:underline}@media (min-width:1024px){.store-locator-search-form>div .store-locator-search-dom,.store-locator-search-form>div .store-locator-search-near{margin-bottom:0}}.store-locator-search-form>div.links{align-items:start;flex-direction:column}.store-locator-search-form>div.links .store-locator-search-near{margin-left:0}.storelocator-search-wrapper{background-color:#002060;box-sizing:border-box;padding-bottom:80px;padding-top:2em;position:relative}.storelocator-search-wrapper:after{//background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1800' height='70' viewBox='0 0 1800 70'><path fill='%23f5f6f7' d='M1518.76,12.68c-134.6-2.44-315.65,35.92-390,44s-496.54.06-572,0-74.16-5.18-208,8-168.2-8.16-196.66-8.16S124.75,60,100,60A679.47,679.47,0,0,1,0,53.09V70H1800V53.09c-29.06-4.06-59-9.56-100-15.56C1639,27.44,1625.27,14.61,1518.76,12.68Z'/></svg>") center bottom repeat-x;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1800' height='70' viewBox='0 0 1800 70'><path fill='%23ffffff' d='M1518.76,12.68c-134.6-2.44-315.65,35.92-390,44s-496.54.06-572,0-74.16-5.18-208,8-168.2-8.16-196.66-8.16S124.75,60,100,60A679.47,679.47,0,0,1,0,53.09V70H1800V53.09c-29.06-4.06-59-9.56-100-15.56C1639,27.44,1625.27,14.61,1518.76,12.68Z'/></svg>") bottom repeat-x;bottom:0;content:"";display:block;height:70px;left:0;position:absolute;right:0}.storelocator-search-wrapper .storelocator-search-title{color:#fff;font-size:1.375rem;font-weight:700;letter-spacing:normal;line-height:1;margin-bottom:1em;text-align:left}.storelocator-search-wrapper .storelocator-search-submit{background-color:#fff!important;color:#002060!important;margin-left:1rem!important}.storelocator-search-wrapper .storelocator-search-submit:hover{color:#fff}.gl_field--field_components .storelocator-search-wrapper:first-child{margin-top:-2.8125rem}.galian_jobs_job_category_pills{margin-left:-.875rem;margin-right:-.875rem;margin-top:-.875rem}.galian_jobs_job_category_pills .pill{margin-left:.875rem;margin-right:.875rem;margin-top:.875rem}[id=block-reviews-content]{text-align:center}[id=block-reviews-content] img{margin-top:0!important}body.path-frontpage.page-node-type-homepage .gl_field--field_components .gl_field__item:last-of-type .paragraph{margin-bottom:0}input[type=color],input[type=date],input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select{--tw-border-opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:rgb(0 32 96/var(--tw-border-opacity));border-radius:1rem;border-width:1px;font-weight:300;padding:.5rem 1.375rem}input[type=color]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=file]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]::-moz-placeholder,select::-moz-placeholder{--tw-placeholder-opacity:0.5;color:rgb(0 32 96/var(--tw-placeholder-opacity));font-style:italic}input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=file]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,select::placeholder{--tw-placeholder-opacity:0.5;color:rgb(0 32 96/var(--tw-placeholder-opacity));font-style:italic}@media (min-width:1024px){input[type=color],input[type=date],input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select{max-width:30rem}}.webform-submission-form input[type=color],.webform-submission-form input[type=date],.webform-submission-form input[type=datetime-local],.webform-submission-form input[type=email],.webform-submission-form input[type=file],.webform-submission-form input[type=month],.webform-submission-form input[type=number],.webform-submission-form input[type=password],.webform-submission-form input[type=search],.webform-submission-form input[type=tel],.webform-submission-form input[type=text],.webform-submission-form input[type=time],.webform-submission-form input[type=url],.webform-submission-form input[type=week],.webform-submission-form select,.webform-submission-form textarea{border-radius:0;border-width:0;max-width:100%;padding-bottom:.875rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:.875rem}.webform-submission-form input[type=color].error,.webform-submission-form input[type=date].error,.webform-submission-form input[type=datetime-local].error,.webform-submission-form input[type=email].error,.webform-submission-form input[type=file].error,.webform-submission-form input[type=month].error,.webform-submission-form input[type=number].error,.webform-submission-form input[type=password].error,.webform-submission-form input[type=search].error,.webform-submission-form input[type=tel].error,.webform-submission-form input[type=text].error,.webform-submission-form input[type=time].error,.webform-submission-form input[type=url].error,.webform-submission-form input[type=week].error,.webform-submission-form select.error,.webform-submission-form textarea.error{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity));border-width:1px}.webform-submission-form input[disabled]{background-color:#d3d3d3}.webform-submission-form .form-type-tel-wrapper input[type=tel],.webform-submission-form input[type=date]{width:100%}@media (min-width:768px){.webform-submission-form .form-type-tel-wrapper input[type=tel],.webform-submission-form input[type=date]{width:50%}}.webform-submission-form select{--tw-text-opacity:1;background:96.75% 50% no-repeat #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDUuMDgzIDMuNjQ0IDAgMCAzLjQ1OSA5IDEybDktOC41NDFMMTQuMzU1IDBaIiBmaWxsPSIjMDAyMDYwIi8+PC9zdmc+");background-size:.975rem;color:rgb(0 32 96/var(--tw-text-opacity));font-style:normal;width:100%}.webform-submission-form select option{--tw-text-opacity:1;color:rgb(230 130 130/var(--tw-text-opacity));font-style:normal;font-weight:700}.webform-submission-form textarea{width:100%}.webform-submission-form .form-wrapper:not(:last-child):not(#edit-phone-number){margin-bottom:2.1875rem}.webform-submission-form fieldset legend,.webform-submission-form label{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));display:block;margin-bottom:1rem}.webform-submission-form .description{font-size:.875rem;line-height:1;margin-top:.75rem}.webform-submission-form .about_container>:not([hidden])~:not([hidden]),.webform-submission-form>[id*=container]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.webform-submission-form a{text-decoration:underline}.webform-submission-form a.no-underline{text-decoration:none}.webform-submission-form .js-form-type-processed-text{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.webform-element--title-inline:not([class*=form-item-gdpr-consent]){display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start}@media (min-width:768px){.webform-element--title-inline:not([class*=form-item-gdpr-consent]){align-items:center;flex-direction:row}}.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label{display:inline-flex;flex-shrink:0;margin-bottom:0;margin-top:0}.webform-element--title-inline:not([class*=form-item-gdpr-consent]) .form-type-tel-wrapper,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=color],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=date],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=datetime-local],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=email],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=file],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=month],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=number],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=password],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=search],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=text],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=time],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=url],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=week],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label+div,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) select{flex-grow:1;flex-shrink:1;width:100%}@media (min-width:768px){.webform-element--title-inline:not([class*=form-item-gdpr-consent]) .form-type-tel-wrapper,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=color],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=date],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=datetime-local],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=email],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=file],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=month],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=number],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=password],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=search],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=text],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=time],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=url],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=week],.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label+div,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) select{width:66.666667%}}.webform-element--title-inline:not([class*=form-item-gdpr-consent]) .form-type-tel-wrapper+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=color]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=date]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=datetime-local]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=email]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=file]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=month]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=number]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=password]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=search]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=text]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=time]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=url]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=week]+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label+div+.form-item--error-message,.webform-element--title-inline:not([class*=form-item-gdpr-consent]) select+.form-item--error-message{display:block;text-align:right;width:100%}.webform-element--title-inline:not([class*=form-item-gdpr-consent]) input[type=tel]{width:100%}.webform-element--title-inline:not([class*=form-item-gdpr-consent])[class*=form-item-ca-],.webform-element--title-inline:not([class*=form-item-gdpr-consent])[class*=form-item-montant-garantie-]{margin-top:1rem}.webform-element--title-inline:not([class*=form-item-gdpr-consent])[class*=form-item-ca-] input,.webform-element--title-inline:not([class*=form-item-gdpr-consent])[class*=form-item-ca-] label,.webform-element--title-inline:not([class*=form-item-gdpr-consent])[class*=form-item-montant-garantie-] input,.webform-element--title-inline:not([class*=form-item-gdpr-consent])[class*=form-item-montant-garantie-] label{width:auto}.webform-element--title-inline:not([class*=form-item-gdpr-consent]).form-item-message{align-items:start}.webform-actions{text-align:center}.webform-button--submit{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));border-width:2px;color:rgb(0 32 96/var(--tw-text-opacity));min-width:17rem;padding-bottom:1rem;padding-top:1rem;text-transform:uppercase}.node--type-hub--service-product .gl_field--field_banner_intro+.webform-button--submit{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.webform-button--submit .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.webform-button--submit:hover{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(97 147 205/var(--tw-border-opacity));color:rgb(97 147 205/var(--tw-text-opacity))}[class*=form-item-gdpr-consent]{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;position:relative}[class*=form-item-gdpr-consent]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}[class*=form-item-gdpr-consent] [type=checkbox]{--tw-border-opacity:1;border-color:rgb(0 32 96/var(--tw-border-opacity));border-width:5px;height:1.75rem;margin-top:.125rem;width:1.75rem}[class*=form-item-gdpr-consent] label{font-weight:400}[class*=form-item-gdpr-consent] .form-item--error-message{--tw-translate-x:1.75rem;--tw-translate-y:0.25rem;bottom:0;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width:1024px){[class*=form-item-gdpr-consent] .page-node-type-job-offer .bubble-image.form-item--error-message.inset-0.text-greenblue{top:-50px}}[class*=form-item-gdpr-consent] .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.form-item--error-message{left:50%;transform:translateX(-50%)}@media (min-width:1024px){[class*=form-item-gdpr-consent] .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.form-item--error-message{left:0;transform:var(--tw-transform)}}.webform-options-display-buttons{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}.webform-options-display-buttons>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.webform-options-display-buttons>*{flex-grow:1}.webform-options-display-buttons .form-item label{display:inline-flex;font-weight:400;height:100%;margin-bottom:0;width:100%}.webform-options-display-buttons .form-choice-btn{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);border-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);cursor:pointer;min-width:8.75rem;padding-bottom:2.1875rem;padding-top:2.1875rem;width:100%}.webform-options-display-buttons [type=checkbox]:checked~.form-choice-btn,.webform-options-display-buttons [type=radio]:checked~.form-choice-btn{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.form-item--error-message{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity));font-size:.75rem;font-style:italic;line-height:1.125rem;margin-top:.5rem}@media (min-width:1024px){.webform-element--title-inline.form-item-comment-connu{flex-wrap:nowrap}}.webform-element--title-inline.form-item-comment-connu label{margin-right:2.1875rem;width:auto}.webform-confirmation__message{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;line-height:2rem;margin-bottom:2.1875rem;margin-top:2.1875rem;text-align:center}.form-wrapper.captcha summary{margin-bottom:1rem}.form-wrapper.captcha .g-recaptcha{margin-top:1rem}@media (min-width:768px){.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label:not([class*=option]){width:25%}.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label:not([class*=option]).error{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity));display:block;margin-top:.5rem;text-align:right;width:100%!important}}@media (min-width:1024px){.webform-element--title-inline:not([class*=form-item-gdpr-consent]) label:not([class*=option]),.webform-fieldset--title-inline:not([class*=form-item-gdpr-consent],[class*=option]) legend{width:16.666667%}#edit-concerns .form-item{font-size:.875rem;line-height:1;padding-right:20px}#edit-concerns .form-item .option{padding:8px}}.webform-submission-complaint-form .form-type-tel-wrapper input[type=tel]{width:100%}.webform-submission-contact-call-back-form #edit-container-02 .webform-flex{margin-bottom:.5rem;margin-top:.5rem}.sarbacane-subscribe form{flex-wrap:nowrap}.sarbacane-subscribe form .form-email{width:100%}.sarbacane-subscribe form label.error{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity));display:block;font-size:.875rem;font-weight:600;line-height:1;margin-top:.5rem}.form-item-product-category{position:relative}.form-item-product-category label{display:block}.form-item-product-category select{background:96.75% 50% no-repeat #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDUuMDgzIDMuNjQ0IDAgMCAzLjQ1OSA5IDEybDktOC41NDFMMTQuMzU1IDBaIiBmaWxsPSIjMDAyMDYwIi8+PC9zdmc+");background-size:.975rem}.form-item-product-category select option{--tw-text-opacity:1;color:rgb(230 130 130/var(--tw-text-opacity));font-size:1.125rem;font-weight:600;line-height:1.325rem;padding-bottom:2rem;padding-top:2rem}.products-services-select{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));cursor:pointer;margin-top:1rem}.node--type-hub--service-product .gl_field--field_banner_intro+.products-services-select{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.products-services-select .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.products-services-select-trigger{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(0 32 96/var(--tw-text-opacity));display:flex;flex-direction:row;font-style:italic;font-weight:300;justify-content:space-between;padding:.75rem 1.25rem;width:100%}.node--type-hub--service-product .gl_field--field_banner_intro+.products-services-select-trigger{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.products-services-select-trigger .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.products-services-select-dropdown{--tw-translate-y:100%;bottom:-.25rem;left:0;position:absolute;right:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));z-index:10}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.products-services-select-dropdown.inset-0.text-greenblue{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.products-services-select-dropdown{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.products-services-select-dropdown{left:0;transform:var(--tw-transform)}}.products-services-select-items>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.products-services-select-items{--tw-bg-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:1rem;padding-top:1rem}.node--type-hub--service-product .gl_field--field_banner_intro+.products-services-select-items{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.products-services-select-items .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}@media (min-width:1024px){.products-services-select-items .products-services-select-category{padding-bottom:1.825rem;padding-left:3.75rem;padding-right:3.75rem;padding-top:1.825rem}}.products-services-select-items .products-services-select-category-title{font-style:italic;font-weight:600;margin-bottom:1rem}.products-services-select-items [class*=form-item-products-services-]+[class*=form-item-products-services-]{margin-top:1rem}.products-services-select-items .form-item{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.products-services-select-items label{font-size:.75rem;font-weight:400;line-height:1.125rem;margin-bottom:0;margin-left:1.25rem}.search-form-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;padding-left:1rem;padding-right:1rem}.search-form-wrapper .search-form{align-items:center;display:flex;flex-direction:row;justify-content:center;position:relative}.search-form-wrapper .search-form input{max-width:100%}.search-form-wrapper .form-item-search-api-fulltext{width:14rem}.search-form-wrapper .form-actions{display:none}.search-form-wrapper .form-search::-webkit-input-placeholder{font-size:.75rem}.search-form-wrapper .form-search::-moz-placeholder{font-size:.75rem}.search-form-wrapper .form-search:-ms-input-placeholder{font-size:.75rem}.search-form-wrapper .form-search:-moz-placeholder{font-size:.75rem}.search-form-close{--tw-translate-y:-50%;left:.5rem;opacity:.5;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.search-form-close.inset-0.text-greenblue{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.search-form-close{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.search-form-close{left:0;transform:var(--tw-transform)}}.search-form-close svg{height:.75rem;width:.75rem}.search-form-submit,.search-form-trigger{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .search-form-submit,.group:hover .search-form-trigger{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}.search-form-submit svg,.search-form-trigger svg{height:1.4375rem;width:1.4375rem}.search-form-submit{--tw-translate-y:-50%;position:absolute;right:.5rem;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.search-form-submit.inset-0.text-greenblue{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.search-form-submit{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.search-form-submit{left:0;transform:var(--tw-transform)}}input[type=search].pr-0{padding-right:0}form[class*=webform] .form-type-tel-wrapper{position:relative}form[class*=webform] .form-type-tel-wrapper [type=tel]{padding-left:3rem}form[class*=webform] .form-type-tel-wrapper:before{content:"";display:block;position:absolute}@media (max-width:1024px){.page-node-type-job-offer .bubble-imageform[class*=webform] .form-type-tel-wrapper.inset-0.text-greenblue:before{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svgform[class*=webform] .form-type-tel-wrapper:before{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svgform[class*=webform] .form-type-tel-wrapper:before{left:0;transform:var(--tw-transform)}}form[class*=webform] .form-type-tel-wrapper:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMwMDIwNjAiIGQ9Ik05NzYgMTQwOHEwLTMzLTIzLjUtNTYuNVQ4OTYgMTMyOHQtNTYuNSAyMy41VDgxNiAxNDA4dDIzLjUgNTYuNVQ4OTYgMTQ4OHQ1Ni41LTIzLjVUOTc2IDE0MDh6bTIwOC0xNjBWNTQ0cTAtMTMtOS41LTIyLjVUMTE1MiA1MTJINjQwcS0xMyAwLTIyLjUgOS41VDYwOCA1NDR2NzA0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNTEycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTk5MiA0MDBxMC0xNi0xNi0xNkg4MTZxLTE2IDAtMTYgMTZ0MTYgMTZoMTYwcTE2IDAgMTYtMTZ6bTI4OC0xNnYxMDI0cTAgNTItMzggOTB0LTkwIDM4SDY0MHEtNTIgMC05MC0zOHQtMzgtOTBWMzg0cTAtNTIgMzgtOTB0OTAtMzhoNTEycTUyIDAgOTAgMzh0MzggOTB6Ii8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;background-size:2.2rem;height:3rem;left:.5rem;width:2rem}form[class*=webform] [type=submit]{cursor:pointer}form[class*=webform] [id*=edit-is-customer]{justify-content:unset}form[class*=webform] [id*=edit-is-customer] .webform-options-display-buttons-wrapper{flex:auto;flex-grow:unset}form[class*=webform] [id*=edit-is-customer] label{padding-bottom:1.25rem;padding-top:1.25rem}form[class*=webform] .gl_field--field_media_image{text-align:center}form[class*=webform] .gl_field--field_media_image img{margin-left:auto;margin-right:auto}form[class*=webform] #edit-call-info>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}form[class*=webform] #edit-call-info{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600;text-align:center}form[class*=webform] #edit-call-info :first-child{font-size:1.25rem;line-height:1.875rem}form[class*=webform] #edit-required-info{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.75rem;line-height:1.125rem;margin-bottom:2.5rem;text-align:right}.webform-confirmation__back{display:none}.page-node-type-webform .paragraph--type--ct-bandeau-titre .cetitresection{padding-bottom:3.75rem;padding-top:0}.page-node-type-webform .paragraph--type--ct-bandeau-titre [class*=paragraph--type--ce-titre-section] .gl_field--field_subtitle_raw{font-size:1.125rem;line-height:1.325rem}.webform-options-display-buttons .form-item{display:block}@media (min-width:1024px){.webform-submission-contact-delegate-form #edit-gdpr-link{padding-left:2.5rem}}.webform-submission-contact-delegate-form #edit-gdpr-link a{text-decoration:underline}@media screen and (max-width:1023px){.webform-options-display-buttons{flex-direction:column}.webform-options-display-buttons .webform-options-display-buttons-wrapper{margin-left:0!important;margin-right:0!important}}.node--type-hub--blog-post .gl_blog_hub_cat_title{color:#002060;font-size:24px;font-weight:600;line-height:30px;text-align:left}.node--type-hub--blog-post .splide{margin-bottom:60px}.node--type-hub--blog-post .splide__track{padding-bottom:10px;padding-left:5px;text-align:center}.node--type-hub--blog-post .splide__slide{margin-bottom:2.1875rem}@media (min-width:768px){.node--type-hub--blog-post .splide__slide{margin-bottom:0}}.node--type-hub--blog-post .splide__arrows{display:flex;justify-content:flex-end;margin-bottom:1.25rem}.node--type-hub--blog-post .splide__arrow{left:0;position:relative;right:0;transform:none}.node--type-hub--blog-post .splide__arrow--prev{margin-right:5px}.node--type-hub--blog-post .node--blog-post--teaser{margin-left:auto;margin-right:auto}@media (min-width:768px){.node--type-hub--blog-post .node--blog-post--teaser{margin-left:0;margin-right:0;width:auto}}.node--type-hub--blog-post .node--blog-post--teaser .node-title{line-height:1.38}.node--type-hub--job-category{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.node--type-hub--job-category .term--job-category--all-terms{margin-top:-4.875rem;padding-top:4.875rem}.node--type-hub--job-category .term--job-category--all-terms .term--job-category_wrapper{height:auto;padding-right:2em}.node--type-hub--job-category .term--job-category--all-terms .term-job-category_image{display:none}.node--type-hub--job-category .term--job-category--all-terms .term-job-category_content{margin-left:0}.node--type-hub--job-category .term--job-category--all-terms .term-job-category_icon{display:none}.node--type-hub--job-category .term--job-category--all-terms .term-job-category_content{padding-bottom:1.375em}@media (min-width:1024px){.node--type-hub--job-category .term--job-category--all-terms .term--job-category_wrapper{align-items:stretch;display:flex;min-height:25em;padding-right:0}.node--type-hub--job-category .term--job-category--all-terms .term-job-category_image{display:block;margin-bottom:0;margin-right:0;width:17.8125rem}.node--type-hub--job-category .term--job-category--all-terms .term-job-category_icon{display:block}.node--type-hub--job-category .term-job-category_image div:not(.visually-hidden),.node--type-hub--job-category .term-job-category_image picture:not(.visually-hidden){height:100%}.node--type-hub--job-category .term-job-category_image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}.node--type-hub--job-offer .views-element-container{box-sizing:border-box;margin:auto;max-width:71.25rem!important;padding:0}.node--type-hub--job-offer .view-filters{background:#fff;box-sizing:border-box;line-height:1.5em;padding:1em}.node--type-hub--job-offer .view-filters legend{display:none}.node--type-hub--job-offer .view-filters .form-radios{align-content:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.node--type-hub--job-offer .view-filters .form-radios>:not(:last-child){margin-bottom:.5em}.node--type-hub--job-offer .view-filters .form-radios *{box-sizing:border-box}.node--type-hub--job-offer .view-filters .form-radio{opacity:0;position:absolute}.node--type-hub--job-offer .view-filters .form-radio+label{color:#002060;cursor:pointer;font-weight:500;padding-left:40px;padding-top:0;position:relative}.node--type-hub--job-offer .view-filters .form-radio+label:before{background-color:#fff;border:4px solid #002060;content:"";height:24px;left:0;position:absolute;top:0;width:24px}.node--type-hub--job-offer .view-filters .form-radio:checked+label:before{background-color:#002060}.node--type-hub--job-offer .view-filters .form-radio:focus+label:before{border-color:#bbd034}.node--type-hub--job-offer .view-content{padding:3.75em 0}.node--type-hub--job-offer .view-content article{align-items:stretch;background-color:#fff;border-radius:.75em;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.node--type-hub--job-offer .view-content .views-row:not(:last-child) article{margin-bottom:2.375em}.node--type-hub--job-offer .view-content article .node-job-icon{align-items:center;background-color:#002060;display:flex;justify-content:center;padding:1em}.node--type-hub--job-offer .view-content article .node-job-icon svg{color:#fff;height:35px;width:auto}.node--type-hub--job-offer .view-content article .node-job-content{flex-basis:0;flex-grow:1;max-width:100%;padding:1em 1em 0}.node--type-hub--job-offer .view-content article .node-job-content .node-job-title{color:#002060;font-size:1.375em;font-weight:700;line-height:1.375;margin-bottom:1.25em}.node--type-hub--job-offer .view-content article .node-job-content .node-job-meta{display:flex;justify-content:flex-start;margin:1.25em 0}.node--type-hub--job-offer .view-content article .node-job-content .node-job-meta>:not(:last-child){margin-right:3em}.node--type-hub--job-offer .view-content article .node-job-content .gl_field--field_employment_condition:before,.node--type-hub--job-offer .view-content article .node-job-content .gl_field--field_job_category:before{display:inline-block;height:24px;margin-right:.75em;vertical-align:middle;width:24px}.node--type-hub--job-offer .view-content article .node-job-content .gl_field--field_employment_condition:before{content:url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M23.9988 5.08667H0V14.5633H1.16675V23.9999H22.8339V14.5643H23.9988V5.08667ZM20.7275 8.42508V11.2255H3.27249V8.42508H20.7275ZM19.5608 20.6615H4.44047V14.5643H9.17892V16.9828H14.8211V14.5652H19.5608V20.6615Z' fill='%23002060'/><path d='M16.6322 0H7.3678V3.33872H16.6322V0Z' fill='%23002060'/></svg>")}.node--type-hub--job-offer .view-content article .node-job-content .gl_field--field_job_category:before{content:url("data:image/svg+xml;utf8,<svg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.87037 12.4376C1.22781 13.3261 0 15.0245 0 17.3846C0 19.7417 0.831792 21.5858 2.48901 22.7295C3.99595 23.7695 5.87321 24 7.5 24H9.5V11.7949H7.5C7.25847 11.7949 7.07747 11.7844 6.87406 11.7701C6.91976 10.3364 7.21589 8.71516 7.92591 7.34131C8.42489 6.3758 9.1102 5.56403 10.0351 4.98651C10.9552 4.41198 12.2229 4 14 4C15.7772 4 17.0284 4.41189 17.9283 4.98069C18.8332 5.55258 19.5015 6.35835 19.99 7.32507C20.6833 8.69714 20.9753 10.3213 21.0411 11.7799C20.859 11.7888 20.6832 11.7949 20.5 11.7949H18.5V20H14.8682L14.8676 24H20.5C23.2624 24 25.3453 23.3445 26.6438 21.8288C27.8966 20.3666 28 18.5591 28 17.3846C28 15.5935 27.17 14.2783 26.2307 13.4123C25.8495 13.0608 25.445 12.7763 25.0555 12.5481C25.067 10.4876 24.7419 7.85999 23.5601 5.52109C22.8069 4.03054 21.6877 2.62477 20.0654 1.59944C18.4383 0.571021 16.4229 0 14 0C11.5772 0 9.55438 0.570925 7.91653 1.59362C6.28348 2.61332 5.14335 4.01309 4.3724 5.50484C3.19067 7.79146 2.83649 10.3616 2.87037 12.4376ZM22.5 19.7959C23.1963 19.6182 23.4852 19.3676 23.6062 19.2264C23.8534 18.9378 24 18.4376 24 17.3846C24 16.9483 23.83 16.6395 23.5193 16.353C23.2167 16.074 22.8245 15.8684 22.5 15.7413V19.7959ZM5.5 15.7354C5.44405 15.7419 5.38761 15.7505 5.32894 15.7614C4.54344 15.907 4 16.4197 4 17.3846C4 18.7373 4.41821 19.2008 4.76099 19.4374C4.94955 19.5675 5.19363 19.6804 5.5 19.7702V15.7354Z' fill='%23002060'/></svg>")}.node--type-hub--job-offer .view-content article .node-job-links{display:flex;flex-direction:column;padding:1em}.node--type-hub--job-offer .view-content article .node-job-links>:not(:last-child){margin-bottom:.5em}.node--type-hub--job-offer .view-content article .node-job-links .btn{min-width:100%}.pager{padding-bottom:3.75em}.pager .pager__items{display:flex;flex-wrap:wrap;justify-content:center}.pager .pager__item{margin:0 .5em .5em}.pager .pager__item a{background-color:#fff;border:2px solid #002060;border-radius:1.5em;color:#002060;display:inline-block;line-height:1em;padding:.5em 2em;white-space:nowrap}.pager .pager__item a:hover{background-color:#002060;color:#fff}@media (min-width:768px){.node--type-hub--job-offer .view-filters{padding:3em 0}.node--type-hub--job-offer .view-filters .form-radios{flex-direction:row}.node--type-hub--job-offer .view-filters .form-radios>*,.node--type-hub--job-offer .view-filters .form-radios>:not(:last-child){margin:0 1em}}@media (min-width:1024px){.node--type-hub--job-offer .view-content article{flex-direction:row}.node--type-hub--job-offer .view-content article .node-job-icon{flex:0 0 77px;width:77px}.node--type-hub--job-offer .view-content article .node-job-content{padding:3em 2.25em}.node--type-hub--job-offer .view-content article .node-job-links{flex:0 0 322px;padding:3em 2.25em;width:322px}}.node--type-hub--story_collab .view-story-collab .node-story-teaser{width:100%}.node--type-hub--story_collab .view-story-collab .view-content{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:-1rem;margin-right:-1rem;padding-bottom:4.4375rem;padding-top:4.4375rem}.node--type-hub--story_collab .view-story-collab .views-row{flex:0 0 100%;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:420px;padding-left:1rem;padding-right:1rem;width:100%}.node--type-hub--story_collab .view-story-collab .views-row article{background-color:#6193cd;box-shadow:0 8px 30px 0 rgba(0,0,0,.16);height:100%}.node--type-hub--story_collab .view-story-collab .views-row .node-story-image{display:block;height:0;padding-bottom:133.33333%;position:relative;width:100%}.node--type-hub--story_collab .view-story-collab .views-row .node-story-image>div{bottom:0;left:0;position:absolute;right:0;top:0}.node--type-hub--story_collab .view-story-collab .views-row .node-story-image>div div,.node--type-hub--story_collab .view-story-collab .views-row .node-story-image>div img,.node--type-hub--story_collab .view-story-collab .views-row .node-story-image>div picture{display:block;height:100%;width:100%}.node--type-hub--story_collab .view-story-collab .views-row .node-story-image>div img{-o-object-fit:cover;object-fit:cover}.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content{padding:2em}.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content,.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content a,.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content a:hover{color:#fff}.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content h2{font-size:22px;font-weight:700;margin-bottom:.25em}.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content p{line-height:1.4em;margin-bottom:.5em;min-height:4.2em}.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content .links a{font-size:0}.node--type-hub--story_collab .view-story-collab .views-row article>.node-story-content .links a:before{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g id='Groupe_26' data-name='Groupe 26' transform='translate(-2623.709 322.535)'><path id='Tracé_38' data-name='Tracé 38' d='M2631.881-310.535v-5.533l4.792,2.766,4.792,2.766-4.792,2.766L2631.881-305Z' fill='%23fff'/><path id='Tracé_39' data-name='Tracé 39' d='M2647.709-310.535a12,12,0,0,1-12,12,12,12,0,0,1-12-12,12,12,0,0,1,12-12A12,12,0,0,1,2647.709-310.535Zm-4,0a8,8,0,0,1-8,8,8,8,0,0,1-8-8,8,8,0,0,1,8-8A8,8,0,0,1,2643.709-310.535Z' fill='%23fff' fill-rule='evenodd'/></g></svg>");display:inline-block;vertical-align:bottom}@media (min-width:768px){.node--type-hub--story_collab .view-story-collab .views-row{flex:0 0 50%;width:50%}.node--type-hub--story_collab .view-story-collab .node-story-teaser{width:100%}}@media (min-width:1024px){.node--type-hub--story_collab .view-story-collab .views-row{flex:0 0 33.3333%;width:33.3333%}.node--type-hub--story_collab .view-story-collab .node-story-teaser{width:100%}}.node--type-hub--story-collab .view-story-collab .node-story-teaser{width:100%}.node--type-hub--story-collab .view-story-collab .view-content,.node--type-page_composants .paragraph--type--block-videos-stories .gl_field__items{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:-1rem;margin-right:-1rem;padding-bottom:4.4375rem;padding-top:4.4375rem}.node--type-hub--story-collab .view-story-collab .views-row,.node--type-page_composants .paragraph--type--block-videos-stories .gl_field__items>.gl_field__item{flex:0 0 100%;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:420px;padding-left:1rem;padding-right:1rem;width:100%}.node--type-page_composants .node-story-component{color:#fff}.node--type-page_composants .node-story-component p{color:#fff;font-size:inherit}.node--type-hub--story-collab .view-story-collab .views-row article,.node--type-page_composants .node-story-component{background-color:#6193cd;box-shadow:0 8px 30px 0 rgba(0,0,0,.16);height:100%}.node--type-hub--story-collab .view-story-collab .views-row .node-story-image,.node--type-page_composants .node-story-component .node-story-image{display:block;height:0;padding-bottom:133.33333%;position:relative;width:100%}.node--type-hub--story-collab .view-story-collab .views-row .node-story-image>div,.node--type-page_composants .node-story-component .node-story-image>div{bottom:0;left:0;position:absolute;right:0;top:0}.node--type-hub--story-collab .view-story-collab .views-row .node-story-image>div div,.node--type-hub--story-collab .view-story-collab .views-row .node-story-image>div img,.node--type-hub--story-collab .view-story-collab .views-row .node-story-image>div picture,.node--type-page_composants .node-story-component .node-story-image>div div,.node--type-page_composants .node-story-component .node-story-image>div img,.node--type-page_composants .node-story-component .node-story-image>div picture{display:block;height:100%;width:100%}.node--type-hub--story-collab .view-story-collab .views-row .node-story-image>div img,.node--type-page_composants .node-story-component .node-story-image>div img{-o-object-fit:cover;object-fit:cover}.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content,.node--type-page_composants .node-story-component>.node-story-content{padding:2em}.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content,.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content a,.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content a:hover,.node--type-page_composants .node-story-component>.node-story-content,.node--type-page_composants .node-story-component>.node-story-content a,.node--type-page_composants .node-story-component>.node-story-content a:hover{color:#fff}.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content h2,.node--type-page_composants .node-story-component>.node-story-content h2{font-size:22px;font-weight:700;margin-bottom:.25em}.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content p,.node--type-page_composants .node-story-component>.node-story-content p{line-height:1.4em;margin-bottom:.5em}.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content .links a,.node--type-page_composants .node-story-component>.node-story-content .links a{font-size:0}.node--type-hub--story-collab .view-story-collab .views-row article>.node-story-content .links a:before,.node--type-page_composants .node-story-component>.node-story-content .links a:before{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g id='Groupe_26' data-name='Groupe 26' transform='translate(-2623.709 322.535)'><path id='Tracé_38' data-name='Tracé 38' d='M2631.881-310.535v-5.533l4.792,2.766,4.792,2.766-4.792,2.766L2631.881-305Z' fill='%23fff'/><path id='Tracé_39' data-name='Tracé 39' d='M2647.709-310.535a12,12,0,0,1-12,12,12,12,0,0,1-12-12,12,12,0,0,1,12-12A12,12,0,0,1,2647.709-310.535Zm-4,0a8,8,0,0,1-8,8,8,8,0,0,1-8-8,8,8,0,0,1,8-8A8,8,0,0,1,2643.709-310.535Z' fill='%23fff' fill-rule='evenodd'/></g></svg>");display:inline-block;vertical-align:bottom}@media (min-width:768px){.node--type-hub--story-collab .view-story-collab .views-row,.node--type-page_composants .paragraph--type--block-videos-stories .gl_field__items>.gl_field__item{flex:0 0 50%;width:50%}.node--type-hub--story-collab .view-story-collab .node-story-teaser{width:100%}}@media (min-width:1024px){.node--type-hub--story-collab .view-story-collab .views-row,.node--type-page_composants .paragraph--type--block-videos-stories .gl_field__items>.gl_field__item{flex:0 0 33.3333%;width:33.3333%}.node--type-hub--story-collab .view-story-collab .node-story-teaser{width:100%}}.node--type-product_page.node--view-mode-full .gl_field--field_components .paragraph--type--title-paragraph>.gl_field--field_title{font-size:1.5rem;line-height:2rem;margin-bottom:1.5rem;padding-bottom:0}.node--type-product_page.node--view-mode-full .gl_field--field_components>.gl_field__item+.gl_field__item>*>.gl_field--field_title{margin-top:1rem}@media (min-width:1024px){.node--type-product_page.node--view-mode-full .gl_field--field_components .paragraph--type--title-paragraph>.gl_field--field_title{font-size:2.375rem;line-height:3.25rem;margin-bottom:0;padding-bottom:.5rem}.node--type-product_page.node--view-mode-full .gl_field--field_components>.gl_field__item+.gl_field__item>*>.gl_field--field_title{margin-top:2.5rem}}.page-node-type-store-locator .storelocator-search-wrapper{background-color:#002060;box-sizing:border-box;padding-bottom:80px;padding-top:2em;position:relative}.page-node-type-store-locator .storelocator-search-wrapper:after{background:var(--bg-wave-bottom-white) right 100px top repeat-x;bottom:0;content:"";display:block;height:70px;left:0;position:absolute;right:0}.page-node-type-store-locator .storelocator-search-title{color:#fff;font-size:1.375rem;font-weight:700;letter-spacing:normal;line-height:1;margin-bottom:1em;text-align:left}.page-node-type-store-locator .storelocator-search-submit{background-color:#fff;color:#002060;display:none}.page-node-type-store-locator .storelocator-search-submit:focus,.page-node-type-store-locator .storelocator-search-submit:hover{color:#fff}.page-node-type-page-composants .storelocator-search-submit{display:block}.page-node-type-page-composants .storelocator-search-submit.disabled{cursor:default;opacity:.2}.node--type-store_locator{padding-bottom:2em;padding-top:2em}.node--type-store_locator .container,.node--type-store_locator .node-content{max-width:none!important}.store-locator-map-wrapper{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;position:relative}.store-locator-map-wrapper #marker-popup-content{display:block;height:auto;margin:.75rem;min-width:20%}.store-locator-map-wrapper .store-locator-map{margin:.75rem}@media (min-width:1024px){.store-locator-map-wrapper .store-locator-map{flex-grow:1;width:100%}}.store-locator-map-wrapper .store-locator-map{position:relative;width:auto}.store-locator-filters{--tw-bg-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);--tw-drop-shadow:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));background-color:rgb(0 32 96/var(--tw-bg-opacity));border-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);margin:.75rem;max-width:22.5rem;padding:1.5625rem}@media (min-width:1024px){.store-locator-filters{display:block}}.store-locator-filters{min-width:400px}.store-locator-filters-trigger{--tw-text-opacity:1;align-items:center;color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-direction:row;font-size:1.25rem;font-weight:700;justify-content:space-between;line-height:1.875rem;width:100%}.store-locator-filters-trigger svg{height:.75rem;margin-left:1rem;width:1rem}@media (min-width:1024px){.store-locator-filters-trigger svg{margin-left:1.875rem}}.store-locator-filters-trigger .trigger-icon svg{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));height:2rem;margin-left:0;padding-top:.25rem;width:2rem}.store-locator-filters-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5625rem*var(--tw-space-y-reverse));margin-top:calc(1.5625rem*(1 - var(--tw-space-y-reverse)))}.store-locator-filters-content{padding-bottom:1.875rem;padding-top:1.875rem}.store-locator-filter{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.store-locator-filter label{font-size:1rem;line-height:1.25rem}.store-locator-filter [type=radio]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));border-radius:0;border-width:4px;height:1.5625rem;margin-bottom:.5rem;margin-right:.5rem;width:1.5625rem}.store-locator-filter [type=radio]:checked{--tw-bg-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}.store-locator-filter [type=radio]:checked:focus,.store-locator-filter [type=radio]:checked:hover{background-color:currentColor}.store-locator-filter [type=checkbox]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));border-radius:0;border-width:4px;height:1.5625rem;margin-bottom:.5rem;margin-right:.5rem;width:1.5625rem}.store-locator-filter [type=checkbox]:checked{--tw-border-opacity:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");border-color:rgb(255 255 255/var(--tw-border-opacity));border-width:2px}.store-locator-filter [type=checkbox]:checked:focus,.store-locator-filter [type=checkbox]:checked:hover{--tw-border-opacity:1;background-color:currentColor;border-color:rgb(255 255 255/var(--tw-border-opacity));border-width:2px}.store-locator-map{height:80vh;margin:auto;width:100%}.store-locator-map .gm-style-iw-c{max-height:35rem!important;max-width:20rem!important;padding-bottom:1rem!important;padding-left:1.5rem!important;padding-right:1.5rem!important;padding-top:1rem!important}@media (min-width:1024px){.store-locator-map .gm-style-iw-c{padding-left:2rem!important;padding-right:2rem!important}}.store-locator-map .gm-style-iw-c{position:absolute}@media (min-width:1024px){.store-locator-map .gm-style-iw-c{max-height:unset!important;max-width:unset!important;min-height:23rem!important}}.store-locator-map .gm-style-iw-d{overflow:auto!important;padding:0!important}@media (max-height:680px){.store-locator-map .gm-style-iw-d{max-height:unset!important}}.storelocator-pos{--tw-border-opacity:1;border-color:rgb(0 32 96/var(--tw-border-opacity));border-radius:.75rem;border-width:2px;font-family:Poppins,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;line-height:1.25rem;max-width:none}@media (min-width:1024px){.storelocator-pos{min-height:23rem;width:22.68rem}}.storelocator-pos{color:#232f3c;padding:20px}@media (max-height:680px){.storelocator-pos{min-height:unset!important}}.storelocator-pos-meta{--tw-text-opacity:1;align-content:start;align-items:auto;color:rgb(230 130 130/var(--tw-text-opacity));display:flex;flex-direction:row;flex-wrap:wrap;font-size:.75rem;justify-content:start;line-height:1.125rem}.storelocator-pos-certif{flex:1 0 auto}.storelocator-pos-certif,.storelocator-pos-tags{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.storelocator-pos-tags{align-items:center;display:flex;padding-left:20px}.storelocator-pos-close{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(0 32 96/var(--tw-text-opacity))}.node--type-hub--service-product .gl_field--field_banner_intro+.storelocator-pos-close{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.storelocator-pos-close .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.storelocator-pos-close{flex:1 0 auto;font-size:1.1rem;text-align:right}.storelocator-pos-title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.125rem;font-weight:600;line-height:1.325rem;margin-top:1rem}@media (min-width:1024px){.storelocator-pos-title{font-size:1.375rem;line-height:2rem}}.storelocator-pos-title{margin-top:1.8rem}.storelocator-pos-address{line-height:1.5;margin-top:1rem}.storelocator-pos-activities{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.875rem;font-weight:700;line-height:1}@media (min-width:1024px){.storelocator-pos-activities{font-size:1rem;line-height:1.25rem}}.storelocator-pos-website{line-height:1.5;margin-top:.5em;padding-left:3em;position:relative}.storelocator-pos-website:before{left:0;position:absolute;text-align:left;top:.25em;width:2.5em}.storelocator-pos-ctas{align-items:stretch;display:flex;flex-direction:column;margin-bottom:1rem;margin-top:2rem}.storelocator-pos-ctas>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.storelocator-pos-ctas{padding-left:2rem;padding-right:2rem}@media (min-width:1024px){.storelocator-pos-ctas{padding-left:4rem;padding-right:4rem}}.storelocator-pos-ctas a[href*=tel]{min-width:188px;position:relative}.storelocator-pos-ctas a[href*=tel] span{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important;display:inline-flex!important;padding-left:1.5rem!important}.storelocator-pos-ctas a[href*=tel] .group:hover span{--tw-text-opacity:1!important;color:rgb(97 147 205/var(--tw-text-opacity))!important}.storelocator-pos-ctas a[href*=tel] img{--tw-translate-x:-5rem;height:2rem;left:50%;position:absolute;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:2rem}@media (max-width:1024px){.storelocator-pos-ctas a[href*=tel] .page-node-type-job-offer img.bubble-image.inset-0.text-greenblue{top:-50px}}.storelocator-pos-ctas a[href*=tel] .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svgimg{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.storelocator-pos-ctas a[href*=tel] .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svgimg{left:0;transform:var(--tw-transform)}}.storelocator-pos-products p{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));padding:30px 0 10px}.storelocator-pos-products .btn--mini{font-size:12px;font-weight:400;margin:4px 0;padding:0 1rem}.storelocator-pos-products>.btn--plain:hover,.storelocator-pos-products>.button.btn--plain:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}@media (max-width:1024px){.store-locator-map-wrapper{flex-direction:column}.store-locator-map-wrapper .store-locator-map{width:100%}}.page-node-type-job-offer .page-content{background-color:#f5f6f7}.page-node-type-job-offer .node-banner{padding-bottom:9rem}@media (max-width:1024px){.page-node-type-job-offer .bubble-body.bubble-extra-class{height:auto;padding:0;top:-50px;width:164px}.page-node-type-job-offer .bubble-image.absolute.inset-0.text-greenblue{top:-50px}}.page-node-type-job-offer .node-job-hero{height:9.375rem}.page-node-type-job-offer article.node--view-mode-full{background-color:#fff;border-radius:.75em;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);box-sizing:border-box;margin-bottom:4em;margin-top:1em;padding-bottom:1.5rem;padding-top:1.5rem;position:relative;z-index:40}.page-node-type-job-offer .node-job-title{color:#002060;font-size:40px;font-weight:600;letter-spacing:normal;line-height:1;margin-bottom:.75em;margin-top:.25em;text-align:left}.page-node-type-job-offer .node-job-meta{border-bottom:1px solid #c7d0d9;border-top:1px solid #c7d0d9;display:flex;flex-direction:column;margin:1.25em 0;padding:1.25em 0}.page-node-type-job-offer .node-job-meta>:not(:last-child){margin-bottom:.5em}.page-node-type-job-offer .gl_field--field_employment_condition:before,.page-node-type-job-offer .gl_field--field_job_category:before,.page-node-type-job-offer .gl_field--field_location_text:before{display:inline-block;height:24px;margin-right:.75em;vertical-align:middle;width:24px}.page-node-type-job-offer .gl_field--field_employment_condition:before{content:url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M23.9988 5.08667H0V14.5633H1.16675V23.9999H22.8339V14.5643H23.9988V5.08667ZM20.7275 8.42508V11.2255H3.27249V8.42508H20.7275ZM19.5608 20.6615H4.44047V14.5643H9.17892V16.9828H14.8211V14.5652H19.5608V20.6615Z' fill='%23002060'/><path d='M16.6322 0H7.3678V3.33872H16.6322V0Z' fill='%23002060'/></svg>")}.page-node-type-job-offer .gl_field--field_job_category:before{content:url("data:image/svg+xml;utf8,<svg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M2.87037 12.4376C1.22781 13.3261 0 15.0245 0 17.3846C0 19.7417 0.831792 21.5858 2.48901 22.7295C3.99595 23.7695 5.87321 24 7.5 24H9.5V11.7949H7.5C7.25847 11.7949 7.07747 11.7844 6.87406 11.7701C6.91976 10.3364 7.21589 8.71516 7.92591 7.34131C8.42489 6.3758 9.1102 5.56403 10.0351 4.98651C10.9552 4.41198 12.2229 4 14 4C15.7772 4 17.0284 4.41189 17.9283 4.98069C18.8332 5.55258 19.5015 6.35835 19.99 7.32507C20.6833 8.69714 20.9753 10.3213 21.0411 11.7799C20.859 11.7888 20.6832 11.7949 20.5 11.7949H18.5V20H14.8682L14.8676 24H20.5C23.2624 24 25.3453 23.3445 26.6438 21.8288C27.8966 20.3666 28 18.5591 28 17.3846C28 15.5935 27.17 14.2783 26.2307 13.4123C25.8495 13.0608 25.445 12.7763 25.0555 12.5481C25.067 10.4876 24.7419 7.85999 23.5601 5.52109C22.8069 4.03054 21.6877 2.62477 20.0654 1.59944C18.4383 0.571021 16.4229 0 14 0C11.5772 0 9.55438 0.570925 7.91653 1.59362C6.28348 2.61332 5.14335 4.01309 4.3724 5.50484C3.19067 7.79146 2.83649 10.3616 2.87037 12.4376ZM22.5 19.7959C23.1963 19.6182 23.4852 19.3676 23.6062 19.2264C23.8534 18.9378 24 18.4376 24 17.3846C24 16.9483 23.83 16.6395 23.5193 16.353C23.2167 16.074 22.8245 15.8684 22.5 15.7413V19.7959ZM5.5 15.7354C5.44405 15.7419 5.38761 15.7505 5.32894 15.7614C4.54344 15.907 4 16.4197 4 17.3846C4 18.7373 4.41821 19.2008 4.76099 19.4374C4.94955 19.5675 5.19363 19.6804 5.5 19.7702V15.7354Z' fill='%23002060'/></svg>")}.page-node-type-job-offer .gl_field--field_location_text:before{content:url("data:image/svg+xml;utf8,<svg width='23' height='25' viewBox='0 0 23 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0769 6.34077C8.52792 6.34077 6.46154 8.36853 6.46154 10.8699C6.46154 13.3713 8.52792 15.399 11.0769 15.399C13.6259 15.399 15.6923 13.3713 15.6923 10.8699C15.6923 8.36853 13.6259 6.34077 11.0769 6.34077ZM10.1538 10.8699C10.1538 10.3696 10.5671 9.96407 11.0769 9.96407C11.5867 9.96407 12 10.3696 12 10.8699C12 11.3702 11.5867 11.7757 11.0769 11.7757C10.5671 11.7757 10.1538 11.3702 10.1538 10.8699Z' fill='%23002060'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0769 0C4.95931 0 0 4.86662 0 10.8699C0 12.2655 0.498994 13.6205 1.14834 14.8154C1.80593 16.0255 2.68549 17.1947 3.60354 18.2518C5.43906 20.3654 7.5717 22.193 8.82543 23.2049C11.0769 25.0221 11.0769 25.0221 13.3284 23.2049C14.5821 22.193 16.7148 20.3654 18.5503 18.2518C19.4684 17.1947 20.3479 16.0255 21.0055 14.8154C21.6549 13.6205 22.1538 12.2655 22.1538 10.8699C22.1538 4.86662 17.1945 0 11.0769 0ZM3.69231 10.8699C3.69231 6.86771 6.99851 3.6233 11.0769 3.6233C15.1553 3.6233 18.4615 6.86771 18.4615 10.8699C18.4615 11.4426 18.246 12.1931 17.7475 13.1105C17.2572 14.0127 16.5555 14.9627 15.7401 15.9017C14.1511 17.7313 12.2663 19.365 11.0769 20.3304C9.88754 19.365 8.00274 17.7313 6.41378 15.9017C5.59832 14.9627 4.89663 14.0127 4.40635 13.1105C3.90781 12.1931 3.69231 11.4426 3.69231 10.8699Z' fill='%23002060'/></svg>")}.page-node-type-job-offer .node-job-links{display:flex;flex-direction:column;margin:1.25em 0}.page-node-type-job-offer .node-job-links a{margin:0;width:100%}.page-node-type-job-offer .node-job-links>:not(:last-child){margin-bottom:.5em}.page-node-type-job-offer .gl_field--field_media_image img{display:inline-block;height:auto;max-width:100%}.page-node-type-job-offer .gl_field--field_titre{color:#002060;font-size:24px;font-weight:700;line-height:1.375;margin-bottom:1.25em;margin-top:2.25em}@media (min-width:1024px){.page-node-type-job-offer .node-job-hero{height:18.75rem}.page-node-type-job-offer article.node--view-mode-full{margin-top:4em}}@media (min-width:1280px){.page-node-type-job-offer article.node--view-mode-full{margin-top:-11em;padding:140px 170px}.page-node-type-job-offer .node-job-links,.page-node-type-job-offer .node-job-meta{flex-direction:row;justify-content:flex-start}.page-node-type-job-offer .node-job-links a{margin:0 3em 0 0;width:auto}.page-node-type-job-offer .node-job-meta>:not(:last-child){margin-bottom:0;margin-right:3em}}.page-node-type-story-collab .page-content{background-color:#f5f6f7}.page-node-type-story-collab article{background-color:#fff;border-radius:.75em;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);box-sizing:border-box;margin-bottom:4em;margin-top:4em;padding-bottom:1.5rem;padding-top:1.5rem;position:relative;z-index:40}.page-node-type-story-collab .node-story-title{border-bottom:1px solid #c7d0d9;color:#002060;font-size:1.5rem;font-weight:600;letter-spacing:normal;line-height:125%;margin-bottom:.75em;margin-top:.25em;padding-bottom:.5em;text-align:left}.page-node-type-story-collab .gl_field--field_subtitle{display:inline}.page-node-type-story-collab .gl_field--field_media_image{margin-bottom:3em;text-align:center}.page-node-type-story-collab .gl_field--field_media_image img{display:inline-block;height:auto;max-width:100%}.page-node-type-story-collab .gl_field--body p:not(:last-child){margin-bottom:2em}@media screen and (max-width:767px){.page-node-type-story-collab article{margin-top:0}}@media (min-width:768px){.page-node-type-story-collab .node-story-title{font-size:2rem}.page-node-type-story-collab article{margin-top:-11em}}@media (min-width:1024px){.page-node-type-story-collab .node-story-title{font-size:2.5rem;line-height:1}}@media (min-width:1280px){.page-node-type-story-collab article{padding:2em 170px 140px}}.path--universe .view-story-collab .node-story-teaser{width:100%}.path--universe .view-story-collab .view-content{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:-1rem;margin-right:-1rem;padding-bottom:4.4375rem;padding-top:4.4375rem}.path--universe .view-story-collab .views-row{flex:0 0 100%;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:420px;padding-left:1rem;padding-right:1rem;width:100%}.path--universe .view-story-collab .views-row article{background-color:#6193cd;box-shadow:0 8px 30px 0 rgba(0,0,0,.16);height:100%}.path--universe .view-story-collab .views-row .node-story-image{display:block;height:0;padding-bottom:133.33333%;position:relative;width:100%}.path--universe .view-story-collab .views-row .node-story-image>div{bottom:0;left:0;position:absolute;right:0;top:0}.path--universe .view-story-collab .views-row .node-story-image>div div,.path--universe .view-story-collab .views-row .node-story-image>div img,.path--universe .view-story-collab .views-row .node-story-image>div picture{display:block;height:100%;width:100%}.path--universe .view-story-collab .views-row .node-story-image>div img{-o-object-fit:cover;object-fit:cover}.path--universe .view-story-collab .views-row article>.node-story-content{padding:2em}.path--universe .view-story-collab .views-row article>.node-story-content,.path--universe .view-story-collab .views-row article>.node-story-content a,.path--universe .view-story-collab .views-row article>.node-story-content a:hover{color:#fff}.path--universe .view-story-collab .views-row article>.node-story-content h2{font-size:1.375rem;font-weight:700;margin-bottom:.25em}.path--universe .view-story-collab .views-row article>.node-story-content p{line-height:1.4em;margin-bottom:.5em;min-height:4.2em}.path--universe .view-story-collab .views-row article>.node-story-content .links a{font-size:0}.path--universe .view-story-collab .views-row article>.node-story-content .links a:before{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g id='Groupe_26' data-name='Groupe 26' transform='translate(-2623.709 322.535)'><path id='Tracé_38' data-name='Tracé 38' d='M2631.881-310.535v-5.533l4.792,2.766,4.792,2.766-4.792,2.766L2631.881-305Z' fill='%23fff'/><path id='Tracé_39' data-name='Tracé 39' d='M2647.709-310.535a12,12,0,0,1-12,12,12,12,0,0,1-12-12,12,12,0,0,1,12-12A12,12,0,0,1,2647.709-310.535Zm-4,0a8,8,0,0,1-8,8,8,8,0,0,1-8-8,8,8,0,0,1,8-8A8,8,0,0,1,2643.709-310.535Z' fill='%23fff' fill-rule='evenodd'/></g></svg>");display:inline-block;vertical-align:bottom}@media (min-width:768px){.path--universe .view-story-collab .views-row{flex:0 0 50%;width:50%}.path--universe .view-story-collab .node-story-teaser{width:100%}}@media (min-width:1024px){.path--universe .view-story-collab .views-row{flex:0 0 33.3333%;width:33.3333%}.path--universe .view-story-collab .node-story-teaser{width:100%}}.page-node-type-blog-post .node-wrapper{margin-top:-235px}.page-node-type-blog-post .node-wrapper .node .container{padding:0!important}.page-node-type-blog-post .back-link{--tw-text-opacity:1;align-items:center;color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-direction:row;font-weight:600;justify-content:flex-start;margin-bottom:1.5625rem}.page-node-type-blog-post .back-link svg{height:.75rem;margin-right:.5rem;width:.75rem}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner{--tw-bg-opacity:1;--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:.9375rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:.9375rem}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .node--type-hub--service-product .gl_field--field_banner_intro+.blog-post-inner{border-bottom:1px solid #c7d0d9}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .node--type-hub--service-product .gl_field--field_banner_intro+.blog-post-inner .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}@media (min-width:768px){.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner{padding-bottom:1.875rem;padding-left:2.8125rem;padding-right:2.8125rem;padding-top:1.875rem}}@media (min-width:1024px){.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner{padding-bottom:3.75rem;padding-left:5.625rem;padding-right:5.625rem;padding-top:3.75rem}}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:2.375rem;font-weight:600;line-height:3.25rem;margin-bottom:2.1875rem}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_categories{display:flex}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_categories>.gl_field__item{margin-right:15px}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_cover_image{margin:70px 0}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_cover_image .gl_field--field_media_image{display:flex}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_cover_image img,.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_cover_image picture{-o-object-fit:cover;object-fit:cover;width:100%}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .between-two-horizontal-lines{border-bottom:1px solid #c7d0d9;border-top:1px solid #c7d0d9;color:#232f3c;font-size:16px;line-height:1.13;margin-bottom:30px;padding:30px 0}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_blogs_components>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3.5rem*var(--tw-space-y-reverse));margin-top:calc(3.5rem*(1 - var(--tw-space-y-reverse)))}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .gl_field--field_blogs_components{padding-bottom:2.1875rem;padding-top:2.1875rem}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc h3{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem;line-height:1.33;margin-bottom:30px}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc ul{padding-left:0}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc ul li{padding-left:30px;position:relative}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc ul li:before{background:#6193cd;left:0;margin:0;position:absolute;top:7px}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc .gl_field--field_media_image .gl_field__item,.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--visual .gl_field--field_media_image .gl_field__item{display:flex}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc .gl_field--field_media_image img,.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--cc-btc .gl_field--field_media_image picture,.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--visual .gl_field--field_media_image img,.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .paragraph--type--visual .gl_field--field_media_image picture{-o-object-fit:cover;object-fit:cover;width:100%}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-content .gl_field--body h2,.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-content .gl_field--body h3{color:#002060;font-size:1.5rem;font-weight:700;line-height:1.375;margin-bottom:1.25em;margin-top:2.25em}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-content .gl_field--body h3{font-size:1.25rem}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-content .gl_field--body p:not(:last-child){margin-bottom:1em}.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-content .gl_field--body img{display:inline-block;vertical-align:baseline}@media screen and (max-width:767px){.page-node-type-blog-post .node--type-blog-post.node--view-mode-full .blog-post-inner>.node-content .gl_field--body img{display:block;height:auto!important;max-width:100%;width:100%!important}}.node--view-mode-full.blog-post--type-podcasts .gl_field--field_media_file{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:2.1875rem;padding-top:2.1875rem}.page-node-type-blog-post .node-footer-components>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(4.4375rem*var(--tw-space-y-reverse));margin-top:calc(4.4375rem*(1 - var(--tw-space-y-reverse)))}.page-node-type-blog-post .node-footer-components{padding-bottom:4.4375rem;padding-top:4.4375rem}.node--blog-post--teaser{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgb(35 47 60/var(--tw-text-opacity));display:flex;flex-direction:column;justify-content:flex-start;min-height:26rem;text-align:left;width:22.1875rem}.node--type-hub--service-product .gl_field--field_banner_intro+.node--blog-post--teaser{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.node--blog-post--teaser .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}@media (min-width:768px){.node--blog-post--teaser{width:auto}}.node--blog-post--teaser .node-content-wrapper{display:inline-flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding:1.625rem}.node--blog-post--teaser .node-content{flex-grow:1}.node--blog-post--teaser .gl_field--created{font-size:.75rem;font-weight:600;line-height:1.125rem}.node--blog-post--teaser .gl_field--field_media_image img{-o-object-fit:cover;object-fit:cover;width:100%}.node--blog-post--bounce-duo .gl_field--field_categories,.node--blog-post--teaser .gl_field--field_categories{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-1rem;min-height:3rem}.node--blog-post--bounce-duo .gl_field--field_categories>:not([hidden])~:not([hidden]),.node--blog-post--teaser .gl_field--field_categories>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.node--blog-post--bounce-duo .gl_field--field_categories,.node--blog-post--teaser .gl_field--field_categories{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.75rem;font-weight:600;line-height:1.125rem}.node--blog-post--bounce-duo .gl_field--field_categories>*,.node--blog-post--teaser .gl_field--field_categories>*{padding-left:1rem;padding-right:1rem}.node--blog-post--bounce-duo .node-title,.node--blog-post--teaser .node-title{font-weight:600}.node--blog-post--bounce-duo{--tw-border-opacity:1;align-items:center;border-color:rgb(199 208 217/var(--tw-border-opacity));border-width:1px;display:flex;flex-direction:row;justify-content:center;padding:2.1875rem 2.5rem}.node--blog-post--bounce-duo .gl_field--field_cover_image{flex-shrink:0}.node--blog-post--bounce-duo .gl_field--field_categories{margin-bottom:.8125rem;min-height:0}.node--blog-post--bounce-duo .node-content-wrapper{margin-left:2.0625rem}.node--blog-post--bounce-duo .node-title-wrapper{margin-bottom:.8125rem}.node--blog-post--bounce-duo .node-title{font-size:1.25rem;line-height:1.875rem}.node--blog-post--bounce-duo .node-excerpt{font-size:.875rem;line-height:1}@media screen and (max-width:767px){.node--blog-post--teaser{max-width:22.1875rem;width:100%}}.node--type-page_composants.no-padding-bottom .gl_field--field_components{padding-bottom:0}.node--type-page_composants{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.node--type-hub--service-product .gl_field--field_banner_intro+.node--type-page_composants{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.node--type-page_composants .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.node--type-page_composants .gl_field--field_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:2.375rem;font-weight:600;line-height:3.25rem}.node--type-page_composants .paragraph--type--item-video-link h2{--tw-text-opacity:1;color:rgb(25 115 140/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem}@media (max-width:1024px){.node--type-page_composants .paragraph--type--item-video-link .page-node-type-job-offer h2.bubble-image.absolute.inset-0{top:-50px}}.node--type-page_composants .paragraph--type--item-video-link h2{padding-top:1.5em}.node--type-page_composants .paragraph--type--item-video-link p{padding:1em 0}.node--type-page_composants .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{min-height:40rem}@media (min-width:1024px){.node--type-page_composants .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{min-height:33.125rem}}.node--type-page_composants .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:10vw;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.path--universe--recruitment .node--type-page_composants .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{min-height:50rem}@media (min-width:1024px){.path--universe--recruitment .node--type-page_composants .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{min-height:33.125rem}}.path--universe--recruitment .node--type-page_composants .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-y:8rem;--tw-translate-x:6.5rem;--tw-scale-x:.5;--tw-scale-y:.5;display:block;left:auto;right:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:640px){.path--universe--recruitment .node--type-page_composants .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-y:4rem;--tw-translate-x:2.25rem;--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width:1024px){.path--universe--recruitment .node--type-page_composants .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:10vw;--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y:1;left:50%;right:auto;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.node--type-page_composants .gl_field--field_components{padding-bottom:2.8125rem;padding-top:2.8125rem}.page-node-type-webform form label.form-required:after{content:" *"}.page-node-type-webform .paragraph--type--ct-bandeau-titre:not(.color-scheme--salmon) .ctbandeautitre-wrapper{--tw-bg-opacity:1!important;--tw-text-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity))!important;color:rgb(156 163 175/var(--tw-text-opacity))}.page-node-type-webform .paragraph--type--ct-bandeau-titre .gl_field--field_bubble{display:none}.page-node-type-webform .paragraph--type--ce-titre-section,.page-node-type-webform .paragraph--type--ce-titre-section-intro{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.page-node-type-webform .paragraph--type--ce-titre-section .gl_field--field_subtitle_raw,.page-node-type-webform .paragraph--type--ce-titre-section-intro .gl_field--field_subtitle_raw{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600}.page-node-type-webform .gl_field--field_section_title{margin-bottom:9rem}.page-node-type-webform .node--type-webform{position:relative}.page-node-type-webform .node--type-webform .gl_field--field_banner_intro>.paragraph--type--ct-bandeau-titre{margin-bottom:0}.page-node-type-webform .node--type-webform .node-webform-menu ul{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}.page-node-type-webform .node--type-webform .node-webform-menu li{--tw-text-opacity:1;align-items:center;color:rgb(0 32 96/var(--tw-text-opacity));display:flex;flex-direction:column-reverse;font-weight:600;height:9rem;justify-content:center;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:11rem}.page-node-type-webform .node--type-webform .node-webform-menu li .gl-svg-icon{height:1.5rem;width:1.5rem}.page-node-type-webform .node--type-webform .node-webform-menu li .menu_link_content{margin-bottom:.75rem}.page-node-type-webform .node--type-webform .node-webform-menu+*{padding-top:9rem}.page-node-type-webform .node--type-webform .node-webform-menu li.menu-item--active-trail,.page-node-type-webform .node--type-webform .node-webform-menu li:focus,.page-node-type-webform .node--type-webform .node-webform-menu li:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.page-node-type-webform .node--type-webform .node-webform-menu li.menu-item--active-trail .gl-svg-icon,.page-node-type-webform .node--type-webform .node-webform-menu li:focus .gl-svg-icon,.page-node-type-webform .node--type-webform .node-webform-menu li:hover .gl-svg-icon{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.page-node-type-webform .node--type-webform .node-webform-menu [class*=icon]:before{content:"";display:block;height:2rem;margin-bottom:.5rem;margin-left:auto;margin-right:auto;margin-top:.5rem;width:2rem}.page-node-type-webform .node--type-webform .node-webform-menu .icon-call:before,.page-node-type-webform .node--type-webform .node-webform-menu .icon-callback:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMwMDIwNjAiIGQ9Ik05NzYgMTQwOHEwLTMzLTIzLjUtNTYuNVQ4OTYgMTMyOHQtNTYuNSAyMy41VDgxNiAxNDA4dDIzLjUgNTYuNVQ4OTYgMTQ4OHQ1Ni41LTIzLjVUOTc2IDE0MDh6bTIwOC0xNjBWNTQ0cTAtMTMtOS41LTIyLjVUMTE1MiA1MTJINjQwcS0xMyAwLTIyLjUgOS41VDYwOCA1NDR2NzA0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNTEycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTk5MiA0MDBxMC0xNi0xNi0xNkg4MTZxLTE2IDAtMTYgMTZ0MTYgMTZoMTYwcTE2IDAgMTYtMTZ6bTI4OC0xNnYxMDI0cTAgNTItMzggOTB0LTkwIDM4SDY0MHEtNTIgMC05MC0zOHQtMzgtOTBWMzg0cTAtNTIgMzgtOTB0OTAtMzhoNTEycTUyIDAgOTAgMzh0MzggOTB6Ii8+PC9zdmc+");background-size:2.2rem}.page-node-type-webform .node--type-webform .node-webform-menu .menu-item--active-trail .icon-call:before,.page-node-type-webform .node--type-webform .node-webform-menu .menu-item--active-trail .icon-callback:before,.page-node-type-webform .node--type-webform .node-webform-menu .menu-item:hover .icon-call:before,.page-node-type-webform .node--type-webform .node-webform-menu .menu-item:hover .icon-callback:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik05NzYgMTQwOHEwLTMzLTIzLjUtNTYuNVQ4OTYgMTMyOHQtNTYuNSAyMy41VDgxNiAxNDA4dDIzLjUgNTYuNVQ4OTYgMTQ4OHQ1Ni41LTIzLjVUOTc2IDE0MDh6bTIwOC0xNjBWNTQ0cTAtMTMtOS41LTIyLjVUMTE1MiA1MTJINjQwcS0xMyAwLTIyLjUgOS41VDYwOCA1NDR2NzA0cTAgMTMgOS41IDIyLjV0MjIuNSA5LjVoNTEycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6TTk5MiA0MDBxMC0xNi0xNi0xNkg4MTZxLTE2IDAtMTYgMTZ0MTYgMTZoMTYwcTE2IDAgMTYtMTZ6bTI4OC0xNnYxMDI0cTAgNTItMzggOTB0LTkwIDM4SDY0MHEtNTIgMC05MC0zOHQtMzgtOTBWMzg0cTAtNTIgMzgtOTB0OTAtMzhoNTEycTUyIDAgOTAgMzh0MzggOTB6Ii8+PC9zdmc+")}.page-node-type-webform .node--type-webform .node-webform-menu .icon-write:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTYuOTc0LjA4NiA2Ljg1MiA3LjQ5NUw5LjE1NyAyMS44NDJsLTguNDggMS42NS44NjMtOC40MDFMMTYuOTc0LjA4NlptLS44NjIgNi40OTUgMS4zNzYgMS41MDUuNjg2LS42NjctMS4zNzYtMS41MDUtLjY4Ni42NjdabS0xLjUzOCA0LjMzOC0xLjM3Ni0xLjUwNS03LjcxIDcuNDk1LS4xNjQgMS42IDEuODA1LS4zNTEgNy40NDUtNy4yMzlaIiBzdHJva2U9IiMwMDIwNjAiLz48L3N2Zz4=");background-size:2rem}.page-node-type-webform .node--type-webform .node-webform-menu .menu-item--active-trail .icon-write:before,.page-node-type-webform .node--type-webform .node-webform-menu .menu-item:hover .icon-write:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTYuOTc0LjA4NiA2Ljg1MiA3LjQ5NUw5LjE1NyAyMS44NDJsLTguNDggMS42NS44NjMtOC40MDFMMTYuOTc0LjA4NlptLS44NjIgNi40OTUgMS4zNzYgMS41MDUuNjg2LS42NjctMS4zNzYtMS41MDUtLjY4Ni42NjdabS0xLjUzOCA0LjMzOC0xLjM3Ni0xLjUwNS03LjcxIDcuNDk1LS4xNjQgMS42IDEuODA1LS4zNTEgNy40NDUtNy4yMzlaIiBzdHJva2U9IiNGRkYiLz48L3N2Zz4=")}.page-node-type-webform .node--type-webform .container{max-width:960px!important}.page-node-type-webform .node--type-webform>.node-content{margin-bottom:3.125rem;margin-top:-9rem;position:relative}.page-node-type-webform .node--type-webform>.node-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.page-node-type-webform .node--type-webform>.node-content{--tw-bg-opacity:1;--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:rgb(248 248 248/var(--tw-bg-opacity));border-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:3.125rem;padding-top:3.125rem;z-index:9999}.page-node-type-webform .node--type-webform>.node-content .gl_field--webform{padding-top:0!important;position:relative}.page-node-type-webform .node--type-webform>.node-content .webform-submission-contact-call-back-form,.page-node-type-webform .node--type-webform>.node-content .webform-submission-contact-call-us-form,.page-node-type-webform .node--type-webform>.node-content .webform-submission-contact-write-us-form{margin-top:9rem!important}.page-node-type-webform .node.is-agency-form .paragraph--type--ct-bandeau-titre{padding-bottom:8rem}.page-node-type-webform .node.is-agency-form .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{max-height:39rem!important}.page-node-type-webform .node.is-agency-form .paragraph--type--ct-bandeau-titre .gl_field--field_section_title{margin-bottom:0}.page-node-type-webform .node.is-agency-form form label.error{--tw-text-opacity:1;color:rgb(230 130 130/var(--tw-text-opacity));display:block;text-align:right;width:100%}.page-node-type-webform .node.is-agency-form #edit-gdpr-link{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));margin-top:-.5rem;padding-left:2.625rem;text-decoration-line:underline}.page-node-type-webform .node.is-delegate-form .node-banner{margin-bottom:7rem}.page-node-type-webform .node.is-delegate-form .gl_field--field_section_title{margin-bottom:0}.page-node-type-webform .node.is-delegate-form .gl_field--field_cta_line .gl_field--field_links,.page-node-type-webform .node.is-delegate-form .gl_field--field_cta_line .gl_field__item{margin:0!important;padding:0!important}@media (min-width:768px){.page-node-type-webform .node.is-delegate-form .gl_field--field_cta_line{position:absolute;right:2.5rem;top:2.5rem;z-index:52}}.page-node-type-webform .node.is-delegate-form .gl_field--field_dlg_department{color:#000;display:flex;flex-direction:row}.page-node-type-webform .node.is-delegate-form .gl_field--field_dlg_department div:after{content:" :";display:inline-block;padding-left:.4rem;padding-right:.4rem;vertical-align:baseline}.page-node-type-webform .node.is-delegate-form .gl_field--field_dlg_department li{display:inline-block;vertical-align:baseline}.page-node-type-webform .node.is-delegate-form .back-link{margin-bottom:2.5rem}.form-checkboxes{position:relative}.form-checkboxes .js-form-type-checkbox label.error{--tw-translate-y:100%!important;bottom:-.5rem!important;left:0!important;min-width:15rem!important;position:absolute!important;text-align:left!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@media (max-width:1024px){.form-checkboxes .page-node-type-job-offer .bubble-image.js-form-type-checkbox label.error.inset-0.text-greenblue{top:-50px!important}}.form-checkboxes .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.js-form-type-checkbox label.error{left:50%!important;transform:translateX(-50%)!important}@media (min-width:1024px){.form-checkboxes .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.js-form-type-checkbox label.error{left:0!important;transform:var(--tw-transform)!important}}.form-item-gdpr-consent{padding-bottom:1.5rem;position:relative}#gdpr_consent-error{bottom:0;left:0;padding-left:1.75rem;position:absolute;text-align:left}@media (max-width:1024px){.page-node-type-job-offer .bubble-image#gdpr_consent-error.inset-0.text-greenblue{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg#gdpr_consent-error{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg#gdpr_consent-error{left:0;transform:var(--tw-transform)}}.custom-node-block-dlg-info{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}@media (min-width:768px){.custom-node-block-dlg-info{margin-top:0}}.custom-node-block-dlg-info .gl_field--field_dlg_picto{border:2px solid #fff;border-radius:.2rem;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);height:auto;margin-right:1rem;overflow:hidden;position:relative;width:5rem}.custom-node-block-dlg-info .gl_field--field_dlg_picto *{height:auto;width:100%}.custom-node-block-dlg-info--txt .gl_field--title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:500;margin-bottom:1rem}.custom-webform-txt-field-required{color:#000;font-size:.75rem;font-style:italic;margin-bottom:2rem;opacity:.7;text-align:right}@media screen and (max-width:1023px){.page-node-type-webform .node--type-webform .node-webform-menu{position:relative}.page-node-type-webform .node--type-webform .node-webform-menu ul{flex-direction:column}.page-node-type-webform .node--type-webform .node-webform-menu li{height:auto;width:100%}.page-node-type-webform .node--type-webform .node-webform-menu li a{display:block;padding:1rem 0;text-align:center;width:100%}.page-node-type-webform .node--type-webform .node-webform-menu+*{padding-top:4.5rem}}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section>*{font-size:2.75rem;font-weight:700;line-height:3.5rem;max-width:100%!important}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section>* .gl_field--field_title{font-size:41px!important;font-weight:800;margin-bottom:2.25rem}@media (min-width:640px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section>* .gl_field--field_title{font-size:3rem!important;line-height:1!important}}@media (min-width:1280px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section>* .gl_field--field_title{font-size:72px!important;letter-spacing:-.8px;line-height:80px!important}}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper{justify-content:flex-start}@media (min-width:1024px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .ctbandeautitre-content{margin-top:2.5rem}}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg{bottom:0;position:absolute}@media (max-width:1024px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .page-node-type-job-offer .bubble-image.ctbandeautitre-pattern svg.inset-0.text-greenblue{top:-50px}}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.ctbandeautitre-pattern svg{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.ctbandeautitre-pattern svg{left:0;transform:var(--tw-transform)}}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:25%;bottom:0;display:flex;position:absolute;right:0;top:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width:1024px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .page-node-type-job-offer .bubble-image.image-wrapper.inset-0.text-greenblue{top:-50px}}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.image-wrapper{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.page-node-type-homepage .paragraph--type--ct-bandeau-titre .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.image-wrapper{left:0;transform:var(--tw-transform)}.page-node-type-homepage .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:2vw;left:50%;right:auto;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.page-node-type-homepage .paragraph--type--links-block .gl_field--field_link_items>*>.gl_field__item:not(:first-child) h3{margin-top:2.1875rem}}.page-node-type-homepage .paragraph--type--links-block-link .gl_field--field_link>*{font-size:.875rem;line-height:1}.page-node-type-homepage [id=block-reviews-content]{display:none}@media (min-width:1024px){.page-node-type-homepage [id=block-reviews-content]{display:block}}.gl_field--field_intro_links_block{position:relative;z-index:48}.page-node-type-job-offer .node-job-hero{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(245 246 247/var(--tw-text-opacity));height:18.75rem;overflow:hidden;position:relative}.bubble-image.node-job-hero~.bubble-body{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.page-node-type-job-offer .node--type-hub--service-product .gl_field--field_banner_intro+.node-job-hero{border-bottom:1px solid #c7d0d9}.page-node-type-job-offer .node--type-hub--service-product .gl_field--field_banner_intro+.node-job-hero .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.page-node-type-job-offer .node-job-hero-pattern{position:absolute;right:0;top:0}@media (max-width:1024px){.page-node-type-job-offer .page-node-type-job-offer .bubble-image.node-job-hero-pattern.inset-0.text-greenblue{top:-50px}}.page-node-type-job-offer .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node-job-hero-pattern{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.page-node-type-job-offer .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node-job-hero-pattern{left:0;transform:var(--tw-transform)}}.page-node-type-job-offer .node-job-backlink{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));position:absolute;text-align:left;top:3.75rem}@media (max-width:1024px){.page-node-type-job-offer .page-node-type-job-offer .bubble-image.node-job-backlink.inset-0.text-greenblue{top:-50px}}.page-node-type-job-offer .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node-job-backlink{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.page-node-type-job-offer .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node-job-backlink{left:0;transform:var(--tw-transform)}}.page-node-type-job-offer .node-job-backlink a{align-items:center;display:flex;flex-direction:row;font-weight:600;justify-content:flex-start}.node--type-point-of-sale{--tw-text-opacity:1;color:rgb(35 47 60/var(--tw-text-opacity))}@media (min-width:768px){.node--type-point-of-sale .node-content{align-items:flex-start;display:flex;justify-content:space-between}}.node--type-point-of-sale .pos-meta__tags{align-items:center;display:flex;justify-content:flex-end}.node--type-point-of-sale .pos-meta__tags>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.node--type-point-of-sale .pos-meta__tags .gl_field__item{font-weight:700;padding-bottom:.25rem;padding-left:.5rem;padding-right:.5rem;padding-top:.25rem}.node--type-point-of-sale .gl_field--field_is_mia{--tw-text-opacity:1;color:rgb(230 130 130/var(--tw-text-opacity));font-size:.75rem;line-height:1.125rem;margin-bottom:.5rem}.node--type-point-of-sale .gl_field--field_company_name{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.125rem;font-weight:600;line-height:1.325rem;margin-bottom:1rem}.node--type-point-of-sale .gl_field--field_is_fnaim{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 240 56/var(--tw-bg-opacity));color:rgb(0 0 0/var(--tw-text-opacity))}.node--type-point-of-sale .gl_field--field_contrat_mrh{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.node--type-point-of-sale .gl_field--field_contrat_gli{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity))}.node--type-point-of-sale .pos-meta__actions{margin-top:1.5rem}.node--type-point-of-sale .pos-meta__actions a.call{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));position:relative;z-index:10}.node--type-point-of-sale .pos-meta__actions a.call:hover{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}.node--type-point-of-sale .pos-meta__actions a.call img{fill:currentColor;height:1.5rem;width:1.5rem}.node--type-point-of-sale .pos-meta__actions a.call span{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important}.node--type-point-of-sale .pos-meta__actions a.call span:hover{--tw-text-opacity:1!important;color:rgb(97 147 205/var(--tw-text-opacity))!important}.node--type-point-of-sale .back-link,.node--type-webform.is-delegate-form .back-link{margin-top:2.25rem;position:relative;z-index:10}.node--type-point-of-sale .back-link .icon-chevron,.node--type-webform.is-delegate-form .back-link .icon-chevron{display:inline-block;height:.8rem;margin-right:.25rem;width:.8rem}.node--type-point-of-sale .back-link svg,.node--type-webform.is-delegate-form .back-link svg{height:inherit;width:inherit}.node--type-point-of-sale .back-link .btn,.node--type-webform.is-delegate-form .back-link .btn{display:inline-block}.node--type-point-of-sale .back-link .btn:focus,.node--type-point-of-sale .back-link .btn:hover,.node--type-webform.is-delegate-form .back-link .btn:focus,.node--type-webform.is-delegate-form .back-link .btn:hover{--tw-text-opacity:1!important;color:rgb(97 147 205/var(--tw-text-opacity))!important}.node--type-point-of-sale .back-link .btn:focus *,.node--type-point-of-sale .back-link .btn:hover *,.node--type-webform.is-delegate-form .back-link .btn:focus *,.node--type-webform.is-delegate-form .back-link .btn:hover *{color:inherit!important}.node--type-publication.node--view-mode-bounce{position:relative}@media (min-width:768px){.node--type-publication.node--view-mode-bounce{width:22.8125rem}}.node--type-publication.node--view-mode-bounce:before{height:20.8125rem;left:50%;position:absolute;top:50%;width:22.5rem;z-index:0}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.node--type-publication.node--view-mode-bounce.inset-0.text-greenblue:before{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node--type-publication.node--view-mode-bounce:before{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node--type-publication.node--view-mode-bounce:before{left:0;transform:var(--tw-transform)}}.node--type-publication.node--view-mode-bounce:before{background:url(/themes/custom/galian/dist/images/bulle-dialogue.svg?ecc44e75b3d1a941e446773c358a8747) 50% no-repeat transparent;background-size:contain;content:"";transform:translateX(-70%) translateY(-39.5%)}.node--type-publication.node--view-mode-bounce>*{position:relative}.node--type-publication.node--view-mode-bounce .gl_field--title{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity));display:block;font-size:1.375rem;font-weight:600;line-height:2rem;margin-bottom:.8125rem}.node--type-publication.node--view-mode-bounce .gl_field--field_body_raw{line-height:1.25rem;margin-bottom:.8125rem}.node--type-publication.node--view-mode-bounce .gl_field--field_document{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600}.page-node-type-story-collab .node-story-hero{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(245 246 247/var(--tw-text-opacity));height:18.75rem;overflow:hidden;position:relative}.bubble-image.node-story-hero~.bubble-body{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.page-node-type-story-collab .node--type-hub--service-product .gl_field--field_banner_intro+.node-story-hero{border-bottom:1px solid #c7d0d9}.page-node-type-story-collab .node--type-hub--service-product .gl_field--field_banner_intro+.node-story-hero .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}@media screen and (max-width:767px){.page-node-type-story-collab .node-story-hero{height:8rem}}.page-node-type-story-collab .node-story-hero-pattern{position:absolute;right:0;top:0}@media (max-width:1024px){.page-node-type-story-collab .page-node-type-job-offer .bubble-image.node-story-hero-pattern.inset-0.text-greenblue{top:-50px}}.page-node-type-story-collab .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node-story-hero-pattern{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.page-node-type-story-collab .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node-story-hero-pattern{left:0;transform:var(--tw-transform)}}.node--type-white_paper.node--view-mode-bounce,.node--type-white_paper.node--view-mode-bounce-duo{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;padding-bottom:3.125rem;padding-top:3.125rem}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-title-wrapper,.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-title-wrapper{margin-left:1rem;max-width:23.75rem}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-title-intro,.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-title-intro{--tw-text-opacity:1;color:rgb(5 50 80/var(--tw-text-opacity));font-size:.875rem;font-weight:500;line-height:1}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-title,.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-title{--tw-text-opacity:1;color:rgb(5 50 80/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;margin-top:.9375rem}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-links,.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-links{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1.875rem}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-links>:not([hidden])~:not([hidden]),.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-links>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-links,.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-links{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-links svg,.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-links svg{height:1.125rem;width:.75rem}.node--type-white_paper.node--view-mode-bounce-duo{--tw-border-opacity:1;align-items:center;border-color:rgb(199 208 217/var(--tw-border-opacity));border-width:1px;padding:2.1875rem 2.5rem}.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-title-wrapper{margin-left:3.5rem}@media (min-width:1024px){.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-title-wrapper{margin-left:2.25rem}}.node--type-white_paper.node--view-mode-bounce-duo .node-whitepaper-title{--tw-text-opacity:1;color:rgb(25 115 140/var(--tw-text-opacity));font-size:1.25rem;line-height:1.875rem}@media (max-width:1024px){.node--type-white_paper.node--view-mode-bounce-duo .page-node-type-job-offer .bubble-image.absolute.inset-0.node-whitepaper-title{top:-50px}}footer.node-product-footer{background-color:#fff;padding-top:2.5rem}.node-whitepaper-bounce.container .gl_field--field_related_white_paper{padding-bottom:3.5rem}.node--type-white_paper.node--view-mode-bounce{align-items:center;position:relative}.node--type-white_paper.node--view-mode-bounce:before{height:20.8125rem;position:absolute;width:22.5rem;z-index:0}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.node--type-white_paper.node--view-mode-bounce.inset-0.text-greenblue:before{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node--type-white_paper.node--view-mode-bounce:before{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node--type-white_paper.node--view-mode-bounce:before{left:0;transform:var(--tw-transform)}}.node--type-white_paper.node--view-mode-bounce:before{background:url(/themes/custom/galian/dist/images/bulle-dialogue.svg?ecc44e75b3d1a941e446773c358a8747) 50% no-repeat transparent;background-size:contain;content:"";left:50%;top:50%;transform:translateX(-50%) translateY(-50%) scale(1.2)}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-content,.node--type-white_paper.node--view-mode-bounce .node-whitepaper-title-wrapper{position:relative}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-content{width:18rem}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-title-wrapper{top:-20px;z-index:2}@media screen and (max-width:767px){.node--type-white_paper.node--view-mode-bounce:before{transform:translateX(-50%) translateY(-50%) scale(1)}}@media screen and (max-width:480px){.node--type-white_paper.node--view-mode-bounce{flex-direction:column;margin:0 -2rem}.node--type-white_paper.node--view-mode-bounce .node-whitepaper-title-wrapper{margin-left:0;margin-top:2rem;max-width:100%;width:100%}}.node--type-product_page.node--view-mode-full{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.node--type-product_page.node--view-mode-full.color-scheme--green .launcher-vid-nav,.node--type-product_page.node--view-mode-full.color-scheme--green .node-product-content-main>.gl_field--field_subtitle,.node--type-product_page.node--view-mode-full.color-scheme--green .paragraph--type--ct-bandeau-titre .paragraph--type--bubble .bubble-image,.node--type-product_page.node--view-mode-full.color-scheme--green .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section *,.node--type-product_page.node--view-mode-full.color-scheme--green .paragraph--type--title-paragraph>.gl_field--field_title{color:#006464!important}.node--type-product_page.node--view-mode-full.color-scheme--green .gl_field--field_document_multiple .dropdown,.node--type-product_page.node--view-mode-full.color-scheme--green .gl_field--field_document_multiple .dropdown>*,.node--type-product_page.node--view-mode-full.color-scheme--green .launcher-vid-nav li:after{background-color:#006464!important}@media (min-width:1024px){.node--type-product_page.node--view-mode-full.color-scheme--green .gl_field--field_document_multiple{background-color:#006464!important}}.node--type-product_page.node--view-mode-full.color-scheme--lightblue .launcher-vid-nav,.node--type-product_page.node--view-mode-full.color-scheme--lightblue .node-product-content-main>.gl_field--field_subtitle,.node--type-product_page.node--view-mode-full.color-scheme--lightblue .paragraph--type--ct-bandeau-titre .paragraph--type--bubble .bubble-image,.node--type-product_page.node--view-mode-full.color-scheme--lightblue .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section *,.node--type-product_page.node--view-mode-full.color-scheme--lightblue .paragraph--type--title-paragraph>.gl_field--field_title{color:#6193cd!important}.node--type-product_page.node--view-mode-full.color-scheme--lightblue .gl_field--field_document_multiple .dropdown,.node--type-product_page.node--view-mode-full.color-scheme--lightblue .gl_field--field_document_multiple .dropdown>*,.node--type-product_page.node--view-mode-full.color-scheme--lightblue .launcher-vid-nav li:after{background-color:#6193cd!important}@media (min-width:1024px){.node--type-product_page.node--view-mode-full.color-scheme--lightblue .gl_field--field_document_multiple{background-color:#6193cd!important}}.node--type-product_page.node--view-mode-full.color-scheme--apple .launcher-vid-nav,.node--type-product_page.node--view-mode-full.color-scheme--apple .node-product-content-main>.gl_field--field_subtitle,.node--type-product_page.node--view-mode-full.color-scheme--apple .paragraph--type--ct-bandeau-titre .paragraph--type--bubble .bubble-image,.node--type-product_page.node--view-mode-full.color-scheme--apple .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section *,.node--type-product_page.node--view-mode-full.color-scheme--apple .paragraph--type--title-paragraph>.gl_field--field_title{color:#bbd034!important}.node--type-product_page.node--view-mode-full.color-scheme--apple .gl_field--field_document_multiple .dropdown,.node--type-product_page.node--view-mode-full.color-scheme--apple .gl_field--field_document_multiple .dropdown>*,.node--type-product_page.node--view-mode-full.color-scheme--apple .launcher-vid-nav li:after{background-color:#bbd034!important}@media (min-width:1024px){.node--type-product_page.node--view-mode-full.color-scheme--apple .gl_field--field_document_multiple{background-color:#bbd034!important}}.node--type-product_page.node--view-mode-full.color-scheme--greenblue .launcher-vid-nav,.node--type-product_page.node--view-mode-full.color-scheme--greenblue .node-product-content-main>.gl_field--field_subtitle,.node--type-product_page.node--view-mode-full.color-scheme--greenblue .paragraph--type--ct-bandeau-titre .paragraph--type--bubble .bubble-image,.node--type-product_page.node--view-mode-full.color-scheme--greenblue .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section *,.node--type-product_page.node--view-mode-full.color-scheme--greenblue .paragraph--type--title-paragraph>.gl_field--field_title{color:#19738c!important}.node--type-product_page.node--view-mode-full.color-scheme--greenblue .gl_field--field_document_multiple .dropdown,.node--type-product_page.node--view-mode-full.color-scheme--greenblue .gl_field--field_document_multiple .dropdown>*,.node--type-product_page.node--view-mode-full.color-scheme--greenblue .launcher-vid-nav li:after{background-color:#19738c!important}@media (min-width:1024px){.node--type-product_page.node--view-mode-full.color-scheme--greenblue .gl_field--field_document_multiple{background-color:#19738c!important}}.node--type-product_page.node--view-mode-full.color-scheme--salmon .launcher-vid-nav,.node--type-product_page.node--view-mode-full.color-scheme--salmon .node-product-content-main>.gl_field--field_subtitle,.node--type-product_page.node--view-mode-full.color-scheme--salmon .paragraph--type--ct-bandeau-titre .paragraph--type--bubble .bubble-image,.node--type-product_page.node--view-mode-full.color-scheme--salmon .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section *,.node--type-product_page.node--view-mode-full.color-scheme--salmon .paragraph--type--title-paragraph>.gl_field--field_title{color:#e68282!important}.node--type-product_page.node--view-mode-full.color-scheme--salmon .gl_field--field_document_multiple .dropdown,.node--type-product_page.node--view-mode-full.color-scheme--salmon .gl_field--field_document_multiple .dropdown>*,.node--type-product_page.node--view-mode-full.color-scheme--salmon .launcher-vid-nav li:after{background-color:#e68282!important}@media (min-width:1024px){.node--type-product_page.node--view-mode-full.color-scheme--salmon .gl_field--field_document_multiple{background-color:#e68282!important}}.node--type-product_page.node--view-mode-full.color-scheme--yellow .launcher-vid-nav,.node--type-product_page.node--view-mode-full.color-scheme--yellow .node-product-content-main>.gl_field--field_subtitle,.node--type-product_page.node--view-mode-full.color-scheme--yellow .paragraph--type--ct-bandeau-titre .paragraph--type--bubble .bubble-image,.node--type-product_page.node--view-mode-full.color-scheme--yellow .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section *,.node--type-product_page.node--view-mode-full.color-scheme--yellow .paragraph--type--title-paragraph>.gl_field--field_title{color:#ebc76e!important}.node--type-product_page.node--view-mode-full.color-scheme--yellow .gl_field--field_document_multiple .dropdown,.node--type-product_page.node--view-mode-full.color-scheme--yellow .gl_field--field_document_multiple .dropdown>*,.node--type-product_page.node--view-mode-full.color-scheme--yellow .launcher-vid-nav li:after{background-color:#ebc76e!important}@media (min-width:1024px){.node--type-product_page.node--view-mode-full.color-scheme--yellow .gl_field--field_document_multiple{background-color:#ebc76e!important}}.node--type-product_page.node--view-mode-full .paragraph--type--ct-bandeau-titre .ctbandeautitre-wrapper,.node--type-product_page.node--view-mode-full .paragraph--type--ct-bandeau-titre .image-wrapper{min-height:24.3rem}.node--type-product_page.node--view-mode-full .paragraph--type--ct-bandeau-titre .image-wrapper{left:60%;right:auto;transform:none!important}.node--type-product_page.node--view-mode-full .paragraph--type--ct-bandeau-titre .paragraph--type--ce-titre-section{display:flex;flex-direction:column-reverse}.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content{margin-bottom:3.125rem;margin-top:3.125rem}@media (min-width:1024px){.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content{align-items:stretch;display:flex;flex-direction:row;justify-content:center}}.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content-main{--tw-bg-opacity:1;--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:2.75rem;padding-top:2.75rem}.node--type-hub--service-product .gl_field--field_banner_intro+.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content-main{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content-main .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content-main{padding-left:2.25rem;padding-right:2.25rem}@media (min-width:1024px){.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .node-product-content-main{flex-grow:1;margin-right:2rem;width:73%}}.node--type-product_page.node--view-mode-full .node-product-aside{display:none;position:relative}@media (min-width:1024px){.node--type-product_page.node--view-mode-full .node-product-aside{display:block;width:27%}}.node--type-product_page.node--view-mode-full .node-product-aside-content.is-sticky{position:fixed;top:200px}@media (min-width:1024px){.node--type-product_page.node--view-mode-full .node-product-aside-content.is-sticky{width:17.5rem}}.node--type-product_page.node--view-mode-full .node-product-aside-content.is-sticky.is-stuck-bottom{bottom:0;position:absolute;top:auto}@media (max-width:1024px){.page-node-type-job-offer .bubble-image.node--type-product_page.node--view-mode-full .node-product-aside-content.is-sticky.is-stuck-bottom.inset-0.text-greenblue{top:-50px}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node--type-product_page.node--view-mode-full .node-product-aside-content.is-sticky.is-stuck-bottom{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.node--type-product_page.node--view-mode-full .node-product-aside-content.is-sticky.is-stuck-bottom{left:0;transform:var(--tw-transform)}}.node--type-product_page.node--view-mode-full .gl_field--field_subtitle{font-size:1.375rem;line-height:2rem;margin-bottom:3.125rem}.node--type-product_page.node--view-mode-full .gl_field--field_components .paragraph--type--title-paragraph>.gl_field--field_title{font-size:1.875rem;font-weight:600;line-height:2.25rem;padding-bottom:.5rem}@media (min-width:1024px){.node--type-product_page.node--view-mode-full .gl_field--field_components .paragraph--type--title-paragraph>.gl_field--field_title{font-size:2.375rem;line-height:3.25rem}}.node--type-product_page.node--view-mode-full .gl_field--field_components>.gl_field__item+.gl_field__item>*>.gl_field--field_title{margin-top:2.5rem}.node--type-product_page.node--view-mode-full:not(.node--type-product_page--service) .paragraph--type--title-paragraph>.gl_field--field_title{--tw-border-opacity:1;border-bottom-width:1px;border-color:rgb(199 208 217/var(--tw-border-opacity))}@media (min-width:1024px){.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple{--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);background-color:currentColor;border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding-bottom:2.75rem;padding-left:1.5rem;padding-right:1.5rem;padding-top:2.75rem}}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple .dropdown{--tw-text-opacity:1;background-color:currentColor;color:rgb(255 255 255/var(--tw-text-opacity))}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple .dropdown-trigger,.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple .dropdown-trigger svg,.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple>*{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple .gl_field--field_media_file{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple .gl_field--field_media_file .file-download{--tw-text-opacity:1!important;background-color:transparent!important;color:rgb(0 32 96/var(--tw-text-opacity))!important;display:block;font-weight:600!important;text-align:center!important}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple[data-custom-item-sticky]{display:none;margin-top:1rem;padding:0!important}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple[data-custom-item-sticky] .dropdown{border-radius:.5rem;display:flex;padding-left:0;padding-right:0;width:100%}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple[data-custom-item-sticky] .dropdown-trigger{border-radius:.5rem;width:100%}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple[data-custom-item-sticky] .dropdown-content{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;bottom:3.5rem;padding-top:1.5rem;top:auto}.node--type-product_page.node--view-mode-full .gl_field--field_document_multiple[data-custom-item-sticky] .dropdown-content>a{width:100%}.node-bounce-products_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;text-align:center}.node-bounce-products_title:after,.node-bounce-products_title:before{content:"-";margin-left:.75rem;margin-right:.75rem}.node-bounce-products_items{padding-bottom:2.5rem;padding-top:2.5rem}.js .node-product-topnav{display:none}.alpine-loaded .node-product-topnav{display:block}.js .node-product-mobile-links{display:none}.alpine-loaded .node-product-mobile-links{display:block}@media (min-width:1024px){.alpine-loaded .node-product-mobile-links{display:none}}.node-product-topnav.is-sticky+.node-product-content.container .node-product-aside{align-self:start;height:100vh;position:sticky;top:0}.node-product-topnav.is-sticky+.node-product-content.container .node-product-aside .node-product-aside-content{bottom:2rem;left:0;position:absolute;right:0}.node-product-topnav.is-sticky+.node-product-content.container .node-product-aside .galian_product_page_sidebar_contact__container{display:block}.node-product-topnav.is-sticky+.node-product-content.container .node-product-aside .galian_product_page_sidebar_contact[data-custom-item-no-sticky],.node-product-topnav.is-sticky+.node-product-content.container .node-product-aside .gl_field--field_document_multiple[data-custom-item-no-sticky]{display:none}.node-product-topnav.is-sticky+.node-product-content.container .node-product-aside .gl_field--field_document_multiple[data-custom-item-sticky]{display:block}.node--type-product_page.node--view-mode-bounce .node-content,.node--type-product_page.node--view-mode-bounce .node-image,.node--type-product_page.node--view-mode-teaser .node-content,.node--type-product_page.node--view-mode-teaser .node-image{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:3.3125rem;padding-left:2.25rem}.node--type-product_page.node--view-mode-bounce .node-content,.node--type-product_page.node--view-mode-bounce .node-excerpt{height:15.8rem}.node--type-product_page.node--view-mode-bounce .product-bounce-bg{inset:0;position:absolute;width:100%;z-index:0}@media (max-width:1024px){.node--type-product_page.node--view-mode-bounce .page-node-type-job-offer .bubble-image.absolute.product-bounce-bg.text-greenblue,.node--type-product_page.node--view-mode-bounce .page-node-type-job-offer .bubble-image.product-bounce-bg.inset-0.text-greenblue{top:-50px}}.node--type-product_page.node--view-mode-bounce .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.product-bounce-bg{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.node--type-product_page.node--view-mode-bounce .paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.product-bounce-bg{left:0;transform:var(--tw-transform)}}.node--type-product_page.node--view-mode-bounce .node-excerpt{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:.875rem;font-style:italic;font-weight:300;line-height:1;line-height:1.25rem;margin-top:1.5625rem;padding-left:.75rem;padding-right:.75rem}.node--type-product_page.node--view-mode-bounce .node-title{align-items:center;display:flex;flex-direction:row;justify-content:center}.node--type-product_page.node--view-mode-bounce .node-title>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5625rem*var(--tw-space-x-reverse))}.node--type-product_page.node--view-mode-bounce .node-title{font-weight:500}.node--type-product_page.node--view-mode-teaser .node-image{height:12.5rem}.node--type-product_page.node--view-mode-teaser .node-teaser-content{padding-left:.5rem}.node--type-product_page.node--view-mode-teaser .node-title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:600;line-height:2rem;margin-top:2.5rem}.node--type-product_page.node--view-mode-teaser .node-excerpt,.node--type-product_page.node--view-mode-teaser .node-links{margin-top:1.875rem}.node--type-product_page.node--view-mode-teaser .node-links>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.node--type-product_page.node--view-mode-teaser .node-links a{--tw-text-opacity:1;align-items:center;color:rgb(0 32 96/var(--tw-text-opacity));display:flex;flex-direction:row;font-size:1rem;font-weight:600;justify-content:flex-start;line-height:1.25rem}.node--type-product_page.node--view-mode-teaser .node-links svg{height:.75rem;margin-left:.75rem;width:.5rem}.node--type-product_page.node--view-mode-teaser .node-excerpt .gl_field--field_subtitle.gl_field__item{max-width:100%!important;padding-left:0;padding-right:0}.galian_product_page_sidebar_contact{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));display:flex;flex-direction:column;justify-content:space-between;padding-bottom:2rem;padding-top:0}.node--type-hub--service-product .gl_field--field_banner_intro+.galian_product_page_sidebar_contact{border-bottom:1px solid #c7d0d9}.galian_product_page_sidebar_contact h2,.node--type-hub--service-product .gl_field--field_banner_intro+.galian_product_page_sidebar_contact .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.galian_product_page_sidebar_contact h2{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-weight:600}.galian_product_page_sidebar_contact .gl_field-links{min-width:15rem}.galian_product_page_sidebar_contact .gl_field-links .btn{font-size:.875rem}.galian_product_page_sidebar_contact:not(.is-single){--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);margin-bottom:2rem;padding-bottom:3rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:3rem}.galian_product_page_sidebar_contact:not(.is-single) .gl_field-links{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5rem;margin-top:1.5rem;min-width:0}.galian_product_page_sidebar_contact:not(.is-single) .gl_field-links>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.galian_product_page_sidebar_contact:not(.is-single) .gl_field-links+.mt-g35{margin-top:0!important}.galian_product_page_sidebar_contact svg{width:100%}.galian_product_page_sidebar_contact .btn,.node--type-product_page .gl_field--field_document_multiple .btn{letter-spacing:-.025em;width:100%}@media (min-width:1024px){.galian_product_page_sidebar_contact .btn,.node--type-product_page .gl_field--field_document_multiple .btn{padding-left:1rem;padding-right:1rem}}.node--type-product_page--service .node-product-content,.node--type-product_page--service .node-product-footer{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.node--type-product_page--service .node--type-hub--service-product .gl_field--field_banner_intro+.node-product-content,.node--type-product_page--service .node--type-hub--service-product .gl_field--field_banner_intro+.node-product-footer{border-bottom:1px solid #c7d0d9}.node--type-product_page--service .node--type-hub--service-product .gl_field--field_banner_intro+.node-product-content .gl_field--field_subtitle p,.node--type-product_page--service .node--type-hub--service-product .gl_field--field_banner_intro+.node-product-footer .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.node--type-product_page--service .node-product-content-main{padding-bottom:4.4375rem;padding-top:4.4375rem}:not(.node--type-product_page--service) .node-product-content-main{overflow:hidden}.galian_product_page_sidebar_contact__container{display:none}.galian_product_page_sidebar_contact__container .dropdown{border-radius:.5rem;display:flex;padding-left:0;padding-right:0;width:100%}.galian_product_page_sidebar_contact__container .dropdown-trigger{--tw-text-opacity:1;background-color:#fff;border-radius:.5rem;color:rgb(0 32 96/var(--tw-text-opacity));width:100%}.galian_product_page_sidebar_contact__container .dropdown-content,.galian_product_page_sidebar_contact__container .dropdown-trigger{--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.galian_product_page_sidebar_contact__container .dropdown-content{background-color:#fff;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;bottom:3.8rem;top:auto}.galian_product_page_sidebar_contact__container .dropdown-content .galian_product_page_sidebar_contact{box-shadow:none;margin-bottom:1rem;padding:1rem}.taxonomy-term--type-arborescence.taxonomy-term--view-mode-category-page-list{padding-bottom:3.125rem;padding-top:3.125rem}.taxonomy-term--type-arborescence.taxonomy-term--view-mode-category-page-list .gl_term_name{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:2.25rem;font-weight:600;line-height:2.5rem;margin-bottom:3.125rem}.taxonomy-term--type-arborescence.taxonomy-term--view-mode-category-page-list .view-display-id-block_products_category_page>.view-content{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:1024px){.taxonomy-term--type-arborescence.taxonomy-term--view-mode-category-page-list .view-display-id-block_products_category_page>.view-content{align-items:flex-start;flex-direction:row;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}}.taxonomy-term--type-arborescence.taxonomy-term--view-mode-category-page-list .view-display-id-block_products_category_page>.view-content>.views-row{margin-bottom:2.5rem;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.taxonomy-term--type-arborescence.taxonomy-term--view-mode-category-page-list .view-display-id-block_products_category_page>.view-content>.views-row{width:33.333333%}}.view-display-id-page_category_level2>.view-content{padding-bottom:4.4375rem;padding-top:4.4375rem}.view-display-id-page_category_level2>.view-content>.view-rows{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width:1024px){.view-display-id-page_category_level2>.view-content>.view-rows{align-items:flex-start;flex-direction:row;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}}.view-display-id-page_category_level2>.view-content>.view-rows>.views-row{margin-bottom:2.5rem;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.view-display-id-page_category_level2>.view-content>.view-rows>.views-row{width:33.333333%}}.path-taxonomy--blog-category #block-content{--tw-bg-opacity:1;background-color:rgb(245 246 247/var(--tw-bg-opacity))}.path-taxonomy--blog-category .term-blog-category-title{padding-bottom:2.1875rem;padding-top:2.1875rem;text-align:center}@media (min-width:1024px){.path-taxonomy--blog-category .term-blog-category-title{text-align:left}}.path-taxonomy--blog-category .term-blog-category-title{color:#002060;font-size:38px;font-weight:600;line-height:1.37}.path-taxonomy--blog-category .views-row article{margin-bottom:50px}.path-taxonomy--blog-category .node--type-blog_post{background:#fff}.path-taxonomy--blog-category .pager{margin-bottom:40px;margin-top:30px}.path-taxonomy--blog-category .pager .pager__items{display:flex;justify-content:center}.path-taxonomy--blog-category .pager .pager__items .pager__item.is-active{opacity:.25}.path-taxonomy--blog-category .pager .pager__items .pager__item a{background-color:#fff;border:2px solid #002060;border-radius:27px;color:#002060;display:block;font-size:14px;font-weight:600;margin-right:25px;padding:12px 14px 11px}.path-taxonomy--post-type .galian_blog_teasers_top_pills{flex-wrap:wrap}.path-taxonomy--post-type .galian_blog_teasers_top_pills>div{margin:10px 0}.path-taxonomy--post-type .galian_blog_teasers_top_pills .pill{margin:0 10px 0 0}.path-taxonomy--post-type .term-blog-category-title{color:#002060;font-size:38px;font-weight:600;line-height:1.37;margin-bottom:60px}.path-taxonomy--post-type .views-row article{margin-bottom:50px;margin-right:35px}.path-taxonomy--post-type .node--type-blog_post{background:#fff}.path-taxonomy--post-type .pager{margin-bottom:40px;margin-top:30px}.path-taxonomy--post-type .pager .pager__items{display:flex;justify-content:center}.path-taxonomy--post-type .pager .pager__items .pager__item.is-active{opacity:.25}.path-taxonomy--post-type .pager .pager__items .pager__item a{background-color:#fff;border:2px solid #002060;border-radius:27px;color:#002060;display:block;font-size:14px;font-weight:600;margin-right:25px;padding:12px 14px 11px}.galian-blog-search-container .form-actions,.galian-blog-teasers-top-pills--wrap-search h2{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.galian-blog-search-container{margin-top:2rem}.galian-blog-search-container .form-search{border-color:#d2d2d3;color:#002060;min-height:2.2rem;padding-bottom:.1rem;padding-top:.1rem;width:100%}.galian-blog-search-content{display:flex;justify-content:center;margin:0 auto;max-width:100%}.galian-blog-search-button{background-color:#efefef;border-radius:50%;box-shadow:0 0 0 .1rem transparent;flex:0 0 auto;height:2.187rem;margin-left:1rem;text-align:center;transition:background-color .3s ease-in,box-shadow .3s ease-in;width:2.187rem}.galian-blog-search-button:focus,.galian-blog-search-button:hover{background-color:#fff;box-shadow:0 0 0 .1rem #002060}.galian-blog-search-button svg{color:#002060;height:2.187rem;margin:0 auto;width:1.25rem}#block-views-search{padding-bottom:1.5625rem;padding-top:1.5625rem}#block-views-search h2{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#block-views-search .search-form-wrapper .search-form{width:100%}#block-views-search .search-form-wrapper .form-item-search-api-fulltext{margin-right:2rem;width:70%}#block-views-search .form-search{border-color:#d2d2d3;color:#002060;padding-bottom:.1rem;padding-top:.1rem;width:100%}#block-views-search .search-form-submit{background-color:#efefef;border-radius:50%;box-shadow:0 0 0 .1rem transparent;height:2rem;position:relative;right:auto;top:auto;transform:none;transition:background-color .3s ease-in,box-shadow .3s ease-in;width:2rem}#block-views-search .search-form-submit:focus,#block-views-search .search-form-submit:hover{background-color:#fff;box-shadow:0 0 0 .1rem #002060}#block-views-search .search-form-submit svg{height:1.063rem;margin:0 auto;width:1.063rem}#block-views-search .group:hover .search-form-submit,#block-views-search .group:hover .search-form-trigger{color:#002060}.view-search .views-row,.view-search h2{margin-bottom:3.125rem}.view-search h2{color:#002060}.view-search .node--type-product_page.node--view-mode-teaser{max-width:100%}.view-search .view-search-view-content{background-color:#f5f6f7;padding-top:3.125rem}.view-search .cetitresection-subtitle{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.cetitresection-title--buble{margin-bottom:2.75rem;margin-top:.3125rem;min-height:2.75rem;position:relative;width:9rem}.cetitresection-title--buble svg{fill:#e68281}.cetitresection-title--buble-svg{display:block;left:0;position:absolute;top:0;z-index:5}.cetitresection-title--buble p{color:#fff;font-size:.875rem;left:0;position:absolute;right:0;text-align:center;top:.5rem;z-index:7}.view-search nav.pager{display:none}.view-search article .node-excerpt .container{max-width:100%!important;padding-left:0;padding-right:0;width:100%}.view-search .node--blog-post--teaser{background-color:#fff}.view-search .view-empty{margin-top:1rem;padding-bottom:3rem;text-align:center}.view-search .pager{background-color:#f5f6f7;padding-bottom:0;padding-top:.8rem;position:relative}.view-search .pager:after{background:#f5f6f7 url(/themes/custom/galian/dist/images/wave-bottom-white.svg?9663c49a80845fb83496563930119a2b) 75% bottom no-repeat;background-size:250rem;content:"";display:block;min-height:5rem;width:100%}.view-search .pager__item a{background-color:transparent}.view-search .pager__item a:focus{outline-offset:-4px}.view-search .pager__item.is-active a{background-color:#002060;color:#fff}.view-search .pager__item--ellipsis{background-color:transparent;border:2px solid #002060;border-radius:1.5em;color:#002060;display:inline-block;line-height:1em;padding:.5em 2em;white-space:nowrap}.view-search .view-display-id-page_composants .views-row h2{font-weight:700;margin-bottom:.5rem}@media (min-width:768px){#block-views-search .search-form-wrapper .form-item-search-api-fulltext{width:33.333%}.cetitresection-title-with-bubble{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.view-search .pager:after{min-height:10rem}}.node--type-hub--service-product .gl_field--field_banner_intro+.bg-white{border-bottom:1px solid #c7d0d9}.node--type-hub--service-product .gl_field--field_banner_intro+.bg-white .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.view-product-service{margin-left:-1.5625rem;margin-right:-1.5625rem;padding-bottom:3.125rem}.view-product-service .view-content{display:flex;flex-direction:column;flex-wrap:wrap}.product-service-column{margin-top:3.125rem;padding:0 1.5625rem 2rem;position:relative;width:100%}.product-service-list h3{font-size:.875rem;margin-top:3rem;text-transform:uppercase}.product-service-list li{font-size:.875rem;margin-top:1rem}.product-service-title{margin-bottom:3rem}.product-service-column:first-of-type h3,.product-service-column:nth-of-type(3) h3,.product-service-column:nth-of-type(4) h3{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.product-service-column:nth-of-type(2) .product-service-list:nth-of-type(2) h3{color:#006464}.product-service-column:nth-of-type(2) .product-service-list:nth-of-type(3) h3{color:#6193cd}.product-service-column:nth-of-type(2) .product-service-list:nth-of-type(4) h3{color:#bbd034}@media (min-width:768px){.view-product-service .view-content{flex-direction:row}.product-service-column{width:50%}.product-service-column:nth-child(2n){border-left:1px solid #00f}}@media (min-width:1024px){.product-service-column{width:33.3333%}.product-service-column:nth-child(2n){border-left:0}.product-service-column:nth-of-type(2),.product-service-column:nth-of-type(5){border-left:1px solid #c7d0d9;border-right:1px solid #c7d0d9}}.view-id-page_metiers.view-display-id-block_hub .view-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.8125rem*var(--tw-space-y-reverse));margin-top:calc(2.8125rem*(1 - var(--tw-space-y-reverse)))}.view-id-page_metiers.view-display-id-block_hub .view-content{padding-bottom:4.4375rem;padding-top:4.4375rem}.term--job-category--all-terms .term--job-category_wrapper{align-items:flex-start;display:flex;flex-direction:row;height:25rem;justify-content:flex-start}.term--job-category--all-terms .term--job-category_wrapper>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3.5rem*var(--tw-space-x-reverse))}.term--job-category--all-terms .term--job-category_wrapper{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.75rem}.term--job-category--all-terms .node--type-hub--service-product .gl_field--field_banner_intro+.term--job-category_wrapper{border-bottom:1px solid #c7d0d9}.term--job-category--all-terms .node--type-hub--service-product .gl_field--field_banner_intro+.term--job-category_wrapper .gl_field--field_subtitle p{font-size:1.375rem;line-height:2rem}.term--job-category--all-terms .term-job-category_image{flex-shrink:0;width:17.8125rem}.term--job-category--all-terms .term-job-category_image img{border-bottom-left-radius:.75rem;border-top-left-radius:.75rem}.term--job-category--all-terms .term-job-category_content{padding-bottom:3.25rem;padding-top:3.25rem}.term--job-category--all-terms .term-job-category_title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem;margin-bottom:1.25rem}.term--job-category--all-terms .term-job-category_icon{padding-bottom:2.5rem;padding-right:2.1875rem;padding-top:2.5rem}.term--job-category--all-terms .gl_field--field_body_raw_multiple>.gl_field__item{margin-bottom:1.875rem;padding-left:2rem}.term--job-category--all-terms .gl_field--field_body_raw_multiple>.gl_field__item:before{background:50% 80% no-repeat transparent var(--check-lightblue);background-size:contain;content:"";display:inline-block;height:1rem;margin-left:-2rem;margin-right:.725rem;width:1.25rem}.view-page-metiers .term--job-category--all-terms .term--job-category_wrapper{height:auto;padding-right:2em}.view-page-metiers .term--job-category--all-terms .term-job-category_image{display:none}.view-page-metiers .term--job-category--all-terms .term-job-category_content{margin-left:0}.view-page-metiers .term--job-category--all-terms .term-job-category_icon{display:none}.view-page-metiers .term--job-category--all-terms .term-job-category_content{padding-bottom:1.375em}@media (min-width:1024px){.view-page-metiers .term--job-category--all-terms .term--job-category_wrapper{align-items:stretch;display:flex;min-height:25em;padding-right:0}.view-page-metiers .term--job-category--all-terms .term-job-category_image{display:block;margin-bottom:0;margin-right:0;width:17.8125rem}.view-page-metiers .term--job-category--all-terms .term-job-category_icon{display:block}.view-page-metiers .term-job-category_image div:not(.visually-hidden),.view-page-metiers .term-job-category_image picture:not(.visually-hidden){height:100%}.view-page-metiers .term-job-category_image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}.paragraph--type--bloc-images-files .paragraph--type--image-file{--tw-border-opacity:0.5;border-bottom-width:1px;border-color:rgb(199 208 217/var(--tw-border-opacity))}.paragraph--type--bloc-images-files .paragraph--type--image-file .gl_field--name{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;line-height:2rem}.paragraph--type--bloc-images-files .paragraph--type--image-file .gl_field--field_media_image img{width:8rem}.paragraph--type--bloc-images-files .paragraph--type--image-file .gl_field--field_media_file{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));margin-bottom:.5rem;margin-top:.5rem;padding-bottom:.75rem;padding-top:1.25rem}.paragraph--type--bloc-images-files .paragraph--type--image-file .gl_field--field_media_file .file-download{--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(0 32 96/var(--tw-bg-opacity))!important;border-radius:9999px!important;color:rgb(255 255 255/var(--tw-text-opacity))!important;font-size:.8rem;font-weight:700!important;font-weight:600!important;margin-bottom:.5rem!important;margin-top:.5rem!important;padding-bottom:.5rem!important;padding-left:3rem!important;padding-right:3rem!important;padding-top:.5rem!important}.paragraph--type--bloc-images-files .paragraph--type--image-file .gl_field--field_media_file .file-download:after{content:url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 22 24" width="12" height="13" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M14.927 8.727 11 5.031 7.073 8.727 4.4 6.212 11 0l6.6 6.212-2.673 2.515Zm-1.727 0v8.442H8.8V8.727h4.4Z"/><path d="M0 14.182h4.4v5.454h13.2v-5.454H22V24H0v-9.818Z"/></svg>');padding-left:1rem}.paragraph--type--block-push-quote{padding-bottom:8rem;padding-top:4rem}.paragraph--type--block-push-quote .gl_field--field_paragraph_3>.gl_field__item{margin-top:15px}.paragraph--type--block-push-quote .gl_field--field_paragraph_3>.gl_field__item:first-child{margin-top:0}.paragraph--type--block-push-quote .gl_field--field_paragraph_3>:not([hidden])~:not([hidden]){margin-left:0;margin-right:0}.paragraph--type--block-push-quote .gl_field--field_paragraph_3 .paragraph--type---item-block-push{width:100%}@media (min-width:1024px){.paragraph--type--block-push-quote .gl_field--field_paragraph_3>.gl_field__item{margin-top:0}.paragraph--type--block-push-quote .gl_field--field_paragraph_3>:not([hidden])~:not([hidden]){margin-left:calc(1.625rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.625rem*var(--tw-space-x-reverse))}.paragraph--type--block-push-quote .gl_field--field_paragraph_3 .paragraph--type---item-block-push{width:20rem}}.paragraph--type--bounce-products .gl_field--field_3_product_reference{align-items:stretch;flex-direction:column}.paragraph--type--bounce-products .gl_field--field_3_product_reference .gl_field__item{margin-bottom:30px}.paragraph--type--bounce-products .gl_field--field_3_product_reference .gl_field__item:last-child{margin-bottom:0}.node--type-product_page.node--view-mode-bounce .node-content,.node--type-product_page.node--view-mode-bounce .node-excerpt{height:auto}.node--type-product_page.node--view-mode-bounce .node-excerpt{margin-top:35px;padding:0}@media (min-width:1024px){.node--type-product_page.node--view-mode-bounce .node-content,.paragraph--type--bounce-products .gl_field--field_3_product_reference{flex-direction:row}.paragraph--type--bounce-products .gl_field--field_3_product_reference .gl_field__item{margin-bottom:0}.node--type-product_page.node--view-mode-bounce .node-content{max-height:10.8rem}.node--type-product_page.node--view-mode-bounce .node-excerpt{height:10.8rem;margin-top:1.5625rem;padding-left:.75rem;padding-right:.75rem}}.paragraph--type--btc-plus-combo .gl_field__items .gl_field__item{margin-bottom:30px}.paragraph--type--btc-plus-combo .gl_field__items .gl_field__item:last-child{margin-bottom:0}.paragraph--type--bubble .bubble-body{padding-left:.5rem;padding-right:2rem}@media (min-width:1024px){.paragraph--type--bubble .bubble-body{padding-left:1.5rem;padding-right:1.5rem}}.paragraph--type--cc-btc table{max-width:100%}.paragraph--type--ce-bande-cta .gl_field--field_links{flex-wrap:wrap;justify-content:center}.paragraph--type--ce-bande-cta .gl_field--field_links .gl_field__item{margin-bottom:16px}@media (min-width:1024px){.paragraph--type--ce-bande-cta .gl_field--field_links .gl_field__item{margin-bottom:0}}.paragraph--type--ce-maxi-push-texte{padding-left:0;padding-right:0}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-box{padding:60px 30px}.paragraph--type--ce-maxi-push-texte .gl_field--field_title{font-size:30px;line-height:1.25}@media (min-width:1024px){.paragraph--type--ce-maxi-push-texte{padding-left:1.5rem;padding-right:1.5rem}.paragraph--type--ce-maxi-push-texte .cemaxipushtxt-box{padding:4.5rem 3.75rem}.paragraph--type--ce-maxi-push-texte .gl_field--field_title{font-size:2.375rem;line-height:3.25rem}}.paragraph--type--ce-mega-push-info-numbers{margin-bottom:2.5rem;margin-top:2.5rem;padding-bottom:10rem;padding-top:10rem}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_media_image{margin-left:20px;margin-right:20px}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_mentions{left:0;margin-bottom:-1.875rem;padding-left:2.5rem;padding-top:3.75rem;position:relative;top:-1.875rem;width:100%}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_numbers{display:flex;flex-direction:column;margin-top:3.75rem}@media (min-width:1024px){.paragraph--type--ce-mega-push-info-numbers{margin-bottom:5rem;margin-top:5rem;padding-bottom:10rem;padding-top:10rem}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_media_image{margin-right:0}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_mentions{left:14rem;margin-bottom:-22.5rem;padding-left:26rem;padding-top:2rem;position:relative;top:-22.5rem;width:calc(100% - 14rem)}.paragraph--type--ce-mega-push-info-numbers .gl_field--field_list_numbers{display:grid;margin-top:6rem}}.paragraph--type--ce-push-3-colonnes-classic .gl_field__items .gl_field__item{margin-bottom:30px}.paragraph--type--ce-push-3-colonnes-classic .gl_field__items .gl_field__item:last-child{margin-bottom:0}@media (min-width:1024px){.paragraph--type--ce-push-3-colonnes-classic .gl_field__items .gl_field__item{margin-bottom:0}}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item{margin-bottom:30px;padding-left:0;padding-right:0}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);display:flex;flex-direction:column;position:relative}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large .gl_image_wrapper{height:17rem;position:relative}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large .gl_image_wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:absolute;width:100%}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large .gl_focus_content_wrapper{height:100%;padding:2.25rem;position:absolute;width:100%}.paragraph--type--ce-push-3col-large .gl_field--field_link_list{flex-direction:column}.paragraph--type--ce-push-3col-large .gl_field--field_link_list>.gl_field__item{margin-bottom:35px}.paragraph--type--ce-push-3col-large .gl_field--field_link_list>.gl_field__item:last-child{margin-bottom:0}.paragraph--type--ce-push-3col-large .gl_field--field_link_list>:not([hidden])~:not([hidden]){margin-left:0;margin-right:0}@media (min-width:1024px){.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item{height:34rem;margin-bottom:0;padding-left:1.125rem;padding-right:1.125rem}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large,.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large .gl_focus_content_wrapper{height:34rem}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large .gl_image_wrapper{height:20rem}.paragraph--type--ce-push-3col-large .gl_field--field_push_teasers.gl_field__items>.gl_field__item .paragraph--type--push-teaser-large .gl_content_wrapper{height:14rem}.paragraph--type--ce-push-3col-large .gl_field--field_link_list{flex-direction:row;margin-left:-1.125rem;margin-right:-1.125rem}.paragraph--type--ce-push-3col-large .gl_field--field_link_list>.gl_field__item{justify-content:left;margin-bottom:0;padding-left:1.125rem;padding-right:1.125rem;width:33.3333%}.paragraph--type--ce-push-3col-large .gl_field--field_link_list>:not([hidden])~:not([hidden]){margin-left:0;margin-right:0}}.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block{margin-bottom:30px}.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block:last-child{margin-bottom:0}.paragraph--type--ce-push-duo-podcast-whitepaper .node--blog-post--bounce-duo{padding:20px}.paragraph--type--ce-push-duo-podcast-whitepaper .node-whitepaper-content{margin-left:-2.5rem;width:60%}.paragraph--type--ce-push-duo-podcast-whitepaper .node--blog-post--bounce-duo .node-title{font-size:16px;line-height:1.35}.paragraph--type--ce-push-duo-podcast-whitepaper .gl_field--body{display:none}@media (min-width:1024px){.paragraph--type--ce-push-duo-podcast-whitepaper .cepushduo-block{margin-bottom:0}.paragraph--type--ce-push-duo-podcast-whitepaper .node--blog-post--bounce-duo{padding:2.1875rem 2.5rem}.paragraph--type--ce-push-duo-podcast-whitepaper .node-whitepaper-content{margin-left:-1rem;width:60%}.paragraph--type--ce-push-duo-podcast-whitepaper .node--blog-post--bounce-duo .node-title{font-size:1.25rem;line-height:1.875rem}.paragraph--type--ce-push-duo-podcast-whitepaper .gl_field--body{display:block}}.paragraph--type--ce-text-slider-3-cols>.gl_field--field_title{font-size:32px;line-height:1.25}@media (min-width:1024px){.paragraph--type--ce-text-slider-3-cols>.gl_field--field_title{font-size:2.375rem;line-height:3.25rem}}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte{flex-direction:column}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .title_text{margin-left:0}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_image{margin-bottom:20px}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_body_raw{margin-top:20px}@media (min-width:1024px){.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte{flex-direction:row}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .title_text{margin-left:3.3125rem}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_image{margin-bottom:0}.paragraph--type--ce-texte-1-col-2 .paragraph--type--picto-titre-texte .gl_field--field_body_raw{margin-top:2.875rem}}.paragraph--type--ce-texte-3-colonnes-classic .gl_field__items .gl_field__item{margin-bottom:30px}.paragraph--type--ce-texte-3-colonnes-classic .gl_field__items .gl_field__item:last-child{margin-bottom:0}@media (min-width:1024px){.paragraph--type--ce-texte-3-colonnes-classic .gl_field__items .gl_field__item{margin-bottom:0}}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto{flex-direction:column}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto .gl_field__item{margin-bottom:30px}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto .gl_field__item:last-child{margin-bottom:0}@media (min-width:1024px){.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto{flex-direction:row}.paragraph--type--ce-texte-4-colonnes-pictos-hauts .gl_field--field_4_colonnes_picto .gl_field__item{margin-bottom:0}}.paragraph--type--ce-titre-section .cetitresection-title{font-size:32px;line-height:1.25}@media (min-width:1024px){.paragraph--type--ce-titre-section .cetitresection-title{font-size:2.375rem;line-height:3.25rem}}.paragraph--type--ce-trombinoscope .gl_field--field_4_colonnes_picto{flex-direction:column}.paragraph--type--ce-trombinoscope .gl_field--field_4_colonnes_picto>.gl_field__item{margin-bottom:30px;text-align:center;width:100%}.paragraph--type--ce-trombinoscope .gl_field--field_4_colonnes_picto>.gl_field__item:last-child{margin-bottom:0}.paragraph--type--ce-trombinoscope .gl_field--field_4_colonnes_picto>.gl_field__item img{margin:0 auto}@media (min-width:1024px){.paragraph--type--ce-trombinoscope .gl_field--field_4_colonnes_picto{align-items:stretch;flex-direction:row}.paragraph--type--ce-trombinoscope .gl_field--field_4_colonnes_picto>.gl_field__item{margin-bottom:0;text-align:left;width:25%}}.paragraph--type--ce-txt-2-col-pictos-left .gl_field__item,.paragraph--type--ce-txt-2-col-pictos-left .gl_field__item:last-child{margin-bottom:20px}@media (min-width:1024px){.paragraph--type--ce-txt-2-col-pictos-left .gl_field__item{margin-bottom:0}}.paragraph--type--ct-bandeau-titre .ctbandeautitre-content{margin-top:0}.paragraph--type--ct-bandeau-titre .gl_field--field_title{display:block;font-size:32px;line-height:1.25}.paragraph--type--ct-bandeau-titre .paragraph--type--ce-bande-cta .gl_field--field_links{flex-wrap:wrap}.paragraph--type--ct-bandeau-titre .paragraph--type--ce-bande-cta .gl_field--field_links .gl_field__item{margin-left:0}.node--type-hub--job-category .paragraph--type--ct-bandeau-titre,.node--type-hub--job-category .paragraph--type--ct-bandeau-titre .ctbandeautitre-content,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre .ctbandeautitre-content,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre .ctbandeautitre-content{min-height:80vh;overflow:hidden;position:relative}.node--type-hub--job-category .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg{bottom:0;position:absolute}.node--type-hub--job-category .paragraph--type--ct-bandeau-titre .image-wrapper,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre .image-wrapper,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:15%;display:flex;left:0}.node--type-page_composants .paragraph--type--ct-bandeau-titre.has-delegate-search .ctbandeautitre-wrapper{min-height:0}.has-delegate-search .gl_field--field_bubble{display:none}.has-delegate-search .gl_field--field_section_title .cetitresection.paragraph--type--ce-titre-section{padding-bottom:2rem!important;padding-top:0!important}.has-delegate-search form{display:flex;flex-direction:column}.has-delegate-search form input,.has-delegate-search form label{display:block}.has-delegate-search form label{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity));font-size:1.375rem;font-weight:700;letter-spacing:normal;line-height:1;margin-bottom:1rem;text-align:left}.has-delegate-search form input{border-color:#fff;max-width:100%;width:100%}.has-delegate-search .form-actions{margin-top:1rem}@media (min-width:1024px){.paragraph--type--ct-bandeau-titre.has-delegate-search .ctbandeautitre-content{margin-top:0;padding-bottom:5.17rem;padding-top:5.17rem}.has-delegate-search form{align-items:end;flex-direction:row}.has-delegate-search .form-item{margin-right:1rem;max-width:18rem}.has-delegate-search .form-actions{margin-top:0}.has-delegate-search .form-actions input{min-width:0;padding:.7rem}.paragraph--type--ct-bandeau-titre .ctbandeautitre-content{margin-top:2.5rem}.paragraph--type--ct-bandeau-titre .gl_field--field_title{font-size:2.375rem;line-height:3.25rem}.paragraph--type--ct-bandeau-titre .image-wrapper{display:flex}.node--type-hub--job-category .paragraph--type--ct-bandeau-titre,.node--type-hub--job-category .paragraph--type--ct-bandeau-titre .ctbandeautitre-content,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre .ctbandeautitre-content,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre .ctbandeautitre-content{min-height:24.3rem;min-height:auto;position:static}.node--type-hub--job-category .paragraph--type--ct-bandeau-titre .image-wrapper,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre .image-wrapper,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre .image-wrapper{--tw-translate-x:2vw;left:50%}.node--type-hub--job-category .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg,.node--type-hub--job-offer .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg,.node--type-hub--story-collab .paragraph--type--ct-bandeau-titre .ctbandeautitre-pattern svg{position:static}}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>.gl_field__item{margin-bottom:30px}.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>.gl_field__item:last-child{margin-bottom:0}@media (min-width:1024px){.paragraph--type--ct-bounce-3-pushs-basik .gl_field--field_links>.gl_field__item{margin-bottom:0}}.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul li{width:100%}@media (min-width:1024px){.paragraph--type--ct-bounce-explore .gl_field--field_menu_reference>ul li{width:33.333333%}}.paragraph--type--ct-publication-solo{margin-top:0}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce{height:auto;margin:0 auto;padding:60px 40px 0;width:22.5rem}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce:before{left:0;top:0;transform:none}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce{display:flex;flex-direction:column;justify-content:center;min-height:12.3rem}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce>*{position:static}.paragraph--type--ct-publication-solo .gl_field--field_main_image{left:-5rem;position:absolute;top:5rem;width:12rem}.paragraph--type--ct-publication-solo .gl_field--field_body_raw,.paragraph--type--ct-publication-solo .gl_field--field_document,.paragraph--type--ct-publication-solo h2{position:relative!important}.paragraph--type--ct-publication-solo .node--type-publication.picture .gl_field--field_body_raw,.paragraph--type--ct-publication-solo .node--type-publication.picture .gl_field--field_document,.paragraph--type--ct-publication-solo .node--type-publication.picture h2{margin-left:6rem}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce .gl_field--title{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce .gl_field--title:focus,.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce .gl_field--title:hover{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}@media (min-width:768px){.paragraph--type--ct-publication-solo{margin-top:2.1875rem}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce{height:auto;margin:0;padding:0;width:22.813rem}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce:before{left:50%;top:50%;transform:translateX(-65%) translateY(-45%)}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce.picture:before{left:50%;top:50%;transform:translateX(-45%) translateY(-45%)}.paragraph--type--ct-publication-solo .gl_field--field_main_image{left:-5rem;top:1rem}.paragraph--type--ct-publication-solo .node--type-publication.picture .gl_field--field_body_raw,.paragraph--type--ct-publication-solo .node--type-publication.picture .gl_field--field_document,.paragraph--type--ct-publication-solo .node--type-publication.picture h2{margin-left:8rem}}@media (min-width:1024px){.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce:before{transform:translateX(-75%) translateY(-45%)}.paragraph--type--ct-publication-solo .node--type-publication.node--view-mode-bounce.picture:before{transform:translateX(-45%) translateY(-45%) scale(1.2)}.paragraph--type--ct-publication-solo .gl_field--field_publication_references>.gl_field__item{width:50%}.paragraph--type--ct-publication-solo .gl_field--field_main_image{left:-10rem;top:0;width:18rem}.paragraph--type--ct-publication-solo .node--type-publication.picture .gl_field--field_body_raw,.paragraph--type--ct-publication-solo .node--type-publication.picture .gl_field--field_document,.paragraph--type--ct-publication-solo .node--type-publication.picture h2{margin-left:9.5rem}}.paragraph--type--links-block svg{color:#001252}.paragraph--type--push-3-blog .galian_blog_teasers_top_pills{display:block}.paragraph--type--push-3-blog .galian_blog_teasers_top_pills div{display:inline}.paragraph--type--push-3-blog .galian_blog_teasers_top_pills .pill{display:inline-block;margin:10px 10px 0 0}.paragraph--type--push-3-blog .gl_field--field_blog_reference article{margin-bottom:30px}.paragraph--type--push-3-blog .gl_field--field_blog_reference article .gl_field--field_media_image{height:200px;position:relative}.paragraph--type--push-3-blog .gl_field--field_blog_reference article .gl_field--field_media_image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:absolute;width:100%}@media (min-width:1024px){.paragraph--type--push-3-blog .galian_blog_teasers_top_pills{display:flex;flex-wrap:wrap;width:100%}.paragraph--type--push-3-blog .galian_blog_teasers_top_pills div{display:flex}.paragraph--type--push-3-blog .galian_blog_teasers_top_pills .pill{margin:0 10px 0 0}.paragraph--type--push-3-blog .gl_field--field_blog_reference article{margin-bottom:0}.paragraph--type--push-3-blog .gl_field--field_blog_reference article .gl_field--field_media_image{height:auto}.paragraph--type--push-3-blog .gl_field--field_blog_reference article .gl_field--field_media_image img{height:auto;position:static;width:auto}.paragraph--type--ce-push-last-articles .view-content{display:flex;flex-direction:row;justify-content:space-between;margin-left:-1.125rem;margin-right:-1.125rem}}.paragraph--type--ce-push-last-articles .view-content .views-row{padding-left:1.125rem;padding-right:1.125rem}@media (min-width:1024px){.paragraph--type--ce-push-last-articles .view-content .views-row{display:flex;flex-direction:column;height:100%;width:33.333333%}}.paragraph--type--ce-push-last-articles .galian_blog_teasers_top_pills{display:block}.paragraph--type--ce-push-last-articles.galian_blog_teasers_top_pills div{display:inline}.paragraph--type--ce-push-last-articles.galian_blog_teasers_top_pills .pill{display:inline-block;margin:10px 10px 0 0}.paragraph--type--ce-push-last-articles .gl_field--field_last_articles article{margin-bottom:30px}.paragraph--type--ce-push-last-articles .gl_field--field_media_image{height:200px;position:relative}.paragraph--type--ce-push-last-articles .gl_field--field_media_image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:absolute;width:100%}.path-frontpage .galian-blog-teasers-top-pills--wrap-search{justify-content:center;width:100%}.path-frontpage .galian-blog-teasers-top-pills--wrap-search div{display:inline-flex}.paragraph--type--ce-push-last-articles .more-link{margin:40px 0 20px;text-align:center}@media (min-width:1024px){.paragraph--type--ce-push-last-articles .view-content>.views-row{margin-bottom:0;padding-left:1.125rem;padding-right:1.125rem}.paragraph--type--ce-push-last-articles .galian_blog_teasers_top_pills{width:100%}.paragraph--type--ce-push-last-articles .galian_blog_teasers_top_pills div{display:flex}.paragraph--type--ce-push-last-articles .galian_blog_teasers_top_pills .pill{margin:0 10px 0 0}.paragraph--type--ce-push-last-articles .gl_field--field_last_articles article{margin-bottom:0}.paragraph--type--ce-push-last-articles .gl_field--field_media_image{height:auto}.paragraph--type--ce-push-last-articles .gl_field--field_media_image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;position:static;width:100%}}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item{height:auto;margin-bottom:30px;width:100%}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.absolute{left:50%;transform:translateX(-50%)}@media (min-width:1024px){.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item{height:14rem}.paragraph--type--rebonds-3-col-picto .gl_field--field_colonnes_picto>.gl_field__item svg.absolute{left:0;transform:var(--tw-transform)}}.paragraph--type--title-paragraph .gl_field--field_colonnes_picto .gl_field__item{margin-bottom:30px}.paragraph--type--title-paragraph .gl_field--field_colonnes_picto .gl_field__item:last-child{margin-bottom:0}#site-mainHeader,.block-event-banner{display:none}body.alpine-loaded #site-mainHeader,body.alpine-loaded .block-event-banner{display:block}body.open{position:fixed;width:100%}body.open .iconopen{display:block!important}body.open .iconclose{display:none!important}body.open .mobile-menu{opacity:1;visibility:visible}#block-main-menu-mobile>ul{margin-bottom:2rem}#block-main-menu-mobile>ul>li:first-child{border-top:1px solid #cdd7dc}#block-main-menu-mobile>ul>li:last-child{border-bottom:1px solid #cdd7dc}.region--mobile-menu #block-galian-menuducomptedelutilisateur{position:relative}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown-close{color:#002060;position:absolute;right:27px;top:25px}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown{background:#fff;border-radius:24px;bottom:60px;box-shadow:0 0 32px 16px rgba(0,0,0,.3);left:15px;padding:24px;position:absolute;right:15px;z-index:101}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown li{display:block!important;margin-bottom:1rem}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown li:first-child{color:#002060;font-size:20px;font-weight:700}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown li>a{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 32 96/var(--tw-bg-opacity));border-color:rgb(0 32 96/var(--tw-border-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;font-weight:500;line-height:1;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown li>a:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));color:rgb(0 32 96/var(--tw-text-opacity))}.region--mobile-menu #block-galian-menuducomptedelutilisateur .login-dropdown li>a{border-radius:1.5625rem;border-width:1px;display:inline-flex;flex-direction:row;justify-content:center;padding:12px 16px}ul[data-region=footer_main]>li .menu_link_content>ul.menu-level-1.menu-level-margin:first-child{margin-bottom:2.25rem}@media (min-width:1024px){.lg\:container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%}@media (min-width:640px){.lg\:container{max-width:640px}}@media (min-width:768px){.lg\:container{max-width:768px;padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.lg\:container{max-width:1024px}}@media (min-width:1280px){.lg\:container{max-width:1280px}}@media (min-width:1536px){.lg\:container{max-width:1536px}}}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:m-auto:after{content:var(--tw-content);margin:auto}.after\:h-\[80\%\]:after{content:var(--tw-content);height:80%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:bg-\[\#B2CBFE\]:after{--tw-bg-opacity:1;background-color:rgb(178 203 254/var(--tw-bg-opacity));content:var(--tw-content)}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.hover\:translate-x-2:hover{--tw-translate-x:0.5rem}.hover\:scale-105:hover,.hover\:translate-x-2:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-95:hover{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#E30613\]:hover{--tw-border-opacity:1;border-color:rgb(227 6 19/var(--tw-border-opacity))}.hover\:border-blue-450:hover{--tw-border-opacity:1;border-color:rgb(10 49 245/var(--tw-border-opacity))}.hover\:border-green:hover{--tw-border-opacity:1;border-color:rgb(0 100 100/var(--tw-border-opacity))}.hover\:border-lightblue:hover{--tw-border-opacity:1;border-color:rgb(97 147 205/var(--tw-border-opacity))}.hover\:border-transparent:hover{border-color:transparent}.hover\:bg-blue-350:hover{--tw-bg-opacity:1;background-color:rgb(218 232 254/var(--tw-bg-opacity))}.hover\:bg-blue-450:hover{--tw-bg-opacity:1;background-color:rgb(10 49 245/var(--tw-bg-opacity))}.hover\:bg-green:hover{--tw-bg-opacity:1;background-color:rgb(0 100 100/var(--tw-bg-opacity))}.hover\:bg-lightblue:hover{--tw-bg-opacity:1;background-color:rgb(97 147 205/var(--tw-bg-opacity))}.hover\:bg-lightblue-invert:hover{--tw-bg-opacity:1;background-color:rgb(230 240 250/var(--tw-bg-opacity))}.hover\:bg-lightblue-invert-150:hover{--tw-bg-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:\!text-blue-450:hover{--tw-text-opacity:1!important;color:rgb(10 49 245/var(--tw-text-opacity))!important}.hover\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.hover\:text-\[\#0A31F5\]:hover{--tw-text-opacity:1;color:rgb(10 49 245/var(--tw-text-opacity))}.hover\:text-blue:hover{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.hover\:text-blue-450:hover{--tw-text-opacity:1;color:rgb(10 49 245/var(--tw-text-opacity))}.hover\:text-lightblue:hover{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}.hover\:text-text-gray:hover{--tw-text-opacity:1;color:rgb(35 47 60/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.group:hover .group-hover\:text-lightblue{--tw-text-opacity:1;color:rgb(97 147 205/var(--tw-text-opacity))}@media (min-width:640px){.sm\:my-0{margin-bottom:0;margin-top:0}.sm\:w-max{width:-moz-max-content;width:max-content}.sm\:translate-x-10{--tw-translate-x:2.25rem}.sm\:translate-x-10,.sm\:translate-y-\[4rem\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-\[4rem\]{--tw-translate-y:4rem}.sm\:scale-75{--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:pt-16{padding-top:4rem}.sm\:text-left{text-align:left}.sm\:\!text-5xl{font-size:3rem!important}.sm\:\!leading-none,.sm\:\!text-5xl{line-height:1!important}}@media (min-width:768px){.md\:right-4{right:1rem}.md\:top-4{top:1rem}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-start-2{grid-column-start:2}.md\:col-start-3{grid-column-start:3}.md\:col-start-8{grid-column-start:8}.md\:col-end-12{grid-column-end:12}.md\:row-span-1{grid-row:span 1/span 1}.md\:row-span-2{grid-row:span 2/span 2}.md\:-mx-g16{margin-left:-1rem;margin-right:-1rem}.md\:-mx-g35{margin-left:-2.1875rem;margin-right:-2.1875rem}.md\:-mx-g38{margin-left:-2.40625rem;margin-right:-2.40625rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-24{margin-bottom:6rem;margin-top:6rem}.md\:my-32{margin-bottom:8rem;margin-top:8rem}.md\:mb-11{margin-bottom:2.75rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-24{margin-bottom:6rem}.md\:mr-2{margin-right:.5rem}.md\:mt-0{margin-top:0}.md\:mt-24{margin-top:6rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-\[100px\]{height:100px}.md\:h-\[44px\]{height:44px}.md\:w-1\/2{width:50%}.md\:w-1\/5{width:20%}.md\:w-10\/12{width:83.333333%}.md\:w-2\/4{width:50%}.md\:w-8\/12{width:66.666667%}.md\:w-\[22\.8125rem\]{width:22.8125rem}.md\:w-auto{width:auto}.md\:w-max{width:-moz-max-content;width:max-content}.md\:flex-1{flex:1 1 0%}.md\:flex-grow{flex-grow:1}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-y-2{row-gap:.5rem}.md\:gap-y-4{row-gap:1rem}.md\:gap-y-5{row-gap:1.25rem}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.md\:p-14{padding:3.5rem}.md\:p-16{padding:4rem}.md\:p-8{padding:2rem}.md\:p-g45{padding:2.8125rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-g16{padding-left:1rem;padding-right:1rem}.md\:px-g45{padding-left:2.8125rem;padding-right:2.8125rem}.md\:py-10{padding-bottom:2.25rem;padding-top:2.25rem}.md\:py-32{padding-bottom:8rem;padding-top:8rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:py-g30{padding-bottom:1.875rem;padding-top:1.875rem}.md\:pb-10{padding-bottom:2.25rem}.md\:pl-4{padding-left:1rem}.md\:pl-8{padding-left:2rem}.md\:pl-g35{padding-left:2.1875rem}.md\:pr-0{padding-right:0}.md\:pr-52{padding-right:13rem}.md\:pt-24{padding-top:6rem}.md\:pt-32{padding-top:8rem}.md\:text-\[1\.375rem\]{font-size:1.375rem}.md\:text-\[28px\]{font-size:28px}.md\:text-\[40px\]{font-size:40px}.md\:leading-\[38px\]{line-height:38px}.md\:tracking-tight{letter-spacing:-.025em}.md\:drop-shadow-xl{--tw-drop-shadow:drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.md\:flex-children-nogrow>*{flex-grow:0}}@media (min-width:1024px){.lg\:static{position:static}.lg\:absolute{position:absolute}.lg\:-right-\[10\%\]{right:-10%}.lg\:bottom-\[-1\.45rem\]{bottom:-1.45rem}.lg\:left-0{left:0}.lg\:left-1\/2{left:50%}.lg\:left-8{left:2rem}.lg\:left-\[-30rem\]{left:-30rem}.lg\:right-0{right:0}.lg\:right-6{right:1.5rem}.lg\:right-6\.5{right:1.625rem}.lg\:right-auto{right:auto}.lg\:top-5{top:1.25rem}.lg\:top-8{top:2rem}.lg\:top-\[-17rem\]{top:-17rem}.lg\:z-\[999\]{z-index:999}.lg\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:-mx-4\.5{margin-left:-1.125rem;margin-right:-1.125rem}.lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:-mx-g16{margin-left:-1rem;margin-right:-1rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:-mt-72{margin-top:-18rem}.lg\:-mt-8{margin-top:-2rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-2{margin-bottom:.5rem}.lg\:mb-g78{margin-bottom:4.875rem}.lg\:ml-8{margin-left:2rem}.lg\:mr-2{margin-right:.5rem}.lg\:mr-auto{margin-right:auto}.lg\:mt-0{margin-top:0}.lg\:mt-11{margin-top:2.75rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-\[-10rem\]{margin-top:-10rem}.lg\:mt-\[5\.875rem\]{margin-top:5.875rem}.lg\:mt-g16{margin-top:1rem}.lg\:mt-g55{margin-top:3.5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-14{height:3.5rem}.lg\:h-\[157px\]{height:157px}.lg\:h-\[198px\]{height:198px}.lg\:h-\[200\%\]{height:200%}.lg\:h-\[286px\]{height:286px}.lg\:h-\[36\.375rem\]{height:36.375rem}.lg\:h-\[740px\]{height:740px}.lg\:h-full{height:100%}.lg\:min-h-\[23rem\]{min-height:23rem}.lg\:min-h-\[29\.25rem\]{min-height:29.25rem}.lg\:min-h-\[33\.125rem\]{min-height:33.125rem}.lg\:min-h-\[40rem\]{min-height:40rem}.lg\:min-h-\[53\.125rem\]{min-height:53.125rem}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-48{width:12rem}.lg\:w-5\/12{width:41.666667%}.lg\:w-\[100\%\]{width:100%}.lg\:w-\[12\.5rem\]{width:12.5rem}.lg\:w-\[12rem\]{width:12rem}.lg\:w-\[17\.5rem\]{width:17.5rem}.lg\:w-\[18rem\]{width:18rem}.lg\:w-\[200\%\]{width:200%}.lg\:w-\[21\.875rem\]{width:21.875rem}.lg\:w-\[22\.68rem\]{width:22.68rem}.lg\:w-\[27\%\]{width:27%}.lg\:w-\[282px\]{width:282px}.lg\:w-\[355px\]{width:355px}.lg\:w-\[540px\]{width:540px}.lg\:w-\[700px\]{width:700px}.lg\:w-\[73\%\]{width:73%}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:max-w-\[30rem\]{max-width:30rem}.lg\:max-w-\[60\%\]{max-width:60%}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-grow-0{flex-grow:0}.lg\:translate-x-\[10vw\]{--tw-translate-x:10vw}.lg\:translate-x-\[10vw\],.lg\:translate-x-\[2vw\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-x-\[2vw\]{--tw-translate-x:2vw}.lg\:translate-y-0{--tw-translate-y:0px}.lg\:translate-y-0,.lg\:translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-y-full{--tw-translate-y:100%}.lg\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.lg\:scale-100,.lg\:scale-\[60\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:scale-\[60\%\]{--tw-scale-x:60%;--tw-scale-y:60%}.lg\:grid-flow-row{grid-auto-flow:row}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:items-stretch{align-items:stretch}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-y-18{row-gap:4.5rem}.lg\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.25rem*var(--tw-space-x-reverse))}.lg\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.lg\:space-x-g27>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.6875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.6875rem*var(--tw-space-x-reverse))}.lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.lg\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.lg\:space-y-4\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.125rem*var(--tw-space-y-reverse));margin-top:calc(1.125rem*(1 - var(--tw-space-y-reverse)))}.lg\:divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(2px*var(--tw-divide-x-reverse))}.lg\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)))}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:rounded-lg{border-radius:.5rem}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-2{border-bottom-width:2px}.lg\:border-r-2{border-right-width:2px}.lg\:border-t-0{border-top-width:0}.lg\:border-transparent{border-color:transparent}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.lg\:p-0{padding:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:px-28{padding-left:7rem;padding-right:7rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-4\.5{padding-left:1.125rem;padding-right:1.125rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-g16{padding-left:1rem;padding-right:1rem}.lg\:px-g25{padding-left:1.5625rem;padding-right:1.5625rem}.lg\:px-g55{padding-left:3.5rem;padding-right:3.5rem}.lg\:py-0{padding-bottom:0;padding-top:0}.lg\:py-11{padding-bottom:2.75rem;padding-top:2.75rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:py-4{padding-bottom:1rem;padding-top:1rem}.lg\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.lg\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.lg\:py-7\.5{padding-bottom:1.825rem;padding-top:1.825rem}.lg\:py-g60{padding-bottom:3.75rem;padding-top:3.75rem}.lg\:pl-\[20\.75rem\]{padding-left:20.75rem}.lg\:pr-g40{padding-right:2.5rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-72{padding-top:18rem}.lg\:text-left{text-align:left}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-\[22px\]{font-size:22px}.lg\:text-\[44px\]{font-size:44px}.lg\:text-base{font-size:1rem;line-height:1.25rem}.lg\:text-heading-large{font-size:2.375rem;line-height:3.25rem}.lg\:text-xs{font-size:.75rem;line-height:1.125rem}.lg\:leading-7{line-height:1.75rem}.lg\:\!text-blue{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important}.lg\:text-blue{--tw-text-opacity:1;color:rgb(0 32 96/var(--tw-text-opacity))}.lg\:shadow{--tw-shadow:0 3px 6px 0 rgba(0,0,0,.16);--tw-shadow-colored:0 3px 6px 0 var(--tw-shadow-color)}.lg\:shadow,.lg\:shadow-3xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-3xl{--tw-shadow:0px 16px 32px 0px rgba(0,0,0,.3);--tw-shadow-colored:0px 16px 32px 0px var(--tw-shadow-color)}.lg\:hover\:\!text-blue:hover{--tw-text-opacity:1!important;color:rgb(0 32 96/var(--tw-text-opacity))!important}}@media (min-width:1280px){.xl\:col-span-5{grid-column:span 5/span 5}.xl\:col-span-6{grid-column:span 6/span 6}.xl\:col-start-7{grid-column-start:7}.xl\:mb-0{margin-bottom:0}.xl\:ml-0{margin-left:0}.xl\:ml-6{margin-left:1.5rem}.xl\:mr-0{margin-right:0}.xl\:mr-auto{margin-right:auto}.xl\:mt-0{margin-top:0}.xl\:mt-4{margin-top:1rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:h-full{height:100%}.xl\:min-h-\[206px\]{min-height:206px}.xl\:w-1\/4{width:25%}.xl\:w-5\/12{width:41.666667%}.xl\:w-\[1000px\]{width:1000px}.xl\:w-\[calc\(25\%-2\.2rem\)\]{width:calc(25% - 2.2rem)}.xl\:w-full{width:100%}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-grow-0{flex-grow:0}.xl\:grid-flow-col{grid-auto-flow:column}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:items-center{align-items:center}.xl\:items-stretch{align-items:stretch}.xl\:justify-start{justify-content:flex-start}.xl\:justify-center{justify-content:center}.xl\:justify-items-stretch{justify-items:stretch}.xl\:gap-10{gap:2.25rem}.xl\:gap-12{gap:3rem}.xl\:gap-16{gap:4rem}.xl\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.25rem*var(--tw-space-x-reverse))}.xl\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.xl\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.xl\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)))}.xl\:border-none{border-style:none}.xl\:bg-transparent{background-color:transparent}.xl\:p-8{padding:2rem}.xl\:px-0{padding-left:0;padding-right:0}.xl\:py-0{padding-top:0}.xl\:pb-0,.xl\:py-0{padding-bottom:0}.xl\:pb-\[71px\]{padding-bottom:71px}.xl\:pl-12{padding-left:3rem}.xl\:pl-16{padding-left:4rem}.xl\:pl-3{padding-left:.75rem}.xl\:pl-3\.5{padding-left:.875rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pl-5\.5{padding-left:1.375rem}.xl\:pr-8{padding-right:2rem}.xl\:pt-14{padding-top:3.5rem}.xl\:pt-32{padding-top:8rem}.xl\:text-left{text-align:left}.xl\:\!text-\[72px\]{font-size:72px!important}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:text-\[44px\]{font-size:44px}.xl\:text-\[48px\]{font-size:48px}.xl\:text-base{font-size:1rem;line-height:1.25rem}.xl\:text-sm{font-size:.875rem;line-height:1}.xl\:text-xs{font-size:.75rem;line-height:1.125rem}.xl\:\!leading-\[80px\]{line-height:80px!important}.xl\:leading-\[52px\]{line-height:52px}.xl\:tracking-\[-0\.8px\]{letter-spacing:-.8px}}@media (min-width:1536px){.\32xl\:right-0{right:0}.\32xl\:mb-0{margin-bottom:0}.\32xl\:ml-\[35\%\]{margin-left:35%}.\32xl\:flex{display:flex}.\32xl\:w-\[65\%\]{width:65%}}.\[\&_a\]\:flex a{display:flex}.\[\&_a\]\:h-full a{height:100%}.\[\&_a\]\:w-full a{width:100%}.\[\&_a\]\:items-center a{align-items:center}.\[\&_a\]\:justify-center a{justify-content:center}.\[\&_a\]\:rounded-\[8px\] a{border-radius:8px}.\[\&_a\]\:after\:absolute a:after{content:var(--tw-content);position:absolute}.\[\&_a\]\:after\:left-0 a:after{content:var(--tw-content);left:0}.\[\&_a\]\:after\:top-0 a:after{content:var(--tw-content);top:0}.\[\&_a\]\:after\:h-full a:after{content:var(--tw-content);height:100%}.\[\&_a\]\:after\:w-full a:after{content:var(--tw-content);width:100%}.hover\:\[\&_a\]\:bg-\[\#F0F6FF\] a:hover{--tw-bg-opacity:1;background-color:rgb(240 246 255/var(--tw-bg-opacity))}.hover\:\[\&_a\]\:\!text-\[\#0A31F5\] a:hover{--tw-text-opacity:1!important;color:rgb(10 49 245/var(--tw-text-opacity))!important}.\[\&_img\]\:mt-\[-24px\] img{margin-top:-24px}.\[\&_span\]\:hover\:\!text-blue-450:hover span{--tw-text-opacity:1!important;color:rgb(10 49 245/var(--tw-text-opacity))!important}.\[\&_span\]\:hover\:\!text-white:hover span{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}@media (min-width:1024px){.lg\:\[\&_svg\]\:rotate-180 svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.\[\&_ul\]\:w-full ul{width:100%}@media (min-width:768px){.md\:\[\&_ul\]\:w-full ul{width:100%}} .gl-icon{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;color:blue;display:inline-flex}.gl-icon,.gl-icon--md{height:1rem;width:1rem}.gl-icon--xs{height:.5rem;width:.5rem}.gl-icon--sm{height:.75rem;width:.75rem}.gl-icon--lg{height:1.5rem;width:1.5rem}.gl-icon--xl{height:2rem;width:2rem}.gl-icon--2xl{height:3rem;width:3rem}.gl-icon-apartment{background-image:url(/themes/custom/galian/dist/sprite.svg#apartment-usage)}.gl-icon-arrow-down{background-image:url(/themes/custom/galian/dist/sprite.svg#arrow-down-usage)}.gl-icon-prev-arrow{background-image:url(/themes/custom/galian/dist/sprite.svg#prev-arrow-usage)}.gl-icon-next-arrow{background-image:url(/themes/custom/galian/dist/sprite.svg#next-arrow-usage)}.gl-icon-balcony{background-image:url(/themes/custom/galian/dist/sprite.svg#balcony-usage)}.gl-icon-bomb{background-image:url(/themes/custom/galian/dist/sprite.svg#bomb-usage)}.gl-icon-briefcase{background-image:url(/themes/custom/galian/dist/sprite.svg#briefcase-usage)}.gl-icon-building{background-image:url(/themes/custom/galian/dist/sprite.svg#building-usage)}.gl-icon-burger{background-image:url(/themes/custom/galian/dist/sprite.svg#burger-usage)}.gl-icon-calendar{background-image:url(/themes/custom/galian/dist/sprite.svg#calendar-usage)}.gl-icon-car{background-image:url(/themes/custom/galian/dist/sprite.svg#car-usage)}.gl-icon-check{background-image:url(/themes/custom/galian/dist/sprite.svg#check-usage)}.gl-icon-chevron-up{background-image:url(/themes/custom/galian/dist/sprite.svg#chevron-up-usage)}.gl-icon-chevron-right{background-image:url(/themes/custom/galian/dist/sprite.svg#chevron-right-usage)}.gl-icon-chevron-down{background-image:url(/themes/custom/galian/dist/sprite.svg#chevron-down-usage)}.gl-icon-chevron-left{background-image:url(/themes/custom/galian/dist/sprite.svg#chevron-left-usage)}.gl-icon-co-ownership{background-image:url(/themes/custom/galian/dist/sprite.svg#co-ownership-usage)}.gl-icon-contact{background-image:url(/themes/custom/galian/dist/sprite.svg#contact-usage)}.gl-icon-cross{background-image:url(/themes/custom/galian/dist/sprite.svg#cross-usage)}.gl-icon-diamond{background-image:url(/themes/custom/galian/dist/sprite.svg#diamond-usage)}.gl-icon-doc{background-image:url(/themes/custom/galian/dist/sprite.svg#doc-usage)}.gl-icon-document{background-image:url(/themes/custom/galian/dist/sprite.svg#document-usage)}.gl-icon-download{background-image:url(/themes/custom/galian/dist/sprite.svg#download-usage)}.gl-icon-drop{background-image:url(/themes/custom/galian/dist/sprite.svg#drop-usage)}.gl-icon-electricity{background-image:url(/themes/custom/galian/dist/sprite.svg#electricity-usage)}.gl-icon-eye{background-image:url(/themes/custom/galian/dist/sprite.svg#eye-usage)}.gl-icon-facebook{background-image:url(/themes/custom/galian/dist/sprite.svg#facebook-usage)}.gl-icon-fast{background-image:url(/themes/custom/galian/dist/sprite.svg#fast-usage)}.gl-icon-fire{background-image:url(/themes/custom/galian/dist/sprite.svg#fire-usage)}.gl-icon-galian-logo{background-image:url(/themes/custom/galian/dist/sprite.svg#galian-logo-usage)}.gl-icon-garage{background-image:url(/themes/custom/galian/dist/sprite.svg#garage-usage)}.gl-icon-garbage{background-image:url(/themes/custom/galian/dist/sprite.svg#garbage-usage)}.gl-icon-glass-breakage{background-image:url(/themes/custom/galian/dist/sprite.svg#glass-breakage-usage)}.gl-icon-headset{background-image:url(/themes/custom/galian/dist/sprite.svg#headset-usage)}.gl-icon-health{background-image:url(/themes/custom/galian/dist/sprite.svg#health-usage)}.gl-icon-heart{background-image:url(/themes/custom/galian/dist/sprite.svg#heart-usage)}.gl-icon-home{background-image:url(/themes/custom/galian/dist/sprite.svg#home-usage)}.gl-icon-home-loan{background-image:url(/themes/custom/galian/dist/sprite.svg#home-loan-usage)}.gl-icon-information{background-image:url(/themes/custom/galian/dist/sprite.svg#information-usage)}.gl-icon-instagram{background-image:url(/themes/custom/galian/dist/sprite.svg#instagram-usage)}.gl-icon-leaf{background-image:url(/themes/custom/galian/dist/sprite.svg#leaf-usage)}.gl-icon-linkedin{background-image:url(/themes/custom/galian/dist/sprite.svg#linkedin-usage)}.gl-icon-location{background-image:url(/themes/custom/galian/dist/sprite.svg#location-usage)}.gl-icon-log-out{background-image:url(/themes/custom/galian/dist/sprite.svg#log-out-usage)}.gl-icon-magnifying-glass{background-image:url(/themes/custom/galian/dist/sprite.svg#magnifying-glass-usage)}.gl-icon-menu-open{background-image:url(/themes/custom/galian/dist/sprite.svg#menu-open-usage)}.gl-icon-menu-closed{background-image:url(/themes/custom/galian/dist/sprite.svg#menu-closed-usage)}.gl-icon-menu{background-image:url(/themes/custom/galian/dist/sprite.svg#menu-usage)}.gl-icon-money{background-image:url(/themes/custom/galian/dist/sprite.svg#money-usage)}.gl-icon-owner{background-image:url(/themes/custom/galian/dist/sprite.svg#owner-usage)}.gl-icon-padlock{background-image:url(/themes/custom/galian/dist/sprite.svg#padlock-usage)}.gl-icon-pen{background-image:url(/themes/custom/galian/dist/sprite.svg#pen-usage)}.gl-icon-picture{background-image:url(/themes/custom/galian/dist/sprite.svg#picture-usage)}.gl-icon-porch{background-image:url(/themes/custom/galian/dist/sprite.svg#porch-usage)}.gl-icon-service{background-image:url(/themes/custom/galian/dist/sprite.svg#service-usage)}.gl-icon-shield{background-image:url(/themes/custom/galian/dist/sprite.svg#shield-usage)}.gl-icon-star{background-image:url(/themes/custom/galian/dist/sprite.svg#star-usage)}.gl-icon-storm{background-image:url(/themes/custom/galian/dist/sprite.svg#storm-usage)}.gl-icon-technology{background-image:url(/themes/custom/galian/dist/sprite.svg#technology-usage)}.gl-icon-tenant{background-image:url(/themes/custom/galian/dist/sprite.svg#tenant-usage)}.gl-icon-thief{background-image:url(/themes/custom/galian/dist/sprite.svg#thief-usage)}.gl-icon-thumb-up{background-image:url(/themes/custom/galian/dist/sprite.svg#thumb-up-usage)}.gl-icon-tornado{background-image:url(/themes/custom/galian/dist/sprite.svg#tornado-usage)}.gl-icon-x{background-image:url(/themes/custom/galian/dist/sprite.svg#x-usage)}.gl-icon-x-twitter{background-image:url(/themes/custom/galian/dist/sprite.svg#x-twitter-usage)}.gl-icon-twitter{background-image:url(/themes/custom/galian/dist/sprite.svg#twitter-usage)}.gl-icon-validated{background-image:url(/themes/custom/galian/dist/sprite.svg#validated-usage)}.gl-icon-youtube{background-image:url(/themes/custom/galian/dist/sprite.svg#youtube-usage)}.gl-icon-picto-play{background-image:url(/themes/custom/galian/dist/sprite.svg#picto-play-usage)} a[class^='cta-wysiwyg']{border-radius:9999px;padding:0.5rem 3rem;color:rgb(255 255 255);font-weight:700;display:inline-block;}.cta-wysiwyg-salmon{background-color:#E68282;}.cta-wysiwyg-yellow{background-color:#ebc76e;}.cta-wysiwyg-purple{background-color:#502d82;}.cta-wysiwyg-greenblue{background-color:#19738c;}.cta-wysiwyg-apple{background-color:#bbd034;}.cta-wysiwyg-green{background-color:#006464;}.cta-wysiwyg-lightblue{background-color:#6193cd;}.cta-wysiwyg-blue{background-color:#002060;}.background-wysiwyg-lightgrayishred{background-color:#f8dcdc;}.background-wysisyg-yellowinvert{background-color:#FFF4E0;}.background-wysiwyg-purpleinvert{background-color:#F2E7F3}.background-wysisyg-greenblueinvert{background-color:#DFE9F0;}.background-wysisyg-appleinvert{background-color:#F7F8E0;}.background-wysisyg-greeninvert{background-color:#D5E3E1;}.background-wysisyg-lightblueinvert{background-color:#E6F0FA;}.background-wysisyg-bluegray{background-color:#CDD7DC;}.background-wysisyg-lightgray{background-color:#F5F6F7;}.embedded-content-padding{padding-top:1rem;padding-bottom:1rem;}.toc ol.decimal{margin-left:1rem;} span.tarteaucitron-magic-block{background:#002060;display:inline-block;padding:25px;color:#ffffff;text-align:center;max-width:400px;font-size:14px;}span.tarteaucitron-magic-block b{font-size:17px;}span.tarteaucitron-magic-block button{margin-top:15px;}div#tarteaucitronAlertBig{box-sizing:border-box !important;}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a{color:#ffffff !important}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover,#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover,html body #tarteaucitronRoot #tarteaucitron .tarteaucitronHidden:hover ul li{background:rgba(0,32,96,0.2) !important;}#tarteaucitron #tarteaucitronServices .tarteaucitronHidden,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden{background:rgba(0,32,96,0.07) !important}#tarteaucitron .tarteaucitronBorder,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{border-color:#002060 !important}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,#tarteaucitron #tarteaucitronServices .tarteaucitronLine,.tarteaucitron-toggle-group{background:rgba(0,32,96,0.1) !important}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b,#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,#tarteaucitronAlertSmall #tarteaucitronCookiesNumber,#tarteaucitronAlertSmall #tarteaucitronManager,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b,#tarteaucitron #tarteaucitronInfo a,html body #tarteaucitronRoot div#tarteaucitronInfo,#tarteaucitron .tarteaucitronH1,#tarteaucitron .tarteaucitronName tarteaucitronH2,#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,#tarteaucitron .tarteaucitronTitle button{color:#ffffff !important}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,#tarteaucitronAlertBig,#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,#tarteaucitronAlertSmall,.tac_activate,.tac_activate .tac_float,.tac_activate .tac_float b,#tarteaucitron #tarteaucitronClosePanel,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle:hover,#tarteaucitron #tarteaucitronInfo,#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover,div#tarteaucitronServices,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button{background:#002060 !important;color:#ffffff !important}#tarteaucitronAlertBig #tarteaucitronCloseAlert{color:#002060 !important;background:#ffffff !important}html body #tarteaucitronRoot #tarteaucitronAlertBig,html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert{background-color:#ffffff !important}html body #tarteaucitronRoot #tarteaucitronAlertBig span{color:#002060 !important}html body #tarteaucitronRoot div#tarteaucitronAlertBig:before{color:#002060 !important}html body #tarteaucitronRoot button.tarteaucitronAllow{background-color:#c2c7d1 !important}html body .tac_activate .tac_float .tarteaucitronAllow{background-color:#c2c7d1 !important}head .tarteaucitron-magic-block button{display:none;}.tarteaucitron-magic-block button{border-radius:4px;background-color:#c2c7d1 !important;cursor:pointer;display:inline-block;padding:6px 10px;text-align:center;text-decoration:none;width:auto;border:0;cursor:pointer;}html body #tarteaucitronRoot button.tarteaucitronAllow{color:#002060 !important}html body .tac_activate .tac_float .tarteaucitronAllow,html body #tarteaucitronRoot .tarteaucitronCheck:before{color:#002060 !important}.tarteaucitron-magic-block button{color:#002060 !important}html body #tarteaucitronRoot button.tarteaucitronDeny{background-color:#c2c7d1 !important}html body #tarteaucitronRoot button.tarteaucitronDeny{color:#002060 !important}html body #tarteaucitronRoot .tarteaucitronCross:before{color:#002060 !important}html body #tarteaucitronRoot #tarteaucitronCloseAlert{background-color:#c2c7d1 !important}html body #tarteaucitronRoot #tarteaucitronCloseAlert{color:#002060 !important}html body #tarteaucitronRoot #tarteaucitronPrivacyUrl{background-color:#ffffff !important}html body #tarteaucitronRoot #tarteaucitronPrivacyUrl{color:#002060 !important}html body #tarteaucitronRoot li.tarteaucitronLine.tarteaucitronIsAllowed{border-color:#c2c7d1 !important}html body #tarteaucitronRoot li.tarteaucitronLine.tarteaucitronIsDenied{border-color:#002060 !important}html body #tarteaucitronRoot #tarteaucitronDotGreen{background-color:#c2c7d1 !important}html body #tarteaucitronRoot #tarteaucitronDotRed{background-color:#002060 !important}#tarteaucitronIcon.tarteaucitronIconBottomLeft{left:0 !important;right:unset !important;}div#tarteaucitronRoot.tarteaucitronBeforeVisible:before{content:'';position:fixed;width:100%;height:100%;background:white;top:0;left:0;z-index:999;opacity:0.5;}div#tarteaucitronAlertBig:before{content:'☠ðŸª';font-size:35px;}body #tarteaucitronRoot div#tarteaucitronAlertBig{width:60%;min-width:285px;height:auto;margin:auto;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 9000px #000;border-radius:20px;padding:35px 25px;}span#tarteaucitronDisclaimerAlert{padding:0 30px;}#tarteaucitronRoot span#tarteaucitronDisclaimerAlert{margin:10px 0 30px;display:block;text-align:center;font-size:21px;}@media screen and (max-width:900px){div#tarteaucitronAlertBig button{margin:0 auto 10px !important;display:block !important;}}.tarteaucitronBorder,div#tarteaucitronMainLineOffset{border:0!important}#tarteaucitron [aria-pressed=true]{font-weight:700}.tac_visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}div#tarteaucitronAlertBig:focus{outline:0}.tarteaucitron-modal-open{overflow:hidden;height:100%}#tarteaucitronContentWrapper{display:unset}div#tarteaucitronServices{border-radius:8px}button#tarteaucitronClosePanel{border-radius:5px 5px 0 0;right:15px!important}button.tarteaucitron-toggle-group{background:0 0!important;padding:10px 0 0;cursor:pointer;display:block}#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before{content:"â˜"!important}#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before,#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before,#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before{content:"☑"!important}#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before,#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before,#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before{content:"â˜"!important}#tarteaucitronRoot .tarteaucitronCheck::before,#tarteaucitronRoot .tarteaucitronCross::before{font-size:20px}#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk{display:none!important}#tarteaucitronRoot button#tarteaucitronCloseAlert,#tarteaucitronRoot button#tarteaucitronPrivacyUrl,#tarteaucitronRoot button.tarteaucitronCTAButton{border:0;border-radius:4px}#tarteaucitronRoot .tarteaucitronStatusInfo,#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCheck,#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCross{display:none}#tarteaucitronRoot #tarteaucitron [aria-pressed=true]{font-weight:initial;text-shadow:0 0 1px}#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle{padding:20px}#tarteaucitronRoot .tarteaucitronName{padding-top:5px}span.tarteaucitronReadmoreSeparator{display:inline!important}.tarteaucitronName .tacCurrentStatus,.tarteaucitronName .tarteaucitronReadmoreSeparator{color:#333!important;font-size:12px!important;text-transform:capitalize}span.tarteaucitronH3{font-weight:700!important}#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3{font-weight:500!important;font-size:14px;margin-top:7px}.tarteaucitronLine{border-left:0 solid transparent!important}@media screen and (max-width:767px){html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName,html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny{display:none!important}html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName{width:100%!important;display:block!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;max-width:100%!important;margin-bottom:8px!important}html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine{padding:16px!important}#tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span{width:100%!important;display:inline-block}li.tarteaucitronLine .tarteaucitronName span{width:80%!important;display:inline-block}html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group{width:10%!important;position:absolute;top:20px;right:20px;font-size:0;padding:10px 0}html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before{content:"â–¾";font-weight:700;font-size:14px}html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before{content:"â–´"}}@media screen and (min-width:768px){html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after{content:"â–¾";font-weight:700;font-size:14px;margin-left:15px}html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after{content:"â–´";margin-left:15px}}#tarteaucitronRoot a,#tarteaucitronRoot abbr,#tarteaucitronRoot acronym,#tarteaucitronRoot address,#tarteaucitronRoot applet,#tarteaucitronRoot article,#tarteaucitronRoot aside,#tarteaucitronRoot audio,#tarteaucitronRoot b,#tarteaucitronRoot big,#tarteaucitronRoot blockquote,#tarteaucitronRoot canvas,#tarteaucitronRoot caption,#tarteaucitronRoot center,#tarteaucitronRoot cite,#tarteaucitronRoot code,#tarteaucitronRoot dd,#tarteaucitronRoot del,#tarteaucitronRoot details,#tarteaucitronRoot dfn,#tarteaucitronRoot div,#tarteaucitronRoot dl,#tarteaucitronRoot dt,#tarteaucitronRoot em,#tarteaucitronRoot embed,#tarteaucitronRoot fieldset,#tarteaucitronRoot figcaption,#tarteaucitronRoot figure,#tarteaucitronRoot footer,#tarteaucitronRoot form,#tarteaucitronRoot h1,#tarteaucitronRoot h2,#tarteaucitronRoot h3,#tarteaucitronRoot h4,#tarteaucitronRoot h5,#tarteaucitronRoot h6,#tarteaucitronRoot header,#tarteaucitronRoot hgroup,#tarteaucitronRoot i,#tarteaucitronRoot iframe,#tarteaucitronRoot img,#tarteaucitronRoot ins,#tarteaucitronRoot kbd,#tarteaucitronRoot label,#tarteaucitronRoot legend,#tarteaucitronRoot li,#tarteaucitronRoot mark,#tarteaucitronRoot menu,#tarteaucitronRoot nav,#tarteaucitronRoot object,#tarteaucitronRoot ol,#tarteaucitronRoot output,#tarteaucitronRoot p,#tarteaucitronRoot pre,#tarteaucitronRoot q,#tarteaucitronRoot ruby,#tarteaucitronRoot s,#tarteaucitronRoot samp,#tarteaucitronRoot section,#tarteaucitronRoot small,#tarteaucitronRoot span,#tarteaucitronRoot strike,#tarteaucitronRoot strong,#tarteaucitronRoot sub,#tarteaucitronRoot summary,#tarteaucitronRoot sup,#tarteaucitronRoot table,#tarteaucitronRoot tbody,#tarteaucitronRoot td,#tarteaucitronRoot tfoot,#tarteaucitronRoot th,#tarteaucitronRoot thead,#tarteaucitronRoot time,#tarteaucitronRoot tr,#tarteaucitronRoot tt,#tarteaucitronRoot u,#tarteaucitronRoot ul,#tarteaucitronRoot var,#tarteaucitronRoot video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-align:initial;text-shadow:initial}#tarteaucitronRoot *{transition:border 300ms,background 300ms,opacity 200ms,box-shadow 400ms}#tarteaucitronRoot article,#tarteaucitronRoot aside,#tarteaucitronRoot details,#tarteaucitronRoot figcaption,#tarteaucitronRoot figure,#tarteaucitronRoot footer,#tarteaucitronRoot header,#tarteaucitronRoot hgroup,#tarteaucitronRoot menu,#tarteaucitronRoot nav,#tarteaucitronRoot section{display:block}#tarteaucitronRoot ol,#tarteaucitronRoot ul{list-style:none}#tarteaucitronRoot blockquote,#tarteaucitronRoot q{quotes:none}#tarteaucitronRoot blockquote:after,#tarteaucitronRoot blockquote:before,#tarteaucitronRoot q:after,#tarteaucitronRoot q:before{content:none}#tarteaucitronRoot table{border-collapse:collapse;border-spacing:0}#tarteaucitronRoot a:focus-visible,#tarteaucitronRoot button:focus-visible{outline:3px dashed #3d86d8}div#tarteaucitronMainLineOffset{margin-top:0!important}div#tarteaucitronServices{margin-top:21px!important;box-shadow:0 40px 60px #545454}@media screen and (max-width:479px){#tarteaucitron .tarteaucitronLine .tarteaucitronName{width:90%!important}#tarteaucitron .tarteaucitronLine .tarteaucitronAsk{float:left!important;margin:10px 15px 5px}}@media screen and (max-width:767px){#tarteaucitron,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer{background:#fff;border:0!important;bottom:0!important;height:100%!important;left:0!important;margin:0!important;max-height:100%!important;max-width:100%!important;top:0!important;width:100%!important}#tarteaucitron .tarteaucitronBorder,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList{border:0!important}#tarteaucitron #tarteaucitronServices .tarteaucitronTitle{text-align:left!important}.tarteaucitronName .tarteaucitronH2{max-width:80%}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk{text-align:center!important}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button{margin-bottom:5px}}@media screen and (min-width:768px) and (max-width:991px){#tarteaucitron{border:0!important;left:0!important;margin:0 5%!important;max-height:80%!important;width:90%!important}}#tarteaucitronRoot div#tarteaucitron{left:0;right:0;margin:auto}#tarteaucitronRoot button#tarteaucitronBack{background:#eee}#tarteaucitron .clear{clear:both}#tarteaucitron a{color:#424242;font-size:11px;font-weight:700;text-decoration:none}#tarteaucitronRoot button{background:0 0;border:0}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button,#tarteaucitronAlertBig a,#tarteaucitronAlertBig strong,#tarteaucitronAlertSmall a,#tarteaucitronAlertSmall strong{color:#fff}#tarteaucitron strong{font-size:22px;font-weight:500}#tarteaucitron ul{padding:0}#tarteaucitron .tarteaucitronH1,#tarteaucitron .tarteaucitronH2,#tarteaucitron .tarteaucitronH3,#tarteaucitron .tarteaucitronH4,#tarteaucitron .tarteaucitronH5,#tarteaucitron .tarteaucitronH6{display:block}.cookie-list{list-style:none;padding:0;margin:0}#tarteaucitronRoot{left:0;position:absolute;right:0;top:0;width:100%}#tarteaucitronRoot *{box-sizing:initial;color:#333;font-size:14px;line-height:normal;vertical-align:initial}#tarteaucitronRoot .tarteaucitronH1{font-size:1.5em;text-align:center;color:#fff;margin:15px 0 28px}#tarteaucitronRoot .tarteaucitronH2{display:inline-block;margin:12px 0 0 15px;color:#fff}#tarteaucitronCookiesNumberBis.tarteaucitronH2{margin-left:0}#tarteaucitronBack{background:#fff;display:none;height:100%;left:0;opacity:.7;position:fixed;top:0;width:100%;z-index:2147483646}#tarteaucitron{display:none;max-height:80%;left:50%;margin:0 auto 0-430px;padding:0;position:fixed;top:6%;width:860px;z-index:2147483647}#tarteaucitron .tarteaucitronBorder{background:#fff;border:2px solid #333;border-top:0;height:auto;overflow:auto}#tarteaucitron #tarteaucitronClosePanel,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie{background:#333;color:#fff;cursor:pointer;font-size:12px;font-weight:700;text-decoration:none;padding:4px 0;position:absolute;right:0;text-align:center;width:70px}#tarteaucitron #tarteaucitronDisclaimer{color:#555;font-size:12px;margin:15px auto 0;width:80%}#tarteaucitron #tarteaucitronServices .tarteaucitronHidden,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden{background:rgba(51,51,51,.07)}#tarteaucitron #tarteaucitronServices .tarteaucitronHidden{display:none;position:relative}#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle{width:100%;box-sizing:border-box}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle{color:#fff;display:inline-block;font-size:14px;font-weight:700;text-align:left;width:auto;background:#333;padding:5px 10px;margin:0}#tarteaucitron #tarteaucitronInfo,#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,#tarteaucitronRoot .asCatToggleBtn{color:#fff;display:inline-block;font-size:14px;font-weight:700;margin:20px 0 0;padding:5px 20px;text-align:left;width:auto;background:#333}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a{color:#fff;font-weight:500}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover{text-decoration:none!important}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a{font-size:22px}#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a{font-size:14px}#tarteaucitron #tarteaucitronInfo,#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline){color:#fff;display:none;font-size:12px;font-weight:500;margin-top:0;max-width:270px;padding:20px;position:absolute;z-index:2147483647}#tarteaucitron #tarteaucitronServices .tarteaucitronTitle+[id^=tarteaucitronDetails]{width:Calc(100% - 40px);font-weight:500;margin:0;padding:5px 20px 20px;background:rgba(51,51,51,.2);color:#333}#tarteaucitron #tarteaucitronInfo a{color:#fff;text-decoration:underline}#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover{background:rgba(51,51,51,.2)}#tarteaucitron #tarteaucitronServices .tarteaucitronLine{background:rgba(51,51,51,.1);border-left:5px solid transparent;margin:0;overflow:hidden;padding:15px 5px}#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed{border-color:#1b870b}#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied{border-color:#9c1a1a}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine{background:#333;border:3px solid #333;border-left:9px solid #333;border-top:5px solid #333;margin-bottom:0;margin-top:21px;position:relative}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover{background:#333}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName{margin-left:15px;margin-top:2px}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk{margin-top:0!important}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName{display:inline-block;float:left;margin-left:15px;text-align:left;width:50%}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover{text-decoration:underline}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk{display:inline-block;float:right;margin:7px 15px 0;text-align:right}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,.tac_activate .tarteaucitronAllow{background:#555;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;padding:6px 10px;text-align:center;text-decoration:none;width:auto;border:0}#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected{background-color:#1b870b;opacity:1}#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected{background-color:#9c1a1a;opacity:1}#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow,#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow{background-color:#1b870b}#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny{background-color:#9c1a1a}#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow{opacity:.4}#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies{color:#333;font-size:12px}#tarteaucitron .tarteaucitronH3{font-size:18px}#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName{width:auto!important;margin-left:0!important;font-size:14px}span#tarteaucitronDisclaimerAlert{padding:0 10px;display:inline-block}#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,#tarteaucitron .tarteaucitronBorder,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden{border-color:#333!important}.tarteaucitronAlertBigTop{top:0}.tarteaucitronAlertBigBottom{bottom:0}#tarteaucitronRoot #tarteaucitronAlertBig{background:#333;color:#fff;display:none;font-size:15px!important;left:0;position:fixed;box-sizing:content-box;z-index:2147483645;text-align:center;padding:10px 0;margin:auto;width:100%}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,.tac_activate .tac_float strong{color:#fff}#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong{font-weight:700}#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog{cursor:pointer}#tarteaucitronAlertBig #tarteaucitronCloseAlert{background:#008300;cursor:pointer;display:inline-block;font-size:16px!important;line-height:1.2;text-decoration:none}#tarteaucitronAlertBig #tarteaucitronPersonalize,#tarteaucitronAlertBig #tarteaucitronPersonalize2,.tarteaucitronCTAButton{background:#008300;color:#fff;cursor:pointer;display:inline-block;font-size:16px!important;line-height:1.2;padding:5px 10px;text-decoration:none;margin-left:7px}#tarteaucitron #tarteaucitronPrivacyUrl,#tarteaucitron #tarteaucitronPrivacyUrlDialog,#tarteaucitronRoot .tarteaucitronAllow,#tarteaucitronRoot .tarteaucitronDeny{background:#008300;cursor:pointer;display:inline-block;font-size:16px!important;line-height:1.2;text-decoration:none}#tarteaucitronRoot .tarteaucitronAllow,#tarteaucitronRoot .tarteaucitronDeny{color:#fff;padding:5px 10px;margin-left:7px}#tarteaucitronRoot .tarteaucitronDeny{background:#9c1a1a}#tarteaucitron #tarteaucitronPrivacyUrl,#tarteaucitron #tarteaucitronPrivacyUrlDialog,#tarteaucitronAlertBig #tarteaucitronCloseAlert{background:#fff;color:#333;margin-bottom:3px;margin-left:7px;padding:5px 10px}#tarteaucitronPercentage{background:#0a0!important;box-shadow:0 0 2px #fff,0 1px 2px #555;height:5px;left:0;position:fixed;width:0;z-index:2147483644}.tarteaucitronIconBottomRight{bottom:0;right:0}.tarteaucitronIconBottomLeft{bottom:0;left:0}.tarteaucitronIconTopRight{top:0;right:0}.tarteaucitronIconTopLeft{top:0;left:0}.tarteaucitronIconTopLeft #tarteaucitronManager{border-radius:2px 7px 7px 2px}.tarteaucitronIconTopRight #tarteaucitronManager{border-radius:7px 2px 2px 7px}.tarteaucitronIconBottomLeft #tarteaucitronManager,.tarteaucitronIconBottomRight #tarteaucitronManager{border-radius:7px 7px 2px 2px}#tarteaucitronAlertSmall,#tarteaucitronIcon{display:none;position:fixed;width:auto;z-index:2147483646}#tarteaucitronIcon{background:0 0}#tarteaucitronIcon #tarteaucitronManager{color:transparent;cursor:pointer;display:inline-block;font-size:11px!important;padding:8px 10px;border:0}#tarteaucitronIcon #tarteaucitronManager img{width:50px;height:50px}#tarteaucitronRoot .tarteaucitronCross::before{content:"✗";display:inline-block;color:#fff}#tarteaucitronRoot .tarteaucitronCheck::before{content:"✓";display:inline-block;color:#fff}#tarteaucitronRoot .tarteaucitronPlus::before{content:"✛";display:inline-block;color:#fff}.tarteaucitronAlertSmallBottom,.tarteaucitronAlertSmallTop{bottom:0}#tarteaucitronAlertSmall{background:#333;padding:0;right:0;text-align:center}#tarteaucitronAlertSmall #tarteaucitronManager{color:#fff;cursor:pointer;display:inline-block;font-size:11px!important;padding:8px 10px}#tarteaucitronAlertSmall #tarteaucitronManager:hover{background:rgba(255,255,255,.05)}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot{background-color:gray;border-radius:5px;display:block;height:8px;margin-bottom:1px;margin-top:5px;overflow:hidden;width:100%}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed,#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow{display:block;float:left;height:100%;width:0%}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen{background-color:#1b870b}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow{background-color:#fbda26}#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed{background-color:#9c1a1a}#tarteaucitronAlertSmall #tarteaucitronCookiesNumber{background:rgba(255,255,255,.2);color:#fff;cursor:pointer;display:inline-block;font-size:30px;padding:0 10px;vertical-align:top}#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover{background:rgba(255,255,255,.3)}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer{display:none;max-height:70%;max-width:500px;position:fixed;right:0;width:100%}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList{background:#fff;border:2px solid #333;color:#333;font-size:11px;height:auto;overflow:auto;text-align:left}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong{color:#333}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle{background:#333;margin-top:21px;padding:13px 0 9px 13px;text-align:left}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong{color:#fff;font-size:16px}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain{background:rgba(51,51,51,.1);padding:7px 5px 10px;word-wrap:break-word}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a{color:#333;text-decoration:none}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft{display:inline-block;width:50%}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong{color:#8b0000}#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight{color:#333;display:inline-block;font-size:11px;margin-left:10%;vertical-align:top;width:30%}.tac_activate{background:#333;color:#fff;display:table;font-size:12px;height:100%;line-height:initial;margin:auto;text-align:center;width:100%}.tac_float{display:table-cell;text-align:center;vertical-align:middle}.tac_activate .tac_float .tarteaucitronAllow{background-color:#1b870b;display:inline-block}ins.adsbygoogle,ins.ferank-publicite{text-decoration:none}div.amazon_product{height:240px;width:120px}.tarteaucitronIsAllowed .tarteaucitronDeny,.tarteaucitronIsDenied .tarteaucitronAllow{opacity:.4!important}.tarteaucitronIsAllowed .tarteaucitronAllow,.tarteaucitronIsDenied .tarteaucitronDeny{opacity:1!important}.tarteaucitronLine .tarteaucitronAllow,.tarteaucitronLine .tarteaucitronDeny{opacity:.4}#tarteaucitronServices_mandatory button.tarteaucitronAllow{opacity:1}div#tarteaucitronInfo{display:block!important;position:relative!important;text-align:center!important;max-width:80%!important;padding:15px 0!important;margin:-10px auto 40px!important;font-size:1em!important;border-bottom:1px solid;border-top:1px solid;border-color:#555}a.tarteaucitronSelfLink{position:absolute;left:0;right:0;bottom:-30px;text-align:center!important;display:block;height:30px}.tarteaucitronMainLine .tarteaucitronH2{font-size:1.2em!important;margin-top:4px!important}span.tarteaucitronTitle.tarteaucitronH3{margin-top:12px!important}#tarteaucitronCloseCross{position:absolute;color:#ffff;font-size:1.8rem;cursor:pointer;top:10px;right:26px}.tarteaucitron-spacer-20{height:20px;display:block}.tarteaucitron-display-block{display:block}.tarteaucitron-display-none{display:none}