@charset "UTF-8";@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:transparent;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 #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) 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: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:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.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:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));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:transparent;background-image:linear-gradient(90deg,currentColor,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:transparent;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:transparent;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:transparent;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 #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) 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:transparent;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:transparent}.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:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));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:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));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}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide,swiper-slide{-ms-flex-negative:0;display:block;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:transform .2s,top .2s;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,left .2s;transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,right .2s;transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}
@charset "UTF-8";:export{gridColumns:12}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&medium=42.5em&medium-large=48em&large=64em&xlarge=75em&xxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:125%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#000;font-family:GTWalsheim,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.5;margin:0;padding:0}img{-ms-interpolation-mode:bicubic;display:inline-block;height:auto;max-width:100%;vertical-align:middle}textarea{border-radius:0;height:auto;min-height:50px}select{border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;cursor:auto;line-height:1;padding:0}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.grid-container{margin-left:auto;margin-right:auto;max-width:67.2rem;padding-left:.8rem;padding-right:.8rem}@media print,screen and (min-width:42.5em){.grid-container{padding-left:.8rem;padding-right:.8rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.8rem;padding-right:.8rem}@media print,screen and (min-width:42.5em){.grid-container.fluid{padding-left:.8rem;padding-right:.8rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-full,.grid-x>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:42.5em){.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-full,.grid-x>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-full,.grid-x>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:75em){.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:42.5em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width:75em){.grid-x>.xlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.8rem;margin-right:-.8rem}@media print,screen and (min-width:42.5em){.grid-margin-x{margin-left:-.8rem;margin-right:-.8rem}}.grid-margin-x>.cell{margin-left:.8rem;margin-right:.8rem;width:calc(100% - 1.6rem)}@media print,screen and (min-width:42.5em){.grid-margin-x>.cell{margin-left:.8rem;margin-right:.8rem;width:calc(100% - 1.6rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.6rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.6rem)}.grid-margin-x>.small-3{width:calc(25% - 1.6rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.6rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.6rem)}.grid-margin-x>.small-6{width:calc(50% - 1.6rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.6rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.6rem)}.grid-margin-x>.small-9{width:calc(75% - 1.6rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.6rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.6rem)}.grid-margin-x>.small-12{width:calc(100% - 1.6rem)}@media print,screen and (min-width:42.5em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.6rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.6rem)}.grid-margin-x>.small-3{width:calc(25% - 1.6rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.6rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.6rem)}.grid-margin-x>.small-6{width:calc(50% - 1.6rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.6rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.6rem)}.grid-margin-x>.small-9{width:calc(75% - 1.6rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.6rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.6rem)}.grid-margin-x>.small-12{width:calc(100% - 1.6rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.6rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.6rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.6rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.6rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.6rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.6rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.6rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.6rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.6rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.6rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.6rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.6rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.6rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.6rem)}.grid-margin-x>.large-3{width:calc(25% - 1.6rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.6rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.6rem)}.grid-margin-x>.large-6{width:calc(50% - 1.6rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.6rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.6rem)}.grid-margin-x>.large-9{width:calc(75% - 1.6rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.6rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.6rem)}.grid-margin-x>.large-12{width:calc(100% - 1.6rem)}}@media screen and (min-width:75em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.6rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.6rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.6rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.6rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.6rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.6rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.6rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.6rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.6rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.6rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.6rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.6rem)}}.grid-padding-x .grid-padding-x{margin-left:-.8rem;margin-right:-.8rem}@media print,screen and (min-width:42.5em){.grid-padding-x .grid-padding-x{margin-left:-.8rem;margin-right:-.8rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.8rem;margin-right:-.8rem}@media print,screen and (min-width:42.5em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.8rem;margin-right:-.8rem}}.grid-padding-x>.cell{padding-left:.8rem;padding-right:.8rem}@media print,screen and (min-width:42.5em){.grid-padding-x>.cell{padding-left:.8rem;padding-right:.8rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:42.5em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.6rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.6rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.6rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.6rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.6rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.6rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.6rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.6rem)}@media print,screen and (min-width:42.5em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.6rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.6rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.6rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.6rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.6rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.6rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.6rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.6rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.6rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.6rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.6rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.6rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.6rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.6rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.6rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.6rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.6rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.6rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.6rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.6rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.6rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.6rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.6rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.6rem)}}@media screen and (min-width:75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.6rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.6rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.6rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.6rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.6rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.6rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.6rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.6rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:42.5em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:42.5em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media print,screen and (min-width:42.5em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:75em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}.xlarge-padding-collapse{margin-left:0;margin-right:0}.xlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.8rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .8rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .8rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .8rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .8rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .8rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .8rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .8rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .8rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .8rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .8rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .8rem)}@media print,screen and (min-width:42.5em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.8rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .8rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .8rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .8rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .8rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .8rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .8rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .8rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .8rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .8rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .8rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .8rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.8rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .8rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .8rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .8rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .8rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .8rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .8rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .8rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .8rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .8rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .8rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .8rem)}}@media screen and (min-width:75em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.8rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .8rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .8rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .8rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .8rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .8rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .8rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .8rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .8rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .8rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .8rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .8rem)}}.grid-y{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-full,.grid-y>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:42.5em){.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-full,.grid-y>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-full,.grid-y>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:75em){.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:42.5em){.grid-y>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width:75em){.grid-y>.xlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.8rem;margin-top:-.8rem}@media print,screen and (min-width:42.5em){.grid-padding-y .grid-padding-y{margin-bottom:-.8rem;margin-top:-.8rem}}.grid-padding-y>.cell{padding-bottom:.8rem;padding-top:.8rem}@media print,screen and (min-width:42.5em){.grid-padding-y>.cell{padding-bottom:.8rem;padding-top:.8rem}}.grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:42.5em){.medium-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:75em){.xlarge-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xlarge-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.xlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:42.5em){.grid-y.medium-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:75em){.grid-y.xlarge-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:42.5em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:75em){.cell .grid-y.xlarge-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.8rem;margin-top:-.8rem}@media print,screen and (min-width:42.5em){.grid-margin-y{margin-bottom:-.8rem;margin-top:-.8rem}}.grid-margin-y>.cell{height:calc(100% - 1.6rem);margin-bottom:.8rem;margin-top:.8rem}@media print,screen and (min-width:42.5em){.grid-margin-y>.cell{height:calc(100% - 1.6rem);margin-bottom:.8rem;margin-top:.8rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.6rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.6rem)}.grid-margin-y>.small-3{height:calc(25% - 1.6rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.6rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.6rem)}.grid-margin-y>.small-6{height:calc(50% - 1.6rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.6rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.6rem)}.grid-margin-y>.small-9{height:calc(75% - 1.6rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.6rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.6rem)}.grid-margin-y>.small-12{height:calc(100% - 1.6rem)}@media print,screen and (min-width:42.5em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.6rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.6rem)}.grid-margin-y>.small-3{height:calc(25% - 1.6rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.6rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.6rem)}.grid-margin-y>.small-6{height:calc(50% - 1.6rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.6rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.6rem)}.grid-margin-y>.small-9{height:calc(75% - 1.6rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.6rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.6rem)}.grid-margin-y>.small-12{height:calc(100% - 1.6rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.6rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.6rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.6rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.6rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.6rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.6rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.6rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.6rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.6rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.6rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.6rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.6rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.6rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.6rem)}.grid-margin-y>.large-3{height:calc(25% - 1.6rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.6rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.6rem)}.grid-margin-y>.large-6{height:calc(50% - 1.6rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.6rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.6rem)}.grid-margin-y>.large-9{height:calc(75% - 1.6rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.6rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.6rem)}.grid-margin-y>.large-12{height:calc(100% - 1.6rem)}}@media screen and (min-width:75em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.6rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.6rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.6rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.6rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.6rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.6rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.6rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.6rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.6rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.6rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.6rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.6rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.6rem)}@media print,screen and (min-width:42.5em){.grid-frame.grid-margin-y{height:calc(100vh + 1.6rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.6rem)}}@media screen and (min-width:75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.6rem)}}@media print,screen and (min-width:42.5em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.6rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.6rem)}}@media screen and (min-width:75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.6rem)}}.form-styling-active .gform_title,.form-styling-active .gform_validation_errors *,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}.form-styling-active .gform_title,.form-styling-active .gform_validation_errors *,p{text-rendering:optimizeLegibility;font-size:inherit;line-height:1.5;margin-bottom:1rem}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;color:inherit;font-family:GTWalsheim,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-style:normal;font-weight:700}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#ccc;line-height:0}.h1,h1{font-size:1.8rem}.h1,.h2,h1,h2{line-height:1.1;margin-bottom:1rem;margin-top:0}.h2,h2{font-size:1.65rem}.h3,h3{font-size:1.1rem}.h3,.h4,h3,h4{line-height:1.1;margin-bottom:1rem;margin-top:0}.h4,h4{font-size:1.2rem}.h5,.h6,h5,h6{font-size:.9rem;line-height:1.1;margin-bottom:1rem;margin-top:0}@media print,screen and (min-width:42.5em){.h1,h1{font-size:2.7rem}.h2,h2{font-size:2.4rem}.h3,h3{font-size:1.2rem}.h4,h4{font-size:1.3rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.9rem}}@media print,screen and (min-width:64em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.2rem}.h4,h4{font-size:1.4rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.9rem}}a{color:#000;cursor:pointer;line-height:inherit;text-decoration:underline}a:focus,a:hover{color:#999}a img,hr{border:0}hr{border-bottom:1px solid #000;clear:both;height:0;margin:3.2rem auto;max-width:67.2rem}dl,ol,ul{line-height:1.5;list-style-position:outside;margin-bottom:1rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{font-weight:700;margin-bottom:.3rem}blockquote{border-left:1px solid #ccc;margin:0 0 1rem;padding:.45rem 1rem 0 .95rem}.form-styling-active .gform_validation_errors blockquote *,.form-styling-active blockquote .gform_title,blockquote,blockquote .form-styling-active .gform_title,blockquote .form-styling-active .gform_validation_errors *,blockquote p{color:#999;line-height:1.5}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure,kbd{margin:0}kbd{background-color:#f3f3f3;color:#000;font-family:Consolas,Liberation Mono,Courier,monospace;padding:.1rem .2rem 0}.subheader{color:#999;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}.lead{font-size:156.25%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}.form-styling-active .gform_title+.stat,.form-styling-active .gform_validation_errors *+.stat,p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{list-style:none;margin-left:0}.cite-block,cite{color:#999;display:block;font-size:.65rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{word-wrap:break-word;display:inline;max-width:100%;padding:.1rem .25rem .05rem}.code-block,.code-inline,code{background-color:#f3f3f3;border:1px solid #ccc;color:#000;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400}.code-block{display:block;margin-bottom:1.5rem;overflow:auto;padding:1rem;white-space:pre}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:42.5em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{-webkit-print-color-adjust:economy;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;color-adjust:economy;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.form-styling-active .gform_title,.form-styling-active .gform_validation_errors *,h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:42.49875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:42.5em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:42.5em){.hide-for-medium{display:none!important}}@media screen and (max-width:42.49875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:42.5em) and (max-width:47.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:42.49875em),screen and (min-width:48em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em) and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}@media screen and (min-width:75em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:74.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:75em) and (max-width:89.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:74.99875em),screen and (min-width:90em){.show-for-xlarge-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-line-pack:center;align-content:center;align-items:center;justify-content:center}.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media print,screen and (min-width:42.5em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (min-width:75em){.xlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.xlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.xlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:42.5em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:75em){.xlarge-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.xlarge-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.xlarge-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.xlarge-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.xlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.u-trim-margin{margin:0!important}.u-pad-none,.u-trim-padding{padding:0!important}.u-mar-none{margin:0!important}.u-pad-top-none{padding-top:0!important}.u-mar-top-none{margin-top:0!important}.u-pad-right-none{padding-right:0!important}.u-mar-right-none{margin-right:0!important}.u-pad-bottom-none{padding-bottom:0!important}.u-mar-bottom-none{margin-bottom:0!important}.u-pad-left-none{padding-left:0!important}.u-mar-left-none{margin-left:0!important}.u-pad-vertical-none{padding-bottom:0!important;padding-top:0!important}.u-mar-vertical-none{margin-bottom:0!important;margin-top:0!important}.u-pad-horizontal-none{padding-left:0!important;padding-right:0!important}.u-mar-horizontal-none{margin-left:0!important;margin-right:0!important}.u-pad-xxs{padding:4px!important}.u-mar-xxs{margin:4px!important}.u-pad-top-xxs{padding-top:4px!important}.u-mar-top-xxs{margin-top:4px!important}.u-pad-right-xxs{padding-right:4px!important}.u-mar-right-xxs{margin-right:4px!important}.u-pad-bottom-xxs{padding-bottom:4px!important}.u-mar-bottom-xxs{margin-bottom:4px!important}.u-pad-left-xxs{padding-left:4px!important}.u-mar-left-xxs{margin-left:4px!important}.u-pad-vertical-xxs{padding-bottom:4px!important;padding-top:4px!important}.u-mar-vertical-xxs{margin-bottom:4px!important;margin-top:4px!important}.u-pad-horizontal-xxs{padding-left:4px!important;padding-right:4px!important}.u-mar-horizontal-xxs{margin-left:4px!important;margin-right:4px!important}.u-pad-xs{padding:8px!important}.u-mar-xs{margin:8px!important}.u-pad-top-xs{padding-top:8px!important}.u-mar-top-xs{margin-top:8px!important}.u-pad-right-xs{padding-right:8px!important}.u-mar-right-xs{margin-right:8px!important}.u-pad-bottom-xs{padding-bottom:8px!important}.u-mar-bottom-xs{margin-bottom:8px!important}.u-pad-left-xs{padding-left:8px!important}.u-mar-left-xs{margin-left:8px!important}.u-pad-vertical-xs{padding-bottom:8px!important;padding-top:8px!important}.u-mar-vertical-xs{margin-bottom:8px!important;margin-top:8px!important}.u-pad-horizontal-xs{padding-left:8px!important;padding-right:8px!important}.u-mar-horizontal-xs{margin-left:8px!important;margin-right:8px!important}.u-pad-s{padding:16px!important}.u-mar-s{margin:16px!important}.u-pad-top-s{padding-top:16px!important}.u-mar-top-s{margin-top:16px!important}.u-pad-right-s{padding-right:16px!important}.u-mar-right-s{margin-right:16px!important}.u-pad-bottom-s{padding-bottom:16px!important}.u-mar-bottom-s{margin-bottom:16px!important}.u-pad-left-s{padding-left:16px!important}.u-mar-left-s{margin-left:16px!important}.u-pad-vertical-s{padding-bottom:16px!important;padding-top:16px!important}.u-mar-vertical-s{margin-bottom:16px!important;margin-top:16px!important}.u-pad-horizontal-s{padding-left:16px!important;padding-right:16px!important}.u-mar-horizontal-s{margin-left:16px!important;margin-right:16px!important}.u-pad-m{padding:24px!important}.u-mar-m{margin:24px!important}.u-pad-top-m{padding-top:24px!important}.u-mar-top-m{margin-top:24px!important}.u-pad-right-m{padding-right:24px!important}.u-mar-right-m{margin-right:24px!important}.u-pad-bottom-m{padding-bottom:24px!important}.u-mar-bottom-m{margin-bottom:24px!important}.u-pad-left-m{padding-left:24px!important}.u-mar-left-m{margin-left:24px!important}.u-pad-vertical-m{padding-bottom:24px!important;padding-top:24px!important}.u-mar-vertical-m{margin-bottom:24px!important;margin-top:24px!important}.u-pad-horizontal-m{padding-left:24px!important;padding-right:24px!important}.u-mar-horizontal-m{margin-left:24px!important;margin-right:24px!important}.u-pad-l{padding:32px!important}.u-mar-l{margin:32px!important}.u-pad-top-l{padding-top:32px!important}.u-mar-top-l{margin-top:32px!important}.u-pad-right-l{padding-right:32px!important}.u-mar-right-l{margin-right:32px!important}.u-pad-bottom-l{padding-bottom:32px!important}.u-mar-bottom-l{margin-bottom:32px!important}.u-pad-left-l{padding-left:32px!important}.u-mar-left-l{margin-left:32px!important}.u-pad-vertical-l{padding-bottom:32px!important;padding-top:32px!important}.u-mar-vertical-l{margin-bottom:32px!important;margin-top:32px!important}.u-pad-horizontal-l{padding-left:32px!important;padding-right:32px!important}.u-mar-horizontal-l{margin-left:32px!important;margin-right:32px!important}.u-pad-xl{padding:64px!important}.u-mar-xl{margin:64px!important}.u-pad-top-xl{padding-top:64px!important}.u-mar-top-xl{margin-top:64px!important}.u-pad-right-xl{padding-right:64px!important}.u-mar-right-xl{margin-right:64px!important}.u-pad-bottom-xl{padding-bottom:64px!important}.u-mar-bottom-xl{margin-bottom:64px!important}.u-pad-left-xl{padding-left:64px!important}.u-mar-left-xl{margin-left:64px!important}.u-pad-vertical-xl{padding-bottom:64px!important;padding-top:64px!important}.u-mar-vertical-xl{margin-bottom:64px!important;margin-top:64px!important}.u-pad-horizontal-xl{padding-left:64px!important;padding-right:64px!important}.u-mar-horizontal-xl{margin-left:64px!important;margin-right:64px!important}.u-pad-xxl{padding:96px!important}.u-mar-xxl{margin:96px!important}.u-pad-top-xxl{padding-top:96px!important}.u-mar-top-xxl{margin-top:96px!important}.u-pad-right-xxl{padding-right:96px!important}.u-mar-right-xxl{margin-right:96px!important}.u-pad-bottom-xxl{padding-bottom:96px!important}.u-mar-bottom-xxl{margin-bottom:96px!important}.u-pad-left-xxl{padding-left:96px!important}.u-mar-left-xxl{margin-left:96px!important}.u-pad-vertical-xxl{padding-bottom:96px!important;padding-top:96px!important}.u-mar-vertical-xxl{margin-bottom:96px!important;margin-top:96px!important}.u-pad-horizontal-xxl{padding-left:96px!important;padding-right:96px!important}.u-mar-horizontal-xxl{margin-left:96px!important;margin-right:96px!important}.u-pad-jumbo{padding:128px!important}.u-mar-jumbo{margin:128px!important}.u-pad-top-jumbo{padding-top:128px!important}.u-mar-top-jumbo{margin-top:128px!important}.u-pad-right-jumbo{padding-right:128px!important}.u-mar-right-jumbo{margin-right:128px!important}.u-pad-bottom-jumbo{padding-bottom:128px!important}.u-mar-bottom-jumbo{margin-bottom:128px!important}.u-pad-left-jumbo{padding-left:128px!important}.u-mar-left-jumbo{margin-left:128px!important}.u-pad-vertical-jumbo{padding-bottom:128px!important;padding-top:128px!important}.u-mar-vertical-jumbo{margin-bottom:128px!important;margin-top:128px!important}.u-pad-horizontal-jumbo{padding-left:128px!important;padding-right:128px!important}.u-mar-horizontal-jumbo{margin-left:128px!important;margin-right:128px!important}[type=radio]{left:-9999px;position:absolute}[type=radio]+label{cursor:pointer;margin-left:0;padding-left:30px;position:relative}[type=radio]:focus+label:before{-webkit-box-shadow:none;box-shadow:none;outline:none;outline-offset:0}label>[type=radio]{left:auto;position:static}[type=radio]+label:before{background-clip:content-box;background-color:transparent;border:1px solid #000;border-radius:50%;content:"";height:1rem;left:0;padding:3px;position:absolute;top:-2px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:1rem}[type=radio]:checked+label:before{background-color:#000;border:1px solid #000}[type=checkbox]{left:-9999px;position:absolute}[type=checkbox]+label{cursor:pointer;margin-left:0;padding-left:30px;position:relative}[type=checkbox]:focus+label:before{-webkit-box-shadow:none;box-shadow:none;outline:1px solid #000;outline:none;outline-offset:0}label>[type=checkbox]{left:auto;position:static}[type=checkbox]+label:before{background-clip:content-box;background-position:50%;background-repeat:no-repeat;background-size:80%;border:1px solid #000;content:"";height:1rem;left:0;position:absolute;top:0;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:1rem}[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11'%3E%3Cpath fill='%23f7544f' d='m10.24.35 1.52 1.3-7.61 8.887L.24 5.972l1.52-1.301 2.389 2.791L10.24.35z'/%3E%3C/svg%3E");border:1px solid #000}select,select:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="%23000000"><path d="M5.66,9.17,24,27.51,42.34,9.17,48,14.83l-24,24-24-24Z"/></svg>');background-position:right 15px center;background-repeat:no-repeat;background-size:15px}:root{--plyr-color-main:transparent;--plyr-video-controls-background:linear-gradient(transparent,rgba(0,0,0,0.35));--plyr-control-icon-size:20px}html.sr .load-hidden{visibility:hidden}body:not(.home) .page-wrapper{overflow:hidden}.page-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh;position:relative}.page-wrapper:before{background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(0deg,hsla(0,0%,100%,0),#fff);content:"";height:20vh;left:0;position:fixed;right:0;top:58px;z-index:-1}@media screen and (min-width:58.3125em){.page-wrapper:before{top:83px}}.page-wrapper:after{background-image:url(../images/background-pattern.jpg);background-repeat:repeat;background-size:auto;content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:-2}@media print,screen and (min-width:42.5em){.page-wrapper:after{background-attachment:fixed}}.content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:1}.grid-container--narrow{max-width:896px}.grid-container--default:last-child>:last-child,.grid-container--narrow:last-child>:last-child{margin-bottom:0}:focus{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.2);box-shadow:0 0 3px 0 rgba(0,0,0,.2);outline:1px solid transparent}iframe{border:none!important}[data-whatintent=mouse] :focus,[data-whatintent=touch] :focus{-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.h1,h1{margin-top:64px}@media print,screen and (min-width:42.5em){.h1,h1{margin-top:128px}}.h2,h2{margin-bottom:20px}.h1,.h2,.h3,h1,h2,h3{text-transform:uppercase}a{text-underline-offset:4px}.is-style-lead{font-size:24px;line-height:1.3;margin-bottom:64px}@media print,screen and (min-width:42.5em){.is-style-lead{font-size:26px}}@media print,screen and (min-width:64em){.is-style-lead{font-size:28px}}.is-style-lead-small{font-size:22px;line-height:1.292;margin-bottom:32px}@media print,screen and (min-width:42.5em){.is-style-lead-small{font-size:23px}}@media print,screen and (min-width:64em){.is-style-lead-small{font-size:24px}}.editor-styles-wrapper .has-wk-small-font-size,.has-wk-small-font-size{font-size:16px;line-height:1.2}.editor-styles-wrapper .has-wk-large-font-size,.error-container__text,.has-wk-large-font-size{font-size:27px;line-height:1.1}@media print,screen and (min-width:64em){.editor-styles-wrapper .has-wk-large-font-size,.error-container__text,.has-wk-large-font-size{font-size:30px}}@media screen and (min-width:75em){.editor-styles-wrapper .has-wk-large-font-size,.error-container__text,.has-wk-large-font-size{font-size:34px}}.ambassador a[href^="https://www.instagram.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:12px;-webkit-transform:translateY(6px);transform:translateY(6px);width:24px}.ambassador a[href^="https://www.instagram.com"]:focus:before,.ambassador a[href^="https://www.instagram.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z'/%3E%3C/svg%3E")}.has-black-background-color{background-color:#000}.has-black-color{color:#000}.has-dark-gray-background-color{background-color:#999}.has-dark-gray-color{color:#999}.has-gray-background-color{background-color:#ccc}.has-gray-color{color:#ccc}.has-light-gray-background-color{background-color:#f3f3f3}.has-light-gray-color{color:#f3f3f3}.has-white-background-color{background-color:#fff}.has-white-color{color:#fff}:root{--gallery-block--gutter-size:0px}.wp-block-cover{height:auto}@media print,screen and (max-width:47.99875em){.wp-block-table table{font-size:18px}}@media print,screen and (max-width:42.49875em){.wp-block-table table{font-size:16px}}.wp-block-table table tr{border:1px solid #000}.wp-block-table table td{padding:10px;vertical-align:top}@media print,screen and (max-width:42.49875em){.wp-block-table table td{padding:5px}.wp-block-table table td:last-child{width:50%}}.wp-block-gallery{margin-top:90px}@media print,screen and (min-width:64em){.wp-block-gallery{margin-top:180px}}.wp-block-gallery.is-style-logo-grid.is-style-logo-grid{display:grid;gap:30px;grid-template-columns:1fr 1fr;grid-template-rows:auto;margin-bottom:96px;margin-top:32px}@media print,screen and (min-width:42.5em){.wp-block-gallery.is-style-logo-grid.is-style-logo-grid{grid-template-columns:repeat(4,1fr)}}@media print,screen and (min-width:64em){.wp-block-gallery.is-style-logo-grid.is-style-logo-grid{margin-bottom:160px}}.wp-block-gallery.is-style-logo-grid.is-style-logo-grid figure.wp-block-image{-webkit-box-orient:horizontal;-webkit-box-direction:normal;aspect-ratio:24/13;background-color:#ebebeb;-ms-flex-direction:row;flex-direction:row;margin:0!important;width:100%!important}.wp-block-gallery.is-style-logo-grid.is-style-logo-grid figure.wp-block-image a{height:100%;width:100%}.wp-block-gallery.is-style-logo-grid.is-style-logo-grid figure.wp-block-image img{-webkit-filter:grayscale(1);filter:grayscale(1);height:100%;margin-bottom:0!important;-o-object-fit:contain;object-fit:contain;padding:25px 15px;width:100%}.wp-block-gallery.is-style-logo-grid.is-style-logo-grid figcaption,.wp-block-gallery.is-style-logo-grid.is-style-logo-grid figure.wp-block-image figcaption{display:none}.error-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:62vh;padding-bottom:64px;padding-top:96px;text-align:center}@media screen and (min-width:75em){.error-container{padding-bottom:128px;padding-top:128px}}.error-container__title{font-size:100px;line-height:1.1;margin-bottom:0;margin-top:0}@media print,screen and (min-width:42.5em){.error-container__title{font-size:120px}}@media print,screen and (min-width:64em){.error-container__title{font-size:160px}}.error-container__text{margin-bottom:32px}.single-post .single-post__top{margin:30px auto}@media print,screen and (min-width:42.5em){.single-post .single-post__top{margin:60px auto 30px}}.single-post__info{margin-top:20px;text-align:left}.single-post__title{margin-bottom:15px;position:relative}.single-post__author{display:block}@media print,screen and (min-width:42.5em){.single-post__author{font-size:18px}}.single-post .single-post__content{margin:30px auto}.single-post .single-post__content .excerpt{font-size:18px;font-weight:500;line-height:1.4;margin-bottom:30px}.product__header{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:grid;gap:0 32px;grid-template-columns:1fr 1fr;grid-template-rows:auto;margin-bottom:32px;position:relative}@media print,screen and (min-width:42.5em){.product__header{gap:0;grid-template-columns:auto -webkit-min-content minmax(32px,auto) fit-content(640px);grid-template-columns:auto min-content minmax(32px,auto) fit-content(640px)}.product-teaser .product__header,.product__header{margin-bottom:64px}.product__header-media{grid-column:2}.product__header-content{grid-column:4}}@media print,screen and (min-width:64em){.product__header{grid-template-columns:minmax(32px,116px) -webkit-min-content minmax(32px,100px) auto;grid-template-columns:minmax(32px,116px) min-content minmax(32px,100px) auto}}.single-product .product__header{padding-top:22px}.product__header-content{max-width:640px}@media print,screen and (max-width:42.49875em){.product__header-content{grid-column-end:3;grid-column-start:1;grid-row:2}.product-teaser .product__header-media{grid-column:2}}.product__header-illustration{z-index:-1}@media print,screen and (max-width:42.49875em){.product__header-illustration{grid-column:2;grid-row:1}}@media print,screen and (min-width:42.5em){.product__header-illustration{max-width:280px;position:absolute;right:0;top:50px}}@media print,screen and (min-width:64em){.product__header-illustration{max-width:320px}}@media screen and (min-width:75em){.product__header-illustration{max-width:416px}}@media print,screen and (max-width:42.49875em){.product-teaser .product__header-illustration{align-self:flex-start;grid-column:1;padding-top:40px}}@media print,screen and (min-width:42.5em) and (max-width:47.99875em){.product-teaser .product__header-illustration{max-width:200px}}@media screen and (min-width:75em){.product-teaser .product__header-illustration{right:auto;top:-80px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (min-width:90em){.product-teaser .product__header-illustration{left:68px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.single-product .product__header-illustration{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.product__image{max-width:180px}@media print,screen and (max-width:42.49875em){.product__image{grid-column:1;grid-row:1;width:100%}}@media print,screen and (min-width:64em){.product__image{max-width:235px}}.product__image--teaser{max-width:115px}@media print,screen and (min-width:42.5em){.product__image--teaser{max-width:155px}}@media print,screen and (min-width:64em){.product__image--teaser{max-width:194px}}.product__image--simple-teaser{max-width:130px}@media print,screen and (min-width:42.5em){.product__image--simple-teaser{max-width:140px}}@media print,screen and (min-width:64em){.product__image--simple-teaser{max-width:194px}}.product__title{margin-bottom:0}.product__subtitle{font-family:GTAlpinaStandard,serif;font-weight:400;margin-bottom:32px;text-transform:none}.product-teaser-simple .product__subtitle{font-size:20px;margin-bottom:16px}.product__lead{margin-bottom:0}@media print,screen and (min-width:42.5em) and (max-width:47.99875em){.product-teaser-simple .product__lead{font-size:18px}}.product__link{display:inline-block;margin-top:30px}.product__ingredients{display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(150px,160px));grid-template-rows:auto;margin-bottom:32px;margin-top:32px}@media print,screen and (max-width:42.49875em){.product__ingredients{grid-template-columns:repeat(auto-fit,minmax(120px,140px))}}.product-teaser-simple .product__ingredients{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:auto;margin-right:auto;max-width:200px}.product__ingredient{background-color:transparent;cursor:default;outline:1px solid #000;text-transform:uppercase;width:100%}.product__ingredient-link{display:inline-block;height:100%;text-decoration:none;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.product__ingredient-link:active,.product__ingredient-link:focus,.product__ingredient-link:hover{background-color:#000;color:#fff}.product__ingredient-text{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;line-height:1.1;padding:11px 10px 9px;width:100%}@media print,screen and (max-width:47.99875em){.product__ingredient-text{font-size:16px}}.product__ingredient-text svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:4px;position:relative;top:-2px}.product__informations__title-new-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:32px;margin-top:48px}@media print,screen and (min-width:42.5em){.product__informations__title-new-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:64px}}@media screen and (min-width:75em){.product__informations__title-new-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.product__informations__title-new-wrapper>:first-child{width:100%}@media screen and (min-width:75em){.single-product .product__informations__title-new-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.product__informations__new{-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:26px;height:70px;justify-content:center;margin-bottom:0;padding:32px;-webkit-transform:rotate(15deg);transform:rotate(15deg);width:70px}@media print,screen and (min-width:42.5em){.product__informations__new{font-size:32px;height:100px;width:100px}}.contest__language-switcher{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:100%}.contest__title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;font-size:50px;justify-content:center;line-height:80px;margin:0;text-align:center}.contest__title small{color:#000;font-size:32px;line-height:1}@media print,screen and (min-width:42.5em){.contest__title{font-size:92px}.contest__title small{font-size:56px}}.contest__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px;min-height:100dvh;padding:32px 16px;position:relative}.contest__wrapper__logo{margin:0 auto;width:128px}.contest__wrapper__bg{background-size:cover;position:absolute;z-index:-1}.contest__wrapper__bg--gradient{background-image:url(../images/deffence.png);background-size:250%;bottom:0;height:872px;left:0;max-height:60vw;max-width:70vw;width:1024px}.contest__wrapper__bg--1{bottom:-30px;left:-80px}.contest__wrapper__bg--1,.contest__wrapper__bg--2{background-image:url(../images/deffence-header.png);height:290px;width:240px}.contest__wrapper__bg--2{right:-100px;top:60px;-webkit-transform:scaleY(-1) rotate(-115deg);transform:scaleY(-1) rotate(-115deg)}.contest__wrapper__bg--3{left:-25px;top:-60px;-webkit-transform:rotate(260deg);transform:rotate(260deg)}.contest__wrapper__bg--3,.contest__wrapper__bg--4{background-image:url(../images/deffence-bg-3.svg);height:290px;width:250px}.contest__wrapper__bg--4{bottom:-60px;right:-30px;-webkit-transform:scale(-1) rotate(-100deg);transform:scale(-1) rotate(-100deg)}.contest__wrapper--hidden{display:none}.contest__wrapper--intro__start{cursor:pointer;width:320px}.contest__wrapper--form__cancel{cursor:pointer;margin-top:-16px!important;width:320px}.contest__wrapper--form .grid-container{max-width:100%;width:512px}.contest__wrapper--form .gform_previous_button{display:none!important}.contest__wrapper--form .gform_button,.contest__wrapper--form .gform_next_button{background-color:#000!important;color:#fff!important;font-size:20px!important;margin:0 auto!important;width:320px!important}.contest__wrapper--form .gform_button:focus,.contest__wrapper--form .gform_button:hover,.contest__wrapper--form .gform_next_button:focus,.contest__wrapper--form .gform_next_button:hover{background-color:transparent!important;color:#000!important}.contest__wrapper--form .gform_ajax_spinner{height:46px;position:absolute;width:46px}.contest__wrapper--form .gform_confirmation_message{margin-top:64px;text-align:center}.contest__wrapper--form .gfield .ginput_container input{font-size:20px!important}.contest__wrapper--form .gfield.time{text-align:center}.contest__wrapper--form .gfield.time .gfield_label{font-size:24px}.contest__wrapper--form .gfield.time .ginput_container input{border:1px solid #000!important;font-size:36px!important;font-weight:600!important;padding:8px!important;text-align:center!important}.contest__wrapper--leaderboard .contest-leaderboard{width:100%}.contest__wrapper--leaderboard__grid{display:grid;grid-template-columns:1fr;width:100%}@media screen and (min-width:90em){.contest__wrapper--leaderboard__grid{grid-template-columns:repeat(2,1fr)}}.contest__wrapper--leaderboard__column{margin:64px auto 0;max-width:768px;padding:0 32px}.contest__wrapper--leaderboard__list{font-size:24px;font-weight:600;list-style:none;margin:48px 0}@media print,screen and (min-width:42.5em){.contest__wrapper--leaderboard__list{font-size:36px}}.contest__wrapper--leaderboard__time{float:right}.contest__password__form{gap:16px;margin:32px auto;max-width:320px;width:100%}.contest__password__form,.contest__password__input{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}body.page-template-contest-form .cookie-message,body.page-template-contest-leaderboard .cookie-message{display:none}.primary-navigation__wrapper{-ms-flex-pack:distribute;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-around}.primary-navigation__wrapper .primary-navigation{width:100%}@media screen and (min-width:58.3125em){.primary-navigation__wrapper .primary-navigation{display:block}}.primary-navigation__items a{font-weight:700;text-transform:uppercase}.primary-navigation__items,.primary-navigation__items ul{list-style:none;margin:0;padding:0}@media screen and (max-width:58.25em){.primary-navigation__items{padding:32px 0 0}.primary-navigation__items a{color:#000;display:inline-block;font-size:18px;padding:8px;text-decoration:none}.primary-navigation__items>li{line-height:1.2;margin:16px 0;text-align:center}.primary-navigation__items>li>a{color:#000;font-weight:600;line-height:1.2}}@media screen and (min-width:58.3125em){.primary-navigation__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.primary-navigation__items a{-webkit-box-flex:1;-ms-flex-positive:1;color:#000;flex-grow:1;text-decoration:none}.primary-navigation__items a:active,.primary-navigation__items a:focus,.primary-navigation__items a:hover{color:#000}.primary-navigation__items>li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative}.primary-navigation__items>li>a{display:inline-block;font-size:16px;line-height:1.125;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.primary-navigation__items>li>a:active,.primary-navigation__items>li>a:focus,.primary-navigation__items>li>a:hover{color:#999}}.page-decorations{bottom:-120px;left:0;position:absolute;right:0;z-index:-1}.page-decoration{position:absolute}.page-decoration__image svg{max-width:30vw}.page-decoration:first-child{top:calc(100% + 100px)}.page-decoration:nth-child(2){right:0;top:calc(100% + 260px)}.page-decoration:nth-child(3){right:0;top:calc(100% + 85vh)}@media screen and (min-width:93.75em){.page-decoration:nth-child(3){right:-80px}}.page-decoration:nth-child(4){left:0;top:calc(100% + 130vh)}@media screen and (min-width:93.75em){.page-decoration:nth-child(4){left:-20px}}.page-decoration:nth-child(5){right:0;top:calc(100% + 220vh)}@media print,screen and (min-width:42.5em){.page-decoration:nth-child(5){right:120px}}.social-icons{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;justify-content:flex-start}.social-icons__link{color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0;color:inherit;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font:inherit;margin:0;overflow:visible;padding:5px;text-transform:none;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger:hover{opacity:1}.hamburger-box{display:inline-block;height:21px;position:relative;width:27px}.hamburger-inner{display:block;margin-top:-1.5px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#000;border-radius:0;height:3px;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:27px}.is-active .hamburger-inner,.is-active .hamburger-inner:after,.is-active .hamburger-inner:before{background-color:#000!important}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-9px}.hamburger-inner:after{bottom:-9px}.hamburger--slider .hamburger-inner{top:1.5px}.hamburger--slider .hamburger-inner:before{top:9px;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger--slider .hamburger-inner:after{top:18px}.hamburger--slider.is-active .hamburger-inner{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;-webkit-transform:rotate(-45deg) translate3d(-3.8571428571px,-6px,0);transform:rotate(-45deg) translate3d(-3.8571428571px,-6px,0)}.hamburger--slider.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-18px,0) rotate(-90deg);transform:translate3d(0,-18px,0) rotate(-90deg)}.hamburger--collapse .hamburger-inner{bottom:0;top:auto;-webkit-transition-delay:.13s;transition-delay:.13s;-webkit-transition-duration:.13s;transition-duration:.13s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--collapse .hamburger-inner:after{top:-18px;-webkit-transition:top .2s ease-in-out .2s,opacity .1s linear;transition:top .2s ease-in-out .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{-webkit-transition:top .12s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .12s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .12s ease-in-out .2s,transform .13s ease-in-out;transition:top .12s ease-in-out .2s,transform .13s ease-in-out,-webkit-transform .13s ease-in-out}.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg);-webkit-transition-delay:.22s;transition-delay:.22s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--collapse.is-active .hamburger-inner:after{opacity:0;top:0;-webkit-transition:top .2s ease-in-out,opacity .1s linear .22s;transition:top .2s ease-in-out,opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:top .1s ease-in-out .16s,-webkit-transform .13s ease-in-out .25s;transition:top .1s ease-in-out .16s,-webkit-transform .13s ease-in-out .25s;transition:top .1s ease-in-out .16s,transform .13s ease-in-out .25s;transition:top .1s ease-in-out .16s,transform .13s ease-in-out .25s,-webkit-transform .13s ease-in-out .25s}.hamburger--3dy .hamburger-box{-webkit-perspective:54px;perspective:54px}.hamburger--3dy .hamburger-inner{-webkit-transition:background-color 0s ease-in-out .1s,-webkit-transform .15s ease-in-out;transition:background-color 0s ease-in-out .1s,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color 0s ease-in-out .1s;transition:transform .15s ease-in-out,background-color 0s ease-in-out .1s,-webkit-transform .15s ease-in-out}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{-webkit-transition:-webkit-transform 0s ease-in-out .1s;transition:-webkit-transform 0s ease-in-out .1s;transition:transform 0s ease-in-out .1s;transition:transform 0s ease-in-out .1s,-webkit-transform 0s ease-in-out .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg)}.hamburger--3dx .hamburger-box{-webkit-perspective:54px;perspective:54px}.hamburger--3dx .hamburger-inner{-webkit-transition:background-color 0s ease-in-out .1s,-webkit-transform .15s ease-in-out;transition:background-color 0s ease-in-out .1s,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color 0s ease-in-out .1s;transition:transform .15s ease-in-out,background-color 0s ease-in-out .1s,-webkit-transform .15s ease-in-out}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{-webkit-transition:-webkit-transform 0s ease-in-out .1s;transition:-webkit-transform 0s ease-in-out .1s;transition:transform 0s ease-in-out .1s;transition:transform 0s ease-in-out .1s,-webkit-transform 0s ease-in-out .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-9px,0) rotate(-45deg);transform:translate3d(0,-9px,0) rotate(-45deg)}.hamburger--squeeze .hamburger-inner{-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{-webkit-transition:top .1s ease .2s,opacity .1s ease;transition:top .1s ease .2s,opacity .1s ease}.hamburger--squeeze .hamburger-inner:after{-webkit-transition:bottom .1s ease .2s,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease .2s,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease .2s,transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease .2s,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;-webkit-transition:top .1s ease,opacity .1s ease .2s;transition:top .1s ease,opacity .1s ease .2s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom .1s ease,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .2s;transition:bottom .1s ease,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .2s;transition:bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .2s;transition:bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .2s,-webkit-transform .1s cubic-bezier(.215,.61,.355,1) .2s}.hamburger--spring .hamburger-inner{top:1.5px;-webkit-transition:background-color 0s linear .13s;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:9px;-webkit-transition:top .1s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .1s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .1s ease-in-out .2s,transform .13s ease-in-out;transition:top .1s ease-in-out .2s,transform .13s ease-in-out,-webkit-transform .13s ease-in-out}.hamburger--spring .hamburger-inner:after{top:18px;-webkit-transition:top .2s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .2s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .2s ease-in-out .2s,transform .13s ease-in-out;transition:top .2s ease-in-out .2s,transform .13s ease-in-out,-webkit-transform .13s ease-in-out}.hamburger--spring.is-active .hamburger-inner{background-color:transparent!important;-webkit-transition-delay:.22s;transition-delay:.22s}.hamburger--spring.is-active .hamburger-inner:before{top:0;-webkit-transform:translate3d(0,9px,0) rotate(45deg);transform:translate3d(0,9px,0) rotate(45deg);-webkit-transition:top .1s ease-in-out .15s,-webkit-transform .13s ease-in-out .22s;transition:top .1s ease-in-out .15s,-webkit-transform .13s ease-in-out .22s;transition:top .1s ease-in-out .15s,transform .13s ease-in-out .22s;transition:top .1s ease-in-out .15s,transform .13s ease-in-out .22s,-webkit-transform .13s ease-in-out .22s}.hamburger--spring.is-active .hamburger-inner:after{top:0;-webkit-transform:translate3d(0,9px,0) rotate(-45deg);transform:translate3d(0,9px,0) rotate(-45deg);-webkit-transition:top .2s ease-in-out,-webkit-transform .13s ease-in-out .22s;transition:top .2s ease-in-out,-webkit-transform .13s ease-in-out .22s;transition:top .2s ease-in-out,transform .13s ease-in-out .22s;transition:top .2s ease-in-out,transform .13s ease-in-out .22s,-webkit-transform .13s ease-in-out .22s}.hamburger--spin .hamburger-inner{-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--spin .hamburger-inner:before{-webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s ease-in-out;transition:bottom .1s ease-in .25s,-webkit-transform .22s ease-in-out;transition:bottom .1s ease-in .25s,transform .22s ease-in-out;transition:bottom .1s ease-in .25s,transform .22s ease-in-out,-webkit-transform .22s ease-in-out}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;-webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s ease-in-out .12s;transition:bottom .1s ease-out,-webkit-transform .22s ease-in-out .12s;transition:bottom .1s ease-out,transform .22s ease-in-out .12s;transition:bottom .1s ease-out,transform .22s ease-in-out .12s,-webkit-transform .22s ease-in-out .12s}.hamburger--elastic .hamburger-inner{top:1.5px;-webkit-transition-duration:.275s;transition-duration:.275s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--elastic .hamburger-inner:before{top:9px;-webkit-transition:opacity .125s ease .275s;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:18px;-webkit-transition:-webkit-transform .275s ease-in-out;transition:-webkit-transform .275s ease-in-out;transition:transform .275s ease-in-out;transition:transform .275s ease-in-out,-webkit-transform .275s ease-in-out}.hamburger--elastic.is-active .hamburger-inner{-webkit-transform:translate3d(0,9px,0) rotate(135deg);transform:translate3d(0,9px,0) rotate(135deg);-webkit-transition-delay:75ms;transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}.hamburger--elastic.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-18px,0) rotate(-270deg);transform:translate3d(0,-18px,0) rotate(-270deg);-webkit-transition-delay:75ms;transition-delay:75ms}.language-switcher{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 15px;margin:0}.language-switcher__item,.language-switcher__link{font-size:16px;line-height:1.125}.language-switcher__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.language-switcher__link{font-weight:700;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.language-switcher__link:active,.language-switcher__link:focus,.language-switcher__link:hover{color:#999}.language-switcher__link--active{text-decoration:underline;text-decoration-thickness:2px}.navigation-overlay{-ms-flex-item-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px}@media screen and (max-width:58.25em){.navigation-overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#fff;-ms-flex-direction:column;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:0;overflow:auto;position:fixed;top:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:100vw}.navigation-overlay:after{background-image:url(../images/background-pattern.jpg);background-repeat:repeat;background-size:auto;content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:-1}.navigation-overlay.active{bottom:0;opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.navigation-overlay.active .primary-navigation{display:block;position:relative;top:auto}}.admin-bar .navigation-overlay{margin-top:46px}@media screen and (min-width:48.9375em){.admin-bar .navigation-overlay{margin-top:0}}.button,.button:visited,.cookie-message__submit,.form-styling-active .gform_button,.form-styling-active .gform_next_button,.form-styling-active .gform_previous_button,.wp-block-button__link{background-color:#000;border:1px solid #000;border-radius:0;color:#fff;display:inline-block;font-size:20px;font-weight:400;line-height:1;margin:0 0 1rem;padding:10px 30px;text-align:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.button.has-black-background-color,.button:visited.has-black-background-color,.form-styling-active .has-black-background-color.gform_button,.form-styling-active .has-black-background-color.gform_next_button,.form-styling-active .has-black-background-color.gform_previous_button,.has-black-background-color.cookie-message__submit,.has-black-background-color.wp-block-button__link{background-color:#000;border-color:#000}.button.has-black-background-color:active,.button.has-black-background-color:focus,.button.has-black-background-color:hover,.button:visited.has-black-background-color:active,.button:visited.has-black-background-color:focus,.button:visited.has-black-background-color:hover,.form-styling-active .has-black-background-color.gform_button:active,.form-styling-active .has-black-background-color.gform_button:focus,.form-styling-active .has-black-background-color.gform_button:hover,.form-styling-active .has-black-background-color.gform_next_button:active,.form-styling-active .has-black-background-color.gform_next_button:focus,.form-styling-active .has-black-background-color.gform_next_button:hover,.form-styling-active .has-black-background-color.gform_previous_button:active,.form-styling-active .has-black-background-color.gform_previous_button:focus,.form-styling-active .has-black-background-color.gform_previous_button:hover,.has-black-background-color.cookie-message__submit:active,.has-black-background-color.cookie-message__submit:focus,.has-black-background-color.cookie-message__submit:hover,.has-black-background-color.wp-block-button__link:active,.has-black-background-color.wp-block-button__link:focus,.has-black-background-color.wp-block-button__link:hover{background-color:transparent;border-color:#000;color:#000}.button.has-dark-gray-background-color,.button:visited.has-dark-gray-background-color,.form-styling-active .has-dark-gray-background-color.gform_button,.form-styling-active .has-dark-gray-background-color.gform_next_button,.form-styling-active .has-dark-gray-background-color.gform_previous_button,.has-dark-gray-background-color.cookie-message__submit,.has-dark-gray-background-color.wp-block-button__link{background-color:#999;border-color:#999}.button.has-dark-gray-background-color:active,.button.has-dark-gray-background-color:focus,.button.has-dark-gray-background-color:hover,.button:visited.has-dark-gray-background-color:active,.button:visited.has-dark-gray-background-color:focus,.button:visited.has-dark-gray-background-color:hover,.form-styling-active .has-dark-gray-background-color.gform_button:active,.form-styling-active .has-dark-gray-background-color.gform_button:focus,.form-styling-active .has-dark-gray-background-color.gform_button:hover,.form-styling-active .has-dark-gray-background-color.gform_next_button:active,.form-styling-active .has-dark-gray-background-color.gform_next_button:focus,.form-styling-active .has-dark-gray-background-color.gform_next_button:hover,.form-styling-active .has-dark-gray-background-color.gform_previous_button:active,.form-styling-active .has-dark-gray-background-color.gform_previous_button:focus,.form-styling-active .has-dark-gray-background-color.gform_previous_button:hover,.has-dark-gray-background-color.cookie-message__submit:active,.has-dark-gray-background-color.cookie-message__submit:focus,.has-dark-gray-background-color.cookie-message__submit:hover,.has-dark-gray-background-color.wp-block-button__link:active,.has-dark-gray-background-color.wp-block-button__link:focus,.has-dark-gray-background-color.wp-block-button__link:hover{background-color:transparent;border-color:#999;color:#999}.button.has-gray-background-color,.button:visited.has-gray-background-color,.form-styling-active .has-gray-background-color.gform_button,.form-styling-active .has-gray-background-color.gform_next_button,.form-styling-active .has-gray-background-color.gform_previous_button,.has-gray-background-color.cookie-message__submit,.has-gray-background-color.wp-block-button__link{background-color:#ccc;border-color:#ccc}.button.has-gray-background-color:active,.button.has-gray-background-color:focus,.button.has-gray-background-color:hover,.button:visited.has-gray-background-color:active,.button:visited.has-gray-background-color:focus,.button:visited.has-gray-background-color:hover,.form-styling-active .has-gray-background-color.gform_button:active,.form-styling-active .has-gray-background-color.gform_button:focus,.form-styling-active .has-gray-background-color.gform_button:hover,.form-styling-active .has-gray-background-color.gform_next_button:active,.form-styling-active .has-gray-background-color.gform_next_button:focus,.form-styling-active .has-gray-background-color.gform_next_button:hover,.form-styling-active .has-gray-background-color.gform_previous_button:active,.form-styling-active .has-gray-background-color.gform_previous_button:focus,.form-styling-active .has-gray-background-color.gform_previous_button:hover,.has-gray-background-color.cookie-message__submit:active,.has-gray-background-color.cookie-message__submit:focus,.has-gray-background-color.cookie-message__submit:hover,.has-gray-background-color.wp-block-button__link:active,.has-gray-background-color.wp-block-button__link:focus,.has-gray-background-color.wp-block-button__link:hover{background-color:transparent;border-color:#ccc;color:#ccc}.button.has-light-gray-background-color,.button:visited.has-light-gray-background-color,.form-styling-active .has-light-gray-background-color.gform_button,.form-styling-active .has-light-gray-background-color.gform_next_button,.form-styling-active .has-light-gray-background-color.gform_previous_button,.has-light-gray-background-color.cookie-message__submit,.has-light-gray-background-color.wp-block-button__link{background-color:#f3f3f3;border-color:#f3f3f3}.button.has-light-gray-background-color:active,.button.has-light-gray-background-color:focus,.button.has-light-gray-background-color:hover,.button:visited.has-light-gray-background-color:active,.button:visited.has-light-gray-background-color:focus,.button:visited.has-light-gray-background-color:hover,.form-styling-active .has-light-gray-background-color.gform_button:active,.form-styling-active .has-light-gray-background-color.gform_button:focus,.form-styling-active .has-light-gray-background-color.gform_button:hover,.form-styling-active .has-light-gray-background-color.gform_next_button:active,.form-styling-active .has-light-gray-background-color.gform_next_button:focus,.form-styling-active .has-light-gray-background-color.gform_next_button:hover,.form-styling-active .has-light-gray-background-color.gform_previous_button:active,.form-styling-active .has-light-gray-background-color.gform_previous_button:focus,.form-styling-active .has-light-gray-background-color.gform_previous_button:hover,.has-light-gray-background-color.cookie-message__submit:active,.has-light-gray-background-color.cookie-message__submit:focus,.has-light-gray-background-color.cookie-message__submit:hover,.has-light-gray-background-color.wp-block-button__link:active,.has-light-gray-background-color.wp-block-button__link:focus,.has-light-gray-background-color.wp-block-button__link:hover{background-color:transparent;border-color:#f3f3f3;color:#f3f3f3}.button.has-white-background-color,.button:visited.has-white-background-color,.form-styling-active .has-white-background-color.gform_button,.form-styling-active .has-white-background-color.gform_next_button,.form-styling-active .has-white-background-color.gform_previous_button,.has-white-background-color.cookie-message__submit,.has-white-background-color.wp-block-button__link{background-color:#fff;border-color:#fff}.button.has-white-background-color:active,.button.has-white-background-color:focus,.button.has-white-background-color:hover,.button:visited.has-white-background-color:active,.button:visited.has-white-background-color:focus,.button:visited.has-white-background-color:hover,.form-styling-active .has-white-background-color.gform_button:active,.form-styling-active .has-white-background-color.gform_button:focus,.form-styling-active .has-white-background-color.gform_button:hover,.form-styling-active .has-white-background-color.gform_next_button:active,.form-styling-active .has-white-background-color.gform_next_button:focus,.form-styling-active .has-white-background-color.gform_next_button:hover,.form-styling-active .has-white-background-color.gform_previous_button:active,.form-styling-active .has-white-background-color.gform_previous_button:focus,.form-styling-active .has-white-background-color.gform_previous_button:hover,.has-white-background-color.cookie-message__submit:active,.has-white-background-color.cookie-message__submit:focus,.has-white-background-color.cookie-message__submit:hover,.has-white-background-color.wp-block-button__link:active,.has-white-background-color.wp-block-button__link:focus,.has-white-background-color.wp-block-button__link:hover{background-color:transparent;border-color:#fff;color:#fff}.button:active,.button:focus,.button:hover,.cookie-message__submit:active,.cookie-message__submit:focus,.cookie-message__submit:hover,.form-styling-active .gform_button:active,.form-styling-active .gform_button:focus,.form-styling-active .gform_button:hover,.form-styling-active .gform_next_button:active,.form-styling-active .gform_next_button:focus,.form-styling-active .gform_next_button:hover,.form-styling-active .gform_previous_button:active,.form-styling-active .gform_previous_button:focus,.form-styling-active .gform_previous_button:hover,.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{background-color:transparent;border:1px solid #000;color:#000}.button.cookie-message__submit--decline,.button.is-style-outline,.button.is-style-outline:visited,.cookie-message__submit--decline>.button,.cookie-message__submit--decline>.cookie-message__submit,.cookie-message__submit--decline>.wp-block-button__link,.cookie-message__submit.cookie-message__submit--decline,.form-styling-active .gform_button,.form-styling-active .gform_button>.button,.form-styling-active .gform_button>.cookie-message__submit,.form-styling-active .gform_button>.wp-block-button__link,.form-styling-active .gform_next_button,.form-styling-active .gform_next_button>.button,.form-styling-active .gform_next_button>.cookie-message__submit,.form-styling-active .gform_next_button>.wp-block-button__link,.form-styling-active .gform_previous_button,.form-styling-active .gform_previous_button>.button,.form-styling-active .gform_previous_button>.cookie-message__submit,.form-styling-active .gform_previous_button>.wp-block-button__link,.is-style-outline.cookie-message__submit,.is-style-outline.wp-block-button__link,.is-style-outline>.button,.is-style-outline>.button:visited,.is-style-outline>.cookie-message__submit,.is-style-outline>.wp-block-button__link,.wp-block-button__link.cookie-message__submit--decline{background-color:transparent;border:1px solid #000;color:#000;padding:10px 30px}.button.has-black-color.cookie-message__submit--decline,.button.is-style-outline.has-black-color,.button.is-style-outline:visited.has-black-color,.cookie-message__submit--decline>.button.has-black-color,.cookie-message__submit--decline>.has-black-color.cookie-message__submit,.cookie-message__submit--decline>.has-black-color.wp-block-button__link,.form-styling-active .gform_button>.button.has-black-color,.form-styling-active .gform_button>.has-black-color.cookie-message__submit,.form-styling-active .gform_button>.has-black-color.wp-block-button__link,.form-styling-active .gform_next_button>.button.has-black-color,.form-styling-active .gform_next_button>.has-black-color.cookie-message__submit,.form-styling-active .gform_next_button>.has-black-color.wp-block-button__link,.form-styling-active .gform_previous_button>.button.has-black-color,.form-styling-active .gform_previous_button>.has-black-color.cookie-message__submit,.form-styling-active .gform_previous_button>.has-black-color.wp-block-button__link,.form-styling-active .has-black-color.gform_button,.form-styling-active .has-black-color.gform_next_button,.form-styling-active .has-black-color.gform_previous_button,.has-black-color.cookie-message__submit.cookie-message__submit--decline,.has-black-color.wp-block-button__link.cookie-message__submit--decline,.is-style-outline.has-black-color.cookie-message__submit,.is-style-outline.has-black-color.wp-block-button__link,.is-style-outline>.button.has-black-color,.is-style-outline>.button:visited.has-black-color,.is-style-outline>.has-black-color.cookie-message__submit,.is-style-outline>.has-black-color.wp-block-button__link{border-color:#000;color:#000}.button.cookie-message__submit--decline:visited.has-black-color:active,.button.cookie-message__submit--decline:visited.has-black-color:focus,.button.cookie-message__submit--decline:visited.has-black-color:hover,.button.has-black-color.cookie-message__submit--decline:active,.button.has-black-color.cookie-message__submit--decline:focus,.button.has-black-color.cookie-message__submit--decline:hover,.button.is-style-outline.has-black-color:active,.button.is-style-outline.has-black-color:focus,.button.is-style-outline.has-black-color:hover,.button.is-style-outline:visited.has-black-color:active,.button.is-style-outline:visited.has-black-color:focus,.button.is-style-outline:visited.has-black-color:hover,.cookie-message__submit--decline>.button.has-black-color:active,.cookie-message__submit--decline>.button.has-black-color:focus,.cookie-message__submit--decline>.button.has-black-color:hover,.cookie-message__submit--decline>.button:visited.has-black-color:active,.cookie-message__submit--decline>.button:visited.has-black-color:focus,.cookie-message__submit--decline>.button:visited.has-black-color:hover,.cookie-message__submit--decline>.cookie-message__submit:visited.has-black-color:active,.cookie-message__submit--decline>.cookie-message__submit:visited.has-black-color:focus,.cookie-message__submit--decline>.cookie-message__submit:visited.has-black-color:hover,.cookie-message__submit--decline>.has-black-color.cookie-message__submit:active,.cookie-message__submit--decline>.has-black-color.cookie-message__submit:focus,.cookie-message__submit--decline>.has-black-color.cookie-message__submit:hover,.cookie-message__submit--decline>.has-black-color.wp-block-button__link:active,.cookie-message__submit--decline>.has-black-color.wp-block-button__link:focus,.cookie-message__submit--decline>.has-black-color.wp-block-button__link:hover,.cookie-message__submit.cookie-message__submit--decline:visited.has-black-color:active,.cookie-message__submit.cookie-message__submit--decline:visited.has-black-color:focus,.cookie-message__submit.cookie-message__submit--decline:visited.has-black-color:hover,.form-styling-active .button.gform_button:visited.has-black-color:active,.form-styling-active .button.gform_button:visited.has-black-color:focus,.form-styling-active .button.gform_button:visited.has-black-color:hover,.form-styling-active .button.gform_next_button:visited.has-black-color:active,.form-styling-active .button.gform_next_button:visited.has-black-color:focus,.form-styling-active .button.gform_next_button:visited.has-black-color:hover,.form-styling-active .button.gform_previous_button:visited.has-black-color:active,.form-styling-active .button.gform_previous_button:visited.has-black-color:focus,.form-styling-active .button.gform_previous_button:visited.has-black-color:hover,.form-styling-active .button.has-black-color.gform_button:active,.form-styling-active .button.has-black-color.gform_button:focus,.form-styling-active .button.has-black-color.gform_button:hover,.form-styling-active .button.has-black-color.gform_next_button:active,.form-styling-active .button.has-black-color.gform_next_button:focus,.form-styling-active .button.has-black-color.gform_next_button:hover,.form-styling-active .button.has-black-color.gform_previous_button:active,.form-styling-active .button.has-black-color.gform_previous_button:focus,.form-styling-active .button.has-black-color.gform_previous_button:hover,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_button:active,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_button:focus,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_button:hover,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_next_button:active,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_next_button:focus,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_next_button:hover,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_previous_button:active,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_previous_button:focus,.form-styling-active .cookie-message__submit--decline>.has-black-color.gform_previous_button:hover,.form-styling-active .gform_button.cookie-message__submit:visited.has-black-color:active,.form-styling-active .gform_button.cookie-message__submit:visited.has-black-color:focus,.form-styling-active .gform_button.cookie-message__submit:visited.has-black-color:hover,.form-styling-active .gform_button>.button.has-black-color:active,.form-styling-active .gform_button>.button.has-black-color:focus,.form-styling-active .gform_button>.button.has-black-color:hover,.form-styling-active .gform_button>.button:visited.has-black-color:active,.form-styling-active .gform_button>.button:visited.has-black-color:focus,.form-styling-active .gform_button>.button:visited.has-black-color:hover,.form-styling-active .gform_button>.cookie-message__submit:visited.has-black-color:active,.form-styling-active .gform_button>.cookie-message__submit:visited.has-black-color:focus,.form-styling-active .gform_button>.cookie-message__submit:visited.has-black-color:hover,.form-styling-active .gform_button>.has-black-color.cookie-message__submit:active,.form-styling-active .gform_button>.has-black-color.cookie-message__submit:focus,.form-styling-active .gform_button>.has-black-color.cookie-message__submit:hover,.form-styling-active .gform_button>.has-black-color.gform_button:active,.form-styling-active .gform_button>.has-black-color.gform_button:focus,.form-styling-active .gform_button>.has-black-color.gform_button:hover,.form-styling-active .gform_button>.has-black-color.gform_next_button:active,.form-styling-active .gform_button>.has-black-color.gform_next_button:focus,.form-styling-active .gform_button>.has-black-color.gform_next_button:hover,.form-styling-active .gform_button>.has-black-color.gform_previous_button:active,.form-styling-active .gform_button>.has-black-color.gform_previous_button:focus,.form-styling-active .gform_button>.has-black-color.gform_previous_button:hover,.form-styling-active .gform_button>.has-black-color.wp-block-button__link:active,.form-styling-active .gform_button>.has-black-color.wp-block-button__link:focus,.form-styling-active .gform_button>.has-black-color.wp-block-button__link:hover,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-black-color:active,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-black-color:focus,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-black-color:hover,.form-styling-active .gform_next_button>.button.has-black-color:active,.form-styling-active .gform_next_button>.button.has-black-color:focus,.form-styling-active .gform_next_button>.button.has-black-color:hover,.form-styling-active .gform_next_button>.button:visited.has-black-color:active,.form-styling-active .gform_next_button>.button:visited.has-black-color:focus,.form-styling-active .gform_next_button>.button:visited.has-black-color:hover,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-black-color:active,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-black-color:focus,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-black-color:hover,.form-styling-active .gform_next_button>.has-black-color.cookie-message__submit:active,.form-styling-active .gform_next_button>.has-black-color.cookie-message__submit:focus,.form-styling-active .gform_next_button>.has-black-color.cookie-message__submit:hover,.form-styling-active .gform_next_button>.has-black-color.gform_button:active,.form-styling-active .gform_next_button>.has-black-color.gform_button:focus,.form-styling-active .gform_next_button>.has-black-color.gform_button:hover,.form-styling-active .gform_next_button>.has-black-color.gform_next_button:active,.form-styling-active .gform_next_button>.has-black-color.gform_next_button:focus,.form-styling-active .gform_next_button>.has-black-color.gform_next_button:hover,.form-styling-active .gform_next_button>.has-black-color.gform_previous_button:active,.form-styling-active .gform_next_button>.has-black-color.gform_previous_button:focus,.form-styling-active .gform_next_button>.has-black-color.gform_previous_button:hover,.form-styling-active .gform_next_button>.has-black-color.wp-block-button__link:active,.form-styling-active .gform_next_button>.has-black-color.wp-block-button__link:focus,.form-styling-active .gform_next_button>.has-black-color.wp-block-button__link:hover,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-black-color:active,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-black-color:focus,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-black-color:hover,.form-styling-active .gform_previous_button>.button.has-black-color:active,.form-styling-active .gform_previous_button>.button.has-black-color:focus,.form-styling-active .gform_previous_button>.button.has-black-color:hover,.form-styling-active .gform_previous_button>.button:visited.has-black-color:active,.form-styling-active .gform_previous_button>.button:visited.has-black-color:focus,.form-styling-active .gform_previous_button>.button:visited.has-black-color:hover,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-black-color:active,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-black-color:focus,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-black-color:hover,.form-styling-active .gform_previous_button>.has-black-color.cookie-message__submit:active,.form-styling-active .gform_previous_button>.has-black-color.cookie-message__submit:focus,.form-styling-active .gform_previous_button>.has-black-color.cookie-message__submit:hover,.form-styling-active .gform_previous_button>.has-black-color.gform_button:active,.form-styling-active .gform_previous_button>.has-black-color.gform_button:focus,.form-styling-active .gform_previous_button>.has-black-color.gform_button:hover,.form-styling-active .gform_previous_button>.has-black-color.gform_next_button:active,.form-styling-active .gform_previous_button>.has-black-color.gform_next_button:focus,.form-styling-active .gform_previous_button>.has-black-color.gform_next_button:hover,.form-styling-active .gform_previous_button>.has-black-color.gform_previous_button:active,.form-styling-active .gform_previous_button>.has-black-color.gform_previous_button:focus,.form-styling-active .gform_previous_button>.has-black-color.gform_previous_button:hover,.form-styling-active .gform_previous_button>.has-black-color.wp-block-button__link:active,.form-styling-active .gform_previous_button>.has-black-color.wp-block-button__link:focus,.form-styling-active .gform_previous_button>.has-black-color.wp-block-button__link:hover,.form-styling-active .has-black-color.gform_button.cookie-message__submit--decline:active,.form-styling-active .has-black-color.gform_button.cookie-message__submit--decline:focus,.form-styling-active .has-black-color.gform_button.cookie-message__submit--decline:hover,.form-styling-active .has-black-color.gform_button.cookie-message__submit:active,.form-styling-active .has-black-color.gform_button.cookie-message__submit:focus,.form-styling-active .has-black-color.gform_button.cookie-message__submit:hover,.form-styling-active .has-black-color.gform_button:active,.form-styling-active .has-black-color.gform_button:focus,.form-styling-active .has-black-color.gform_button:hover,.form-styling-active .has-black-color.gform_next_button.cookie-message__submit--decline:active,.form-styling-active .has-black-color.gform_next_button.cookie-message__submit--decline:focus,.form-styling-active .has-black-color.gform_next_button.cookie-message__submit--decline:hover,.form-styling-active .has-black-color.gform_next_button.cookie-message__submit:active,.form-styling-active .has-black-color.gform_next_button.cookie-message__submit:focus,.form-styling-active .has-black-color.gform_next_button.cookie-message__submit:hover,.form-styling-active .has-black-color.gform_next_button:active,.form-styling-active .has-black-color.gform_next_button:focus,.form-styling-active .has-black-color.gform_next_button:hover,.form-styling-active .has-black-color.gform_previous_button.cookie-message__submit--decline:active,.form-styling-active .has-black-color.gform_previous_button.cookie-message__submit--decline:focus,.form-styling-active .has-black-color.gform_previous_button.cookie-message__submit--decline:hover,.form-styling-active .has-black-color.gform_previous_button.cookie-message__submit:active,.form-styling-active .has-black-color.gform_previous_button.cookie-message__submit:focus,.form-styling-active .has-black-color.gform_previous_button.cookie-message__submit:hover,.form-styling-active .has-black-color.gform_previous_button:active,.form-styling-active .has-black-color.gform_previous_button:focus,.form-styling-active .has-black-color.gform_previous_button:hover,.form-styling-active .has-black-color.wp-block-button__link.gform_button:active,.form-styling-active .has-black-color.wp-block-button__link.gform_button:focus,.form-styling-active .has-black-color.wp-block-button__link.gform_button:hover,.form-styling-active .has-black-color.wp-block-button__link.gform_next_button:active,.form-styling-active .has-black-color.wp-block-button__link.gform_next_button:focus,.form-styling-active .has-black-color.wp-block-button__link.gform_next_button:hover,.form-styling-active .has-black-color.wp-block-button__link.gform_previous_button:active,.form-styling-active .has-black-color.wp-block-button__link.gform_previous_button:focus,.form-styling-active .has-black-color.wp-block-button__link.gform_previous_button:hover,.form-styling-active .is-style-outline.has-black-color.gform_button:active,.form-styling-active .is-style-outline.has-black-color.gform_button:focus,.form-styling-active .is-style-outline.has-black-color.gform_button:hover,.form-styling-active .is-style-outline.has-black-color.gform_next_button:active,.form-styling-active .is-style-outline.has-black-color.gform_next_button:focus,.form-styling-active .is-style-outline.has-black-color.gform_next_button:hover,.form-styling-active .is-style-outline.has-black-color.gform_previous_button:active,.form-styling-active .is-style-outline.has-black-color.gform_previous_button:focus,.form-styling-active .is-style-outline.has-black-color.gform_previous_button:hover,.form-styling-active .is-style-outline>.has-black-color.gform_button:active,.form-styling-active .is-style-outline>.has-black-color.gform_button:focus,.form-styling-active .is-style-outline>.has-black-color.gform_button:hover,.form-styling-active .is-style-outline>.has-black-color.gform_next_button:active,.form-styling-active .is-style-outline>.has-black-color.gform_next_button:focus,.form-styling-active .is-style-outline>.has-black-color.gform_next_button:hover,.form-styling-active .is-style-outline>.has-black-color.gform_previous_button:active,.form-styling-active .is-style-outline>.has-black-color.gform_previous_button:focus,.form-styling-active .is-style-outline>.has-black-color.gform_previous_button:hover,.has-black-color.cookie-message__submit.cookie-message__submit--decline:active,.has-black-color.cookie-message__submit.cookie-message__submit--decline:focus,.has-black-color.cookie-message__submit.cookie-message__submit--decline:hover,.has-black-color.wp-block-button__link.cookie-message__submit--decline:active,.has-black-color.wp-block-button__link.cookie-message__submit--decline:focus,.has-black-color.wp-block-button__link.cookie-message__submit--decline:hover,.is-style-outline.cookie-message__submit:visited.has-black-color:active,.is-style-outline.cookie-message__submit:visited.has-black-color:focus,.is-style-outline.cookie-message__submit:visited.has-black-color:hover,.is-style-outline.has-black-color.cookie-message__submit:active,.is-style-outline.has-black-color.cookie-message__submit:focus,.is-style-outline.has-black-color.cookie-message__submit:hover,.is-style-outline.has-black-color.wp-block-button__link:active,.is-style-outline.has-black-color.wp-block-button__link:focus,.is-style-outline.has-black-color.wp-block-button__link:hover,.is-style-outline>.button.has-black-color:active,.is-style-outline>.button.has-black-color:focus,.is-style-outline>.button.has-black-color:hover,.is-style-outline>.button:visited.has-black-color:active,.is-style-outline>.button:visited.has-black-color:focus,.is-style-outline>.button:visited.has-black-color:hover,.is-style-outline>.cookie-message__submit:visited.has-black-color:active,.is-style-outline>.cookie-message__submit:visited.has-black-color:focus,.is-style-outline>.cookie-message__submit:visited.has-black-color:hover,.is-style-outline>.has-black-color.cookie-message__submit:active,.is-style-outline>.has-black-color.cookie-message__submit:focus,.is-style-outline>.has-black-color.cookie-message__submit:hover,.is-style-outline>.has-black-color.wp-block-button__link:active,.is-style-outline>.has-black-color.wp-block-button__link:focus,.is-style-outline>.has-black-color.wp-block-button__link:hover{background-color:#000;border-color:#000;color:#fff}.button.has-dark-gray-color.cookie-message__submit--decline,.button.is-style-outline.has-dark-gray-color,.button.is-style-outline:visited.has-dark-gray-color,.cookie-message__submit--decline>.button.has-dark-gray-color,.cookie-message__submit--decline>.has-dark-gray-color.cookie-message__submit,.cookie-message__submit--decline>.has-dark-gray-color.wp-block-button__link,.form-styling-active .gform_button>.button.has-dark-gray-color,.form-styling-active .gform_button>.has-dark-gray-color.cookie-message__submit,.form-styling-active .gform_button>.has-dark-gray-color.wp-block-button__link,.form-styling-active .gform_next_button>.button.has-dark-gray-color,.form-styling-active .gform_next_button>.has-dark-gray-color.cookie-message__submit,.form-styling-active .gform_next_button>.has-dark-gray-color.wp-block-button__link,.form-styling-active .gform_previous_button>.button.has-dark-gray-color,.form-styling-active .gform_previous_button>.has-dark-gray-color.cookie-message__submit,.form-styling-active .gform_previous_button>.has-dark-gray-color.wp-block-button__link,.form-styling-active .has-dark-gray-color.gform_button,.form-styling-active .has-dark-gray-color.gform_next_button,.form-styling-active .has-dark-gray-color.gform_previous_button,.has-dark-gray-color.cookie-message__submit.cookie-message__submit--decline,.has-dark-gray-color.wp-block-button__link.cookie-message__submit--decline,.is-style-outline.has-dark-gray-color.cookie-message__submit,.is-style-outline.has-dark-gray-color.wp-block-button__link,.is-style-outline>.button.has-dark-gray-color,.is-style-outline>.button:visited.has-dark-gray-color,.is-style-outline>.has-dark-gray-color.cookie-message__submit,.is-style-outline>.has-dark-gray-color.wp-block-button__link{border-color:#999;color:#999}.button.cookie-message__submit--decline:visited.has-dark-gray-color:active,.button.cookie-message__submit--decline:visited.has-dark-gray-color:focus,.button.cookie-message__submit--decline:visited.has-dark-gray-color:hover,.button.has-dark-gray-color.cookie-message__submit--decline:active,.button.has-dark-gray-color.cookie-message__submit--decline:focus,.button.has-dark-gray-color.cookie-message__submit--decline:hover,.button.is-style-outline.has-dark-gray-color:active,.button.is-style-outline.has-dark-gray-color:focus,.button.is-style-outline.has-dark-gray-color:hover,.button.is-style-outline:visited.has-dark-gray-color:active,.button.is-style-outline:visited.has-dark-gray-color:focus,.button.is-style-outline:visited.has-dark-gray-color:hover,.cookie-message__submit--decline>.button.has-dark-gray-color:active,.cookie-message__submit--decline>.button.has-dark-gray-color:focus,.cookie-message__submit--decline>.button.has-dark-gray-color:hover,.cookie-message__submit--decline>.button:visited.has-dark-gray-color:active,.cookie-message__submit--decline>.button:visited.has-dark-gray-color:focus,.cookie-message__submit--decline>.button:visited.has-dark-gray-color:hover,.cookie-message__submit--decline>.cookie-message__submit:visited.has-dark-gray-color:active,.cookie-message__submit--decline>.cookie-message__submit:visited.has-dark-gray-color:focus,.cookie-message__submit--decline>.cookie-message__submit:visited.has-dark-gray-color:hover,.cookie-message__submit--decline>.has-dark-gray-color.cookie-message__submit:active,.cookie-message__submit--decline>.has-dark-gray-color.cookie-message__submit:focus,.cookie-message__submit--decline>.has-dark-gray-color.cookie-message__submit:hover,.cookie-message__submit--decline>.has-dark-gray-color.wp-block-button__link:active,.cookie-message__submit--decline>.has-dark-gray-color.wp-block-button__link:focus,.cookie-message__submit--decline>.has-dark-gray-color.wp-block-button__link:hover,.cookie-message__submit.cookie-message__submit--decline:visited.has-dark-gray-color:active,.cookie-message__submit.cookie-message__submit--decline:visited.has-dark-gray-color:focus,.cookie-message__submit.cookie-message__submit--decline:visited.has-dark-gray-color:hover,.form-styling-active .button.gform_button:visited.has-dark-gray-color:active,.form-styling-active .button.gform_button:visited.has-dark-gray-color:focus,.form-styling-active .button.gform_button:visited.has-dark-gray-color:hover,.form-styling-active .button.gform_next_button:visited.has-dark-gray-color:active,.form-styling-active .button.gform_next_button:visited.has-dark-gray-color:focus,.form-styling-active .button.gform_next_button:visited.has-dark-gray-color:hover,.form-styling-active .button.gform_previous_button:visited.has-dark-gray-color:active,.form-styling-active .button.gform_previous_button:visited.has-dark-gray-color:focus,.form-styling-active .button.gform_previous_button:visited.has-dark-gray-color:hover,.form-styling-active .button.has-dark-gray-color.gform_button:active,.form-styling-active .button.has-dark-gray-color.gform_button:focus,.form-styling-active .button.has-dark-gray-color.gform_button:hover,.form-styling-active .button.has-dark-gray-color.gform_next_button:active,.form-styling-active .button.has-dark-gray-color.gform_next_button:focus,.form-styling-active .button.has-dark-gray-color.gform_next_button:hover,.form-styling-active .button.has-dark-gray-color.gform_previous_button:active,.form-styling-active .button.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .button.has-dark-gray-color.gform_previous_button:hover,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_button:active,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_button:focus,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_button:hover,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_next_button:active,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_next_button:focus,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_next_button:hover,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_previous_button:active,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .cookie-message__submit--decline>.has-dark-gray-color.gform_previous_button:hover,.form-styling-active .gform_button.cookie-message__submit:visited.has-dark-gray-color:active,.form-styling-active .gform_button.cookie-message__submit:visited.has-dark-gray-color:focus,.form-styling-active .gform_button.cookie-message__submit:visited.has-dark-gray-color:hover,.form-styling-active .gform_button>.button.has-dark-gray-color:active,.form-styling-active .gform_button>.button.has-dark-gray-color:focus,.form-styling-active .gform_button>.button.has-dark-gray-color:hover,.form-styling-active .gform_button>.button:visited.has-dark-gray-color:active,.form-styling-active .gform_button>.button:visited.has-dark-gray-color:focus,.form-styling-active .gform_button>.button:visited.has-dark-gray-color:hover,.form-styling-active .gform_button>.cookie-message__submit:visited.has-dark-gray-color:active,.form-styling-active .gform_button>.cookie-message__submit:visited.has-dark-gray-color:focus,.form-styling-active .gform_button>.cookie-message__submit:visited.has-dark-gray-color:hover,.form-styling-active .gform_button>.has-dark-gray-color.cookie-message__submit:active,.form-styling-active .gform_button>.has-dark-gray-color.cookie-message__submit:focus,.form-styling-active .gform_button>.has-dark-gray-color.cookie-message__submit:hover,.form-styling-active .gform_button>.has-dark-gray-color.gform_button:active,.form-styling-active .gform_button>.has-dark-gray-color.gform_button:focus,.form-styling-active .gform_button>.has-dark-gray-color.gform_button:hover,.form-styling-active .gform_button>.has-dark-gray-color.gform_next_button:active,.form-styling-active .gform_button>.has-dark-gray-color.gform_next_button:focus,.form-styling-active .gform_button>.has-dark-gray-color.gform_next_button:hover,.form-styling-active .gform_button>.has-dark-gray-color.gform_previous_button:active,.form-styling-active .gform_button>.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .gform_button>.has-dark-gray-color.gform_previous_button:hover,.form-styling-active .gform_button>.has-dark-gray-color.wp-block-button__link:active,.form-styling-active .gform_button>.has-dark-gray-color.wp-block-button__link:focus,.form-styling-active .gform_button>.has-dark-gray-color.wp-block-button__link:hover,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-dark-gray-color:active,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-dark-gray-color:focus,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-dark-gray-color:hover,.form-styling-active .gform_next_button>.button.has-dark-gray-color:active,.form-styling-active .gform_next_button>.button.has-dark-gray-color:focus,.form-styling-active .gform_next_button>.button.has-dark-gray-color:hover,.form-styling-active .gform_next_button>.button:visited.has-dark-gray-color:active,.form-styling-active .gform_next_button>.button:visited.has-dark-gray-color:focus,.form-styling-active .gform_next_button>.button:visited.has-dark-gray-color:hover,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-dark-gray-color:active,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-dark-gray-color:focus,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-dark-gray-color:hover,.form-styling-active .gform_next_button>.has-dark-gray-color.cookie-message__submit:active,.form-styling-active .gform_next_button>.has-dark-gray-color.cookie-message__submit:focus,.form-styling-active .gform_next_button>.has-dark-gray-color.cookie-message__submit:hover,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_button:active,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_button:focus,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_button:hover,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_next_button:active,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_next_button:focus,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_next_button:hover,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_previous_button:active,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .gform_next_button>.has-dark-gray-color.gform_previous_button:hover,.form-styling-active .gform_next_button>.has-dark-gray-color.wp-block-button__link:active,.form-styling-active .gform_next_button>.has-dark-gray-color.wp-block-button__link:focus,.form-styling-active .gform_next_button>.has-dark-gray-color.wp-block-button__link:hover,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-dark-gray-color:active,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-dark-gray-color:focus,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-dark-gray-color:hover,.form-styling-active .gform_previous_button>.button.has-dark-gray-color:active,.form-styling-active .gform_previous_button>.button.has-dark-gray-color:focus,.form-styling-active .gform_previous_button>.button.has-dark-gray-color:hover,.form-styling-active .gform_previous_button>.button:visited.has-dark-gray-color:active,.form-styling-active .gform_previous_button>.button:visited.has-dark-gray-color:focus,.form-styling-active .gform_previous_button>.button:visited.has-dark-gray-color:hover,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-dark-gray-color:active,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-dark-gray-color:focus,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-dark-gray-color:hover,.form-styling-active .gform_previous_button>.has-dark-gray-color.cookie-message__submit:active,.form-styling-active .gform_previous_button>.has-dark-gray-color.cookie-message__submit:focus,.form-styling-active .gform_previous_button>.has-dark-gray-color.cookie-message__submit:hover,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_button:active,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_button:focus,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_button:hover,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_next_button:active,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_next_button:focus,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_next_button:hover,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_previous_button:active,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .gform_previous_button>.has-dark-gray-color.gform_previous_button:hover,.form-styling-active .gform_previous_button>.has-dark-gray-color.wp-block-button__link:active,.form-styling-active .gform_previous_button>.has-dark-gray-color.wp-block-button__link:focus,.form-styling-active .gform_previous_button>.has-dark-gray-color.wp-block-button__link:hover,.form-styling-active .has-dark-gray-color.gform_button.cookie-message__submit--decline:active,.form-styling-active .has-dark-gray-color.gform_button.cookie-message__submit--decline:focus,.form-styling-active .has-dark-gray-color.gform_button.cookie-message__submit--decline:hover,.form-styling-active .has-dark-gray-color.gform_button.cookie-message__submit:active,.form-styling-active .has-dark-gray-color.gform_button.cookie-message__submit:focus,.form-styling-active .has-dark-gray-color.gform_button.cookie-message__submit:hover,.form-styling-active .has-dark-gray-color.gform_button:active,.form-styling-active .has-dark-gray-color.gform_button:focus,.form-styling-active .has-dark-gray-color.gform_button:hover,.form-styling-active .has-dark-gray-color.gform_next_button.cookie-message__submit--decline:active,.form-styling-active .has-dark-gray-color.gform_next_button.cookie-message__submit--decline:focus,.form-styling-active .has-dark-gray-color.gform_next_button.cookie-message__submit--decline:hover,.form-styling-active .has-dark-gray-color.gform_next_button.cookie-message__submit:active,.form-styling-active .has-dark-gray-color.gform_next_button.cookie-message__submit:focus,.form-styling-active .has-dark-gray-color.gform_next_button.cookie-message__submit:hover,.form-styling-active .has-dark-gray-color.gform_next_button:active,.form-styling-active .has-dark-gray-color.gform_next_button:focus,.form-styling-active .has-dark-gray-color.gform_next_button:hover,.form-styling-active .has-dark-gray-color.gform_previous_button.cookie-message__submit--decline:active,.form-styling-active .has-dark-gray-color.gform_previous_button.cookie-message__submit--decline:focus,.form-styling-active .has-dark-gray-color.gform_previous_button.cookie-message__submit--decline:hover,.form-styling-active .has-dark-gray-color.gform_previous_button.cookie-message__submit:active,.form-styling-active .has-dark-gray-color.gform_previous_button.cookie-message__submit:focus,.form-styling-active .has-dark-gray-color.gform_previous_button.cookie-message__submit:hover,.form-styling-active .has-dark-gray-color.gform_previous_button:active,.form-styling-active .has-dark-gray-color.gform_previous_button:focus,.form-styling-active .has-dark-gray-color.gform_previous_button:hover,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_button:active,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_button:focus,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_button:hover,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_next_button:active,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_next_button:focus,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_next_button:hover,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_previous_button:active,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_previous_button:focus,.form-styling-active .has-dark-gray-color.wp-block-button__link.gform_previous_button:hover,.form-styling-active .is-style-outline.has-dark-gray-color.gform_button:active,.form-styling-active .is-style-outline.has-dark-gray-color.gform_button:focus,.form-styling-active .is-style-outline.has-dark-gray-color.gform_button:hover,.form-styling-active .is-style-outline.has-dark-gray-color.gform_next_button:active,.form-styling-active .is-style-outline.has-dark-gray-color.gform_next_button:focus,.form-styling-active .is-style-outline.has-dark-gray-color.gform_next_button:hover,.form-styling-active .is-style-outline.has-dark-gray-color.gform_previous_button:active,.form-styling-active .is-style-outline.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .is-style-outline.has-dark-gray-color.gform_previous_button:hover,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_button:active,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_button:focus,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_button:hover,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_next_button:active,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_next_button:focus,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_next_button:hover,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_previous_button:active,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_previous_button:focus,.form-styling-active .is-style-outline>.has-dark-gray-color.gform_previous_button:hover,.has-dark-gray-color.cookie-message__submit.cookie-message__submit--decline:active,.has-dark-gray-color.cookie-message__submit.cookie-message__submit--decline:focus,.has-dark-gray-color.cookie-message__submit.cookie-message__submit--decline:hover,.has-dark-gray-color.wp-block-button__link.cookie-message__submit--decline:active,.has-dark-gray-color.wp-block-button__link.cookie-message__submit--decline:focus,.has-dark-gray-color.wp-block-button__link.cookie-message__submit--decline:hover,.is-style-outline.cookie-message__submit:visited.has-dark-gray-color:active,.is-style-outline.cookie-message__submit:visited.has-dark-gray-color:focus,.is-style-outline.cookie-message__submit:visited.has-dark-gray-color:hover,.is-style-outline.has-dark-gray-color.cookie-message__submit:active,.is-style-outline.has-dark-gray-color.cookie-message__submit:focus,.is-style-outline.has-dark-gray-color.cookie-message__submit:hover,.is-style-outline.has-dark-gray-color.wp-block-button__link:active,.is-style-outline.has-dark-gray-color.wp-block-button__link:focus,.is-style-outline.has-dark-gray-color.wp-block-button__link:hover,.is-style-outline>.button.has-dark-gray-color:active,.is-style-outline>.button.has-dark-gray-color:focus,.is-style-outline>.button.has-dark-gray-color:hover,.is-style-outline>.button:visited.has-dark-gray-color:active,.is-style-outline>.button:visited.has-dark-gray-color:focus,.is-style-outline>.button:visited.has-dark-gray-color:hover,.is-style-outline>.cookie-message__submit:visited.has-dark-gray-color:active,.is-style-outline>.cookie-message__submit:visited.has-dark-gray-color:focus,.is-style-outline>.cookie-message__submit:visited.has-dark-gray-color:hover,.is-style-outline>.has-dark-gray-color.cookie-message__submit:active,.is-style-outline>.has-dark-gray-color.cookie-message__submit:focus,.is-style-outline>.has-dark-gray-color.cookie-message__submit:hover,.is-style-outline>.has-dark-gray-color.wp-block-button__link:active,.is-style-outline>.has-dark-gray-color.wp-block-button__link:focus,.is-style-outline>.has-dark-gray-color.wp-block-button__link:hover{background-color:#999;border-color:#999;color:#fff}.button.has-gray-color.cookie-message__submit--decline,.button.is-style-outline.has-gray-color,.button.is-style-outline:visited.has-gray-color,.cookie-message__submit--decline>.button.has-gray-color,.cookie-message__submit--decline>.has-gray-color.cookie-message__submit,.cookie-message__submit--decline>.has-gray-color.wp-block-button__link,.form-styling-active .gform_button>.button.has-gray-color,.form-styling-active .gform_button>.has-gray-color.cookie-message__submit,.form-styling-active .gform_button>.has-gray-color.wp-block-button__link,.form-styling-active .gform_next_button>.button.has-gray-color,.form-styling-active .gform_next_button>.has-gray-color.cookie-message__submit,.form-styling-active .gform_next_button>.has-gray-color.wp-block-button__link,.form-styling-active .gform_previous_button>.button.has-gray-color,.form-styling-active .gform_previous_button>.has-gray-color.cookie-message__submit,.form-styling-active .gform_previous_button>.has-gray-color.wp-block-button__link,.form-styling-active .has-gray-color.gform_button,.form-styling-active .has-gray-color.gform_next_button,.form-styling-active .has-gray-color.gform_previous_button,.has-gray-color.cookie-message__submit.cookie-message__submit--decline,.has-gray-color.wp-block-button__link.cookie-message__submit--decline,.is-style-outline.has-gray-color.cookie-message__submit,.is-style-outline.has-gray-color.wp-block-button__link,.is-style-outline>.button.has-gray-color,.is-style-outline>.button:visited.has-gray-color,.is-style-outline>.has-gray-color.cookie-message__submit,.is-style-outline>.has-gray-color.wp-block-button__link{border-color:#ccc;color:#ccc}.button.cookie-message__submit--decline:visited.has-gray-color:active,.button.cookie-message__submit--decline:visited.has-gray-color:focus,.button.cookie-message__submit--decline:visited.has-gray-color:hover,.button.has-gray-color.cookie-message__submit--decline:active,.button.has-gray-color.cookie-message__submit--decline:focus,.button.has-gray-color.cookie-message__submit--decline:hover,.button.is-style-outline.has-gray-color:active,.button.is-style-outline.has-gray-color:focus,.button.is-style-outline.has-gray-color:hover,.button.is-style-outline:visited.has-gray-color:active,.button.is-style-outline:visited.has-gray-color:focus,.button.is-style-outline:visited.has-gray-color:hover,.cookie-message__submit--decline>.button.has-gray-color:active,.cookie-message__submit--decline>.button.has-gray-color:focus,.cookie-message__submit--decline>.button.has-gray-color:hover,.cookie-message__submit--decline>.button:visited.has-gray-color:active,.cookie-message__submit--decline>.button:visited.has-gray-color:focus,.cookie-message__submit--decline>.button:visited.has-gray-color:hover,.cookie-message__submit--decline>.cookie-message__submit:visited.has-gray-color:active,.cookie-message__submit--decline>.cookie-message__submit:visited.has-gray-color:focus,.cookie-message__submit--decline>.cookie-message__submit:visited.has-gray-color:hover,.cookie-message__submit--decline>.has-gray-color.cookie-message__submit:active,.cookie-message__submit--decline>.has-gray-color.cookie-message__submit:focus,.cookie-message__submit--decline>.has-gray-color.cookie-message__submit:hover,.cookie-message__submit--decline>.has-gray-color.wp-block-button__link:active,.cookie-message__submit--decline>.has-gray-color.wp-block-button__link:focus,.cookie-message__submit--decline>.has-gray-color.wp-block-button__link:hover,.cookie-message__submit.cookie-message__submit--decline:visited.has-gray-color:active,.cookie-message__submit.cookie-message__submit--decline:visited.has-gray-color:focus,.cookie-message__submit.cookie-message__submit--decline:visited.has-gray-color:hover,.form-styling-active .button.gform_button:visited.has-gray-color:active,.form-styling-active .button.gform_button:visited.has-gray-color:focus,.form-styling-active .button.gform_button:visited.has-gray-color:hover,.form-styling-active .button.gform_next_button:visited.has-gray-color:active,.form-styling-active .button.gform_next_button:visited.has-gray-color:focus,.form-styling-active .button.gform_next_button:visited.has-gray-color:hover,.form-styling-active .button.gform_previous_button:visited.has-gray-color:active,.form-styling-active .button.gform_previous_button:visited.has-gray-color:focus,.form-styling-active .button.gform_previous_button:visited.has-gray-color:hover,.form-styling-active .button.has-gray-color.gform_button:active,.form-styling-active .button.has-gray-color.gform_button:focus,.form-styling-active .button.has-gray-color.gform_button:hover,.form-styling-active .button.has-gray-color.gform_next_button:active,.form-styling-active .button.has-gray-color.gform_next_button:focus,.form-styling-active .button.has-gray-color.gform_next_button:hover,.form-styling-active .button.has-gray-color.gform_previous_button:active,.form-styling-active .button.has-gray-color.gform_previous_button:focus,.form-styling-active .button.has-gray-color.gform_previous_button:hover,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_button:active,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_button:focus,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_button:hover,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_next_button:active,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_next_button:focus,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_next_button:hover,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_previous_button:active,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_previous_button:focus,.form-styling-active .cookie-message__submit--decline>.has-gray-color.gform_previous_button:hover,.form-styling-active .gform_button.cookie-message__submit:visited.has-gray-color:active,.form-styling-active .gform_button.cookie-message__submit:visited.has-gray-color:focus,.form-styling-active .gform_button.cookie-message__submit:visited.has-gray-color:hover,.form-styling-active .gform_button>.button.has-gray-color:active,.form-styling-active .gform_button>.button.has-gray-color:focus,.form-styling-active .gform_button>.button.has-gray-color:hover,.form-styling-active .gform_button>.button:visited.has-gray-color:active,.form-styling-active .gform_button>.button:visited.has-gray-color:focus,.form-styling-active .gform_button>.button:visited.has-gray-color:hover,.form-styling-active .gform_button>.cookie-message__submit:visited.has-gray-color:active,.form-styling-active .gform_button>.cookie-message__submit:visited.has-gray-color:focus,.form-styling-active .gform_button>.cookie-message__submit:visited.has-gray-color:hover,.form-styling-active .gform_button>.has-gray-color.cookie-message__submit:active,.form-styling-active .gform_button>.has-gray-color.cookie-message__submit:focus,.form-styling-active .gform_button>.has-gray-color.cookie-message__submit:hover,.form-styling-active .gform_button>.has-gray-color.gform_button:active,.form-styling-active .gform_button>.has-gray-color.gform_button:focus,.form-styling-active .gform_button>.has-gray-color.gform_button:hover,.form-styling-active .gform_button>.has-gray-color.gform_next_button:active,.form-styling-active .gform_button>.has-gray-color.gform_next_button:focus,.form-styling-active .gform_button>.has-gray-color.gform_next_button:hover,.form-styling-active .gform_button>.has-gray-color.gform_previous_button:active,.form-styling-active .gform_button>.has-gray-color.gform_previous_button:focus,.form-styling-active .gform_button>.has-gray-color.gform_previous_button:hover,.form-styling-active .gform_button>.has-gray-color.wp-block-button__link:active,.form-styling-active .gform_button>.has-gray-color.wp-block-button__link:focus,.form-styling-active .gform_button>.has-gray-color.wp-block-button__link:hover,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-gray-color:active,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-gray-color:focus,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-gray-color:hover,.form-styling-active .gform_next_button>.button.has-gray-color:active,.form-styling-active .gform_next_button>.button.has-gray-color:focus,.form-styling-active .gform_next_button>.button.has-gray-color:hover,.form-styling-active .gform_next_button>.button:visited.has-gray-color:active,.form-styling-active .gform_next_button>.button:visited.has-gray-color:focus,.form-styling-active .gform_next_button>.button:visited.has-gray-color:hover,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-gray-color:active,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-gray-color:focus,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-gray-color:hover,.form-styling-active .gform_next_button>.has-gray-color.cookie-message__submit:active,.form-styling-active .gform_next_button>.has-gray-color.cookie-message__submit:focus,.form-styling-active .gform_next_button>.has-gray-color.cookie-message__submit:hover,.form-styling-active .gform_next_button>.has-gray-color.gform_button:active,.form-styling-active .gform_next_button>.has-gray-color.gform_button:focus,.form-styling-active .gform_next_button>.has-gray-color.gform_button:hover,.form-styling-active .gform_next_button>.has-gray-color.gform_next_button:active,.form-styling-active .gform_next_button>.has-gray-color.gform_next_button:focus,.form-styling-active .gform_next_button>.has-gray-color.gform_next_button:hover,.form-styling-active .gform_next_button>.has-gray-color.gform_previous_button:active,.form-styling-active .gform_next_button>.has-gray-color.gform_previous_button:focus,.form-styling-active .gform_next_button>.has-gray-color.gform_previous_button:hover,.form-styling-active .gform_next_button>.has-gray-color.wp-block-button__link:active,.form-styling-active .gform_next_button>.has-gray-color.wp-block-button__link:focus,.form-styling-active .gform_next_button>.has-gray-color.wp-block-button__link:hover,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-gray-color:active,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-gray-color:focus,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-gray-color:hover,.form-styling-active .gform_previous_button>.button.has-gray-color:active,.form-styling-active .gform_previous_button>.button.has-gray-color:focus,.form-styling-active .gform_previous_button>.button.has-gray-color:hover,.form-styling-active .gform_previous_button>.button:visited.has-gray-color:active,.form-styling-active .gform_previous_button>.button:visited.has-gray-color:focus,.form-styling-active .gform_previous_button>.button:visited.has-gray-color:hover,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-gray-color:active,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-gray-color:focus,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-gray-color:hover,.form-styling-active .gform_previous_button>.has-gray-color.cookie-message__submit:active,.form-styling-active .gform_previous_button>.has-gray-color.cookie-message__submit:focus,.form-styling-active .gform_previous_button>.has-gray-color.cookie-message__submit:hover,.form-styling-active .gform_previous_button>.has-gray-color.gform_button:active,.form-styling-active .gform_previous_button>.has-gray-color.gform_button:focus,.form-styling-active .gform_previous_button>.has-gray-color.gform_button:hover,.form-styling-active .gform_previous_button>.has-gray-color.gform_next_button:active,.form-styling-active .gform_previous_button>.has-gray-color.gform_next_button:focus,.form-styling-active .gform_previous_button>.has-gray-color.gform_next_button:hover,.form-styling-active .gform_previous_button>.has-gray-color.gform_previous_button:active,.form-styling-active .gform_previous_button>.has-gray-color.gform_previous_button:focus,.form-styling-active .gform_previous_button>.has-gray-color.gform_previous_button:hover,.form-styling-active .gform_previous_button>.has-gray-color.wp-block-button__link:active,.form-styling-active .gform_previous_button>.has-gray-color.wp-block-button__link:focus,.form-styling-active .gform_previous_button>.has-gray-color.wp-block-button__link:hover,.form-styling-active .has-gray-color.gform_button.cookie-message__submit--decline:active,.form-styling-active .has-gray-color.gform_button.cookie-message__submit--decline:focus,.form-styling-active .has-gray-color.gform_button.cookie-message__submit--decline:hover,.form-styling-active .has-gray-color.gform_button.cookie-message__submit:active,.form-styling-active .has-gray-color.gform_button.cookie-message__submit:focus,.form-styling-active .has-gray-color.gform_button.cookie-message__submit:hover,.form-styling-active .has-gray-color.gform_button:active,.form-styling-active .has-gray-color.gform_button:focus,.form-styling-active .has-gray-color.gform_button:hover,.form-styling-active .has-gray-color.gform_next_button.cookie-message__submit--decline:active,.form-styling-active .has-gray-color.gform_next_button.cookie-message__submit--decline:focus,.form-styling-active .has-gray-color.gform_next_button.cookie-message__submit--decline:hover,.form-styling-active .has-gray-color.gform_next_button.cookie-message__submit:active,.form-styling-active .has-gray-color.gform_next_button.cookie-message__submit:focus,.form-styling-active .has-gray-color.gform_next_button.cookie-message__submit:hover,.form-styling-active .has-gray-color.gform_next_button:active,.form-styling-active .has-gray-color.gform_next_button:focus,.form-styling-active .has-gray-color.gform_next_button:hover,.form-styling-active .has-gray-color.gform_previous_button.cookie-message__submit--decline:active,.form-styling-active .has-gray-color.gform_previous_button.cookie-message__submit--decline:focus,.form-styling-active .has-gray-color.gform_previous_button.cookie-message__submit--decline:hover,.form-styling-active .has-gray-color.gform_previous_button.cookie-message__submit:active,.form-styling-active .has-gray-color.gform_previous_button.cookie-message__submit:focus,.form-styling-active .has-gray-color.gform_previous_button.cookie-message__submit:hover,.form-styling-active .has-gray-color.gform_previous_button:active,.form-styling-active .has-gray-color.gform_previous_button:focus,.form-styling-active .has-gray-color.gform_previous_button:hover,.form-styling-active .has-gray-color.wp-block-button__link.gform_button:active,.form-styling-active .has-gray-color.wp-block-button__link.gform_button:focus,.form-styling-active .has-gray-color.wp-block-button__link.gform_button:hover,.form-styling-active .has-gray-color.wp-block-button__link.gform_next_button:active,.form-styling-active .has-gray-color.wp-block-button__link.gform_next_button:focus,.form-styling-active .has-gray-color.wp-block-button__link.gform_next_button:hover,.form-styling-active .has-gray-color.wp-block-button__link.gform_previous_button:active,.form-styling-active .has-gray-color.wp-block-button__link.gform_previous_button:focus,.form-styling-active .has-gray-color.wp-block-button__link.gform_previous_button:hover,.form-styling-active .is-style-outline.has-gray-color.gform_button:active,.form-styling-active .is-style-outline.has-gray-color.gform_button:focus,.form-styling-active .is-style-outline.has-gray-color.gform_button:hover,.form-styling-active .is-style-outline.has-gray-color.gform_next_button:active,.form-styling-active .is-style-outline.has-gray-color.gform_next_button:focus,.form-styling-active .is-style-outline.has-gray-color.gform_next_button:hover,.form-styling-active .is-style-outline.has-gray-color.gform_previous_button:active,.form-styling-active .is-style-outline.has-gray-color.gform_previous_button:focus,.form-styling-active .is-style-outline.has-gray-color.gform_previous_button:hover,.form-styling-active .is-style-outline>.has-gray-color.gform_button:active,.form-styling-active .is-style-outline>.has-gray-color.gform_button:focus,.form-styling-active .is-style-outline>.has-gray-color.gform_button:hover,.form-styling-active .is-style-outline>.has-gray-color.gform_next_button:active,.form-styling-active .is-style-outline>.has-gray-color.gform_next_button:focus,.form-styling-active .is-style-outline>.has-gray-color.gform_next_button:hover,.form-styling-active .is-style-outline>.has-gray-color.gform_previous_button:active,.form-styling-active .is-style-outline>.has-gray-color.gform_previous_button:focus,.form-styling-active .is-style-outline>.has-gray-color.gform_previous_button:hover,.has-gray-color.cookie-message__submit.cookie-message__submit--decline:active,.has-gray-color.cookie-message__submit.cookie-message__submit--decline:focus,.has-gray-color.cookie-message__submit.cookie-message__submit--decline:hover,.has-gray-color.wp-block-button__link.cookie-message__submit--decline:active,.has-gray-color.wp-block-button__link.cookie-message__submit--decline:focus,.has-gray-color.wp-block-button__link.cookie-message__submit--decline:hover,.is-style-outline.cookie-message__submit:visited.has-gray-color:active,.is-style-outline.cookie-message__submit:visited.has-gray-color:focus,.is-style-outline.cookie-message__submit:visited.has-gray-color:hover,.is-style-outline.has-gray-color.cookie-message__submit:active,.is-style-outline.has-gray-color.cookie-message__submit:focus,.is-style-outline.has-gray-color.cookie-message__submit:hover,.is-style-outline.has-gray-color.wp-block-button__link:active,.is-style-outline.has-gray-color.wp-block-button__link:focus,.is-style-outline.has-gray-color.wp-block-button__link:hover,.is-style-outline>.button.has-gray-color:active,.is-style-outline>.button.has-gray-color:focus,.is-style-outline>.button.has-gray-color:hover,.is-style-outline>.button:visited.has-gray-color:active,.is-style-outline>.button:visited.has-gray-color:focus,.is-style-outline>.button:visited.has-gray-color:hover,.is-style-outline>.cookie-message__submit:visited.has-gray-color:active,.is-style-outline>.cookie-message__submit:visited.has-gray-color:focus,.is-style-outline>.cookie-message__submit:visited.has-gray-color:hover,.is-style-outline>.has-gray-color.cookie-message__submit:active,.is-style-outline>.has-gray-color.cookie-message__submit:focus,.is-style-outline>.has-gray-color.cookie-message__submit:hover,.is-style-outline>.has-gray-color.wp-block-button__link:active,.is-style-outline>.has-gray-color.wp-block-button__link:focus,.is-style-outline>.has-gray-color.wp-block-button__link:hover{background-color:#ccc;border-color:#ccc;color:#fff}.button.has-light-gray-color.cookie-message__submit--decline,.button.is-style-outline.has-light-gray-color,.button.is-style-outline:visited.has-light-gray-color,.cookie-message__submit--decline>.button.has-light-gray-color,.cookie-message__submit--decline>.has-light-gray-color.cookie-message__submit,.cookie-message__submit--decline>.has-light-gray-color.wp-block-button__link,.form-styling-active .gform_button>.button.has-light-gray-color,.form-styling-active .gform_button>.has-light-gray-color.cookie-message__submit,.form-styling-active .gform_button>.has-light-gray-color.wp-block-button__link,.form-styling-active .gform_next_button>.button.has-light-gray-color,.form-styling-active .gform_next_button>.has-light-gray-color.cookie-message__submit,.form-styling-active .gform_next_button>.has-light-gray-color.wp-block-button__link,.form-styling-active .gform_previous_button>.button.has-light-gray-color,.form-styling-active .gform_previous_button>.has-light-gray-color.cookie-message__submit,.form-styling-active .gform_previous_button>.has-light-gray-color.wp-block-button__link,.form-styling-active .has-light-gray-color.gform_button,.form-styling-active .has-light-gray-color.gform_next_button,.form-styling-active .has-light-gray-color.gform_previous_button,.has-light-gray-color.cookie-message__submit.cookie-message__submit--decline,.has-light-gray-color.wp-block-button__link.cookie-message__submit--decline,.is-style-outline.has-light-gray-color.cookie-message__submit,.is-style-outline.has-light-gray-color.wp-block-button__link,.is-style-outline>.button.has-light-gray-color,.is-style-outline>.button:visited.has-light-gray-color,.is-style-outline>.has-light-gray-color.cookie-message__submit,.is-style-outline>.has-light-gray-color.wp-block-button__link{border-color:#f3f3f3;color:#f3f3f3}.button.cookie-message__submit--decline:visited.has-light-gray-color:active,.button.cookie-message__submit--decline:visited.has-light-gray-color:focus,.button.cookie-message__submit--decline:visited.has-light-gray-color:hover,.button.has-light-gray-color.cookie-message__submit--decline:active,.button.has-light-gray-color.cookie-message__submit--decline:focus,.button.has-light-gray-color.cookie-message__submit--decline:hover,.button.is-style-outline.has-light-gray-color:active,.button.is-style-outline.has-light-gray-color:focus,.button.is-style-outline.has-light-gray-color:hover,.button.is-style-outline:visited.has-light-gray-color:active,.button.is-style-outline:visited.has-light-gray-color:focus,.button.is-style-outline:visited.has-light-gray-color:hover,.cookie-message__submit--decline>.button.has-light-gray-color:active,.cookie-message__submit--decline>.button.has-light-gray-color:focus,.cookie-message__submit--decline>.button.has-light-gray-color:hover,.cookie-message__submit--decline>.button:visited.has-light-gray-color:active,.cookie-message__submit--decline>.button:visited.has-light-gray-color:focus,.cookie-message__submit--decline>.button:visited.has-light-gray-color:hover,.cookie-message__submit--decline>.cookie-message__submit:visited.has-light-gray-color:active,.cookie-message__submit--decline>.cookie-message__submit:visited.has-light-gray-color:focus,.cookie-message__submit--decline>.cookie-message__submit:visited.has-light-gray-color:hover,.cookie-message__submit--decline>.has-light-gray-color.cookie-message__submit:active,.cookie-message__submit--decline>.has-light-gray-color.cookie-message__submit:focus,.cookie-message__submit--decline>.has-light-gray-color.cookie-message__submit:hover,.cookie-message__submit--decline>.has-light-gray-color.wp-block-button__link:active,.cookie-message__submit--decline>.has-light-gray-color.wp-block-button__link:focus,.cookie-message__submit--decline>.has-light-gray-color.wp-block-button__link:hover,.cookie-message__submit.cookie-message__submit--decline:visited.has-light-gray-color:active,.cookie-message__submit.cookie-message__submit--decline:visited.has-light-gray-color:focus,.cookie-message__submit.cookie-message__submit--decline:visited.has-light-gray-color:hover,.form-styling-active .button.gform_button:visited.has-light-gray-color:active,.form-styling-active .button.gform_button:visited.has-light-gray-color:focus,.form-styling-active .button.gform_button:visited.has-light-gray-color:hover,.form-styling-active .button.gform_next_button:visited.has-light-gray-color:active,.form-styling-active .button.gform_next_button:visited.has-light-gray-color:focus,.form-styling-active .button.gform_next_button:visited.has-light-gray-color:hover,.form-styling-active .button.gform_previous_button:visited.has-light-gray-color:active,.form-styling-active .button.gform_previous_button:visited.has-light-gray-color:focus,.form-styling-active .button.gform_previous_button:visited.has-light-gray-color:hover,.form-styling-active .button.has-light-gray-color.gform_button:active,.form-styling-active .button.has-light-gray-color.gform_button:focus,.form-styling-active .button.has-light-gray-color.gform_button:hover,.form-styling-active .button.has-light-gray-color.gform_next_button:active,.form-styling-active .button.has-light-gray-color.gform_next_button:focus,.form-styling-active .button.has-light-gray-color.gform_next_button:hover,.form-styling-active .button.has-light-gray-color.gform_previous_button:active,.form-styling-active .button.has-light-gray-color.gform_previous_button:focus,.form-styling-active .button.has-light-gray-color.gform_previous_button:hover,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_button:active,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_button:focus,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_button:hover,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_next_button:active,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_next_button:focus,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_next_button:hover,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_previous_button:active,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_previous_button:focus,.form-styling-active .cookie-message__submit--decline>.has-light-gray-color.gform_previous_button:hover,.form-styling-active .gform_button.cookie-message__submit:visited.has-light-gray-color:active,.form-styling-active .gform_button.cookie-message__submit:visited.has-light-gray-color:focus,.form-styling-active .gform_button.cookie-message__submit:visited.has-light-gray-color:hover,.form-styling-active .gform_button>.button.has-light-gray-color:active,.form-styling-active .gform_button>.button.has-light-gray-color:focus,.form-styling-active .gform_button>.button.has-light-gray-color:hover,.form-styling-active .gform_button>.button:visited.has-light-gray-color:active,.form-styling-active .gform_button>.button:visited.has-light-gray-color:focus,.form-styling-active .gform_button>.button:visited.has-light-gray-color:hover,.form-styling-active .gform_button>.cookie-message__submit:visited.has-light-gray-color:active,.form-styling-active .gform_button>.cookie-message__submit:visited.has-light-gray-color:focus,.form-styling-active .gform_button>.cookie-message__submit:visited.has-light-gray-color:hover,.form-styling-active .gform_button>.has-light-gray-color.cookie-message__submit:active,.form-styling-active .gform_button>.has-light-gray-color.cookie-message__submit:focus,.form-styling-active .gform_button>.has-light-gray-color.cookie-message__submit:hover,.form-styling-active .gform_button>.has-light-gray-color.gform_button:active,.form-styling-active .gform_button>.has-light-gray-color.gform_button:focus,.form-styling-active .gform_button>.has-light-gray-color.gform_button:hover,.form-styling-active .gform_button>.has-light-gray-color.gform_next_button:active,.form-styling-active .gform_button>.has-light-gray-color.gform_next_button:focus,.form-styling-active .gform_button>.has-light-gray-color.gform_next_button:hover,.form-styling-active .gform_button>.has-light-gray-color.gform_previous_button:active,.form-styling-active .gform_button>.has-light-gray-color.gform_previous_button:focus,.form-styling-active .gform_button>.has-light-gray-color.gform_previous_button:hover,.form-styling-active .gform_button>.has-light-gray-color.wp-block-button__link:active,.form-styling-active .gform_button>.has-light-gray-color.wp-block-button__link:focus,.form-styling-active .gform_button>.has-light-gray-color.wp-block-button__link:hover,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-light-gray-color:active,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-light-gray-color:focus,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-light-gray-color:hover,.form-styling-active .gform_next_button>.button.has-light-gray-color:active,.form-styling-active .gform_next_button>.button.has-light-gray-color:focus,.form-styling-active .gform_next_button>.button.has-light-gray-color:hover,.form-styling-active .gform_next_button>.button:visited.has-light-gray-color:active,.form-styling-active .gform_next_button>.button:visited.has-light-gray-color:focus,.form-styling-active .gform_next_button>.button:visited.has-light-gray-color:hover,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-light-gray-color:active,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-light-gray-color:focus,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-light-gray-color:hover,.form-styling-active .gform_next_button>.has-light-gray-color.cookie-message__submit:active,.form-styling-active .gform_next_button>.has-light-gray-color.cookie-message__submit:focus,.form-styling-active .gform_next_button>.has-light-gray-color.cookie-message__submit:hover,.form-styling-active .gform_next_button>.has-light-gray-color.gform_button:active,.form-styling-active .gform_next_button>.has-light-gray-color.gform_button:focus,.form-styling-active .gform_next_button>.has-light-gray-color.gform_button:hover,.form-styling-active .gform_next_button>.has-light-gray-color.gform_next_button:active,.form-styling-active .gform_next_button>.has-light-gray-color.gform_next_button:focus,.form-styling-active .gform_next_button>.has-light-gray-color.gform_next_button:hover,.form-styling-active .gform_next_button>.has-light-gray-color.gform_previous_button:active,.form-styling-active .gform_next_button>.has-light-gray-color.gform_previous_button:focus,.form-styling-active .gform_next_button>.has-light-gray-color.gform_previous_button:hover,.form-styling-active .gform_next_button>.has-light-gray-color.wp-block-button__link:active,.form-styling-active .gform_next_button>.has-light-gray-color.wp-block-button__link:focus,.form-styling-active .gform_next_button>.has-light-gray-color.wp-block-button__link:hover,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-light-gray-color:active,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-light-gray-color:focus,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-light-gray-color:hover,.form-styling-active .gform_previous_button>.button.has-light-gray-color:active,.form-styling-active .gform_previous_button>.button.has-light-gray-color:focus,.form-styling-active .gform_previous_button>.button.has-light-gray-color:hover,.form-styling-active .gform_previous_button>.button:visited.has-light-gray-color:active,.form-styling-active .gform_previous_button>.button:visited.has-light-gray-color:focus,.form-styling-active .gform_previous_button>.button:visited.has-light-gray-color:hover,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-light-gray-color:active,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-light-gray-color:focus,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-light-gray-color:hover,.form-styling-active .gform_previous_button>.has-light-gray-color.cookie-message__submit:active,.form-styling-active .gform_previous_button>.has-light-gray-color.cookie-message__submit:focus,.form-styling-active .gform_previous_button>.has-light-gray-color.cookie-message__submit:hover,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_button:active,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_button:focus,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_button:hover,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_next_button:active,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_next_button:focus,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_next_button:hover,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_previous_button:active,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_previous_button:focus,.form-styling-active .gform_previous_button>.has-light-gray-color.gform_previous_button:hover,.form-styling-active .gform_previous_button>.has-light-gray-color.wp-block-button__link:active,.form-styling-active .gform_previous_button>.has-light-gray-color.wp-block-button__link:focus,.form-styling-active .gform_previous_button>.has-light-gray-color.wp-block-button__link:hover,.form-styling-active .has-light-gray-color.gform_button.cookie-message__submit--decline:active,.form-styling-active .has-light-gray-color.gform_button.cookie-message__submit--decline:focus,.form-styling-active .has-light-gray-color.gform_button.cookie-message__submit--decline:hover,.form-styling-active .has-light-gray-color.gform_button.cookie-message__submit:active,.form-styling-active .has-light-gray-color.gform_button.cookie-message__submit:focus,.form-styling-active .has-light-gray-color.gform_button.cookie-message__submit:hover,.form-styling-active .has-light-gray-color.gform_button:active,.form-styling-active .has-light-gray-color.gform_button:focus,.form-styling-active .has-light-gray-color.gform_button:hover,.form-styling-active .has-light-gray-color.gform_next_button.cookie-message__submit--decline:active,.form-styling-active .has-light-gray-color.gform_next_button.cookie-message__submit--decline:focus,.form-styling-active .has-light-gray-color.gform_next_button.cookie-message__submit--decline:hover,.form-styling-active .has-light-gray-color.gform_next_button.cookie-message__submit:active,.form-styling-active .has-light-gray-color.gform_next_button.cookie-message__submit:focus,.form-styling-active .has-light-gray-color.gform_next_button.cookie-message__submit:hover,.form-styling-active .has-light-gray-color.gform_next_button:active,.form-styling-active .has-light-gray-color.gform_next_button:focus,.form-styling-active .has-light-gray-color.gform_next_button:hover,.form-styling-active .has-light-gray-color.gform_previous_button.cookie-message__submit--decline:active,.form-styling-active .has-light-gray-color.gform_previous_button.cookie-message__submit--decline:focus,.form-styling-active .has-light-gray-color.gform_previous_button.cookie-message__submit--decline:hover,.form-styling-active .has-light-gray-color.gform_previous_button.cookie-message__submit:active,.form-styling-active .has-light-gray-color.gform_previous_button.cookie-message__submit:focus,.form-styling-active .has-light-gray-color.gform_previous_button.cookie-message__submit:hover,.form-styling-active .has-light-gray-color.gform_previous_button:active,.form-styling-active .has-light-gray-color.gform_previous_button:focus,.form-styling-active .has-light-gray-color.gform_previous_button:hover,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_button:active,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_button:focus,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_button:hover,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_next_button:active,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_next_button:focus,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_next_button:hover,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_previous_button:active,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_previous_button:focus,.form-styling-active .has-light-gray-color.wp-block-button__link.gform_previous_button:hover,.form-styling-active .is-style-outline.has-light-gray-color.gform_button:active,.form-styling-active .is-style-outline.has-light-gray-color.gform_button:focus,.form-styling-active .is-style-outline.has-light-gray-color.gform_button:hover,.form-styling-active .is-style-outline.has-light-gray-color.gform_next_button:active,.form-styling-active .is-style-outline.has-light-gray-color.gform_next_button:focus,.form-styling-active .is-style-outline.has-light-gray-color.gform_next_button:hover,.form-styling-active .is-style-outline.has-light-gray-color.gform_previous_button:active,.form-styling-active .is-style-outline.has-light-gray-color.gform_previous_button:focus,.form-styling-active .is-style-outline.has-light-gray-color.gform_previous_button:hover,.form-styling-active .is-style-outline>.has-light-gray-color.gform_button:active,.form-styling-active .is-style-outline>.has-light-gray-color.gform_button:focus,.form-styling-active .is-style-outline>.has-light-gray-color.gform_button:hover,.form-styling-active .is-style-outline>.has-light-gray-color.gform_next_button:active,.form-styling-active .is-style-outline>.has-light-gray-color.gform_next_button:focus,.form-styling-active .is-style-outline>.has-light-gray-color.gform_next_button:hover,.form-styling-active .is-style-outline>.has-light-gray-color.gform_previous_button:active,.form-styling-active .is-style-outline>.has-light-gray-color.gform_previous_button:focus,.form-styling-active .is-style-outline>.has-light-gray-color.gform_previous_button:hover,.has-light-gray-color.cookie-message__submit.cookie-message__submit--decline:active,.has-light-gray-color.cookie-message__submit.cookie-message__submit--decline:focus,.has-light-gray-color.cookie-message__submit.cookie-message__submit--decline:hover,.has-light-gray-color.wp-block-button__link.cookie-message__submit--decline:active,.has-light-gray-color.wp-block-button__link.cookie-message__submit--decline:focus,.has-light-gray-color.wp-block-button__link.cookie-message__submit--decline:hover,.is-style-outline.cookie-message__submit:visited.has-light-gray-color:active,.is-style-outline.cookie-message__submit:visited.has-light-gray-color:focus,.is-style-outline.cookie-message__submit:visited.has-light-gray-color:hover,.is-style-outline.has-light-gray-color.cookie-message__submit:active,.is-style-outline.has-light-gray-color.cookie-message__submit:focus,.is-style-outline.has-light-gray-color.cookie-message__submit:hover,.is-style-outline.has-light-gray-color.wp-block-button__link:active,.is-style-outline.has-light-gray-color.wp-block-button__link:focus,.is-style-outline.has-light-gray-color.wp-block-button__link:hover,.is-style-outline>.button.has-light-gray-color:active,.is-style-outline>.button.has-light-gray-color:focus,.is-style-outline>.button.has-light-gray-color:hover,.is-style-outline>.button:visited.has-light-gray-color:active,.is-style-outline>.button:visited.has-light-gray-color:focus,.is-style-outline>.button:visited.has-light-gray-color:hover,.is-style-outline>.cookie-message__submit:visited.has-light-gray-color:active,.is-style-outline>.cookie-message__submit:visited.has-light-gray-color:focus,.is-style-outline>.cookie-message__submit:visited.has-light-gray-color:hover,.is-style-outline>.has-light-gray-color.cookie-message__submit:active,.is-style-outline>.has-light-gray-color.cookie-message__submit:focus,.is-style-outline>.has-light-gray-color.cookie-message__submit:hover,.is-style-outline>.has-light-gray-color.wp-block-button__link:active,.is-style-outline>.has-light-gray-color.wp-block-button__link:focus,.is-style-outline>.has-light-gray-color.wp-block-button__link:hover{background-color:#f3f3f3;border-color:#f3f3f3;color:#fff}.button.has-white-color.cookie-message__submit--decline,.button.is-style-outline.has-white-color,.button.is-style-outline:visited.has-white-color,.cookie-message__submit--decline>.button.has-white-color,.cookie-message__submit--decline>.has-white-color.cookie-message__submit,.cookie-message__submit--decline>.has-white-color.wp-block-button__link,.form-styling-active .gform_button>.button.has-white-color,.form-styling-active .gform_button>.has-white-color.cookie-message__submit,.form-styling-active .gform_button>.has-white-color.wp-block-button__link,.form-styling-active .gform_next_button>.button.has-white-color,.form-styling-active .gform_next_button>.has-white-color.cookie-message__submit,.form-styling-active .gform_next_button>.has-white-color.wp-block-button__link,.form-styling-active .gform_previous_button>.button.has-white-color,.form-styling-active .gform_previous_button>.has-white-color.cookie-message__submit,.form-styling-active .gform_previous_button>.has-white-color.wp-block-button__link,.form-styling-active .has-white-color.gform_button,.form-styling-active .has-white-color.gform_next_button,.form-styling-active .has-white-color.gform_previous_button,.has-white-color.cookie-message__submit.cookie-message__submit--decline,.has-white-color.wp-block-button__link.cookie-message__submit--decline,.is-style-outline.has-white-color.cookie-message__submit,.is-style-outline.has-white-color.wp-block-button__link,.is-style-outline>.button.has-white-color,.is-style-outline>.button:visited.has-white-color,.is-style-outline>.has-white-color.cookie-message__submit,.is-style-outline>.has-white-color.wp-block-button__link{border-color:#fff;color:#fff}.button.cookie-message__submit--decline:visited.has-white-color:active,.button.cookie-message__submit--decline:visited.has-white-color:focus,.button.cookie-message__submit--decline:visited.has-white-color:hover,.button.has-white-color.cookie-message__submit--decline:active,.button.has-white-color.cookie-message__submit--decline:focus,.button.has-white-color.cookie-message__submit--decline:hover,.button.is-style-outline.has-white-color:active,.button.is-style-outline.has-white-color:focus,.button.is-style-outline.has-white-color:hover,.button.is-style-outline:visited.has-white-color:active,.button.is-style-outline:visited.has-white-color:focus,.button.is-style-outline:visited.has-white-color:hover,.cookie-message__submit--decline>.button.has-white-color:active,.cookie-message__submit--decline>.button.has-white-color:focus,.cookie-message__submit--decline>.button.has-white-color:hover,.cookie-message__submit--decline>.button:visited.has-white-color:active,.cookie-message__submit--decline>.button:visited.has-white-color:focus,.cookie-message__submit--decline>.button:visited.has-white-color:hover,.cookie-message__submit--decline>.cookie-message__submit:visited.has-white-color:active,.cookie-message__submit--decline>.cookie-message__submit:visited.has-white-color:focus,.cookie-message__submit--decline>.cookie-message__submit:visited.has-white-color:hover,.cookie-message__submit--decline>.has-white-color.cookie-message__submit:active,.cookie-message__submit--decline>.has-white-color.cookie-message__submit:focus,.cookie-message__submit--decline>.has-white-color.cookie-message__submit:hover,.cookie-message__submit--decline>.has-white-color.wp-block-button__link:active,.cookie-message__submit--decline>.has-white-color.wp-block-button__link:focus,.cookie-message__submit--decline>.has-white-color.wp-block-button__link:hover,.cookie-message__submit.cookie-message__submit--decline:visited.has-white-color:active,.cookie-message__submit.cookie-message__submit--decline:visited.has-white-color:focus,.cookie-message__submit.cookie-message__submit--decline:visited.has-white-color:hover,.form-styling-active .button.gform_button:visited.has-white-color:active,.form-styling-active .button.gform_button:visited.has-white-color:focus,.form-styling-active .button.gform_button:visited.has-white-color:hover,.form-styling-active .button.gform_next_button:visited.has-white-color:active,.form-styling-active .button.gform_next_button:visited.has-white-color:focus,.form-styling-active .button.gform_next_button:visited.has-white-color:hover,.form-styling-active .button.gform_previous_button:visited.has-white-color:active,.form-styling-active .button.gform_previous_button:visited.has-white-color:focus,.form-styling-active .button.gform_previous_button:visited.has-white-color:hover,.form-styling-active .button.has-white-color.gform_button:active,.form-styling-active .button.has-white-color.gform_button:focus,.form-styling-active .button.has-white-color.gform_button:hover,.form-styling-active .button.has-white-color.gform_next_button:active,.form-styling-active .button.has-white-color.gform_next_button:focus,.form-styling-active .button.has-white-color.gform_next_button:hover,.form-styling-active .button.has-white-color.gform_previous_button:active,.form-styling-active .button.has-white-color.gform_previous_button:focus,.form-styling-active .button.has-white-color.gform_previous_button:hover,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_button:active,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_button:focus,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_button:hover,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_next_button:active,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_next_button:focus,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_next_button:hover,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_previous_button:active,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_previous_button:focus,.form-styling-active .cookie-message__submit--decline>.has-white-color.gform_previous_button:hover,.form-styling-active .gform_button.cookie-message__submit:visited.has-white-color:active,.form-styling-active .gform_button.cookie-message__submit:visited.has-white-color:focus,.form-styling-active .gform_button.cookie-message__submit:visited.has-white-color:hover,.form-styling-active .gform_button>.button.has-white-color:active,.form-styling-active .gform_button>.button.has-white-color:focus,.form-styling-active .gform_button>.button.has-white-color:hover,.form-styling-active .gform_button>.button:visited.has-white-color:active,.form-styling-active .gform_button>.button:visited.has-white-color:focus,.form-styling-active .gform_button>.button:visited.has-white-color:hover,.form-styling-active .gform_button>.cookie-message__submit:visited.has-white-color:active,.form-styling-active .gform_button>.cookie-message__submit:visited.has-white-color:focus,.form-styling-active .gform_button>.cookie-message__submit:visited.has-white-color:hover,.form-styling-active .gform_button>.has-white-color.cookie-message__submit:active,.form-styling-active .gform_button>.has-white-color.cookie-message__submit:focus,.form-styling-active .gform_button>.has-white-color.cookie-message__submit:hover,.form-styling-active .gform_button>.has-white-color.gform_button:active,.form-styling-active .gform_button>.has-white-color.gform_button:focus,.form-styling-active .gform_button>.has-white-color.gform_button:hover,.form-styling-active .gform_button>.has-white-color.gform_next_button:active,.form-styling-active .gform_button>.has-white-color.gform_next_button:focus,.form-styling-active .gform_button>.has-white-color.gform_next_button:hover,.form-styling-active .gform_button>.has-white-color.gform_previous_button:active,.form-styling-active .gform_button>.has-white-color.gform_previous_button:focus,.form-styling-active .gform_button>.has-white-color.gform_previous_button:hover,.form-styling-active .gform_button>.has-white-color.wp-block-button__link:active,.form-styling-active .gform_button>.has-white-color.wp-block-button__link:focus,.form-styling-active .gform_button>.has-white-color.wp-block-button__link:hover,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-white-color:active,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-white-color:focus,.form-styling-active .gform_next_button.cookie-message__submit:visited.has-white-color:hover,.form-styling-active .gform_next_button>.button.has-white-color:active,.form-styling-active .gform_next_button>.button.has-white-color:focus,.form-styling-active .gform_next_button>.button.has-white-color:hover,.form-styling-active .gform_next_button>.button:visited.has-white-color:active,.form-styling-active .gform_next_button>.button:visited.has-white-color:focus,.form-styling-active .gform_next_button>.button:visited.has-white-color:hover,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-white-color:active,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-white-color:focus,.form-styling-active .gform_next_button>.cookie-message__submit:visited.has-white-color:hover,.form-styling-active .gform_next_button>.has-white-color.cookie-message__submit:active,.form-styling-active .gform_next_button>.has-white-color.cookie-message__submit:focus,.form-styling-active .gform_next_button>.has-white-color.cookie-message__submit:hover,.form-styling-active .gform_next_button>.has-white-color.gform_button:active,.form-styling-active .gform_next_button>.has-white-color.gform_button:focus,.form-styling-active .gform_next_button>.has-white-color.gform_button:hover,.form-styling-active .gform_next_button>.has-white-color.gform_next_button:active,.form-styling-active .gform_next_button>.has-white-color.gform_next_button:focus,.form-styling-active .gform_next_button>.has-white-color.gform_next_button:hover,.form-styling-active .gform_next_button>.has-white-color.gform_previous_button:active,.form-styling-active .gform_next_button>.has-white-color.gform_previous_button:focus,.form-styling-active .gform_next_button>.has-white-color.gform_previous_button:hover,.form-styling-active .gform_next_button>.has-white-color.wp-block-button__link:active,.form-styling-active .gform_next_button>.has-white-color.wp-block-button__link:focus,.form-styling-active .gform_next_button>.has-white-color.wp-block-button__link:hover,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-white-color:active,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-white-color:focus,.form-styling-active .gform_previous_button.cookie-message__submit:visited.has-white-color:hover,.form-styling-active .gform_previous_button>.button.has-white-color:active,.form-styling-active .gform_previous_button>.button.has-white-color:focus,.form-styling-active .gform_previous_button>.button.has-white-color:hover,.form-styling-active .gform_previous_button>.button:visited.has-white-color:active,.form-styling-active .gform_previous_button>.button:visited.has-white-color:focus,.form-styling-active .gform_previous_button>.button:visited.has-white-color:hover,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-white-color:active,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-white-color:focus,.form-styling-active .gform_previous_button>.cookie-message__submit:visited.has-white-color:hover,.form-styling-active .gform_previous_button>.has-white-color.cookie-message__submit:active,.form-styling-active .gform_previous_button>.has-white-color.cookie-message__submit:focus,.form-styling-active .gform_previous_button>.has-white-color.cookie-message__submit:hover,.form-styling-active .gform_previous_button>.has-white-color.gform_button:active,.form-styling-active .gform_previous_button>.has-white-color.gform_button:focus,.form-styling-active .gform_previous_button>.has-white-color.gform_button:hover,.form-styling-active .gform_previous_button>.has-white-color.gform_next_button:active,.form-styling-active .gform_previous_button>.has-white-color.gform_next_button:focus,.form-styling-active .gform_previous_button>.has-white-color.gform_next_button:hover,.form-styling-active .gform_previous_button>.has-white-color.gform_previous_button:active,.form-styling-active .gform_previous_button>.has-white-color.gform_previous_button:focus,.form-styling-active .gform_previous_button>.has-white-color.gform_previous_button:hover,.form-styling-active .gform_previous_button>.has-white-color.wp-block-button__link:active,.form-styling-active .gform_previous_button>.has-white-color.wp-block-button__link:focus,.form-styling-active .gform_previous_button>.has-white-color.wp-block-button__link:hover,.form-styling-active .has-white-color.gform_button.cookie-message__submit--decline:active,.form-styling-active .has-white-color.gform_button.cookie-message__submit--decline:focus,.form-styling-active .has-white-color.gform_button.cookie-message__submit--decline:hover,.form-styling-active .has-white-color.gform_button.cookie-message__submit:active,.form-styling-active .has-white-color.gform_button.cookie-message__submit:focus,.form-styling-active .has-white-color.gform_button.cookie-message__submit:hover,.form-styling-active .has-white-color.gform_button:active,.form-styling-active .has-white-color.gform_button:focus,.form-styling-active .has-white-color.gform_button:hover,.form-styling-active .has-white-color.gform_next_button.cookie-message__submit--decline:active,.form-styling-active .has-white-color.gform_next_button.cookie-message__submit--decline:focus,.form-styling-active .has-white-color.gform_next_button.cookie-message__submit--decline:hover,.form-styling-active .has-white-color.gform_next_button.cookie-message__submit:active,.form-styling-active .has-white-color.gform_next_button.cookie-message__submit:focus,.form-styling-active .has-white-color.gform_next_button.cookie-message__submit:hover,.form-styling-active .has-white-color.gform_next_button:active,.form-styling-active .has-white-color.gform_next_button:focus,.form-styling-active .has-white-color.gform_next_button:hover,.form-styling-active .has-white-color.gform_previous_button.cookie-message__submit--decline:active,.form-styling-active .has-white-color.gform_previous_button.cookie-message__submit--decline:focus,.form-styling-active .has-white-color.gform_previous_button.cookie-message__submit--decline:hover,.form-styling-active .has-white-color.gform_previous_button.cookie-message__submit:active,.form-styling-active .has-white-color.gform_previous_button.cookie-message__submit:focus,.form-styling-active .has-white-color.gform_previous_button.cookie-message__submit:hover,.form-styling-active .has-white-color.gform_previous_button:active,.form-styling-active .has-white-color.gform_previous_button:focus,.form-styling-active .has-white-color.gform_previous_button:hover,.form-styling-active .has-white-color.wp-block-button__link.gform_button:active,.form-styling-active .has-white-color.wp-block-button__link.gform_button:focus,.form-styling-active .has-white-color.wp-block-button__link.gform_button:hover,.form-styling-active .has-white-color.wp-block-button__link.gform_next_button:active,.form-styling-active .has-white-color.wp-block-button__link.gform_next_button:focus,.form-styling-active .has-white-color.wp-block-button__link.gform_next_button:hover,.form-styling-active .has-white-color.wp-block-button__link.gform_previous_button:active,.form-styling-active .has-white-color.wp-block-button__link.gform_previous_button:focus,.form-styling-active .has-white-color.wp-block-button__link.gform_previous_button:hover,.form-styling-active .is-style-outline.has-white-color.gform_button:active,.form-styling-active .is-style-outline.has-white-color.gform_button:focus,.form-styling-active .is-style-outline.has-white-color.gform_button:hover,.form-styling-active .is-style-outline.has-white-color.gform_next_button:active,.form-styling-active .is-style-outline.has-white-color.gform_next_button:focus,.form-styling-active .is-style-outline.has-white-color.gform_next_button:hover,.form-styling-active .is-style-outline.has-white-color.gform_previous_button:active,.form-styling-active .is-style-outline.has-white-color.gform_previous_button:focus,.form-styling-active .is-style-outline.has-white-color.gform_previous_button:hover,.form-styling-active .is-style-outline>.has-white-color.gform_button:active,.form-styling-active .is-style-outline>.has-white-color.gform_button:focus,.form-styling-active .is-style-outline>.has-white-color.gform_button:hover,.form-styling-active .is-style-outline>.has-white-color.gform_next_button:active,.form-styling-active .is-style-outline>.has-white-color.gform_next_button:focus,.form-styling-active .is-style-outline>.has-white-color.gform_next_button:hover,.form-styling-active .is-style-outline>.has-white-color.gform_previous_button:active,.form-styling-active .is-style-outline>.has-white-color.gform_previous_button:focus,.form-styling-active .is-style-outline>.has-white-color.gform_previous_button:hover,.has-white-color.cookie-message__submit.cookie-message__submit--decline:active,.has-white-color.cookie-message__submit.cookie-message__submit--decline:focus,.has-white-color.cookie-message__submit.cookie-message__submit--decline:hover,.has-white-color.wp-block-button__link.cookie-message__submit--decline:active,.has-white-color.wp-block-button__link.cookie-message__submit--decline:focus,.has-white-color.wp-block-button__link.cookie-message__submit--decline:hover,.is-style-outline.cookie-message__submit:visited.has-white-color:active,.is-style-outline.cookie-message__submit:visited.has-white-color:focus,.is-style-outline.cookie-message__submit:visited.has-white-color:hover,.is-style-outline.has-white-color.cookie-message__submit:active,.is-style-outline.has-white-color.cookie-message__submit:focus,.is-style-outline.has-white-color.cookie-message__submit:hover,.is-style-outline.has-white-color.wp-block-button__link:active,.is-style-outline.has-white-color.wp-block-button__link:focus,.is-style-outline.has-white-color.wp-block-button__link:hover,.is-style-outline>.button.has-white-color:active,.is-style-outline>.button.has-white-color:focus,.is-style-outline>.button.has-white-color:hover,.is-style-outline>.button:visited.has-white-color:active,.is-style-outline>.button:visited.has-white-color:focus,.is-style-outline>.button:visited.has-white-color:hover,.is-style-outline>.cookie-message__submit:visited.has-white-color:active,.is-style-outline>.cookie-message__submit:visited.has-white-color:focus,.is-style-outline>.cookie-message__submit:visited.has-white-color:hover,.is-style-outline>.has-white-color.cookie-message__submit:active,.is-style-outline>.has-white-color.cookie-message__submit:focus,.is-style-outline>.has-white-color.cookie-message__submit:hover,.is-style-outline>.has-white-color.wp-block-button__link:active,.is-style-outline>.has-white-color.wp-block-button__link:focus,.is-style-outline>.has-white-color.wp-block-button__link:hover{background-color:#fff;border-color:#fff;color:#fff}.button.cookie-message__submit--decline:active,.button.cookie-message__submit--decline:focus,.button.cookie-message__submit--decline:hover,.button.is-style-outline:active,.button.is-style-outline:focus,.button.is-style-outline:hover,.cookie-message__submit--decline>.button:active,.cookie-message__submit--decline>.button:focus,.cookie-message__submit--decline>.button:hover,.cookie-message__submit--decline>.cookie-message__submit:active,.cookie-message__submit--decline>.cookie-message__submit:focus,.cookie-message__submit--decline>.cookie-message__submit:hover,.cookie-message__submit--decline>.wp-block-button__link:active,.cookie-message__submit--decline>.wp-block-button__link:focus,.cookie-message__submit--decline>.wp-block-button__link:hover,.cookie-message__submit.cookie-message__submit--decline:active,.cookie-message__submit.cookie-message__submit--decline:focus,.cookie-message__submit.cookie-message__submit--decline:hover,.form-styling-active .button.gform_button:active,.form-styling-active .button.gform_button:focus,.form-styling-active .button.gform_button:hover,.form-styling-active .button.gform_next_button:active,.form-styling-active .button.gform_next_button:focus,.form-styling-active .button.gform_next_button:hover,.form-styling-active .button.gform_previous_button:active,.form-styling-active .button.gform_previous_button:focus,.form-styling-active .button.gform_previous_button:hover,.form-styling-active .cookie-message__submit--decline>.gform_button:active,.form-styling-active .cookie-message__submit--decline>.gform_button:focus,.form-styling-active .cookie-message__submit--decline>.gform_button:hover,.form-styling-active .cookie-message__submit--decline>.gform_next_button:active,.form-styling-active .cookie-message__submit--decline>.gform_next_button:focus,.form-styling-active .cookie-message__submit--decline>.gform_next_button:hover,.form-styling-active .cookie-message__submit--decline>.gform_previous_button:active,.form-styling-active .cookie-message__submit--decline>.gform_previous_button:focus,.form-styling-active .cookie-message__submit--decline>.gform_previous_button:hover,.form-styling-active .gform_button.cookie-message__submit--decline:active,.form-styling-active .gform_button.cookie-message__submit--decline:focus,.form-styling-active .gform_button.cookie-message__submit--decline:hover,.form-styling-active .gform_button.cookie-message__submit:active,.form-styling-active .gform_button.cookie-message__submit:focus,.form-styling-active .gform_button.cookie-message__submit:hover,.form-styling-active .gform_button:active,.form-styling-active .gform_button:focus,.form-styling-active .gform_button:hover,.form-styling-active .gform_button>.button:active,.form-styling-active .gform_button>.button:focus,.form-styling-active .gform_button>.button:hover,.form-styling-active .gform_button>.cookie-message__submit:active,.form-styling-active .gform_button>.cookie-message__submit:focus,.form-styling-active .gform_button>.cookie-message__submit:hover,.form-styling-active .gform_button>.gform_button:active,.form-styling-active .gform_button>.gform_button:focus,.form-styling-active .gform_button>.gform_button:hover,.form-styling-active .gform_button>.gform_next_button:active,.form-styling-active .gform_button>.gform_next_button:focus,.form-styling-active .gform_button>.gform_next_button:hover,.form-styling-active .gform_button>.gform_previous_button:active,.form-styling-active .gform_button>.gform_previous_button:focus,.form-styling-active .gform_button>.gform_previous_button:hover,.form-styling-active .gform_button>.wp-block-button__link:active,.form-styling-active .gform_button>.wp-block-button__link:focus,.form-styling-active .gform_button>.wp-block-button__link:hover,.form-styling-active .gform_next_button.cookie-message__submit--decline:active,.form-styling-active .gform_next_button.cookie-message__submit--decline:focus,.form-styling-active .gform_next_button.cookie-message__submit--decline:hover,.form-styling-active .gform_next_button.cookie-message__submit:active,.form-styling-active .gform_next_button.cookie-message__submit:focus,.form-styling-active .gform_next_button.cookie-message__submit:hover,.form-styling-active .gform_next_button:active,.form-styling-active .gform_next_button:focus,.form-styling-active .gform_next_button:hover,.form-styling-active .gform_next_button>.button:active,.form-styling-active .gform_next_button>.button:focus,.form-styling-active .gform_next_button>.button:hover,.form-styling-active .gform_next_button>.cookie-message__submit:active,.form-styling-active .gform_next_button>.cookie-message__submit:focus,.form-styling-active .gform_next_button>.cookie-message__submit:hover,.form-styling-active .gform_next_button>.gform_button:active,.form-styling-active .gform_next_button>.gform_button:focus,.form-styling-active .gform_next_button>.gform_button:hover,.form-styling-active .gform_next_button>.gform_next_button:active,.form-styling-active .gform_next_button>.gform_next_button:focus,.form-styling-active .gform_next_button>.gform_next_button:hover,.form-styling-active .gform_next_button>.gform_previous_button:active,.form-styling-active .gform_next_button>.gform_previous_button:focus,.form-styling-active .gform_next_button>.gform_previous_button:hover,.form-styling-active .gform_next_button>.wp-block-button__link:active,.form-styling-active .gform_next_button>.wp-block-button__link:focus,.form-styling-active .gform_next_button>.wp-block-button__link:hover,.form-styling-active .gform_previous_button.cookie-message__submit--decline:active,.form-styling-active .gform_previous_button.cookie-message__submit--decline:focus,.form-styling-active .gform_previous_button.cookie-message__submit--decline:hover,.form-styling-active .gform_previous_button.cookie-message__submit:active,.form-styling-active .gform_previous_button.cookie-message__submit:focus,.form-styling-active .gform_previous_button.cookie-message__submit:hover,.form-styling-active .gform_previous_button:active,.form-styling-active .gform_previous_button:focus,.form-styling-active .gform_previous_button:hover,.form-styling-active .gform_previous_button>.button:active,.form-styling-active .gform_previous_button>.button:focus,.form-styling-active .gform_previous_button>.button:hover,.form-styling-active .gform_previous_button>.cookie-message__submit:active,.form-styling-active .gform_previous_button>.cookie-message__submit:focus,.form-styling-active .gform_previous_button>.cookie-message__submit:hover,.form-styling-active .gform_previous_button>.gform_button:active,.form-styling-active .gform_previous_button>.gform_button:focus,.form-styling-active .gform_previous_button>.gform_button:hover,.form-styling-active .gform_previous_button>.gform_next_button:active,.form-styling-active .gform_previous_button>.gform_next_button:focus,.form-styling-active .gform_previous_button>.gform_next_button:hover,.form-styling-active .gform_previous_button>.gform_previous_button:active,.form-styling-active .gform_previous_button>.gform_previous_button:focus,.form-styling-active .gform_previous_button>.gform_previous_button:hover,.form-styling-active .gform_previous_button>.wp-block-button__link:active,.form-styling-active .gform_previous_button>.wp-block-button__link:focus,.form-styling-active .gform_previous_button>.wp-block-button__link:hover,.form-styling-active .is-style-outline.gform_button:active,.form-styling-active .is-style-outline.gform_button:focus,.form-styling-active .is-style-outline.gform_button:hover,.form-styling-active .is-style-outline.gform_next_button:active,.form-styling-active .is-style-outline.gform_next_button:focus,.form-styling-active .is-style-outline.gform_next_button:hover,.form-styling-active .is-style-outline.gform_previous_button:active,.form-styling-active .is-style-outline.gform_previous_button:focus,.form-styling-active .is-style-outline.gform_previous_button:hover,.form-styling-active .is-style-outline>.gform_button:active,.form-styling-active .is-style-outline>.gform_button:focus,.form-styling-active .is-style-outline>.gform_button:hover,.form-styling-active .is-style-outline>.gform_next_button:active,.form-styling-active .is-style-outline>.gform_next_button:focus,.form-styling-active .is-style-outline>.gform_next_button:hover,.form-styling-active .is-style-outline>.gform_previous_button:active,.form-styling-active .is-style-outline>.gform_previous_button:focus,.form-styling-active .is-style-outline>.gform_previous_button:hover,.form-styling-active .wp-block-button__link.gform_button:active,.form-styling-active .wp-block-button__link.gform_button:focus,.form-styling-active .wp-block-button__link.gform_button:hover,.form-styling-active .wp-block-button__link.gform_next_button:active,.form-styling-active .wp-block-button__link.gform_next_button:focus,.form-styling-active .wp-block-button__link.gform_next_button:hover,.form-styling-active .wp-block-button__link.gform_previous_button:active,.form-styling-active .wp-block-button__link.gform_previous_button:focus,.form-styling-active .wp-block-button__link.gform_previous_button:hover,.is-style-outline.cookie-message__submit:active,.is-style-outline.cookie-message__submit:focus,.is-style-outline.cookie-message__submit:hover,.is-style-outline.wp-block-button__link:active,.is-style-outline.wp-block-button__link:focus,.is-style-outline.wp-block-button__link:hover,.is-style-outline>.button:active,.is-style-outline>.button:focus,.is-style-outline>.button:hover,.is-style-outline>.cookie-message__submit:active,.is-style-outline>.cookie-message__submit:focus,.is-style-outline>.cookie-message__submit:hover,.is-style-outline>.wp-block-button__link:active,.is-style-outline>.wp-block-button__link:focus,.is-style-outline>.wp-block-button__link:hover,.wp-block-button__link.cookie-message__submit--decline:active,.wp-block-button__link.cookie-message__submit--decline:focus,.wp-block-button__link.cookie-message__submit--decline:hover{background-color:#000;color:#fff}.wp-block-buttons{gap:16px}.wp-block-buttons>.wp-block-button{margin:0}.form-styling-active .gform_wrapper.gravity-theme form label,.form-styling-active .gform_wrapper.gravity-theme form legend,.form-styling-active .gform_wrapper form label,.form-styling-active .gform_wrapper form legend,.form-styling-active form label,.form-styling-active form legend{color:#000;display:inline-block;font-size:16px;font-weight:400;line-height:1.2;margin-bottom:3px}.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]+label,.form-styling-active .gform_wrapper.gravity-theme form [type=radio]+label,.form-styling-active .gform_wrapper form [type=checkbox]+label,.form-styling-active .gform_wrapper form [type=radio]+label,.form-styling-active form [type=checkbox]+label,.form-styling-active form [type=radio]+label{font-size:16px;font-weight:400;line-height:1.2}.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]:focus+label:before,.form-styling-active .gform_wrapper.gravity-theme form [type=radio]:focus+label:before,.form-styling-active .gform_wrapper form [type=checkbox]:focus+label:before,.form-styling-active .gform_wrapper form [type=radio]:focus+label:before,.form-styling-active form [type=checkbox]:focus+label:before,.form-styling-active form [type=radio]:focus+label:before{border:1px solid #999}.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]+label:before,.form-styling-active .gform_wrapper form [type=checkbox]+label:before,.form-styling-active form [type=checkbox]+label:before{background-size:auto}.form-styling-active .gform_wrapper.gravity-theme form input[type=color],.form-styling-active .gform_wrapper.gravity-theme form input[type=date],.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local],.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime],.form-styling-active .gform_wrapper.gravity-theme form input[type=email],.form-styling-active .gform_wrapper.gravity-theme form input[type=month],.form-styling-active .gform_wrapper.gravity-theme form input[type=number],.form-styling-active .gform_wrapper.gravity-theme form input[type=password],.form-styling-active .gform_wrapper.gravity-theme form input[type=search],.form-styling-active .gform_wrapper.gravity-theme form input[type=tel],.form-styling-active .gform_wrapper.gravity-theme form input[type=text],.form-styling-active .gform_wrapper.gravity-theme form input[type=time],.form-styling-active .gform_wrapper.gravity-theme form input[type=url],.form-styling-active .gform_wrapper.gravity-theme form input[type=week],.form-styling-active .gform_wrapper.gravity-theme form select,.form-styling-active .gform_wrapper.gravity-theme form textarea,.form-styling-active .gform_wrapper form input[type=color],.form-styling-active .gform_wrapper form input[type=date],.form-styling-active .gform_wrapper form input[type=datetime-local],.form-styling-active .gform_wrapper form input[type=datetime],.form-styling-active .gform_wrapper form input[type=email],.form-styling-active .gform_wrapper form input[type=month],.form-styling-active .gform_wrapper form input[type=number],.form-styling-active .gform_wrapper form input[type=password],.form-styling-active .gform_wrapper form input[type=search],.form-styling-active .gform_wrapper form input[type=tel],.form-styling-active .gform_wrapper form input[type=text],.form-styling-active .gform_wrapper form input[type=time],.form-styling-active .gform_wrapper form input[type=url],.form-styling-active .gform_wrapper form input[type=week],.form-styling-active .gform_wrapper form select,.form-styling-active .gform_wrapper form textarea,.form-styling-active form input[type=color],.form-styling-active form input[type=date],.form-styling-active form input[type=datetime-local],.form-styling-active form input[type=datetime],.form-styling-active form input[type=email],.form-styling-active form input[type=month],.form-styling-active form input[type=number],.form-styling-active form input[type=password],.form-styling-active form input[type=search],.form-styling-active form input[type=tel],.form-styling-active form input[type=text],.form-styling-active form input[type=time],.form-styling-active form input[type=url],.form-styling-active form input[type=week],.form-styling-active form select,.form-styling-active form textarea{background-color:transparent;border:solid #000;border-width:0 0 1px;font-size:16px;font-weight:400;line-height:1.2;padding:2px 10px 5px 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.form-styling-active .gform_wrapper.gravity-theme form input[type=color]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=date]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=email]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=month]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=number]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=password]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=search]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=tel]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=text]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=time]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=url]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=week]:hover,.form-styling-active .gform_wrapper.gravity-theme form select:hover,.form-styling-active .gform_wrapper.gravity-theme form textarea:hover,.form-styling-active .gform_wrapper form input[type=color]:hover,.form-styling-active .gform_wrapper form input[type=date]:hover,.form-styling-active .gform_wrapper form input[type=datetime-local]:hover,.form-styling-active .gform_wrapper form input[type=datetime]:hover,.form-styling-active .gform_wrapper form input[type=email]:hover,.form-styling-active .gform_wrapper form input[type=month]:hover,.form-styling-active .gform_wrapper form input[type=number]:hover,.form-styling-active .gform_wrapper form input[type=password]:hover,.form-styling-active .gform_wrapper form input[type=search]:hover,.form-styling-active .gform_wrapper form input[type=tel]:hover,.form-styling-active .gform_wrapper form input[type=text]:hover,.form-styling-active .gform_wrapper form input[type=time]:hover,.form-styling-active .gform_wrapper form input[type=url]:hover,.form-styling-active .gform_wrapper form input[type=week]:hover,.form-styling-active .gform_wrapper form select:hover,.form-styling-active .gform_wrapper form textarea:hover,.form-styling-active form input[type=color]:hover,.form-styling-active form input[type=date]:hover,.form-styling-active form input[type=datetime-local]:hover,.form-styling-active form input[type=datetime]:hover,.form-styling-active form input[type=email]:hover,.form-styling-active form input[type=month]:hover,.form-styling-active form input[type=number]:hover,.form-styling-active form input[type=password]:hover,.form-styling-active form input[type=search]:hover,.form-styling-active form input[type=tel]:hover,.form-styling-active form input[type=text]:hover,.form-styling-active form input[type=time]:hover,.form-styling-active form input[type=url]:hover,.form-styling-active form input[type=week]:hover,.form-styling-active form select:hover,.form-styling-active form textarea:hover{background-color:transparent}.form-styling-active .gform_wrapper.gravity-theme form input[type=color]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=date]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=email]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=month]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=number]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=password]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=search]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=tel]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=text]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=time]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=url]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=week]:focus,.form-styling-active .gform_wrapper.gravity-theme form select:focus,.form-styling-active .gform_wrapper.gravity-theme form textarea:focus,.form-styling-active .gform_wrapper form input[type=color]:focus,.form-styling-active .gform_wrapper form input[type=date]:focus,.form-styling-active .gform_wrapper form input[type=datetime-local]:focus,.form-styling-active .gform_wrapper form input[type=datetime]:focus,.form-styling-active .gform_wrapper form input[type=email]:focus,.form-styling-active .gform_wrapper form input[type=month]:focus,.form-styling-active .gform_wrapper form input[type=number]:focus,.form-styling-active .gform_wrapper form input[type=password]:focus,.form-styling-active .gform_wrapper form input[type=search]:focus,.form-styling-active .gform_wrapper form input[type=tel]:focus,.form-styling-active .gform_wrapper form input[type=text]:focus,.form-styling-active .gform_wrapper form input[type=time]:focus,.form-styling-active .gform_wrapper form input[type=url]:focus,.form-styling-active .gform_wrapper form input[type=week]:focus,.form-styling-active .gform_wrapper form select:focus,.form-styling-active .gform_wrapper form textarea:focus,.form-styling-active form input[type=color]:focus,.form-styling-active form input[type=date]:focus,.form-styling-active form input[type=datetime-local]:focus,.form-styling-active form input[type=datetime]:focus,.form-styling-active form input[type=email]:focus,.form-styling-active form input[type=month]:focus,.form-styling-active form input[type=number]:focus,.form-styling-active form input[type=password]:focus,.form-styling-active form input[type=search]:focus,.form-styling-active form input[type=tel]:focus,.form-styling-active form input[type=text]:focus,.form-styling-active form input[type=time]:focus,.form-styling-active form input[type=url]:focus,.form-styling-active form input[type=week]:focus,.form-styling-active form select:focus,.form-styling-active form textarea:focus{background-color:transparent;border:solid #999;border-width:0 0 1px}.form-styling-active .gform_wrapper.gravity-theme form select,.form-styling-active .gform_wrapper form select,.form-styling-active form select{padding-right:45px}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gform_fields,.form-styling-active .gform_wrapper form .gform_body .gform_fields,.form-styling-active form .gform_body .gform_fields{-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;row-gap:24px}@media print,screen and (max-width:42.49875em){.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gform_fields,.form-styling-active .gform_wrapper form .gform_body .gform_fields,.form-styling-active form .gform_body .gform_fields{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gfield_consent_label,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_consent,.form-styling-active .gform_wrapper form .gform_body .gfield_consent_label,.form-styling-active .gform_wrapper form .gform_body .ginput_container_consent,.form-styling-active form .gform_body .gfield_consent_label,.form-styling-active form .gform_body .ginput_container_consent{font-size:16px;font-weight:400;line-height:1.2}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gfield_consent_label a,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_consent a,.form-styling-active .gform_wrapper form .gform_body .gfield_consent_label a,.form-styling-active .gform_wrapper form .gform_body .ginput_container_consent a,.form-styling-active form .gform_body .gfield_consent_label a,.form-styling-active form .gform_body .ginput_container_consent a{text-underline-offset:2px}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_consent .gfield_required,.form-styling-active .gform_wrapper form .gform_body .ginput_container_consent .gfield_required,.form-styling-active form .gform_body .ginput_container_consent .gfield_required{display:none}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_fileupload,.form-styling-active .gform_wrapper form .gform_body .ginput_container_fileupload,.form-styling-active form .gform_body .ginput_container_fileupload{background-color:transparent;border:solid #000;border-width:0 0 1px;font-size:16px;font-weight:400;line-height:1.2;padding:2px 10px 5px 0}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_date,.form-styling-active .gform_wrapper form .gform_body .ginput_container_date,.form-styling-active form .gform_body .ginput_container_date{position:relative}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_date>input,.form-styling-active .gform_wrapper form .gform_body .ginput_container_date>input,.form-styling-active form .gform_body .ginput_container_date>input{padding-right:42px;width:100%}.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_date img.ui-datepicker-trigger,.form-styling-active .gform_wrapper form .gform_body .ginput_container_date img.ui-datepicker-trigger,.form-styling-active form .gform_body .ginput_container_date img.ui-datepicker-trigger{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form-styling-active .gfield:not(.gf_list_inline) .gchoice{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.form-styling-active .gfield_required{color:#000;font-size:12px;vertical-align:top}.form-styling-active .gform_required_legend{display:none}.form-styling-active .gform_footer,.form-styling-active .gform_page_footer{margin-top:32px}.form-styling-active .gform_page_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 16px}.form-styling-active .footer .gform_footer{margin-top:12px}.form-styling-active .gform_title{font-size:16px;text-transform:none}.form-styling-active .gform_button,.form-styling-active .gform_next_button,.form-styling-active .gform_previous_button{color:#000;cursor:pointer;font-size:16px;line-height:1.2!important}.form-styling-active .gform_validation_errors *{color:#000;font-size:14px;font-weight:400;text-transform:none}.form-styling-active .gform_submission_error:before{content:none}.form-styling-active .gform_submission_error .gform-icon{display:none}.form-styling-active .validation_message{color:#999;font-size:14px;margin-top:5px}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker){background-color:#fff;border:1px solid #f3f3f3;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.125);box-shadow:0 5px 10px rgba(0,0,0,.125);font-family:GTWalsheim,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) a{text-decoration:none}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header{display:-webkit-box;display:-ms-flexbox;display:flex}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-month,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-year{-webkit-box-flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;border:0;border-radius:0;cursor:pointer;-ms-flex:1 0 auto;flex:1 0 auto;font-weight:700;padding:8px}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-month:hover,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:hover,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev:hover,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-year:hover{background-color:#f3f3f3;color:#000}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;background-position:left .65em top 50%;order:-2;padding-left:1.5em;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-month,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-year{background-position:right .375em top 50%;background-size:14px 14px;padding-right:1em}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next{background-position:right .65em top 50%;padding-right:1.5em;text-align:right;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev{background-position:50%;background-size:14px 14px;color:transparent;position:static}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:hover,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev:hover{color:transparent}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:before,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev:before{content:none!important}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar{background-color:#fff;border:0;font-size:14px;margin:0;max-width:100%}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th{border:0;padding:0;text-align:center;width:14.2857142857%}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td a,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th a{border-radius:100%;display:block;font-weight:700;height:32px;line-height:32px;margin:0 auto;width:32px}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td a:hover,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th a:hover{background-color:#f3f3f3;color:#000}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td a.ui-state-active,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th a.ui-state-active{background-color:#000}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td a.ui-state-active:hover,.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th a.ui-state-active:hover{background-color:#f3f3f3;color:#000}.form-styling-active .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th{color:#ccc;font-weight:400;padding:.55em .5em .25em}.header{background-color:#fff;padding-bottom:10px;padding-top:10px;position:sticky;top:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%;z-index:150}@media screen and (min-width:58.3125em){.header{padding-bottom:15px;padding-top:15px}}.home .header{background-color:transparent;position:fixed}.home .header:after,.home .header:before{content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.home .header:before{background-color:#fff;-webkit-transform:scaleY(1);transform:scaleY(1);z-index:-1}.home .header:after{background:-webkit-gradient(linear,left bottom,left top,from(transparent),to(rgba(0,0,0,.2)));background:linear-gradient(0deg,transparent,rgba(0,0,0,.2));z-index:-2}.home:not(.passed-intro-element) .header{background-color:transparent;position:fixed}.home:not(.passed-intro-element) .header:before{-webkit-transform:scaleY(0);transform:scaleY(0)}.home:not(.passed-intro-element) .header .header-logo{opacity:0;visibility:hidden}.home:not(.passed-intro-element) .header .hamburger-inner,.home:not(.passed-intro-element) .header .hamburger-inner:after,.home:not(.passed-intro-element) .header .hamburger-inner:before{background-color:#fff}@media screen and (min-width:58.3125em){.home:not(.passed-intro-element) .header .c-nav__link,.home:not(.passed-intro-element) .header .language-switcher__link,.home:not(.passed-intro-element) .header .social-icons__link{color:#fff}.home:not(.passed-intro-element) .header .c-nav__link:active,.home:not(.passed-intro-element) .header .c-nav__link:focus,.home:not(.passed-intro-element) .header .c-nav__link:hover,.home:not(.passed-intro-element) .header .language-switcher__link:active,.home:not(.passed-intro-element) .header .language-switcher__link:focus,.home:not(.passed-intro-element) .header .language-switcher__link:hover,.home:not(.passed-intro-element) .header .social-icons__link:active,.home:not(.passed-intro-element) .header .social-icons__link:focus,.home:not(.passed-intro-element) .header .social-icons__link:hover{color:#ccc}}.header-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;height:100%;justify-content:space-between;position:relative}.header-logo-wrapper{-ms-flex-item-align:center;align-self:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:58.25em){.header-logo-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%;z-index:100}}.header-logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header-logo svg{height:38px}@media screen and (min-width:58.3125em){.header-logo svg{height:51px}}.header .hamburger{z-index:100}@media screen and (min-width:58.3125em){.header .hamburger{display:none}}.footer{padding-bottom:64px;z-index:1}@media print,screen and (min-width:42.5em){.footer{margin-top:64px}}@media screen and (min-width:75em){.footer{margin-top:128px}}@media screen and (min-width:90em){.footer{margin-top:160px}}.footer-column,.footer-contact__text{margin-bottom:32px}.footer-contact__link{display:inline-block;margin-top:12px}.footer-contact__link~.footer-contact__link{margin-top:6px}.footer a{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.footer-navigation__list{list-style:none;margin:0;padding:0}@media print,screen and (max-width:42.49875em){.footer-navigation__list{margin-bottom:16px}}.footer-meta .footer-navigation__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px 20px}@media print,screen and (min-width:42.5em){.footer-meta .footer-navigation__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer-navigation__item{margin-bottom:16px;padding-left:0}.footer-meta .footer-navigation__item,.footer-navigation__item:last-child{margin-bottom:0}.cookie-message{background-color:#fff;bottom:0;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.15);box-shadow:0 0 30px 0 rgba(0,0,0,.15);left:0;padding:15px;position:fixed;right:0;z-index:9999}@media print,screen and (min-width:42.5em){.cookie-message{bottom:30px;left:auto;max-width:420px;padding:20px;right:30px;width:100%}}@media print,screen and (min-width:64em){.cookie-message{padding:20px}}.cookie-message__text{display:block;font-size:16px;line-height:1.5;margin-bottom:15px}@media print,screen and (min-width:42.5em){.cookie-message__text{margin-bottom:20px}}.cookie-message__text a{color:#000;text-decoration:underline}.cookie-message__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px 15px}@media print,screen and (min-width:42.5em){.cookie-message__actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cookie-message__actions .cookie-message__submit{font-size:16px;margin-bottom:0;padding:10px 20px}.cookie-message__submit{cursor:pointer}.accordion{margin:45px 0;width:100%}@media print,screen and (min-width:64em){.accordion{margin:60px 0}}.accordion .accordion__header{position:relative}.accordion .accordion__header button{color:inherit;cursor:pointer;text-align:left;width:100%}.accordion .accordion__header:active .accordion__icon,.accordion .accordion__header:active .accordion__title,.accordion .accordion__header:focus .accordion__icon,.accordion .accordion__header:focus .accordion__title,.accordion .accordion__header:hover .accordion__icon,.accordion .accordion__header:hover .accordion__title{color:#999}.accordion__icon{color:#000;height:20px;position:absolute;right:13px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;width:20px}@media print,screen and (min-width:42.5em){.accordion__icon{height:22px;right:30px;width:22px}}.accordion__icon .horizontal,.accordion__icon .vertical{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.accordion .accordion__item{border:1px solid #000;margin-bottom:-1px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;width:100%}.accordion .accordion__item.is-open .horizontal,.accordion .accordion__item.is-open .vertical{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.accordion .accordion__item:last-child{margin-bottom:0}.accordion .accordion__title{line-height:.9167;margin-bottom:0;padding:20px 50px 20px 20px;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}@media print,screen and (min-width:42.5em){.accordion .accordion__title{padding:30px 82px 30px 30px}}.accordion .accordion__body{padding:0 20px 20px;-webkit-transition:color .2s ease-out;transition:color .2s ease-out}@media print,screen and (min-width:42.5em){.accordion .accordion__body{padding:0 30px 30px}}.accordion .accordion__body>:last-child{margin-bottom:0}.hero-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#999;display:grid;grid-template-columns:1fr;grid-template-rows:auto;justify-content:center;margin-bottom:60px;position:relative}@media print,screen and (min-width:42.5em){.hero-header{margin-bottom:100px}}.hero-header--hide-logo .hero-header__media-video{height:0;overflow:hidden;padding-top:56.25%;position:relative}.hero-header__logo-wrapper{grid-column:1;grid-row:1;padding-bottom:90px;padding-top:90px;pointer-events:none;z-index:1}.hero-header__logo{width:50vw}@media print,screen and (min-width:42.5em){.hero-header__logo{width:320px}}.hero-header__logo svg{fill:#fff;-webkit-filter:drop-shadow(0 0 40px rgba(0,0,0,.3));filter:drop-shadow(0 0 40px rgba(0,0,0,.3))}.hero-header__media{grid-column:1;grid-row:1;height:100%}@media print,screen and (min-width:64em){.hero-header__media-video{height:0;overflow:hidden;padding-top:56.25%;position:relative}}.hero-header .plyr,.hero-header__video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.hero-header .plyr__volume{margin:0 auto!important}.hero-header .plyr__volume,.hero-header__cta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero-header__cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;border-radius:100%;bottom:-100px;-webkit-box-shadow:0 0 0 10px #000;box-shadow:0 0 0 10px #000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:180px;position:absolute;right:90px;text-align:center;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);width:180px;z-index:1}@media screen and (min-width:30em){.hero-header__cta{border:2px solid #fff;height:200px;padding:32px;width:200px}}@media screen and (min-width:56.25em){.hero-header__cta{bottom:-115px;height:250px;width:250px}}.hero-header__cta-text{font-size:18px;line-height:1.2;margin-bottom:10px}@media screen and (min-width:56.25em){.hero-header__cta-text{font-size:20px}}.hero-header__cta-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.hero-header__cta-button-text{font-size:14px}.hero-header__cta-button-text:hover{text-decoration:none}@media print,screen and (max-width:42.49875em){.hero-header__cta{border-radius:0;bottom:0;-webkit-box-shadow:none;box-shadow:none;display:block;height:auto;left:0;margin-top:auto;padding:15px 20px;position:relative;right:0;text-align:left;-webkit-transform:none;transform:none;width:auto}.hero-header__cta br{display:none}}.wp-block-media-text{gap:32px;margin-top:90px}@media print,screen and (min-width:64em){.wp-block-media-text{margin-top:180px}}.wp-block-media-text:last-of-type{margin-bottom:90px}@media print,screen and (min-width:64em){.wp-block-media-text:last-of-type{margin-bottom:180px}}.wp-block-media-text+.wp-block-media-text{margin-top:30px}@media print,screen and (min-width:64em){.wp-block-media-text+.wp-block-media-text{margin-top:60px}}.wp-block-media-text,.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 1fr}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{margin-left:auto;margin-right:0}.wp-block-media-text .wp-block-media-text__content{margin-left:0!important;margin-right:auto!important;padding:0!important}@media print,screen and (min-width:42.5em){.wp-block-media-text .wp-block-media-text__content{max-width:530px}}.wp-block-media-text .wp-block-media-text__content :last-child{margin-bottom:0}.wp-block-media-text .wp-block-media-text__media{aspect-ratio:1/1}.wp-block-media-text .wp-block-media-text__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-teaser{display:grid;grid-template-columns:100%;grid-template-rows:100%;min-height:100vh;position:relative;z-index:1}@media print,screen and (max-width:42.49875em){.product-teaser{padding-bottom:96px}}.product-teaser-container{align-self:center;grid-column:1;grid-row:1}.product-teasers{margin-bottom:90px;margin-top:90px;position:relative}@media print,screen and (min-width:64em){.product-teasers--large{margin-bottom:180px;margin-top:180px}}.product-teasers--large>:nth-last-child(2){margin-bottom:calc(-100vh + 58px)}@media screen and (min-width:58.3125em){.product-teasers--large>:nth-last-child(2){margin-bottom:calc(-100vh + 81px)}}.product-teasers__background,.product-teasers__backgrounds{height:100%;left:0;position:absolute;top:0;width:100%}.product-teasers__background{opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.product-teasers__background-image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom left;object-position:bottom left;width:100%}@media print,screen and (min-width:64em){.product-teasers__background-image{-o-object-fit:contain;object-fit:contain}}.product-teasers__background-wrapper{bottom:0;height:calc(100vh - 58px);overflow:hidden;position:sticky;z-index:-1}@media screen and (min-width:58.3125em){.product-teasers__background-wrapper{height:calc(100vh - 81px)}}.ambassador-grid{display:grid;gap:30px;grid-template-columns:1fr;margin-top:32px}@media print,screen and (min-width:42.5em){.ambassador-grid{grid-template-columns:1fr 1fr;margin-top:48px}}@media print,screen and (min-width:64em){.ambassador-grid{grid-template-columns:1fr 1fr 1fr;margin-top:64px}.ambassador-grid.has-4-cols{grid-template-columns:1fr 1fr 1fr 1fr}}.ambassador-grid.has-4-cols .swiper .swiper-button--next{right:8px}.ambassador-grid.has-4-cols .swiper .swiper-button--prev{left:8px}.ambassador-grid .swiper-button{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;justify-content:center;position:absolute;top:50%;width:32px;z-index:10}.ambassador-grid .swiper-button:after{content:none}.ambassador-grid .swiper-button--next{right:16px;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.ambassador-grid .swiper-button--prev{left:16px;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.ambassador__image{aspect-ratio:1/1;border-radius:50%;-o-object-fit:cover;object-fit:cover;width:100%}.ambassador__description,.ambassador__title{margin-bottom:0;margin-top:16px}.ambassador__activity{margin-bottom:0;margin-top:4px}.ambassador__description>:last-child{margin-bottom:0}.ambassador__slide{width:100%!important}
