@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);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:#0000;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:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:4px;border-radius:var(--plyr-menu-radius,4px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);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 #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);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 #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;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:focus-visible: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:focus-visible: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:#0000001a;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:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.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]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));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:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - 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:#0000;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 #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);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:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;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:#0000;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 #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#ffffffe6;background:var(--plyr-tooltip-background,#ffffffe6);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);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 #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #ffffffe6;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#ffffffe6);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:focus-visible .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__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .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__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.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 input[type=range],.plyr__progress__buffer{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{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;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:#0000}.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,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.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);max-width:90px;min-width:60px;position:relative;z-index:2}.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:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.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:before{content:"";float:left;padding-top:56.25%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio:after{clear:both;content:"";display:block}@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(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));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:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));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:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.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: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;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#ffffffe6;background-color:var(--plyr-tooltip-background,#ffffffe6);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding: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 #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #ffffffe6;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#ffffffe6);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.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;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}
@charset "UTF-8";@font-face{font-display:swap;font-family:Euclid Circular B;font-style:normal;font-weight:300;src:url(../fonts/EuclidCircularB-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Euclid Circular B;font-style:normal;font-weight:400;src:url(../fonts/EuclidCircularB-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Euclid Circular B;font-style:normal;font-weight:500;src:url(../fonts/EuclidCircularB-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Euclid Circular B;font-style:normal;font-weight:600;src:url(../fonts/EuclidCircularB-Semibold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Euclid Circular B;font-style:normal;font-weight:700;src:url(../fonts/EuclidCircularB-Bold.woff2) format("woff2")}:root{accent-color:#2e1bff}html{-webkit-overflow-scrolling:auto;box-sizing:border-box;font-size:10px;overscroll-behavior-y:none}body,html{overflow-x:hidden}body{background:#020834;color:#fff;font-family:Euclid Circular B,sans-serif;font-size:1.8rem;font-weight:400;line-height:2.8rem;margin:0;padding:0}body.modal-open{overflow:hidden}p{font-size:1.8rem;font-weight:400;line-height:2.8rem;margin:0 0 3rem}p.large{font-size:2rem;line-height:1.5}h1{font-size:5rem;font-weight:500;line-height:1}@media (min-width:769px){h1{font-size:8rem}}h2{font-size:3rem;font-weight:500;line-height:1.333}@media (min-width:769px){h2{font-size:5rem;line-height:1.2}}h3{font-size:3rem;font-weight:400;line-height:1.333}@media (min-width:769px){h3{font-size:4rem;line-height:1.25}}h4{font-size:2.5rem;font-weight:500;line-height:1.24}@media (min-width:769px){h4{font-size:3rem;line-height:1.333}}h5{font-size:2.5rem;font-weight:400;line-height:1.24}@media (min-width:769px){h5{font-size:3rem;line-height:1.333}}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;box-sizing:border-box;position:relative}:after:focus,:before:focus,:focus{outline:none!important}img{display:block;height:auto;max-width:100%}figure{margin:0;padding:0}.meta{color:#00d5ff;display:block;font-size:1.2rem;font-weight:600;letter-spacing:.15rem;line-height:1.9rem;margin-bottom:1rem;text-transform:uppercase}.container{margin:0 auto;max-width:118rem;padding:0 2rem;width:100%}@media (max-width:769px){.container{display:flex;flex-direction:column}}.container.flex{display:flex}button{background:none;border:0;padding:0}button:focus{outline:none}a{color:#00d5ff;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}a:hover{color:#fff}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose h2,.prose h3{font-size:2rem;font-weight:500;line-height:1.333;margin:4rem 0 3rem}.prose figure{margin:6rem 0;max-width:100%;width:100%}.prose figure img{margin:0}.prose img{border-radius:1rem;display:block;margin:6rem 0;max-width:100%}.prose hr{background:hsla(0,0%,100%,.3);border:none;height:1px;width:100%}.prose ol,.prose ul{margin:0 0 3rem;padding:0}.prose li{margin-left:4.1rem}.prose ol li{padding-left:2rem}@media (min-width:769px){[data-animation=fadeInUp]{opacity:0}}@media (max-width:768px){[data-speed]{transform:translateY(0)!important}}.plyr{max-height:80vh}.gradient:after,.gradient:before{background:#020834;content:"";display:block;left:0;position:absolute;width:100%;z-index:2}.gradient:before{background:linear-gradient(0deg,rgba(2,8,52,0),#020834);height:45%;top:0}.gradient:after{background:linear-gradient(180deg,rgba(2,8,52,0),#020834);bottom:0;height:65%}@media (min-width:769px){.mobile-only{display:none!important}}@media (max-width:768px){.desktop-only{display:none!important}}.border-top{position:relative}.border-top:before{background:#fff;content:"";display:block;height:.1rem;left:2rem;opacity:.3;position:absolute;top:0;width:calc(100% - 4rem)}.border-bottom{position:relative}.border-bottom:after{background:#fff;bottom:0;content:"";display:block;height:.1rem;left:2rem;opacity:.3;position:absolute;width:calc(100% - 4rem)}.hidden{display:none!important}.text-highlight:before{background:#00d5ff;border-radius:1rem;content:"";height:100%;left:0;min-height:11.3rem;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}@media (max-width:768px){.text-highlight:before{min-height:10rem}}.backdrop{background:rgba(0,0,0,.4);height:100vh;left:0;top:0;width:100vw;z-index:10}.backdrop,.popup{opacity:0;position:fixed;visibility:hidden}.popup{background:#020834;border-radius:2rem;box-shadow:0 0 7rem 0 rgba(0,0,0,.05);left:50%;max-width:90%;padding:4rem;top:10rem;transform:translateX(-50%);width:111rem;z-index:201}@media (max-width:768px){.popup{border-radius:0;box-shadow:none;height:100vh;left:0;max-width:100%;overflow:scroll;padding:1.9rem 1.9rem 6rem;top:0;transform:none;width:100vw}}.popup__close{align-items:center;background:#2e1bff;border-radius:100%;cursor:pointer;display:flex;height:6.8rem;justify-content:center;position:absolute;right:-3.4rem;top:-3.4rem;width:6.8rem;z-index:12}@media (max-width:768px){.popup__close{height:4.2rem;right:3rem;top:3rem;width:4.2rem}.popup__close svg{height:1.4rem;width:1.4rem}}.wrap{position:relative}.scroll-down .site-header{transform:translate3d(0,-100%,0)}.scroll-up .site-header,.site-header{transform:none}.site-header{left:0;position:fixed;top:0;transition:transform .5s ease-in-out;width:100%;z-index:10}@media (max-width:1000px){.site-header{position:absolute}}.site-header:before{background:#020834;background:linear-gradient(0deg,rgba(2,8,52,0),#020834);content:"";display:block;height:12rem;left:0;position:absolute;top:0;width:100%}.site-header .inner{align-items:center;display:flex;height:100%;justify-content:space-between;padding:3rem 0}@media (max-width:1000px){.site-header .inner{padding:3.5rem 0}}.site-header .brand{width:18.5rem}.site-header a{align-items:center;color:#fff;display:flex;font-family:Euclid Circular B,sans-serif;font-size:1.4rem;font-weight:500;gap:.6rem;line-height:1.9rem;text-decoration:none;transition:color .3s ease-in-out}.site-header .current-menu-item a,.site-header a:hover{color:#00d5ff}@media (max-width:1000px){.site-header .nav-primary{display:none}}.site-header .nav-primary ul.nav{border:.1rem solid hsla(0,0%,100%,.2);border-radius:5rem;display:flex;gap:3rem;list-style:none;margin:0;padding:0 3rem}.site-header .nav-primary ul.nav>li{line-height:1.9rem}.site-header .nav-primary ul.nav>li>a{padding:2.2rem 0}.site-header .nav-primary ul.nav>li.menu-item-has-children>a{pointer-events:none}.site-header .nav-primary ul.nav>li.menu-item-has-children>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='5.414'%3E%3Cpath data-name='Icon feather-chevron-down' d='m1.414 1.414 3 3 3-3' fill='none' stroke='%2300d5ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-position:center 3px;background-repeat:no-repeat;content:"";display:block;height:1rem;transition:all .3s ease-in-out;width:1rem}.site-header .nav-primary ul.nav>li.menu-item-has-children:hover>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='5.414'%3E%3Cpath data-name='Icon feather-chevron-down' d='m1.414 1.414 3 3 3-3' fill='none' stroke='%232E1BFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");transform:rotateX(180deg)}.site-header .nav-primary ul.nav ul.sub-menu{box-shadow:0 0 2rem 0 rgba(0,0,0,.16);left:-2rem;list-style:none;min-width:calc(100% + 4rem);opacity:0;padding:0;position:absolute;top:6.3rem;visibility:hidden}.site-header .nav-primary ul.nav ul.sub-menu a{background:#fff;border-bottom:.1rem solid #d9d9d9;color:#000846;display:block;padding:1rem 3.4rem 1rem 2rem;position:relative;transition:all .3s ease-in-out;white-space:nowrap}.site-header .nav-primary ul.nav ul.sub-menu a:hover{color:#2e1bff}.site-header .nav-primary ul.nav ul.sub-menu a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7.797'%3E%3Cpath data-name='Icon awesome-arrow-right' d='m3.4.523.4-.4a.427.427 0 0 1 .605 0l3.469 3.472a.427.427 0 0 1 0 .605L4.4 7.672a.427.427 0 0 1-.605 0l-.4-.4a.429.429 0 0 1 .007-.612L5.56 4.613H.429A.427.427 0 0 1 0 4.185v-.572a.427.427 0 0 1 .429-.429H5.56L3.409 1.135A.426.426 0 0 1 3.4.523Z' fill='%232e1bff'/%3E%3C/svg%3E");content:"";display:block;height:8px;position:absolute;right:2rem;top:16px;width:8px}.site-header .nav-primary ul.nav ul.sub-menu li:first-child a{border-top-left-radius:1rem;border-top-right-radius:1rem}.site-header .nav-primary ul.nav ul.sub-menu li:last-child{border-bottom:0}.site-header .nav-primary ul.nav ul.sub-menu li:last-child a{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.site-header .nav-primary ul.nav ul.sub-menu ul.sub-menu{height:0;left:0;min-width:100%;opacity:1;position:relative;top:0}.site-header .nav-primary ul.nav ul.sub-menu ul.sub-menu a{border-radius:0;font-size:1.2rem;padding:1rem 2rem}.site-header .nav-primary ul.nav ul.sub-menu ul.sub-menu a:after{content:none}.wrap{min-height:500px}.page-footer{background:#01051f;overflow:hidden;z-index:3}.page-footer .footer-top{padding:6rem 0 4rem;position:relative;z-index:5}@media (min-width:1000px){.page-footer .footer-top{padding-bottom:9rem;padding-top:12rem}}@media (min-width:500px){.page-footer .footer-top .container{display:grid;grid-template-columns:1fr 1fr}}@media (min-width:750px){.page-footer .footer-top .container{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1000px){.page-footer .footer-top .container{grid-template-columns:33% repeat(3,auto)}}.page-footer .background{height:100%;position:absolute;width:100%}.page-footer .background:before{background:#01051f;background:linear-gradient(0deg,rgba(1,5,31,0),#01051f);content:"";display:block;height:20rem;position:absolute;width:100vw;z-index:2}@media (min-width:1000px){.page-footer .background:before{background:linear-gradient(0deg,#01051f,rgba(1,5,31,0) 50%,#01051f);height:100%}}.page-footer .background svg{height:auto;left:12vw;position:absolute;top:2rem;width:110vw;z-index:1}.page-footer .background svg:before{content:"";float:left;padding-top:1.136}.page-footer .background svg:after{clear:both;content:"";display:block}@media (min-width:500px){.page-footer .background svg{opacity:.5}}@media (min-width:1000px){.page-footer .background svg{left:-6vw;opacity:.3;top:50%;transform:translateY(-50%);width:67vw}}@media (max-width:999px){.page-footer .icon-footer-desktop{display:none}}@media (min-width:1000px){.page-footer .icon-footer{display:none}}.page-footer .logo{margin:0;padding:0 0 5rem;z-index:11}@media (min-width:500px){.page-footer .logo{grid-column:1/-1}}@media (min-width:1000px){.page-footer .logo{grid-column:1/2;padding-top:15.7rem}}.page-footer .logo svg{height:2.4rem;max-width:22.1rem;width:100%}@media (min-width:1000px){.page-footer .logo svg{height:3rem;max-width:27.7rem}}.page-footer p{font-weight:500;line-height:1.9rem}.page-footer .heading{font-size:2rem;margin:0 0 2rem}.page-footer .contact{margin:5rem 0 4rem}@media (min-width:500px){.page-footer .contact{margin-top:0}}.page-footer .contact .heading{font-size:2rem;margin:0 0 2rem}.page-footer .contact p{font-size:1.4rem;margin:0 0 1rem}.page-footer .contact a{color:#fff;font-weight:500;text-decoration:none}@media (max-width:768px){.page-footer .contact a{font-size:1.8rem}}.page-footer .contact .button{margin-top:2.4rem}@media (min-width:500px){.page-footer .navigation{margin-bottom:4rem}}.page-footer .navigation .nav{display:flex;flex-direction:column;gap:1.9rem;list-style:none;margin:0;padding:0}.page-footer .navigation a{align-items:center;color:#fff;display:inline-flex;font-size:1.4rem;font-weight:500;gap:2.4rem;line-height:1.9rem;padding-right:32px;text-decoration:none}@media (max-width:768px){.page-footer .navigation a{font-size:1.8rem}}.page-footer .navigation a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7.797'%3E%3Cpath data-name='Icon awesome-arrow-right' d='m3.4.523.4-.4a.427.427 0 0 1 .605 0l3.469 3.472a.427.427 0 0 1 0 .605L4.4 7.672a.427.427 0 0 1-.605 0l-.4-.4a.429.429 0 0 1 .007-.612L5.56 4.613H.429A.427.427 0 0 1 0 4.185v-.572a.427.427 0 0 1 .429-.429H5.56L3.409 1.135A.426.426 0 0 1 3.4.523Z' fill='%232e1bff'/%3E%3C/svg%3E");content:"";display:block;height:.8rem;width:.8rem}.page-footer .social .heading{margin-bottom:3rem}.page-footer .social .button{align-items:center;display:inline-flex;gap:.7rem}.page-footer .footer-bottom{padding-bottom:5rem;position:relative;z-index:2}.page-footer .footer-bottom .nav-legal{position:relative}@media (min-width:1000px){.page-footer .footer-bottom .nav-legal{display:flex;gap:1.5rem;justify-content:flex-start;margin-left:33%}}.page-footer .footer-bottom .nav{list-style:none;margin:0;padding:0}@media (min-width:1000px){.page-footer .footer-bottom .nav{display:flex;gap:1.5rem;justify-content:center}}.page-footer .footer-bottom .nav a{font-weight:500}.page-footer .footer-bottom a,.page-footer .footer-bottom li,.page-footer .footer-bottom p{color:#bebebe;font-size:1.4rem;line-height:1.9rem;text-decoration:none}.page-footer .footer-bottom li,.page-footer .footer-bottom p{margin-bottom:1rem}@media (min-width:1000px){.page-footer .footer-bottom li,.page-footer .footer-bottom p{margin-bottom:0}}.page-footer .footer-bottom p{margin-bottom:5rem}@media (min-width:1000px){.page-footer .footer-bottom p{margin-bottom:0}}.page-footer .site-by{align-items:center;color:#fff;display:flex;margin-top:2rem;pointer-events:none}@media (min-width:769px){.page-footer .site-by{margin-top:0}}@media (min-width:1000px){.page-footer .site-by{justify-content:flex-end;margin-top:-2.9rem}}.page-footer .site-by p{font-family:Euclid Circular B,sans-serif;font-size:1.5rem;margin-bottom:0;margin-right:1.5rem;pointer-events:all}.page-footer .site-by a{display:block;height:3.45rem;pointer-events:all;width:3.45rem}.page-footer .site-by a:hover svg{color:#00d5ff}.page-footer .site-by svg{color:#fff;height:3.45rem;transition:color .3s ease;width:3.45rem}.mobile-nav-icon{align-items:center;background:#2e1bff;border-radius:10rem;cursor:pointer;display:flex;height:4.2rem;justify-content:center;padding:1rem;position:fixed;right:2rem;top:2rem;transition:transform .5s cubic-bezier(.4,0,.2,1);width:4.2rem;z-index:200}@media (min-width:1000px){.mobile-nav-icon{display:none}}.mobile-nav-icon.scroll-down{transform:translateY(-8rem)}.mobile-nav-icon.active .background{opacity:1;transform:scale(1)}.mobile-nav-icon .background{background-color:#2e1bff;border-radius:100%;height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(.5);transition:opacity .15s ease-out,transform .15s ease-out;width:100%;z-index:1}.mobile-nav-icon .burger-button{background-color:transparent;border:0;border-radius:0;cursor:pointer;display:block;height:1.8rem;pointer-events:all;position:relative;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:1.8rem;z-index:2}.mobile-nav-icon .burger-bar{background-color:#fff;border-radius:1rem;height:.2rem;left:0;margin-top:-1px;position:absolute;right:0;top:50%;transition:transform .6s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .6s cubic-bezier(.165,.84,.44,1);width:1.8rem}.mobile-nav-icon .burger-bar--1{transform:translateY(-5px)}.mobile-nav-icon .burger-bar--2{transform:scaleX(1);transform-origin:100% 50%}.mobile-nav-icon .burger-button:hover .burger-bar--2,.mobile-nav-icon .no-touchevents .burger-bar--2:hover{transform:scaleX(1)}.mobile-nav-icon .burger-bar--3{transform:translateY(5px)}.mobile-nav-icon .active .burger-button{transform:rotate(-180deg)}.mobile-nav-icon .active .burger-bar{background-color:#fff}.mobile-nav-icon .active .burger-bar--1{transform:rotate(45deg)}.mobile-nav-icon .active .burger-bar--2{opacity:0}.mobile-nav-icon .active .burger-bar--3{transform:rotate(-45deg)}.mobile-menu{-ms-overflow-style:none;background:#000846;height:100%;left:0;opacity:0;overflow-y:scroll;padding:1.3rem 2rem 2rem;pointer-events:none;position:fixed;top:0;transition:transform 0s;width:100%;z-index:100}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu .nav>li{border-bottom:.1rem solid hsla(0,0%,100%,.1);display:block;overflow:hidden;padding:2rem 0}.mobile-menu .nav>li.menu-item-has-children:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg data-name='Button/Open' transform='translate(-338 -151)' fill='%2300d5ff'%3E%3Crect data-name='Rectangle 2316' width='18' height='2' rx='1' transform='translate(338 159)'/%3E%3Crect data-name='Rectangle 2317' width='18' height='2' rx='1' transform='rotate(-90 257.501 -88.501)'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:block;height:18px;position:absolute;right:0;top:3.2rem;width:18px}.mobile-menu .nav>li.menu-item-has-children.open:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='2'%3E%3Cg data-name='Button/Open' transform='translate(-338 -159)'%3E%3Crect data-name='Rectangle 2316' width='18' height='2' rx='1' transform='translate(338 159)' fill='%2300d5ff'/%3E%3C/g%3E%3C/svg%3E")}.mobile-menu .nav>li>a{font-size:2.5rem;font-weight:500;letter-spacing:-.01rem;line-height:4rem}.mobile-menu .sub-menu{display:flex;flex-direction:column;gap:2rem;height:0}.mobile-menu .sub-menu>li:first-child{padding-top:3rem}.mobile-menu .sub-menu ul.sub-menu{height:auto;padding-left:3rem}.mobile-menu .sub-menu ul.sub-menu li:first-child{padding-top:2rem}.mobile-menu.slide-out{transform:translateX(-101%);transition:transform 1.5s ease-out}.mobile-menu a{color:#fff;font-family:Euclid Circular B,sans-serif;font-size:1.8rem;font-weight:400;line-height:2.8rem;text-decoration:none}.mobile-menu a .description,.mobile-menu a .new-badge{display:none}.mobile-menu ul{padding:0}.mobile-menu li.current-menu-item:not(.menu-item-has-children)>a{color:#00d5ff}.mobile-menu ul{list-style-type:none}.mobile-menu .nav-primary{margin-top:8.3rem}.mobile-menu .mobile-search-trigger{color:#fff;cursor:pointer;padding:1rem}.mobile-menu .mobile-search-trigger svg{width:1.6rem}@keyframes slidein{0%{transform:translateX(-25%)}to{transform:translateX(0)}}.fill{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.cookie-banner{align-items:center;background-color:#020834;border:.1rem solid #262626;border-bottom:0;border-left:0;border-top-right-radius:1rem;bottom:0;box-shadow:0 0 50px 0 rgba(0,0,0,.16);display:flex;justify-content:space-between;left:0;max-width:calc(100% - 10rem);padding:1.9rem 3rem;position:fixed;transform:translateY(100%);transition:transform 1s ease;width:auto;z-index:50}@media (max-width:768px){.cookie-banner{align-items:flex-start;border-radius:0;border-right:0;flex-direction:column;gap:2rem;left:0;max-width:100vw;padding:2rem;width:100%}}.cookie-banner.active{transform:translateY(0);transition:transform 0 ease}.cookie-banner p{color:#fff;font-size:1.2rem;font-weight:400;line-height:2rem;margin:0 1.5rem 0 0}.cookie-banner strong{display:inline-block;font-weight:700;text-transform:uppercase}.cookie-banner strong a{text-decoration:none}.cookie-banner a{color:#fff;display:inline-block;text-decoration:underline;transition:all .3s ease-in-out}.cookie-banner a:last-child{padding-left:1rem}.cookie-banner a:hover{opacity:.7}.cookie-banner .link{margin-left:1.5rem}.cookie-banner .button{background-color:#2e1bff;color:#fff;font-family:Euclid Circular B,sans-serif;font-size:1.7rem;font-weight:500;line-height:2rem;padding:1rem 3rem}@media (max-width:768px){.cookie-banner .button{margin:1rem 0 0}}.cookie-banner .button:after{top:1.5rem}.button{background-color:#2e1bff;border:0;border-radius:3rem;color:#fff;cursor:pointer;display:inline-block;font-family:Euclid Circular B,sans-serif;font-size:1.7rem;font-weight:500;line-height:2rem!important;max-width:100%;overflow:hidden;padding:2rem 3rem;text-decoration:none;white-space:nowrap}.button,.button:after{transition:all .3s ease-in-out}.button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704'%3E%3Cpath d='m4.669.717.544-.544a.586.586 0 0 1 .831 0l4.765 4.762a.586.586 0 0 1 0 .831l-4.765 4.765a.586.586 0 0 1-.831 0l-.544-.544a.589.589 0 0 1 .01-.841l2.954-2.813H.588A.587.587 0 0 1 0 5.744V4.96a.587.587 0 0 1 .588-.588h7.045L4.679 1.553a.585.585 0 0 1-.01-.836Z' fill='%23fff'/%3E%3C/svg%3E");content:"";height:1.07rem;opacity:0;position:absolute;right:3rem;top:2.5rem;width:1.098rem}.button:hover{background-color:#00d5ff;border-radius:1.6rem;padding-right:5.3rem}.button:hover:after{opacity:1}.button-outline{background-color:#2e1bff;background:transparent;border:.1rem solid #fff;border-radius:3rem;color:#fff;cursor:pointer;display:inline-block;font-family:Euclid Circular B,sans-serif;font-size:1.7rem;font-weight:500;line-height:2rem!important;max-width:100%;overflow:hidden;padding:2rem 3rem;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}.button-outline:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704'%3E%3Cpath d='m4.669.717.544-.544a.586.586 0 0 1 .831 0l4.765 4.762a.586.586 0 0 1 0 .831l-4.765 4.765a.586.586 0 0 1-.831 0l-.544-.544a.589.589 0 0 1 .01-.841l2.954-2.813H.588A.587.587 0 0 1 0 5.744V4.96a.587.587 0 0 1 .588-.588h7.045L4.679 1.553a.585.585 0 0 1-.01-.836Z' fill='%23fff'/%3E%3C/svg%3E");content:"";height:1.07rem;opacity:0;position:absolute;right:3rem;top:2.5rem;transition:all .3s ease-in-out;width:1.098rem}.button-outline:hover{border-radius:1.6rem;padding-right:5.3rem}.button-outline:hover:after{opacity:1}.button-outline:hover{background-color:#00d5ff;border-color:#00d5ff}.card{background:#020834;background:linear-gradient(196deg,rgba(2,8,52,.15),#020834);border:.1rem solid hsla(0,0%,100%,.13);border-radius:.5rem;box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.1);display:block;position:relative}.card__highlight{background:#00d5ff;background:linear-gradient(340deg,rgba(0,213,255,0) 10%,#00d5ff);border-top-left-radius:.5rem;height:83%;left:0;position:absolute;top:0;width:.5rem}.card__number{color:#00d5ff;font-size:1.2rem;font-weight:600;letter-spacing:.15rem;line-height:1.9rem;position:absolute;right:3rem;top:3rem}@media (max-width:768px){.card__number{right:2rem;top:2rem}}.underline{height:auto;width:calc(100% - 2.2rem)}.underline,.underline__border{bottom:0;left:0;position:absolute}.underline__border{border:.1rem solid #fff;height:0;opacity:.3;width:0}.underline__circle{bottom:-2.2rem;left:0;opacity:0;position:absolute;transform:translateX(-2.2rem)}@media (max-width:1100px){.underline__circle{max-width:60rem}}.underline__circle__outer{border:.1rem solid #fff;border-radius:4.4rem;height:4.4rem;opacity:.3;width:4.4rem}.underline__circle__inner{background:#00d5ff;border-radius:1rem;height:1.8rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.8rem}.testimonials{background:#020834;position:relative}.testimonials:before{background:#020834;background:linear-gradient(270deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:15rem;z-index:2}@media (max-width:1300px){.testimonials:before{display:none}}.testimonials:after{background:#020834;background:linear-gradient(90deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:15rem;z-index:2}@media (max-width:900px){.testimonials:after{display:none}}.testimonials .container{padding-bottom:11.3rem;padding-top:9rem}@media (max-width:768px){.testimonials .container{padding-bottom:5rem;padding-top:5rem}}.testimonials h2{margin:0 0 7.3rem}@media (max-width:768px){.testimonials h2{margin-bottom:4rem}}@media (max-width:1350px){.testimonials figure{padding-left:9.7rem}}@media (max-width:900px){.testimonials figure{padding-left:0}}.testimonials blockquote{margin:0}.testimonials blockquote p{font-size:4rem;line-height:5rem;margin-bottom:2rem}@media (max-width:768px){.testimonials blockquote p{font-size:2.1rem;line-height:2.9rem}}.testimonials figcaption span{font-weight:700}.testimonials .swiper{overflow:visible;width:100%}.testimonials .swiper-slide{height:auto}.testimonials .swiper-slide svg{left:-9.7rem;position:absolute;top:1rem}@media (max-width:1350px){.testimonials .swiper-slide svg{left:0}}@media (max-width:900px){.testimonials .swiper-slide svg{margin-bottom:2rem;position:static}}.testimonials .swiper-slide svg:last-of-type{float:right;left:calc(100% + 3rem)}@media (max-width:1350px){.testimonials .swiper-slide svg:last-of-type{left:calc(100% + 3rem)}}.testimonials .swiper-button-next,.testimonials .swiper-button-prev{align-items:center;background:blue;border-radius:10rem;cursor:pointer;display:flex;height:6.2rem;justify-content:center;position:absolute;right:10rem;top:calc(50% - 2rem);transition:all .3s ease-in-out;width:6.2rem;z-index:3}@media (max-width:900px){.testimonials .swiper-button-next,.testimonials .swiper-button-prev{display:none}}.testimonials .swiper-button-next svg,.testimonials .swiper-button-prev svg{height:1.4rem;width:1.4rem}.testimonials .swiper-button-next svg path,.testimonials .swiper-button-prev svg path{fill:#fff}.testimonials .swiper-button-next.swiper-button-disabled,.testimonials .swiper-button-prev.swiper-button-disabled{opacity:0}.testimonials .swiper-button-prev{left:10rem}@media (max-width:1300px){.testimonials .swiper-button-prev{display:none}}.testimonials .swiper-button-prev svg{transform:rotate(180deg)}.testimonials .swiper-pagination{margin-top:6rem;position:static;text-align:left}@media (max-width:768px){.testimonials .swiper-pagination{margin-top:4rem}}.testimonials .swiper-pagination-bullet{background:#2e1bff;border-radius:1rem;height:.9rem;opacity:1;transition:all .3s ease-in-out;width:4rem}.testimonials .swiper-pagination-bullet-active{width:6rem}.testimonials .swiper-pagination-bullet-active b{animation-direction:alternate;animation-duration:4s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:countingBar;animation-timing-function:linear}.testimonials .swiper-pagination-bullet b{background-color:#00d5ff;border-radius:1rem;bottom:0;height:.9rem;left:0;position:absolute;width:0;z-index:2}.testimonials .testimonial__quote{color:#00d5ff}@keyframes countingBar{0%{width:0}to{width:100%}}.hero{position:relative;z-index:4}.hero:before{height:80%}.hero .fill{-o-object-position:right center;object-position:right center}@media (max-width:768px){.hero .fill{-o-object-position:80% center;object-position:80% center}}.hero h1{margin:0;padding:21rem 0 11rem}@media (max-width:768px){.hero h1{padding:16rem 0 8rem}}.hero .container{position:relative;z-index:3}@media (max-width:768px){body.esg .hero h1{font-size:3rem}}.split-content{position:relative;z-index:2}.split-content .container{align-items:flex-start;-moz-column-gap:3.8rem;column-gap:3.8rem;display:flex;justify-content:space-between;padding-bottom:13.6rem;padding-top:13.6rem;position:relative;z-index:3}@media (max-width:1100px){.split-content .container{flex-direction:column}}@media (max-width:1000px){.split-content .container{padding-bottom:7rem;padding-top:7rem}}@media (max-width:768px){.split-content .container{padding-bottom:5rem;padding-top:5rem}}.split-content__title{width:50%}@media (max-width:1100px){.split-content__title{width:100%}}.split-content__title-container{gap:5rem;padding:0 2rem 0 6rem;width:100%}@media (max-width:1100px){.split-content__title-container{width:100%}}@media (max-width:768px){.split-content__title-container{gap:3rem;padding:0 2rem 0 2.5rem}}.split-content__title-container .underline{bottom:-5rem}@media (max-width:768px){.split-content__title-container .underline{bottom:-3rem}}.split-content .button{margin-top:4rem}@media (max-width:768px){.split-content .button{margin-top:0}}.split-content__heading{align-items:center;display:flex;gap:4.5rem;margin-bottom:5rem;min-height:12rem}@media (max-width:768px){.split-content__heading{gap:1.9rem;margin-bottom:5rem;min-height:10rem}}.split-content h2{font-size:5rem;letter-spacing:-.01rem;line-height:6rem;margin:0}@media (max-width:768px){.split-content h2{font-size:3rem;line-height:4rem}}.split-content__content{position:relative}@media (max-width:1100px){.split-content__content{margin-top:3rem;width:100%}.split-content__content svg{display:none}}.split-content__content svg:first-child{left:0;position:absolute;top:0}.split-content__content svg:last-child{bottom:0;position:absolute;right:0;transform:rotate(180deg)}.split-content__content .button{margin-top:0}.split-content__content-container{max-width:45.3rem;padding:4.8rem 5.2rem 5.3rem}@media (max-width:1100px){.split-content__content-container{max-width:unset;padding:0}}.split-content__logos{position:static}@media (max-width:1100px){.split-content__logos{-moz-column-gap:2.9rem;column-gap:2.9rem;display:grid;grid-template-columns:1fr 1fr;position:absolute;right:10rem;top:-5rem}}@media (max-width:900px){.split-content__logos{margin:0 auto 6rem;position:static}}.split-content__logo{align-items:center;background:#fff;border-radius:100%;display:flex;height:14.7rem;justify-content:center;left:2rem;margin:auto;position:absolute;top:27rem;width:14.7rem}@media (max-width:1100px){.split-content__logo{height:13rem;position:static;width:13rem}}.split-content__logo img{max-width:80%}.split-content__logo-container{position:static}@media (max-width:1100px){.split-content__logo-container:first-child{grid-column:1/-1}}.split-content__logo-container:first-child .split-content__logo{height:15.8rem;left:35%;top:-6rem;width:15.8rem}@media (max-width:1100px){.split-content__logo-container:first-child .split-content__logo{height:13rem;width:13rem}}.split-content__logo-container:last-child .split-content__logo{height:22.5rem;left:30%;top:34rem;width:22.5rem}@media (max-width:1100px){.split-content__logo-container:last-child .split-content__logo{height:13rem;width:13rem}}.icon-card-content .container{align-items:center;display:flex;gap:12.5rem;justify-content:stretch;padding-bottom:8.3rem;padding-top:12.5rem;position:relative;z-index:3}@media (max-width:1100px){.icon-card-content .container{flex-direction:column;gap:3rem}}@media (max-width:1000px){.icon-card-content .container{padding-bottom:5rem;padding-top:5rem}}.icon-card-content__content{width:50%}@media (max-width:1100px){.icon-card-content__content{width:100%}}.icon-card-content__content h2{margin:0}@media (max-width:768px){.icon-card-content__content h2{font-size:5rem;letter-spacing:-.01rem;line-height:6rem}}.icon-card-content__title{margin-bottom:6rem}.icon-card-content__title-content{padding-bottom:4rem}.icon-card-content__title-content.text-highlight{padding-bottom:0;padding-left:5rem}.icon-card-content__title-content.text-highlight:before{background:#00d5ff;border-radius:1rem;content:"";height:100%;left:0;min-height:11.3rem;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}@media (max-width:768px){.icon-card-content__title-content.text-highlight:before{min-height:10rem}}.icon-card-content__card{align-items:center;display:flex;justify-content:center;min-height:60rem;width:calc(50% - 12.5rem)}@media (max-width:1100px){.icon-card-content__card{min-height:33.7rem;width:100%}}.icon-card-content__logo{bottom:4rem;height:3rem;position:absolute;right:3rem;width:3.4rem}.icon-card-content__icon img{width:17.1rem}@media (max-width:1100px){.icon-card-content__icon img{max-height:14.2rem}}.icon-card-content__content-container .underline{bottom:-5.6rem}.intro{padding:5rem 0 8rem;z-index:3}@media (max-width:768px){.intro{padding:2rem 0 5rem}}.intro .text-highlight{margin:0;max-width:87.2rem;padding-left:9rem}@media (max-width:768px){.intro .text-highlight{padding-left:2.8rem}}.intro p.lead{font-size:3rem;font-weight:500;line-height:4rem}@media (max-width:768px){.intro p.lead{font-size:2rem;letter-spacing:-.01rem;line-height:3rem}}.intro p:last-of-type{margin-bottom:0}.filter{font-size:1.4rem;font-weight:500;line-height:1.9rem;white-space:nowrap}.filter-button,.filter__selected{align-items:center;border:.1rem solid hsla(0,0%,85%,.2);border-radius:5.2rem;color:#fff;cursor:pointer;display:flex;font-family:Euclid Circular B,sans-serif;font-weight:500;gap:1rem;padding:1.1rem 2rem;transition:all .3s ease-in-out}@media (max-width:768px){.filter-button,.filter__selected{font-size:1.4rem;line-height:1.9rem}}.filter-button svg,.filter__selected svg{position:relative;top:.1rem;transition:all .3s ease-in-out}.filter-button svg path,.filter__selected svg path{transition:all .3s ease-in-out}.filter-button:focus svg,.filter__selected:focus svg{transform:rotateX(180deg)}.filter-button:focus svg path,.filter__selected:focus svg path{stroke:#2e1bff}.filter-button.selected,.filter__selected.selected{background:#2e1bff;border-color:#2e1bff}.filter-button.selected:focus svg path,.filter__selected.selected:focus svg path{stroke:#fff}.filter__options{border-radius:1rem;box-shadow:0 0 2rem 0 rgba(0,0,0,.16);height:auto;left:0;list-style:none;min-width:100%;opacity:0;overflow:scroll;padding:0;position:absolute;top:5.3rem;visibility:hidden;z-index:1}.filter__options::-webkit-scrollbar{-ms-overflow-style:none;display:none}.filter__options li{overflow:hidden}.filter__option{background:#fff;border-bottom:.1rem solid #d9d9d9;color:#000846;cursor:pointer;display:block;overflow:hidden;padding:1rem 2.2rem 1rem 2rem;position:relative;transition:all .3s ease-in-out;white-space:nowrap}.filter__option:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.filter__option:last-child{border-bottom:0;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.filter__option:hover{color:#2e1bff}.filters{-ms-overflow-style:none;display:flex;gap:1rem;margin-bottom:-45rem;overflow-x:scroll;padding-bottom:50rem;pointer-events:none;position:relative;scrollbar-width:none}.filters>*{pointer-events:all}.filters::-webkit-scrollbar{display:none}.filters__clear{color:#fff;cursor:pointer;font-family:Euclid Circular B,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.15rem;line-height:1.9rem;opacity:0;padding:1.1rem 2rem;text-transform:uppercase;visibility:hidden;white-space:nowrap}.gform_wrapper.gravity-theme .gfield_label{font-size:1.6rem;line-height:3rem}.gform_wrapper.gravity-theme .gfield_required{display:none}.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:2.1rem}.gform_wrapper.gravity-theme .gform_validation_errors{background:transparent;border:0;box-shadow:none;padding-left:0;padding-right:0;text-align:left}.gform_wrapper.gravity-theme .gform_validation_errors>h2{color:#e60000}.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon{display:none}.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,.gform_wrapper.gravity-theme .gfield_error label,.gform_wrapper.gravity-theme .gfield_error legend,.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message,.gform_wrapper.gravity-theme [aria-invalid=true]+label,.gform_wrapper.gravity-theme label+[aria-invalid=true]{color:#e60000}.gform_wrapper.gravity-theme .gfield_validation_message{background:transparent;border:0;font-size:1.4rem!important;font-weight:500;line-height:1.9rem!important;margin-top:1rem;padding:0!important}.gform_wrapper.gravity-theme .gfield_consent_label{align-items:center;color:hsla(0,0%,100%,.6);display:flex;font-size:1.1rem;gap:2rem;line-height:1.8rem}@media (max-width:768px){.gform_wrapper.gravity-theme .gfield_consent_label{align-items:flex-start}}.gform_wrapper.gravity-theme .gfield_consent_label:before{background:#f5f5f5;border:.2rem solid #d5d5d5;border-radius:.5rem;content:"";cursor:pointer;display:block;flex:0 0 3rem;height:3rem;width:3rem}.gform_wrapper.gravity-theme .gfield input[type=email],.gform_wrapper.gravity-theme .gfield input[type=tel],.gform_wrapper.gravity-theme .gfield input[type=text],.gform_wrapper.gravity-theme .gfield textarea{border:.1rem solid #d9d9d9;border-radius:1rem;font-family:Euclid Circular B,sans-serif;font-size:1.6rem;height:6rem;line-height:3rem;padding:2rem}.gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder,.gform_wrapper.gravity-theme .gfield input[type=tel]::-moz-placeholder,.gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder,.gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder{color:#bebebe;opacity:1}.gform_wrapper.gravity-theme .gfield input[type=email]::placeholder,.gform_wrapper.gravity-theme .gfield input[type=tel]::placeholder,.gform_wrapper.gravity-theme .gfield input[type=text]::placeholder,.gform_wrapper.gravity-theme .gfield textarea::placeholder{color:#bebebe;opacity:1}.gform_wrapper.gravity-theme .gfield textarea{display:block;height:12.5rem!important}.gform_wrapper.gravity-theme .gfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#020834;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='5.414'%3E%3Cpath data-name='Icon feather-chevron-down' d='m1.414 1.414 3 3 3-3' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");background-position:right 3rem center;background-repeat:no-repeat;border:0;border-radius:10rem;color:#fff;font-family:Euclid Circular B,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.9rem;padding:2rem 4.6rem 2rem 3rem;white-space:break-spaces;width:auto}.gform_wrapper.gravity-theme .gfield input[type=checkbox]{display:none}.gform_wrapper.gravity-theme .gfield input[type=checkbox]:checked~.gfield_consent_label:before{background:#2e1bff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.574' height='12.36'%3E%3Cpath data-name='Icon awesome-check' d='M5.63 12.117.243 6.731a.829.829 0 0 1 0-1.172l1.172-1.172a.829.829 0 0 1 1.172 0l3.629 3.629L13.988.243a.829.829 0 0 1 1.172 0l1.172 1.172a.829.829 0 0 1 0 1.172L6.8 12.117a.829.829 0 0 1-1.17 0Z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#2e1bff}.gform_wrapper.gravity-theme .gfield input[type=file]{background:linear-gradient(270deg,#fff 89%,#fff,transparent);border-radius:1rem;color:#bebebe;font-family:Euclid Circular B,sans-serif;font-size:1.6rem;line-height:3rem}.gform_wrapper.gravity-theme .gfield input[type=file]::file-selector-button{background:#2e1bff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:0;border-radius:1rem;color:#fff;cursor:pointer;display:inline-block;font-family:Euclid Circular B,sans-serif;font-size:1.7rem;font-weight:500;height:6.2rem;line-height:2rem;margin-right:2.8rem;padding:2rem 3rem;transition:background-color .3s ease-in-out}.gform_wrapper.gravity-theme .gfield input[type=file]::file-selector-button:hover{background:#00d5ff}.gform_confirmation_message{margin-top:2rem}.gform_confirmation_message br{display:none}.gform_confirmation_message img{margin:auto}.gform_confirmation_message p:first-of-type{font-size:3rem;font-weight:500;line-height:4rem;margin-bottom:1rem;margin-top:2rem;text-align:center}.gform_confirmation_message p:last-of-type{font-size:1.6rem;margin:0;text-align:center}input.button{background-position:right 3rem center;background-repeat:no-repeat}input.button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704'%3E%3Cpath d='m4.669.717.544-.544a.586.586 0 0 1 .831 0l4.765 4.762a.586.586 0 0 1 0 .831l-4.765 4.765a.586.586 0 0 1-.831 0l-.544-.544a.589.589 0 0 1 .01-.841l2.954-2.813H.588A.587.587 0 0 1 0 5.744V4.96a.587.587 0 0 1 .588-.588h7.045L4.679 1.553a.585.585 0 0 1-.01-.836Z' fill='%23fff'/%3E%3C/svg%3E")}.video{--plyr-control-radius:100%;padding-bottom:12rem;padding-top:10rem}@media (max-width:1000px){.video{padding-bottom:7rem;padding-top:7rem}}@media (max-width:768px){.video{padding-bottom:5rem;padding-top:5rem}}.video__container{border-radius:1rem;box-shadow:0 .3rem .6rem 0 rgba(0,0,0,.16);overflow:hidden}.video .plyr button{background:#2e1bff;padding:2rem}.video .plyr button:hover{background:#00d5ff}.video .plyr--video .plyr__controls{background:none;padding:2rem}.video .plyr__controls .plyr__controls__item{margin-left:1rem}.video .plyr__controls .plyr__controls__item:first-child{margin-left:0!important}.video .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{transform:translateY(-61.7%)!important}.video .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:100%}.video .plyr:-webkit-full-screen.plyr--vimeo>.plyr__video-wrapper>.plyr__video-embed__container{position:static;transform:none!important}.video .plyr:-webkit-full-screen,.video .plyr:-webkit-full-screen iframe{height:100vh}.video .plyr:-webkit-full-screen,.video .plyr:-webkit-full-screen iframe,.video .plyr:fullscreen,.video .plyr:fullscreen iframe{height:100vh}.video .plyr{max-height:100vh!important}.video .plyr--full-ui input[type=range]{color:#00d5ff}section.not-found{margin:0;padding-bottom:21.4rem;padding-top:20.4rem}@media (max-width:1000px){section.not-found{padding-bottom:3rem;padding-top:12rem}}section.not-found .meta{margin-bottom:1.5rem}section.not-found h1{margin:0 0 3rem}@media (max-width:768px){section.not-found h1{font-size:3rem;letter-spacing:-.01rem;line-height:4rem}}section.not-found p{max-width:63.5rem}section.not-found .button,section.not-found p:last-of-type{margin-bottom:0}.home-hero{background:#020834;display:flex;flex-direction:column;height:100vh;justify-content:center}@media (max-width:768px){.home-hero{height:auto;padding-top:27.4rem}.home-hero.gradient:before{height:38.88vw;top:0}.home-hero.gradient:after{height:86.4vw;top:0}}.home-hero__icon{animation-duration:.5s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:quickFade;animation-timing-function:ease-in-out;height:100%;position:absolute;right:-1rem;top:0;width:auto}.home-hero__icon:before{content:"";float:left;padding-top:98.98862199747157%}.home-hero__icon:after{clear:both;content:"";display:block}@media (max-width:768px){.home-hero__icon{transform:none}}.home-hero__icon--top{animation-delay:.5s;animation-duration:2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:rotate;animation-timing-function:ease-in-out;-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,150% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,150% 100%);right:0;z-index:2}.home-hero svg{display:block;height:auto;width:100%}.home-hero h1{margin:6rem 0 3rem;max-width:55.5rem}@media (max-width:768px){.home-hero h1{margin-top:2rem}}.home-hero p{max-width:47.5rem}.home-hero__video{height:100%;left:0;mix-blend-mode:luminosity;position:absolute;top:0;width:100%;z-index:1}@media (max-width:768px){.home-hero__video{height:auto;width:100%}.home-hero__video:before{content:"";float:left;padding-top:86.4%}.home-hero__video:after{clear:both;content:"";display:block}}.home-hero video{-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}.home-hero .container{position:relative;z-index:3}.home-hero__article{background:#020834;border:.1rem solid hsla(0,0%,100%,.13);border-radius:1rem;bottom:5rem;box-shadow:0 0 5rem 0 #020834;color:#fff;max-width:40.5rem;padding:2rem;position:absolute;right:5rem;text-decoration:none;transition:all .3s ease-in-out;width:100%;z-index:3}@media (max-width:1000px){.home-hero__article{bottom:10rem;right:2rem}}@media (max-width:768px){.home-hero__article{margin:2rem;position:static;width:calc(100% - 4rem)}}.home-hero__article:hover{transform:translateY(-1rem)}.home-hero__article:hover svg path{fill:#2e1bff}.home-hero__article svg path{transition:all .3s ease-in-out}.home-hero__article .meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.home-hero__article .title{display:block;font-size:1.8rem;font-weight:500;line-height:2.4rem}.home-hero__article svg{height:1rem;width:1rem}.home-about .container{align-items:center;-moz-column-gap:3.8rem;column-gap:3.8rem;display:flex;justify-content:space-between;position:relative;z-index:3}@media (max-width:1100px){.home-about .container{flex-direction:column}}.home-about__metrics{align-items:flex-end;display:flex;flex-direction:column;padding:10.7rem 0;width:calc(55% - .8rem)}@media (max-width:1100px){.home-about__metrics{max-width:80rem;width:100%}}@media (max-width:768px){.home-about__metrics{padding-bottom:6.6rem;padding-top:0}}.home-about__metric{align-items:center;display:flex;gap:5rem;padding:4rem 2rem 4rem 5rem;width:100%}@media (max-width:1100px){.home-about__metric{margin-right:2.2rem;width:calc(100% - 2.2rem)}}@media (max-width:768px){.home-about__metric{gap:3rem;padding:4rem 0 4rem 3rem}}.home-about__metric:before{background:#00d5ff;border-radius:1rem;content:"";height:68%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}.home-about__metric:last-child{margin-top:3rem;max-width:45.8rem}@media (max-width:1100px){.home-about__metric:last-child{max-width:60rem}}@media (max-width:768px){.home-about svg{width:8rem}}.home-about__figure{display:block;font-size:12rem;font-weight:500;letter-spacing:-.01rem;line-height:9.2rem;margin-bottom:3rem}@media (max-width:1100px){.home-about__figure{font-size:9rem;margin-bottom:2rem}}.home-about__label{display:block;font-size:2rem;letter-spacing:-.01rem;line-height:2rem;max-width:15rem}.home-about__content{display:flex;justify-content:center;width:calc(45% - .8rem)}@media (max-width:1100px){.home-about__content{width:100%}}.home-about__content h2{margin:1rem 0 3rem}.home-about__content .button{margin-top:1rem}@media (max-width:1100px){.home-about__content svg{display:none}}.home-about__content svg:first-child{left:0;position:absolute;top:0}.home-about__content svg:last-child{bottom:0;position:absolute;right:0;transform:rotate(180deg)}.home-about__content-container{max-width:34.9rem;padding:4.8rem 0 10.2rem}@media (max-width:1100px){.home-about__content-container{max-width:unset;padding-top:0}}.home-keyfacts{padding-top:15.9rem}@media (max-width:1000px){.home-keyfacts{padding-top:8rem}}@media (max-width:768px){.home-keyfacts{padding-top:0}}.home-keyfacts .container{position:relative;z-index:3}.home-keyfacts h2{margin:1rem 0 3rem}.home-keyfacts__content{margin-bottom:10rem}@media (max-width:768px){.home-keyfacts__content{margin-bottom:0}}.home-keyfacts__metrics{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;padding-bottom:15rem;text-align:center}@media (max-width:768px){.home-keyfacts__metrics{-moz-column-gap:1.5rem;column-gap:1.5rem;padding-bottom:5rem;row-gap:2rem}}.home-keyfacts__metric{align-items:center;display:flex;flex:0 0 calc(20% - 2.4rem);flex-direction:column;gap:1rem;height:35rem;justify-content:center;overflow:hidden;width:calc(20% - 2.4rem)}@media (max-width:1000px){.home-keyfacts__metric{flex:0 0 calc(50% - 1.5rem);width:calc(50% - 1.5rem)}}@media (max-width:768px){.home-keyfacts__metric{flex:0 0 calc(50% - 0.75rem);height:22.1rem;width:calc(50% - .75rem)}}.home-keyfacts__metric:nth-child(2),.home-keyfacts__metric:nth-child(4){top:6rem}@media (max-width:1000px){.home-keyfacts__metric:nth-child(2),.home-keyfacts__metric:nth-child(4){top:0}}.home-keyfacts__figure{font-size:2.8rem;font-weight:600;letter-spacing:-.01rem;line-height:2.8rem;max-width:15rem}@media (max-width:768px){.home-keyfacts__figure{max-width:12.4rem}}.home-keyfacts__label{color:#00d5ff;font-size:1.8rem;line-height:2.8rem;max-width:13rem}@media (max-width:768px){.home-keyfacts__label{color:#fff;max-width:12.4rem}}.home-news{padding:12.2rem 0 14.2rem;position:relative}@media (max-width:768px){.home-news{padding:5rem 0}}.home-news__container{position:relative}.home-news__container:before{background:#020834;background:linear-gradient(270deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:15rem;z-index:3}@media (max-width:1300px){.home-news__container:before{display:none}}.home-news__container:after{background:#020834;background:linear-gradient(90deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:15rem;z-index:3}@media (max-width:900px){.home-news__container:after{display:none}}.home-news .swiper{overflow:visible;width:100%}.home-news .swiper-slide{height:auto}.home-news .container{align-items:flex-start;position:relative;z-index:3}.home-news .card{background:transparent;border:0;border-radius:0;box-shadow:none;height:100%;min-height:44.2rem;padding:4rem 4rem 6rem}@media (max-width:768px){.home-news .card{height:100%;padding:3rem 2rem 4rem}}.home-news .card h3{color:#fff;font-size:3rem;font-weight:500;line-height:4rem;margin:0 0 1.5rem}.home-news .card p{color:#bfbfbf;margin:0;transition:all .3s ease-in-out}.home-news .card .meta{color:#00d5ff;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2.8rem;margin-bottom:1.5rem;text-transform:none}.home-news .card__background{background:#020834;background:linear-gradient(196deg,rgba(2,8,52,.15),#020834);border:.1rem solid hsla(0,0%,100%,.13);border-radius:.5rem;box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.1);display:block;height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%;z-index:-1}.home-news .card__read-more{bottom:2rem;color:#fff;font-size:1.6rem;font-weight:500;opacity:0;position:absolute;right:3rem;transition:all .3s ease-in-out}.home-news .card__read-more svg{margin-left:1rem}.home-news .card:hover .card__background{height:calc(100% + 2rem);left:-1rem;top:-1rem;width:calc(100% + 2rem)}.home-news .card:hover .card__read-more{opacity:1}.home-news .card:hover p:not(.meta){color:#fff}.home-news__content{align-items:center;display:flex;justify-content:space-between;margin:0 0 4rem;position:relative;z-index:4}.home-news h2{margin:0}.home-news .swiper-button-next,.home-news .swiper-button-prev{align-items:center;background:blue;border-radius:10rem;cursor:pointer;display:flex;height:6.2rem;justify-content:center;position:absolute;right:10rem;top:calc(50% - 2rem);transition:all .3s ease-in-out;width:6.2rem;z-index:4}@media (max-width:900px){.home-news .swiper-button-next,.home-news .swiper-button-prev{display:none}}.home-news .swiper-button-next svg,.home-news .swiper-button-prev svg{height:1.4rem;width:1.4rem}.home-news .swiper-button-next svg path,.home-news .swiper-button-prev svg path{fill:#fff}.home-news .swiper-button-next.swiper-button-disabled,.home-news .swiper-button-prev.swiper-button-disabled{opacity:0}.home-news .swiper-button-prev{left:10rem}@media (max-width:1300px){.home-news .swiper-button-prev{display:none}}.home-news .swiper-button-prev svg{transform:rotate(180deg)}@media (max-width:768px){.home-news .button{margin-top:4rem}}.home .split-content .container{padding-bottom:20.8rem}@media (max-width:1000px){.home .split-content .container{padding-bottom:10rem}}@media (max-width:768px){.home .split-content .container{padding-bottom:5rem}}.home .split-content h2{font-size:7rem;line-height:7rem}@media (max-width:768px){.home .split-content h2{font-size:3rem;line-height:4rem}}.home .split-content__content{top:16.8rem}@media (max-width:1100px){.home .split-content__content{top:0}}@keyframes rotate{0%{-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,150% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,150% 100%)}to{-webkit-clip-path:polygon(-100% 0,100% 0,100% 100%,-25% 100%);clip-path:polygon(-100% 0,100% 0,100% 100%,-25% 100%)}}@keyframes quickFade{0%{opacity:0}to{opacity:1}}.career-grid{background:#020834;padding-bottom:12rem}@media (max-width:1000px){.career-grid{padding-bottom:5rem}}.career-grid .container{position:relative;z-index:3}.career-grid__grid{display:grid;grid-template-columns:1fr;row-gap:5rem}@media (max-width:768px){.career-grid__grid{row-gap:3rem}}.career-grid .card{padding:6rem}@media (max-width:768px){.career-grid .card{padding:3rem}}.career-grid .card__highlight{height:100%}.career-grid .card__container{display:flex;gap:6rem}@media (max-width:900px){.career-grid .card__container{flex-direction:column;gap:2rem}}.career-grid .card__meta{flex:0 0 40%;width:40%}@media (max-width:900px){.career-grid .card__meta{flex:0 0 100%;width:100%}}.career-grid .card .title{font-size:3rem;font-weight:500;line-height:3.5rem;margin:0 0 2rem}@media (max-width:768px){.career-grid .card .title{font-size:2.5rem}}.career-grid .card .sector{margin:0 0 2rem}.career-grid .card .location{margin:0}.career-grid .card .description p{color:#bfbfbf}.career-grid>.fill{height:50vw;top:-15vw}.career-grid.gradient:before{height:22.5vw;top:-15vw}.career-grid.gradient:after{height:32.5vw;top:2.5vw}.career-grid .filter{-ms-overflow-style:none;display:flex;gap:1rem;overflow:scroll;scrollbar-width:none}@media (max-width:768px){.career-grid .filter{padding:0 2rem}}.career-grid .filter::-webkit-scrollbar{display:none}.career-grid .filter-button{white-space:nowrap}@media (max-width:768px){.career-grid .filter-button{font-size:1.4rem}.career-grid .filter-container h2{padding:0 2rem}.career-grid .filter-container{padding:0}.career-grid .filter-container:after{background:linear-gradient(90deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:4.1rem;z-index:2}}.contact-details .container{align-items:flex-start;display:flex;gap:9.5rem;padding-bottom:10.8rem;padding-top:5rem}@media (max-width:1000px){.contact-details .container{flex-direction:column;gap:5rem}}@media (max-width:768px){.contact-details .container{padding-bottom:5rem;padding-top:0}}.contact-details__content{flex:0 0 38rem;width:38rem}@media (max-width:768px){.contact-details__content{flex:unset;width:100%}}.contact-details__form{background:#fff;border-radius:2rem;box-shadow:0 0 3rem 0 rgba(0,0,0,.05);display:flex;flex:0 0 calc(100% - 47.5rem);justify-content:center;padding:4rem;width:calc(100% - 47.5rem)}@media (max-width:1000px){.contact-details__form{flex:unset;width:100%}}@media (max-width:768px){.contact-details__form{padding:4rem 2rem}}.contact-details__form .gform_wrapper.gravity-theme .gfield_label{color:#213c4d}.contact-details__form .gform_wrapper.gravity-theme .gfield_consent_label{color:#61616c}.contact-details__form .gform_wrapper.gravity-theme .gform_footer,.contact-details__form .gform_wrapper.gravity-theme .gform_page_footer{padding-bottom:0}.contact-details__form .button{height:6.2rem}.contact-details h2{font-size:3rem;line-height:4rem;margin:6rem 0 2rem}.contact-details p{margin:0}.contact-details address{font-style:normal}.contact-details a{color:#fff;font-weight:400}.contact-details .gform_confirmation_message{margin-top:0}.contact-details .gform_confirmation_message p{color:#000846}.contact-details .gform_confirmation_message p:last-of-type{color:#61616c}@media (max-width:1000px){.template-investment section:last-of-type{margin-bottom:5rem}}.template-investment .split-content__icon{width:50px}.text-content{max-width:73rem;padding-bottom:9rem;padding-top:20rem}@media (max-width:768px){.text-content{padding-top:12rem}}.text-content .meta{font-size:1.5rem;letter-spacing:0;line-height:2.8rem;margin:0 0 1.5rem;text-transform:none}.text-content h1{font-size:5rem;letter-spacing:-.01rem;line-height:6rem;margin:0}@media (max-width:768px){.text-content h1{font-size:3rem;line-height:4rem}}.text-content h2{font-size:2rem;letter-spacing:-.01rem;line-height:2.5rem;margin:3rem 0}.text-content h2:first-child{margin-top:0}.text-content p~h2{margin-top:6rem}.text-content ul{list-style:none}.text-content ul li:before{color:#00d5ff;content:"•";display:inline-block;margin-left:-1em;width:1em}.text-content ol{list-style-type:decimal-leading-zero;margin:4rem 0}.text-content ol>li{font-size:2rem;font-weight:500;padding-left:1rem}.text-content ol>li::marker{color:#00d5ff;font-weight:700}.text-content ol ol{list-style-type:lower-alpha;margin-top:2rem;padding-left:0}.text-content ol ol>li{font-size:1.8rem;font-weight:400}.text-content li{margin:0 0 1rem}.text-content img{border-radius:1rem;height:auto;margin:6rem 0;width:100%}.text-page-content .text-content{padding-top:0}.team-grid{background:#020834;padding-bottom:12rem}@media (max-width:768px){.team-grid{padding-bottom:5rem}}.team-grid .container{position:relative;z-index:3}.team-grid__grid{-moz-column-gap:3rem;column-gap:3rem;display:grid;grid-template-columns:repeat(4,1fr);row-gap:5rem}@media (max-width:1000px){.team-grid__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.team-grid__grid{grid-template-columns:repeat(2,1fr);row-gap:3rem}}.team-grid p{color:#bfbfbf;font-size:1.5rem;line-height:2rem;margin:0}@media (max-width:768px){.team-grid p{font-size:1.3rem}}.team-grid .title{color:#fff;font-size:2rem;font-weight:500;line-height:2.8rem;margin-bottom:1rem}@media (max-width:768px){.team-grid .title{font-size:1.5rem;line-height:2rem;margin-bottom:.5rem}}.team-grid .bio,.team-grid .cv{display:none}.team-grid .view-profile{align-items:center;display:flex;font-size:1.6rem;font-weight:500;gap:1rem;opacity:0;transition:all .3s ease-in-out;z-index:2}.team-grid .card{background:transparent;border:0;cursor:pointer;display:grid;grid-template-rows:max-content;transition:all .3s ease-in-out}.team-grid .card__image{align-items:flex-end;border-top-left-radius:1rem;border-top-right-radius:1rem;display:flex;justify-content:flex-start;overflow:hidden;padding:2rem;transition:all .3s ease-in-out}.team-grid .card__image:before{content:"";float:left;padding-top:108.23529411764704%}.team-grid .card__image:after{background:linear-gradient(180deg,rgba(2,8,52,0),#020834);bottom:0;clear:both;content:"";display:block;height:8.8rem;opacity:0}.team-grid .card__image-container,.team-grid .card__image:after{left:0;position:absolute;transition:all .3s ease-in-out;width:100%}.team-grid .card__image-container{background-blend-mode:luminosity;background-color:#161934;background-position:50%;background-size:cover;height:100%;top:0}.team-grid .card__content{background:linear-gradient(196deg,rgba(2,8,52,.15),#020834);border:.1rem solid hsla(0,0%,100%,.13);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;padding:2rem;position:relative}@media (max-width:768px){.team-grid .card__content{padding:2rem 1.2rem}}.team-grid .card__highlight{border-top-left-radius:0;width:.4rem}@media (min-width:769px){.team-grid .card:hover .card__image{background-color:transparent}.team-grid .card:hover .card__image:after{opacity:1}.team-grid .card:hover .card__image-container{background-color:transparent;transform:scale(1.15)}.team-grid .card:hover .view-profile{opacity:1}}.team-grid>.fill{height:50vw;top:-15vw}.team-grid.gradient:before{height:22.5vw;top:-15vw}.team-grid.gradient:after{height:32.5vw;top:2.5vw}.team-grid .filter{-ms-overflow-style:none;display:flex;gap:1rem;overflow:scroll;scrollbar-width:none}@media (max-width:768px){.team-grid .filter{padding:0 2rem}}.team-grid .filter::-webkit-scrollbar{display:none}.team-grid .filter-button{white-space:nowrap}@media (max-width:768px){.team-grid .filter-button{font-size:1.4rem}.team-grid .filter-container{padding:0}.team-grid .filter-container:after{background:linear-gradient(90deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:4.1rem;z-index:2}}.team-popup{align-items:center;display:flex;gap:8.5rem;padding-right:9.5rem}@media (max-width:1200px){.team-popup{gap:5rem;padding-right:5rem}}@media (max-width:1000px){.team-popup{align-items:flex-start}}@media (max-width:768px){.team-popup{flex-direction:column;gap:4rem;padding-right:1.9rem}}.team-popup__image-container{flex:0 0 35rem;width:35rem}.team-popup__image-container:before{content:"";float:left;padding-top:121.31782945736433%}.team-popup__image-container:after{clear:both;content:"";display:block}@media (max-width:1000px){.team-popup__image-container{flex:0 0 35%;width:35%}}@media (max-width:768px){.team-popup__image-container{width:100%}}.team-popup__image{border-radius:1rem;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.team-popup .title{font-size:3rem;font-weight:500;line-height:4rem;margin:0 0 .4rem}@media (max-width:768px){.team-popup .title{margin-bottom:2rem}}.team-popup .role{font-size:2.5rem;line-height:2.8rem;margin:0 0 2rem}@media (max-width:768px){.team-popup .role{font-size:1.8rem}}.team-popup .bio p:last-child{margin-bottom:0}.team-popup .cv{margin-top:2rem}.ourfirm-where .container{align-items:center;-moz-column-gap:15.4rem;column-gap:15.4rem;display:flex;justify-content:space-between;padding-bottom:20.6rem;padding-top:11.4rem;position:relative;z-index:3}@media (max-width:1100px){.ourfirm-where .container{flex-direction:column}}@media (max-width:1000px){.ourfirm-where .container{padding-bottom:7rem;padding-top:7rem}}@media (max-width:768px){.ourfirm-where .container{padding-bottom:5rem;padding-top:5rem}}.ourfirm-where__content{padding-left:6.6rem;width:calc(50% - 15.4rem)}@media (max-width:1100px){.ourfirm-where__content{width:100%}}@media (max-width:768px){.ourfirm-where__content{padding-left:0}}.ourfirm-where__image{padding:8.9rem 0;position:relative;width:50%}@media (max-width:1100px){.ourfirm-where__image{width:100%}}@media (max-width:768px){.ourfirm-where__image{padding:5.5rem 0}}.ourfirm-where__image>svg:first-child{left:0;position:absolute;top:0}.ourfirm-where__image>svg:last-child{bottom:0;position:absolute;right:0;transform:rotate(180deg)}.ourfirm-where .icon-map-dots{height:100%;left:0;position:absolute;top:0;width:100%}.ourfirm-where .icon-map-dots .icon-map-dot{left:6.9%;position:absolute;top:81.9%}@media (max-width:768px){.ourfirm-where .icon-map-dots .icon-map-dot{left:23%;top:50.5%}.ourfirm-where .icon-map-dots .icon-map-dot svg{height:.8rem;width:.8rem}}.ourfirm-where .icon-map-dots .icon-map-dot:first-of-type{left:40.5%;top:70.5%}@media (max-width:768px){.ourfirm-where .icon-map-dots .icon-map-dot:first-of-type{left:44%;top:43.5%}}.ourfirm-where .icon-map-dots .icon-map-dot:last-of-type{left:22%;top:55.2%}@media (max-width:768px){.ourfirm-where .icon-map-dots .icon-map-dot:last-of-type{left:32%;top:34.2%}}.ourfirm-where__svg{height:28.236rem;margin:auto;width:28.236rem}.ourfirm-where__svg svg{display:block;margin:auto}@media (max-width:768px){.ourfirm-where__svg svg{max-height:17.6rem;max-width:17.6rem}}.ourfirm-where__heading{position:relative}.ourfirm-where__heading h2{margin:0 0 3rem}@media (max-width:768px){.ourfirm-where__heading h2{padding:3.1rem 0 3.1rem 3rem}}.ourfirm-where__heading:before{background:#00d5ff;border-radius:1rem;content:"";height:100%;left:-6.6rem;min-height:11.3rem;position:absolute;top:0;width:.5rem}@media (max-width:768px){.ourfirm-where__heading:before{height:100%;left:0;min-height:10rem;top:0}}.ourfirm-values .container{align-items:flex-start;-moz-column-gap:15.4rem;column-gap:15.4rem;display:flex;justify-content:flex-end;padding-bottom:12.1rem;padding-top:19.1rem;position:relative;z-index:3}@media (max-width:1100px){.ourfirm-values .container{flex-direction:column;gap:5rem}}@media (max-width:1000px){.ourfirm-values .container{padding-bottom:7rem;padding-top:7rem}}@media (max-width:768px){.ourfirm-values .container{gap:3rem;padding:5rem 0}.ourfirm-values .container:before{display:none}}.ourfirm-values__title{position:sticky;top:20rem;width:30%}@media (max-width:1100px){.ourfirm-values__title{position:relative;top:0;width:50%}}@media (max-width:768px){.ourfirm-values__title{padding:0 2rem;width:100%}.ourfirm-values__title br{display:none}}.ourfirm-values__title-content{position:relative}.ourfirm-values__title-content h2{margin:0 0 4.2rem;padding-left:6rem}@media (max-width:768px){.ourfirm-values__title-content h2{margin:0;padding:3.1rem 0 3.1rem 3rem}}.ourfirm-values__title-content:before{background:#00d5ff;border-radius:1rem;content:"";height:100%;left:0;position:absolute;top:0;width:.5rem}.ourfirm-values .card{height:100%;padding:5rem 5rem 6.6rem}@media (max-width:768px){.ourfirm-values .card{padding:4rem 2rem 6rem}}.ourfirm-values .card h3{font-size:5rem;font-weight:500;letter-spacing:-.01rem;line-height:6rem;margin:0 0 2rem}@media (max-width:768px){.ourfirm-values .card h3{font-size:2.6rem;line-height:3.5rem}}.ourfirm-values .card p{margin:0}@media (max-width:768px){.ourfirm-values .card p{color:#bfbfbf;font-size:1.5rem;line-height:2.5rem}}.ourfirm-values__values{width:60%}@media (max-width:1100px){.ourfirm-values__values{width:100%}}@media (min-width:769px){.ourfirm-values .swiper-wrapper{flex-direction:column;gap:5rem}}@media (max-width:768px){.ourfirm-values .swiper-wrapper{padding:0 2rem}}.ourfirm-values .swiper-slide{height:auto}@media (max-width:1100px){.ourfirm-values .underline{display:none}}.ourfirm-values .underline__circle__inner{background:transparent;border:1px solid #fff;border-radius:100%;height:9.4rem;opacity:.1;width:9.4rem}.ourfirm-values .underline__circle svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.portfolio-grid{background:#020834;padding-bottom:12rem}.portfolio-grid .container{position:relative;z-index:3}@media (max-width:768px){.portfolio-grid .container{padding:0}.portfolio-grid__filters{padding-left:2rem;padding-right:2rem}}.portfolio-grid__grid{-moz-column-gap:3rem;column-gap:3rem;display:grid;grid-template-columns:repeat(3,1fr);row-gap:5rem}@media (max-width:1000px){.portfolio-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.portfolio-grid__grid{grid-template-columns:1fr;padding-left:2rem;padding-right:2rem;row-gap:3rem}}.portfolio-grid a{display:block}.portfolio-grid p{color:#bfbfbf;margin:0}.portfolio-grid p:first-of-type{color:#fff;font-weight:600}.portfolio-grid .card{background:transparent;border:0;transition:all .3s ease-in-out}.portfolio-grid .card:hover{transform:translateY(-1rem)}.portfolio-grid .card__image{align-items:center;border-top-left-radius:1rem;border-top-right-radius:1rem;display:flex;justify-content:center;overflow:hidden}.portfolio-grid .card__image:before{content:"";float:left;padding-top:66.57142857142857%}.portfolio-grid .card__image:after{clear:both;content:"";display:block}.portfolio-grid .card__image img:last-child{filter:brightness(0) invert(1);max-width:15rem}.portfolio-grid .card__content{background:linear-gradient(196deg,rgba(2,8,52,.15),#020834);border:.1rem solid hsla(0,0%,100%,.13);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;padding:2.7rem 3rem 5rem;position:relative}.portfolio-grid .card__highlight{border-top-left-radius:0}.portfolio-grid>.fill{height:50vw;top:-15vw}.portfolio-grid.gradient:before{height:22.5vw;top:-15vw}.portfolio-grid.gradient:after{height:32.5vw;top:2.5vw}.post-grid{background:#020834;padding-bottom:18rem}@media (max-width:768px){.post-grid{padding-bottom:5rem}}.post-grid .container{position:relative;z-index:5}.post-grid .filter-container{pointer-events:none;z-index:6}.post-grid__grid{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.post-grid__grid{grid-template-columns:1fr}}.post-grid .card{background:transparent;border:0;border-radius:0;box-shadow:none;padding:4rem 4rem 6rem;transition:transform .3s ease-in-out}@media (max-width:768px){.post-grid .card{padding:3rem 2rem 4rem}}.post-grid .card .meta{color:#00d5ff;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2.8rem;margin-bottom:1.5rem;text-transform:none}.post-grid .card h3{color:#fff;font-size:3rem;font-weight:500;line-height:4rem;margin:0 0 1.5rem}.post-grid .card p{color:#bfbfbf;margin:0;transition:all .3s ease-in-out}.post-grid .card__background{background:#020834;background:linear-gradient(196deg,rgba(2,8,52,.15),#020834);border:.1rem solid hsla(0,0%,100%,.13);border-radius:.5rem;box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.1);display:block;height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%;z-index:-1}.post-grid .card__read-more{bottom:2rem;color:#fff;font-size:1.6rem;font-weight:500;opacity:0;position:absolute;right:3rem;transition:all .3s ease-in-out}.post-grid .card__read-more svg{margin-left:1rem}.post-grid .card:hover .card__background{height:calc(100% + 2rem);left:-1rem;top:-1rem;width:calc(100% + 2rem)}.post-grid .card:hover .card__read-more{opacity:1}.post-grid .card:hover p:not(.meta){color:#fff}.post-grid>.fill{height:50vw;top:0}.post-grid.gradient:before{height:22.5vw;top:0}.post-grid.gradient:after{height:32.5vw;top:17.5vw}@media (max-width:768px){.post-grid .filters{padding-left:2rem;padding-right:2rem}}.post-grid .filter{display:flex;gap:1rem}.post-grid .filter::-webkit-scrollbar{display:none}.post-grid .filter-button{white-space:nowrap}@media (max-width:768px){.post-grid .filter-button{font-size:1.4rem}.post-grid .filter-container{padding:0}.post-grid .filter-container:after{background:linear-gradient(90deg,rgba(2,8,52,0),#020834);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:4.1rem;z-index:2}}.post-pagination{align-items:center;display:flex;gap:2rem;margin-top:3rem}.post-pagination .next:empty{display:none}.post-pagination .next a{background-color:#2e1bff;border:0;border-radius:3rem;color:#fff;cursor:pointer;display:inline-block;display:block;font-family:Euclid Circular B,sans-serif;font-size:1.7rem;font-weight:500;line-height:2rem!important;max-width:100%;overflow:hidden;padding:2rem 3rem;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}.post-pagination .next a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704'%3E%3Cpath d='m4.669.717.544-.544a.586.586 0 0 1 .831 0l4.765 4.762a.586.586 0 0 1 0 .831l-4.765 4.765a.586.586 0 0 1-.831 0l-.544-.544a.589.589 0 0 1 .01-.841l2.954-2.813H.588A.587.587 0 0 1 0 5.744V4.96a.587.587 0 0 1 .588-.588h7.045L4.679 1.553a.585.585 0 0 1-.01-.836Z' fill='%23fff'/%3E%3C/svg%3E");content:"";height:1.07rem;opacity:0;position:absolute;right:3rem;top:2.5rem;transition:all .3s ease-in-out;width:1.098rem}.post-pagination .next a:hover{background-color:#00d5ff;border-radius:1.6rem;padding-right:5.3rem}.post-pagination .next a:hover:after{opacity:1}.post-pagination .prev:empty{display:none}.post-pagination .prev a{background-color:#2e1bff;background:transparent;border:.1rem solid #fff;border-radius:3rem;color:#fff;cursor:pointer;display:inline-block;display:block;font-family:Euclid Circular B,sans-serif;font-size:1.7rem;font-weight:500;line-height:2rem!important;max-width:100%;overflow:hidden;padding:2rem 3rem;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}.post-pagination .prev a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704'%3E%3Cpath d='m4.669.717.544-.544a.586.586 0 0 1 .831 0l4.765 4.762a.586.586 0 0 1 0 .831l-4.765 4.765a.586.586 0 0 1-.831 0l-.544-.544a.589.589 0 0 1 .01-.841l2.954-2.813H.588A.587.587 0 0 1 0 5.744V4.96a.587.587 0 0 1 .588-.588h7.045L4.679 1.553a.585.585 0 0 1-.01-.836Z' fill='%23fff'/%3E%3C/svg%3E");content:"";height:1.07rem;opacity:0;position:absolute;right:3rem;top:2.5rem;transition:all .3s ease-in-out;width:1.098rem}.post-pagination .prev a:hover{border-radius:1.6rem;padding-right:5.3rem}.post-pagination .prev a:hover:after{opacity:1}.post-pagination .prev a:hover{background-color:#00d5ff;border-color:#00d5ff}.post-pagination .page-numbers{color:#fff;font-size:1.7rem;font-weight:500;line-height:2rem}.single-related{position:relative}.single-related .container{align-items:flex-start;position:relative;z-index:3}.single-related .container:first-of-type{padding-top:9rem}@media (max-width:768px){.single-related .container:first-of-type{padding-top:4.4rem}}.single-related .container:last-of-type{padding-bottom:9rem}@media (max-width:768px){.single-related .container:last-of-type{padding-bottom:6rem}}.single-related__posts{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}@media (max-width:900px){.single-related__posts{gap:2rem;grid-template-columns:1fr}}.single-related .card{padding:4rem 4rem 6rem;transition:transform .3s ease-in-out}@media (max-width:768px){.single-related .card{padding:3rem 2rem 4rem}}.single-related .card h3{color:#fff;font-size:3rem;font-weight:500;line-height:4rem;margin:0 0 1.5rem}.single-related .card p{color:#bfbfbf;margin:0}.single-related .card .meta{color:#00d5ff;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:2.8rem;margin-bottom:1.5rem;text-transform:none}.single-related .card:hover{transform:translateY(-1rem)}.single-related__content{align-items:center;display:flex;justify-content:space-between;margin:0 0 4rem;position:relative;width:100%;z-index:4}.single-related h2{margin:0}.careers-related{position:relative}.careers-related .container{align-items:flex-start;position:relative;z-index:3}.careers-related .container:first-of-type{padding-top:9rem}@media (max-width:768px){.careers-related .container:first-of-type{padding-top:4.4rem}}.careers-related .container:last-of-type{padding-bottom:9rem}@media (max-width:768px){.careers-related .container:last-of-type{padding-bottom:6rem}}.careers-related__posts{display:grid;grid-template-columns:1fr;row-gap:3rem}.careers-related__content{align-items:center;display:flex;justify-content:space-between;margin:0 0 4rem;position:relative;width:100%;z-index:4}.careers-related h2{margin:0}.careers-related .card{padding:6rem}@media (max-width:768px){.careers-related .card{padding:3rem}}.careers-related .card__highlight{height:100%}.careers-related .card__container{display:flex;gap:6rem}@media (max-width:900px){.careers-related .card__container{flex-direction:column;gap:2rem}}.careers-related .card__meta{flex:0 0 40%;width:40%}@media (max-width:900px){.careers-related .card__meta{flex:0 0 100%;width:100%}}.careers-related .card .title{font-size:3rem;font-weight:500;line-height:3.5rem;margin:0 0 2rem}@media (max-width:768px){.careers-related .card .title{font-size:2.5rem}}.careers-related .card .sector{margin:0 0 2rem}.careers-related .card .location{margin:0}.careers-related .card .description p{color:#bfbfbf}.single-careers .text-content{padding-top:0}@media (max-width:900px){.single-careers .text-content{order:1}}.single-careers .button{margin-top:1rem}.single-careers .container{gap:4rem;position:relative;z-index:3}@media (max-width:900px){.single-careers .container{flex-direction:column;gap:5rem}}.single-careers .career-info{min-width:38rem}.single-careers .career-info h2{font-size:2rem;letter-spacing:-.01rem;line-height:2.5rem;margin:2rem 0}.single-careers .career-info svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.single-careers .career-info p{margin:2rem 0;padding-left:2.5rem}.single-careers .post-content>.fill{height:50vw;top:0}.single-careers .post-content.gradient:before{height:22.5vw;top:0}.single-careers .post-content.gradient:after{height:32.5vw;top:17.5vw}.apply-popup{display:flex;gap:9.5rem}@media (max-width:1000px){.apply-popup{flex-direction:column;gap:5rem}}@media (max-width:768px){.apply-popup{padding-top:8rem}}.apply-popup__content{flex:0 0 35%;width:35%}@media (max-width:1000px){.apply-popup__content{flex:auto;width:100%}}.apply-popup__form{flex:0 0 calc(65% - 9.5rem);width:calc(65% - 9.5rem)}@media (max-width:1000px){.apply-popup__form{flex:auto;width:100%}}.apply-popup h2{margin:0 0 3rem}@media (max-width:768px){.apply-popup h2{margin-bottom:2rem}.apply-popup p{margin-bottom:0}}.template-experts .team-popup__image-container{display:none}.template-experts .team-grid .card{display:flex}.template-experts .card__image{display:none!important}.template-experts .card__content{border-radius:1rem;height:100%;overflow:hidden;width:100%}@media (max-width:600px){.template-experts .team-grid__grid{grid-template-columns:1fr}}

/*# sourceMappingURL=main.css.map*/