@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:rgb(0 0 0 / .8);background:var(--plyr-captions-background,rgb(0 0 0 / .8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}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:hsl(0 0% 100% / .9);background:var(--plyr-menu-background,hsl(0 0% 100% / .9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgb(0 0 0 / .15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgb(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 #fff0;border-top:var(--plyr-menu-arrow-size,4px) solid hsl(0 0% 100% / .9);border-width:var(--plyr-menu-arrow-size,4px);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 #fff0;border:var(--plyr-menu-item-arrow-size,4px) solid #fff0;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:initial}.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:initial}.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:rgb(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:rgb(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;background:0 0;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:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(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:#fff0}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(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]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.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:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsl(0 0% 100% / .9);background:var(--plyr-tooltip-background,hsl(0 0% 100% / .9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgb(0 0 0 / .15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgb(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 #fff0;border-left:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-right:4px solid #fff0;border-right:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-top:4px solid hsl(0 0% 100% / .9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsl(0 0% 100% / .9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgb(35 40 47 / .6) 25%,transparent 0,transparent 50%,rgb(35 40 47 / .6) 0,rgb(35 40 47 / .6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgb(35 40 47 / .6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgb(35 40 47 / .6)) 50%,var(--plyr-progress-loading-background,rgb(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:#fff0}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-progress-buffered-background,rgb(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:rgb(193 200 209 / .6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px rgb(35 40 47 / .1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgb(35 40 47 / .1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px rgb(35 40 47 / .1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgb(35 40 47 / .1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px rgb(35 40 47 / .1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgb(35 40 47 / .1))}.plyr--audio .plyr__progress__buffer{color:rgb(193 200 209 / .6);color:var(--plyr-audio-progress-buffered-background,rgb(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,rgb(0 0 0 / .75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgb(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:hsl(0 0% 100% / .25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px hsl(0 0% 100% / .5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsl(0 0% 100% / .5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px hsl(0 0% 100% / .5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsl(0 0% 100% / .5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px hsl(0 0% 100% / .5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsl(0 0% 100% / .5))}.plyr--video .plyr__progress__buffer{color:hsl(0 0% 100% / .25);color:var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display: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:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.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:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-ms-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__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.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:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsl(0 0% 100% / .9);background-color:var(--plyr-tooltip-background,hsl(0 0% 100% / .9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgb(0 0 0 / .15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgb(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 #fff0;border-left:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-right:4px solid #fff0;border-right:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-top:4px solid hsl(0 0% 100% / .9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsl(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:rgb(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}/*!themeYum main style*/
 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;overflow:hidden;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.js-slider{visibility:hidden}.slick-initialized{visibility:visible}.slick-slide:focus{outline:none}.slick-slide img{margin:auto}.slideList{position:relative}.slideList .slick-dots{margin-top:32px;text-align:center}.slideList .slick-dots>li{display:inline-block;cursor:pointer;font-size:0;line-height:0}.slideList .slick-dots>li+li{margin-left:15px}.slideList .slick-dots>li>button{display:inline-block;width:7px;height:7px;padding:0;margin:0;border-radius:50%;cursor:pointer;outline:none!important;text-indent:-9999px}.slideList .slick-dots>li.slick-active>button{background-color:#FD8E6A;border:#FD8E6A thin solid}.slideList .slick-dots>li:not(.slick-active)>button{background-color:#D5D5D5;border:#D5D5D5 thin solid}.slideList .slick-list{margin:auto;width:calc(100% - 62px)}.slideList button.slick-prev,.slideList button.slick-next{position:absolute;display:block;margin:0;padding:0;width:25px;min-width:25px;max-width:25px;height:42px;line-height:42px;top:50%;transform:translateY(-50%);cursor:pointer;border:none;outline:none;background:#fff0;color:#fff0;z-index:1;opacity:.8;transition:0.35s all ease-out}.slideList button.slick-prev:hover,.slideList button.slick-next:hover,.slideList button.slick-prev:focus,.slideList button.slick-next:focus{opacity:1;transition:0.35s all ease-out}.slideList button.slick-prev{left:0}.slideList button.slick-next{right:0}.slideList button.slick-prev:before,.slideList button.slick-next:before{position:relative;display:inline-block}.slideList button.slick-prev:before,.slideList button.slick-next:before{font-size:42px;color:#fff}.slideList button.slick-prev:before{content:'\e900'}.slideList button.slick-next:before{content:'\e901'}.flowplayer .fp-header,.flowplayer a[href*="flowplayer.com"]{opacity:0!important;pointer-events:none!important}header .header-banner.background--light .menu-item a{color:#000000!important;transition:0.35s all ease-out}header .header-banner.background--dark .menu-item a{color:#ffffff!important;transition:0.35s all ease-out}header.newheader .header-banner.background--light .menu-item a,header.newheader .header-banner.background--dark .menu-item a{color:#ffffff!important;transition:0.35s all ease-out}header .header-banner.background--light #logo .logo-img svg path{fill:#000000!important}header .header-banner.background--dark #logo .logo-img svg path{fill:#ffffff!important}header.newheader .header-banner.background--light #logo .logo-img svg path,header.newheader .header-banner.background--dark #logo .logo-img svg path{fill:#ffffff!important}html.bgm-open header .header-banner.background--light .menu-item a{color:#000000!important}html.bgm-open header .header-banner.background--dark .menu-item a{color:#000000!important}html.bgm-open header .header-banner.background--dark #logo .logo-img svg path{fill:#000000!important}#tpl-frontpage .background--light.itemcheck,#tpl-frontpage .background--light.itemcheck *{color:#000000!important;border-color:#000000!important}#tpl-frontpage .background--light.itemcheck .count-sep{background-color:#000}#tpl-frontpage .background--dark.itemcheck,#tpl-frontpage .background--dark.itemcheck *{color:#ffffff!important;border-color:#ffffff!important}#tpl-frontpage .background--dark.itemcheck .count-sep{background-color:#fff}ul{margin:0;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr,.separator{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@media print{*{background:transparent!important;background-color:transparent!important;color:#000;box-shadow:none;text-shadow:none}html{font-size:50%!important}body{width:auto;margin:auto;font-family:serif;font-size:1.2rem;background-color:#fff;color:#000}a,a:visited{color:#000!important;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript: "]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%;page-break-before:auto;page-break-after:auto}@page{margin:.5cm}blockquote,ul,ol{page-break-inside:avoid}h1,h2,h3,caption{page-break-before:avoid;page-break-after:avoid}p,h2,h3,blockquote{orphans:3;widows:3}#lang_sel_list,#nav,#nav-footer #nav-toggle,.slider,#sidebar{display:none!important}#main{width:100%;min-height:0;position:relative}footer img{display:none}}.tpl-column{flex:1}@media (min-width:769px){.tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg){margin-left:-10px;width:calc(100% + 20px)}.tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-col,footer .tpl-columns:not(.nomg) .tpl-col,.tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-column,footer .tpl-columns:not(.nomg) .tpl-column{margin-left:10px;margin-right:10px}}@media (max-width:768px){.tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg){margin-left:0;width:100%}.tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-col,footer .tpl-columns:not(.nomg) .tpl-col,.tpl-panel:not(.panel-intro) .tpl-columns:not(.nomg) .tpl-column,footer .tpl-columns:not(.nomg) .tpl-column{flex:0 0 100%;margin-left:0;margin-right:0}}@media (max-width:768px){.col-mb-0{display:none!important}}@media (min-width:769px) and (max-width:992px){.col-0{display:none!important}}@media (min-width:993px) and (max-width:1200px){.col-dt-0{display:none!important}}@media (min-width:1201px){.col-ld-0{display:none!important}}@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.clear:before,.clear:after{content:' ';display:table}.clear:after{clear:both}.clear{*zoom:1}img{max-width:100%;vertical-align:bottom}.alignnone{margin:20px 0 30px}.aligncenter,div.aligncenter{display:block;margin:15px auto 15px auto}.alignright{float:right;margin:8px 0 20px 26px}.alignleft{float:left;margin:8px 26px 20px 0}@media (max-width:600px){.editor img.alignright,.editor img.alignleft{float:none;width:94%;height:auto;margin:20px auto}}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption .wp-caption-text,.gallery-caption{font-size:1.1rem;line-height:1.7rem;margin:0;padding:0 4px 5px}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.post-nav .link-previous{float:left}.post-nav .link-next{float:right}.wp-pagenavi{display:block}.wp-pagenavi .pages{display:block}.wp-pagenavi .page,.wp-pagenavi .current,.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink{display:inline-block;margin:0 5px;width:auto}.visuallyhidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}.separator{border:0;border-top:#C7C7C7 thin solid;border-bottom:#C7C7C7 thin solid;height:1px;margin:40px auto}.brtospace br{content:' '}.brtospace br:after{content:' '}.border{border:red thin solid}.xl{display:block!important}@media (max-width:768px){.xl{display:none!important}}.xs{display:none!important}@media (max-width:768px){.xs{display:block!important}}.fillparent{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.imgfillparent,#tpl-visitus .panel-section1 .js-slider0 .slick-slide img,#tpl-career .panel-section1 .js-slider0 .slick-slide img,#tpl-country .panel-section2 .js-slider0 .slick-slide img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0) scale(1,1);width:auto;height:auto;min-width:100%;min-height:100%;max-width:none;max-height:none}iframe{max-width:100%}body#tinymce.wp-editor{padding:1.5em 1.5em 0!important;min-height:0;-webkit-font-smoothing:antialiased;background-color:#eee;text-align:left}body#tinymce.wp-editor *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body#tinymce.wp-editor html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body#tinymce.wp-editor body{margin:0}body#tinymce.wp-editor .two-columns,.editor .two-columns{column-count:2;column-gap:40px}@media (max-width:1080px){body#tinymce.wp-editor .two-columns,.editor .two-columns{column-gap:80px}}@media (max-width:550px){body#tinymce.wp-editor .two-columns,.editor .two-columns{column-count:1}}body#tinymce.wp-editor .important,.editor .important{position:relative;padding-left:138px}body#tinymce.wp-editor .important:before,.editor .important:before{content:"";position:absolute;top:0;left:0;width:30px;height:100%;background-color:#FD8E6A}@media (max-width:1080px){body#tinymce.wp-editor .important,.editor .important{padding-left:80px}}@media (max-width:550px){body#tinymce.wp-editor .important,.editor .important{padding-left:24px}body#tinymce.wp-editor .important:before,.editor .important:before{width:10px}}body#tinymce.wp-editor .opacity-50,.editor .opacity-50{opacity:.5;filter:alpha(opacity=50)}@font-face{font-family:'icomoon';src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/icons/icomoon.eot?pdgf2b);src:url('/wp-content/themes/themeacrelec/assetsv2/fonts/icons/icomoon.eot?pdgf2b#iefix') format('embedded-opentype'),url(/wp-content/themes/themeacrelec/assetsv2/fonts/icons/icomoon.ttf?pdgf2b) format('truetype'),url(/wp-content/themes/themeacrelec/assetsv2/fonts/icons/icomoon.woff?pdgf2b) format('woff'),url('/wp-content/themes/themeacrelec/assetsv2/fonts/icons/icomoon.svg?pdgf2b#icomoon') format('svg');font-weight:400;font-style:normal;font-display:swap}.iconfont,.editor [class^="icon-"],.iconfont:before,.editor [class^="icon-"]:before,.slideList button.slick-prev:before,.slideList button.slick-next:before,.new.single.page form .styledSelect:after,#pointList .pointSingle .pointSingle-icon:before,#tpl-spure .spure-link:after{display:inline-block;font-family:"icomoon"!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconfont.icon-ac2020-twitter:before,.editor [class^="icon-"].icon-ac2020-twitter:before{content:"\e926"}.iconfont.icon-ac2020-email:before,.editor [class^="icon-"].icon-ac2020-email:before{content:"\e929"}.iconfont.icon-ac2020-facebook:before,.editor [class^="icon-"].icon-ac2020-facebook:before{content:"\e932"}.iconfont.icon-ac2020-indutries:before,.editor [class^="icon-"].icon-ac2020-indutries:before{content:"\e925"}.iconfont.icon-ac2020-cpu:before,.editor [class^="icon-"].icon-ac2020-cpu:before{content:"\e927"}.iconfont.icon-ac2020-expand:before,.editor [class^="icon-"].icon-ac2020-expand:before{content:"\e928"}.iconfont.icon-ac2020-instagram:before,.editor [class^="icon-"].icon-ac2020-instagram:before{content:"\e92a"}.iconfont.icon-ac2020-lamp:before,.editor [class^="icon-"].icon-ac2020-lamp:before{content:"\e92b"}.iconfont.icon-ac2020-linkedin:before,.editor [class^="icon-"].icon-ac2020-linkedin:before{content:"\e92c"}.iconfont.icon-ac2020-podcast:before,.editor [class^="icon-"].icon-ac2020-podcast:before{content:"\e92d"}.iconfont.icon-ac2020-search:before,.editor [class^="icon-"].icon-ac2020-search:before{content:"\e92e"}.iconfont.icon-ac2020-spotify:before,.editor [class^="icon-"].icon-ac2020-spotify:before{content:"\e92f"}.iconfont.icon-ac2020-touch:before,.editor [class^="icon-"].icon-ac2020-touch:before{content:"\e930"}.iconfont.icon-ac2020-youtube:before,.editor [class^="icon-"].icon-ac2020-youtube:before{content:"\e931"}.iconfont.icon-news-paper:before,.editor [class^="icon-"].icon-news-paper:before{content:"\ea01"}.iconfont.icon-call:before,.editor [class^="icon-"].icon-call:before{content:"\e9f4"}.iconfont.icon-clock-circular-outline:before,.editor [class^="icon-"].icon-clock-circular-outline:before{content:"\e9f5"}.iconfont.icon-instagram-logo:before,.editor [class^="icon-"].icon-instagram-logo:before{content:"\e9f6"}.iconfont.icon-linkedin:before,.editor [class^="icon-"].icon-linkedin:before{content:"\e9f7"}.iconfont.icon-mail-open-file:before,.editor [class^="icon-"].icon-mail-open-file:before{content:"\e9f8"}.iconfont.icon-map-2:before,.editor [class^="icon-"].icon-map-2:before{content:"\e9f9"}.iconfont.icon-mouse:before,.editor [class^="icon-"].icon-mouse:before{content:"\e9fa"}.iconfont.icon-phone:before,.editor [class^="icon-"].icon-phone:before{content:"\e9fb"}.iconfont.icon-placeholder-filled-point:before,.editor [class^="icon-"].icon-placeholder-filled-point:before{content:"\e9fc"}.iconfont.icon-portfolio:before,.editor [class^="icon-"].icon-portfolio:before{content:"\e9fd"}.iconfont.icon-scrolldown:before,.editor [class^="icon-"].icon-scrolldown:before{content:"\e9fe"}.iconfont.icon-users:before,.editor [class^="icon-"].icon-users:before{content:"\e9ff"}.iconfont.icon-world:before,.editor [class^="icon-"].icon-world:before{content:"\ea00"}.iconfont.icon-ac-play:before,.editor [class^="icon-"].icon-ac-play:before{content:"\e9f3"}.iconfont.icon-arrow-left:before,.editor [class^="icon-"].icon-arrow-left:before{content:"\e902"}.iconfont.icon-arrow-right:before,.editor [class^="icon-"].icon-arrow-right:before{content:"\e903"}.iconfont.icon-chevron-thick-left:before,.editor [class^="icon-"].icon-chevron-thick-left:before{content:"\e934"}.iconfont.icon-chevron-thick-right:before,.editor [class^="icon-"].icon-chevron-thick-right:before{content:"\e935"}.iconfont.icon-chevron-thin-left:before,.editor [class^="icon-"].icon-chevron-thin-left:before{content:"\e91b"}.iconfont.icon-chevron-thin-right:before,.editor [class^="icon-"].icon-chevron-thin-right:before{content:"\e91a"}.iconfont.icon-chevron-left2:before,.editor [class^="icon-"].icon-chevron-left2:before{content:"\e900"}.iconfont.icon-chevron-right2:before,.editor [class^="icon-"].icon-chevron-right2:before{content:"\e901"}.iconfont.icon-chevron-top2:before,.editor [class^="icon-"].icon-chevron-top2:before{content:"\e921"}.iconfont.icon-chevron-bottom2:before,.editor [class^="icon-"].icon-chevron-bottom2:before{content:"\e922"}.iconfont.icon-chevron-left:before,.editor [class^="icon-"].icon-chevron-left:before{content:"\e904"}.iconfont.icon-chevron-right:before,.editor [class^="icon-"].icon-chevron-right:before{content:"\e905"}.iconfont.icon-chevron-top:before,.editor [class^="icon-"].icon-chevron-top:before{content:"\e923"}.iconfont.icon-chevron-bottom:before,.editor [class^="icon-"].icon-chevron-bottom:before{content:"\e924"}.iconfont.icon-plus:before,.editor [class^="icon-"].icon-plus:before{content:"\e90a"}.iconfont.icon-cross:before,.editor [class^="icon-"].icon-cross:before{content:"\e919"}.iconfont.icon-facebook:before,.editor [class^="icon-"].icon-facebook:before{content:"\e906"}.iconfont.icon-circle-facebook:before,.editor [class^="icon-"].icon-circle-facebook:before{content:"\e907"}.iconfont.icon-linkedin1:before,.editor [class^="icon-"].icon-linkedin1:before{content:"\e908"}.iconfont.icon-circle-linkedin:before,.editor [class^="icon-"].icon-circle-linkedin:before{content:"\e909"}.iconfont.icon-twitter:before,.editor [class^="icon-"].icon-twitter:before{content:"\e90b"}.iconfont.icon-circle-twitter:before,.editor [class^="icon-"].icon-circle-twitter:before{content:"\e90c"}.iconfont.icon-instagram:before,.editor [class^="icon-"].icon-instagram:before{content:"\e911"}.iconfont.icon-circle-instagram:before,.editor [class^="icon-"].icon-circle-instagram:before{content:"\e913"}.iconfont.icon-youtube:before,.editor [class^="icon-"].icon-youtube:before{content:"\e914"}.iconfont.icon-circle-youtube:before,.editor [class^="icon-"].icon-circle-youtube:before{content:"\e915"}.iconfont.icon-flickr:before,.editor [class^="icon-"].icon-flickr:before{content:"\e910"}.iconfont.icon-circle-flickr:before,.editor [class^="icon-"].icon-circle-flickr:before{content:"\e916"}.iconfont.icon-mail:before,.editor [class^="icon-"].icon-mail:before{content:"\e91d"}.iconfont.icon-phone2:before,.editor [class^="icon-"].icon-phone2:before{content:"\e91e"}.iconfont.icon-marker:before,.editor [class^="icon-"].icon-marker:before{content:"\e91c"}.iconfont.icon-marker-outline:before,.editor [class^="icon-"].icon-marker-outline:before{content:"\e936"}.iconfont.icon-search:before,.editor [class^="icon-"].icon-search:before{content:"\e90f"}.iconfont.icon-search2:before,.editor [class^="icon-"].icon-search2:before{content:"\e937"}.iconfont.icon-calendar:before,.editor [class^="icon-"].icon-calendar:before{content:"\e917"}.iconfont.icon-yumigo:before,.editor [class^="icon-"].icon-yumigo:before{content:"\e90e"}.iconfont.icon-love:before,.editor [class^="icon-"].icon-love:before{content:"\e90d"}.iconfont.icon-html5:before,.editor [class^="icon-"].icon-html5:before{content:"\e912"}.iconfont.icon-wordpress:before,.editor [class^="icon-"].icon-wordpress:before{content:"\e918"}.iconfont.icon-quote-left:before,.editor [class^="icon-"].icon-quote-left:before{content:"\e91f"}.iconfont.icon-quote-right:before,.editor [class^="icon-"].icon-quote-right:before{content:"\e920"}@font-face{font-family:"Fira Sans";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Light.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Fira Sans";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-ExtraBold.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Fira Sans";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Regular.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Fira Sans";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Medium.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Fira Sans";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Bold.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Fira Sans";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Thin.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/subset-FiraSans-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:"Acrelec";src:url(/wp-content/themes/themeacrelec/assetsv2/fonts/Acrelec.eot);src:url("/wp-content/themes/themeacrelec/assetsv2/fonts/Acrelec.eot?#iefix") format("embedded-opentype"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/Acrelec.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/Acrelec.woff) format("woff"),url(/wp-content/themes/themeacrelec/assetsv2/fonts/Acrelec.ttf) format("truetype"),url("/wp-content/themes/themeacrelec/assetsv2/fonts/Acrelec.svg#Acrelec") format("svg")}html{letter-spacing:0;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:62.5%}@media (max-width:1200px){html{font-size:60%}}@media (max-width:1050px){html{font-size:59%}}@media (max-width:992px){html{font-size:58%}}@media (max-width:768px){html{font-size:57%}}@media (max-width:480px){html{font-size:54%}}body{font-family:"Fira Sans",sans-serif;color:#000;font-size:2rem;line-height:3rem;font-weight:400;word-break:break-word}body .editor,body body#tinymce.wp-editor{font-family:"Fira Sans",sans-serif}.nostyle{margin:0;padding:0;font-size:inherit;line-height:inherit;font-weight:inherit}.titles-style,h1:not(.nostyle),.h1-like,h1:not(.nostyle) a,.h1-like a,h2:not(.nostyle),.h2-like,h2:not(.nostyle) a,.h2-like a,h3:not(.nostyle),.h3-like,h3:not(.nostyle) a,.h3-like a,h4:not(.nostyle),.h4-like,h4:not(.nostyle) a,.h4-like a,h5:not(.nostyle),.h5-like,h5:not(.nostyle) a,.h5-like a{position:relative;display:block;font-family:"Fira Sans",sans-serif}h1:not(.nostyle),.h1-like,h2.header-title{margin:.67em 0 .17em;font-size:4.6rem;line-height:1.3;font-weight:400}@media (max-width:768px){h1:not(.nostyle),.h1-like,h2.header-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){h1:not(.nostyle),.h1-like,h2.header-title{font-size:2.8rem;line-height:3.2rem}}h2:not(.nostyle):not(.header-title),.h2-like{margin:2.5rem 0 1.2rem;font-size:3.1rem;line-height:1.2;font-weight:400}h3:not(.nostyle),.h3-like{margin:1em 0 1em;font-size:2.325rem;line-height:1.2;font-weight:400}h4:not(.nostyle),.h4-like{margin:1em 0 1em;font-size:1.74375rem;line-height:1.2;font-weight:600}h5:not(.nostyle),.h5-like{font-size:1.3078125rem;line-height:1.2;font-weight:400}.editor h1:not(.nostyle),body#tinymce.wp-editor h1:not(.nostyle),.editor .h1-like,body#tinymce.wp-editor .h1-like,.editor h2:not(.nostyle),body#tinymce.wp-editor h2:not(.nostyle),.editor .h2-like,body#tinymce.wp-editor .h2-like,.editor h3:not(.nostyle),body#tinymce.wp-editor h3:not(.nostyle),.editor .h3-like,body#tinymce.wp-editor .h3-like,.editor h4:not(.nostyle),body#tinymce.wp-editor h4:not(.nostyle),.editor .h4-like,body#tinymce.wp-editor .h4-like,.editor h5:not(.nostyle),body#tinymce.wp-editor h5:not(.nostyle),.editor .h5-like,body#tinymce.wp-editor .h5-like{display:block}a{display:inline-block;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;text-decoration:none;text-indent:0;cursor:pointer}.editor a:not(.btn),body#tinymce.wp-editor a:not(.btn){color:#FD8E6A;transition:0.35s all ease-out;text-decoration:underline}.editor a:not(.btn):hover,body#tinymce.wp-editor a:not(.btn):hover{color:#D5D5D5;transition:0.35s all ease-out}p,.p-style{margin:3px 0}.editor ul,body#tinymce.wp-editor ul,.editor ol,body#tinymce.wp-editor ol{margin:20px 0;padding:0;counter-reset:li}@media (max-width:768px){.editor ul,body#tinymce.wp-editor ul,.editor ol,body#tinymce.wp-editor ol{padding-left:30px}}li,.li-style{list-style:none}.editor ul li:not([role="tab"]),body#tinymce.wp-editor ul li:not([role="tab"]),.editor .ul-style li:not([role="tab"]),body#tinymce.wp-editor .ul-style li:not([role="tab"]){padding-left:30px;margin-left:0}.editor ul li:not([role="tab"]):before,body#tinymce.wp-editor ul li:not([role="tab"]):before,.editor .ul-style li:not([role="tab"]):before,body#tinymce.wp-editor .ul-style li:not([role="tab"]):before{content:"";display:inline-block;position:relative;margin-left:-30px;margin-right:20px;width:9px;height:9px;top:0;border-radius:50px;background-color:#000}.editor ul li:not([role="tab"])+li,body#tinymce.wp-editor ul li:not([role="tab"])+li,.editor .ul-style li:not([role="tab"])+li,body#tinymce.wp-editor .ul-style li:not([role="tab"])+li{margin-top:25px}@media (max-width:768px){.editor ul li:not([role="tab"]),body#tinymce.wp-editor ul li:not([role="tab"]),.editor .ul-style li:not([role="tab"]),body#tinymce.wp-editor .ul-style li:not([role="tab"]){padding-left:0}.editor ul li:not([role="tab"]):before,body#tinymce.wp-editor ul li:not([role="tab"]):before,.editor .ul-style li:not([role="tab"]):before,body#tinymce.wp-editor .ul-style li:not([role="tab"]):before{width:6px;height:6px}}.editor form ul,body#tinymce.wp-editor form ul,.editor form ol,body#tinymce.wp-editor form ol{margin:0;padding-left:0}.editor form ul li,body#tinymce.wp-editor form ul li,.editor form ol li,body#tinymce.wp-editor form ol li,.editor form ul li:not([role="tab"]),body#tinymce.wp-editor form ul li:not([role="tab"]),.editor form ol li:not([role="tab"]),body#tinymce.wp-editor form ol li:not([role="tab"]){padding-left:0;margin-left:0}.editor form ul li:before,body#tinymce.wp-editor form ul li:before,.editor form ol li:before,body#tinymce.wp-editor form ol li:before,.editor form ul li:not([role="tab"]):before,body#tinymce.wp-editor form ul li:not([role="tab"]):before,.editor form ol li:not([role="tab"]):before,body#tinymce.wp-editor form ol li:not([role="tab"]):before{display:none}.editor form ul li+li,body#tinymce.wp-editor form ul li+li,.editor form ol li+li,body#tinymce.wp-editor form ol li+li,.editor form ul li:not([role="tab"])+li,body#tinymce.wp-editor form ul li:not([role="tab"])+li,.editor form ol li:not([role="tab"])+li,body#tinymce.wp-editor form ol li:not([role="tab"])+li{margin-top:inherit}.editor .gform_wrapper .gform_body>ul,body#tinymce.wp-editor .gform_wrapper .gform_body>ul{margin-left:0;width:100%}.editor ol,body#tinymce.wp-editor ol,.editor .ol-style,body#tinymce.wp-editor .ol-style{margin:20px 0;padding:0;counter-reset:li}.editor ol li,body#tinymce.wp-editor ol li,.editor .ol-style li,body#tinymce.wp-editor .ol-style li{position:relative;padding:7px 0 5px 46px;margin-left:30px;list-style:none;list-style-position:outside}.editor ol li:before,body#tinymce.wp-editor ol li:before,.editor .ol-style li:before,body#tinymce.wp-editor .ol-style li:before{position:relative;margin-right:8px;color:#FD8E6A;font-size:2.6rem;line-height:1;font-weight:300;letter-spacing:-.8px;counter-increment:li;content:counter(li,decimal-leading-zero) "."}.tml.tml-login li:before,.tml.tml-lostpassword li:before{display:none}.editor table,body#tinymce.wp-editor table,#tpl-contact table{border-collapse:separate;border-spacing:0 25px}@media (max-width:992px){.editor table tr,body#tinymce.wp-editor table tr,#tpl-contact table tr,.editor table td,body#tinymce.wp-editor table td,#tpl-contact table td{display:inline-block;width:100%!important}.editor table img,body#tinymce.wp-editor table img,#tpl-contact table img{width:100%}}dl,dt{display:inline-block;margin:0 2px 2px 0;padding:0}hr,.separator{display:inline-block;margin:20px 0 30px;padding:0;border:none;width:100%;height:1px;background-color:#C7C7C7}sub,sup{font-size:60%}i,em{font-style:italic}strong{font-family:"Fira Sans",sans-serif;font-weight:700;color:inherit}b{font-family:"Fira Sans",sans-serif;font-weight:700;color:#e41a1a!important}.blockquoteStyle{font-family:"Fira Sans",sans-serif;font-weight:400;font-style:italic;letter-spacing:.5px}blockquote:not(.nostyle){position:relative;margin:20px 0;padding:33px 40px 27px;font-size:1.8rem;line-height:2.22;font-weight:400;background-color:#f8fafa;border-left:#FD8E6A 4px solid}blockquote:not(.nostyle)>*{max-width:583px}input[type="text"].search-input::-webkit-input-placeholder,::-webkit-input-placeholder{font-family:"Fira Sans",sans-serif;color:#a2a2a2;font-weight:300;font-size:1.8rem}input[type="text"].search-input::-moz-placeholder,::-moz-placeholder{font-family:"Fira Sans",sans-serif;color:#a2a2a2;font-weight:300;font-size:1.8rem}input[type="text"].search-input:-ms-input-placeholder,:-ms-input-placeholder{font-family:"Fira Sans",sans-serif;color:#a2a2a2;font-weight:300;font-size:1.8rem}input[type="text"].search-input:-moz-placeholder,:-moz-placeholder{font-family:"Fira Sans",sans-serif;color:#a2a2a2;font-weight:300;font-size:1.8rem}::-webkit-selection{background:#D5D5D5;color:#fff;-webkit-text-fill-color:#fff;text-fill-color:#fff;text-shadow:none}::-moz-selection{background:#D5D5D5;color:#fff;-webkit-text-fill-color:#fff;text-fill-color:#fff;text-shadow:none}::selection{background:#D5D5D5;color:#fff;-webkit-text-fill-color:#fff;text-fill-color:#fff;text-shadow:none}map area{-webkit-outline:none!important;-moz-outline:none!important;outline:none!important}map area:focus,map area:hover{-webkit-outline:none!important;-moz-outline:none!important;outline:none!important}.ac-exponant{font-size:7.2rem;line-height:7rem;font-weight:300;color:#b2b2b2}@media (max-width:768px){.ac-exponant{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.ac-exponant{font-size:3.8rem;line-height:4.2rem}}.ac-hdtitle{font-size:25rem;line-height:24rem;font-weight:800}@media (max-width:768px){.ac-hdtitle{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.ac-hdtitle{font-size:3.8rem;line-height:4.2rem}}.ac-hdsubtitle{font-size:7.2rem;line-height:7rem;font-weight:700}@media (max-width:768px){.ac-hdsubtitle{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.ac-hdsubtitle{font-size:3.8rem;line-height:4.2rem}}.ac-title{font-size:6rem;line-height:6.5rem;font-weight:700}@media (max-width:768px){.ac-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.ac-title{font-size:3.8rem;line-height:4.2rem}}.ac-caption{font-size:2rem;line-height:1.3;font-weight:300;color:#858585}.ac-link{font-size:1.6rem;line-height:2.6rem;font-weight:400;color:#fd8e6a}.ac-link:after{content:"";display:inline-block;position:relative;top:2px;width:55px;height:13px;margin-left:15px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/deco/lgarrow-right.svg) no-repeat left center;background-size:cover;transition:0.25s all cubic-bezier(.39,.58,.57,1)}.ac-link:hover:after{width:112px}.overlayGradient{background:linear-gradient(to bottom,#fff0 0%,#fff0 50%,#000000 100%);z-index:0!important}.shadow{box-shadow:0 0 16px 0 rgb(0 0 0 / .16)}.panelBkg-white{background-color:#fff}.panelBkg-black{background-color:#000;background-size:cover!important}.panelBkg-darkgrey{background-color:#4C4C4C}.panelBkg-grey{background-color:#E2E2E2}.panelBkg-black *:not(table):not(thead):not(td):not(tr):not(b),.panelBkg-black label,.panelBkg-black label.gfield_label,.panelBkg-black .gform_wrapper .validation_message,.panelBkg-darkgrey *:not(table):not(thead):not(td):not(tr):not(b),.panelBkg-darkgrey label,.panelBkg-darkgrey label.gfield_label,.panelBkg-darkgrey .gform_wrapper .validation_message{color:#fff;border-color:#fff}.panelBkg-white *:not(table):not(thead):not(td):not(tr):not(b),.panelBkg-white label,.panelBkg-white label.gfield_label,.panelBkg-white .gform_wrapper .validation_message{color:inherit;border-color:inherit}.panelBkg-black hr,.panelBkg-darkgrey hr{background-color:#fff}.overFullHeader,.tplpaymentphp header,.tplcovidphp header,.tplacrelecbycountryphp header{position:absolute;top:0;left:0;background-color:#fff0}.fullHeader,#tpl-careers .panel-intro,#tpl-payment .panel-intro,#tpl-covid .panel-intro,#tpl-country .panel-intro,#tpl-spure .panel-intro{height:100vh;min-height:650px;overflow:hidden}.newFullHeader,#tpl-jobSingle .panel-intro,#tpl-about .panel-section1,#tpl-visitus .panel-section1,#tpl-visitus .panel-section1 .js-slider0 .slick-slide,#tpl-career .panel-section1,#tpl-career .panel-section1 .js-slider0 .slick-slide,#tpl-country .panel-section2 .js-slider0 .slick-slide{height:100vh;min-height:650px;max-height:1385px;overflow:hidden}@media (max-width:768px){.newFullHeader,#tpl-jobSingle .panel-intro,#tpl-about .panel-section1,#tpl-visitus .panel-section1,#tpl-visitus .panel-section1 .js-slider0 .slick-slide,#tpl-career .panel-section1,#tpl-career .panel-section1 .js-slider0 .slick-slide,#tpl-country .panel-section2 .js-slider0 .slick-slide{min-height:0}}.eds-animate{overflow:hidden}.edsanimate-sis-hidden,.eds-scroll-hidden{opacity:0}.eds-scroll-visible{opacity:1}.animated{animation-duration:0.8s}.delay1{animation-delay:0.5s}.delay2{animation-delay:1s}.delay3{animation-delay:1.5s}.delay4{animation-delay:2s}.delay5{animation-delay:2.5s}.duration1{animation-duration:0.5s!important}.duration2{animation-duration:1s!important}.duration3{animation-duration:1.5s!important}.duration4{animation-duration:2s!important}.animated{backface-visibility:hidden;animation-fill-mode:both;transform:translate3d(0,0,0)}.animated.infinite{animation-iteration-count:infinite}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInUp{animation-name:fadeInUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.animated.fadeIn{animation-name:fadeIn}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.animated.fadeOut{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInDown{animation-name:fadeInDown}@keyframes fadein{0%{opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;z-index:0;pointer-events:none}100%{opacity:1;transition:0.35s opacity ease-out;pointer-events:initial;z-index:1;pointer-events:all}}@keyframes fadeout{0%{opacity:1;transition:0.35s opacity ease-out;pointer-events:initial;z-index:1;pointer-events:all}100%{opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;z-index:0;pointer-events:none}}.show{animation-name:fadein;animation-duration:0.4s;animation-fill-mode:forwards}.hide{animation-name:fadeout;animation-duration:0.4s;animation-fill-mode:forwards;pointer-events:none}.js-accordion-item-title{cursor:pointer}#mouse-scrolldown{position:absolute;width:4.2vh;height:6.67vh;bottom:12vh;left:0;right:0;margin:auto;border-radius:3.75vh;border:.2vh solid #fff}#mouse-scrolldown:after{content:"";display:block;width:.2vh;min-width:2px;height:1.35vh;min-height:3px;margin:.45vh auto;border-radius:.2vh;background:#fff;animation:mousescrolldown 1.25s infinite cubic-bezier(0,0,.2,1)}@keyframes mousescrolldown{0%{opacity:0}50%{opacity:1}100%{transform:translateY(1.5vh);opacity:0}}@media (min-width:769px){.open ul.animList>li{opacity:0;animation-timing-function:cubic-bezier(.22,.61,.36,1);animation-duration:0.5s;animation-fill-mode:forwards;animation-name:animlist}.open ul.animList>li:nth-child(20){animation-delay:6s}.open ul.animList>li:nth-child(19){animation-delay:5.7s}.open ul.animList>li:nth-child(18){animation-delay:5.4s}.open ul.animList>li:nth-child(17){animation-delay:5.1s}.open ul.animList>li:nth-child(16){animation-delay:4.8s}.open ul.animList>li:nth-child(15){animation-delay:4.5s}.open ul.animList>li:nth-child(14){animation-delay:4.2s}.open ul.animList>li:nth-child(13){animation-delay:3.9s}.open ul.animList>li:nth-child(12){animation-delay:3.6s}.open ul.animList>li:nth-child(11){animation-delay:3.3s}.open ul.animList>li:nth-child(10){animation-delay:3s}.open ul.animList>li:nth-child(9){animation-delay:2.7s}.open ul.animList>li:nth-child(8){animation-delay:2.4s}.open ul.animList>li:nth-child(7){animation-delay:2.1s}.open ul.animList>li:nth-child(6){animation-delay:1.8s}.open ul.animList>li:nth-child(5){animation-delay:1.5s}.open ul.animList>li:nth-child(4){animation-delay:1.2s}.open ul.animList>li:nth-child(3){animation-delay:0.9s}.open ul.animList>li:nth-child(2){animation-delay:0.6s}.open ul.animList>li:nth-child(1){animation-delay:0.3s}}@keyframes animlist{0%{opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;pointer-events:none;transform:translate3d(30px,0,0)}100%{opacity:1;transition:0.35s opacity ease-out;pointer-events:initial;transform:translate3d(0,0,0)}}.sliderFadein{background-color:#000}.sliderFadein .slick-slide.slick-current{opacity:0;animation:slickfadein 2s ease-out forwards}.tpl-fadein{background-color:#000;animation:slickfadein 2s ease-out forwards;opacity:0}@keyframes slickfadein{0%{opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;pointer-events:none;transform:scale(1,1)}100%{opacity:1;transition:0.35s opacity ease-out;pointer-events:initial;transform:scale(1.05,1.05)}}.sliderScalein{background-color:#000}.sliderScalein .slick-slide.slick-current .sliderScalein-img{animation:slickscalein 2s ease-out forwards}.sliderScalein .slick-slide:not(.slick-current) .sliderScalein-img{animation:slickscaleout 2s ease-out forwards}@keyframes slickscalein{0%{opacity:0;transform:translate(-50%,-50%) translateZ(0) scale(1.05,1.05)}100%{opacity:1;transform:translate(-51%,-50%) translateZ(0) scale(1.05,1.05)}}@keyframes slickscaleout{0%{opacity:1;transform:translate(-51%,-50%) translateZ(0) scale(1.05,1.05)}100%{opacity:0;transform:translate(-52%,-50%) translateZ(0) scale(1.05,1.05)}}@media (min-width:769px){#newPersonList .personSingle{overflow:hidden}#newPersonList .personSingle .personSingle-content{opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;pointer-events:none}#newPersonList .personSingle .personSingle-name{position:relative;left:100%;opacity:0;transform:scale(1) rotate(0deg) translate(0,0) skew(-30deg,0deg);transition:0.4s all cubic-bezier(0,0,.2,1)}#newPersonList .personSingle .personSingle-job{position:relative;right:100%;opacity:0;transform:scale(1) rotate(0deg) translate(0,0) skew(30deg,0deg);transition:0.4s all cubic-bezier(0,0,.2,1)}#newPersonList .personSingle:hover .personSingle-content,#newPersonList .personSingle:focus .personSingle-content{opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#newPersonList .personSingle:hover .personSingle-name,#newPersonList .personSingle:focus .personSingle-name{opacity:1;left:0;transform:scale(1) rotate(0deg) translate(0,0) skew(0deg,0deg);transition:0.4s all cubic-bezier(0,0,.2,1)}#newPersonList .personSingle:hover .personSingle-job,#newPersonList .personSingle:focus .personSingle-job{opacity:1;right:0;transform:scale(1) rotate(0deg) translate(0,0) skew(0deg,0deg);transition:0.35s all cubic-bezier(0,0,.2,1)}}@media (min-width:851px){.inviewport:not(.productSingle),.slick-current.slick-active .partnerSingle-img,.slick-current.slick-active .partnerSingle-content{backface-visibility:hidden;animation-fill-mode:both;transform:translate3d(0,0,0);animation-duration:0.6s;animation-delay:0s;animation-timing-function:ease-in-out;animation-iteration-count:1}.slick-current.slick-active .partnerSingle-img{animation-name:fadeInLeft}.slick-current.slick-active .partnerSingle-content{animation-name:fadeInRight}.js-viewport{opacity:0}.inviewport{animation-delay:0.4s}.section-title.js-viewport.inviewport{animation-name:fadeInUp}.section-subtitle.js-viewport.inviewport{animation-delay:0.6s;animation-name:fadeInUp}.expertiseSingle-content.right .expertiseSingle-title.inviewport{animation-name:fadeInRight}.expertiseSingle-content.right .expertiseSingle-text.inviewport{animation-delay:0.6s;animation-name:fadeInRight}.expertiseSingle-content.left .expertiseSingle-title.inviewport{animation-name:fadeInLeft}.expertiseSingle-content.left .expertiseSingle-text.inviewport{animation-delay:0.6s;animation-name:fadeInLeft}.productSingle-content.right .productSingle-title.inviewport{animation-name:fadeInRight}.productSingle-content.right .productSingle-text.inviewport{animation-delay:0.6s;animation-name:fadeInRight}.productSingle-content.left .productSingle-title.inviewport{animation-name:fadeInLeft}.productSingle-content.left .productSingle-text.inviewport{animation-delay:0.6s;animation-name:fadeInLeft}.productSingle-content .productSingle-col1.inviewport{animation-name:fadeInLeft}.productSingle-content .productSingle-col2.inviewport{animation-delay:0.6s;animation-name:fadeInLeft}.productSingle-imgAnim.right .productSingle-title.inviewport{animation-name:fadeInRight}.productSingle-imgAnim.left .productSingle-title.inviewport{animation-name:fadeInLeft}#tpl-spure #video.js-viewport,#tpl-qtimer #numberList{opacity:1}.numbList.js-viewport,.productSingle.js-viewport{opacity:1}.parallax-img{transition:0.4s all ease-out}}.animation-icons{display:flex;align-items:flex-end}.animation-icons a{margin:0 15px}.animation-icons img{max-height:60px}.animation-icons a[href="#"]{opacity:.5;pointer-events:none;cursor:default}html{height:100%;min-height:100%}body{min-height:100%}main,#main{position:relative;display:block;width:70%;margin-right:5%;padding-top:0;padding-bottom:0}@media (max-width:768px){main,#main{padding-top:0}}main.fullwidth,#main.fullwidth{width:100%;margin-right:0}main:not(.sm),#main:not(.sm){min-height:100vh}footer,#footer{display:block;position:relative}.new.v2.page,.new.single.page{margin-top:7.5rem}.new.v2.page#tpl-frontpage,.new.single.page#tpl-frontpage,.new.v2.page#tpl-visitus,.new.single.page#tpl-visitus,.new.v2.page#tpl-about,.new.single.page#tpl-about,.new.v2.page#tpl-careers,.new.single.page#tpl-careers,.new.v2.page#tpl-jobSingle,.new.single.page#tpl-jobSingle,.new.v2.page#tpl-country,.new.single.page#tpl-country,.new.v2.page#tpl-postSingle,.new.single.page#tpl-postSingle{margin-top:75px}.new.v2.page#tpl-s15s22,.new.single.page#tpl-s15s22{margin-top:205px}#tpl-kk27{margin-top:7.5rem}@media (max-width:992px){#main,#main.fullwidth,#sidebar{width:100%;min-height:0;margin-right:auto;margin-left:auto}#sidebar{padding:0}}@media (max-width:768px){#main,#main.fullwidth{padding-top:0}}section,.section,.page,.tpl-panel{position:relative;display:block;width:1px;min-width:100%}section.tpl-panel:not(.panel-intro):not(.panel-breadcrumb),.tpl-section{padding:30px 0 60px}.panel-child+section.tpl-panel:not(.panel-intro):not(.panel-breadcrumb),.panel-child+.tpl-section{margin-top:0;padding-top:0}.panel-child+section.tpl-panel:not(.panel-intro):not(.panel-breadcrumb) .panel-title,.panel-child+.tpl-section .panel-title{margin-top:0}@media (max-width:768px){section.tpl-panel:not(.panel-intro):not(.panel-withSidebar),.tpl-section{padding:20px 0}}section.panel-intro{padding:0 0 60px}section.panel-breadcrumb{padding:9rem 0 0}.flex,.tpl-columns,.new.single.page #continentList .continentSingle .groupList,.burger-menu,.search-menu,.main1-menu,.main2-menu,.burger-menu .tpl-menuWrap,.search-menu .tpl-menuWrap,.main1-menu .tpl-menuWrap,.main2-menu .tpl-menuWrap,.new.single.page .panel-header .slideSingle,.new.single.page .panel-partners,.single.page.pickup .panel-partners,.new.single.page .panel-products .productSingle-content,.new.single.page .panel-onair .mediaList-content,.new.single.page #newPersonList .personSingle-content,#tpl-visitus .panel-section1 .section-content,#tpl-career .panel-section1 .section-content,#tpl-career .panel-section3 form,#tpl-careers .panel-intro .section-content,#tpl-careers .panel-section2 .section-imgList .tpl-cols,#tpl-payment .panel-intro .section-content,#tpl-covid .panel-intro .section-content,#tpl-covid .panel-section3 .metaSingle,#tpl-country .panel-intro .section-content,#tpl-country .panel-section1 .metaSingle,#tpl-country .panel-section3,#tpl-country .panel-section3 .section-map,#tpl-country .panel-section3 .section-content .tpl-panelWrap,#tpl-bridge .panel-intro .section-content,#tpl-bridge .panel-section1 .column2,#tpl-bridge .panel-section3,#tpl-bridge .panel-section3 .column1,#tpl-bridge .panel-section3 .column2,#tpl-bridge .panel-section4,#tpl-bridge .panel-section4 .column1,#tpl-bridge .panel-section4 .column2,#tpl-bridge .panel-section6 .column1,#tpl-bridge .panel-section6 .column2,#tpl-spure .panel-intro .section-content{display:flex!important;flex-wrap:wrap}.center{text-align:center}.right{text-align:right}.titles-style,h1:not(.nostyle),.h1-like,h1:not(.nostyle) a,.h1-like a,h2:not(.nostyle),.h2-like,h2:not(.nostyle) a,.h2-like a,h3:not(.nostyle),.h3-like,h3:not(.nostyle) a,.h3-like a,h4:not(.nostyle),.h4-like,h4:not(.nostyle) a,.h4-like a,h5:not(.nostyle),.h5-like,h5:not(.nostyle) a,.h5-like a{display:inline-block}.editor{text-align:left}.editor table{width:100%;margin-bottom:1.5em;border:1px solid #fff0;table-layout:fixed;border-collapse:collapse;border-spacing:0}.editor table *{word-break:break-word}.editor table tbody{vertical-align:top}.editor table thead,.editor table th{background-color:#fff0;font-size:1.6rem;line-height:2.5rem;font-weight:500}.editor table tfoot{background-color:#fafafa}.editor table tr{border-top:1px solid #fff0}.editor table tr:nth-child(even){background-color:#fafafa}.editor .gallery{margin-left:-10px;width:calc(100% + 20px);text-align:center}.editor .gallery>*{margin-left:10px;margin-right:10px}@media (max-width:640px){.editor .gallery{margin-left:0;width:100%}.editor .gallery>*{margin-left:0;margin-right:0}}.editor figure{display:inline-block;margin:10px}#wrapper,.wrapper,.tpl-panelWrap{position:relative;display:block;margin:0 auto;float:none;clear:both}#wrapper{width:100%;background:#fff0;overflow:hidden}.tpl-panelWrap{width:95%;max-width:1542px;height:100%;overflow:hidden}#breadcrumb,.breadcrumb{display:block;margin:4px 0 0}#breadcrumb br,.breadcrumb br{content:' '}#breadcrumb br:after,.breadcrumb br:after{content:' '}#breadcrumb li,.breadcrumb li,#breadcrumb .lnk-return,.breadcrumb .lnk-return{display:inline-block;font-size:1.2rem;line-height:1.8rem;font-family:"Fira Sans",sans-serif}#breadcrumb .lnk-return,.breadcrumb .lnk-return{margin-right:20px}#breadcrumb .bcsep,.breadcrumb .bcsep{vertical-align:top}#breadcrumb li,#breadcrumb a,#breadcrumb span{font-family:"Fira Sans",sans-serif;color:#000;font-size:1.6rem;line-height:1.67;font-weight:400;letter-spacing:.3px}#breadcrumb .bcsep{position:relative;bottom:1px;margin:0 12px;font-size:1.6rem;color:#D5D5D5}#breadcrumb li:last-of-type{color:#FD8E6A;font-family:"Fira Sans",sans-serif}.new.single.page form{position:relative;display:block;width:100%}.new.single.page input:not([type="radio"]):not([type="checkbox"]){appearance:none;-moz-appearance:none;-webkit-appearance:none;border-radius:0}.new.single.page form select{opacity:0}.new.single.page form .s-hidden{visibility:hidden}.new.single.page form .select{cursor:pointer;display:inline-block;position:relative}.new.single.page form .styledSelect{position:absolute;top:50%;transform:translateY(-50%);right:0;bottom:0;left:0;padding-right:50px!important}.new.single.page form .styledSelect:after{position:absolute;right:15px;color:#000;font-size:20px;content:"\e922";display:inline-block;top:50%;transform:translateY(-50%);width:20px;height:16px;text-align:center}.new.single.page form .styledSelect span{position:absolute;top:50%;transform:translateY(-50%);padding-right:50px!important}@media (max-width:768px){.new.single.page form .styledSelect{padding-right:30px!important}.new.single.page form .styledSelect:after{top:50%;transform:rotate(90deg),translateY(-50%);right:12px;font-size:12px}.new.single.page form .styledSelect span{height:auto}}.new.single.page form .options{display:none;position:absolute;top:100%;right:0;left:0;z-index:999;margin:0 0;padding:0 0;list-style:none}.new.single.page form input[type="submit"]{border:none}.new.single.page form ::-webkit-input-placeholder{color:#000;font-family:"Fira Sans",sans-serif;font-size:1.6rem}.new.single.page form ::-moz-placeholder{color:#000;font-family:"Fira Sans",sans-serif;font-size:1.6rem}.new.single.page form :-ms-input-placeholder{color:#000;font-family:"Fira Sans",sans-serif;font-size:1.6rem}.new.single.page form :-moz-placeholder{color:#000;font-family:"Fira Sans",sans-serif;font-size:1.6rem}body .gform_wrapper .gform_body>ul{margin-left:-10px;width:calc(100% + 20px)}body .gform_wrapper .gform_body>ul>*{margin-left:10px;margin-right:10px}@media (max-width:640px){body .gform_wrapper .gform_body>ul{margin-left:0;width:100%}body .gform_wrapper .gform_body>ul>*{margin-left:0;margin-right:0}}body .gform_wrapper .gform_body>ul>li{display:inline-block;position:relative;width:calc(100% - 20px);vertical-align:top;text-align:left}@media (min-width:610px){body .gform_wrapper .gform_body>ul>li.small{width:calc(50% - 20px)}}@media (max-width:640px){body .gform_wrapper .gform_body>ul>li{width:100%}}.new.single.page input:not([type="radio"]):not([type="checkbox"]),body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"],body .gform_wrapper .gform_body .gform_fields .gfield select,body .gform_wrapper .gform_body .gform_fields .gfield textarea,body .gform_wrapper .gform_body .gform_fields .gfield .selectize-input,body .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),body .gform_wrapper .gform_body .styledSelect,.styledSelect{width:100%;padding:12px 26px;margin-top:0;height:57px;line-height:2.8rem;border:none;border:#DDD thin solid;background-color:#fff0;border-radius:0;font-family:"Fira Sans",sans-serif;color:#000;font-size:1.6rem;overflow:hidden;transition:0.15s all ease-out}.new.single.page input:not([type="radio"]):not([type="checkbox"]):focus,body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"]:focus,body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"]:focus,body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"]:focus,body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"]:focus,body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"]:focus,body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"]:focus,body .gform_wrapper .gform_body .gform_fields .gfield select:focus,body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,body .gform_wrapper .gform_body .gform_fields .gfield .selectize-input:focus,body .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,body .gform_wrapper .gform_body .styledSelect:focus,.styledSelect:focus,.new.single.page input:not([type="radio"]):not([type="checkbox"]).active,body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"].active,body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"].active,body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"].active,body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"].active,body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"].active,body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"].active,body .gform_wrapper .gform_body .gform_fields .gfield select.active,body .gform_wrapper .gform_body .gform_fields .gfield textarea.active,body .gform_wrapper .gform_body .gform_fields .gfield .selectize-input.active,body .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).active,body .gform_wrapper .gform_body .styledSelect.active,.styledSelect.active{outline:none;border:#949494 2px solid;transition:0.15s all ease-out}body .gform_wrapper div.ginput_container.ginput_container_textarea{height:245px}body .gform_wrapper .gform_body .gform_fields .gfield textarea{height:240px}body .gform_wrapper .gform_body .gform_fields .gfield .select,body .gform_wrapper .gform_body .gform_fields .gfield select{width:100%}body .gform_wrapper .gform_body .styledSelect,.styledSelect,body .gform_wrapper .gform_body ul.options,.styledSelect+ul.options{font-family:"Fira Sans",sans-serif;color:#000;font-size:1.6rem;font-weight:400}body .gform_wrapper .gform_body .styledSelect,.styledSelect{line-height:2.8rem}body .gform_wrapper .gform_body .styledSelect.active,.styledSelect.active{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:none}@media (max-width:768px){body .gform_wrapper .gform_body .styledSelect,.styledSelect{line-height:3.8rem}}body .gform_wrapper .gform_body ul.options,.styledSelect+ul.options{padding:12px 0;background-color:#fff;border:#949494 thin solid;max-height:250px;overflow-y:auto}body .gform_wrapper .gform_body ul.options li,.styledSelect+ul.options li{padding:6px 10px;background-color:#fff0;transition:0.35s all ease-out}body .gform_wrapper .gform_body ul.options li:hover,.styledSelect+ul.options li:hover{background-color:#D5D5D5;color:#fff;transition:0.35s all ease-out}body .gform_wrapper ul li.gfield:not(.gform_hidden){margin-top:36px!important}body .gform_wrapper ul li.gfield.gform_hidden{margin-top:0px!important;height:0}.new.single.page label,label.gfield_label{display:inline-block;margin-bottom:12px;color:#8c8c8c!important;font-size:1.4rem!important;line-height:1.3!important;font-weight:normal!important}body .gform_wrapper .gform_description{font-size:2.8rem;line-height:1.4;font-weight:400}body .gform_wrapper .gfield_required{position:relative!important;top:1px!important;margin-left:2px!important;color:#8c8c8c!important;font-size:2.2rem!important}body .gform_wrapper.gform_validation_error .validation_error{display:none}body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin-top:0}body .gfield_error input{border:none}body .gform_validation_container,body .gform_wrapper .gform_validation_container,body .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,body .gform_wrapper .gform_validation_container,body .gform_wrapper .gform_fields .gfield.gform_validation_container{display:none!important;position:absolute!important;left:-9000px}body .gform_wrapper .validation_message{position:relative;margin-top:5px;padding-top:0;font-size:1.2rem;color:red}body .gform_wrapper .validation_message:before{content:"*";padding-right:5px}.gform_confirmation_message{color:#000;font-weight:800}.gform_anchor{display:block}.gform_ajax_spinner{display:inline-block;vertical-align:middle}img.gform_delete{margin-right:10px;width:18px;height:18px;vertical-align:middle}body .gform_wrapper .gform_body .ginput_container.ginput_recaptcha{margin-top:20px}.gfield_visibility_hidden{display:none!important}@media (min-width:769px){.gf_half{width:calc(50% - 20px)!important}}@media (min-width:993px){.gf_third{width:calc(100% / 3 - 20px)!important}}@media (max-width:992px) and (min-width:769px){.gf_third{width:calc(50% - 20px)!important}}.gform_wrapper .nolabel label{display:none!important}.gform_wrapper .labelin{position:relative}.gform_wrapper .labelin label{position:absolute;top:22px;left:0}.gform_wrapper .gform_footer{margin:0!important;padding:0!important;text-align:center}.gform_wrapper .gform_footer input[type="submit"],.gform_wrapper .gform_footer button[type="submit"]{margin-top:57px}@media (max-width:640px){.gform_wrapper .gform_footer{width:94%!important;margin:auto!important}}.gf_browser_safari.gform_wrapper select{-webkit-appearance:none!important;-webkit-border-radius:0px!important}.new.v2.single.page #a11y li.gfield.nopdgleft .gfield_label{left:0!important}.new.v2.single.page #a11y li.gfield.pdgleft{margin-top:54px!important}.new.v2.single.page #a11y li.gfield .gfield_label.under,.new.v2.single.page label,.new.v2.single.page label.gfield_label{font-size:1.6rem!important;line-height:3rem!important;font-weight:400!important}.new.v2.single.page .gfield.gfield_html{margin-top:12px!important;color:#707070;font-size:1.2rem;line-height:2.4rem;font-weight:400}.new.v2.single.page form input:not([type="radio"]):not([type="checkbox"]),.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input[type=text],.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input[type=email],.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input[type=url],.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input[type=number],.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input[type=password],.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield select,.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield .selectize-input,.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.new.v2.single.page .gform_wrapper .gform_body .styledSelect,.new.v2.single.page .styledSelect{color:#959595;border:none;border-bottom:#DDD thin solid}.new.v2.single.page .gform_wrapper .gform_body .gform_fields .gfield textarea{border-radius:10px}.new.v2.single.page .gform_wrapper .gform_footer{text-align:center}.new.v2.single.page .gform_wrapper .gform_footer input[type="submit"],.new.v2.single.page .gform_wrapper .gform_footer button[type="submit"]{margin-top:37px;padding:2px 40px}.new.v2.single.page .select{width:100%}.new.v2.single.page .styledSelect{padding-left:2px;border-bottom-color:#777}.new.v2.single.page .styledSelect:before,.new.v2.single.page .styledSelect:after{transition:0.35s all ease-out}.new.v2.single.page .styledSelect:before{content:'';position:absolute;top:50%;transform:translateY(-50%);right:0;width:23px;height:23px;background-color:#000;border:#707070 thin solid;border-radius:50%;font-size:.4rem;transform-origin:center center;transition:0.35s all ease-out}.new.v2.single.page .styledSelect:after{content:'';position:absolute;top:50%;transform:translateY(-50%);right:8px;width:0;height:0;border-style:solid;border-width:3px 3px 0 3px;border-color:#fff #fff0 #fff0 #fff0}.new.v2.single.page .styledSelect.active{border-bottom-color:#fff0}.new.v2.single.page .styledSelect.active:before{background-color:#fff;transition:0.35s all ease-out}.new.v2.single.page .styledSelect.active:after{top:calc(50% - 2px);transform:rotate(-180deg);transform-origin:center center;border-color:#000 #fff0 #fff0 #fff0;transition:0.35s all ease-out}.new.v2.single.page .styledSelect+ul.options{max-height:310px}.new.v2.single.page .options{padding:0}.new.v2.single.page .options li{padding:24px 23px 23px;font-size:1.8rem;line-height:2.4rem;font-weight:400}.new.v2.single.page .gform_wrapper .gform_body ul.options,.new.v2.single.page .styledSelect+ul.options{border:none;box-shadow:3px 0 30px 0 rgb(0 0 0 / .2)}.new.v2.single.page .gform_wrapper .gform_body ul.options li:hover,.new.v2.single.page .styledSelect+ul.options li:hover{background-color:#F8F8F8;color:inherit}.new.v2.single.page .ginput_container_radio,.new.v2.single.page .ginput_container_checkbox{margin-top:50px;margin-left:26px}.new.v2.single.page .ginput_container_radio input,.new.v2.single.page .ginput_container_checkbox input,.new.v2.single.page .ginput_container_radio label,.new.v2.single.page .ginput_container_checkbox label{display:inline-block}.new.v2.single.page .ginput_container_radio input:not([type="checkbox"]),.new.v2.single.page .ginput_container_checkbox input:not([type="checkbox"]){width:20px;height:20px}.new.v2.single.page .ginput_container_radio li,.new.v2.single.page .ginput_container_checkbox li{display:flex;align-items:center;margin-bottom:12px}.new.v2.single.page .ginput_container_radio label,.new.v2.single.page .ginput_container_checkbox label{padding-left:20px;margin-bottom:0}@media (max-width:500px){.new.v2.single.page .ginput_container_radio,.new.v2.single.page .ginput_container_checkbox{margin-left:0}.new.v2.single.page .ginput_container_radio label,.new.v2.single.page .ginput_container_checkbox label{padding-left:15px}}@media (max-width:500px){.new.v2.single.page .ginput_container_radio label,.new.v2.single.page .ginput_container_checkbox label{padding-left:10px}}.new.v2.single.page .ginput_container_checkbox,.new.v2.single.page .ginput_container_radio{margin-top:0}.new.v2.single.page #a11y li.gfield .gfield_label.is-fieldgroup{position:static}.new.v2.single.page #a11y li.gfield .gfield_label.is-fieldgroup:empty{display:none}@media (max-width:768px){.new.v2.single.page #a11y li.gfield .gfield_label.under,.new.v2.single.page label,.new.v2.single.page label.gfield_label{font-size:16px!important;line-height:30px!important;font-weight:normal!important}.new.v2.single.page .gfield.gfield_html{font-size:12px!important;line-height:20px!important;font-weight:normal!important}}.qtyInput input[type="number"]{-moz-appearance:textfield;padding:0;font-size:1.5rem;line-height:1.8rem;font-weight:400}.qtyInput input[type="number"]::-webkit-inner-spin-button,.qtyInput input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qtyInput{display:flex;width:178px;background-color:#e8e8e8}.qtyBtn.qtyBtnUp,.qtyBtn.qtyBtnDown{display:flex;flex:0 0 50px;align-items:center;justify-content:center;text-align:center;cursor:pointer;background-color:#DDD;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.qtyBtn.qtyBtnUp span,.qtyBtn.qtyBtnDown span{font-size:2rem;color:#919191}.qtyBtn.qtyBtnUp{right:100%}.qtyBtn.qtyBtnDown{left:100%}body .gform_wrapper .ginput_container_fileupload .gform_button_select_files{background-color:#fff0}body .gform_wrapper .ginput_container_fileupload .gform_drop_instructions{display:none}input[type=file],input[type=file]::-webkit-file-upload-button{cursor:pointer}.fileupload{position:relative}.fileupload .ginput_container_fileupload{position:relative}.fileupload input[type="file"]{opacity:0}.fileupload .screen-reader-text{position:absolute;top:50%;transform:translateY(-50%);left:0;text-align:center;pointer-events:none}body .gform_wrapper .ginput_container_fileupload .gform_button_select_files,.fileupload .screen-reader-text{margin:0 0 10px;padding:20px 30px 17px!important;width:100%;max-width:50%;color:#000;border-radius:0!important;border:#D5D5D5 3px solid;white-space:nowrap;overflow:hidden;transition:0.35s all ease-out}@media (max-width:768px){body .gform_wrapper .ginput_container_fileupload .gform_button_select_files,.fileupload .screen-reader-text{max-width:100%}}body .gform_wrapper .ginput_container_fileupload:hover .gform_button_select_files,body .gform_wrapper .ginput_container_fileupload:focus .gform_button_select_files,.fileupload:hover .screen-reader-text,.fileupload:focus .screen-reader-text{border-color:#FD8E6A;transition:0.35s all ease-out}#a11y li.gfield{position:relative;margin-top:30px!important}#a11y li.gfield .gfield_label{position:absolute;top:12px!important;transition:all 0.2s!important;left:26px}#a11y li.gfield .gfield_label.over{top:-28px!important;transition:all 0.2s!important;font-size:1.2rem!important;left:0}#a11y li.gfield .gfield_label.under{top:12px!important;transition:all 0.2s!important;font-size:1.4rem!important}#a11y li.gfield .gfield_label.over+.ginput_container .styledSelect{color:inherit}#a11y li.gfield .gfield_label.under+.ginput_container .styledSelect{color:#fff0}button:not(.nostyle):not([type=button]),.btn:not(.nostyle),.button:not(.nostyle){position:relative;display:inline-block;height:auto;margin:30px 0;border:none;border-radius:0;white-space:normal;word-break:break-word;cursor:pointer;font-family:"Fira Sans",sans-serif;text-align:center}@media (max-width:480px){button:not(.nostyle):not([type=button]),.btn:not(.nostyle),.button:not(.nostyle){padding:20px 25px 14px}}#cookie-notice .cookie-notice-container button:not(.nostyle):not([type=button]),#cookie-notice .cookie-notice-container .btn:not(.nostyle),#cookie-notice .cookie-notice-container .button:not(.nostyle){width:auto;max-width:none;min-width:0;height:inherit;margin:inherit;margin-left:10px;padding:0 11px 0 10px!important;background-color:#FD8E6A;background-image:none;border:none;border-radius:5px;box-shadow:none;text-shadow:none;font-family:"Fira Sans",sans-serif;font-size:1.2rem;line-height:30px;letter-spacing:0}#cookie-notice .cookie-notice-container button:not(.nostyle):not([type=button]):after,#cookie-notice .cookie-notice-container .btn:not(.nostyle):after,#cookie-notice .cookie-notice-container .button:not(.nostyle):after{display:none}footer button:not(.nostyle):not([type=button]),footer .btn:not(.nostyle),footer .button:not(.nostyle){margin-bottom:0}#header .btn,#footer .btn{font-size:1.7rem;line-height:2rem;font-weight:700}.editor ul+.btn{margin-left:30px}.editor .btn{margin:10px 0}.btnStyle,.fileupload .screen-reader-text,button:not(.nostyle):not([type=button]),.btn:not(.nostyle),.button:not(.nostyle){padding:2px 27px;border:#000 thin solid;background-color:#fff0;border-radius:15px;font-family:"Fira Sans",sans-serif;font-size:1.2rem;line-height:2.6rem;font-weight:400;text-transform:none;letter-spacing:0;cursor:pointer;overflow:hidden}.old.single.page .btn.btn-form-submit,.old.single.page .btn.btn-outline{color:#000;border-color:#000;background-color:#fff0;transition:0.35s all ease-out}.old.single.page .btn.btn-form-submit:hover,.old.single.page .btn.btn-outline:hover,.old.single.page .btn.btn-form-submit:focus,.old.single.page .btn.btn-outline:focus{color:#fff;border-color:#000;background-color:#000;transition:0.35s all ease-out}.old.single.page .btn.btn-outline-reverse{color:#000;border-color:#fff0;background-color:#fff;transition:0.35s all ease-out}.old.single.page .btn.btn-outline-reverse:hover,.old.single.page .btn.btn-outline-reverse:focus{color:#fff;border-color:#fff0;background-color:#000;transition:0.35s all ease-out}.old.single.page .btn.btn-outline-negative{color:#fff;border-color:#fff;background-color:#fff0;transition:0.35s all ease-out}.old.single.page .btn.btn-outline-negative:hover,.old.single.page .btn.btn-outline-negative:focus{color:#000;border-color:#fff0;background-color:#fff;transition:0.35s all ease-out}.old.single.page .btn.btn-acrelec{color:#fff;border-color:#fff0;background-color:#E41A1A;transition:0.35s all ease-out}.old.single.page .btn.btn-acrelec:hover,.old.single.page .btn.btn-acrelec:focus{color:#E41A1A;border-color:#fff0;background-color:#fff;transition:0.35s all ease-out}.btn{transition:0.35s all ease-out}.btn:hover,.btn:focus{transition:0.35s all ease-out}.new.single.page .btn.btn-form-submit{color:#fff;border-color:#000;background-color:#000}.new.single.page .btn.btn-form-submit:hover,.new.single.page .btn.btn-form-submit:focus{color:#000;border-color:#000;background-color:#fff}.btn.btn-outline,.btn.btn-outline-black{color:#000;border-color:#000;background-color:#fff0}.btn.btn-outline:hover,.btn.btn-outline-black:hover,.btn.btn-outline:focus,.btn.btn-outline-black:focus{color:#fff;border-color:#000;background-color:#000}.btn.btn-outline-white{color:#fff;border-color:#fff;background-color:#fff0}.btn.btn-outline-white:hover,.btn.btn-outline-white:focus{color:#000;border-color:#fff;background-color:#fff}.btn.btn-white{color:#000;border-color:#fff;background-color:#fff}.btn.btn-white:hover,.btn.btn-white:focus{color:#fff;border-color:#000;background-color:#000}.btn.btn-black{color:#fff;border-color:#000;background-color:#000}.btn.btn-black:hover,.btn.btn-black:focus{color:#000;border-color:#fff;background-color:#fff}.btn.btn-black.btn-acrelec{padding:18px 48px;border-radius:50px;font-size:2.5rem;line-height:2.6rem;font-weight:400}.btn.btn-blackorange{font-size:2.2rem;line-height:1.3;font-weight:700;color:#FD8E6A;border-color:#222;background-color:#222;padding:20px 55px;min-width:335px;border-radius:70px}.panelBkg-black .btn.btn-blackorange{background-color:#000}.btn.btn-blackorange:hover,.btn.btn-blackorange:focus{color:#fff;border-color:#FD8E6A;background-color:#FD8E6A}@media (max-width:768px){.btn.btn-blackorange{font-size:2rem;line-height:1.3;font-weight:700;padding:20px 40px;width:100%;max-width:335px}}.btn.btn-grey{color:#000;border-color:#EAEAEA;background-color:#EAEAEA}.btn.btn-grey:hover,.btn.btn-grey:focus{color:#fff;border-color:#000;background-color:#000}.scrolltotop{position:fixed;bottom:80px;right:5%;display:none;z-index:10}.scrolltotop .chevron-up{position:relative;display:inline-block;background-color:#F5F5F5;width:64px;height:67px;border-bottom:#FD8E6A 5px solid}.scrolltotop .chevron-up:before{content:'\203A';width:0;height:0;position:absolute;top:14px;bottom:0;right:8px;left:0;margin:auto;transform:rotate(-90deg);color:#bfbfbf;font-size:3.5rem;line-height:0;font-weight:400}header#header #nav-header>ul>li>.sub-menu>li.menu-image-drive-odmb img,.animation-icons a.menu-image-drive-odmb img{max-height:calc(0.8 * 92px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-drive-driveid img,.animation-icons a.menu-image-drive-driveid img{max-height:49px;position:relative;left:5px}header#header #nav-header>ul>li>.sub-menu>li.menu-image-drive-qtimer img,.animation-icons a.menu-image-drive-qtimer img,header#header #nav-header>ul>li>.sub-menu>li.menu-image-drive-audio img,.animation-icons a.menu-image-drive-audio img{max-height:60px}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-k22 img,.animation-icons a.menu-image-kiosk-k22 img{max-height:calc(0.8 * 92px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-k27 img,.animation-icons a.menu-image-kiosk-k27 img{max-height:calc(0.8 * 97px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-k27-outdoor img,.animation-icons a.menu-image-kiosk-k27-outdoor img{max-height:calc(0.8 * 92px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-k32-outdoor img,.animation-icons a.menu-image-kiosk-k32-outdoor img{max-height:calc(0.8 * 97px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-table img,.animation-icons a.menu-image-kiosk-table img{max-height:calc(0.8 * 58px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-touchless img,.animation-icons a.menu-image-kiosk-touchless img{max-height:calc(0.8 * 34px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-kiosk-atp img,.animation-icons a.menu-image-kiosk-atp img{max-height:calc(0.8 * 47px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-click-pickup img,.animation-icons a.menu-image-click-pickup img{max-height:60px}header#header #nav-header>ul>li>.sub-menu>li.menu-image-click-mobile img,.animation-icons a.menu-image-click-mobile img{max-height:60px}header#header #nav-header>ul>li>.sub-menu>li.menu-image-sco-s15 img,.animation-icons a.menu-image-sco-s15 img{max-height:calc(0.8 * 92px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-sco-s22 img,.animation-icons a.menu-image-sco-s22 img{max-height:calc(0.8 * 92px)}header#header #nav-header>ul>li>.sub-menu>li.menu-image-sco-atp img,.animation-icons a.menu-image-sco-atp img{max-height:calc(0.8 * 47px)}#lpg-popup{position:relative;z-index:2}#lpg-popup .wrapper{text-align:center;margin:auto}#lpg-popup .overlay{display:flex;justify-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);-webkit-backdrop-filter:blur(10px);transition:opacity 500ms;visibility:hidden;opacity:0;z-index:1}#lpg-popup .overlay.active{visibility:visible;opacity:1}#lpg-popup .popup{margin:70px auto;padding:40px 30px 50px;background:#fff;width:90%;max-width:75rem;height:auto;max-height:70%;overflow:auto;position:relative;transition:all 3s ease-in-out}#lpg-popup .popup__close{position:absolute;top:10px;right:20px;transition:all 200ms;font-family:-webkit-body,sans-serif;font-size:50px;font-weight:300;text-decoration:none;color:var(--red);cursor:pointer}#lpg-popup .popup__close img{pointer-events:none}#lpg-popup .popup__content{max-height:30%}#lpg-popup .popup__title{display:block;margin-bottom:24px;font-size:6.3rem;line-height:1.1;font-weight:700}#lpg-popup .popup__text{margin-top:5rem;font-weight:300}#lpg-popup .popup__link{margin-top:5rem;padding:1.7rem 5rem;font-size:2rem;line-height:1.1;font-weight:400;color:#fff;background-color:#E41A1A;border-color:#fff0;border-radius:50px;transition:0.35s all ease-out}#lpg-popup .popup__link:hover,#lpg-popup .popup__link:focus{color:#E41A1A;background-color:#fff;border-color:#E41A1A;transition:0.35s all ease-out}@media screen and (max-width:700px){#lpg-popup .popup{width:70%}}.password-protected-wrapper p{margin-bottom:16px}.password-protected-wrapper form{text-align:center}.password-protected-wrapper form label{font-weight:700;display:block;margin-bottom:16px}.password-protected-wrapper form input[type="password"]{height:40px;border:1px solid #000;margin-left:1rem;padding-inline:1rem}.password-protected-wrapper form input[type="submit"]{display:inline-flex;align-items:center;height:auto;padding:17px 4rem 12px;border:1px solid #000;border-radius:5rem;font-size:2.2rem;font-weight:400;font-size:18px;color:#FFF;transition:color 0.2s,border 0.2s,background 0.2s;background:#000;cursor:pointer}.password-protected-wrapper form input[type="submit"]:is(:hover,:focus){background:#FFF;color:#000}.new.single.page #panel-cfa{height:48vw;min-height:621px;padding-top:6.5rem}@media (max-width:768px){.new.single.page #panel-cfa{min-height:615px}}.new.single.page #panel-cfa .tpl-panelWrap{max-width:780px}@media (max-width:800px){.new.single.page #panel-cfa .tpl-panelWrap{width:95%}}.new.single.page #panel-cfa .section-title{width:65%;max-width:660px;font-size:8rem;line-height:1;font-weight:700}@media (max-width:768px){.new.single.page #panel-cfa .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.new.single.page #panel-cfa .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:768px){.new.single.page #panel-cfa .section-title{width:45%;margin-left:12px;font-size:40px!important;line-height:1!important;font-weight:700!important}}@media (max-width:640px){.new.single.page #panel-cfa .section-title{width:60%}}.new.single.page #panel-cfa .section-link{margin-top:30px}.new.single.page #panel-cfa .btn-cfa{padding:1.7rem 6rem;border-color:#000;background-color:#000;border-radius:50px;font-size:2.5rem;line-height:1.1;font-weight:400;color:#fff}.new.single.page #panel-cfa .btn-cfa:hover,.new.single.page #panel-cfa .btn-cfa:focus{color:#000;border-color:#000;background-color:#fff}@media (max-width:768px){.new.single.page #panel-cfa .btn-cfa{margin-top:15px;padding:1rem 4rem;font-size:18px!important;line-height:26px!important;font-weight:400!important}}.new.single.page #continentList{margin:0 auto;margin-top:6.8rem;max-width:1190px}@media (max-width:768px){.new.single.page #continentList{margin-top:4.8rem}}.new.single.page #continentList .continentSingle .continentSingle-title{display:flex;justify-content:flex-start;align-items:flex-end;margin:30px 0 5px;padding:12px 25px 6px 1px;width:100%;transition:0.35s all ease-out;text-transform:uppercase;border-bottom:#949494 1px solid}@media (max-width:768px){.new.single.page #continentList .continentSingle .continentSingle-title{position:relative;margin-bottom:0;border:none}.new.single.page #continentList .continentSingle .continentSingle-title:after{content:'';display:inline-block;position:absolute;bottom:0;left:0;width:100vw;height:1px;background-color:#949494}}.new.single.page #continentList .continentSingle .continentSingle-titletext{display:inline-block;margin-left:-7px;font-size:1.6rem;line-height:1;font-weight:400}.new.single.page #continentList .continentSingle .continentSingle-titletext .logo{height:30px;margin-bottom:8px}.new.single.page #continentList .continentSingle .continentSingle-titletext .text{display:inline-block;width:100%;font-size:4rem;line-height:1.1;font-weight:700}@media (max-width:768px){.new.single.page #continentList .continentSingle .continentSingle-titletext .text{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){.new.single.page #continentList .continentSingle .continentSingle-titletext .text{font-size:2.8rem;line-height:3.2rem}}@media (max-width:768px){.new.single.page #continentList .continentSingle .continentSingle-titletext .text{font-size:40px!important;line-height:1.2!important;font-weight:700!important}}.new.single.page #continentList .continentSingle .continentSingle-icon{position:relative;margin-right:20px;margin-bottom:9px;padding:8px;width:23px;height:23px;background-color:#000;border:#707070 thin solid;border-radius:50%;font-size:.4rem;transform-origin:center center;transition:0.35s all ease-out}.new.single.page #continentList .continentSingle .continentSingle-icon:after{content:'';position:absolute;top:10px;left:7px;width:0;height:0;border-style:solid;border-width:3px 3px 0 3px;border-color:#fff #fff0 #fff0 #fff0}@media (max-width:768px){.new.single.page #continentList .continentSingle .continentSingle-icon{margin-bottom:14px}}.new.single.page #continentList .continentSingle .continentSingle-content{padding:10px 1px}.new.single.page #continentList .continentSingle .groupList{margin-left:-10px!important;width:calc(100% + 20px)!important;padding:9px 0 18px}.new.single.page #continentList .continentSingle .groupList>*{margin-left:10px!important;margin-right:10px!important}@media (max-width:640px){.new.single.page #continentList .continentSingle .groupList{margin-left:0;width:100%}.new.single.page #continentList .continentSingle .groupList>*{margin-left:0;margin-right:0}}@media (max-width:768px){.new.single.page #continentList .continentSingle .groupList{justify-content:center}}.new.single.page #continentList .continentSingle .groupSingle{margin-top:20px;padding:25px 20px 50px;flex:1 0 22%;min-width:220px;max-width:300px;background-color:#fff;border-radius:6px}.new.single.page #continentList .continentSingle .groupSingle-title{padding-bottom:20px;text-transform:uppercase;border-bottom:#ACACAC thin solid}.new.single.page #continentList .continentSingle .groupSingle-title .logo{width:64px;height:12px}.new.single.page #continentList .continentSingle .groupSingle-title .text{display:inline-block;width:100%;font-size:1.8rem;line-height:1.1;font-weight:700}@media (max-width:768px){.new.single.page #continentList .continentSingle .groupSingle-title .text{font-size:18px!important;line-height:1.1!important;font-weight:700!important}}.new.single.page #continentList .continentSingle .groupSingle-text{margin-top:30px}@media (max-width:768px){.new.single.page #continentList .continentSingle .groupSingle-text{margin-top:18px}}.new.single.page #continentList .continentSingle .groupSingle-text.text1{color:#707070;font-size:1.2rem;line-height:2.4rem;font-weight:400}@media (max-width:768px){.new.single.page #continentList .continentSingle .groupSingle-text.text1{font-size:12px!important;line-height:24px!important;font-weight:400!important}}.new.single.page #continentList .continentSingle .groupSingle-text.text2{color:#000;font-size:1.4rem;line-height:2.4rem;font-weight:600}@media (max-width:768px){.new.single.page #continentList .continentSingle .groupSingle-text.text2{font-size:14px!important;line-height:24px!important;font-weight:600!important}}.new.single.page #continentList .continentSingle .groupSingle-link{margin-top:20px;padding:8px 24px 6px;font-size:1.2rem;line-height:1.1;font-weight:400;color:#fff;border:#000 thin solid;border-radius:50px;background-color:#000}.new.single.page #continentList .continentSingle .groupSingle-link:hover,.new.single.page #continentList .continentSingle .groupSingle-link:focus{color:#000;border-color:#000;background-color:#fff0}@media (max-width:768px){.new.single.page #continentList .continentSingle .groupSingle-link{font-size:12px;line-height:1.1;font-weight:400}}.new.single.page #continentList .continentSingle.active .continentSingle-icon{transform:rotate(-180deg);transform-origin:center center;background-color:#fff;transition:0.35s all ease-out}.new.single.page #continentList .continentSingle.active .continentSingle-icon:after{border-color:#000 #fff0 #fff0 #fff0;transition:0.35s all ease-out}#pointList{margin:0 auto;margin-top:11.3rem;max-width:1190px}@media (max-width:768px){#pointList{margin-top:10rem}}@media (max-width:560px){#pointList{margin-top:9rem}}#pointList .pointSingle .pointSingle-title{display:flex;margin:20px 0 0;padding:32px 25px 33px;width:100%;align-items:center;line-height:0;color:#000;background-color:#EEE;transition:0.35s all ease-out}#pointList .pointSingle .pointSingle-titletext{font-size:1.6rem;line-height:1.1;font-weight:400}#pointList .pointSingle .pointSingle-icon{display:inline-block;position:relative;margin-right:25px;width:48px;height:48px;vertical-align:middle;background-color:#fff;transition:0.35s all ease-out}#pointList .pointSingle .pointSingle-icon:before{content:'\e905';position:absolute;top:0;left:0;width:100%;height:100%;color:#000;font-size:1.4rem;line-height:48px;text-align:center;transform-origin:center center;transition:0.35s all ease-out}#pointList .pointSingle .pointSingle-content{padding:10px 30px;background-color:#F3F3F3}#pointList .pointSingle.active .pointSingle-title{color:#fff;background-color:#222;transition:0.35s all ease-out}#pointList .pointSingle.active .pointSingle-icon{background-color:#E41A1A;transition:0.35s all ease-out}#pointList .pointSingle.active .pointSingle-icon:before{color:#fff;transform:rotate(90deg);transition:0.35s all ease-out}#panel-filter .filterSingle{cursor:pointer}.new.v2.single.page #jobList{display:inline-block;margin-top:6.4rem;width:100%}.new.v2.single.page #jobList .jobSingle{display:flex;position:relative;margin-top:26px;padding:39px 130px 40px 30px;width:100%;justify-content:flex-start;align-items:center;font-size:1.4rem;line-height:1;font-weight:400;background-color:#fff;border:#EAEAEA thin solid;border-radius:18px;z-index:0;transition:0.35s all ease-out}.new.v2.single.page #jobList .jobSingle:hover,.new.v2.single.page #jobList .jobSingle:focus{color:#8F8F8F;background-color:#000;transition:0.35s all ease-out}.new.v2.single.page #jobList .jobSingle:hover .jobSingle-title,.new.v2.single.page #jobList .jobSingle:focus .jobSingle-title{color:#F5F6FA}.new.v2.single.page #jobList .jobSingle:hover .jobSingle-readmore,.new.v2.single.page #jobList .jobSingle:focus .jobSingle-readmore{fill:#000;background-color:#F5F6FA}.new.v2.single.page #jobList .jobSingle:hover .jobSingle-metaSingle:not(.jobSingle-location)+.jobSingle-metaSingle:before,.new.v2.single.page #jobList .jobSingle:focus .jobSingle-metaSingle:not(.jobSingle-location)+.jobSingle-metaSingle:before{color:inherit}.new.v2.single.page #jobList .jobSingle-img{display:flex;justify-content:center;align-items:center;margin-right:22px;flex:0 0 67px;width:67px;height:67px;border-radius:50%;background-color:#F5F6FA}.new.v2.single.page #jobList .jobSingle-img .icon{width:36px;height:36px}.new.v2.single.page #jobList .jobSingle-content{display:inline-block;width:100%}.new.v2.single.page #jobList .jobSingle-title{font-size:2.6rem;line-height:3rem;font-weight:400;color:#303030;transition:0.35s color ease-out}.new.v2.single.page #jobList .jobSingle-metaList{margin-top:5px;font-size:1.4rem;line-height:2.7rem;font-weight:400}.new.v2.single.page #jobList .jobSingle-metaSingle+.jobSingle-metaSingle:not(.jobSingle-time):before{content:'|';position:relative;margin:0 20px;top:1px;color:#000;font-size:12px}.new.v2.single.page #jobList .jobSingle-metaSingle.jobSingle-location{color:#A7A7A7}.new.v2.single.page #jobList .jobSingle-metaSingle.jobSingle-time{display:inline-block;width:100%;color:#ADADAD}.new.v2.single.page #jobList .jobSingle-readmore{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;bottom:0;transform:translateY(-50%);right:42px;width:33px;height:33px;font-size:1.4rem;line-height:1;font-weight:400;transition:0.35s all ease-out;background-color:#fff;border:#BFBFBF thin solid;border-radius:50%}.new.v2.single.page #jobList .jobSingle-readmore svg{width:17px;height:14px}@media (max-width:768px){.new.v2.single.page #jobList{margin-top:15px}.new.v2.single.page #jobList .jobSingle{flex-direction:column;padding:21px 83px 28px 21px}.new.v2.single.page #jobList .jobSingle-img,.new.v2.single.page #jobList .jobSingle-readmore{position:absolute}.new.v2.single.page #jobList .jobSingle-img{top:21px;right:20px;margin-right:0;flex:0 0 39px;width:39px;height:39px}.new.v2.single.page #jobList .jobSingle-img .icon{width:25.5px;height:25.5px}.new.v2.single.page #jobList .jobSingle-readmore{bottom:15px;right:22.5px;top:auto;transform:translateY(0)}.new.v2.single.page #jobList .jobSingle-title{font-size:20px!important;line-height:25px!important;font-weight:500!important}.new.v2.single.page #jobList .jobSingle-metaList{font-size:12px!important;line-height:22px!important;font-weight:400!important}.new.v2.single.page #jobList .jobSingle-metaSingle{display:inline-block}.new.v2.single.page #jobList .jobSingle-metaSingle:not(.jobSingle-location)+.jobSingle-metaSingle:before{margin:0 10px}.new.v2.single.page #jobList .jobSingle-metaSingle.jobSingle-location{width:100%}.new.v2.single.page #jobList .jobSingle-metaSingle.jobSingle-location:before{display:none}.new.v2.single.page #jobList .jobSingle-metaSingle.jobSingle-time{margin-top:15px}}@media (max-width:400px){.new.v2.single.page #jobList .jobSingle-metaList{line-height:1.7!important}.new.v2.single.page #jobList .jobSingle-metaSingle{width:100%}.new.v2.single.page #jobList .jobSingle-metaSingle:before{display:none}}.new.v2.single.page #postList .postSingle,.pickup #postList .postSingle{position:relative;margin-top:30px;flex:1 1 45%;max-width:376px;box-shadow:0 1px 5px rgb(0 0 0 / .1);text-align:left}.new.v2.single.page #postList .postSingle.last .postSingle-text,.pickup #postList .postSingle.last .postSingle-text{text-align:center}.new.v2.single.page #postList .postSingle.last .postSingle-text .btn.btn-acrelec,.pickup #postList .postSingle.last .postSingle-text .btn.btn-acrelec{margin-top:50px}.new.v2.single.page #postList .postSingle-thumb,.pickup #postList .postSingle-thumb{width:100%;height:242px}.new.v2.single.page #postList .postSingle-text,.pickup #postList .postSingle-text{padding:15px 26px 40px}.new.v2.single.page #postList .postSingle-cat,.pickup #postList .postSingle-cat{display:inline-block;margin-top:0;width:100%;font-size:11px;line-height:20px;font-weight:400;color:#9F9F9F;text-transform:uppercase}.new.v2.single.page #postList .postSingle-title,.pickup #postList .postSingle-title{display:inline-block;margin-top:10px;width:100%;font-size:19px;line-height:26px;font-weight:700;color:#000}.new.v2.single.page #postList .postSingle-date,.pickup #postList .postSingle-date{display:inline-block;margin-top:0;width:100%;font-size:13px;line-height:1;font-weight:400;color:#797979}@media (max-width:768px){.new.v2.single.page #postList .postSingle,.pickup #postList .postSingle{flex:0 0 100%}.new.v2.single.page #postList .postSingle-text,.pickup #postList .postSingle-text{padding:12px 26px 35px}.new.v2.single.page #postList .postSingle-cat,.pickup #postList .postSingle-cat{font-size:10px!important;line-height:1!important;font-weight:400!important}.new.v2.single.page #postList .postSingle-title,.pickup #postList .postSingle-title{margin-top:3px;font-size:16px!important;line-height:22px!important;font-weight:700!important}.new.v2.single.page #postList .postSingle-date,.pickup #postList .postSingle-date{font-size:11px!important;line-height:1!important;font-weight:400!important}}@media (max-width:540px){.new.v2.single.page #postList .postSingle-thumb,.pickup #postList .postSingle-thumb{height:180px}}.new.v2.single.page #postList.videoList .postSingle,.pickup #postList.videoList .postSingle{margin-bottom:44px;max-width:444px}.new.v2.single.page #postList.videoList .postSingle-title,.pickup #postList.videoList .postSingle-title{font-size:2.2rem;line-height:3rem;font-weight:700;color:#fff}.new.v2.single.page #postList.videoList .postSingle-thumb,.pickup #postList.videoList .postSingle-thumb{position:relative;margin-top:30px;height:283px;border-radius:10px}.new.v2.single.page #postList.videoList .postSingle-thumb:after,.pickup #postList.videoList .postSingle-thumb:after{content:'';display:inline-block;position:absolute;bottom:17px;left:17px;width:47px;height:47px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/icons/play-white_icon.svg) no-repeat center center;background-size:cover}.new.v2.single.page #postList.videoList .postSingle-text,.pickup #postList.videoList .postSingle-text{margin-top:30px;padding:0;font-size:1.6rem;line-height:2.6rem;font-weight:400;color:#9F9F9F}@media (max-width:768px){.new.v2.single.page #postList.videoList,.pickup #postList.videoList{margin-top:30px}.new.v2.single.page #postList.videoList .postSingle-title,.pickup #postList.videoList .postSingle-title{font-size:20px!important;line-height:30px!important;font-weight:700!important}.new.v2.single.page #postList.videoList .postSingle-text,.pickup #postList.videoList .postSingle-text{font-size:14px!important;line-height:22px!important;font-weight:400!important}.new.v2.single.page #postList.videoList .postSingle-thumb,.pickup #postList.videoList .postSingle-thumb{height:193px}.new.v2.single.page #postList.videoList .postSingle-thumb:after,.pickup #postList.videoList .postSingle-thumb:after{bottom:13px;left:14px;width:32px;height:32px}}.new.v2.single.page #postList.slideList .postSingle,.pickup #postList.slideList .postSingle{margin:30px 15px;width:376px!important}@media (max-width:768px){.new.v2.single.page #postList.slideList .postSingle,.pickup #postList.slideList .postSingle{width:75vw!important;max-width:303px!important}}@media (min-width:769px){#postList.slideList .postSingle{min-height:450px}}.old.single.page #page-title{font-family:"Acrelec",sans-serif;color:#fff;text-transform:uppercase;font-size:13.1rem;line-height:1;font-weight:400}@media (max-width:768px){.old.single.page #page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.old.single.page #page-title{font-size:3.8rem;line-height:4.2rem}}.old.single.page #page-title>span{display:block;text-align:right}.old.single.page #page-title .subtitle{position:relative;top:-12px;font-size:5rem;line-height:1;font-weight:400}@media (max-width:768px){.old.single.page #page-title .subtitle{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){.old.single.page #page-title .subtitle{font-size:2.8rem;line-height:3.2rem}}.old.single.page #page-title .title.acrelec{font-weight:700;letter-spacing:1.8rem}@media (max-width:992px){.old.single.page #page-title{font-size:10rem!important;line-height:1!important;font-weight:normal!important}}@media (max-width:992px) and (max-width:768px){.old.single.page #page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:992px) and (max-width:560px){.old.single.page #page-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:768px){.old.single.page #page-title{font-size:8rem!important;line-height:1!important;font-weight:normal!important}}@media (max-width:768px) and (max-width:768px){.old.single.page #page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:768px) and (max-width:560px){.old.single.page #page-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:640px){.old.single.page #page-title{font-size:6rem!important;line-height:1!important;font-weight:normal!important}}@media (max-width:640px) and (max-width:768px){.old.single.page #page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:640px) and (max-width:560px){.old.single.page #page-title{font-size:3.8rem;line-height:4.2rem}}.new.single.page #page-title{margin-bottom:12rem;width:100%;color:#fff;text-align:center}@media (max-width:768px){.new.single.page #page-title{margin-bottom:10rem}}@media (max-width:560px){.new.single.page #page-title{margin-bottom:9rem}}.new.single.page #page-title .logo{width:100%;max-width:437px}@media (max-width:768px){.new.single.page #page-title .logo{width:193px}}.new.single.page #page-title .title,.new.single.page #page-title .subtitle{display:block}.new.single.page #page-title .title{font-size:10rem;line-height:1;font-weight:700}@media (max-width:768px){.new.single.page #page-title .title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.new.single.page #page-title .title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:768px){.new.single.page #page-title .title{font-size:5rem!important;line-height:7rem!important;font-weight:700!important}}@media (max-width:768px) and (max-width:768px){.new.single.page #page-title .title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:768px) and (max-width:560px){.new.single.page #page-title .title{font-size:2.8rem;line-height:3.2rem}}.new.single.page #page-title .subtitle{margin-top:2px;font-size:3.7rem;line-height:1;font-weight:400}@media (max-width:768px){.new.single.page #page-title .subtitle{font-size:2.8rem!important;line-height:3rem!important;font-weight:400!important}}.burger-menu,.search-menu,.main1-menu,.main2-menu{flex-direction:column;justify-content:center;align-items:center}.burger-menu .tpl-menuWrap,.search-menu .tpl-menuWrap,.main1-menu .tpl-menuWrap,.main2-menu .tpl-menuWrap{position:relative;padding-top:75px;padding-bottom:75px;width:95%;max-width:900px;align-items:center}.burger-menu ul,.search-menu ul,.main1-menu ul,.main2-menu ul{margin:auto;width:100%;max-width:750px}.burger-menu li,.search-menu li,.main1-menu li,.main2-menu li{margin-top:3vh}.burger-menu a,.search-menu a,.main1-menu a,.main2-menu a{position:relative;width:100%;font-size:4vh;line-height:1.4;font-weight:100;text-align:center;color:#000;transition:0.35s all ease-out}.burger-menu a:hover,.search-menu a:hover,.main1-menu a:hover,.main2-menu a:hover{color:#000;transition:0.35s all ease-out}.burger-menu a:hover,.search-menu a:hover,.main1-menu a:hover,.main2-menu a:hover,.burger-menu a:focus,.search-menu a:focus,.main1-menu a:focus,.main2-menu a:focus{transform:scale(1.5,1.5);text-shadow:0 0 .65px #000000,0 0 .65px #000}.main1-menu a:hover,.main2-menu a:hover,.main1-menu a:focus,.main2-menu a:focus{transform:scale(1,1);text-shadow:none}.main1-menu .sub-menu .sub-menu,.main2-menu .sub-menu .sub-menu{height:1px;opacity:0;overflow-y:hidden;transition:0.35s height ease-out}.main1-menu .sub-menu .sub-menu a,.main2-menu .sub-menu .sub-menu a{transform:translate3d(0,0,0)!important}.main1-menu .sub-menu li,.main2-menu .sub-menu li{text-align:center}.main1-menu .sub-menu li:hover>a,.main2-menu .sub-menu li:hover>a,.main1-menu .sub-menu li:focus>a,.main2-menu .sub-menu li:focus>a{transform:scale(1.4,1.4);text-shadow:0 .5px .5px #000;transition:0.35s all ease-out}.main1-menu .sub-menu li:hover>.sub-menu,.main2-menu .sub-menu li:hover>.sub-menu,.main1-menu .sub-menu li:focus>.sub-menu,.main2-menu .sub-menu li:focus>.sub-menu{height:7vh;opacity:1}.main1-menu .sub-menu li:hover>.sub-menu>li,.main2-menu .sub-menu li:hover>.sub-menu>li,.main1-menu .sub-menu li:focus>.sub-menu>li,.main2-menu .sub-menu li:focus>.sub-menu>li{display:inline-block;margin-left:30px;margin-right:30px}.main1-menu .sub-menu li:hover>.sub-menu a,.main2-menu .sub-menu li:hover>.sub-menu a,.main1-menu .sub-menu li:focus>.sub-menu a,.main2-menu .sub-menu li:focus>.sub-menu a{font-size:2.5vh;line-height:1;font-weight:300}.search-menu .tpl-menuWrap{flex-direction:column;height:90vh;align-items:flex-start}.search-menu ul{margin-top:0;margin-bottom:0}@media (max-width:768px){.burger-menu,.search-menu{display:block!important;margin-top:10px;background:#fff;overflow:auto}.burger-menu .tpl-menuWrap,.search-menu .tpl-menuWrap{margin:auto;padding-top:3rem;width:90%;flex-direction:column;align-items:flex-start}.burger-menu .xs,.search-menu .xs{max-width:600px;margin:3rem auto;padding-top:15px;overflow:hidden;border-top:#707070 1px solid}.burger-menu .xs>ul>li:first-child,.search-menu .xs>ul>li:first-child{margin-top:0}.burger-menu .xs>ul>li>a,.search-menu .xs>ul>li>a{margin:10px 0}.burger-menu a,.search-menu a{color:#707070;font-size:3rem;text-align:left;font-weight:300}.burger-menu a:hover,.search-menu a:hover,.burger-menu a:focus,.search-menu a:focus{color:#fff;transform:none}.burger-menu a.questionSingle-lnk,.search-menu a.questionSingle-lnk{text-align:center}.burger-menu hr,.search-menu hr{margin:0;background-color:#fff0}.burger-menu li,.search-menu li{margin-top:1rem}.burger-menu .sub-menu,.search-menu .sub-menu{margin-left:3rem}.burger-icon.inner-icon{position:relative;top:0;left:0;z-index:100}.burger-icon.inner-icon span{background:#000}.searchForm input{font-weight:300;color:#707070}.searchForm input::-webkit-input-placeholder{font-weight:300;color:#707070}.searchForm input::-moz-placeholder{font-weight:300;color:#707070}.searchForm input:-ms-input-placeholder{font-weight:300;color:#707070}.searchForm input:-moz-placeholder{font-weight:300;color:#707070}}.new.single.page .slick-slider,.new.single.page .slick-slider .slick-list,.new.single.page .slick-slider .slick-track,.new.single.page .slick-slide{position:relative;padding:0!important;width:100%;height:100%;max-height:100%}.new.single.page .slick-slider video,.new.single.page .slick-slider .slick-list video,.new.single.page .slick-slider .slick-track video,.new.single.page .slick-slide video{width:100%;height:auto}.new.single.page .single-count{position:absolute;margin:0!important;bottom:0;right:0;display:flex;align-items:flex-end;font-size:2rem;line-height:1;font-weight:300}.new.single.page .single-count .count-numb{margin:0 15px}.new.single.page .single-count .current{color:#FD8E6A!important}.new.single.page .single-count .total{color:#161828}.new.single.page .single-count .count-sep{position:relative;bottom:2px;height:2px;background-color:#DFDFDF}.new.single.page .single-count .shtsep{width:30px}.new.single.page .single-count .lgsep{width:108px}@media (max-width:768px){.new.single.page .single-count{display:none}}.new.single.page .panel-header{padding:0}.new.single.page .panel-header .slideSingle{justify-content:center;align-items:flex-end}.new.single.page .panel-header .slideSingle-container{margin:100px 30px;width:100%;max-width:800px;align-items:center}.new.single.page .panel-header .slideSingle-content{width:100%;max-width:398px}.new.single.page .panel-header .single-count{bottom:9vh}.new.single.page .panel-partners,.single.page.pickup .panel-partners{padding-top:13.2rem;padding-bottom:12rem;flex-direction:column;align-items:center;text-align:center;background-color:#F5F5F5}@media (max-width:768px){.new.single.page .panel-partners,.single.page.pickup .panel-partners{padding-top:10rem}}@media (max-width:560px){.new.single.page .panel-partners,.single.page.pickup .panel-partners{padding-top:9rem}}@media (max-width:768px){.new.single.page .panel-partners,.single.page.pickup .panel-partners{padding-bottom:10rem}}@media (max-width:560px){.new.single.page .panel-partners,.single.page.pickup .panel-partners{padding-bottom:9rem}}.new.single.page .panel-partners .section-title,.single.page.pickup .panel-partners .section-title{width:95%;max-width:520px}.new.single.page .panel-partners .ac-caption,.single.page.pickup .panel-partners .ac-caption{margin-top:35px;margin-bottom:15px}.new.single.page .panel-partners .partnerList-logo,.single.page.pickup .panel-partners .partnerList-logo{position:relative;margin:50px 0;padding:20px 0}.new.single.page .panel-partners .partnerList-logo:before,.single.page.pickup .panel-partners .partnerList-logo:before,.new.single.page .panel-partners .partnerList-logo:after,.single.page.pickup .panel-partners .partnerList-logo:after{content:'';position:absolute;left:50%;transform:translateX(-1px);width:2px;height:50px;background-color:#D3D3D3}.new.single.page .panel-partners .partnerList-logo:before,.single.page.pickup .panel-partners .partnerList-logo:before{bottom:100%}.new.single.page .panel-partners .partnerList-logo:after,.single.page.pickup .panel-partners .partnerList-logo:after{top:100%}.new.single.page .panel-partners .partnerList-logo .slick-track,.single.page.pickup .panel-partners .partnerList-logo .slick-track{display:flex;margin:15px 0!important;height:120px;align-items:center}.new.single.page .panel-partners .partnerList-logo button.slick-prev,.single.page.pickup .panel-partners .partnerList-logo button.slick-prev{left:15px}.new.single.page .panel-partners .partnerList-logo button.slick-next,.single.page.pickup .panel-partners .partnerList-logo button.slick-next{right:15px}.new.single.page .panel-partners .partnerList-logo button.slick-prev:before,.single.page.pickup .panel-partners .partnerList-logo button.slick-prev:before,.new.single.page .panel-partners .partnerList-logo button.slick-next:before,.single.page.pickup .panel-partners .partnerList-logo button.slick-next:before{color:#000}.new.single.page .panel-partners .partnerSingle-logo,.single.page.pickup .panel-partners .partnerSingle-logo{margin:0 50px;width:auto;height:auto;max-height:60px;outline:none;cursor:pointer;transition:0.15s all ease-out}.new.single.page .panel-partners .partnerSingle-logo img,.single.page.pickup .panel-partners .partnerSingle-logo img{position:relative;top:50%;transform:translateY(-50%);max-width:70vw;max-height:100%;transition:0.15s all ease-out}.new.single.page .panel-partners .partnerSingle-logo:not(.slick-current),.single.page.pickup .panel-partners .partnerSingle-logo:not(.slick-current){transform:scale(1,1);filter:grayscale(1)}.new.single.page .panel-partners .partnerSingle-logo.slick-current,.single.page.pickup .panel-partners .partnerSingle-logo.slick-current{transform:scale(1.3,1.3);filter:grayscale(0)}.new.single.page .panel-partners .partnerList-content,.single.page.pickup .panel-partners .partnerList-content{margin:30px 0}@media (max-width:560px){.new.single.page .panel-partners .partnerList-content,.single.page.pickup .panel-partners .partnerList-content{margin:30px 0 0}}.new.single.page .panel-partners .partnerSingle,.single.page.pickup .panel-partners .partnerSingle{margin-left:-24px;width:calc(100% + 48px)}.new.single.page .panel-partners .partnerSingle>*,.single.page.pickup .panel-partners .partnerSingle>*{margin-left:24px;margin-right:24px}@media (max-width:640px){.new.single.page .panel-partners .partnerSingle,.single.page.pickup .panel-partners .partnerSingle{margin-left:0;width:100%}.new.single.page .panel-partners .partnerSingle>*,.single.page.pickup .panel-partners .partnerSingle>*{margin-left:0;margin-right:0}}.new.single.page .panel-partners .partnerSingle-img,.single.page.pickup .panel-partners .partnerSingle-img{position:relative;flex:2;height:75vh;max-height:626px;border-radius:0 10px 10px 0;display:flex;justify-content:center;align-items:center;background-color:#000}.new.single.page .panel-partners .partnerSingle-img img,.single.page.pickup .panel-partners .partnerSingle-img img{width:100%;height:100%;object-fit:cover}.new.single.page .panel-partners .partnerSingle-img .flowplayer,.single.page.pickup .panel-partners .partnerSingle-img .flowplayer{background-size:cover!important;background-position:center center!important}.new.single.page .panel-partners .partnerSingle-img video,.single.page.pickup .panel-partners .partnerSingle-img video{margin:auto;width:auto;height:100%}.new.single.page .panel-partners .partnerSingle-container,.single.page.pickup .panel-partners .partnerSingle-container{flex:1}.new.single.page .panel-partners .partnerSingle-content,.single.page.pickup .panel-partners .partnerSingle-content{width:100%;max-width:388px;text-align:left}.new.single.page .panel-partners .partnerSingle-title,.single.page.pickup .panel-partners .partnerSingle-title,.new.single.page .panel-partners .partnerSingle-text,.single.page.pickup .panel-partners .partnerSingle-text{font-weight:500}.new.single.page .panel-partners .partnerSingle-title,.single.page.pickup .panel-partners .partnerSingle-title{font-size:2.2rem;text-transform:uppercase}.new.single.page .panel-partners .partnerSingle-text,.single.page.pickup .panel-partners .partnerSingle-text{margin-top:2px;color:#797979}.new.single.page .panel-partners .partnerSingle-link,.single.page.pickup .panel-partners .partnerSingle-link{margin-top:30px}@media (max-width:850px){.new.single.page .panel-partners .slick-slider,.single.page.pickup .panel-partners .slick-slider,.new.single.page .panel-partners .slick-slider .slick-list,.single.page.pickup .panel-partners .slick-slider .slick-list,.new.single.page .panel-partners .slick-slider .slick-track,.single.page.pickup .panel-partners .slick-slider .slick-track,.new.single.page .panel-partners .slick-slide,.single.page.pickup .panel-partners .slick-slide{height:auto}.new.single.page .panel-partners .partnerSingle-img,.single.page.pickup .panel-partners .partnerSingle-img{flex:0 0 100%;height:61vw}.new.single.page .panel-partners .partnerSingle-img:before,.single.page.pickup .panel-partners .partnerSingle-img:before{display:none}.new.single.page .panel-partners .partnerSingle-content,.single.page.pickup .panel-partners .partnerSingle-content{margin:40px auto 0}.new.single.page .partnerSingle-count.single-count,.single.page.pickup .partnerSingle-count.single-count{display:none}}@media (max-width:768px){.new.single.page .panel-partners .ac-caption,.single.page.pickup .panel-partners .ac-caption{margin-top:8px}.new.single.page .panel-partners .partnerList-logo,.single.page.pickup .panel-partners .partnerList-logo{margin-bottom:0}.new.single.page .panel-partners .partnerList-logo:after,.single.page.pickup .panel-partners .partnerList-logo:after{display:none}.new.single.page .panel-partners .partnerSingle,.single.page.pickup .panel-partners .partnerSingle{display:block!important;margin-left:0;width:calc(100% + 0);height:auto}.new.single.page .panel-partners .partnerSingle>*,.single.page.pickup .panel-partners .partnerSingle>*{margin-left:0;margin-right:0}}@media (max-width:768px) and (max-width:640px){.new.single.page .panel-partners .partnerSingle,.single.page.pickup .panel-partners .partnerSingle{margin-left:0;width:100%}.new.single.page .panel-partners .partnerSingle>*,.single.page.pickup .panel-partners .partnerSingle>*{margin-left:0;margin-right:0}}@media (max-width:640px){.new.single.page .panel-partners .partnerSingle-container,.single.page.pickup .panel-partners .partnerSingle-container{max-width:95%;margin-left:auto!important;margin-right:auto!important}}@media (max-width:450px){.new.single.page,.single.page.pickup{}.new.single.page .panel-partners .partnerList-logo,.single.page.pickup .panel-partners .partnerList-logo{margin:40px 0}.new.single.page .panel-partners .partnerList-logo:before,.single.page.pickup .panel-partners .partnerList-logo:before,.new.single.page .panel-partners .partnerList-logo:after,.single.page.pickup .panel-partners .partnerList-logo:after{height:38px}.new.single.page .panel-partners .partnerList-logo .slick-track,.single.page.pickup .panel-partners .partnerList-logo .slick-track{height:95px}}@media (max-width:768px){.new.single.page .panel-partners .partnerSingle-logo,.single.page.pickup .panel-partners .partnerSingle-logo{width:calc(100vw / 3);height:60px;max-height:80px;padding:0 5vw!important;margin:0}.new.single.page .panel-partners .partnerSingle-logo>.img,.single.page.pickup .panel-partners .partnerSingle-logo>.img{display:inline-block;width:100%;height:100%}.new.single.page .panel-partners .partnerSingle-logo.slick-current,.single.page.pickup .panel-partners .partnerSingle-logo.slick-current{transform:scale(1.2,1.2)}}.new.single.page .panel-products .section-title{margin-top:4rem;margin-bottom:2rem;float:right}.new.single.page .panel-products .section-title .exp,.new.single.page .panel-products .section-title .title{display:block;line-height:.65}.new.single.page .panel-products .section-title .title{margin-bottom:7rem;color:#000;font-size:25rem;font-weight:800}.new.single.page .panel-products .section-title .exp{margin-left:10rem;color:#B2B2B2;font-size:7rem;font-weight:300}.new.single.page .panel-products .tpl-panelWrap{width:95%;max-width:1440px;overflow:visible}.new.single.page .panel-products .productList{clear:both}.new.single.page .panel-products .productSingle{position:relative;min-height:1200px;background-size:cover!important;overflow:visible}.new.single.page .panel-products .productSingle-img.product{z-index:1}.new.single.page .panel-products .productSingle-content{position:relative;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:flex-start;z-index:1;width:50vw;max-width:600px}.new.single.page .panel-products .productSingle-content.left{float:left;left:12%}.new.single.page .panel-products .productSingle-content.right{float:right}.new.single.page .panel-products .productSingle-title{width:95%;max-width:600px;font-size:5.9rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){.new.single.page .panel-products .productSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){.new.single.page .panel-products .productSingle-title{font-size:2.8rem;line-height:3.2rem}}.new.single.page .panel-products .productSingle-text{margin-top:8px;width:95%;max-width:430px;color:#797979}.new.single.page .panel-products .bigProductList .productSingle.fullHeader{padding-top:30rem;height:150vh;min-height:1600px}@media (max-width:768px){.new.single.page .panel-products .bigProductList .productSingle.fullHeader{padding-top:10rem}}@media (max-width:560px){.new.single.page .panel-products .bigProductList .productSingle.fullHeader{padding-top:9rem}}.new.single.page .panel-products .bigProductList .productSingle-img.bkg.fillparent{z-index:0}.new.single.page .panel-products .bigProductList .productSingle-content{width:100%;max-width:none;flex-direction:row;justify-content:space-around}.new.single.page .panel-products .bigProductList .productSingle-content .tpl-column{max-width:470px}.new.single.page .panel-products .bigProductList .productSingle-text{margin-top:25px}.new.single.page .panel-products .bigProductList .tpl-column img{margin:0 30px 0 0}.new.single.page .panel-products .bigProductList .tpl-column img+span{line-height:1}@media (max-width:1440px){.new.single.page .panel-products .productSingle-imgCont.right{left:10%}.new.single.page .panel-products .productSingle-imgCont.left{left:-10%}}@media (max-width:1050px){.new.single.page .panel-products .productSingle-imgCont.right{left:10%}.new.single.page .panel-products .productSingle-imgCont.left{left:-16%}.new.single.page .panel-products .productSingle-content.left{left:5%}}@media (max-width:768px){.new.single.page .panel-products .productSingle.pdtimg.landscape,.new.single.page .panel-products .productSingle.bkgimg{height:auto!important;min-height:0!important}.new.single.page .panel-products .productSingle.pdtimg.landscape .tpl-panelWrap,.new.single.page .panel-products .productSingle.bkgimg .tpl-panelWrap{display:flex;flex-direction:column}.new.single.page .panel-products .productSingle.pdtimg.landscape .productSingle-content,.new.single.page .panel-products .productSingle.bkgimg .productSingle-content{margin-top:7rem;margin-left:auto;margin-right:auto;width:85%;height:auto;order:1}.new.single.page .panel-products .productSingle.pdtimg.landscape .parallax-img,.new.single.page .panel-products .productSingle.bkgimg .parallax-img{position:relative;height:100vw;order:2}.new.single.page .panel-products .productSingle.pdtimg.landscape .productSingle-imgCont.left,.new.single.page .panel-products .productSingle.bkgimg .productSingle-imgCont.left,.new.single.page .panel-products .productSingle.pdtimg.landscape .productSingle-imgCont.right,.new.single.page .panel-products .productSingle.bkgimg .productSingle-imgCont.right{left:0}.new.single.page .panel-products .productSingle.pdtimg.landscape .productSingle-img.product,.new.single.page .panel-products .productSingle.bkgimg .productSingle-img.product{height:100%;min-width:0}.new.single.page .panel-products .productSingle.pdtimg.landscape.bkgimg,.new.single.page .panel-products .productSingle.bkgimg.bkgimg{display:flex;flex-direction:column}.new.single.page .panel-products .productSingle.pdtimg.landscape.bkgimg .tpl-panelWrap,.new.single.page .panel-products .productSingle.bkgimg.bkgimg .tpl-panelWrap{order:1}.new.single.page .panel-products .productSingle.pdtimg.landscape.bkgimg .productSingle-content,.new.single.page .panel-products .productSingle.bkgimg.bkgimg .productSingle-content{margin-bottom:7rem}.new.single.page .panel-products .productSingle.pdtimg.landscape.bkgimg .productSingle-img.bkg,.new.single.page .panel-products .productSingle.bkgimg.bkgimg .productSingle-img.bkg{position:relative;height:100vw;order:2}.new.single.page .panel-products .productSingle.pdtimg.portrait{display:flex;padding:10rem 0 12rem;height:auto;min-height:0}.new.single.page .panel-products .productSingle.pdtimg.portrait .productSingle-img{width:auto;min-width:0;max-height:160%}.new.single.page .productSingle-content .tpl-column+.tpl-column{margin-top:6rem}.new.single.page .panel-products .smallProductList .productSingle{max-height:none!important}.new.single.page .panel-products .smallProductList .productSingle-imgCont .productSingle-img{transform:translate(-64%,-50%) translateZ(0) scale(1,1)}.new.single.page .panel-products .videoProductList video{opacity:.6}}@media (max-width:650px){.new.single.page .panel-products .videoProductList .productSingle{display:flex;flex-direction:column;height:auto;min-height:0}.new.single.page .panel-products .videoProductList video{position:relative;margin-top:3rem;flex:0 0 100%;transform:none!important;opacity:1;order:2}.new.single.page .panel-products .videoProductList .tpl-panelWrap{flex:0 0 100%;order:1}.new.single.page .panel-products .videoProductList .productSingle-content{margin:5rem auto 0;float:none}}@media (max-width:500px){.new.single.page .panel-products .productSingle.pdtimg.portrait .productSingle-imgCont .productSingle-img{max-height:135%}.new.single.page .panel-products .productSingle.pdtimg.portrait .productSingle-imgCont.right .productSingle-img{transform:translate(-56%,-50%) translateZ(0) scale(1,1)}.new.single.page .panel-products .productSingle.pdtimg.portrait .productSingle-imgCont.left .productSingle-img{transform:translate(-44%,-50%) translateZ(0) scale(1,1)}}.new.single.page .panel-kiosks{padding-bottom:11rem}@media (max-width:768px){.new.single.page .panel-kiosks{padding-bottom:10rem}}@media (max-width:560px){.new.single.page .panel-kiosks{padding-bottom:9rem}}.new.single.page .panel-kiosks .tpl-panelWrap{max-width:1000px}.new.single.page .panel-kiosks .section-title{margin-top:10rem;margin-bottom:10rem;font-size:6rem;line-height:1;font-weight:700;text-align:center}@media (max-width:768px){.new.single.page .panel-kiosks .section-title{margin-top:10rem}}@media (max-width:560px){.new.single.page .panel-kiosks .section-title{margin-top:9rem}}@media (max-width:768px){.new.single.page .panel-kiosks .section-title{margin-bottom:10rem}}@media (max-width:560px){.new.single.page .panel-kiosks .section-title{margin-bottom:9rem}}@media (max-width:768px){.new.single.page .panel-kiosks .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.new.single.page .panel-kiosks .section-title{font-size:3.8rem;line-height:4.2rem}}.new.single.page .panel-kiosks .kioskList{justify-content:space-around}.new.single.page .panel-kiosks .kioskList.simple{margin-left:-30px;width:calc(100% + 60px)}.new.single.page .panel-kiosks .kioskList.simple>*{margin-left:30px;margin-right:30px}@media (max-width:640px){.new.single.page .panel-kiosks .kioskList.simple{margin-left:0;width:100%}.new.single.page .panel-kiosks .kioskList.simple>*{margin-left:0;margin-right:0}}.new.single.page .panel-kiosks .kioskList.simple .kioskSingle-content{max-width:363px}.new.single.page .panel-kiosks .kioskList.multiple{margin-left:-40px;width:calc(100% + 80px)}.new.single.page .panel-kiosks .kioskList.multiple>*{margin-left:40px;margin-right:40px}@media (max-width:640px){.new.single.page .panel-kiosks .kioskList.multiple{margin-left:0;width:100%}.new.single.page .panel-kiosks .kioskList.multiple>*{margin-left:0;margin-right:0}}.new.single.page .panel-kiosks .kioskList.multiple .kioskSingle-content{max-width:263px}.new.single.page .panel-kiosks .kioskSingle-img{display:flex;justify-content:center;align-items:flex-end;height:552px}.new.single.page .panel-kiosks .kioskSingle-content{margin:40px auto 20px}.new.single.page .panel-kiosks .kioskSingle-title{margin:65px auto 30px;font-size:5.9rem;line-height:3.4rem;font-weight:700;text-align:center}.new.single.page .panel-kiosks .kioskSingle-title small{font-size:2.4rem;line-height:2rem;font-weight:700}.new.single.page .panel-kiosks .kioskSingle-text{margin:30px auto 30px;width:100%;max-width:271px;font-weight:300}@media (max-width:900px){.new.single.page .panel-kiosks .kioskSingle{flex:0 0 100%}.new.single.page .panel-kiosks .kioskSingle.simple,.new.single.page .panel-kiosks .kioskSingle.multiple{max-width:100%}.new.single.page .panel-kiosks .kioskSingle *{max-width:100%}.new.single.page .panel-kiosks .kioskSingle-img{margin-top:50px;height:auto}}@media (max-width:768px){.new.single.page .panel-kiosks .kioskList.tpl-columns{margin-left:0;width:calc(100% + 0)}.new.single.page .panel-kiosks .kioskList.tpl-columns>*{margin-left:0;margin-right:0}}@media (max-width:768px) and (max-width:640px){.new.single.page .panel-kiosks .kioskList.tpl-columns{margin-left:0;width:100%}.new.single.page .panel-kiosks .kioskList.tpl-columns>*{margin-left:0;margin-right:0}}.new.single.page .panel-onair{padding:30px 0 0}.new.single.page .panel-onair .section-title .title{display:inline-block;margin-top:10rem;margin-bottom:0;color:#000;font-size:25rem;line-height:1;font-weight:800}.new.single.page .panel-onair .fullHeader{height:53vw;max-height:850px}.new.single.page .panel-onair .mediaList-content{margin:4px auto 32px;width:95%}.new.single.page .panel-onair .mediaList-content .slick-list,.new.single.page .panel-onair .mediaList-content .slick-dots{flex:1}.new.single.page .panel-onair .slick-dots{display:flex;margin:10px 0;justify-content:flex-end;align-items:flex-end}.new.single.page .panel-onair .slick-dots:before,.new.single.page .panel-onair .slick-dots:after{content:'';display:inline-block;width:112px;height:13px}.new.single.page .panel-onair .slick-dots:before{margin-right:15px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/deco/lgarrow-left.svg) no-repeat left center;background-size:cover}.new.single.page .panel-onair .slick-dots:after{margin-left:15px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/deco/lgarrow-right.svg) no-repeat right center;background-size:cover}.new.single.page .panel-onair .slick-dots>li{height:10px}.new.single.page .panel-onair .mediaSingle{display:flex;background:#000}.new.single.page .panel-onair .mediaSingle-title{font-size:6rem;line-height:1.3;font-weight:700}@media (max-width:768px){.new.single.page .panel-onair .mediaSingle-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.new.single.page .panel-onair .mediaSingle-title{font-size:3.8rem;line-height:4.2rem}}.new.single.page .panel-onair .mediaSingle-text{color:#797979}@media (max-width:768px){.new.single.page .panel-onair .mediaList-content{margin-top:40px}.new.single.page .panel-onair .mediaList-content .slick-list,.new.single.page .panel-onair .mediaList-content .slick-dots{flex:0 0 100%}.new.single.page .panel-onair .slick-dots{margin:25px 0 0}}@media (max-width:650px){.new.single.page .panel-onair .mediaList-content .slick-dots{display:flex;justify-content:center;align-items:center}}@media (max-width:450px){.new.single.page .panel-onair .slick-dots:before,.new.single.page .panel-onair .slick-dots:after{width:80px}}.new.single.page .panel-onair button.slick-prev,.new.single.page .panel-onair button.slick-next,.new.single.page .panel-slider button.slick-prev.new,.new.single.page .panel-slider button.slick-next.new{width:112px!important;max-width:none!important;height:auto!important}.new.single.page .panel-onair button.slick-prev:before,.new.single.page .panel-onair button.slick-next:before,.new.single.page .panel-slider button.slick-prev.new:before,.new.single.page .panel-slider button.slick-next.new:before,.new.single.page .panel-onair button.slick-prev:after,.new.single.page .panel-onair button.slick-next:after,.new.single.page .panel-slider button.slick-prev.new:after,.new.single.page .panel-slider button.slick-next.new:after{display:none}.new.single.page #newPersonList.personList{margin-top:4.2rem;margin-left:-24px;width:calc(100% + 48px)}.new.single.page #newPersonList.personList>*{margin-left:24px;margin-right:24px}@media (max-width:640px){.new.single.page #newPersonList.personList{margin-left:0;width:100%}.new.single.page #newPersonList.personList>*{margin-left:0;margin-right:0}}.new.single.page #newPersonList .personSingle{position:relative;display:inline-block;width:200px;height:200px;border-radius:50%;margin-top:20px;margin-bottom:20px;text-align:center;overflow:hidden;cursor:pointer;transition:0.35s all ease-out}@media (min-width:769px){.new.single.page #newPersonList .personSingle:hover .personSingle-img,.new.single.page #newPersonList .personSingle:focus .personSingle-img{background:transparent!important}.new.single.page #newPersonList .personSingle:hover .personSingle-overlay,.new.single.page #newPersonList .personSingle:focus .personSingle-overlay{top:0;left:0;width:200px;height:200px;transition:0.15s all cubic-bezier(0,0,.2,1)}}.new.single.page #newPersonList .personSingle-img{z-index:0}.new.single.page #newPersonList .personSingle-content{position:relative;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center}.new.single.page #newPersonList .personSingle-overlay{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:#FBFBFB;transition:0.35s all cubic-bezier(0,0,.2,1);z-index:0}.new.single.page #newPersonList .personSingle-name{color:#303030;font-family:"Fira Sans",sans-serif;font-size:1.6rem;line-height:1;font-weight:500;z-index:1}.new.single.page #newPersonList .personSingle-job{margin-top:5px;max-width:80%;font-size:1.6rem;line-height:1;font-weight:400;color:#747474;text-transform:uppercase;z-index:1}@media (max-width:768px){.new.single.page #newPersonList{text-align:center}.new.single.page #newPersonList .personSingle{position:relative;margin-top:0;margin-bottom:10px;height:auto;border-radius:0;vertical-align:top}.new.single.page #newPersonList .personSingle .personSingle-content{position:relative;top:auto;bottom:0;height:auto}.new.single.page #newPersonList .personSingle .personSingle-overlay{display:none}.new.single.page #newPersonList .personSingle .personSingle-img{position:relative;display:inline-block;width:160px;height:160px;border-radius:50%;margin-top:20px;margin-bottom:12px;text-align:center;overflow:hidden;cursor:pointer}.new.single.page #newPersonList .personSingle .personSingle-name{font-size:16px!important;line-height:20px!important;font-weight:700!important}.new.single.page #newPersonList .personSingle .personSingle-job{font-size:16px!important;line-height:20px!important;font-weight:400!important}}@media (max-width:640px){.new.single.page #newPersonList{margin-left:-12px!important;width:calc(100% + 24px)!important}.new.single.page #newPersonList>*{margin-left:12px!important;margin-right:12px!important}}@media (max-width:640px) and (max-width:640px){.new.single.page #newPersonList{margin-left:0;width:100%}.new.single.page #newPersonList>*{margin-left:0;margin-right:0}}.panel-sectionplayer{margin:0!important;padding:0!important}.videoBtn{cursor:pointer}.videoPlayer .wp-playlist.wp-video-playlist{display:flex;position:fixed;margin:0;padding:0;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;border:none;background:rgb(34 34 34 / .95);z-index:1001}.videoPlayer .wp-playlist.wp-video-playlist .mejs-container.mejs-video.mejs-container-fullscreen,.videoPlayer .wp-playlist.wp-video-playlist .mejs-container.mejs-video.mejs-container-fullscreen video{max-width:100%!important;max-height:100%!important}.videoPlayer .wp-playlist.wp-video-playlist .mejs-container.mejs-video:not(.mejs-container-fullscreen) .mejs-inner{display:block;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.videoPlayer .wp-playlist.wp-video-playlist .mejs-container.mejs-video:not(.mejs-container-fullscreen) video{position:absolute}.videoPlayer .wp-playlist.wp-video-playlist .mejs-container.mejs-video:not(.mejs-container-fullscreen)~.videoClose{display:inline-block;position:absolute;top:60px;right:60px;font-size:32px;color:#fff;cursor:pointer}#tpl-page .panel-section1{padding-top:9.3rem;padding-bottom:20rem}@media (max-width:768px){#tpl-page .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-page .panel-section1{padding-bottom:9rem}}#tpl-page .panel-section1 .tpl-panelWrap{max-width:1268px}#tpl-page .panel-section1 .page-title{display:block;max-width:1200px;margin-left:auto;margin-right:auto;font-family:"Fira Sans",sans-serif;font-size:8rem;line-height:7.6rem;font-weight:400;text-align:center;text-transform:uppercase}@media (max-width:768px){#tpl-page .panel-section1 .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-page .panel-section1 .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-page .panel-section1 .page-content{margin-top:12rem}@media (max-width:768px){#tpl-page .panel-section1 .page-content{margin-top:10rem}}@media (max-width:560px){#tpl-page .panel-section1 .page-content{margin-top:9rem}}#tpl-jobSingle hr{margin-bottom:18px;height:2px;background-color:#777}#tpl-jobSingle .jobSingle-link{margin-top:34px;padding:10px 32px;font-size:2rem;line-height:2.6rem;font-weight:400;border-radius:50px}#tpl-jobSingle .jobSingle-link:hover,#tpl-jobSingle .jobSingle-link:focus{border:#000 thin solid}#tpl-jobSingle .panel-intro{padding-top:13rem;padding-bottom:0;height:40vw;min-height:567px;overflow:hidden}@media (max-width:768px){#tpl-jobSingle .panel-intro{padding-top:10rem}}@media (max-width:560px){#tpl-jobSingle .panel-intro{padding-top:9rem}}#tpl-jobSingle .panel-intro .section-overlay{z-index:0}#tpl-jobSingle .panel-intro .tpl-panelWrap{max-width:1030px;text-align:center;color:#fff}@media (max-width:1050px){#tpl-jobSingle .panel-intro .tpl-panelWrap{width:95%}}#tpl-jobSingle .panel-intro .section-content{display:flex;height:100%;flex-direction:column;justify-content:space-between}#tpl-jobSingle .panel-intro .section-punchline{font-size:3.6rem;line-height:5rem;font-weight:400}#tpl-jobSingle .panel-intro .section-category{margin-top:20px;font-size:5rem;line-height:1;font-weight:700}@media (max-width:768px){#tpl-jobSingle .panel-intro .section-category{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-jobSingle .panel-intro .section-category{font-size:2.8rem;line-height:3.2rem}}#tpl-jobSingle .panel-intro .section-img{display:flex;justify-content:center;align-items:center;margin:20px auto;flex:0 0 51px;width:51px;height:51px;border-radius:50%;background-color:#fff0;border:#fff thin solid}#tpl-jobSingle .panel-intro .section-img .icon{width:36px;height:36px}#tpl-jobSingle .panel-section1{padding-top:7.5rem;padding-bottom:10rem}@media (max-width:768px){#tpl-jobSingle .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-jobSingle .panel-section1{padding-bottom:9rem}}#tpl-jobSingle .panel-section1 .tpl-panelWrap{max-width:768px}@media (max-width:788px){#tpl-jobSingle .panel-section1 .tpl-panelWrap{width:95%}}#tpl-jobSingle .panel-section1 .jobSingle-title{margin-top:28px;font-size:6rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){#tpl-jobSingle .panel-section1 .jobSingle-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-jobSingle .panel-section1 .jobSingle-title{font-size:3.8rem;line-height:4.2rem}}#tpl-jobSingle .panel-section1 .jobSingle-metaList{margin-top:16px;font-size:2rem;line-height:3rem;font-weight:500}#tpl-jobSingle .panel-section1 .jobSingle-metaSingle+.jobSingle-metaSingle:before{content:'|';margin:0 15px}#tpl-jobSingle .panel-section1 .jobSingle-all-text,#tpl-jobSingle .panel-section1 .jobSingle-content{padding-bottom:5rem;color:#797979}#tpl-jobSingle .panel-section1 .jobSingle-all-text h2,#tpl-jobSingle .panel-section1 .jobSingle-content h2{margin-bottom:24px;color:#000}#tpl-jobSingle .panel-section1 .jobSingle-content{margin-top:35px}#tpl-jobSingle .panel-section1 .jobSingle-cfa{margin-top:4rem;font-size:2.6rem;line-height:3rem;font-weight:400;text-align:center}#tpl-jobSingle .panel-section1 .jobSingle-cfa .jobSingle-link{margin-top:20px}#tpl-postSingle .tpl-panelWrap{max-width:780px!important}@media (max-width:800px){#tpl-postSingle .tpl-panelWrap{width:95%}}#tpl-postSingle hr{margin-top:43px;margin-bottom:18px;height:1px;outline:rgb(185 185 185 / .2) thin solid;background-color:#777}#tpl-postSingle .section-socialnetworks{margin-top:20px}#tpl-postSingle .section-socialnetworks .title{color:#707070;font-size:14px;line-height:24px;font-weight:300;letter-spacing:.5px}#tpl-postSingle .section-socialnetworks ul{margin-top:15px}#tpl-postSingle .section-socialnetworks li{display:inline-block}#tpl-postSingle .section-socialnetworks .iconfont{color:#000}#tpl-postSingle .section-socialnetworks.top .iconfont{margin-right:10px;width:27px;height:27px;font-size:27px}#tpl-postSingle .section-socialnetworks.bottom .iconfont{margin-right:8px;width:32px;height:32px;font-size:32px}#tpl-postSingle .section-meta{color:#9F9F9F}#tpl-postSingle .section-img{width:100%;height:495px}#tpl-postSingle .section-baseline{margin-top:4rem;font-weight:700}#tpl-postSingle .section-text{margin-top:8rem}#tpl-postSingle .editor{color:#797979}#tpl-postSingle .editor h2{margin-bottom:2rem;color:#000;font-size:2.6rem;line-height:3rem;font-weight:400}#tpl-postSingle .panel-section1{padding-top:18.5rem;padding-bottom:28rem}@media (max-width:768px){#tpl-postSingle .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-postSingle .panel-section1{padding-top:9rem}}@media (max-width:768px){#tpl-postSingle .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-postSingle .panel-section1{padding-bottom:9rem}}#tpl-postSingle .panel-section1 .section-title{margin-top:2px;font-size:6rem;line-height:6.4rem;font-weight:700;color:#000}@media (max-width:768px){#tpl-postSingle .panel-section1 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-postSingle .panel-section1 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-postSingle .panel-slider{padding-top:12rem;padding-bottom:10rem;background-color:#F5F5F5}@media (max-width:768px){#tpl-postSingle .panel-slider{padding-top:10rem}}@media (max-width:560px){#tpl-postSingle .panel-slider{padding-top:9rem}}@media (max-width:768px){#tpl-postSingle .panel-slider{padding-bottom:10rem}}@media (max-width:560px){#tpl-postSingle .panel-slider{padding-bottom:9rem}}#tpl-postSingle .panel-slider .section-title{margin-bottom:15px;font-size:3rem;line-height:3.6rem;font-weight:700}#tpl-postSingle .panel-slider .slick-slider,#tpl-postSingle .panel-slider .slick-slider .slick-list,#tpl-postSingle .panel-slider .slick-slider .slick-track,#tpl-postSingle .panel-slider .slick-slide{max-height:100%!important}#tpl-postSingle .panel-slider .postSingle{margin:30px 15px;width:376px!important}#tpl-search .panel-intro{padding-bottom:30px}#tpl-search .panel-intro .section-search{padding-left:3px}#tpl-search .search-pagination{margin-top:40px}#tpl-404 .panel-section1{padding-top:24rem;padding-bottom:16rem}@media (max-width:768px){#tpl-404 .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-404 .panel-section1{padding-top:9rem}}@media (max-width:768px){#tpl-404 .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-404 .panel-section1{padding-bottom:9rem}}#tpl-404 .panel-section1 .tpl-panelWrap{max-width:980px;text-align:center}#tpl-404 .panel-section1 .section-title{font-family:"Fira Sans",sans-serif;font-size:16.3rem;line-height:1;font-weight:400;text-transform:uppercase;color:#A4A4A4}@media (max-width:768px){#tpl-404 .panel-section1 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-404 .panel-section1 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-404 .panel-section1 .section-text{margin-top:30px;color:#fff;font-size:4.2rem;line-height:4.4rem;font-weight:400}@media (max-width:768px){#tpl-404 .panel-section1 .section-text{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-404 .panel-section1 .section-text{font-size:2.8rem;line-height:3.2rem}}#tpl-about .panel-section1{padding-top:13rem;padding-bottom:0;height:96vw;min-height:812px;overflow:hidden}@media (max-width:768px){#tpl-about .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-about .panel-section1{padding-top:9rem}}#tpl-about .panel-section1 .section-overlay{z-index:0}#tpl-about .panel-section1 .tpl-panelWrap{color:#fff}#tpl-about .panel-section1 .section-content{display:flex;height:100%;flex-direction:column;justify-content:space-between}#tpl-about .panel-section1 .section-top .tpl-panelWrap{text-align:center}#tpl-about .panel-section1 .section-top .editor{text-align:center}#tpl-about .panel-section1 .section-bottom{position:relative;padding:5rem 0 4rem;background-color:rgb(0 0 0 / .18)}#tpl-about .panel-section1 .tpl-panelWrap,#tpl-about .panel-section1b .tpl-panelWrap{max-width:791px;overflow:visible}@media (max-width:811px){#tpl-about .panel-section1 .tpl-panelWrap,#tpl-about .panel-section1b .tpl-panelWrap{width:95%}}#tpl-about .panel-section1 .page-title,#tpl-about .panel-section1b .page-title{font-size:13rem;line-height:1.1;font-weight:700}@media (max-width:768px){#tpl-about .panel-section1 .page-title,#tpl-about .panel-section1b .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-about .panel-section1 .page-title,#tpl-about .panel-section1b .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-about .panel-section1 .section-title,#tpl-about .panel-section1b .section-title{margin-top:35px;font-size:3.6rem;line-height:1.1;font-weight:700}#tpl-about .panel-section1 .section-text1,#tpl-about .panel-section1b .section-text1{margin-top:14px;line-height:1.7}#tpl-about .panel-section1 .section-text2,#tpl-about .panel-section1b .section-text2{font-size:5.9rem;line-height:1.1;font-weight:300}@media (max-width:768px){#tpl-about .panel-section1 .section-text2,#tpl-about .panel-section1b .section-text2{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-about .panel-section1 .section-text2,#tpl-about .panel-section1b .section-text2{font-size:2.8rem;line-height:3.2rem}}#tpl-about .panel-section1 .typing-text,#tpl-about .panel-section1b .typing-text{position:relative;font-weight:700}#tpl-about .panel-section1 .typing-text:before,#tpl-about .panel-section1b .typing-text:before{content:'';position:absolute;top:75%;left:100%;width:100vw;height:2px;background-color:#fff}#tpl-about .panel-section1 .typing-text:after,#tpl-about .panel-section1b .typing-text:after{content:'|';animation:blink ease 1s infinite;font-weight:100}@keyframes blink{0%,100%{opacity:0}50%{opacity:1}}#tpl-about .panel-section1b{padding-top:3.5rem;padding-bottom:9rem;background-color:#F5F6FA}#tpl-about .panel-section1b .editor{color:#797979}#tpl-about .panel-section2{padding-top:8rem;padding-bottom:14.2rem}@media (max-width:768px){#tpl-about .panel-section2{padding-bottom:10rem}}@media (max-width:560px){#tpl-about .panel-section2{padding-bottom:9rem}}#tpl-about .panel-section2 .tpl-panelWrap{max-width:933px;text-align:center}#tpl-about .panel-section2 .numbList{justify-content:center;align-items:center}#tpl-about .panel-section2 .numbSingle{margin-top:45px;min-width:150px}#tpl-about .panel-section2 .numbSingle-sep{flex:0 0 1px;height:69px;background-color:#A5A5A5}#tpl-about .panel-section2 .numbSingle-numb{margin-top:25px;font-family:"Fira Sans",sans-serif;font-size:10rem;line-height:1.3;font-weight:300;color:#BCBCBC}@media (max-width:768px){#tpl-about .panel-section2 .numbSingle-numb{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-about .panel-section2 .numbSingle-numb{font-size:3.8rem;line-height:4.2rem}}#tpl-about .panel-section2 .numbSingle-text{font-size:3rem;line-height:1.1;font-weight:500}#tpl-about .panel-section3{padding-bottom:0;background-color:#F5F6FA}#tpl-about .panel-section4{padding-bottom:20rem;background:#fff0 linear-gradient(180deg,#F5F6FA 0%,#FAFAFA 100%) 0% 0% no-repeat padding-box}@media (max-width:768px){#tpl-about .panel-section4{padding-bottom:10rem}}@media (max-width:560px){#tpl-about .panel-section4{padding-bottom:9rem}}#tpl-about .panel-section3,#tpl-about .panel-section4{padding-top:15.7rem}@media (max-width:768px){#tpl-about .panel-section3,#tpl-about .panel-section4{padding-top:10rem}}@media (max-width:560px){#tpl-about .panel-section3,#tpl-about .panel-section4{padding-top:9rem}}#tpl-about .panel-section3 .tpl-panelWrap,#tpl-about .panel-section4 .tpl-panelWrap{max-width:960px}@media (max-width:980px){#tpl-about .panel-section3 .tpl-panelWrap,#tpl-about .panel-section4 .tpl-panelWrap{width:95%}}#tpl-about .panel-section3 .section-title,#tpl-about .panel-section4 .section-title{font-size:4.5rem;line-height:1;font-weight:500}@media (max-width:768px){#tpl-about .panel-section3 .section-title,#tpl-about .panel-section4 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-about .panel-section3 .section-title,#tpl-about .panel-section4 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-about .panel-section5{padding-top:14rem;padding-bottom:18rem}@media (max-width:768px){#tpl-about .panel-section5{padding-top:10rem}}@media (max-width:560px){#tpl-about .panel-section5{padding-top:9rem}}@media (max-width:768px){#tpl-about .panel-section5{padding-bottom:10rem}}@media (max-width:560px){#tpl-about .panel-section5{padding-bottom:9rem}}#tpl-about .panel-section5 .tpl-panelWrap{max-width:780px}@media (max-width:800px){#tpl-about .panel-section5 .tpl-panelWrap{width:95%}}#tpl-about .panel-section5 .section-title{font-size:5.9rem;line-height:1.1;font-weight:700}@media (max-width:768px){#tpl-about .panel-section5 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-about .panel-section5 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-about .panel-section5 .section-text{margin-top:54px;color:#797979;font-weight:500}#tpl-visitus .tpl-panelWrap{max-width:942px}@media (max-width:962px){#tpl-visitus .tpl-panelWrap{width:95%}}#tpl-visitus .panel-section1{padding:0;overflow:hidden;color:#fff}#tpl-visitus .panel-section1 .js-slider0 .slick-list{width:100%}#tpl-visitus .panel-section1 .js-slider0 .slideSingle{margin:0;height:100%}#tpl-visitus .panel-section1 .js-slider0 .slick-slide{position:relative}#tpl-visitus .panel-section1 .section-content{position:absolute;top:0;left:0;right:0;margin:auto;max-width:942px;height:100%;flex-direction:column;justify-content:center;z-index:1}@media (max-width:962px){#tpl-visitus .panel-section1 .section-content{width:95%}}#tpl-visitus .panel-section1 .page-title,#tpl-visitus .panel-section1 .section-title,#tpl-visitus .panel-section1 .section-text{max-width:515px}#tpl-visitus .panel-section1 .page-title{font-size:11rem;line-height:1.1;font-weight:700}@media (max-width:768px){#tpl-visitus .panel-section1 .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-visitus .panel-section1 .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-visitus .panel-section1 .section-title{margin-top:35px;font-size:3.6rem;line-height:1.1;font-weight:700}#tpl-visitus .panel-section1 .section-text{margin-top:14px;margin-bottom:3rem;line-height:1.7}#tpl-visitus .panel-section1 .countrySingle{position:relative}#tpl-visitus .panel-section1 .countrySingle-caption{position:absolute;bottom:5rem;right:10rem;font-size:2.4rem;line-height:1.3;font-weight:400}#tpl-visitus .panel-section1 .countrySingle-caption:after{content:'';display:inline-block;position:absolute;top:50%;left:100%;margin-left:10px;width:400px;height:1px;background-color:#fff}#tpl-visitus .panel-section2{padding-top:10rem;padding-bottom:12rem;background:#fff0 linear-gradient(180deg,#F5F6FA 0%,#F6F6F6 100%) 0% 0% no-repeat padding-box}@media (max-width:768px){#tpl-visitus .panel-section2{padding-top:10rem}}@media (max-width:560px){#tpl-visitus .panel-section2{padding-top:9rem}}@media (max-width:768px){#tpl-visitus .panel-section2{padding-bottom:10rem}}@media (max-width:560px){#tpl-visitus .panel-section2{padding-bottom:9rem}}#tpl-visitus .panel-section2 .section-title{font-size:5.9rem;line-height:6.4rem;font-weight:300}@media (max-width:768px){#tpl-visitus .panel-section2 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-visitus .panel-section2 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-career .tpl-panelWrap{max-width:942px}@media (max-width:962px){#tpl-career .tpl-panelWrap{width:95%}}#tpl-career .panel-section1{padding:0;overflow:hidden;color:#fff}#tpl-career .panel-section1 .js-slider0 .slick-list{width:100%}#tpl-career .panel-section1 .js-slider0 .slideSingle{margin:0;height:100%}#tpl-career .panel-section1 .js-slider0 .slick-slide{position:relative}#tpl-career .panel-section1 .js-slider0 .slick-slide video{width:auto;height:auto;min-width:100%;min-height:100%}#tpl-career .panel-section1 .section-content{position:absolute;top:0;left:0;right:0;margin:auto;max-width:942px;height:100%;flex-direction:column;justify-content:center;z-index:1}@media (max-width:962px){#tpl-career .panel-section1 .section-content{width:95%}}#tpl-career .panel-section1 .page-title{max-width:560px}#tpl-career .panel-section1 .section-title,#tpl-career .panel-section1 .section-text{max-width:515px}#tpl-career .panel-section1 .page-title{font-size:13rem;line-height:1.1;font-weight:700}@media (max-width:768px){#tpl-career .panel-section1 .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-career .panel-section1 .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-career .panel-section1 .section-title{margin-top:35px;font-size:3.6rem;line-height:1.1;font-weight:700}#tpl-career .panel-section1 .section-text{margin-top:14px;margin-bottom:3rem;line-height:1.7}#tpl-career .panel-section2{padding-top:9rem;padding-bottom:4rem}#tpl-career .panel-section2 .section-title{font-size:3.6rem;line-height:1.3;font-weight:400}#tpl-career .panel-section2 .section-text{margin-top:20px;max-width:531px}#tpl-career .panel-section2 .section-link{margin-top:42px;padding:18px 76px;font-size:2.5rem;line-height:2.6rem;font-weight:400;border-radius:50px}#tpl-career .panel-section3{padding-top:7.4rem;padding-bottom:0}#tpl-career .panel-section3 .tpl-panelWrap{max-width:952px;overflow:visible}@media (max-width:972px){#tpl-career .panel-section3 .tpl-panelWrap{width:95%}}#tpl-career .panel-section3 .section-title{font-size:6rem;line-height:6.4rem;font-weight:300}@media (max-width:768px){#tpl-career .panel-section3 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-career .panel-section3 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-career .panel-section3 .panel-filter{background-color:#fff}#tpl-career .panel-section3 .panel-results{margin-top:8.5rem;padding-bottom:15rem;background:#fff0 linear-gradient(180deg,#F5F6FA 0%,#F6F6F6 100%) 0% 0% no-repeat padding-box}@media (max-width:768px){#tpl-career .panel-section3 .panel-results{padding-bottom:10rem}}@media (max-width:560px){#tpl-career .panel-section3 .panel-results{padding-bottom:9rem}}#tpl-career .panel-section3 form{margin-top:5rem;margin-left:-10px!important;width:calc(100% + 20px)!important;justify-content:space-between}#tpl-career .panel-section3 form>*{margin-left:10px!important;margin-right:10px!important}@media (max-width:640px){#tpl-career .panel-section3 form{margin-left:0;width:100%}#tpl-career .panel-section3 form>*{margin-left:0;margin-right:0}}#tpl-career .panel-section3 form>li,#tpl-career .panel-section3 form .select{height:57px}#tpl-career .panel-section3 form>li#form-submit,#tpl-career .panel-section3 form .select#form-submit{display:flex;position:relative;padding:18px 21px;width:auto;background:#000;color:#fff;border-radius:32px;justify-content:center;align-items:center;cursor:pointer}#tpl-career .panel-section3 form>li#form-submit .iconfont,#tpl-career .panel-section3 form .select#form-submit .iconfont{margin:0 3px;font-size:17px}#tpl-career .panel-section3 form>li#form-submit .label,#tpl-career .panel-section3 form .select#form-submit .label{margin:0 3px;font-size:1.8rem;line-height:2.6rem;font-weight:400}#tpl-career .panel-section3 form>li{display:inline-block;margin-top:20px;width:27.5%;max-width:252px;vertical-align:top}#tpl-career .panel-section3 form .styledSelect{font-size:2rem;line-height:3rem;font-weight:400}#tpl-career .panel-section3 #loadmoreCont{margin-top:40px;min-height:127px}#tpl-career .panel-section3 #nopost{display:none}#tpl-career .panel-section3 #loadmore{position:relative;padding:18px 55px;width:auto;background:#000;color:#fff;border-radius:32px;font-size:1.8rem;line-height:2.6rem;font-weight:400}#tpl-careers .tpl-panelWrap{max-width:870px}@media (max-width:890px){#tpl-careers .tpl-panelWrap{width:95%}}#tpl-careers .section-link:not(.small){padding:18px 42px 17px;font-size:2.5rem;line-height:2.6rem;font-weight:400;border-radius:50px}#tpl-careers .section-link.small{padding:1px 35px}#tpl-careers .section-title{font-size:5.9rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){#tpl-careers .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-careers .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-careers .section-text{color:#797979;font-size:2rem;line-height:3rem;font-weight:400}#tpl-careers .panel-intro{padding:0;overflow:hidden}#tpl-careers .panel-intro .section-overlay{z-index:0}#tpl-careers .panel-intro .section-content{position:absolute;top:0;left:0;right:0;margin:auto;width:95%;max-width:1542px;height:100%;flex-direction:column;justify-content:center;align-items:center;z-index:1}#tpl-careers .panel-intro #page-title{font-size:13rem;line-height:12rem;font-weight:700}@media (max-width:768px){#tpl-careers .panel-intro #page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-careers .panel-intro #page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-careers .panel-section1{padding-top:9rem;padding-bottom:17rem}@media (max-width:768px){#tpl-careers .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-careers .panel-section1{padding-bottom:9rem}}#tpl-careers .panel-section1 .section-title{margin-top:5px}#tpl-careers .panel-section1 .section-text{margin-top:28px;max-width:780px}#tpl-careers .panel-section2{padding-top:11rem;padding-bottom:20px;background-color:#737686}@media (max-width:768px){#tpl-careers .panel-section2{padding-top:10rem}}@media (max-width:560px){#tpl-careers .panel-section2{padding-top:9rem}}#tpl-careers .panel-section2,#tpl-careers .panel-section2 .section-text{color:#fff}#tpl-careers .panel-section2 .section-text.text1{margin-top:26px;font-weight:300}#tpl-careers .panel-section2 .section-text.text2{margin-top:4px}#tpl-careers .panel-section2 .section-undertext1{margin-top:15px;font-weight:700}#tpl-careers .panel-section2 .section-undertext2{font-weight:300}#tpl-careers .panel-section2 .section-content{margin-left:-40px;width:calc(100% + 80px)}#tpl-careers .panel-section2 .section-content>*{margin-left:40px;margin-right:40px}@media (max-width:640px){#tpl-careers .panel-section2 .section-content{margin-left:0;width:100%}#tpl-careers .panel-section2 .section-content>*{margin-left:0;margin-right:0}}#tpl-careers .panel-section2 .section-content .column1{flex:1 1 540px}#tpl-careers .panel-section2 .section-content .column2{flex:1 1 250px}#tpl-careers .panel-section2 .section-imgList{margin-top:8rem}#tpl-careers .panel-section2 .section-imgList .tpl-cols{margin-left:-7px;width:calc(100% + 14px)}#tpl-careers .panel-section2 .section-imgList .tpl-cols>*{margin-left:7px;margin-right:7px}@media (max-width:640px){#tpl-careers .panel-section2 .section-imgList .tpl-cols{margin-left:0;width:100%}#tpl-careers .panel-section2 .section-imgList .tpl-cols>*{margin-left:0;margin-right:0}}#tpl-careers .panel-section2 .section-imgList .col1{flex:2}#tpl-careers .panel-section2 .section-imgList .col2{flex:1;display:flex;flex-direction:column;justify-content:space-between}#tpl-careers .panel-section2 .imgSingle{display:flex;margin-top:14px;width:100%}#tpl-careers .panel-section2 .imgSingle1{height:44vw;min-height:643px}#tpl-careers .panel-section2 .imgSingle2{height:22vw;min-height:317px}#tpl-careers .panel-section2 .imgSingle3{height:21vw;min-height:313px}#tpl-careers .panel-section2 .imgSingle4{height:40vw;min-height:567px}#tpl-careers .panel-section3{padding-top:20rem}@media (max-width:768px){#tpl-careers .panel-section3{padding-top:10rem}}@media (max-width:560px){#tpl-careers .panel-section3{padding-top:9rem}}#tpl-careers .panel-section3 .section-text{margin-top:26px;max-width:734px}#tpl-careers .panel-section4{padding-top:12rem;background:#fff0 linear-gradient(360deg,#F5F6FA 0%,#FFFFFF 100%) 0% 0% no-repeat padding-box}@media (max-width:768px){#tpl-careers .panel-section4{padding-top:10rem}}@media (max-width:560px){#tpl-careers .panel-section4{padding-top:9rem}}#tpl-careers .panel-section4 .section-text{margin-top:30px;margin-bottom:45px;max-width:780px;font-weight:500}#tpl-careers .panel-section4 .section-text h2{color:#000;font-size:2.6rem;line-height:3rem;font-weight:400}#tpl-careers .panel-section4 .section-text.text2{margin-top:5rem}#tpl-careers .panel-section4 .slick-slider,#tpl-careers .panel-section4 .slick-slider .slick-list,#tpl-careers .panel-section4 .slick-slider .slick-track,#tpl-careers .panel-section4 .slick-slide{margin:0 7px;height:25vw;min-height:370px;max-height:100%!important}#tpl-careers .panel-section4 .slick-slider .slick-list{max-height:420px;padding:0 25vw!important}@media (max-width:768px){#tpl-careers .panel-section4 .slick-slider .slick-list{padding:0!important}}#tpl-careers .panel-section4 .slideList button.slick-prev,#tpl-careers .panel-section4 .slideList button.slick-next{margin:0 33px;width:75px;min-width:75px;max-width:75px;height:75px;line-height:75px;background-color:rgb(255 255 255 / .7);border-radius:50%}#tpl-careers .panel-section4 .slideList button.slick-prev:before,#tpl-careers .panel-section4 .slideList button.slick-next:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0) scale(1,1);font-size:22px;color:#000}#tpl-careers .panel-section4 .slideList button.slick-next:before{content:'\e91a'}#tpl-careers .panel-section4 .slideList button.slick-prev:before{content:'\e91b'}#tpl-careers .panel-section4 .slick-active .jobSingle-content{opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-careers .panel-section4 .jobSingle-content{display:flex;flex-direction:column;margin:auto;max-width:402px;height:100%;justify-content:center;align-items:center;color:#fff;text-align:center;opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;pointer-events:none}#tpl-careers .panel-section4 .jobSingle-title{margin-top:5rem;font-size:2.2rem;line-height:3rem;font-weight:400}#tpl-careers .panel-section4 .jobSingle-link{font-size:2rem;line-height:3rem;font-weight:300}#tpl-careers .panel-section4 .jobSingle-link:before{content:'';display:inline-block;position:relative;margin-right:14px;width:26px;height:26px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/icons/play-icon.png) no-repeat center center #000;background-size:cover;border-radius:50%;vertical-align:middle}#tpl-careers .panel-section4 .jobSingle-btn{margin-top:8rem;padding:1px 17px;font-size:1.2rem;line-height:2.6rem;font-weight:400}#tpl-careers .panel-section5{padding-top:15rem;padding-bottom:8.5rem;background:#fff0 linear-gradient(180deg,#F5F6FA 0%,#F6F6F6 100%) 0% 0% no-repeat padding-box}@media (max-width:768px){#tpl-careers .panel-section5{padding-top:10rem}}@media (max-width:560px){#tpl-careers .panel-section5{padding-top:9rem}}#tpl-careers .panel-section5 .tpl-panelWrap.results{max-width:952px}@media (max-width:972px){#tpl-careers .panel-section5 .tpl-panelWrap.results{width:95%}}#tpl-careers .panel-section5 #jobList{margin-top:25px}#tpl-careers .panel-section5 .section-link{margin-top:50px}#tpl-careers .panel-section1{padding-top:13rem}@media (max-width:768px){#tpl-careers .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-careers .panel-section1{padding-top:9rem}}#tpl-careers .panel-section3{padding-bottom:10rem}@media (max-width:768px){#tpl-careers .panel-section3{padding-bottom:10rem}}@media (max-width:560px){#tpl-careers .panel-section3{padding-bottom:9rem}}#tpl-careers .panel-section4{padding-top:15rem;padding-bottom:0}@media (max-width:768px){#tpl-careers .panel-section4{padding-top:10rem}}@media (max-width:560px){#tpl-careers .panel-section4{padding-top:9rem}}#tpl-payment .panel-intro{padding:0;overflow:hidden}#tpl-payment .panel-intro .section-overlay{z-index:0}#tpl-payment .panel-intro .section-content{position:absolute;top:0;left:0;right:0;margin:auto;width:95%;max-width:1542px;height:100%;flex-direction:column;justify-content:center;align-items:center;z-index:1}#tpl-payment .panel-section1{padding-top:14.3rem;padding-bottom:14.3rem}@media (max-width:768px){#tpl-payment .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-payment .panel-section1{padding-top:9rem}}@media (max-width:768px){#tpl-payment .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-payment .panel-section1{padding-bottom:9rem}}#tpl-payment .panel-section1 .tpl-panelWrap{max-width:1189px;text-align:center}#tpl-payment .panel-section1 .section-title{font-family:"Fira Sans",sans-serif;font-size:8rem;line-height:1;font-weight:400;text-transform:uppercase}@media (max-width:768px){#tpl-payment .panel-section1 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-payment .panel-section1 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-payment .panel-section1 .section-subtitle{font-size:4rem;line-height:1;font-weight:400;text-transform:uppercase}@media (max-width:768px){#tpl-payment .panel-section1 .section-subtitle{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-payment .panel-section1 .section-subtitle{font-size:2.8rem;line-height:3.2rem}}#tpl-payment .panel-section1 .section-text{margin-top:43px;text-align:center}#tpl-payment .panel-section2{padding-top:14rem;padding-bottom:9.8rem}@media (max-width:768px){#tpl-payment .panel-section2{padding-top:10rem}}@media (max-width:560px){#tpl-payment .panel-section2{padding-top:9rem}}#tpl-payment .panel-section2 .tpl-panelWrap{max-width:800px;text-align:center}#tpl-payment .panel-section2 .section-title{color:#fff;font-size:4.2rem;line-height:4.4rem;font-weight:400;text-transform:uppercase}@media (max-width:768px){#tpl-payment .panel-section2 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-payment .panel-section2 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-payment .panel-section2 .section-link{margin-top:36px}#tpl-covid .panel-intro{padding:0;overflow:hidden}#tpl-covid .panel-intro .section-overlay{z-index:0}#tpl-covid .panel-intro .section-content{position:absolute;top:0;left:0;right:0;margin:auto;width:95%;max-width:1542px;height:100%;flex-direction:column;justify-content:center;align-items:center;z-index:1}#tpl-covid .panel-intro #page-title{text-transform:none}#tpl-covid .panel-intro #page-title .title.acrelec{letter-spacing:0}#tpl-covid .panel-intro #page-title>span{text-align:center}#tpl-covid .panel-intro #page-title .subtitle{top:0;font-size:6rem;font-weight:700}#tpl-covid .panel-section1{padding-top:14.3rem;padding-bottom:14.3rem}@media (max-width:768px){#tpl-covid .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-covid .panel-section1{padding-top:9rem}}@media (max-width:768px){#tpl-covid .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-covid .panel-section1{padding-bottom:9rem}}#tpl-covid .panel-section1 .tpl-panelWrap{max-width:1189px;text-align:center}#tpl-covid .panel-section1 .section-title{font-family:"Fira Sans",sans-serif;font-size:8rem;line-height:1;font-weight:400;text-transform:uppercase}@media (max-width:768px){#tpl-covid .panel-section1 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-covid .panel-section1 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-covid .panel-section1 .section-subtitle{font-size:4rem;line-height:1;font-weight:300;text-transform:uppercase}@media (max-width:768px){#tpl-covid .panel-section1 .section-subtitle{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-covid .panel-section1 .section-subtitle{font-size:2.8rem;line-height:3.2rem}}#tpl-covid .panel-section1 .section-text{margin-top:43px;text-align:center}#tpl-covid .panel-section2{padding-top:14rem;padding-bottom:9.8rem}@media (max-width:768px){#tpl-covid .panel-section2{padding-top:10rem}}@media (max-width:560px){#tpl-covid .panel-section2{padding-top:9rem}}#tpl-covid .panel-section2 .tpl-panelWrap{max-width:800px;text-align:center}#tpl-covid .panel-section2 .section-title{color:#fff;font-size:4.2rem;line-height:4.4rem;font-weight:300;text-transform:uppercase}@media (max-width:768px){#tpl-covid .panel-section2 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-covid .panel-section2 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-covid .panel-section2 .section-title strong{font-weight:500;letter-spacing:2px}#tpl-covid .panel-section2 .section-link{margin-top:36px}#tpl-covid .panel-section3 .tpl-panelWrap{max-width:1189px;text-align:center}#tpl-covid .panel-section3 .metaList{margin-top:4rem;margin-bottom:4rem;justify-content:space-between;text-align:left}#tpl-covid .panel-section3 .metaSingle{margin-top:35px;flex:0 0 30%;font-size:2.4rem;line-height:2.8rem;font-weight:400;align-items:center}#tpl-covid .panel-section3 .metaSingle.column1{justify-content:flex-start}#tpl-covid .panel-section3 .metaSingle.column2{justify-content:center}#tpl-covid .panel-section3 .metaSingle.column3{justify-content:flex-end}#tpl-covid .panel-section3 .metaSingle .iconfont{margin-right:20px;font-size:43px}#tpl-covid .panel-section3 .metaSingle .iconfont.icon-map-2{margin-right:21.6px;font-size:43px}#tpl-covid .panel-section3 .metaSingle .iconfont.icon-call{margin-right:4.8px;font-size:50px}#tpl-covid .panel-section3 .metaSingle .iconfont.icon-mail-open-file{margin-right:22.3px;font-size:40px}#tpl-privpolicy .tpl-panelWrap{max-width:1190px}#tpl-privpolicy .panel-section{padding-top:18.4rem;padding-bottom:20.2rem}@media (max-width:768px){#tpl-privpolicy .panel-section{padding-top:10rem}}@media (max-width:560px){#tpl-privpolicy .panel-section{padding-top:9rem}}@media (max-width:768px){#tpl-privpolicy .panel-section{padding-bottom:10rem}}@media (max-width:560px){#tpl-privpolicy .panel-section{padding-bottom:9rem}}#tpl-privpolicy .page-title{font-family:"Fira Sans",sans-serif;font-size:8rem;line-height:7.6rem;font-weight:400;text-align:center;text-transform:uppercase}@media (max-width:768px){#tpl-privpolicy .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-privpolicy .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-privpolicy .pointSingle-text{margin:56px auto 38px;max-width:1094px}#tpl-termsandconditions .tpl-panelWrap{max-width:952px}#tpl-termsandconditions .panel-section0{padding-top:18.4rem;padding-bottom:6.2rem}@media (max-width:768px){#tpl-termsandconditions .panel-section0{padding-top:10rem}}@media (max-width:560px){#tpl-termsandconditions .panel-section0{padding-top:9rem}}#tpl-termsandconditions .panel-section0 .section-overlay{z-index:0}#tpl-termsandconditions .page-title{font-size:6rem;line-height:1.3;font-weight:700}@media (max-width:768px){#tpl-termsandconditions .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-termsandconditions .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-termsandconditions .pointList{display:inline-block;padding-top:6.4rem;padding-bottom:16.4rem;width:100%}@media (max-width:768px){#tpl-termsandconditions .pointList{padding-bottom:10rem}}@media (max-width:560px){#tpl-termsandconditions .pointList{padding-bottom:9rem}}#tpl-termsandconditions .pointList .pointSingle{display:flex;position:relative;margin-top:26px;padding:39px 130px 40px 30px;width:100%;justify-content:flex-start;align-items:center;font-size:1.4rem;line-height:1;font-weight:400;background-color:#fff;border:#EAEAEA thin solid;border-radius:18px;z-index:0;transition:0.35s all ease-out}#tpl-termsandconditions .pointList .pointSingle-img{display:flex;justify-content:center;align-items:center;margin-right:42px;flex:0 0 26px;width:26px;height:26px;border-radius:50%}#tpl-termsandconditions .pointList .pointSingle-content{display:inline-block;width:100%}#tpl-termsandconditions .pointList .pointSingle-imgtype{margin-right:17px}#tpl-termsandconditions .pointList .pointSingle-title{font-size:2.2rem;line-height:3rem;font-weight:700;color:#303030;transition:0.35s color ease-out}#tpl-termsandconditions .pointList .pointSingle-readmore{display:flex;flex:0 0 33px;justify-content:center;align-items:center;position:absolute;top:50%;bottom:0;transform:translateY(-50%);right:42px;width:33px;height:33px;font-size:1.4rem;line-height:1;font-weight:400;transition:0.35s all ease-out;background-color:#fff;border:#BFBFBF thin solid;border-radius:50%}#tpl-termsandconditions .pointList .pointSingle-readmore svg{width:17px;height:14px}#tpl-country .panel-intro{padding:0;overflow:hidden}#tpl-country .panel-intro .section-overlay{z-index:0}#tpl-country .panel-intro .section-content{position:absolute;top:0;left:0;right:0;margin:auto;width:95%;max-width:1542px;height:100%;flex-direction:column;justify-content:center;align-items:center;z-index:1}#tpl-country .panel-section1{padding-top:8.3rem;padding-bottom:11rem;background-color:#F5F5F5}@media (max-width:768px){#tpl-country .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-country .panel-section1{padding-bottom:9rem}}#tpl-country .panel-section1 .tpl-panelWrap{max-width:830px}@media (max-width:850px){#tpl-country .panel-section1 .tpl-panelWrap{width:95%}}#tpl-country .panel-section1 .section-logo{width:146px;height:27px}#tpl-country .panel-section1 .section-title{font-size:5.9rem;line-height:1;font-weight:700;text-transform:uppercase}@media (max-width:768px){#tpl-country .panel-section1 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-country .panel-section1 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-country .panel-section1 .section-subtitle{font-size:4rem;line-height:1;font-weight:400;letter-spacing:1px;text-transform:uppercase}@media (max-width:768px){#tpl-country .panel-section1 .section-subtitle{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-country .panel-section1 .section-subtitle{font-size:2.8rem;line-height:3.2rem}}#tpl-country .panel-section1 .section-text{margin-top:2.4rem;color:#797979;font-weight:500;column-count:2}#tpl-country .panel-section1 .metaList{margin-top:5.3rem;justify-content:space-between;text-align:left;border-top:#D8D8D8 thin solid;border-bottom:#D8D8D8 thin solid}#tpl-country .panel-section1 .metaSingle{flex-direction:column;align-items:flex-start;margin-top:40px;margin-bottom:42px;flex:0 0 30%;font-size:1.8rem;line-height:3.4rem;font-weight:700}#tpl-country .panel-section1 .metaSingle .logo{width:64px;height:12px}#tpl-country .panel-section1 .metaSingle .country{text-transform:uppercase}#tpl-country .panel-section1 .metaSingle .title{color:#707070;font-size:1.4rem;line-height:2.4rem;font-weight:300}#tpl-country .panel-section2{padding-top:0;padding-bottom:6.8rem}#tpl-country .panel-section2 .tpl-panelWrap{max-width:950px;overflow:visible}@media (max-width:970px){#tpl-country .panel-section2 .tpl-panelWrap{width:95%}}#tpl-country .panel-section2 .js-slider0{height:41.6vw;max-height:600px}#tpl-country .panel-section2 .js-slider0 .slick-list{width:100%}#tpl-country .panel-section2 .js-slider0 .slideSingle{margin:0;height:100%}#tpl-country .panel-section2 .js-slider0 .slick-slide{position:relative}#tpl-country .panel-section2 .slideList button.slick-prev,#tpl-country .panel-section2 .slideList button.slick-next{margin:0 33px;width:75px;min-width:75px;max-width:75px;height:75px;line-height:75px;background-color:rgb(255 255 255 / .7);border-radius:50%}#tpl-country .panel-section2 .slideList button.slick-prev:before,#tpl-country .panel-section2 .slideList button.slick-next:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0) scale(1,1);font-size:22px;color:#000}#tpl-country .panel-section2 .slideList button.slick-next:before{content:'\e91a'}#tpl-country .panel-section2 .slideList button.slick-prev:before{content:'\e91b'}#tpl-country .panel-section2 .section-img{width:100vw;height:38vw;min-height:500px;max-height:732px}#tpl-country .panel-section2 .section-content{display:inline-block;margin-top:-148px;margin-bottom:38px;padding:74px 80px 46px 100px;width:100%;max-width:656px;background-color:#F5F5F5}#tpl-country .panel-section2 .section-title{font-size:5.9rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){#tpl-country .panel-section2 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-country .panel-section2 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-country .panel-section2 .section-text{margin-top:35px;font-size:2rem;line-height:3rem;font-weight:400;color:#797979}#tpl-country .panel-section2 .section-undertext{margin-top:25px;font-size:1.8rem;line-height:3.4rem;font-weight:700}#tpl-country .panel-section2 .section-btn{margin-top:14px}#tpl-country .panel-section2 .personList-first{justify-content:space-between;align-items:flex-end}#tpl-country .panel-section2 #newPersonList.personList{margin-left:-22px;width:calc(100% + 44px)}#tpl-country .panel-section2 #newPersonList.personList>*{margin-left:22px;margin-right:22px}@media (max-width:640px){#tpl-country .panel-section2 #newPersonList.personList{margin-left:0;width:100%}#tpl-country .panel-section2 #newPersonList.personList>*{margin-left:0;margin-right:0}}#tpl-country .panel-section2 #newPersonList .personSingle{margin-top:30px;margin-bottom:30px}#tpl-country .panel-section3{padding-top:14.2rem;padding-bottom:0}@media (max-width:768px){#tpl-country .panel-section3{padding-top:10rem}}@media (max-width:560px){#tpl-country .panel-section3{padding-top:9rem}}#tpl-country .panel-section3 .section-map{width:100%;height:24vw;min-height:342px;max-height:500px;background-color:#D1D1D1;align-items:center}#tpl-country .panel-section3 .section-content{width:100%}#tpl-country .panel-section3 .tpl-panelWrap{max-width:780px;padding-top:13.2rem;padding-bottom:22.8rem;align-items:flex-start}@media (max-width:800px){#tpl-country .panel-section3 .tpl-panelWrap{width:95%}}@media (max-width:768px){#tpl-country .panel-section3 .tpl-panelWrap{padding-top:10rem}}@media (max-width:560px){#tpl-country .panel-section3 .tpl-panelWrap{padding-top:9rem}}@media (max-width:768px){#tpl-country .panel-section3 .tpl-panelWrap{padding-bottom:10rem}}@media (max-width:560px){#tpl-country .panel-section3 .tpl-panelWrap{padding-bottom:9rem}}#tpl-country .panel-section3 .section-title{font-size:5.9rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){#tpl-country .panel-section3 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-country .panel-section3 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-country .panel-section3 .contact-form{margin-top:13px;width:100%}#tpl-bridge .section-title{font-family:"Fira Sans",sans-serif;font-size:4.2rem;line-height:5rem;font-weight:700;color:#161691}@media (max-width:768px){#tpl-bridge .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge b{color:#60E3F4!important}#tpl-bridge [type="radio"]:not(:checked)+label:after,#tpl-bridge [type="radio"]:checked+label:after{background-color:#55FFB2}#tpl-bridge .panel-intro{padding-top:14.9rem;padding-bottom:22.2rem}@media (max-width:768px){#tpl-bridge .panel-intro{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-intro{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-intro{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-intro{padding-bottom:9rem}}#tpl-bridge .panel-intro .tpl-panelWrap{max-width:1470px}#tpl-bridge .panel-intro .section-content{margin-left:-40px;width:calc(100% + 80px);justify-content:space-between;align-items:center}#tpl-bridge .panel-intro .section-content>*{margin-left:40px;margin-right:40px}@media (max-width:640px){#tpl-bridge .panel-intro .section-content{margin-left:0;width:100%}#tpl-bridge .panel-intro .section-content>*{margin-left:0;margin-right:0}}#tpl-bridge .panel-intro .section-img{margin-top:10rem;width:100%;max-width:413px;max-height:104px}@media (max-width:768px){#tpl-bridge .panel-intro .section-img{margin-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-intro .section-img{margin-top:9rem}}#tpl-bridge .panel-intro .section-text{margin-top:10rem;max-width:566px;font-family:"Fira Sans",sans-serif;color:#161691;font-size:5.8rem;line-height:6rem;font-weight:700}@media (max-width:768px){#tpl-bridge .panel-intro .section-text{margin-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-intro .section-text{margin-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-intro .section-text{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-intro .section-text{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section1{padding-top:14.6rem;padding-bottom:17.6rem;background-color:#F2F2F2}@media (max-width:768px){#tpl-bridge .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section1{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section1{padding-bottom:9rem}}#tpl-bridge .panel-section1 .tpl-panelWrap{max-width:1265px}#tpl-bridge .panel-section1 .tpl-columns{justify-content:space-between}#tpl-bridge .panel-section1 .column1{flex:0 0 429px}#tpl-bridge .panel-section1 .column2{position:relative;flex:0 0 677px;align-items:center}#tpl-bridge .panel-section1 .section-title{max-width:358px}#tpl-bridge .panel-section1 .section-text{margin-top:34px;color:#A4A4A4}#tpl-bridge .panel-section1 .pointList{margin-top:50px}#tpl-bridge .panel-section1 .pointSingle-text{position:relative;color:#161691;padding-left:25px}#tpl-bridge .panel-section1 .pointSingle-text+.pointSingle-text{margin-top:40px}#tpl-bridge .panel-section1 .pointSingle-icon{position:absolute;top:6px;left:0;display:inline-block;width:18px;height:18px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/icons/tchat-icon.png) no-repeat center center;background-size:contain}#tpl-bridge .panel-section1 .section-img{position:relative;width:100%;height:auto}#tpl-bridge .panel-section2{padding-top:0;padding-bottom:0;width:100%;height:42vw;overflow:hidden}#tpl-bridge .panel-section3{padding-top:18rem;padding-bottom:18rem;width:100%;min-height:100vh;align-items:center;overflow:hidden}@media (max-width:768px){#tpl-bridge .panel-section3{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section3{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section3{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section3{padding-bottom:9rem}}#tpl-bridge .panel-section3 .tpl-panelWrap{overflow:visible}#tpl-bridge .panel-section3 .section-title{margin-left:70px;margin-bottom:70px}#tpl-bridge .panel-section3 .viewer{left:0;bottom:0;margin-left:auto;margin-right:auto;width:95%;height:100%;max-height:1043px;background-repeat:no-repeat;background-position:center center;top:150px}#tpl-bridge .panel-section3 .tpl-columns{justify-content:space-between}#tpl-bridge .panel-section3 .column1,#tpl-bridge .panel-section3 .column2{flex-direction:column;justify-content:center}#tpl-bridge .panel-section3 .pointList-timeline{display:flex;flex-wrap:nowrap;margin-left:-20px;width:calc(100% + 40px);min-height:360px}#tpl-bridge .panel-section3 .pointList-timeline>*{margin-left:20px;margin-right:20px}@media (max-width:640px){#tpl-bridge .panel-section3 .pointList-timeline{margin-left:0;width:100%}#tpl-bridge .panel-section3 .pointList-timeline>*{margin-left:0;margin-right:0}}#tpl-bridge .panel-section3 .pointList-bullet{position:relative;width:40px}#tpl-bridge .panel-section3 .pointList-bullet:before{content:'';position:absolute;top:7px;left:50%;transform:translateX(-50%);width:4px;height:calc(100% - 14px);background-color:#C5C5C5}#tpl-bridge .panel-section3 .pointSingle-bullet{display:block;position:relative;margin-left:auto;margin-right:auto;width:15px;height:15px;border:#C5C5C5 4px solid;border-radius:50%;background-color:#fff;font-weight:400;text-align:center;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .pointSingle-bullet+.pointSingle-bullet{margin-top:40px}#tpl-bridge .panel-section3 .pointList-text{position:relative;width:100%}#tpl-bridge .panel-section3 .pointList-text .pointSingle{max-width:429px}#tpl-bridge .panel-section3 .pointSingle-title{font-family:"Fira Sans",sans-serif;font-size:2.4rem;line-height:1.2;font-weight:700;color:#161691}#tpl-bridge .panel-section3 .pointSingle-text{margin-top:14px}#tpl-bridge .panel-section3 .pointList-img{position:relative;height:100%;overflow:hidden}#tpl-bridge .panel-section3 .pointSingle-img{position:relative;width:100%;height:100%}#tpl-bridge .panel-section3 .xl .pointSingle{position:absolute;width:100%;height:100%;opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;pointer-events:none}#tpl-bridge .panel-section3 .xs .section-title{margin-left:0}#tpl-bridge .panel-section3 .xs .pointSingle-img{display:block;margin:30px auto 60px;max-width:500px}#tpl-bridge .panel-section3 .viewer[data-current="frame20"] .pointList-bullet>li:nth-child(20){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame20"] .pointList-text>li:nth-child(20),#tpl-bridge .panel-section3 .viewer[data-current="frame20"] .pointList-img>li:nth-child(20){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame19"] .pointList-bullet>li:nth-child(19){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame19"] .pointList-text>li:nth-child(19),#tpl-bridge .panel-section3 .viewer[data-current="frame19"] .pointList-img>li:nth-child(19){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame18"] .pointList-bullet>li:nth-child(18){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame18"] .pointList-text>li:nth-child(18),#tpl-bridge .panel-section3 .viewer[data-current="frame18"] .pointList-img>li:nth-child(18){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame17"] .pointList-bullet>li:nth-child(17){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame17"] .pointList-text>li:nth-child(17),#tpl-bridge .panel-section3 .viewer[data-current="frame17"] .pointList-img>li:nth-child(17){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame16"] .pointList-bullet>li:nth-child(16){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame16"] .pointList-text>li:nth-child(16),#tpl-bridge .panel-section3 .viewer[data-current="frame16"] .pointList-img>li:nth-child(16){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame15"] .pointList-bullet>li:nth-child(15){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame15"] .pointList-text>li:nth-child(15),#tpl-bridge .panel-section3 .viewer[data-current="frame15"] .pointList-img>li:nth-child(15){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame14"] .pointList-bullet>li:nth-child(14){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame14"] .pointList-text>li:nth-child(14),#tpl-bridge .panel-section3 .viewer[data-current="frame14"] .pointList-img>li:nth-child(14){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame13"] .pointList-bullet>li:nth-child(13){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame13"] .pointList-text>li:nth-child(13),#tpl-bridge .panel-section3 .viewer[data-current="frame13"] .pointList-img>li:nth-child(13){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame12"] .pointList-bullet>li:nth-child(12){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame12"] .pointList-text>li:nth-child(12),#tpl-bridge .panel-section3 .viewer[data-current="frame12"] .pointList-img>li:nth-child(12){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame11"] .pointList-bullet>li:nth-child(11){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame11"] .pointList-text>li:nth-child(11),#tpl-bridge .panel-section3 .viewer[data-current="frame11"] .pointList-img>li:nth-child(11){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame10"] .pointList-bullet>li:nth-child(10){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame10"] .pointList-text>li:nth-child(10),#tpl-bridge .panel-section3 .viewer[data-current="frame10"] .pointList-img>li:nth-child(10){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame9"] .pointList-bullet>li:nth-child(9){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame9"] .pointList-text>li:nth-child(9),#tpl-bridge .panel-section3 .viewer[data-current="frame9"] .pointList-img>li:nth-child(9){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame8"] .pointList-bullet>li:nth-child(8){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame8"] .pointList-text>li:nth-child(8),#tpl-bridge .panel-section3 .viewer[data-current="frame8"] .pointList-img>li:nth-child(8){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame7"] .pointList-bullet>li:nth-child(7){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame7"] .pointList-text>li:nth-child(7),#tpl-bridge .panel-section3 .viewer[data-current="frame7"] .pointList-img>li:nth-child(7){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame6"] .pointList-bullet>li:nth-child(6){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame6"] .pointList-text>li:nth-child(6),#tpl-bridge .panel-section3 .viewer[data-current="frame6"] .pointList-img>li:nth-child(6){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame5"] .pointList-bullet>li:nth-child(5){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame5"] .pointList-text>li:nth-child(5),#tpl-bridge .panel-section3 .viewer[data-current="frame5"] .pointList-img>li:nth-child(5){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame4"] .pointList-bullet>li:nth-child(4){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame4"] .pointList-text>li:nth-child(4),#tpl-bridge .panel-section3 .viewer[data-current="frame4"] .pointList-img>li:nth-child(4){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame3"] .pointList-bullet>li:nth-child(3){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame3"] .pointList-text>li:nth-child(3),#tpl-bridge .panel-section3 .viewer[data-current="frame3"] .pointList-img>li:nth-child(3){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame2"] .pointList-bullet>li:nth-child(2){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame2"] .pointList-text>li:nth-child(2),#tpl-bridge .panel-section3 .viewer[data-current="frame2"] .pointList-img>li:nth-child(2){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section3 .viewer[data-current="frame1"] .pointList-bullet>li:nth-child(1){width:29px;height:29px;border:#60E3F4 6px solid;transition:0.35s all ease-out}#tpl-bridge .panel-section3 .viewer[data-current="frame1"] .pointList-text>li:nth-child(1),#tpl-bridge .panel-section3 .viewer[data-current="frame1"] .pointList-img>li:nth-child(1){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4{padding-top:18rem;padding-bottom:18rem;width:100%;min-height:100vh;background-color:#151669;align-items:center;overflow:hidden}@media (max-width:768px){#tpl-bridge .panel-section4{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section4{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section4{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section4{padding-bottom:9rem}}#tpl-bridge .panel-section4 .tpl-panelWrap{overflow:visible}#tpl-bridge .panel-section4 .viewer{left:0;bottom:0;margin-left:auto;margin-right:auto;width:95%;height:100%;max-height:1100px;background-repeat:no-repeat;background-position:center center;top:150px}#tpl-bridge .panel-section4 .tpl-columns{justify-content:space-between}#tpl-bridge .panel-section4 .column1,#tpl-bridge .panel-section4 .column2{flex-direction:column;justify-content:center}#tpl-bridge .panel-section4 .pointSingle-text+.pointSingle-text{margin-top:48px}#tpl-bridge .panel-section4 .pointSingle-title{color:#827DB6;font-family:"Fira Sans",sans-serif;font-size:3.2rem;line-height:3.6rem;font-weight:300;transition:0.35s all ease-out}#tpl-bridge .panel-section4 .pointList-img{position:relative;height:100%;overflow:hidden}#tpl-bridge .panel-section4 .pointSingle-media{position:absolute;width:100%;height:100%;opacity:0;transition:0.35s opacity ease-out;pointer-events:initial;pointer-events:none}#tpl-bridge .panel-section4 .pointSingle-img{position:relative;width:100%;height:100%}#tpl-bridge .panel-section4 .xs .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;text-align:center}#tpl-bridge .panel-section4 .xs .pointSingle-title br{content:' '}#tpl-bridge .panel-section4 .xs .pointSingle-title br:after{content:' '}@media (max-width:768px){#tpl-bridge .panel-section4 .xs .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .xs .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .xs .pointSingle-img{display:block;margin:30px auto 80px;max-width:500px}#tpl-bridge .panel-section4 .viewer[data-current="frame20"] .pointList-text>li:nth-child(20) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame20"] .pointList-text>li:nth-child(20) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame20"] .pointList-text>li:nth-child(20) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame20"] .pointList-img>li:nth-child(20){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame19"] .pointList-text>li:nth-child(19) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame19"] .pointList-text>li:nth-child(19) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame19"] .pointList-text>li:nth-child(19) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame19"] .pointList-img>li:nth-child(19){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame18"] .pointList-text>li:nth-child(18) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame18"] .pointList-text>li:nth-child(18) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame18"] .pointList-text>li:nth-child(18) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame18"] .pointList-img>li:nth-child(18){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame17"] .pointList-text>li:nth-child(17) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame17"] .pointList-text>li:nth-child(17) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame17"] .pointList-text>li:nth-child(17) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame17"] .pointList-img>li:nth-child(17){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame16"] .pointList-text>li:nth-child(16) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame16"] .pointList-text>li:nth-child(16) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame16"] .pointList-text>li:nth-child(16) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame16"] .pointList-img>li:nth-child(16){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame15"] .pointList-text>li:nth-child(15) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame15"] .pointList-text>li:nth-child(15) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame15"] .pointList-text>li:nth-child(15) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame15"] .pointList-img>li:nth-child(15){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame14"] .pointList-text>li:nth-child(14) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame14"] .pointList-text>li:nth-child(14) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame14"] .pointList-text>li:nth-child(14) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame14"] .pointList-img>li:nth-child(14){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame13"] .pointList-text>li:nth-child(13) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame13"] .pointList-text>li:nth-child(13) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame13"] .pointList-text>li:nth-child(13) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame13"] .pointList-img>li:nth-child(13){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame12"] .pointList-text>li:nth-child(12) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame12"] .pointList-text>li:nth-child(12) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame12"] .pointList-text>li:nth-child(12) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame12"] .pointList-img>li:nth-child(12){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame11"] .pointList-text>li:nth-child(11) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame11"] .pointList-text>li:nth-child(11) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame11"] .pointList-text>li:nth-child(11) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame11"] .pointList-img>li:nth-child(11){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame10"] .pointList-text>li:nth-child(10) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame10"] .pointList-text>li:nth-child(10) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame10"] .pointList-text>li:nth-child(10) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame10"] .pointList-img>li:nth-child(10){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame9"] .pointList-text>li:nth-child(9) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame9"] .pointList-text>li:nth-child(9) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame9"] .pointList-text>li:nth-child(9) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame9"] .pointList-img>li:nth-child(9){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame8"] .pointList-text>li:nth-child(8) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame8"] .pointList-text>li:nth-child(8) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame8"] .pointList-text>li:nth-child(8) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame8"] .pointList-img>li:nth-child(8){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame7"] .pointList-text>li:nth-child(7) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame7"] .pointList-text>li:nth-child(7) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame7"] .pointList-text>li:nth-child(7) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame7"] .pointList-img>li:nth-child(7){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame6"] .pointList-text>li:nth-child(6) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame6"] .pointList-text>li:nth-child(6) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame6"] .pointList-text>li:nth-child(6) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame6"] .pointList-img>li:nth-child(6){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame5"] .pointList-text>li:nth-child(5) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame5"] .pointList-text>li:nth-child(5) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame5"] .pointList-text>li:nth-child(5) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame5"] .pointList-img>li:nth-child(5){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame4"] .pointList-text>li:nth-child(4) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame4"] .pointList-text>li:nth-child(4) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame4"] .pointList-text>li:nth-child(4) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame4"] .pointList-img>li:nth-child(4){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame3"] .pointList-text>li:nth-child(3) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame3"] .pointList-text>li:nth-child(3) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame3"] .pointList-text>li:nth-child(3) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame3"] .pointList-img>li:nth-child(3){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame2"] .pointList-text>li:nth-child(2) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame2"] .pointList-text>li:nth-child(2) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame2"] .pointList-text>li:nth-child(2) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame2"] .pointList-img>li:nth-child(2){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section4 .viewer[data-current="frame1"] .pointList-text>li:nth-child(1) .pointSingle-title{color:#55FFB2;font-size:5.8rem;line-height:4.8rem;font-weight:700;transition:0.35s all ease-out}@media (max-width:768px){#tpl-bridge .panel-section4 .viewer[data-current="frame1"] .pointList-text>li:nth-child(1) .pointSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section4 .viewer[data-current="frame1"] .pointList-text>li:nth-child(1) .pointSingle-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section4 .viewer[data-current="frame1"] .pointList-img>li:nth-child(1){opacity:1;transition:0.35s opacity ease-out;pointer-events:initial}#tpl-bridge .panel-section5{padding-top:15.5rem;padding-bottom:16.7rem}#tpl-bridge .panel-section5 b{position:relative;color:#000000!important;padding-bottom:2px;border-bottom:#55FFB2 7px solid}@media (max-width:768px){#tpl-bridge .panel-section5{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section5{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section5{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section5{padding-bottom:9rem}}#tpl-bridge .panel-section5 .tpl-panelWrap{max-width:1100px;color:#000}#tpl-bridge .panel-section5 .section-title{padding-top:79px;color:#000;font-size:6rem;line-height:5.5rem;font-weight:700}@media (max-width:768px){#tpl-bridge .panel-section5 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-bridge .panel-section5 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-bridge .panel-section5 .section-title span{position:relative}#tpl-bridge .panel-section5 .section-title span:after{content:'';display:inline-block;position:absolute;top:-45px;left:100%;margin:0 20px;width:79px;height:78px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/editorial/green_quote.png) no-repeat center center;background-size:contain}#tpl-bridge .panel-section5 .js-slider0{margin-top:7.7rem}#tpl-bridge .panel-section5 .slideList .slick-list{width:100%}#tpl-bridge .panel-section5 .slideList .slick-dots>li>button{width:14px;height:14px}#tpl-bridge .panel-section5 .slideList .slick-dots>li.slick-active>button{background-color:#55FFB2;border-color:#9A9A9A}#tpl-bridge .panel-section5 .testimonySingle-text{font-size:4.2rem;line-height:6.1rem;font-weight:300}@media (max-width:768px){#tpl-bridge .panel-section5 .testimonySingle-text{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section5 .testimonySingle-text{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section5 .testimonySingle-meta{margin-top:8rem}#tpl-bridge .panel-section5 .testimonySingle-img{display:inline-block;margin-right:21px;width:142px;height:142px;vertical-align:middle;border-radius:50%}#tpl-bridge .panel-section5 .testimonySingle-title{display:inline-block;vertical-align:middle}#tpl-bridge .panel-section5 .testimonySingle-title .name,#tpl-bridge .panel-section5 .testimonySingle-title .job{display:block}#tpl-bridge .panel-section5 .testimonySingle-title .name{font-family:"Fira Sans",sans-serif;font-weight:700}#tpl-bridge .panel-section5 .testimonySingle-title .job{font-size:1.6rem;line-height:1.8rem;font-weight:400;color:#949494}#tpl-bridge .panel-section6{padding-top:0;padding-bottom:0}#tpl-bridge .panel-section6 .tpl-panelWrap{max-width:1356px}#tpl-bridge .panel-section6 .column1{flex-direction:column;justify-content:center}#tpl-bridge .panel-section6 .column2{flex:0 1 494px;justify-content:flex-end;align-items:flex-end}#tpl-bridge .panel-section6 b{color:#55FFB2!important}#tpl-bridge .panel-section6 .section-content{margin-top:16.9rem;margin-bottom:12.4rem}@media (max-width:768px){#tpl-bridge .panel-section6 .section-content{margin-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section6 .section-content{margin-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section6 .section-content{margin-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section6 .section-content{margin-bottom:9rem}}#tpl-bridge .panel-section6 .section-title{max-width:390px;color:#fff;font-size:6rem;line-height:7rem;font-weight:700}@media (max-width:768px){#tpl-bridge .panel-section6 .section-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-bridge .panel-section6 .section-title{font-size:3.8rem;line-height:4.2rem}}#tpl-bridge .panel-section6 .section-subtitle{display:inline-block;margin-top:30px;color:#A4A4A4;font-size:2.5rem;line-height:3.2rem;font-weight:400}#tpl-bridge .panel-section6 .quiz-form{margin-top:30px;max-width:699px}#tpl-bridge .panel-section6 .quiz-form .gf_progressbar_wrapper{display:none}#tpl-bridge .panel-section6 .quiz-form .gform_page_fields{padding:30px 47px 35px;background-color:#323232;border-radius:11px}#tpl-bridge .panel-section6 .quiz-form li.gfield:not(.gform_hidden){margin-top:0!important}#tpl-bridge .panel-section6 .quiz-form label{color:#ffffff!important}#tpl-bridge .panel-section6 .quiz-form label.gfield_label{color:#A4A4A4!important}#tpl-bridge .panel-section6 .quiz-form label,#tpl-bridge .panel-section6 .quiz-form label.gfield_label{font-size:2rem!important;line-height:3.2rem!important;font-weight:normal!important}#tpl-bridge .panel-section6 .quiz-form input{color:#fff}#tpl-bridge .panel-section6 .quiz-form .gform_wrapper .gform_footer input[type="submit"],#tpl-bridge .panel-section6 .quiz-form .gform_wrapper .gform_footer button[type="submit"]{margin-top:40px}#tpl-bridge .panel-section6 .quiz-form .gform_page_footer{margin-top:42px;margin-left:-15px;width:calc(100% + 30px)}#tpl-bridge .panel-section6 .quiz-form .gform_page_footer>*{margin-left:15px;margin-right:15px}@media (max-width:640px){#tpl-bridge .panel-section6 .quiz-form .gform_page_footer{margin-left:0;width:100%}#tpl-bridge .panel-section6 .quiz-form .gform_page_footer>*{margin-left:0;margin-right:0}}#tpl-bridge .panel-section6 .quiz-form .gform_next_button,#tpl-bridge .panel-section6 .quiz-form .gform_previous_button,#tpl-bridge .panel-section6 .quiz-form .btn.btn-form-submit{margin-top:0;padding:12px 85px 13px;width:auto;border-color:#55FFB2;color:#55FFB2;font-family:"Fira Sans",sans-serif;font-size:1.6rem;line-height:2.8rem;font-weight:700;text-transform:none;letter-spacing:0}#tpl-bridge .panel-section6 .quiz-form .gform_next_button:hover,#tpl-bridge .panel-section6 .quiz-form .gform_previous_button:hover,#tpl-bridge .panel-section6 .quiz-form .btn.btn-form-submit:hover,#tpl-bridge .panel-section6 .quiz-form .gform_next_button:focus,#tpl-bridge .panel-section6 .quiz-form .gform_previous_button:focus,#tpl-bridge .panel-section6 .quiz-form .btn.btn-form-submit:focus{background-color:#55FFB2;color:#000}#tpl-bridge .panel-section7{padding-top:16.8rem;padding-bottom:13.3rem}@media (max-width:768px){#tpl-bridge .panel-section7{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section7{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section7{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section7{padding-bottom:9rem}}#tpl-bridge .panel-section7 .tpl-panelWrap{max-width:860px;text-align:center}#tpl-bridge .panel-section7 .section-title,#tpl-bridge .panel-section7 .section-subtitle{color:#3D188B}#tpl-bridge .panel-section7 .section-title{font-size:4.2rem;line-height:5rem;font-weight:300}@media (max-width:768px){#tpl-bridge .panel-section7 .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section7 .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section7 .section-subtitle{font-size:4.2rem;line-height:5rem;font-weight:700}@media (max-width:768px){#tpl-bridge .panel-section7 .section-subtitle{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-bridge .panel-section7 .section-subtitle{font-size:2.8rem;line-height:3.2rem}}#tpl-bridge .panel-section7 .contact-form{margin-top:50px}#tpl-bridge .panel-section7 .gform_wrapper .gform_footer{text-align:right}#tpl-bridge .panel-section7 .gform_button.btn.btn-form-submit{min-width:185px;border-color:#3D188B;color:#3D188B;font-family:"Fira Sans",sans-serif;font-size:1.6rem;line-height:1.2;font-weight:700;letter-spacing:0;text-transform:none}#tpl-bridge .panel-section7 .gform_button.btn.btn-form-submit:hover,#tpl-bridge .panel-section7 .gform_button.btn.btn-form-submit:focus{background-color:#3D188B;color:#fff}#tpl-bridge .panel-section8{padding-top:14rem;padding-bottom:13rem;color:#9A9ADB}@media (max-width:768px){#tpl-bridge .panel-section8{padding-top:10rem}}@media (max-width:560px){#tpl-bridge .panel-section8{padding-top:9rem}}@media (max-width:768px){#tpl-bridge .panel-section8{padding-bottom:10rem}}@media (max-width:560px){#tpl-bridge .panel-section8{padding-bottom:9rem}}#tpl-bridge .panel-section8,#tpl-bridge .panel-section8 .editor{text-align:center}#tpl-blog .tpl-panelWrap{max-width:782px;overflow:visible}@media (max-width:802px){#tpl-blog .tpl-panelWrap{width:95%}}#tpl-blog .panel-section0{padding-top:15rem;text-align:center}@media (max-width:768px){#tpl-blog .panel-section0{padding-top:10rem}}@media (max-width:560px){#tpl-blog .panel-section0{padding-top:9rem}}#tpl-blog .panel-section0 .page-title{display:block;margin-bottom:24px;font-size:6.3rem;line-height:1.1;font-weight:700}@media (max-width:768px){#tpl-blog .panel-section0 .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-blog .panel-section0 .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-blog .panel-section0 .page-title strong{position:relative;display:block;top:-32px;color:#B9B9B9;font-size:24rem;line-height:1;font-weight:100}@media (max-width:768px){#tpl-blog .panel-section0 .page-title strong{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-blog .panel-section0 .page-title strong{font-size:3.8rem;line-height:4.2rem}}#tpl-blog .panel-section0 .section-link .btn{margin-top:5rem;margin-bottom:0;padding:1.7rem 6rem;font-size:2.5rem;line-height:1.1;font-weight:400;color:#fff;background-color:#E41A1A;border-color:#fff0;border-radius:50px;transition:0.35s all ease-out}#tpl-blog .panel-section0 .section-link .btn:hover,#tpl-blog .panel-section0 .section-link .btn:focus{color:#E41A1A;background-color:#fff;border-color:#E41A1A}#tpl-blog .panel-section0 .section-filter{display:flex;justify-content:space-between}#tpl-blog .panel-section0 .section-filter .typeList{display:flex;flex:1;justify-content:space-between;padding-bottom:30px;text-align:left}#tpl-blog .panel-section0 .section-filter .typeSingle-title{display:inline-block;position:relative;color:#959595;font-size:1.8rem;line-height:3rem;font-weight:400;text-transform:uppercase;cursor:pointer}#tpl-blog .panel-section0 .section-filter .typeSingle-title:after{content:'';display:inline-block;position:absolute;bottom:-13px;left:0;width:100%;height:3px;background-color:#fff0;border-radius:50px}#tpl-blog .panel-section0 .section-filter .typeSingle-title.active{font-weight:700;color:#000}#tpl-blog .panel-section0 .section-filter .typeSingle-title.active:after{background-color:#777}#tpl-blog .panel-section0 .section-filter .filterForm{position:relative;display:inline-block;flex:1;max-width:300px}#tpl-blog .panel-section0 .section-filter .filterForm:before,#tpl-blog .panel-section0 .section-filter .filterForm:after{content:'';display:inline-block;position:absolute;background-color:#777}#tpl-blog .panel-section0 .section-filter .filterForm:after{left:0;bottom:-13px;width:100%;height:1px;outline:rgb(185 185 185 / .2) thin solid;background-color:#777}#tpl-blog .panel-section0 .section-filter .filterForm input{position:relative;padding:0;height:30px;border:none}#tpl-blog .panel-section0 .section-filter .filterForm input[type='text'].search-input::-webkit-input-placeholder,#tpl-blog .panel-section0 .section-filter .filterForm ::-webkit-input-placeholder{font-size:2rem;line-height:3rem;font-weight:400}#tpl-blog .panel-section0 .section-filter .filterForm .iconfont{position:absolute;top:0;right:0;width:35px;height:35px;border-radius:35px;font-size:16px;line-height:35px;text-align:center;color:#fff;background-color:#000}#tpl-blog .panel-section1{padding-bottom:28rem;background-color:#F5F5F5}@media (max-width:768px){#tpl-blog .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-blog .panel-section1{padding-bottom:9rem}}#tpl-blog .panel-section1 .postList{justify-content:space-between}#tpl-videos .tpl-panelWrap{max-width:926px;overflow:visible}@media (max-width:946px){#tpl-videos .tpl-panelWrap{width:95%}}#tpl-videos .videoBtn{cursor:pointer}#tpl-videos .panel-section0{padding-top:0;padding-bottom:45px;overflow:hidden}#tpl-videos .panel-section0 .section-header{padding-top:18vh}#tpl-videos .panel-section0 .section-overlay{z-index:0}#tpl-videos .panel-section0 .section-overlay:after{content:'';position:absolute;bottom:0;left:0;width:100vw;height:64vw;background:linear-gradient(180deg,#fff0 0%,rgb(0 0 0 / .5) 50%,#000000 100%)}#tpl-videos .panel-section0 .page-title{display:block;margin-bottom:24px;font-size:13rem;line-height:12rem;font-weight:700}@media (max-width:768px){#tpl-videos .panel-section0 .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-videos .panel-section0 .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-videos .panel-section0 .section-filter{display:flex;flex-direction:row;align-items:center;margin-top:33rem}#tpl-videos .panel-section0 .section-filter .typeList,#tpl-videos .panel-section0 .section-filter .videoWrap{padding-bottom:30px}#tpl-videos .panel-section0 .section-filter .typeSingle-title{display:inline-block;position:relative;margin-right:70px;font-size:1.8rem;line-height:3rem;font-weight:400;text-transform:uppercase;cursor:pointer}#tpl-videos .panel-section0 .section-filter .typeSingle-title:after{content:'';display:inline-block;position:absolute;bottom:-13px;left:0;width:100%;height:3px;background-color:#fff0;border-radius:50px}#tpl-videos .panel-section0 .section-filter .typeSingle-title.active{font-weight:700}#tpl-videos .panel-section0 .section-filter .typeSingle-title.active:after{background-color:#fff}#tpl-videos .panel-section0 .videoWrap{display:inline-block}#tpl-videos #playlistBtn{padding:11px 45px 11px 15px;background-color:#fff;border-radius:32px;text-transform:none}#tpl-videos #playlistBtn:before{content:'';display:inline-block;position:relative;margin-right:16px;width:39px;height:39px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/icons/play-black_icon.svg) no-repeat center center;background-size:cover;vertical-align:middle}#tpl-videos #playlistBtn span{position:relative;top:5px;color:#000;font-size:2.5rem;line-height:2.6rem;font-weight:400}#tpl-videos .panel-section1{padding-bottom:28rem}@media (max-width:768px){#tpl-videos .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-videos .panel-section1{padding-bottom:9rem}}#tpl-videos .panel-section1 .videoList{justify-content:space-between}#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2),#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2){display:flex;flex-direction:column-reverse;height:auto}#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .productSingle-img,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .productSingle-img{position:relative;height:60vw;max-height:800px;background-position:center top!important}#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .tpl-panelWrap,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .tpl-panelWrap{padding-top:18rem;padding-bottom:10rem}@media (max-width:720px){#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .tpl-panelWrap,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .tpl-panelWrap{padding-top:10rem;padding-bottom:10rem}}@media (max-width:540px){#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .tpl-panelWrap,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .tpl-panelWrap{padding-top:4rem;padding-bottom:6rem}}#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .productSingle-content,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .productSingle-content,#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .productSingle-title,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .productSingle-title,#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .productSingle-text,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .productSingle-text{max-width:980px!important}#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .productSingle-text,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .productSingle-text{max-width:700px}@media (min-width:769px){#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(2) .productSingle-content,#tpl-retail .panel-products .productList:not(.productList1) .productSingle:nth-child(2) .productSingle-content{width:80%}}#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(4){min-height:650px;height:70vh}@media (max-width:768px){#tpl-frontpage .panel-products .productList.productList2 .productSingle:nth-child(4) .parallax-img{margin-top:-30vw}}#tpl-kiosk .panel-products .productList.productList1 .productSingle:nth-child(1),#tpl-kiosk .panel-products .productList.productList2 .productSingle:nth-child(4),#tpl-kiosk .panel-products .productList.smallProductList .productSingle,#tpl-drive .panel-products .productList .productSingle,#tpl-sco .panel-products .productList.productList1 .productSingle,#tpl-sco .panel-products .productList.productList2 .productSingle:nth-child(2),#tpl-retail .panel-products .productList .productSingle,#tpl-food .panel-products .productList.productList1bis .productSingle{overflow:hidden}#tpl-kiosk .panel-products .productList.productList1 .productSingle:nth-child(1) .parallax-img.fillparent,#tpl-kiosk .panel-products .productList.productList2 .productSingle:nth-child(4) .parallax-img.fillparent,#tpl-kiosk .panel-products .productList.smallProductList .productSingle .parallax-img.fillparent,#tpl-drive .panel-products .productList .productSingle .parallax-img.fillparent,#tpl-sco .panel-products .productList.productList1 .productSingle .parallax-img.fillparent,#tpl-sco .panel-products .productList.productList2 .productSingle:nth-child(2) .parallax-img.fillparent,#tpl-retail .panel-products .productList .productSingle .parallax-img.fillparent,#tpl-food .panel-products .productList.productList1bis .productSingle .parallax-img.fillparent{z-index:0}#tpl-kiosk .panel-products .productList.productList2 .productSingle:nth-child(2){padding-bottom:25rem;height:120vh}@media (max-width:768px){#tpl-kiosk .panel-products .productList.productList2 .productSingle:nth-child(2){padding-bottom:10rem}}@media (max-width:560px){#tpl-kiosk .panel-products .productList.productList2 .productSingle:nth-child(2){padding-bottom:9rem}}@media (max-width:440px){#tpl-kiosk .panel-products .productList1 .productSingle:nth-child(1) .productSingle-imgCont.left{left:-25%}}@media (min-width:769px){#tpl-drive .panel-products .productList.productList1 .productSingle:nth-child(3) .productSingle-imgCont{height:110%;top:-5%}}@media (max-width:768px){#tpl-kiosk .panel-products .productList.productList2 .productSingle:nth-child(3) .productSingle-imgCont.left .productSingle-img,#tpl-drive .panel-products .productList.productList1 .productSingle:nth-child(2) .productSingle-imgCont.left .productSingle-img{transform:translate(-49%,-50%) translateZ(0) scale(1,1)}#tpl-retail .panel-products .productList.bigProductList .productSingle.bkgimg .productSingle-img{display:none}}#tpl-retail .panel-products{padding-bottom:0}#tpl-retail .panel-products .section-title{float:none;margin-top:10rem;margin-left:4vw}@media (max-width:768px){#tpl-retail .panel-products .section-title{margin-top:10rem}}@media (max-width:560px){#tpl-retail .panel-products .section-title{margin-top:9rem}}#tpl-retail .panel-products .section-title .exp,#tpl-retail .panel-products .section-title .title{line-height:1.1}#tpl-retail .panel-products .section-title .exp{margin-left:0;font-size:8rem;color:#D5D5D5}#tpl-retail .panel-products .section-title .title{font-size:18rem}#tpl-retail .panel-products .section-title.first{position:absolute;top:0;left:0;z-index:2}@media (max-width:768px){#tpl-retail .panel-products .section-title.first{position:relative}}#tpl-retail .panel-products .productList{background:#fff}#tpl-retail .panel-products .productList.productList1{margin-top:18rem}@media (max-width:992px){#tpl-retail .panel-products .productList.productList1{margin-top:10rem}}@media (max-width:768px){#tpl-retail .panel-products .productList.productList1{margin-top:0}}#tpl-retail .panel-products .bigProductList+.section-title{position:relative;margin-top:8rem}#tpl-retail .panel-products .bigProductList+.section-title:after{content:'';position:absolute;top:-50%;left:-50vw;width:200vw;height:200%;background:#F6F6F6;z-index:-1}#tpl-retail .panel-products .bigProductList .productSingle.fullHeader{padding-top:0;height:auto}#tpl-retail .panel-products .bigProductList .section-title{position:relative;margin-left:0}#tpl-retail .panel-products .bigProductList .section-title .exp{margin-left:14vw;font-size:5vw;font-weight:100;color:#fff}#tpl-retail .panel-products .bigProductList .section-title .title{padding:7vw 0;font-size:23vw;line-height:.4;color:#fff}#tpl-retail .panel-products .bigProductList .section-title .first,#tpl-retail .panel-products .bigProductList .section-title .second{position:relative;display:block}#tpl-retail .panel-products .bigProductList .section-title .first{z-index:2}#tpl-retail .panel-products .bigProductList .section-title .firstshdw{position:absolute;top:-2vw;left:-2.5vw;color:rgb(253 205 88 / .4);font-size:29vw;letter-spacing:-2.5vw;z-index:-1}#tpl-retail .panel-products .bigProductList .section-title .second{margin-left:31vw;z-index:0}@media (max-width:768px){#tpl-retail .panel-products .bigProductList .section-title .title{font-size:22vw}#tpl-retail .panel-products .bigProductList .section-title .firstshdw{font-size:28vw}}#tpl-retail .panel-products .bigProductList .productSingle-content{margin-bottom:20rem;justify-content:flex-end}@media (max-width:768px){#tpl-retail .panel-products .bigProductList .productSingle-content{margin-bottom:10rem}}@media (max-width:560px){#tpl-retail .panel-products .bigProductList .productSingle-content{margin-bottom:9rem}}#tpl-retail .panel-products .bigProductList .productSingle-text{max-width:820px}#tpl-food .panel-products{padding-bottom:0;background-color:#fdfcfe}#tpl-food .panel-products .section-title{float:none;margin-top:10rem;margin-left:8vw}@media (max-width:768px){#tpl-food .panel-products .section-title{margin-top:10rem}}@media (max-width:560px){#tpl-food .panel-products .section-title{margin-top:9rem}}#tpl-food .panel-products .section-title .exp,#tpl-food .panel-products .section-title .title{line-height:.8}#tpl-food .panel-products .section-title .exp{margin-left:18rem;margin-bottom:10px;font-size:8rem;color:#D5D5D5}#tpl-food .panel-products .section-title .title{font-size:18rem}#tpl-food .panel-products .section-title.first{position:absolute;top:0;left:0;z-index:2}@media (max-width:768px){#tpl-food .panel-products .section-title.first{position:relative}}#tpl-food .panel-products .videoProductList{margin-top:36rem}@media (max-width:1440px){#tpl-food .panel-products .videoProductList{margin-top:25rem}}@media (max-width:1300px){#tpl-food .panel-products .videoProductList{margin-top:12vw}}@media (max-width:992px){#tpl-food .panel-products .videoProductList{margin-top:7rem}}@media (max-width:768px){#tpl-food .panel-products .videoProductList{margin-top:0}}#tpl-food .panel-products .videoProductList .productSingle-content{max-width:530px}#tpl-food .panel-products .videoProductList .productSingle-text{max-width:450px}#tpl-food .panel-products video{transform:translateX(33%)}#tpl-food .panel-products .videoProductList .productSingle-text,#tpl-food .panel-products .productList1 .productSingle-text,#tpl-food .panel-products .productList1bis .productSingle-text{max-width:515px}#tpl-food .panel-products .productList1bis+.section-title{margin-top:18rem;margin-bottom:12rem;margin-left:4vw}@media (max-width:768px){#tpl-food .panel-products .productList1bis+.section-title{margin-top:10rem}}@media (max-width:560px){#tpl-food .panel-products .productList1bis+.section-title{margin-top:9rem}}@media (max-width:768px){#tpl-food .panel-products .productList1bis+.section-title{margin-bottom:10rem}}@media (max-width:560px){#tpl-food .panel-products .productList1bis+.section-title{margin-bottom:9rem}}#tpl-food .panel-products .bigProductList .productSingle.fullHeader{padding-top:10rem}@media (max-width:768px){#tpl-food .panel-products .bigProductList .productSingle.fullHeader{padding-top:10rem}}@media (max-width:560px){#tpl-food .panel-products .bigProductList .productSingle.fullHeader{padding-top:9rem}}#tpl-food .panel-products .bigProductList .productSingle-text{max-width:980px}#tpl-spure .spure-link{color:#4870FF;font-size:1.6rem;line-height:2.6rem;font-weight:300;text-decoration:none}#tpl-spure .spure-link:after{content:'\e91a';position:relative;margin-left:9px;bottom:.5px;font-size:10px}#tpl-spure .panel-intro{padding:0;max-height:1050px;overflow:hidden}#tpl-spure .panel-intro .section-overlay{z-index:0}#tpl-spure .panel-intro .section-content{position:absolute;top:0;left:0;right:0;margin:auto;padding-bottom:6%;width:95%;max-width:950px;height:100%;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;z-index:1}#tpl-spure .panel-intro .page-title{font-size:4.8rem;line-height:5rem;font-weight:300}@media (max-width:768px){#tpl-spure .panel-intro .page-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-spure .panel-intro .page-title{font-size:2.8rem;line-height:3.2rem}}#tpl-spure .panel-products{padding-top:8rem;padding-bottom:0;background-color:#000}#tpl-spure .panel-products body#tinymce.wp-editor img,#tpl-spure .panel-products .editor img{margin:0}#tpl-spure .panel-products .section-title{float:none;text-align:center;font-size:5.6rem;line-height:6.4rem;font-weight:300;color:rgb(255 255 255 / .42)}@media (max-width:768px){#tpl-spure .panel-products .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-spure .panel-products .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-spure .panel-products .productSingle-title{max-width:500px;font-weight:300}#tpl-spure .panel-products .productSingle-text{margin-top:28px;font-size:1.7rem;line-height:2.6rem}#tpl-spure .panel-products .productSingle-text strong{font-weight:500}#tpl-spure .panel-products .panelBkg-black .productSingle-text{font-weight:100}#tpl-spure .panel-products .panelBkg-white .productSingle-text{font-weight:300;color:#6C7290}#tpl-spure .panel-products .videoProductList .productSingle-content .productSingle-text.editor{color:#fff;font-weight:100}#tpl-spure .panel-products .videoProductList .productSingle-content .productSingle-text.editor p{margin:10px 0}#tpl-spure .panel-lastsection{padding-top:12.7rem;padding-bottom:16rem;text-align:center}@media (max-width:768px){#tpl-spure .panel-lastsection{padding-top:10rem}}@media (max-width:560px){#tpl-spure .panel-lastsection{padding-top:9rem}}@media (max-width:768px){#tpl-spure .panel-lastsection{padding-bottom:10rem}}@media (max-width:560px){#tpl-spure .panel-lastsection{padding-bottom:9rem}}#tpl-spure .panel-lastsection .section-title{font-size:4.8rem;line-height:5rem;font-weight:100;color:rgb(255 255 255 / .6)}@media (max-width:768px){#tpl-spure .panel-lastsection .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-spure .panel-lastsection .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-spure .panel-lastsection .section-link{padding:7px 60px;min-width:357px;background-color:#4870FF;border-radius:30px;font-size:2.4rem;line-height:4rem;font-weight:300;color:#fff}#tpl-spure .productList2.panelBkg-white{position:relative;z-index:1}#tpl-spure .productList1.panelBkg-black+.section-sep,#tpl-spure .productList2.panelBkg-white+.section-sep{position:relative;display:block;width:100%;height:calc(12vw + 200px);z-index:0}#tpl-spure .productList1.panelBkg-black+.section-sep .trg,#tpl-spure .productList2.panelBkg-white+.section-sep .trg{position:relative;display:block;left:-50vw;width:200vw;height:100%;background-color:#fff;transform:rotate(-4deg);z-index:-1}#tpl-spure .productList1.panelBkg-black+.section-sep .trg:before,#tpl-spure .productList2.panelBkg-white+.section-sep .trg:before{content:'';position:absolute;display:inline-block;left:45vw;width:25vw;height:30px;border-radius:0 30px 30px 0;background:#fff0 linear-gradient(90deg,#A542F0 0%,#6B54FD 100%)}#tpl-spure .productList1.panelBkg-black+.section-sep .trg:after,#tpl-spure .productList2.panelBkg-white+.section-sep .trg:after{content:'';position:absolute;display:inline-block;right:45vw;width:95vw;height:30px;border-radius:30px 0 0 30px;background:#fff0 linear-gradient(90deg,#42AFF0 0%,#6B54FD 100%)}#tpl-spure .productList1.panelBkg-black+.section-sep.top,#tpl-spure .productList2.panelBkg-white+.section-sep.top{padding-top:130px;background-color:#373737}#tpl-spure .productList1.panelBkg-black+.section-sep.top .trg,#tpl-spure .productList2.panelBkg-white+.section-sep.top .trg{top:50%}#tpl-spure .productList1.panelBkg-black+.section-sep.top .trg:before,#tpl-spure .productList2.panelBkg-white+.section-sep.top .trg:before{top:-40px}#tpl-spure .productList1.panelBkg-black+.section-sep.top .trg:after,#tpl-spure .productList2.panelBkg-white+.section-sep.top .trg:after{top:10px}#tpl-spure .productList1.panelBkg-black+.section-sep.bottom,#tpl-spure .productList2.panelBkg-white+.section-sep.bottom{padding-bottom:130px;background-color:#141414}#tpl-spure .productList1.panelBkg-black+.section-sep.bottom .trg,#tpl-spure .productList2.panelBkg-white+.section-sep.bottom .trg{top:-50%}#tpl-spure .productList1.panelBkg-black+.section-sep.bottom .trg:before,#tpl-spure .productList2.panelBkg-white+.section-sep.bottom .trg:before{bottom:10px}#tpl-spure .productList1.panelBkg-black+.section-sep.bottom .trg:after,#tpl-spure .productList2.panelBkg-white+.section-sep.bottom .trg:after{bottom:-40px}#tpl-spure .productList3.panelBkg-black+.section-sep{position:relative;display:block;width:100%;height:calc(12vw + 200px);z-index:0}#tpl-spure .productList3.panelBkg-black+.section-sep .trg{position:relative;display:block;top:50%;left:-50vw;width:200vw;height:100%;background-color:#fff;transform:rotate(-4deg);z-index:-1}#tpl-spure .productList3.panelBkg-black+.section-sep.bottom{background-color:#373737}#tpl-spure .productList4.panelBkg-white+.section-sep{position:relative;display:block;width:100%;height:calc(12vw + 200px);z-index:0}#tpl-spure .productList4.panelBkg-white+.section-sep .trg{position:relative;display:block;top:-50%;left:-50vw;width:200vw;height:100%;background-color:#fff;transform:rotate(-4deg);z-index:-1}#tpl-spure .productList4.panelBkg-white+.section-sep.bottom{background-color:#333}#tpl-spure .panel-lastsection{overflow:hidden;background-size:auto!important}#tpl-spure .panel-lastsection .section-sep{position:absolute;display:block;top:-50%;width:100%;height:calc(12vw + 200px);z-index:0}#tpl-spure .panel-lastsection .section-sep .trg{position:relative;display:block;left:-50vw;width:200vw;height:100%;background-color:#fff;transform:rotate(-4deg);z-index:-1}body.tplacrelecmcdophp header .header-icons,body.tplacrelecmcdophp header #nav-header{display:none!important}#tpl-acrelecmcdo section{padding-top:0px!important;padding-bottom:0px!important}#tpl-acrelecmcdo .panel-header{position:relative}#tpl-acrelecmcdo .panel-header .page-title{position:absolute;width:100%;top:50%;transform:translateY(-50%);font-size:10rem;line-height:1.3;font-weight:300;text-align:center;z-index:1}@media (max-width:768px){#tpl-acrelecmcdo .panel-header .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-acrelecmcdo .panel-header .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-acrelecmcdo .panel-header .page-title strong{font-weight:700}#tpl-acrelecmcdo .header-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0) scale(1,1);min-width:100%;min-height:100%}#tpl-acrelecmcdo .panel-products{padding-top:8rem;padding-bottom:0;background-color:#fdfcfe}#tpl-acrelecmcdo .panel-products .videoProductList .productSingle-content{max-width:530px}#tpl-acrelecmcdo .panel-products video{transform:translateX(-30%)}#tpl-acrelecmcdo .panel-products body#tinymce.wp-editor img,#tpl-acrelecmcdo .panel-products .editor img{margin:0}#tpl-acrelecmcdo .panel-testimonial .section-lnk{padding:11px 45px 11px 15px;background-color:#fff;border-radius:32px;text-transform:none;z-index:1}#tpl-acrelecmcdo .panel-testimonial .section-lnk:before{content:'';display:inline-block;position:relative;margin-right:16px;width:39px;height:39px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/icons/play-black_icon.svg) no-repeat center center;background-size:cover;vertical-align:middle}#tpl-acrelecmcdo .panel-testimonial .section-lnk span{position:relative;top:5px;color:#000;font-size:2.5rem;line-height:2.6rem;font-weight:400}#tpl-acrelecmcdo .section-video{position:relative}#tpl-acrelecmcdo .section-video video{display:block;width:100%}#tpl-acrelecmcdo .section-video .section-lnk{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0) scale(1,1);white-space:nowrap}#tpl-acrelecmcdo .panel-products.qtimer .productSingle{background-color:#f1f0f2}#tpl-acrelecmcdo .panel-products.qtimer .productSingle video{max-height:90vh;top:50%;transform:translate(-41%,-50%) translateZ(0) scale(1,1)}#tpl-acrelecmcdo .panel-products.tableservice .productSingle{padding-bottom:25rem;height:120vh}#tpl-acrelecmcdo .panel-contact .tpl-panelWrap{max-width:780px;padding-top:13.2rem;padding-bottom:22.8rem;align-items:flex-start}@media (max-width:800px){#tpl-acrelecmcdo .panel-contact .tpl-panelWrap{width:95%}}@media (max-width:768px){#tpl-acrelecmcdo .panel-contact .tpl-panelWrap{padding-top:10rem}}@media (max-width:560px){#tpl-acrelecmcdo .panel-contact .tpl-panelWrap{padding-top:9rem}}@media (max-width:768px){#tpl-acrelecmcdo .panel-contact .tpl-panelWrap{padding-bottom:10rem}}@media (max-width:560px){#tpl-acrelecmcdo .panel-contact .tpl-panelWrap{padding-bottom:9rem}}#tpl-acrelecmcdo .panel-contact .section-title{font-size:5.9rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){#tpl-acrelecmcdo .panel-contact .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-acrelecmcdo .panel-contact .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-acrelecmcdo .panel-contact .contact-form{margin-top:13px;width:100%}#tpl-qtimermcdo{text-align:center}#tpl-qtimermcdo .panelBkg-black{background-color:#222}#tpl-qtimermcdo .panelBkg-black .section-title{color:#fff}#tpl-qtimermcdo .section-title{color:#000;font-size:5.9rem;line-height:6.4rem;font-weight:700}@media (max-width:768px){#tpl-qtimermcdo .section-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:560px){#tpl-qtimermcdo .section-title{font-size:2.8rem;line-height:3.2rem}}#tpl-qtimermcdo section>.section-video,#tpl-qtimermcdo section>.section-img{width:100%}#tpl-qtimermcdo video{max-width:100%}#tpl-qtimermcdo .panel-header{padding-top:22rem;color:#fff}@media (max-width:768px){#tpl-qtimermcdo .panel-header{padding-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-header{padding-top:9rem}}#tpl-qtimermcdo .panel-header .tpl-panelWrap{max-width:730px;overflow:visible}@media (max-width:750px){#tpl-qtimermcdo .panel-header .tpl-panelWrap{width:95%}}#tpl-qtimermcdo .panel-header .page-title{font-size:8.8rem;line-height:1.1;font-weight:800}@media (max-width:768px){#tpl-qtimermcdo .panel-header .page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-header .page-title{font-size:3.8rem;line-height:4.2rem}}#tpl-qtimermcdo .panel-header .page-title b{color:#FD8E6A!important}#tpl-qtimermcdo .panel-header .section-subtitle{display:inline-block;margin-top:3rem;font-size:3rem;line-height:1.3;font-weight:300}#tpl-qtimermcdo .panel-header .section-subtitle b{color:#ffffff!important;font-weight:700}#tpl-qtimermcdo .panel-header .section-img{position:relative;margin-top:50px}#tpl-qtimermcdo .panel-header .section-img:after{content:'';display:inline-block;position:absolute;bottom:50%;left:-100vw;width:300vw;height:300vh;background-color:#222;z-index:-1}#tpl-qtimermcdo .panel-header .section-text{margin-top:14rem;margin-bottom:7rem;margin-left:auto;margin-right:auto;max-width:420px;font-size:2rem;line-height:3rem;font-weight:300}@media (max-width:768px){#tpl-qtimermcdo .panel-header .section-text{margin-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-header .section-text{margin-top:9rem}}#tpl-qtimermcdo .panel-more{padding-bottom:10rem;background:#fff;background:linear-gradient(to bottom,#ffffff 0%,#eaeaea 100%)}#tpl-qtimermcdo .panel-more .tpl-panelWrap{max-width:614px}@media (max-width:634px){#tpl-qtimermcdo .panel-more .tpl-panelWrap{width:95%}}#tpl-qtimermcdo .panel-more .section-text{margin-top:5.5rem}#tpl-qtimermcdo .panel-more .section-text p{margin:0}#tpl-qtimermcdo .panel-section1{padding-top:12rem;padding-bottom:14rem}@media (max-width:768px){#tpl-qtimermcdo .panel-section1{padding-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-section1{padding-top:9rem}}@media (max-width:768px){#tpl-qtimermcdo .panel-section1{padding-bottom:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-section1{padding-bottom:9rem}}#tpl-qtimermcdo .panel-section1 .tpl-panelWrap{max-width:940px}@media (max-width:960px){#tpl-qtimermcdo .panel-section1 .tpl-panelWrap{width:95%}}#tpl-qtimermcdo .panel-section1 .section-title{margin:0 auto;max-width:600px}#tpl-qtimermcdo .panel-section1 .section-subtitle{margin:4rem auto 3rem;max-width:400px;color:#FD8E6A;font-size:2rem;line-height:3rem;font-weight:500}#tpl-qtimermcdo .panel-section1 .section-img{margin-top:11rem}@media (max-width:768px){#tpl-qtimermcdo .panel-section1 .section-img{margin-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-section1 .section-img{margin-top:9rem}}#tpl-qtimermcdo .panel-section1 .section-link{margin-top:10.5rem}@media (max-width:768px){#tpl-qtimermcdo .panel-section1 .section-link{margin-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-section1 .section-link{margin-top:9rem}}#tpl-qtimermcdo .panel-section1 .tpl-columns{margin-top:10rem;justify-content:space-between}@media (max-width:768px){#tpl-qtimermcdo .panel-section1 .tpl-columns{margin-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-section1 .tpl-columns{margin-top:9rem}}#tpl-qtimermcdo .panel-section1 .tpl-columns .column1{max-width:497px}#tpl-qtimermcdo .panel-section1 .tpl-columns .column2{max-width:272px}#tpl-qtimermcdo .panel-section1 .tpl-columns small{font-size:1.8rem;line-height:1.3;font-weight:300}#tpl-qtimermcdo .panel-testimony{padding-top:13rem}@media (max-width:768px){#tpl-qtimermcdo .panel-testimony{padding-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-testimony{padding-top:9rem}}#tpl-qtimermcdo .panel-testimony .section-title{margin:auto;max-width:450px}#tpl-qtimermcdo .panel-testimony .section-link{margin-top:13rem}@media (max-width:768px){#tpl-qtimermcdo .panel-testimony .section-link{margin-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-testimony .section-link{margin-top:9rem}}#tpl-qtimermcdo .section-testimony{display:flex;max-width:940px;margin-top:10rem;margin-left:auto!important;margin-right:auto!important;padding:66px 50px 70px;flex-wrap:nowrap;background-color:#F5F5F5;border-radius:35px;justify-content:center;align-items:center}@media (max-width:960px){#tpl-qtimermcdo .section-testimony{width:95%}}#tpl-qtimermcdo .section-testimony .section-img{position:relative;flex:0 0 200px;margin:0 30px;width:200px;height:200px;border-radius:200px;border:#d4d4d4 6px solid}#tpl-qtimermcdo .section-testimony .section-img:after{content:'';position:absolute;top:3px;left:15px;width:100%;height:100%;background:url(/wp-content/themes/themeacrelec/assetsv2/img/icons/icon_play.png) no-repeat center center}#tpl-qtimermcdo .section-testimony .section-content{margin:0 30px;text-align:left}#tpl-qtimermcdo .section-testimony .section-text{font-size:2rem;line-height:1.3;font-weight:400;color:#797979}#tpl-qtimermcdo .section-testimony .section-subtext{font-size:1.8rem;line-height:3.4rem;font-weight:700;color:#000}#tpl-qtimermcdo .panel-contact{padding-top:16rem;padding-bottom:14rem}@media (max-width:768px){#tpl-qtimermcdo .panel-contact{padding-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-contact{padding-top:9rem}}@media (max-width:768px){#tpl-qtimermcdo .panel-contact{padding-bottom:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-contact{padding-bottom:9rem}}#tpl-qtimermcdo .panel-contact .tpl-panelWrap{max-width:780px}@media (max-width:800px){#tpl-qtimermcdo .panel-contact .tpl-panelWrap{width:95%}}#tpl-qtimermcdo .panel-contact .tpl-columns{margin-top:7rem;justify-content:center;align-items:center}#tpl-qtimermcdo .panel-contact .tpl-columns .section-img{flex:0 0 200px;margin:0 80px;width:200px;height:200px;border-radius:200px}#tpl-qtimermcdo .panel-contact #contact{margin-top:12rem}@media (max-width:768px){#tpl-qtimermcdo .panel-contact #contact{margin-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-contact #contact{margin-top:9rem}}#tpl-qtimermcdo .panel-contact .contact-form{margin-top:13px}#tpl-qtimermcdo .panel-news{padding-top:18rem;padding-bottom:18rem;background-color:#F5F5F5;text-align:left}@media (max-width:768px){#tpl-qtimermcdo .panel-news{padding-top:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-news{padding-top:9rem}}@media (max-width:768px){#tpl-qtimermcdo .panel-news{padding-bottom:10rem}}@media (max-width:560px){#tpl-qtimermcdo .panel-news{padding-bottom:9rem}}#tpl-qtimermcdo .panel-news .tpl-panelWrap{max-width:900px}@media (max-width:920px){#tpl-qtimermcdo .panel-news .tpl-panelWrap{width:95%}}#tpl-qtimermcdo .panel-news .section-title{max-width:660px}#tpl-qtimermcdo .panel-news #postList{margin-top:4rem}.kk27 .page-title{color:#fff;font-size:14rem;letter-spacing:.01em;font-weight:700}.kk27 .page-title b{font-weight:800;letter-spacing:.07em;color:#fff!important}@media (max-width:1050px){.kk27 .page-title{font-size:7rem;letter-spacing:.025em;line-height:1.167}.kk27 .page-title b{font-size:7rem}}.kk27 h2.page-subtitle{color:#fff;font-size:6rem;line-height:1.06}@media (max-width:768px){.kk27 h2.page-subtitle{font-size:4rem;line-height:1.117}}.kk27 .page-text{color:#fff}@media (max-width:540px){.kk27 .page-text{font-size:1.7rem;line-height:1.6}}.kk27 .page-smalltext{color:#fff}.kk27-s-black{background:url(/wp-content/themes/themeacrelec/assetsv2/img/bkg/black.png) no-repeat center center / cover #000}.kk27-s-grey{background:url(/wp-content/themes/themeacrelec/assetsv2/img/bkg/grey.png) no-repeat center center / cover #222}.kk27-s1{text-align:center;padding-top:19rem;position:relative;width:100%}.kk27-s1 .page-title{width:100%;margin-top:0;opacity:0;transform:translateY(20px)}.kk27-s1 h2.page-subtitle{font-weight:700}.kk27-s1__content{max-width:calc(635px + 2 * 30px);padding:0 3rem;margin:0 auto;position:relative;z-index:2;margin-top:-200px;padding-bottom:2.5rem}.kk27-s1__ol{background:rgb(0 0 0 / .65);width:100%;height:100%;left:0;top:0;position:absolute;z-index:1;pointer-events:none;opacity:0}.kk27-s1__main{width:433px;height:1188px;margin:0 auto;opacity:0;transform-origin:top center}.kk27-s1__main img{width:433px}.kk27-s1__bottom{position:relative;z-index:3}@media (max-width:1050px){.kk27-s1{padding-top:9rem}.kk27-s1__content{margin-top:0}}@media (max-width:768px){.kk27-s1__main{width:255px;height:698px}.kk27-s1__main img{width:255px}}.kk27-s2{background:url(/wp-content/themes/themeacrelec/assetsv2/img/tpl/k27/k27-s2__bg.jpg) bottom center / cover no-repeat #000;position:relative;width:100%}.kk27-s2::before{display:block;width:100%;padding-top:62.29166667%;content:""}.kk27-s2__video-wrap{display:flex;justify-content:center}.kk27-s2 .page-subtitle,.kk27-s2 button.kk27-s2__btn{position:absolute;z-index:2}.kk27-s2 h2.page-subtitle{text-align:center;top:0;left:0;right:0;margin:8rem auto 0;font-weight:200;text-transform:uppercase}.kk27-s2 h2.page-subtitle strong{text-transform:none}.kk27-s2 button.kk27-s2__btn{bottom:4rem;margin:0 auto;background:#000;border-radius:32px;height:6.4rem;text-transform:none;font-size:2.5rem;display:inline-flex;align-items:center;color:#fff;padding:0 1.8rem;transition:0.2s color ease-out,0.2s background ease-out}.kk27-s2 button.kk27-s2__btn span{margin-right:1.5rem}.kk27-s2 button.kk27-s2__btn:hover{background:#fff;color:#000}@media (min-width:1440px){.kk27-s2{min-height:897px;background:url(/wp-content/themes/themeacrelec/assetsv2/img/tpl/k27/k27-s2__bg.jpg) bottom center no-repeat #000}.kk27-s2::before{padding-top:0}}@media (max-width:560px){.kk27-s2{background:url(/wp-content/themes/themeacrelec/assetsv2/img/tpl/k27/k27-s2__bg@mobile.jpg) bottom center / contain no-repeat #000}.kk27-s2::before{padding-top:79.46666667%}.kk27-s2 button.kk27-s2__btn{border:1px solid #fff;height:4rem;font-size:1.6rem}.kk27-s2 button.kk27-s2__btn span{font-size:2rem}.kk27-s2 h2.page-subtitle{position:absolute;margin:0 auto;top:auto;bottom:calc(4rem + 4rem + 2rem)}}.kk27-s3{text-align:center;padding-top:18rem;padding-bottom:20rem;width:100%}.kk27-s3 h2.page-subtitle{text-align:center;top:0;left:0;right:0;margin:0 auto 2rem;font-weight:200}.kk27-s3 h2.page-subtitle strong{text-transform:none}.kk27-s3__content{max-width:calc(780px + 2 * 30px);padding:0 3rem;margin:0 auto 3rem}@media (min-height:750px){.kk27-s3__content{margin-bottom:6rem}}@media (min-height:800px){.kk27-s3__content{margin-bottom:9rem}}.kk27-s3 h2.page-subtitle,.kk27-s3__content{opacity:0;transform:translateY(20px)}.kk27-s3__anim{max-height:534px;min-height:430px;height:67vh;position:relative;max-width:1260px;margin:0 auto;width:100%;padding:0 20px}.kk27-s3__anim::after{content:'';width:726px;height:137px;background:linear-gradient(#fff0 0%,#000 100%);position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2}.kk27-s3__imgleft,.kk27-s3__imgright{position:absolute;left:0;right:0;bottom:0;margin:0 auto;opacity:0;height:100%}.kk27-s3__imgleft{z-index:2;left:-80px}.kk27-s3__imgright{z-index:1;opacity:.2}.kk27-s3__subs{position:absolute;width:100%;height:100%}.kk27-s3__sub{color:#fff;position:absolute;top:0;margin:100px 0 0;width:200px;opacity:0;will-change:transform}.kk27-s3__sub span{display:block}.kk27-s3__sub>div{margin-bottom:2.5rem}.kk27-s3__left{text-align:right;left:0}.kk27-s3__right{text-align:left;right:0}.kk27-s3 h3.kk27-s3__name{font-size:6rem;font-weight:700;margin-bottom:3rem}.kk27-s3__char{font-size:4rem;font-weight:200}.kk27-s3__measure{font-size:2rem;font-weight:500}@media (max-width:1320px){.kk27-s3__anim{height:40vh}.kk27-s3__imgleft{left:-54px}}@media (max-height:720px) and (min-width:1050px){.kk27-s3__imgleft{height:calc(0.75 * 534px);left:54px}.kk27-s3__imgright{height:calc(0.75 * 534px)}}@media (max-width:1180px){.kk27-s3{padding-bottom:17rem}.kk27-s3 h3.kk27-s3__name{font-size:3.4rem;margin-bottom:2rem}.kk27-s3__char{font-size:3rem}.kk27-s3__measure{font-size:1.4rem}.kk27-s3__sub{width:180px}}@media (max-width:1050px){.kk27-s3{padding-top:9rem}.kk27-s3__sub{position:relative}.kk27-s3__anim{min-height:auto;max-height:none;height:auto}.kk27-s3__anim::after{display:none}.kk27-s3__anim__pics{display:flex;position:relative;justify-content:center;align-items:flex-end}.kk27-s3__anim__pics__line{width:85%;height:1px;background:#fff;display:block;margin:0 auto;position:absolute;bottom:0;left:0;right:0;z-index:2}.kk27-s3__anim__subs{display:flex;justify-content:center;align-items:flex-start;max-width:640px;padding:0 2rem;margin:0 auto}.kk27-s3__imgleft,.kk27-s3__imgright{position:relative;height:auto}.kk27-s3 img.kk27-s3__imgleft{left:calc(157px - 78px)!important}.kk27-s3 img.kk27-s3__imgright{left:-78px}.kk27-s3__left,.kk27-s3__right{margin:0 2.5rem}}@media (max-width:560px){.kk27-s3{padding-top:12rem}}.kk27-s4{padding-top:16rem;width:100%}.kk27-s4 h2.page-subtitle{font-weight:700}.kk27-s4__content{margin-bottom:10rem}.kk27-s4__grid{display:flex;align-items:flex-start;max-width:calc(570px + 100px + 305px + 50px + 50px);margin:0 auto;padding:0 2.5rem 0 5rem;width:100%}.kk27-s4__left{margin-top:400px;margin-right:15rem;flex:1}.kk27-s4__right{width:225px}.kk27-s4__img{width:100%}.kk27-s4__feat{margin-bottom:16rem}.kk27-s4__feat-item{display:flex;align-items:center;color:#fff;margin-bottom:10rem}.kk27-s4__feat__img{margin-right:25px;max-width:60px}.kk27-s4__feat h3{font-weight:700;font-size:2rem;width:160px;margin-right:25px}.kk27-s4__feat p{flex:1;font-size:1.8rem;font-weight:200}@media (max-width:680px){.kk27-s4__feat p{font-size:1.7rem}}@media (max-width:1100px){.kk27-s4__left{margin-right:7.5rem}}@media (max-width:960px){.kk27-s4__feat__img{margin-right:2rem}.kk27-s4__feat h3{width:140px;margin-right:2rem}}@media (max-width:1050px){.kk27-s4{padding-top:6rem}.kk27-s4__left{margin-right:auto;padding-left:10rem;margin-top:150px}.kk27-s4__right{width:131px;position:absolute;left:-25px;top:100px;margin-top:10rem}.kk27-s4__feat{margin-bottom:20rem}.kk27-s4__feat-item{flex-direction:column;text-align:center}.kk27-s4__feat__img{margin:0 auto 2rem}.kk27-s4__feat h3{width:auto;margin:0 auto 2rem}}@media (max-width:540px){.kk27-s4__left .page-subtitle,.kk27-s4__left .kk27-s4__content{opacity:1!important}}.kk27-s5{padding-top:15rem;width:100%}.kk27-s5__grid{display:flex;align-items:flex-start;margin:0 auto;width:100%;max-width:1180px}.kk27-s5 h2.page-subtitle{font-weight:700;max-width:540px}.kk27-s5 .page-text{max-width:440px}.kk27-s5__left{height:1523px;width:528px;margin-right:10rem;margin-top:200px}.kk27-s5__left::after{content:'';width:100%;height:100px;background:linear-gradient(#fff0 0%,#000 100%);position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2}.kk27-s5__img{width:100%}.kk27-s5__right{margin-top:calc(20rem + 7rem)}.kk27-s5__right__imgmobile{display:none}.kk27-s5__right__imgmobile::after{content:'';width:100%;height:50px;background:linear-gradient(#fff0 0%,#000 100%);position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2}.kk27-s5__content1,.kk27-s5__content2{position:relative;opacity:0}.kk27-s5__content1{margin-bottom:22rem}.kk27-s5__pointer{position:absolute;top:130px;display:flex;align-items:center;left:calc(-180px - 100px - 20px)}.kk27-s5__pointer__line{width:180px;height:1px;background:#C6C6C6;opacity:0;transform:scaleX(0);transform-origin:100% 50%}.kk27-s5__pointer__circle{border-radius:50%;width:100px;height:100px;border:1px solid #C6C6C6;background:rgb(255 255 255 / .33);transform:scale(.7);opacity:0}.kk27-s5__pointer--long{left:calc(-300px - 100px - 20px);top:8px}.kk27-s5__pointer--long .kk27-s5__pointer__line{width:300px}@media (max-width:1220px){.kk27-s5 h2.page-subtitle{font-size:3.4rem;line-height:1.117}.kk27-s5 .page-text{font-size:1.6rem}.kk27-s5__left{margin-right:5rem}}@media (max-width:1050px){.kk27-s5{padding-top:11rem}.kk27-s5 h2.page-subtitle{font-size:4rem;line-height:1.117}.kk27-s5__grid{justify-content:center;text-align:center}.kk27-s5__container{max-width:calc(1180px + 30px + 30px);padding:0 30px}.kk27-s5__content1,.kk27-s5__content2{opacity:1!important;transform:none!important}.kk27-s5__left{display:none;margin-top:0}.kk27-s5__right{margin-top:0}.kk27-s5__right__imgmobile{display:block;position:relative;left:-50px;margin-bottom:2rem;max-height:927px}.kk27-s5 .page-text{font-size:1.7rem;max-width:540px}.kk27-s5__content1{margin-bottom:5rem}.kk27-s5__content2{margin-bottom:10rem}.kk27-s5__pointer{bottom:-220px;top:auto;flex-direction:column-reverse;left:0;right:0;margin:0 auto;z-index:2}.kk27-s5__pointer__circle,.kk27-s5__pointer__line{opacity:1!important;transform:none!important}.kk27-s5__pointer__line{width:1px;height:140px}.kk27-s5__pointer__circle{width:60px;height:60px}.kk27-s5__pointer--long{flex-direction:column;bottom:auto;top:-310px}.kk27-s5__pointer--long .kk27-s5__pointer__line{width:1px;height:250px}}.kk27-s6{background:#fff;position:relative;text-align:center;display:flex;align-items:center;justify-content:center;height:100vh;width:100%}.kk27-s6__ol{width:100%;height:100%;pointer-events:none;position:absolute;z-index:1;background:rgb(0 0 0 / .8);top:0;left:0}.kk27-s6__content{color:#fff;position:relative;z-index:2;max-width:calc(620px + 2 * 30px);padding:0 30px;width:100%}.kk27-s6 h2.page-subtitle{font-weight:700}.kk27-s6__anim{height:100%;max-height:calc(926 / 1014 * 100%);position:absolute;bottom:0;left:0;width:100%}.kk27-s6__anim img{position:absolute;left:0;bottom:0;height:100%}.kk27-s6__i{opacity:0}@media (max-width:1150px){.kk27-s6__anim{left:-7%}}@media (max-width:950px){.kk27-s6__anim{left:-15%}}@media (max-width:670px){.kk27-s6{display:flex;flex-direction:column;padding-top:10rem;padding-bottom:5rem;height:auto}.kk27-s6__content{order:2;color:#000;transform:translate(0,0)!important;opacity:1!important}.kk27-s6__content h2.page-subtitle{color:#000}.kk27-s6__content .page-text{color:#797979}.kk27-s6__ol{display:none}.kk27-s6__anim{position:relative;height:calc(132vw);left:-22%}.kk27-s6__anim img{height:100%;width:auto}}.kk27-s7{width:100%;height:100vh;background:#fff;position:relative}.kk27-s7 .slick-slider{height:100vh}.kk27-s7 .slick-slider img{width:100%;height:100vh;object-fit:cover;object-position:center}.kk27-s7__content{position:absolute;z-index:1;top:calc(200 / 980 * 100%);right:calc(250 / 1440 * 100%);text-shadow:0 0 3px rgb(0 0 0 / .6)}.kk27-s7 h2.page-subtitle{font-weight:700;max-width:540px}.kk27-s7 .page-text{max-width:524px}@media (max-width:1900px){.kk27-s7__content{right:10vw}}@media (max-width:1540px){.kk27-s7__content{right:5vw}}@media (max-width:1200px){.kk27-s7 .slick-slider img{object-position:center 20%}}@media (max-width:680px){.kk27-s7{height:auto;display:flex;flex-direction:column}.kk27-s7__content{position:static;max-width:100%;width:100%;text-align:center;padding:0 30px;margin-bottom:4rem;order:2;text-shadow:none}.kk27-s7 h2.page-subtitle{color:#000}.kk27-s7 .page-text{color:#797979}.kk27-s7 .slick-slider{order:1;height:100%;max-height:380px}.kk27-s7 .slick-slider img{width:100%;height:100%;max-height:380px}}.kk27-s8{height:100vh}.kk27-s8 .js-slider1 .slick-list{width:100%}.kk27-s8 .js-slider1 .slideSingle{margin:0}.kk27-s8 .js-slider1 .slick-slide{position:relative}.kk27-s8 .js-slider1 .slick-slide img{width:100%;height:100vh;object-fit:cover;object-position:left center}.kk27-s8 .js-slider1 button.slick-next{right:3%}.kk27-s8 .js-slider1 button.slick-prev{left:3%}.kk27-s8 .slideSingle-title{position:absolute;bottom:35px;left:0;right:0;margin:auto;font-size:6rem;line-height:5.8rem;font-weight:700;color:#fff;text-align:center;text-transform:uppercase}@media (max-width:768px){.kk27-s8 .slideSingle-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:560px){.kk27-s8 .slideSingle-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:680px){.kk27-s8{max-height:380px}.kk27-s8 .slick-slider{height:100%}.kk27-s8 .slick-slider img{height:100%;max-height:380px}}.kk27-s9{background:url(/wp-content/themes/themeacrelec/assetsv2/img/tpl/k27/k27-s9-bg.jpg) center center / contain no-repeat #000;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;max-height:510px;color:#fff}.kk27-s9 h2.page-subtitle{font-size:5rem;font-weight:600;letter-spacing:.007em}.kk27-s9 a{background:#fff;border-radius:32px;height:6.4rem;text-transform:none;font-size:2.5rem;display:flex;align-items:center;color:#000;padding:0 3rem;transition:0.2s color ease-out,0.2s background ease-out}.kk27-s9 a:hover,.kk27-s9 a:focus{background:#000;color:#fff;border:1px solid #fff}@media (max-width:680px){.kk27-s9{max-height:300px}.kk27-s9 h2.page-subtitle{font-size:3.4rem}.kk27-s9 a{border:1px solid #fff;height:4rem;font-size:1.6rem}}.lpg-contact{background:#fff;padding:12rem 0 14rem;text-align:left}.lpg-contact h2.section-title{text-align:left;font-size:5.9rem;font-weight:700;line-height:1.08}@media (max-width:768px){.lpg-contact h2.section-title{font-size:4rem;line-height:1.117}}.lpg-contact__container{width:100%;max-width:860px;margin:0 auto;padding:0 40px}.lpg-contact .btn.btn-form-submit{color:#fff;border-color:#000;background-color:#000;margin-top:37px;padding:2px 40px}.lpg-contact .btn.btn-form-submit:hover,.lpg-contact .btn.btn-form-submit:focus{color:#000;border-color:#000;background-color:#fff}@media (max-width:768px){.lpg-contact{padding:9rem 0}}@media (max-width:1024px){.lpg-contact h2{width:100%}}.lpg-news{padding:18rem 0;background-color:#F5F5F5;text-align:left}.lpg-news h2.section-title{text-align:left}.lpg-news__container{width:100%;max-width:980px;margin:0 auto;padding:0 40px}.lpg-news #postList{margin-top:4rem}.lpg-news .slideList .slick-list{width:100%;margin-left:20px}.lpg-news .slideList .postSingle.last .postSingle-text{text-align:center}@media (max-width:768px){.lpg-news{padding:10rem 0}.lpg-news h2.section-title{text-align:center}}.lpg-title-video{position:relative}.lpg-title-video::before{display:block;width:100%;padding-top:calc(760 / 1440 * 100%);content:""}.lpg-title-video::after{background:rgb(80 105 120 / .6);position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;content:""}.lpg-title-video video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.lpg-title-video h2.section-title{color:#fff;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);text-align:center;z-index:3;width:100%;max-width:1030px;margin:0;padding:0 20px}@media (max-width:570px){.lpg-title-video::after{display:none}.lpg-title-video h2.section-title{color:#000;position:static;transform:none;padding:2rem}.lpg-title-video video{position:static;height:300px;width:100%}.lpg-title-video::before{display:none}}@media (max-width:1100px){#tpl-404 .panel-section1{background:url(/wp-content/themes/themeacrelec/assetsv2/img/bkg/wave.png) no-repeat right top;background-size:cover}#tpl-404 .panel-section1 .tpl-panelWrap{background:none}#tpl-404 .panel-section1 .section-img,#tpl-404 .panel-section1 .section-content{flex:0 0 100%;text-align:center}#tpl-404 .panel-section1 .section-text{display:block}}@media (max-width:768px){#tpl-404 .panel-section1 .section-title{margin:30px 0 10px}}@media (max-width:992px){#tpl-page .panel-sidebar{max-width:230px}#tpl-page .panel-sidebar:before{left:230px}}@media (max-width:768px){#tpl-page .panel-sidebar{position:relative;width:100%;max-width:100%}#tpl-page .panel-sidebar:before{left:-50vw;width:200vw;min-height:0;transform:translateX(0)}#tpl-page .panel-content{flex:0 0 100%}#tpl-page .panel-content .inner{width:100%}}@media (max-width:768px){#tpl-about .tpl-panelWrap{width:80%!important}#tpl-about .panel-section1{min-height:640px}#tpl-about .panel-section1 .section-overlay{background-position:74% bottom!important;transform:scale(1,1)!important}#tpl-about .panel-section1 .section-bottom{padding:3rem 0 3rem}#tpl-about .panel-section1 .page-title{margin-top:6rem;font-size:70px!important;line-height:70px!important;font-weight:700!important}#tpl-about .panel-section1 .typing-text{display:inline-block;margin-bottom:16px;width:100%;line-height:1.4}#tpl-about .panel-section1 .typing-text:before{top:auto;bottom:-10px;left:0}#tpl-about .panel-section1b{padding-bottom:12rem;text-align:left}#tpl-about .panel-section1 .section-title,#tpl-about .panel-section1b .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-about .panel-section1 .section-text1,#tpl-about .panel-section1b .section-text1{font-size:15px!important;line-height:24px!important;font-weight:400!important}#tpl-about .panel-section1 .section-text2,#tpl-about .panel-section1b .section-text2{font-size:34px!important;line-height:1.1!important;font-weight:300!important}#tpl-about .panel-section2{padding-top:6rem;padding-bottom:10rem}#tpl-about .panel-section2 .numbSingle{margin-top:15px;flex:0 0 50%}#tpl-about .panel-section2 .numbSingle-numb{font-size:76px!important;line-height:64px!important;font-weight:300!important}#tpl-about .panel-section2 .numbSingle-text{font-size:28px!important;line-height:64px!important;font-weight:500!important}#tpl-about .panel-section3 .tpl-panelWrap,#tpl-about .panel-section4 .tpl-panelWrap{text-align:center}#tpl-about .panel-section3 .section-title,#tpl-about .panel-section4 .section-title{font-size:26px!important;line-height:38px!important;font-weight:700!important}#tpl-about .panel-section3{padding-top:12rem}#tpl-about .panel-section4{padding-bottom:12rem!important}#tpl-about .panel-section5{padding-top:6.5rem!important;padding-bottom:15rem!important}#tpl-about .panel-section5 .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-about .panel-section5 .section-text{margin-top:24px;font-size:15px!important;line-height:24px!important;font-weight:400!important}}@media (max-width:640px){#tpl-about .panel-section2 .numbSingle{flex:0 0 100%;text-align:left}#tpl-about .panel-section2 .numbSingle-numb,#tpl-about .panel-section2 .numbSingle-text{display:inline-block}#tpl-about .panel-section2 .numbSingle-text{margin-left:12px}}@media (max-width:768px){#tpl-visitus .tpl-panelWrap,#tpl-visitus .panel-section1 .section-content{width:80%!important}#tpl-visitus .panel-section1{min-height:640px;max-height:809px}#tpl-visitus .panel-section1 .section-content{justify-content:space-between}#tpl-visitus .panel-section1 .page-title{margin-top:20rem;font-size:70px!important;line-height:1!important;font-weight:700!important}#tpl-visitus .panel-section1 .section-title{font-size:30px!important;line-height:35px!important;font-weight:700!important}#tpl-visitus .panel-section1 .section-text{margin-bottom:4rem;font-size:15px!important;line-height:24px!important;font-weight:300!important}#tpl-visitus .panel-section1 .countrySingle-caption{display:none}#tpl-visitus .panel-section2{padding-top:3rem}#tpl-visitus .panel-section2 .tpl-panelWrap{overflow:visible}#tpl-visitus .panel-section2 .section-title{font-size:34px!important;line-height:38px!important;font-weight:300!important}}@media (max-width:640px){#tpl-visitus .panel-section1 .section-title{max-width:180px}#tpl-visitus .panel-section2 .section-title strong{display:inline-block;margin-bottom:10px;max-width:190px}}@media (max-width:640px){#tpl-career .panel-section3 form>li,#tpl-career .panel-section3 form>li#form-submit,#tpl-career .panel-section3 form .select#form-submit{width:100%}}@media (max-width:768px){#tpl-career .tpl-panelWrap,#tpl-career .panel-section1 .section-content{width:80%!important}#tpl-career .panel-section1{min-height:640px;max-height:809px}#tpl-career .panel-section1 .section-content{justify-content:flex-start}#tpl-career .panel-section1 .section-content .section-top{margin-top:40px}#tpl-career .panel-section1 .section-content .section-bottom{margin-top:10.5rem}#tpl-career .panel-section1 .page-title{margin-top:15rem;font-size:70px!important;line-height:1!important;font-weight:700!important}#tpl-career .panel-section1 .section-title{font-size:30px!important;line-height:35px!important;font-weight:700!important}#tpl-career .panel-section1 .section-text{font-size:15px!important;line-height:24px!important;font-weight:300!important}#tpl-career .panel-section2{padding-top:7rem;padding-bottom:6rem;background-position:69% bottom!important}#tpl-career .panel-section2 .section-title{font-size:34px!important;line-height:38px!important;font-weight:400!important}#tpl-career .panel-section2 .section-text{width:70%;margin-top:17px;font-size:15px!important;line-height:23.5px!important;font-weight:300!important}#tpl-career .panel-section2 .section-link{margin-top:10px;padding:8.5px 27.5px;font-size:18px!important;line-height:26px!important;font-weight:400!important}#tpl-career .panel-section3{padding-top:5rem}#tpl-career .panel-section3 .section-title{font-size:44px!important;line-height:80px!important;font-weight:300!important}#tpl-career .panel-section3 form{margin-top:0}#tpl-career .panel-section3 form>li,#tpl-career .panel-section3 form .select{height:auto;min-height:40px}#tpl-career .panel-section3 form .styledSelect{font-size:15px!important;line-height:1.1!important;font-weight:400!important}#tpl-career .panel-section3 form>li#form-submit .label,#tpl-career .panel-section3 form .select#form-submit .label{font-size:18px!important;line-height:26px!important;font-weight:400!important}#tpl-career #jobList .jobSingle:before{display:none}#tpl-career #jobList .jobSingle-readmore{opacity:1}#tpl-career #jobList .jobSingle-readmore .text{display:none}#tpl-career .panel-section3 form>li#form-submit,#tpl-career .panel-section3 form .select#form-submit{margin-top:30px;padding:11px 21px}#tpl-career .panel-section3 .panel-results{margin-top:5.5rem;padding-bottom:0}#tpl-career .panel-section3 .panel-results .tpl-panelWrap{width:88%!important}#tpl-career .panel-section3 #loadmore{padding-top:11px;padding-bottom:11px}}@media (max-width:640px){#tpl-career .panel-section3 form>li{max-width:none}#tpl-career .panel-section3 form>li#form-submit .iconfont,#tpl-career .panel-section3 form .select#form-submit .iconfont{position:absolute;left:17px}#tpl-career .panel-section3 form{margin-left:0px!important;width:calc(100% + 0px)!important}#tpl-career .panel-section3 form>*{margin-left:0px!important;margin-right:0px!important}}@media (max-width:640px) and (max-width:640px){#tpl-career .panel-section3 form{margin-left:0;width:100%}#tpl-career .panel-section3 form>*{margin-left:0;margin-right:0}}@media (max-width:768px){#tpl-careers .section-link:not(.small){padding:9px 21px 8px;font-size:18px!important;line-height:26px!important;font-weight:400!important}#tpl-careers .section-link.small{font-size:12px!important;line-height:26px!important;font-weight:400!important}#tpl-careers .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-careers .section-text{font-size:15px!important;line-height:24px!important;font-weight:400!important}#tpl-careers .tpl-panelWrap{width:80%!important}#tpl-careers .panel-intro{max-height:640px}#tpl-careers .panel-intro #page-title{font-size:7rem!important;line-height:1!important;font-weight:700!important}#tpl-careers .panel-section1{padding-bottom:15rem;background:#fff0 linear-gradient(180deg,#B3AFB0 0%,#F5F6FA 45%) 0% 0% no-repeat padding-box}#tpl-careers .panel-section1 .btn.btn-grey{border-color:#fff;background-color:#fff}#tpl-careers .panel-section1 .section-title{margin-top:17px}#tpl-careers .panel-section1 .section-text{margin-top:18px}#tpl-careers .panel-section2{padding-top:12rem;background-color:#fff}#tpl-careers .panel-section2,#tpl-careers .panel-section2 .section-text{color:#000}#tpl-careers .panel-section2 .section-text.text1{margin-top:20px;color:#797979}#tpl-careers .panel-section2 .section-text.text2{margin-top:85px;font-size:18px!important;line-height:30px!important;font-weight:400!important}#tpl-careers .panel-section2 .section-undertext1{font-size:15px!important;line-height:30px!important;font-weight:700!important}#tpl-careers .panel-section2 .section-undertext2{color:#797979;font-size:15px!important;line-height:30px!important;font-weight:400!important}#tpl-careers .panel-section2 .section-imgList .col1,#tpl-careers .panel-section2 .section-imgList .col2{flex-direction:row;flex:0 0 100%}#tpl-careers .panel-section2 .section-imgList .col2{margin-left:-6px!important;width:calc(100% + 12px)!important;min-width:calc(100% + 12px)!important}#tpl-careers .panel-section2 .section-imgList .col2>*{margin-left:6px!important;margin-right:6px!important}#tpl-careers .panel-section2 .imgSingle1{height:68vw;min-height:257px}#tpl-careers .panel-section2 .imgSingle2{height:49vw;min-height:186px}#tpl-careers .panel-section2 .imgSingle3{height:49vw;min-height:186px}#tpl-careers .panel-section2 .imgSingle4{height:40vw;min-height:148px}#tpl-careers .panel-section2 .section-imgList{margin-top:6rem}#tpl-careers .panel-section2 .imgSingle{margin-top:12px}#tpl-careers .panel-section3{padding-top:8rem;padding-bottom:8rem}#tpl-careers .panel-section4{padding-top:11rem;background:#fff0 linear-gradient(360deg,#F5F6FA 0%,#FAFAFA 100%) 0% 0% no-repeat padding-box}#tpl-careers .panel-section4 .slick-slider,#tpl-careers .panel-section4 .slick-slider .slick-list,#tpl-careers .panel-section4 .slick-slider .slick-track,#tpl-careers .panel-section4 .slick-slide{margin:0;min-height:580px}#tpl-careers .panel-section4 .jobSingle-content{max-width:50%}#tpl-careers .panel-section4 .jobSingle-title{margin-top:0;font-size:22px!important;line-height:32px!important;font-weight:700!important}#tpl-careers .panel-section4 .jobSingle-link{margin-top:10px;font-size:20px!important;line-height:30px!important;font-weight:400!important}#tpl-careers .panel-section4 .jobSingle-btn{position:absolute;bottom:0;margin:44px 0;padding:2px 33px;font-size:12px!important;line-height:26px!important;font-weight:400!important}#tpl-careers .panel-section4 .section-text h2{font-size:20px!important;line-height:25px!important;font-weight:400!important}#tpl-careers .panel-section4 .section-text.text1{margin-top:22px;margin-bottom:70px}#tpl-careers .panel-section4 .section-text.text2{margin-top:6rem}#tpl-careers .panel-section4 .slideList button.slick-prev,#tpl-careers .panel-section4 .slideList button.slick-next{margin:0 18px;width:33px;min-width:33px;max-width:33px;height:33px}#tpl-careers .panel-section4 .slideList button.slick-prev:before,#tpl-careers .panel-section4 .slideList button.slick-next:before{font-size:13px}#tpl-careers .panel-section5{padding-bottom:6.5rem}#tpl-careers .panel-section5 .tpl-panelWrap.results{width:88%!important}#tpl-careers .panel-section5 .section-link{margin-top:30px}}@media (max-width:768px) and (max-width:768px){#tpl-careers .panel-intro #page-title{font-size:4.8rem;line-height:5.2rem}}@media (max-width:768px) and (max-width:560px){#tpl-careers .panel-intro #page-title{font-size:3.8rem;line-height:4.2rem}}@media (max-width:768px) and (max-width:640px){#tpl-careers .panel-section2 .section-imgList .col2{margin-left:0;width:100%}#tpl-careers .panel-section2 .section-imgList .col2>*{margin-left:0;margin-right:0}}@media (max-width:768px){#tpl-jobSingle .tpl-panelWrap{width:80%!important}#tpl-jobSingle .panel-intro{height:140vw;max-height:570px}#tpl-jobSingle .panel-intro .section-overlay{transform:scale(1,1)!important}#tpl-jobSingle .panel-intro .tpl-panelWrap{max-width:300px}#tpl-jobSingle .panel-intro .section-punchline{margin-top:17vw;font-size:20px!important;line-height:30px!important;font-weight:400!important}#tpl-jobSingle .panel-intro .section-category{margin-top:8px;font-size:26px!important;line-height:1!important;font-weight:700!important}#tpl-jobSingle .panel-section1{padding-top:1rem;padding-bottom:10rem}#tpl-jobSingle .panel-section1 .jobSingle-title{font-size:34px!important;line-height:37px!important;font-weight:700!important}#tpl-jobSingle .panel-section1 .jobSingle-metaList{margin-top:11px}#tpl-jobSingle .panel-section1 .jobSingle-metaSingle{display:inline-block;width:100%;font-size:16px!important;line-height:25px!important;font-weight:500!important}#tpl-jobSingle .panel-section1 .jobSingle-metaSingle:before{display:none}#tpl-jobSingle .jobSingle-link{margin-top:18px;margin-bottom:15px;padding:8.5px 21px;font-size:18px!important;line-height:26px!important;font-weight:300!important}#tpl-jobSingle .panel-section1 .jobSingle-all-text,#tpl-jobSingle .panel-section1 .jobSingle-content{margin-top:0;padding-bottom:3rem;font-size:15px!important;line-height:24px!important;font-weight:400!important}#tpl-jobSingle .panel-section1 .jobSingle-all-text h2,#tpl-jobSingle .panel-section1 .jobSingle-content h2{margin-top:18px;font-size:20px!important;line-height:25px!important;font-weight:400!important}#tpl-jobSingle .panel-section1 .jobSingle-cfa{margin-top:2rem;font-size:20px!important;line-height:25px!important;font-weight:400!important}}@media (max-width:768px){#tpl-postSingle .tpl-panelWrap{width:80%!important}#tpl-postSingle .section-meta{color:#959595;font-size:15px!important;line-height:30px!important;font-weight:400!important}#tpl-postSingle .panel-section1{padding-top:14rem;padding-bottom:20rem}#tpl-postSingle .panel-section1 .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-postSingle .section-socialnetworks{margin-top:0}#tpl-postSingle .section-socialnetworks.bottom{margin-top:18px}#tpl-postSingle .section-img{margin-top:34px;height:59vw}#tpl-postSingle .section-baseline{font-size:15px!important;line-height:24px!important;font-weight:700!important}#tpl-postSingle .editor{font-size:15px!important;line-height:24px!important;font-weight:400!important}#tpl-postSingle .editor h2{font-size:20px!important;line-height:25px!important;font-weight:400!important}#tpl-postSingle .panel-slider .section-title{font-size:20px!important;line-height:25px!important;font-weight:700!important}}@media (max-width:768px){#tpl-country .tpl-panelWrap{width:80%!important}#tpl-country #page-title{margin-top:9rem}#tpl-country #page-title .title{font-size:50px!important;line-height:65px!important;font-weight:700!important}#tpl-country #page-title .subtitle{font-size:28px!important;line-height:44px!important;font-weight:400!important}#tpl-country .panel-intro{min-height:640px;max-height:809px}#tpl-country .panel-section1{padding-top:10rem}#tpl-country .panel-section1 .section-logo{width:107px;height:20px}#tpl-country .panel-section1 .section-title{margin-top:6px;font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-country .panel-section1 .section-text{column-count:1;font-size:15px!important;line-height:24px!important;font-weight:400!important}#tpl-country .panel-section1 .metaList{padding:8px 0 10px}#tpl-country .panel-section1 .metaSingle{margin-top:30px;margin-bottom:38px;font-size:18px;line-height:34px;font-weight:700}#tpl-country .panel-section1 .metaSingle.tpl-column{flex:0 0 100%}#tpl-country .panel-section1 .metaSingle.column1{display:none!important}#tpl-country .panel-section1 .metaSingle.column3{margin-top:0}#tpl-country .panel-section1 .metaSingle .title{font-size:14px!important;line-height:24px!important;font-weight:400!important}#tpl-country .panel-section2 .js-slider0{min-height:220px}#tpl-country .panel-section2 .slideList button.slick-prev,#tpl-country .panel-section2 .slideList button.slick-next{display:none!important}#tpl-country .panel-section2 .personList-first{flex-direction:column;justify-content:center;align-items:center}#tpl-country .panel-section2 #newPersonList.personList{margin-top:0}#tpl-country .panel-section2 .personList-first .personSingle{order:2}#tpl-country .panel-section2 .personList-first .section-content{position:relative;margin-top:0;padding:20px 0 10px;text-align:left;order:1}#tpl-country .panel-section2 .personList-first .section-content:after{content:'';position:absolute;top:0;left:-50vw;width:200vw;height:100%;background-color:#F5F5F5;z-index:-1}#tpl-country .panel-section2 .section-title{margin-top:8px;font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-country .panel-section2 .section-text{margin-top:20px;font-size:15px!important;line-height:24px!important;font-weight:400!important}#tpl-country .panel-section2 .section-undertext{font-size:15px!important;line-height:34px!important;font-weight:700!important}#tpl-country .panel-section2 .section-btn{margin-top:16px}#tpl-country .panel-section2 #newPersonList .personSingle{margin-bottom:0}#tpl-country .panel-section2 .section-btn{font-size:12px!important;line-height:26px!important;font-weight:400!important}#tpl-country .panel-section3{padding-top:6rem}#tpl-country .panel-section3 .section-map{height:235px;min-height:235px;max-height:235px}#tpl-country .panel-section3 .tpl-panelWrap{padding-top:6rem;padding-bottom:8rem}#tpl-country .panel-section3 .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-country .panel-section3 .gfield.gfield_html{margin-top:15px!important;text-align:center;line-height:2rem}#tpl-country .panel-section3 .gform_wrapper .gform_footer input[type="submit"],#tpl-country .panel-section3 .gform_wrapper .gform_footer button[type="submit"]{margin-top:20px;font-size:12px!important;line-height:26px!important;font-weight:400!important}}@media (max-width:1200px){#tpl-covid .panel-section1 .metaSingle{flex:0 0 100%}#tpl-covid .panel-section1 .metaSingle.column1,#tpl-covid .panel-section1 .metaSingle.column2,#tpl-covid .panel-section1 .metaSingle.column3{justify-content:center}}@media (max-width:1200px){#tpl-bridge .panel-intro .section-content{justify-content:space-around}#tpl-bridge .panel-intro .section-text{text-align:right}#tpl-bridge .panel-section1 .tpl-columns{justify-content:center;margin-left:0;width:calc(100% + 0)}#tpl-bridge .panel-section1 .tpl-columns>*{margin-left:0;margin-right:0}#tpl-bridge .panel-section1 .column1{margin-top:60px;order:2;flex:0 0 100%}#tpl-bridge .panel-section1 .column2{order:1}#tpl-bridge .panel-section1 .section-title{max-width:100%}}@media (max-width:1200px) and (max-width:640px){#tpl-bridge .panel-section1 .tpl-columns{margin-left:0;width:100%}#tpl-bridge .panel-section1 .tpl-columns>*{margin-left:0;margin-right:0}}@media (max-width:992px){#tpl-bridge .panel-section6 .column1{align-items:center}#tpl-bridge .panel-section6 .column2{flex:0 0 100%;justify-content:center;align-items:center}#tpl-bridge .panel-section6 .section-content{width:100%;max-width:500px}}@media (max-width:768px){#tpl-bridge .panel-section5 .section-title span:after{width:50px;height:50px}#tpl-bridge .panel-section5 b{padding-bottom:0;border-bottom-width:3px}}@media (max-width:677px){#tpl-bridge .panel-section1 .column2{flex:0 0 100%}}@media (max-width:640px){#tpl-bridge .panel-section6 .quiz-form .gform_page_footer{margin-left:-6px;width:calc(100% + 12px);text-align:center}#tpl-bridge .panel-section6 .quiz-form .gform_page_footer>*{margin-left:6px;margin-right:6px}}@media (max-width:460px){#tpl-bridge .panel-section5 .testimonySingle-meta{margin-top:4rem;text-align:center}#tpl-bridge .panel-section5 .testimonySingle-title{margin-top:15px;width:100%}}@media (max-width:768px){#tpl-blog .tpl-panelWrap{width:80%!important}#tpl-blog .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-blog .cl-text{font-size:15px!important;line-height:24px!important;font-weight:500!important}#tpl-blog .panel-section0{padding-top:20rem;padding-bottom:1rem}#tpl-blog .panel-section0 .page-title strong{top:-22px;font-size:12rem!important;line-height:1!important;font-weight:100!important}#tpl-blog .panel-section0 .section-filter .typeList,#tpl-blog .panel-section0 .section-filter .filterForm{display:inline-block;position:relative;padding-bottom:0;width:100%}#tpl-blog .panel-section0 .section-filter .typeList:after,#tpl-blog .panel-section0 .section-filter .filterForm:after{content:'';display:inline-block;position:absolute;left:0;bottom:-13px;width:100%;height:1px;outline:rgb(185 185 185 / .2) thin solid;background-color:#777}#tpl-blog .styledSelect{border:none!important}#tpl-blog .styledSelect+ul.options{padding:10px 0 20px;top:35px;box-shadow:0 1px 5px rgb(0 0 0 / .1)}#tpl-blog .panel-section0 .section-filter{margin-top:9rem}#tpl-blog .panel-section0 .section-filter .typeSingle-title{display:block;line-height:2rem;text-transform:none}#tpl-blog .panel-section0 .section-filter .typeSingle-title.active:after{display:none}#tpl-blog .panel-section0 .section-filter .filterForm{margin-top:30px;margin-bottom:60px;max-width:none}#tpl-blog .panel-section0 .section-filter .filterForm:before{display:none}#tpl-blog .panel-section0 .section-filter .filterForm input{color:#959595}#tpl-blog .panel-section0 .section-filter .filterForm input[type='text'].search-input::-webkit-input-placeholder,#tpl-blog .panel-section0 .section-filter .filterForm ::-webkit-input-placeholder{font-size:1.5rem!important;line-height:3rem!important;font-weight:400!important}#tpl-blog .panel-section0 .section-filter .filterForm .iconfont{right:-7px;background-color:#fff0;color:#000}#tpl-blog .panel-section1{padding-top:0;padding-bottom:10rem}#tpl-blog .panel-section1 .postList{justify-content:space-around}}@media (max-width:768px) and (max-width:768px){#tpl-blog .panel-section0 .page-title strong{font-size:4.8rem;line-height:5.2rem}}@media (max-width:768px) and (max-width:560px){#tpl-blog .panel-section0 .page-title strong{font-size:3.8rem;line-height:4.2rem}}@media (max-width:768px){#tpl-videos .tpl-panelWrap{width:80%!important}#tpl-videos .cl-text{font-size:15px!important;line-height:24px!important;font-weight:500!important}#tpl-videos .panel-section0{overflow:visible}#tpl-videos .panel-section0 .section-overlay{transform:scale(1,1)!important}#tpl-videos .panel-section0 .section-overlay:after{width:100%;height:100%}#tpl-videos .panel-section0 .section-header{padding-top:24rem}#tpl-videos .panel-section0 .page-title{font-size:56px!important;line-height:68px!important;font-weight:700!important}#tpl-videos .panel-section0 .section-filter{margin-top:0;width:100%;flex-direction:column-reverse;align-items:flex-start}#tpl-videos .styledSelect{font-size:15px!important;line-height:30px!important;font-weight:400!important;border:none!important}#tpl-videos .styledSelect:before{background-color:#fff}#tpl-videos .styledSelect:after{border-color:#000 #fff0 #fff0 #fff0}#tpl-videos .styledSelect+ul.options{padding:10px 0 20px;top:35px;box-shadow:0 1px 5px rgb(0 0 0 / .1)}#tpl-videos .panel-section0 .section-filter .typeList{display:inline-block;position:relative;margin-top:12rem;padding-bottom:0;width:100%}#tpl-videos .panel-section0 .section-filter .typeList:after{content:'';display:inline-block;position:absolute;left:0;bottom:-13px;width:100%;height:1px;outline:rgb(185 185 185 / .2) thin solid;background-color:#777}#tpl-videos .panel-section0 .section-filter .typeSingle-title{display:block;line-height:2rem;text-transform:none;color:#959595!important}#tpl-videos .panel-section0 .section-filter .typeSingle-title.active{color:#000!important}#tpl-videos .panel-section0 .section-filter .typeSingle-title.active:after{display:none}#tpl-videos #playlistBtn{margin-top:0;padding:6px 27px 6px 7px}#tpl-videos #playlistBtn:before{margin-right:11px;width:27px;height:27px}#tpl-videos #playlistBtn span{top:3px;font-size:18px!important;line-height:26px!important;font-weight:400!important}#tpl-videos .panel-section1{padding-top:0;padding-bottom:10rem}#tpl-videos .panel-section1 .videoList{justify-content:space-around}}@media (min-width:769px){#tpl-termsandconditions .pointList .pointSingle:hover,#tpl-termsandconditions .pointList .pointSingle:focus{color:#8F8F8F;background-color:#000;transition:0.35s all ease-out}#tpl-termsandconditions .pointList .pointSingle:hover .pointSingle-title,#tpl-termsandconditions .pointList .pointSingle:focus .pointSingle-title{color:#F5F6FA}#tpl-termsandconditions .pointList .pointSingle:hover .pointSingle-readmore,#tpl-termsandconditions .pointList .pointSingle:focus .pointSingle-readmore{fill:#000;background-color:#F5F6FA}}@media (max-width:768px){#tpl-termsandconditions .panel-section0{display:flex;min-height:503px;align-items:center}#tpl-termsandconditions .panel-section0 .tpl-panelWrap{width:80%!important}#tpl-termsandconditions .page-title{margin-bottom:5rem;color:#fff;font-size:40px!important;line-height:52px!important;font-weight:400!important}#tpl-termsandconditions .pointList{margin-top:15px;padding-top:0}#tpl-termsandconditions .pointList .pointSingle{padding:15px 0 30px;flex-direction:column-reverse;align-items:flex-start;border:none;border-bottom:#DEDEDE 2px solid;border-radius:0}#tpl-termsandconditions .pointList .pointSingle-img,#tpl-termsandconditions .pointList .pointSingle-readmore{position:relative}#tpl-termsandconditions .pointList .pointSingle-lang{display:flex;margin-top:20px;justify-content:flex-start;align-items:flex-end}#tpl-termsandconditions .pointList .pointSingle-img{margin-top:0;margin-right:0;flex:0 0 17px;width:17px;height:17px}#tpl-termsandconditions .pointList .pointSingle-img .icon{width:25.5px;height:25.5px}#tpl-termsandconditions .pointList .pointSingle-country{margin-left:12px;font-size:12px;line-height:1;font-weight:700}#tpl-termsandconditions .pointList .pointSingle-content{display:flex;flex-direction:row;justify-content:space-between}#tpl-termsandconditions .pointList .pointSingle-imgtype{display:none}#tpl-termsandconditions .pointList .pointSingle-title{font-size:18px!important;line-height:25px!important;font-weight:700!important}#tpl-termsandconditions .pointList .pointSingle-readmore{right:0;top:auto;margin-left:50px;transform:translateY(0)}}@media (max-width:375px){#tpl-termsandconditions .page-title{font-size:50px!important;line-height:70px!important;font-weight:400!important}}@media (max-width:768px){.new.single.page .panel-partners .partnerSingle-container,.new.single.page .panel-products .productSingle.pdtimg.landscape .productSingle-content,.new.single.page .panel-products .productSingle.bkgimg .productSingle-content,#tpl-frontpage .panel-expertises .expertiseSingle-content{width:90vw;max-width:530px;margin-left:auto;margin-right:auto;left:0;float:none}.new.single.page .panel-partners .partnerSingle-container *,.new.single.page .panel-products .productSingle.pdtimg.landscape .productSingle-content *,.new.single.page .panel-products .productSingle.bkgimg .productSingle-content *,#tpl-frontpage .panel-expertises .expertiseSingle-content *{min-width:0;max-width:100%}}@media (max-width:650px){.new.single.page .panel-products .videoProductList .productSingle-content{width:90vw;max-width:530px;margin-left:auto;margin-right:auto;left:0;float:none}.new.single.page .panel-products .videoProductList .productSingle-content *{min-width:0;max-width:100%}}@media (max-width:600px){.new.single.page .panel-products .bigProductList .tpl-column .editor img.alignright,.new.single.page .panel-products .bigProductList .tpl-column .editor img.alignleft{width:auto;margin:0 15px 0 0}}@media (max-width:768px){#tpl-frontpage .panel-expertises .section-title,#tpl-frontpage .panel-onair .section-title,#tpl-frontpage .panel-news .section-title,.new.single.page .panel-products .section-title{margin-top:2rem}#tpl-frontpage .panel-expertises .section-title .title,#tpl-frontpage .panel-onair .section-title .title,#tpl-frontpage .panel-news .section-title .title,.new.single.page .panel-products .section-title .title{margin-bottom:0}}@media (max-width:650px){#tpl-frontpage .panel-expertises .section-title,#tpl-frontpage .panel-onair .section-title,#tpl-frontpage .panel-news .section-title,.new.single.page .panel-products .section-title{width:100%;text-align:left}#tpl-frontpage .panel-expertises .section-title .title,#tpl-frontpage .panel-onair .section-title .title,#tpl-frontpage .panel-news .section-title .title,.new.single.page .panel-products .section-title .title{margin-left:0}}@media (max-width:1400px){.new.single.page .panel-products .section-title .title{font-size:18vw}.new.single.page .panel-products .section-title .exp{font-size:7vw!important;margin-left:8vw}#tpl-retail .panel-products .section-title .title{font-size:13vw}#tpl-retail .panel-products .section-title .exp{font-size:6vw!important;margin-left:0}#tpl-food .panel-products .section-title .title{font-size:13vw}#tpl-food .panel-products .section-title .exp{font-size:6vw!important;margin-left:12vw}}@media (max-width:768px){#tpl-retail .panel-products .section-title .exp,#tpl-food .panel-products .section-title .exp{font-size:8vw!important;font-weight:300!important}}@media (max-width:768px){#tpl-spure .spure-link{padding:3px 27px;background:#4870FF;border-radius:32px;color:#fff;font-size:16px!important;line-height:26px!important;font-weight:300!important;letter-spacing:.5px}#tpl-spure .panel-intro{max-height:580px}#tpl-spure .panel-intro .section-overlay{background-size:165%!important}#tpl-spure .panel-intro .page-title{font-size:30px!important;line-height:40px!important;font-weight:300!important}#tpl-spure .panel-products .videoProductList .productSingle-img.xs{margin:13rem auto 7rem}#tpl-spure .panel-products .videoProductList .productSingle-content .productSingle-text.editor{margin-bottom:10rem;text-align:center}#tpl-spure .panel-products .section-title p{font-size:34px!important;line-height:64px!important;font-weight:300!important;color:rgb(255 255 255 / .42)!important}#tpl-spure .panel-products .panelBkg-black .productSingle-text{text-align:center}#tpl-spure .panel-products .productSingle+.productSingle{padding-top:7rem}#tpl-spure .panel-products .productSingle .tpl-panelWrap .parallax-img{order:1}#tpl-spure .panel-products .productSingle .tpl-panelWrap .productSingle-content{order:2}#tpl-spure .panel-products .productSingle-img.xs{margin:auto;max-height:400px}#tpl-spure .panel-products .xs+.productSingle .productSingle-content .editor{text-align:center}#tpl-spure .panel-products .productSingle-content .editor{text-align:left}#tpl-spure .panel-products .productSingle-title{font-size:34px!important;line-height:38px!important;font-weight:300!important}#tpl-spure .productList1.panelBkg-black+.section-sep .trg:before,#tpl-spure .productList2.panelBkg-white+.section-sep .trg:before,#tpl-spure .productList1.panelBkg-black+.section-sep .trg:after,#tpl-spure .productList2.panelBkg-white+.section-sep .trg:after{display:none}#tpl-spure .panel-lastsection .section-title{max-width:90%;margin:auto;text-align:center;font-size:32px!important;line-height:38px!important;font-weight:100!important}#tpl-spure .panel-lastsection .section-link{min-width:0;font-size:16px!important;line-height:26px!important;font-weight:300!important}}@media (max-width:768px){#tpl-acrelecmcdo .section-lnk{margin-top:0;padding:6px 27px 6px 7px}#tpl-acrelecmcdo .section-lnk:before{margin-right:11px;width:27px;height:27px}#tpl-acrelecmcdo .section-lnk span{top:3px;font-size:18px!important;line-height:26px!important;font-weight:400!important}}@media (max-width:768px){#tpl-qtimermcdo .tpl-panelWrap,#tpl-qtimermcdo .panel-section4 .advantageSingle{width:80%!important}#tpl-qtimermcdo{font-size:15px!important;line-height:24px!important;font-weight:500!important}#tpl-qtimermcdo .section-title{font-size:34px!important;line-height:38px!important;font-weight:700!important}#tpl-qtimermcdo .panel-header{position:relative;padding-top:18rem;padding-bottom:0}#tpl-qtimermcdo .page-title{padding-top:8px;padding-bottom:10px;font-size:48px!important;line-height:1!important;font-weight:700!important}#tpl-qtimermcdo .panel-header .page-title{margin-left:auto;margin-right:auto;max-width:500px}#tpl-qtimermcdo .panel-header .section-subtitle{margin-top:36px;max-width:490px;font-size:32px!important;line-height:40px!important;font-weight:700!important}#tpl-qtimermcdo .panel-header .section-img{margin-top:40px}#tpl-qtimermcdo .panel-header .section-text{font-size:15px!important;line-height:24px!important;font-weight:600!important}#tpl-qtimermcdo .panel-section1 .tpl-columns{margin-left:0;width:calc(100% + 0px)}#tpl-qtimermcdo .panel-section1 .tpl-columns>*{margin-left:0;margin-right:0}#tpl-qtimermcdo .panel-section1 .section-text.column2.editor img.alignleft{float:left;width:inherit}#tpl-qtimermcdo .panel-section1 .section-text.column2{margin-top:30px}#tpl-qtimermcdo .section-testimony{margin-top:6rem;padding:0;flex-wrap:wrap;background-color:#fff0}#tpl-qtimermcdo .section-testimony .section-content{flex:0 0 100%;margin:38px 30px 0;max-width:80%}#tpl-qtimermcdo .section-testimony .section-text{font-size:15px!important;line-height:24px!important;font-weight:500!important}#tpl-qtimermcdo .section-testimony .section-subtext{margin-top:3rem;font-size:18px!important;line-height:24px!important;font-weight:700!important}}@media (max-width:768px) and (max-width:640px){#tpl-qtimermcdo .panel-section1 .tpl-columns{margin-left:0;width:100%}#tpl-qtimermcdo .panel-section1 .tpl-columns>*{margin-left:0;margin-right:0}}html[lang="ja"] #tpl-about .panel-section1 .section-text2,html[lang="ja"] #tpl-about .panel-section1b .section-text2{font-size:4.2rem}@media (max-width:768px){html[lang="ja"] #tpl-about .panel-section1 .section-text2,html[lang="ja"] #tpl-about .panel-section1b .section-text2{font-size:28px!important}}@media (max-width:600px){html[lang="ja"] #tpl-about .panel-section1 .section-text2,html[lang="ja"] #tpl-about .panel-section1b .section-text2{font-size:20px!important}}html[lang="ja"] #tpl-visitus .panel-section1 .page-title{font-size:8rem}@media (max-width:768px){html[lang="ja"] #tpl-visitus .panel-section1 .page-title{font-size:60px!important}}.container{width:100%;max-width:1412px;margin:0 auto;padding:0 23px}.container--fluide{max-width:none}.container--large{max-width:1070px}.container--medium{max-width:814px}.container--small{max-width:586px}.container--paddingless{padding:0}.container .container{padding-right:0;padding-left:0}.header{display:flex;align-items:center;position:fixed;z-index:20;height:75px;transition:background .4s}.header,.header:after{top:0;width:100%;background:#000;background:var(--header-background,#000)}.header:after{position:absolute;left:0;z-index:-1;height:100%;content:""}.header .container{display:flex;align-items:center;justify-content:space-between;max-width:1575px}.header__logo{position:relative;width:170px;height:38px;margin-right:2.6rem}.header__logo:after{display:inline-block;position:absolute;top:0;right:-26px;content:""}@media (max-width:1160px){.header__logo{margin-right:1.2rem;margin-left:0}.header__logo:after{right:-13px}}.header__logo:after,.header__right__sep{display:inline-block;width:1px;height:33px;background:#fff;opacity:.22}.header__right{display:flex;align-items:center}.header__right__sep{margin:0 1.8rem 0 1.4rem}.header__search-button{border:none;background:#fff0;cursor:pointer}.header__search-button.is-inactive{opacity:.5;pointer-events:none}.header .mobile-nav-toggle{display:none;position:relative;z-index:2;width:22px;margin-left:2rem;border:none;background:#fff0}.header .mobile-nav-toggle span{display:block;width:22px;height:3px;background:#fff}.header .mobile-nav-toggle__burger span{margin-bottom:5px}.header .mobile-nav-toggle__burger span:last-child{margin-bottom:0}.header .mobile-nav-toggle__close{display:none;position:relative;top:-4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.header .mobile-nav-toggle__close span{width:30px;height:4px;background:#4c4c4c;-webkit-transform-origin:center center;transform-origin:center center}.header .mobile-nav-toggle__close span:first-child{position:relative;top:4px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.header .mobile-nav-toggle.is-open .mobile-nav-toggle__close{display:block}.header .mobile-nav-toggle.is-open .mobile-nav-toggle__burger{display:none}@media (max-width:980px){.header .mobile-nav-toggle{display:block}}.header .button.header__lastlink{display:inline-flex;align-items:center;justify-content:center;width:auto;height:3.4rem;padding:0 2.5rem;line-height:1;border:none;border-radius:1.7rem;outline:0;font-size:1.4rem;color:#000;background:#fff}@media (max-width:980px){.header #navigation{-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;pointer-events:none}.header #navigation.is-active{-webkit-transform:translateX(0);transform:translateX(0);pointer-events:all}}@media (max-width:980px){.header .container{padding-left:0}.header__logo{margin:0 auto;position:relative;left:70px}.header__logo:after{display:none}}@media (max-width:580px){.header__logo{position:static}.header .button.header__lastlink{padding:0 1.5rem}.header__right__sep{margin:0 .5rem}.header .header__logo{width:120px;display:flex;flex-direction:column;justify-content:center}.header .header__logo img{height:auto}}.header.--landing .header__logo:after{display:none}.page-template-front-page-v3 .header,.page-template-front-page-v3 .header:after{background:#fff0}.page-template-front-page-v3 .header.is-scrolling{background:#000}.page-template-front-page-v3 .header.is-scrolling:after{background:#fff0}#navigation{margin-right:auto;margin-left:2.6rem}@media (max-width:1160px){#navigation{margin-left:1.2rem}}#navigation .menu{display:flex;align-items:center;margin:auto 0;list-style:none}#navigation .menu>.menu-item{margin:0 0 0 2.5rem}@media screen and (max-width:1160px){#navigation .menu>.menu-item{margin:0 0 0 1.5rem}}#navigation .menu>.menu-item:first-child{margin-left:0}#navigation .menu>.menu-item>a,#navigation .menu>.menu-item button{font-size:1.6rem;font-weight:400;color:#fff;opacity:.7}#navigation .menu>.menu-item>a:after,#navigation .menu>.menu-item button:after{height:5px}#navigation .menu>.menu-item>a:focus,#navigation .menu>.menu-item>a:hover,#navigation .menu>.menu-item button:focus,#navigation .menu>.menu-item button:hover{color:#fff;opacity:1}@media (max-width:1160px){#navigation .menu>.menu-item>a,#navigation .menu>.menu-item button{font-size:1.5rem}}#navigation .menu>.menu-item.current-menu-item>a,#navigation .menu>.menu-item.current-menu-item button{opacity:1}#navigation .js-laser{position:absolute;bottom:0;height:5px;background:#fff;opacity:1;transition:width .4s,background .4s,opacity .3s,-webkit-transform .4s;transition:transform .4s,width .4s,background .4s,opacity .3s;transition:transform .4s,width .4s,background .4s,opacity .3s,-webkit-transform .4s;-webkit-transform-origin:center center;transform-origin:center center;will-change:width}#navigation .js-laser.is-hidden{opacity:0}#navigation .js-laser.is-always-visible{opacity:1}#navigation .menu-item.current-menu-ancestor>a,#navigation .menu-item.current-menu-ancestor button,#navigation .menu-item.current-menu-item>a,#navigation .menu-item.current-menu-item button,#navigation .menu-item.menu-item-has-children:focus>a,#navigation .menu-item.menu-item-has-children:focus button,#navigation .menu-item.menu-item-has-children:hover>a,#navigation .menu-item.menu-item-has-children:hover button,#navigation .menu-item a,#navigation .menu-item button{color:#fff}#navigation .sub-menu-wrap{right:9999rem;z-index:-1;opacity:0;transition:background .4s,opacity .15s linear,right 0s .15s}@media (max-width:980px){#navigation .sub-menu-wrap{display:none}}#navigation .menu-item-has-children.current-menu-ancestor:not(.product-overview) .sub-menu-wrap,#navigation .menu-item-has-children.current-menu-item .sub-menu-wrap{right:0;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition:opacity .15s linear}@media (max-width:980px){#navigation{position:absolute;top:0;left:0;width:75%;overflow-y:scroll;margin:0;background:#fff}#navigation .menu{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100vh;height:var(--app-height,100vh);padding:8rem 0 0 5rem}#navigation .menu>.menu-item{margin:0 0 4rem}#navigation .menu>.menu-item>a{font-size:2.2rem;color:#000;opacity:1}#navigation .menu>.menu-item>a.current-menu-item,#navigation .menu>.menu-item>a:focus,#navigation .menu>.menu-item>a:hover{color:#ff4545;transition:none}#navigation .js-laser{display:none}}.sub-menu-wrap{display:flex;align-items:flex-end;justify-content:center;position:absolute;top:75px;z-index:10;width:100%;height:130px;padding:0 0 2.5rem;font-size:1.5rem;color:#fff;background:#000}.sub-menu-wrap .sub-menu-custom-subtitle{position:absolute;left:-5rem;font-size:3.5rem;line-height:1;-webkit-transform:translateX(-100%);transform:translateX(-100%);cursor:default}@media (max-width:1120px){.sub-menu-wrap .sub-menu-custom-subtitle{display:none}}@media (min-width:1575px){.sub-menu-wrap .sub-menu-custom-subtitle{left:calc((100% - 1575px + 2 * 23px) / 2 + 171px + 2.6rem + 2.6rem + 40px);-webkit-transform:none;transform:none}}.sub-menu-wrap .sub-menu{display:flex;align-items:center;justify-content:center;position:relative;margin:0;list-style:none;line-height:1}@media (min-width:1575px){.sub-menu-wrap .sub-menu{position:static}}@media screen and (min-width:1120px){.sub-menu-wrap .sub-menu{min-height:60px}}.sub-menu-wrap .sub-menu a{display:block;width:100%;font-size:1.6rem;font-weight:600;color:#fff;transition:color .2s ease-out,background .2s ease-out}.sub-menu-wrap .sub-menu a:focus,.sub-menu-wrap .sub-menu a:hover{color:#fff;text-decoration:underline}.sub-menu-wrap .sub-menu li{margin-right:4rem}.sub-menu-wrap .sub-menu li:first-child{max-width:192px}.sub-menu-wrap .sub-menu li:last-child{margin-right:0}.sub-menu-wrap .sub-menu li a{text-align:center}.sub-menu-wrap .sub-menu li.current-menu-item a,.sub-menu-wrap .sub-menu li:hover a{color:#fff}.sub-menu-wrap .sub-menu li.current-menu-item a:before,.sub-menu-wrap .sub-menu li:hover a:before{-webkit-filter:drop-shadow(0 0 8px #fff);filter:drop-shadow(0 0 8px white)}.sub-menu-wrap .sub-menu li.menu-greyedout{opacity:.5}.sub-menu-wrap .sub-menu li.menu-greyedout a{cursor:default}.sub-menu-wrap .sub-menu li.menu-greyedout a:hover:before{-webkit-filter:none;filter:none}.sub-menu-wrap.--clone{display:none;height:100px;padding-bottom:0;line-height:1;-webkit-transform:translateY(0)!important;transform:translateY(0)!important}@media (max-width:980px){.sub-menu-wrap.--clone{display:flex}}.sub-menu-wrap.--clone .sub-menu-custom-subtitle{display:none}.sub-menu-wrap.--clone>.sub-menu{display:flex;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:15px;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.sub-menu-wrap.--clone>.sub-menu a{font-size:1.3rem}.sub-menu-wrap.--clone>.sub-menu a:before{margin-bottom:6px}.sub-menu-wrap.--clone>.sub-menu li{width:auto;height:auto;margin:0 1.5rem;padding:0;white-space:nowrap}.sub-menu-wrap.--clone>.sub-menu li:last-child{margin-right:0}@media (max-width:520px){.sub-menu-wrap.--clone>.sub-menu li{margin:0 1.25rem}}.sub-menu li.current-menu-item.menu-image-case-food a:before,.sub-menu li.current-menu-item.menu-image-case-retail a:before{-webkit-filter:none;filter:none}.sub-menu-wrap .sub-menu li a:before{display:block;margin:0 auto 1rem;background-repeat:no-repeat;background-size:contain;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s;content:"";-webkit-filter:drop-shadow(0 0 8px #fff0);filter:drop-shadow(0 0 8px #fff0);will-change:filter}.menu-image-drive-odmb a:before{width:38px;height:53px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-odmb@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-odmb a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-odmb@2x.png)}}@media (max-width:980px){.menu-image-drive-odmb a:before{width:30px;height:42px}}.menu-image-drive-driveid a:before{width:46px;height:55px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-driveid@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-driveid a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-driveid@2x.png)}}@media (max-width:980px){.menu-image-drive-driveid a:before{width:37px;height:45px}}.menu-image-drive-qtimer a:before{width:41px;height:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-qtimer@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-qtimer a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-qtimer@2x.png)}}@media (max-width:980px){.menu-image-drive-qtimer a:before{width:33px;height:45px}}.menu-image-drive-audio a:before{width:44px;height:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-audio@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-audio a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-audio@2x.png)}}@media (max-width:980px){.menu-image-drive-audio a:before{width:36px;height:42px}}.menu-image-kiosk-atp a:before{width:41px;height:39px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-ATP@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-atp a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-ATP@2x.png)}}@media (max-width:980px){.menu-image-kiosk-atp a:before{width:35px;height:34px}}.menu-image-kiosk-dot a:before{width:41px;height:39px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-DOT@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-dot a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-DOT@2x.png)}}@media (max-width:980px){.menu-image-kiosk-dot a:before{width:35px;height:34px}}.menu-image-kiosk-k22 a:before{width:27px;height:56px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K22@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k22 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K22@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k22 a:before{width:23px;height:49px}}.menu-image-kiosk-k27 a:before{width:13px;height:56px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k27 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k27 a:before{width:11px;height:49px}}.menu-image-kiosk-k27-outdoor a:before{width:17px;height:56px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27Outdoor@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k27-outdoor a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27Outdoor@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k27-outdoor a:before{width:15px;height:49px}}.menu-image-kiosk-k32-outdoor a:before{width:20px;height:62px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K32Outdoor@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k32-outdoor a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K32Outdoor@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k32-outdoor a:before{width:16px;height:53px}}.menu-image-kiosk-table a:before{width:32px;height:48px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-TableService@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-table a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-TableService@2x.png)}}@media (max-width:980px){.menu-image-kiosk-table a:before{width:28px;height:41px}}.menu-image-kiosk-touchless a:before{width:28px;height:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-Touchless@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-touchless a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-Touchless@2x.png)}}@media (max-width:980px){.menu-image-kiosk-touchless a:before{width:24px;height:45px}}.menu-image-click-pickup a:before{width:38px;height:46px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-pickup@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-click-pickup a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-pickup@2x.png)}}@media (max-width:980px){.menu-image-click-pickup a:before{width:32px;height:38px}}.menu-image-click-mobile a:before{width:70px;height:46px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-mobile-ordering@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-click-mobile a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-mobile-ordering@2x.png)}}@media (max-width:980px){.menu-image-click-mobile a:before{width:59px;height:39px}}.menu-image-sco-s15 a:before{width:54px;height:58px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S15@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-sco-s15 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S15@2x.png)}}@media (max-width:980px){.menu-image-sco-s15 a:before{width:51px;height:55px}}.menu-image-sco-s22 a:before{width:31px;height:55px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S22@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-sco-s22 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S22@2x.png)}}@media (max-width:980px){.menu-image-sco-s22 a:before{width:29px;height:52px}}.menu-image-sco-atp a:before{width:39px;height:38px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-ATP@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-sco-atp a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-ATP@2x.png)}}@media (max-width:980px){.menu-image-sco-atp a:before{width:36px;height:35px}}.menu-image-case-food a:before{width:50px;height:60px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-food@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-case-food a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-food@2x.png)}}@media (max-width:980px){.menu-image-case-food a:before{width:40px;height:48px}}.menu-image-case-retail a:before{width:60px;height:59px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-retail@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-case-retail a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-retail@2x.png)}}@media (max-width:980px){.menu-image-case-retail a:before{width:46px;height:45px}}.footer{background:#000}.footer .container{max-width:1246px}.footer__newsletter{padding:4rem 0;background:#0b0b0b}.footer__newsletter .container{display:flex;align-items:center}.footer__newsletter .container>p{font-size:2rem;color:#fff}.footer__newsletter #mc_embed_signup{margin:0 auto}.footer__newsletter #mc_embed_signup_scroll{display:flex;align-items:center}.footer__newsletter .mc-field-group{position:relative;margin-right:1.5rem}.footer__newsletter .mc-field-group label{display:none;position:absolute;font-weight:400}.footer__newsletter .mc-field-group input[type=email]{display:block;width:100%;min-width:280px;height:4rem;padding:0 1.5rem;border:1px solid hsl(0 0% 100% / .28);border-radius:5px;color:#fff;background:#fff0}.footer__newsletter .mc-field-group input[type=email]:focus,.footer__newsletter .mc-field-group input[type=email]:hover{border-color:#fff}.footer__newsletter #mc-embedded-subscribe{display:inline-flex;align-items:center;justify-content:center;width:auto;height:3.4rem;padding:0 2.5rem;border:1px solid #000;border-radius:1.7rem;outline:0;font-family:inherit;font-size:1.4rem;text-decoration:none;font-weight:400;white-space:nowrap;color:#000;background:#fff;cursor:pointer}.footer__newsletter #mc-embedded-subscribe:focus,.footer__newsletter #mc-embedded-subscribe:hover{border:1px solid #fff;color:#fff;background:#000}.footer__newsletter input[type=submit]{-webkit-appearance:none}@media (max-width:768px){.footer__newsletter .container>p{margin-right:1.5rem}}@media (max-width:680px){.footer__newsletter .container{display:block;text-align:center}.footer__newsletter .container>p{margin-bottom:1.5rem}.footer__newsletter #mc_embed_signup_scroll{justify-content:center;text-align:left}}@media (max-width:540px){.footer__newsletter .container>p{font-size:1.7rem}.footer__newsletter #mc_embed_signup_scroll{display:block}.footer__newsletter .mc-field-group input[type=email]{margin-bottom:1rem}.footer__newsletter .clear{text-align:center}}.footer__inner{padding:5rem 0 4rem;background:#1b1b1b;background:linear-gradient(180deg,#1b1b1b,#0e0e0e)}.footer__logo{margin-bottom:4.5rem}.footer__logo a{display:block;max-width:173px;margin:0 auto}@media (max-width:520px){.footer__logo{display:none}}.footer ul{margin:0;list-style-type:none}.footer .menu li.menu-greyedout a{color:#888;cursor:default}.footer .menu a{font-size:1.3rem;color:#fff}.footer .menu a:focus,.footer .menu a:hover{text-decoration:underline}.footer__sub{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #414141}.footer__sub__flag{display:flex;align-items:center;text-transform:uppercase}.footer__sub__flag a{color:#fff}.footer__sub__flag img{width:30px;height:30px}.footer__sub__flag>li,.footer__sub__flag span{margin-right:1.5rem}.footer__sub__flag span{color:#818181}.footer__sub__flag li:last-child a[hreflang=fr-FR]{display:block;width:30px;height:30px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/FR-icon.png) 50%/contain no-repeat}.footer__sub__flag li:last-child a[hreflang=fr-FR] img{display:none}.footer__sub__logo img{max-width:180px;width:100%;aspect-ratio:180/100}@media (max-width:768px){.footer__sub__logo{width:135px}.footer__sub__logo img{max-width:135px;max-height:75px}}@media (max-width:540px){.footer__sub__logo{margin-bottom:1.5rem}}@media (max-width:520px){.footer__sub{align-items:center;justify-content:center;flex-flow:column wrap;border-bottom:none}.footer__sub__flag{position:static;margin:0 auto;padding-top:1.5rem;order:2}}.footer__social{display:flex;align-items:center}@media (max-width:520px){.footer__social{justify-content:center;width:100%;padding-bottom:1.5rem;border-bottom:1px solid #414141;order:1}}.footer__social li{margin-right:2rem}.footer__social li:last-child{margin-right:0}.footer__social img{width:24px}.footer .footer-secondary-menu{margin-bottom:1rem}.footer .footer-secondary-menu .menu{display:flex;align-items:center;flex-flow:row wrap}.footer .footer-secondary-menu .menu li{margin-bottom:1.5rem;line-height:1.4}.footer .footer-secondary-menu .menu a{font-size:1.4rem}.footer .footer-secondary-menu .menu>.menu-item:after{margin:0 1rem;color:#888;content:"|"}.footer .footer-secondary-menu .menu>.menu-item:last-child:after{display:none}@media (max-width:520px){.footer .footer-secondary-menu .menu{justify-content:center}}.footer__copy{font-size:1.3rem;line-height:1.4;color:#888}@media (max-width:520px){.footer__copy{text-align:center}}.footer.--landing .footer__sub{justify-content:center}.footer.--landing .footer__copy{text-align:center}.footer-menu{margin-bottom:1.5rem}.footer-menu>.menu{display:flex;flex-flow:row wrap;justify-content:space-between}.footer-menu>.menu>.menu-item{width:120px;margin-bottom:1.5rem}.footer-menu>.menu>.menu-item>a{display:block;margin-bottom:2.5rem;font-size:1.5rem;font-weight:600}@media (max-width:820px){.footer-menu>.menu>.menu-item{width:120px;margin:0 5% 2.5rem}}.footer-menu .sub-menu li{margin-bottom:1rem;line-height:1.4}.footer-menu .sub-menu .sub-menu{margin:1rem 0 0 1rem;list-style-type:"- ";color:#fff}.footer-menu .sub-menu .sub-menu li{margin-bottom:.5rem}@media (min-width:521px){.footer-menu .sub-menu{display:block!important}}@media (max-width:520px){.footer-menu{border-bottom:1px solid #414141}.footer-menu>.menu{display:block}.footer-menu>.menu>.menu-item{width:100%;margin:0 0 2.5rem}.footer-menu>.menu>.menu-item>a{margin-bottom:1.5rem;font-size:1.9rem}.footer-menu>.menu>.menu-item.menu-item-has-children{position:relative}.footer-menu>.menu>.menu-item.menu-item-has-children a{max-width:calc(100% - 2.5rem)}.footer-menu>.menu>.menu-item.menu-item-has-children:after{position:absolute;top:-6px;right:0;width:2.5rem;font-size:3.5rem;line-height:1;color:#fff;content:"+"}.footer-menu>.menu>.menu-item.menu-item-has-children.is-active:after{content:"-"}.footer-menu .sub-menu{display:none}.footer-menu .sub-menu a{font-size:1.6rem}}.c-menu-tertiary{position:fixed;top:75px;z-index:15;width:100%;height:5rem;border-bottom:1px solid #fff;transition:background .4s,z-index .4s}.c-menu-tertiary .container{display:flex;align-items:center;justify-content:space-between;max-width:1570px;height:100%;padding:0 23px}.c-menu-tertiary__product{display:flex;align-items:center;font-size:1.9rem;font-weight:600;color:#fff}@media screen and (max-width:560px){.c-menu-tertiary__product{font-size:1.5rem}}.c-menu-tertiary ul{display:flex;align-items:center;margin-bottom:0;list-style:none;line-height:1.3}.c-menu-tertiary li{margin-right:2.5rem}.c-menu-tertiary li:last-child{margin-right:0}.c-menu-tertiary a:not(.c-menu-tertiary__parent){font-size:1.5rem}.c-menu-tertiary a{color:#fff}.c-menu-tertiary a:focus,.c-menu-tertiary a:hover{text-decoration:underline}.c-menu-tertiary .sep{position:relative;top:-1px;margin:0 2px;font-weight:400}.c-menu-tertiary__right{display:flex;align-items:flex-start;justify-content:center}.c-menu-tertiary__more{display:flex;margin-left:2.5rem}.c-menu-tertiary__more:after{display:inline-block;position:relative;top:2px;width:13px;height:15px;margin-left:10px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/header/tertiary/triangle.svg);content:""}.c-menu-tertiary__chevron{display:none;position:relative;top:4px;width:20px;height:12px;border:none;background:url(/wp-content/themes/themeacrelec/assetsv3/img/header/tertiary/chevron-down.png) 50%/contain no-repeat;background-color:#fff0;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}.c-menu-tertiary__chevron.is-active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:540px){.c-menu-tertiary__chevron{display:block}.c-menu-tertiary ul{display:flex;display:none;flex-direction:column;position:absolute;top:5rem;left:0;width:100%;margin-left:0;padding-bottom:2.5rem}.c-menu-tertiary li{width:100%;margin:0}.c-menu-tertiary li a{display:block;width:80%;margin:0 auto;padding:1.3rem 0;border-bottom:1px solid #000}}@media (max-width:500px){.c-menu-tertiary .c-menu-tertiary__product .c-menu-tertiary__parent,.c-menu-tertiary .c-menu-tertiary__product .sep{display:none}}.page-template-product-driveid-v3 .c-menu-tertiary,.page-template-product-odmb-v3 .c-menu-tertiary{border-bottom:1px solid #4343d1}.page-template-product-driveid-v3 .c-menu-tertiary.is-scrolling,.page-template-product-odmb-v3 .c-menu-tertiary.is-scrolling{background:#5252ff}@media (max-width:540px){.page-template-product-driveid-v3 .c-menu-tertiary,.page-template-product-driveid-v3 .c-menu-tertiary ul,.page-template-product-odmb-v3 .c-menu-tertiary,.page-template-product-odmb-v3 .c-menu-tertiary ul{background:#5252ff}.page-template-product-driveid-v3 .c-menu-tertiary li a,.page-template-product-odmb-v3 .c-menu-tertiary li a{border-bottom-color:#3c3ccf}}.page-template-product-touchless-v3 .c-menu-tertiary{border-bottom:1px solid #d80086}.page-template-product-touchless-v3 .c-menu-tertiary.is-scrolling{background:#d80086}@media (max-width:540px){.page-template-product-touchless-v3 .c-menu-tertiary,.page-template-product-touchless-v3 .c-menu-tertiary ul{background:#d80086}.page-template-product-touchless-v3 .c-menu-tertiary li a{border-bottom-color:#3c3ccf}}.page-template-kiosk-v3 .c-menu-tertiary,.page-template-product-audio-v3 .c-menu-tertiary,.page-template-product-qtimer-v3 .c-menu-tertiary,.page-template-product-table-service-v3 .c-menu-tertiary{border-bottom:1px solid #f49b03}.page-template-kiosk-v3 .c-menu-tertiary.is-scrolling,.page-template-product-audio-v3 .c-menu-tertiary.is-scrolling,.page-template-product-qtimer-v3 .c-menu-tertiary.is-scrolling,.page-template-product-table-service-v3 .c-menu-tertiary.is-scrolling{background:#f49b03}@media (max-width:540px){.page-template-kiosk-v3 .c-menu-tertiary,.page-template-kiosk-v3 .c-menu-tertiary ul,.page-template-product-audio-v3 .c-menu-tertiary,.page-template-product-audio-v3 .c-menu-tertiary ul,.page-template-product-qtimer-v3 .c-menu-tertiary,.page-template-product-qtimer-v3 .c-menu-tertiary ul,.page-template-product-table-service-v3 .c-menu-tertiary,.page-template-product-table-service-v3 .c-menu-tertiary ul{background:#f49b03}.page-template-kiosk-v3 .c-menu-tertiary li a,.page-template-product-audio-v3 .c-menu-tertiary li a,.page-template-product-qtimer-v3 .c-menu-tertiary li a,.page-template-product-table-service-v3 .c-menu-tertiary li a{border-bottom-color:#3c3ccf}}.page-template-tableservice-new-overview .c-menu-tertiary{border-bottom:1px solid #d80086}.page-template-tableservice-new-overview .c-menu-tertiary.is-scrolling{background:#d80086}@media (max-width:540px){.page-template-tableservice-new-overview .c-menu-tertiary,.page-template-tableservice-new-overview .c-menu-tertiary ul{background:#d80086}.page-template-tableservice-new-overview .c-menu-tertiary li a{border-bottom-color:#e940a4}}.page-template-product-s15-v3 .c-menu-tertiary,.page-template-product-s22-v3 .c-menu-tertiary{border-bottom:1px solid #950fde}.page-template-product-s15-v3 .c-menu-tertiary.is-scrolling,.page-template-product-s22-v3 .c-menu-tertiary.is-scrolling{background:#950fde}@media (max-width:540px){.page-template-product-s15-v3 .c-menu-tertiary,.page-template-product-s15-v3 .c-menu-tertiary ul,.page-template-product-s22-v3 .c-menu-tertiary,.page-template-product-s22-v3 .c-menu-tertiary ul{background:#950fde}.page-template-product-s15-v3 .c-menu-tertiary li a,.page-template-product-s22-v3 .c-menu-tertiary li a{border-bottom-color:#b741f2}}.page-template-about .c-menu-tertiary{border-bottom:1px solid red}.page-template-about .c-menu-tertiary.is-scrolling{background:red}@media (max-width:540px){.page-template-about .c-menu-tertiary,.page-template-about .c-menu-tertiary ul{background:red}.page-template-about .c-menu-tertiary li a{border-bottom-color:red}}.is-above-menu-tertiary,.is-below-menu-tertiary{position:relative;width:100%;padding-top:5rem;cursor:default}.page-template-product-audio-v3 .c-menu-tertiary,.page-template-product-odmb-v3 .c-menu-tertiary{z-index:1}.page-template-product-audio-v3 .c-menu-tertiary.is-scrolling,.page-template-product-odmb-v3 .c-menu-tertiary.is-scrolling{z-index:15}@media (min-width:769px){.page-template-product-audio-v3 .is-above-menu-tertiary,.page-template-product-odmb-v3 .is-above-menu-tertiary{padding-top:4rem}}.tpt-mobileord.is-below-sub-menu-wrap,.tpt-pickup.is-below-sub-menu-wrap{margin-top:3rem}@media (min-width:720px){.tpt-mobileord.is-below-sub-menu-wrap,.tpt-pickup.is-below-sub-menu-wrap{margin-top:10rem}}.page-template-product-mobile-ordering-v3 .c-menu-tertiary,.page-template-product-pickup-v3 .c-menu-tertiary{border-bottom:1px solid #f49b03}.page-template-product-mobile-ordering-v3 .c-menu-tertiary.is-scrolling,.page-template-product-pickup-v3 .c-menu-tertiary.is-scrolling{background:#f49b03}@media (max-width:540px){.page-template-product-mobile-ordering-v3 .c-menu-tertiary,.page-template-product-mobile-ordering-v3 .c-menu-tertiary ul,.page-template-product-pickup-v3 .c-menu-tertiary,.page-template-product-pickup-v3 .c-menu-tertiary ul{background:#f49b03}.page-template-product-mobile-ordering-v3 .c-menu-tertiary li a,.page-template-product-pickup-v3 .c-menu-tertiary li a{border-bottom-color:#f49b03}.page-template-product-mobile-ordering-v3 .c-menu-tertiary .c-menu-tertiary__product,.page-template-product-pickup-v3 .c-menu-tertiary .c-menu-tertiary__product{font-size:1.3rem}}.modal{display:flex;position:fixed;top:50%;right:0;left:-9999rem;z-index:21;width:calc(100% - 2rem);max-width:480px;height:400px;max-height:calc(100% - 2rem);background:#f7f7fc;opacity:0;-webkit-transform:translate3d(-50%,calc(20px - 50%),0);transform:translate3d(-50%,calc(20px - 50%),0);transition:opacity .15s linear,right 0s .15s,left 0s .15s,-webkit-transform .15s linear;transition:opacity .15s linear,transform .15s linear,right 0s .15s,left 0s .15s;transition:opacity .15s linear,transform .15s linear,right 0s .15s,left 0s .15s,-webkit-transform .15s linear}.modal__inner{width:100%;overflow:auto;margin-top:4rem;padding:0 2rem 2rem;-webkit-overflow-scrolling:scroll}.modal.is-active{right:50%;left:50%;opacity:1;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);transition:opacity .15s linear,-webkit-transform .15s linear;transition:opacity .15s linear,transform .15s linear;transition:opacity .15s linear,transform .15s linear,-webkit-transform .15s linear}.modal__close{position:absolute;top:1rem;right:1rem;border:none;background:#fff0;transition:color .2s;cursor:pointer}.modal__close:focus,.modal__close:hover{color:#000}.modal.--search{top:7.5rem;max-width:100%;height:100%;background:#fff0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.modal.--search .modal__close{top:3rem;right:14rem}@media (max-width:980px){.modal.--search .modal__close{right:1rem}}.modal-overlay{position:fixed;top:7.5rem;right:9999rem;z-index:20;width:100%;height:100%;background:hsl(0 0% 100% / .96);opacity:0;transition:opacity .15s linear,right 0s .15s,left 0s .15s}.modal-overlay.is-active{right:0;left:0;opacity:1;transition:opacity .15s linear}.modal-overlay.--menu{top:0;z-index:19;background:rgb(0 0 0 / .7)}.searchform{position:relative;width:100%;max-width:560px;margin:3rem auto 0}.searchform input{width:100%;height:6rem;padding:0;border:none;border-bottom:1px solid #000;font-size:5rem;line-height:1;text-align:center;font-weight:400;background:#fff0}.searchform input::-webkit-input-placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input::-moz-placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input::-ms-input-placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input::placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input:focus,.searchform input:hover{background:#fff0}.searchform__spinner{position:absolute;top:50%;right:1rem;width:40px;height:40px;margin-top:-20px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/header/search-spinner.svg) 50%/contain no-repeat;opacity:0;transition:opacity .2s ease-out}@media (max-width:660px){.searchform__spinner{width:25px;height:25px;margin-top:-12px}}.searchform.is-writing .searchform__spinner{opacity:.7;transition:none}.searchresults{width:100%;max-width:560px;margin:3rem auto 0}.searchresults__list li{margin-bottom:1.5rem}.searchresults__list li a{font-size:2.6rem}.searchresults__list li a:focus,.searchresults__list li a:hover{text-decoration:underline}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}