@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-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1 1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;border-radius:var(--plyr-menu-radius,4px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#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].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-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;-moz-appearance:none;appearance:none;background:transparent;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:transparent;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;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 rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__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.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .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:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__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;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#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:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#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:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left: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 rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius: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}
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent;text-decoration:none}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit;outline:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}svg:not([fill]){fill:currentColor}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}.m-0{margin:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-bottom:0}.mt-0,.my-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.p-0{padding:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-bottom:0}.pt-0,.py-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.m-5{margin:5px}.mx-5{margin-left:5px;margin-right:5px}.my-5{margin-bottom:5px}.mt-5,.my-5{margin-top:5px}.mr-5{margin-right:5px}.mb-5{margin-bottom:5px}.ml-5{margin-left:5px}.p-5{padding:5px}.px-5{padding-left:5px;padding-right:5px}.py-5{padding-bottom:5px}.pt-5,.py-5{padding-top:5px}.pr-5{padding-right:5px}.pb-5{padding-bottom:5px}.pl-5{padding-left:5px}.m-10{margin:10px}.mx-10{margin-left:10px;margin-right:10px}.my-10{margin-bottom:10px}.mt-10,.my-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.p-10{padding:10px}.px-10{padding-left:10px;padding-right:10px}.py-10{padding-bottom:10px}.pt-10,.py-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.m-15{margin:15px}.mx-15{margin-left:15px;margin-right:15px}.my-15{margin-bottom:15px}.mt-15,.my-15{margin-top:15px}.mr-15{margin-right:15px}.mb-15{margin-bottom:15px}.ml-15{margin-left:15px}.p-15{padding:15px}.px-15{padding-left:15px;padding-right:15px}.py-15{padding-bottom:15px}.pt-15,.py-15{padding-top:15px}.pr-15{padding-right:15px}.pb-15{padding-bottom:15px}.pl-15{padding-left:15px}.m-20{margin:20px}.mx-20{margin-left:20px;margin-right:20px}.my-20{margin-bottom:20px}.mt-20,.my-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.p-20{padding:20px}.px-20{padding-left:20px;padding-right:20px}.py-20{padding-bottom:20px}.pt-20,.py-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.m-25{margin:25px}.mx-25{margin-left:25px;margin-right:25px}.my-25{margin-bottom:25px}.mt-25,.my-25{margin-top:25px}.mr-25{margin-right:25px}.mb-25{margin-bottom:25px}.ml-25{margin-left:25px}.p-25{padding:25px}.px-25{padding-left:25px;padding-right:25px}.py-25{padding-bottom:25px}.pt-25,.py-25{padding-top:25px}.pr-25{padding-right:25px}.pb-25{padding-bottom:25px}.pl-25{padding-left:25px}.m-30{margin:30px}.mx-30{margin-left:30px;margin-right:30px}.my-30{margin-bottom:30px}.mt-30,.my-30{margin-top:30px}.mr-30{margin-right:30px}.mb-30{margin-bottom:30px}.ml-30{margin-left:30px}.p-30{padding:30px}.px-30{padding-left:30px;padding-right:30px}.py-30{padding-bottom:30px}.pt-30,.py-30{padding-top:30px}.pr-30{padding-right:30px}.pb-30{padding-bottom:30px}.pl-30{padding-left:30px}.m-35{margin:35px}.mx-35{margin-left:35px;margin-right:35px}.my-35{margin-bottom:35px}.mt-35,.my-35{margin-top:35px}.mr-35{margin-right:35px}.mb-35{margin-bottom:35px}.ml-35{margin-left:35px}.p-35{padding:35px}.px-35{padding-left:35px;padding-right:35px}.py-35{padding-bottom:35px}.pt-35,.py-35{padding-top:35px}.pr-35{padding-right:35px}.pb-35{padding-bottom:35px}.pl-35{padding-left:35px}.m-40{margin:40px}.mx-40{margin-left:40px;margin-right:40px}.my-40{margin-bottom:40px}.mt-40,.my-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.p-40{padding:40px}.px-40{padding-left:40px;padding-right:40px}.py-40{padding-bottom:40px}.pt-40,.py-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.m-45{margin:45px}.mx-45{margin-left:45px;margin-right:45px}.my-45{margin-bottom:45px}.mt-45,.my-45{margin-top:45px}.mr-45{margin-right:45px}.mb-45{margin-bottom:45px}.ml-45{margin-left:45px}.p-45{padding:45px}.px-45{padding-left:45px;padding-right:45px}.py-45{padding-bottom:45px}.pt-45,.py-45{padding-top:45px}.pr-45{padding-right:45px}.pb-45{padding-bottom:45px}.pl-45{padding-left:45px}.m-50{margin:50px}.mx-50{margin-left:50px;margin-right:50px}.my-50{margin-bottom:50px}.mt-50,.my-50{margin-top:50px}.mr-50{margin-right:50px}.mb-50{margin-bottom:50px}.ml-50{margin-left:50px}.p-50{padding:50px}.px-50{padding-left:50px;padding-right:50px}.py-50{padding-bottom:50px}.pt-50,.py-50{padding-top:50px}.pr-50{padding-right:50px}.pb-50{padding-bottom:50px}.pl-50{padding-left:50px}.m-60{margin:60px}.mx-60{margin-left:60px;margin-right:60px}.my-60{margin-bottom:60px}.mt-60,.my-60{margin-top:60px}.mr-60{margin-right:60px}.mb-60{margin-bottom:60px}.ml-60{margin-left:60px}.p-60{padding:60px}.px-60{padding-left:60px;padding-right:60px}.py-60{padding-bottom:60px}.pt-60,.py-60{padding-top:60px}.pr-60{padding-right:60px}.pb-60{padding-bottom:60px}.pl-60{padding-left:60px}.m-70{margin:70px}.mx-70{margin-left:70px;margin-right:70px}.my-70{margin-bottom:70px}.mt-70,.my-70{margin-top:70px}.mr-70{margin-right:70px}.mb-70{margin-bottom:70px}.ml-70{margin-left:70px}.p-70{padding:70px}.px-70{padding-left:70px;padding-right:70px}.py-70{padding-bottom:70px}.pt-70,.py-70{padding-top:70px}.pr-70{padding-right:70px}.pb-70{padding-bottom:70px}.pl-70{padding-left:70px}.m-80{margin:80px}.mx-80{margin-left:80px;margin-right:80px}.my-80{margin-bottom:80px}.mt-80,.my-80{margin-top:80px}.mr-80{margin-right:80px}.mb-80{margin-bottom:80px}.ml-80{margin-left:80px}.p-80{padding:80px}.px-80{padding-left:80px;padding-right:80px}.py-80{padding-bottom:80px}.pt-80,.py-80{padding-top:80px}.pr-80{padding-right:80px}.pb-80{padding-bottom:80px}.pl-80{padding-left:80px}.m-90{margin:90px}.mx-90{margin-left:90px;margin-right:90px}.my-90{margin-bottom:90px}.mt-90,.my-90{margin-top:90px}.mr-90{margin-right:90px}.mb-90{margin-bottom:90px}.ml-90{margin-left:90px}.p-90{padding:90px}.px-90{padding-left:90px;padding-right:90px}.py-90{padding-bottom:90px}.pt-90,.py-90{padding-top:90px}.pr-90{padding-right:90px}.pb-90{padding-bottom:90px}.pl-90{padding-left:90px}.m-100{margin:100px}.mx-100{margin-left:100px;margin-right:100px}.my-100{margin-bottom:100px}.mt-100,.my-100{margin-top:100px}.mr-100{margin-right:100px}.mb-100{margin-bottom:100px}.ml-100{margin-left:100px}.p-100{padding:100px}.px-100{padding-left:100px;padding-right:100px}.py-100{padding-bottom:100px}.pt-100,.py-100{padding-top:100px}.pr-100{padding-right:100px}.pb-100{padding-bottom:100px}.pl-100{padding-left:100px}.leaveAMessage--footer-checkbox input,.ourValues--item-input,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.u-fullwidth{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.sym-img img{will-change:opacity}input:-webkit-autofill{-webkit-animation-delay:1s;-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}body{font-family:Poppins,sans-serif;color:#33333c}@keyframes arrow{0%,to{transform:translateZ(.1px)}50%{transform:translate3d(27px,0,.1px)}51%{transform:translate3d(-26px,0,.1px)}}@keyframes arrowDown{0%{transform:translateZ(.1px)}30%{transform:translate3d(15px,0,.1px)}31%{transform:translate3d(36px,-15px,.1px) rotate(90deg)}to{transform:translate3d(36px,0,.1px) rotate(90deg)}}@keyframes blink{25%{opacity:.5}50%{opacity:0}75%{opacity:.5}}.header{position:fixed;top:0;left:0;width:100%;z-index:10000;-webkit-backface-visibility:hidden;backface-visibility:hidden}.header_dark{--headerColor:#000;--headerHoverColor:unset;--headerHoverBGColor:unset;--headerBGColor:#000;--headerSubNavBG:#fff;--headerSubNavBorder:#f5f6fa;--headerSubNavColor:#000;--headerSubNavOpenColor:#000}.header_dark.is-mobile-open,.header_dark.is-sticky{--headerColor:#fff;--headerHoverColor:#000;--headerHoverBGColor:#fff;--headerHoverUnderline:underline}.header_light{--headerColor:#fff;--headerSubNavBG:#000;--headerSubNavBorder:transparent;--headerSubNavColor:#fff;--headerHoverColor:#fff;--headerBGColor:#fff;--headerSubNavOpenColor:#fff}.header_light.is-mobile-open,.header_light.is-sticky{--headerColor:#000;--headerHoverColor:#fff;--headerHoverBGColor:#000;--headerHoverUnderline:underline}.header.is-mobile-open,.header.is-sticky{--headerHoverUnderline:unset}.header.is-mobile-open .header--bg,.header.is-sticky .header--bg{opacity:1;transition-delay:.1s}.header.is-mobile-open .header--🍔-open{display:none}.header.is-mobile-open .header--🍔-close{display:block}@media screen and (max-width:1140px){.header.is-mobile-open{background:var(--headerBGColor)}.header.is-mobile-open .header--nav{transform:translateZ(.1px);background:var(--headerBGColor);overflow-y:auto;overflow-x:hidden}}.header:not(.is-sticky):not(.is-mobile-open) .header--nav-link.is-active,.header:not(.is-sticky):not(.is-mobile-open) .header--nav-link:focus,.header:not(.is-sticky):not(.is-mobile-open) .header--nav-link:hover{background-color:var(--headerSubNavBG)}.header.is-sticky .header--nav-link.is-active{color:var(--headerSubNavColor);background-color:var(--headerSubNavBG)}.header--inner{position:relative}.header--bg{background:var(--headerBGColor);opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;will-change:opacity;transition:opacity .5s ease;transition-delay:.2s}.header .wrapper{position:relative;z-index:20;transition:transform .3s ease;will-change:transform}.header--container{display:flex;align-items:center;justify-content:space-between;position:relative}.header--logo svg{display:block;height:42px;width:auto}.header--logo svg path{fill:var(--headerColor,#000);transition:fill .5s ease}.header--nav-list{display:flex;align-items:center;list-style:none}@media screen and (min-width:1141px){.header--nav-item:focus .header--subNav-wrapper,.header--nav-item:hover .header--subNav-wrapper{opacity:1;transform:translate3d(0,100%,.1px);pointer-events:unset;transition-delay:.2s}.header--nav-item:focus .header--nav-link,.header--nav-item:hover .header--nav-link{-webkit-text-decoration:var(--headerHoverUnderline);text-decoration:var(--headerHoverUnderline);background:var(--headerHoverBGColor);color:var(--headerHoverColor)}}.header--nav-item.simpleSubNav,.header--nav-item_careers{position:relative}.header--nav-item_careers .header--subNav-wrapper{width:310px;padding:34px 55px 34px 34px;position:absolute;top:100%;right:0;background-size:auto 100%;background-position:100% 0;transform:none!important;left:unset;margin-left:unset;margin-right:unset;bottom:unset}.header_dark .header--nav-item_careers .header--subNav-wrapper{background-image:url(/media/header-ornament-careers-dark.svg)}.header_light .header--nav-item_careers .header--subNav-wrapper{background-image:url(/media/header-ornament-careers-light.svg)}.header--nav-item_careers .header--subNav-wrapper ul{list-style:none}.header--nav-item_careers .header--subNav-wrapper a{font-style:normal;font-weight:700;font-size:18px;line-height:44px}.header--nav-item_careers .is-mobile-open-subnav~.header--subNav-wrapper{width:unset;padding:unset;position:unset;top:unset;right:unset;transform:unset;left:unset;margin-left:unset;margin-right:unset;bottom:unset}.header--nav-item_careers .is-mobile-open-subnav~.header--subNav-wrapper .header--subNav-links{display:block;padding:20px 14px 34px}.header--nav-link{font-weight:600;font-size:14px;line-height:1.71;color:var(--headerColor,#000);padding:50px 20px;display:flex;align-items:center;transition:color .4s ease,background .75s ease}.header--nav-chevron{display:block;width:14px;height:auto;margin-left:11px;position:relative;top:1px}.header--nav-chevron path{stroke:currentColor;transition:stroke .4s ease}.header--🍔{width:40px;height:40px;display:none;align-items:center;justify-content:center;align-self:flex-end}.header--🍔 path{fill:var(--headerColor,#000)}.header--🍔-close{display:none}.header--🍔-open{display:block}.header--subNav{display:flex;align-items:flex-start;list-style:none;justify-content:center;padding-top:35px;padding-bottom:34px;z-index:10;position:relative}.header--subNav-wrapper{position:absolute;bottom:0;transform:translate3d(0,102%,.1px);background-color:var(--headerSubNavBG);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;transition:opacity .5s ease,transform .25s ease;will-change:opacity,transform;transition-delay:.2s;border-bottom:2px solid var(--headerSubNavBorder);width:calc(100vw + 4px);left:50%;right:50%;margin-left:calc(-50vw - 2px);margin-right:calc(-50vw - 2px)}.header--subNav-wrapper.simpleSubNav{width:100%;left:0;right:auto;margin:0;transform:none}.header--subNav-wrapper.simpleSubNav .header--subNav-column>a,.header--subNav-wrapper.simpleSubNav .header--subNav-ornament{display:none}.header--subNav-wrapper.simpleSubNav .header--subNav-column .header--subNav-links{display:flex;flex-direction:column;gap:10px}.header--subNav-wrapper.simpleSubNav .header--subNav-column .header--subNav-links a{font-size:16px}.header--subNav-ornament{height:100%;width:auto;display:block;position:absolute;top:0;z-index:0;pointer-events:none}.header--subNav-ornament_left{left:0}.header--subNav-ornament_right{right:0}.header--subNav-title{font-weight:500;font-size:18px;line-height:1.33;margin-bottom:21px;color:var(--headerSubNavColor)}.header--subNav-title strong{color:var(--headerSubNavHeadlineColor);font-weight:500}.header--subNav-column{max-width:234px}.header--subNav-column:not(:last-child){margin-right:20px}@media screen and (min-width:640px){.header--subNav-column:not(:last-child){margin-right:calc(20px + 34 * (100vw - 640px) / 800)}}@media screen and (min-width:1440px){.header--subNav-column:not(:last-child){margin-right:54px}}.header--subNav-links{list-style:none}.header--subNav-links a{font-style:normal;font-weight:400;font-size:12px;line-height:1.83;color:var(--headerSubNavColor)}.header--subNav-links a:focus,.header--subNav-links a:hover{text-decoration:underline}@media screen and (max-width:1140px){.header .wrapper{padding:21px 20px 19px}.header--nav{position:fixed;top:80px;left:0;width:100vw;height:calc(100vh - 80px);transform:translate3d(100%,0,.1px)}.header--nav-list{width:100%;height:100%;background:var(--headerBGColor);flex-direction:column}.header--nav-item{width:100%}.header--nav-link{width:100%;padding:28px 30px 28px 20px}.header--nav-link.is-mobile-open-subnav{background:var(--headerSubNavBG);color:var(--headerSubNavOpenColor)}.header--nav-link.is-mobile-open-subnav~.header--subNav-wrapper{position:relative;display:flex}.header--nav-link.is-mobile-open-subnav .header--nav-chevron{transform:rotate(-180deg)}.header--nav-chevron{margin-left:auto;transition:transform .4s ease;will-change:transform}.header--logo svg{height:28px}.header--🍔{display:flex}.header--🍔-open{width:30px;height:auto}.header--🍔-close{width:22px}.header--subNav{padding-top:0}.header--subNav-wrapper{transition:unset;transform:unset;opacity:unset;display:none;position:unset;bottom:unset;left:unset;width:unset;right:unset;margin-right:unset;margin-left:unset;padding:10px 20px 48px;pointer-events:unset}.header--subNav-ornament_right{width:270px;transform:translate3d(90px,0,.1px);height:auto;bottom:0;top:unset}.header--subNav-ornament_left{display:none}}@media screen and (max-width:640px){.header--subNav{padding:0}.header--subNav-wrapper{padding-bottom:0;position:relative}.header--subNav-wrapper .header--subNav{flex-direction:column;width:100%}.header--subNav-wrapper .header--subNav-column{padding:20px 0 25px;width:100%;max-width:unset}.header--subNav-wrapper .header--subNav-column:not(:last-child){border-bottom:1px solid #eaeaea}.header--subNav-wrapper .header--subNav-column .header--subNav-links,.header--subNav-wrapper .header--subNav-column>a{width:100%}.header--subNav-links{display:flex;flex-direction:column;gap:10px}.header--subNav-links a{font-size:16px}.header--subNav-column:not(:last-child){margin-right:0}}.main{z-index:10}body,html{scroll-behavior:smooth;overflow-x:hidden}body.is-no-scroll,html.is-no-scroll{overflow:hidden}.wrapper{width:1442px;max-width:100%;padding-right:20px;padding-left:20px;margin-left:auto;margin-right:auto}@media screen and (min-width:375px){.wrapper{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.wrapper{padding-right:100px;padding-left:100px}}.grecaptcha-badge{z-index:1000}@media screen and (max-width:1040px){.footer .wrapper{padding-left:20px;padding-right:20px}}.footer--container{border-top:1px solid #f5f6fa;display:grid;grid-template-columns:1fr repeat(6,min-content);grid-column-gap:57px;column-gap:57px;padding-top:60px;padding-right:0}@media screen and (min-width:768px){.footer--container{padding-top:calc(60px + 40 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.footer--container{padding-top:100px}}@media screen and (min-width:768px){.footer--container{padding-right:calc(0px + 80 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.footer--container{padding-right:80px}}@media screen and (max-width:1040px){.footer--container{grid-column:1/-1;grid-template-columns:repeat(8,1fr);column-gap:45px}}.footer--logo{display:flex;margin-bottom:40px}.footer--logo svg{width:137px;height:27px}@media screen and (min-width:375px){.footer--logo svg{width:calc(137px + 88 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.footer--logo svg{width:225px}}@media screen and (min-width:375px){.footer--logo svg{height:calc(27px + 17 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.footer--logo svg{height:44px}}@media screen and (max-width:1040px){.footer--logo{grid-column:1/-1;grid-row:1/2;margin-bottom:25px}}@media screen and (max-width:500px){.footer--logo{margin-bottom:29px}}.footer a{white-space:nowrap}.footer--soc{padding-top:25px}@media screen and (max-width:1040px){.footer--soc{grid-row:20;grid-column:1/-1;padding-top:45px}}@media screen and (max-width:640px){.footer--soc{padding-top:44px}}.footer--soc ul{display:flex;align-items:center;list-style:none}.footer--soc ul a{padding:10px;display:block}.footer--soc ul a div{display:flex}.footer--soc ul a:focus svg path,.footer--soc ul a:hover svg path{fill:#7169ff}@media screen and (max-width:1040px){.footer--soc ul a{padding-left:0}}.footer--soc ul svg{width:34px;height:34px}@media screen and (min-width:375px){.footer--soc ul svg{width:calc(34px + 14 * (100vw - 375px) / 393);height:calc(34px + 14 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.footer--soc ul svg{width:48px;height:48px}}.footer--soc ul svg path{transition:fill .33s}.footer--nav-link{font-style:normal;font-weight:600;font-size:14px;line-height:1.86;color:#000;padding:15px 0}@media screen and (max-width:640px){.footer--nav-link{grid-column:1/-1}}@media screen and (max-width:500px){.footer--nav-link{padding:8px 0}}.footer--nav-link:focus,.footer--nav-link:hover{text-decoration:underline}.footer--description{font-weight:600;font-size:14px;line-height:1.86;color:#000;grid-column:span 5;padding-top:30px}@media screen and (max-width:1040px){.footer--description{padding-top:0;grid-column:1/-1;margin-bottom:15px;margin-top:25px}}@media screen and (max-width:500px){.footer--description{margin-top:42px}}.footer--locations{grid-column:2/-1;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:57px;column-gap:57px}@media screen and (max-width:1040px){.footer--locations{grid-column:1/-1}}@media screen and (max-width:700px){.footer--locations{grid-template-columns:repeat(4,minmax(100px,150px))}}@media screen and (max-width:640px){.footer--locations{grid-template-columns:repeat(2,1fr)}}.footer--location{font-size:14px;line-height:21px;color:#858a8f;white-space:nowrap;margin-bottom:7px;position:relative;top:-10px}@media screen and (max-width:1040px){.footer--location{top:0}}@media screen and (max-width:640px){.footer--location:nth-of-type(5),.footer--location:nth-of-type(6){margin-bottom:25px}}@media screen and (max-width:500px){.footer--location:nth-of-type(5),.footer--location:nth-of-type(6){margin-bottom:30px}}.footer--bottom{margin-top:34px;border-top:1px solid #f5f6fa;width:100%;font-size:14px;line-height:2.14;color:#858a8f;font-weight:500;padding-top:20px;padding-bottom:20px}@media screen and (min-width:1040px){.footer--bottom{padding-top:calc(20px + 27 * (100vw - 1040px) / 400)}}@media screen and (min-width:1440px){.footer--bottom{padding-top:47px}}@media screen and (min-width:1040px){.footer--bottom{padding-bottom:calc(20px + 34 * (100vw - 1040px) / 400)}}@media screen and (min-width:1440px){.footer--bottom{padding-bottom:54px}}@media screen and (max-width:1040px){.footer--bottom{margin-top:16px}}@media screen and (max-width:500px){.footer--bottom{margin-top:22px;padding-bottom:24px}}.btn{font-style:normal;font-weight:600;font-size:20px;line-height:1.2;border-radius:10px;padding:20px 30px 22px}.btn_solid{border:2px solid transparent;background:var(--btnBGColor);color:var(--btnTextColor);transition:background .25s ease,color .45s ease}.btn_solid:focus,.btn_solid:hover{background:transparent;border:2px solid var(--btnBGColor);color:var(--btnBGColor)}.btn_solid.disabled,.btn_solid:disabled{opacity:.65;pointer-events:none}.ornament{position:absolute;z-index:20;left:50%;display:block;margin-right:auto;margin-left:auto;max-width:1440px;width:100%}.ornament--wrapper{position:relative;width:100%}@media screen and (max-width:768px){.ornament{width:875px}}.ornament_top{top:0;transform:translate3d(-50%,-47.5%,.1px)}.ornament_bottom{transform:translate3d(-50%,52.5%,.1px);bottom:0}.videoModal{position:fixed;z-index:100000;display:flex}.videoModal,.videoModal--overlay{top:0;left:0;width:100%;height:100%}.videoModal--overlay{position:absolute;background-color:rgba(0,0,0,.95)}.videoModal--inner{margin:auto;width:1028px;max-width:90vw;position:relative}.videoModal--title{color:#fff;text-align:center;font-size:26px;margin-bottom:18px;line-height:1.27}@media screen and (min-width:375px){.videoModal--title{font-size:calc(26px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoModal--title{font-size:44px}}.videoModal--video{width:100%;padding-top:56.2%;position:relative;margin-bottom:16px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.12));border-radius:16px;overflow:hidden}@media screen and (min-width:768px){.videoModal--video{margin-bottom:calc(16px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.videoModal--video{margin-bottom:24px}}@media screen and (min-width:375px){.videoModal--video{border-radius:calc(16px + 34 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.videoModal--video{border-radius:50px}}.videoModal--video>.plyr--youtube{position:absolute;top:0;left:0;width:100%;height:100%}.videoModal--details{display:flex;align-items:center;justify-content:space-between;line-height:1.5;margin-bottom:10px;padding-left:0}@media screen and (min-width:768px){.videoModal--details{padding-left:calc(0px + 70 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.videoModal--details{padding-left:70px}}.videoModal--details div{display:flex;align-items:center}.videoModal--name{font-weight:600;color:#fff;margin-right:10px;font-size:16px}@media screen and (min-width:375px){.videoModal--name{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoModal--name{font-size:20px}}.videoModal--description{font-weight:500;color:#858a8f;font-size:16px}@media screen and (min-width:375px){.videoModal--description{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoModal--description{font-size:20px}}.videoModal--content{padding-left:0}@media screen and (min-width:768px){.videoModal--content{padding-left:calc(0px + 70 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.videoModal--content{padding-left:70px}}.videoModal--content p{font-weight:500;color:#858a8f;line-height:1.5;font-size:14px}@media screen and (min-width:375px){.videoModal--content p{font-size:calc(14px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.videoModal--content p{font-size:16px}}.videoModal--content p br{display:none}.videoModal--close{width:24px;height:24px;display:flex}.videoModal--close svg{margin:auto;width:17px;height:auto}.cookiesBanner{background:#fff;box-shadow:0 54px 50px rgba(67,67,68,.071);position:fixed;left:50%;width:100%;max-width:100vw;bottom:0;transform:translate3d(-50%,0,.1px);border-top:2px solid #f5f6fa;z-index:90000}.cookiesBanner--inner{position:relative;width:100%}.cookiesBanner--content{max-width:840px;margin:0 auto;position:relative;z-index:10;padding:44px 20px 42px;transform:translateZ(.1px)}.cookiesBanner--ornament{position:absolute;top:50%;bottom:0;height:100%;width:auto;z-index:0;transform:translate3d(0,-50%,.1px);max-width:50%}.cookiesBanner--ornament_r{right:0}.cookiesBanner--ornament_l{left:0}.cookiesBanner--text{font-size:12px;line-height:1.75;color:#000}.cookiesBanner--text a{color:#7169ff}.cookiesBanner--text a:hover{text-decoration:underline}.cookiesBanner--actions{margin-top:32px}.cookiesBanner--btn{border-radius:7px;padding:12px 16px 13px;font-weight:600;font-size:13;line-height:1.2;text-align:center;color:#fff;border:2px solid}.cookiesBanner--btn_purple{background:#7169ff;margin-right:22px;border-color:#7169ff;transition:color .22s ease,background .33s ease}.cookiesBanner--btn_purple:hover{background:transparent;color:#7169ff}.cookiesBanner--btn_dark{background:#000;border-color:#000;transition:color .22s ease,background .33s ease}.cookiesBanner--btn_dark:hover{background:transparent;color:#000}.homeTopSection{--homeTopSectionTheme:#fff;position:relative;width:100%;overflow:hidden;z-index:0;background-position:50%;background-size:cover}.homeTopSection:before{content:"";display:block;z-index:10;background:linear-gradient(0,transparent 6.07%,rgba(0,0,0,.65) 95.86%)}.homeTopSection--bg,.homeTopSection:before{width:100%;height:100%;position:absolute;top:0;left:0}.homeTopSection--bg{z-index:0}.homeTopSection--bg img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute}.homeTopSection .wrapper{text-align:center;z-index:20;position:relative}.homeTopSection--title{font-weight:700;font-size:26px;line-height:1.22;max-width:26ch;color:var(--homeTopSectionTheme,#fff);text-shadow:0 0 50px rgba(0,0,0,.35);margin:122px auto 30px}@media screen and (min-width:375px){.homeTopSection--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.homeTopSection--title{font-size:56px}}@media screen and (min-width:375px){.homeTopSection--title{margin-top:calc(122px + 158 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.homeTopSection--title{margin-top:280px}}@media screen and (min-width:375px){.homeTopSection--title{margin-bottom:calc(30px + 50 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.homeTopSection--title{margin-bottom:80px}}.homeTopSection--description{font-weight:600;font-size:18px;line-height:1.5;color:var(--homeTopSectionTheme,#fff);text-shadow:0 0 50px rgba(0,0,0,.5);max-width:43ch;display:block;margin:0 auto 3.4vh}@media screen and (min-width:375px){.homeTopSection--description{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.homeTopSection--description{font-size:24px}}@media screen and (max-width:375px){.homeTopSection--description{font-weight:400}}.homeTopSection--links{display:flex;align-items:center;justify-content:center;list-style:none;color:var(--homeTopSectionTheme,#fff);margin-bottom:9.1vh}@media screen and (max-width:820px){.homeTopSection--links{flex-direction:column;max-width:255px;width:100%;margin-right:auto;margin-left:auto}.homeTopSection--links li{border-bottom:1px solid hsla(0,0%,100%,.3);margin-right:auto!important;margin-left:auto!important;width:100%}.homeTopSection--links li a{max-width:190px;width:100%;padding-top:10px;padding-bottom:10px;padding-left:0;flex-direction:row-reverse;justify-content:space-between;margin:0 auto}.homeTopSection--links li svg{margin-right:0}}.homeTopSection--links li:not(:last-child){margin-right:20px}.homeTopSection--links a{display:flex;align-items:center;padding-left:50px;text-decoration:none;color:inherit;font-weight:700;font-size:18px;line-height:1.33;color:var(--homeTopSectionTheme,#fff)}@media screen and (min-width:375px){.homeTopSection--links a{font-size:calc(18px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.homeTopSection--links a{font-size:22px}}.homeTopSection--links a:focus svg,.homeTopSection--links a:hover svg{transform:translate3d(3px,0,.1px)}.homeTopSection--links a:focus svg path,.homeTopSection--links a:hover svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.homeTopSection--links span{flex-shrink:0}.homeTopSection--links svg{display:block;width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform}.homeTopSection--links svg path{transform:translateZ(0);animation:none;position:relative;will-change:transform}.homeTopSection--pagination{list-style:none;display:flex;justify-content:center;margin-bottom:9vh}.homeTopSection--pagination button{padding:5px}.homeTopSection--pagination button.is-active span,.homeTopSection--pagination button:hover span{opacity:1}.homeTopSection--pagination button span{box-shadow:0 0 50px hsla(0,0%,100%,.35);display:block;width:12px;height:12px;border-radius:6px;opacity:.3;background:#fff;will-change:opacity;transition:opacity 1s ease}.googleVentures{background:#fff}.googleVentures .wrapper{padding-top:30px;padding-bottom:30px}@media screen and (min-width:375px){.googleVentures .wrapper{padding-top:calc(30px + 50 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.googleVentures .wrapper{padding-top:80px}}@media screen and (min-width:375px){.googleVentures .wrapper{padding-bottom:calc(30px + 27 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.googleVentures .wrapper{padding-bottom:57px}}.googleVentures .wrapper div{text-align:center;width:100%}.googleVentures svg{width:58px;margin-bottom:10px}@media screen and (min-width:375px){.googleVentures svg{width:calc(58px + 38 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.googleVentures svg{width:96px}}@media screen and (min-width:375px){.googleVentures svg{margin-bottom:calc(10px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.googleVentures svg{margin-bottom:22px}}.googleVentures p{text-align:center;font-weight:600;font-size:16px;line-height:1.87;color:#858a8f}.featuredCaseStudies{background:#f5f6fa}.featuredCaseStudies .wrapper{padding-top:40px;padding-right:20px;padding-left:20px}@media screen and (min-width:375px){.featuredCaseStudies .wrapper{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featuredCaseStudies .wrapper{padding-top:105px}}@media screen and (min-width:375px){.featuredCaseStudies .wrapper{padding-right:calc(20px + 40 * (100vw - 375px) / 1065);padding-left:calc(20px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featuredCaseStudies .wrapper{padding-right:60px;padding-left:60px}}.featuredCaseStudies--subtitle{font-weight:600;font-size:16px;line-height:1.2;text-align:center;margin-bottom:13px}@media screen and (min-width:375px){.featuredCaseStudies--subtitle{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featuredCaseStudies--subtitle{font-size:20px}}.featuredCaseStudies--title{font-style:normal;font-weight:700;font-size:24px;line-height:1.27;text-align:center;margin-bottom:30px}@media screen and (min-width:375px){.featuredCaseStudies--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featuredCaseStudies--title{font-size:44px}}@media screen and (min-width:375px){.featuredCaseStudies--title{margin-bottom:calc(30px + 37 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.featuredCaseStudies--title{margin-bottom:67px}}.featuredCaseStudies--list.swiper-container{padding-bottom:78px;padding-left:30px;padding-right:30px}@media screen and (min-width:375px){.featuredCaseStudies--list.swiper-container{padding-bottom:calc(78px + 44 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featuredCaseStudies--list.swiper-container{padding-bottom:122px}}@media screen and (max-width:1110px){.featuredCaseStudies--list.swiper-container{overflow:visible;padding-left:0;padding-right:0}}.featuredCaseStudies .swiper-slide{height:unset}.featuredCaseStudies--pagination{display:none;align-content:center;justify-content:center;margin-top:42px}.featuredCaseStudies--pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 5px}.featuredCaseStudies--pagination-bullet_active{background-color:#000}@media screen and (max-width:1110px){.featuredCaseStudies--pagination{display:flex;margin-top:42px}}@media screen and (max-width:768px){.featuredCaseStudies--pagination{display:flex;margin-top:30px}}.whatWeDo{background:#fff}.whatWeDo .wrapper{padding-top:40px;padding-bottom:70px}@media screen and (min-width:375px){.whatWeDo .wrapper{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo .wrapper{padding-top:105px}}@media screen and (min-width:375px){.whatWeDo .wrapper{padding-bottom:calc(70px + 145 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo .wrapper{padding-bottom:215px}}.whatWeDo--subtitle{text-align:center;font-weight:600;font-size:16px;line-height:1.2;color:#000;margin-bottom:10px}@media screen and (min-width:375px){.whatWeDo--subtitle{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--subtitle{font-size:20px}}@media screen and (min-width:768px){.whatWeDo--subtitle{margin-bottom:calc(10px + 3 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.whatWeDo--subtitle{margin-bottom:13px}}.whatWeDo--title{text-align:center;font-weight:700;font-size:24px;line-height:1.27;color:#000;margin-right:auto;margin-left:auto;margin-bottom:10px;max-width:30ch}@media screen and (min-width:375px){.whatWeDo--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--title{font-size:44px}}@media screen and (min-width:375px){.whatWeDo--title{margin-bottom:calc(10px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--title{margin-bottom:35px}}.whatWeDo--description{font-style:normal;font-weight:400;line-height:1.67;text-align:center;color:#858a8f;margin-right:auto;margin-left:auto;max-width:71ch;font-size:14px;margin-bottom:20px}@media screen and (min-width:375px){.whatWeDo--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--description{font-size:18px}}@media screen and (min-width:375px){.whatWeDo--description{margin-bottom:calc(20px + 73 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--description{margin-bottom:93px}}.whatWeDo--list{list-style:none;display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:1fr;grid-gap:10px;gap:10px}@media screen and (min-width:768px){.whatWeDo--list{gap:calc(10px + 23 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.whatWeDo--list{gap:33px}}@media screen and (max-width:768px){.whatWeDo--list{grid-template-columns:1fr}}.whatWeDo--link{display:flex;flex-direction:column;height:100%;border-top-width:5px;border-top-style:solid;border-color:var(--columnColor,#000);padding:30px 10px 30px 20px;background:#f5f6fa;color:#000;box-shadow:0 54px 50px rgba(67,67,68,0);transition:box-shadow .33s ease}@media screen and (min-width:768px){.whatWeDo--link{padding-top:calc(30px + 38 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.whatWeDo--link{padding-top:68px}}@media screen and (min-width:768px){.whatWeDo--link{padding-bottom:calc(30px + 40 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.whatWeDo--link{padding-bottom:70px}}@media screen and (min-width:768px){.whatWeDo--link{padding-left:calc(20px + 34 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.whatWeDo--link{padding-left:54px}}.whatWeDo--link:focus,.whatWeDo--link:hover{box-shadow:0 54px 50px rgba(67,67,68,.071)}.whatWeDo--link:focus .whatWeDo--link-cta,.whatWeDo--link:hover .whatWeDo--link-cta{color:var(--columnColor)}.whatWeDo--link:focus .whatWeDo--link-cta svg,.whatWeDo--link:hover .whatWeDo--link-cta svg{transform:translate3d(3px,0,.1px)}.whatWeDo--link:focus .whatWeDo--link-cta svg circle,.whatWeDo--link:hover .whatWeDo--link-cta svg circle{fill:var(--columnColor);stroke:var(--columnColor)}.whatWeDo--link:focus .whatWeDo--link-cta svg path,.whatWeDo--link:hover .whatWeDo--link-cta svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.whatWeDo--link-text{font-weight:700;line-height:1.43;display:block;font-size:24px;margin-bottom:30px}@media screen and (min-width:375px){.whatWeDo--link-text{font-size:calc(24px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--link-text{font-size:28px}}@media screen and (min-width:375px){.whatWeDo--link-text{margin-bottom:calc(30px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.whatWeDo--link-text{margin-bottom:50px}}.whatWeDo--link-text span{display:block;color:#000}.whatWeDo--link-text span:first-child{color:var(--columnColor,#000)}.whatWeDo--link-cta{display:flex;align-items:center;font-weight:700;line-height:1.33;margin-top:auto;font-size:16px}@media screen and (min-width:375px){.whatWeDo--link-cta{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.whatWeDo--link-cta{font-size:18px}}.whatWeDo--link-cta svg{display:block;width:36px;height:auto;margin-right:9px;transition:transform .4s ease;will-change:transform}@media screen and (min-width:375px){.whatWeDo--link-cta svg{margin-right:calc(9px + 5 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.whatWeDo--link-cta svg{margin-right:14px}}.whatWeDo--link-cta svg circle{transition:fill .4s ease,stroke .3s ease;will-change:fill}.whatWeDo--link-cta svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.industries--inner{text-align:center}.industries--inner .wrapper{padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.industries--inner .wrapper{padding-top:calc(40px + 47 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.industries--inner .wrapper{padding-top:87px}}@media screen and (min-width:375px){.industries--inner .wrapper{padding-bottom:calc(40px + 167 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.industries--inner .wrapper{padding-bottom:207px}}.industries--title{font-weight:700;font-size:24px;margin-bottom:10px;line-height:1.27}@media screen and (min-width:375px){.industries--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.industries--title{font-size:44px}}@media screen and (min-width:768px){.industries--title{margin-bottom:calc(10px + 17 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.industries--title{margin-bottom:27px}}.industries--description{font-weight:400;line-height:1.67;margin-right:auto;margin-left:auto;font-size:18px;font-size:14px;margin-bottom:30px;max-width:60ch}@media screen and (min-width:375px){.industries--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.industries--description{font-size:18px}}@media screen and (min-width:768px){.industries--description{margin-bottom:calc(30px + 74 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.industries--description{margin-bottom:104px}}.industries--list{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);grid-row-gap:40px;row-gap:40px}@media screen and (min-width:375px){.industries--list{row-gap:calc(40px + 60 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.industries--list{row-gap:100px}}@media screen and (max-width:950px){.industries--list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:550px){.industries--list{grid-template-columns:repeat(2,1fr)}}.industries--list-item{display:flex;flex-direction:column;align-items:center;flex-grow:1;flex-basis:0}.industries--list-item-link{color:#fff}.industries--list-icon{border:1px solid var(--industryColor);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}@media screen and (min-width:375px){.industries--list-icon{width:calc(80px + 32 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.industries--list-icon{width:112px}}@media screen and (min-width:375px){.industries--list-icon{height:calc(80px + 32 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.industries--list-icon{height:112px}}@media screen and (min-width:375px){.industries--list-icon{margin-bottom:calc(10px + 26 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.industries--list-icon{margin-bottom:36px}}.industries--list-icon svg{width:48px;height:48px}.industries--list-icon svg path{fill:var(--industryColor)}.industries--list-title{font-weight:700;font-size:16px;line-height:1.5;text-align:center}@media screen and (min-width:375px){.industries--list-title{font-size:calc(16px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.industries--list-title{font-size:24px}}.partnerships{background:#f5f6fa;padding-top:40px}@media screen and (min-width:375px){.partnerships{padding-top:calc(40px + 56 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partnerships{padding-top:96px}}.partnerships--title{font-weight:700;line-height:1.27;text-align:center;color:#000;margin-bottom:30px;font-size:24px;margin-top:10px}@media screen and (min-width:375px){.partnerships--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partnerships--title{font-size:44px}}@media screen and (min-width:768px){.partnerships--title{margin-top:calc(10px + 20 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.partnerships--title{margin-top:30px}}.partnerships--description{font-weight:400;line-height:1.67;color:#858a8f;text-align:center;max-width:70ch;margin-right:auto;margin-left:auto;font-size:14px;margin-bottom:30px}@media screen and (min-width:375px){.partnerships--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partnerships--description{font-size:18px}}@media screen and (min-width:375px){.partnerships--description{margin-bottom:calc(30px + 12 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.partnerships--description{margin-bottom:42px}}.partnerships--slider{width:100%}.partnerships--slide{max-width:71.38%;padding-bottom:56px}.partnerships--slide.swiper-slide-active,.partnerships--slide.swiper-slide-active .partnerships--slide-description,.partnerships--slide.swiper-slide-active .partnerships--slide-video{opacity:1}.partnerships--slide-video{overflow:hidden;border-radius:15px;margin-bottom:20px;opacity:.25;transition:opacity 1s ease;will-change:opacity}.partnerships--slide-video img{display:block;width:100%;height:auto;object-fit:cover;object-position:center center}.partnerships--slide-description{transition:opacity 1s ease;will-change:opacity;opacity:0}.partnerships--slide-description p{font-weight:400;line-height:1.5;font-size:14px;color:#858a8f}@media screen and (min-width:375px){.partnerships--slide-description p{font-size:calc(14px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.partnerships--slide-description p{font-size:16px}}.partnerships--slide-description p:first-child{font-weight:600;margin-bottom:10px;font-size:18px}@media screen and (min-width:375px){.partnerships--slide-description p:first-child{font-size:calc(18px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.partnerships--slide-description p:first-child{font-size:20px}}.partnerships--slide-description p:first-child strong{color:#000}@media screen and (max-width:768px){.partnerships--slide-description{text-align:center}}.joinOurTeam .wrapper{text-align:center;padding-top:40px;padding-bottom:60px}@media screen and (min-width:375px){.joinOurTeam .wrapper{padding-top:calc(40px + 71 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.joinOurTeam .wrapper{padding-top:111px}}@media screen and (min-width:768px){.joinOurTeam .wrapper{padding-bottom:calc(60px + 75 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.joinOurTeam .wrapper{padding-bottom:135px}}.joinOurTeam--title{font-weight:700;font-size:24px;margin-bottom:10px;line-height:1.27;color:#000}@media screen and (min-width:375px){.joinOurTeam--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.joinOurTeam--title{font-size:44px}}@media screen and (min-width:768px){.joinOurTeam--title{margin-bottom:calc(10px + 16 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.joinOurTeam--title{margin-bottom:26px}}.joinOurTeam--description{font-size:14px;margin-bottom:10px;line-height:1.67;color:#858a8f}@media screen and (min-width:375px){.joinOurTeam--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.joinOurTeam--description{font-size:18px}}@media screen and (min-width:375px){.joinOurTeam--description{margin-bottom:calc(10px + 32 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.joinOurTeam--description{margin-bottom:42px}}.joinOurTeam--links{text-align:center;display:grid;grid-template-columns:250px 250px;grid-row-gap:10px;row-gap:10px;grid-column-gap:20px;column-gap:20px;align-items:center;justify-content:center}@media screen and (min-width:768px){.joinOurTeam--links{column-gap:calc(20px + 14 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.joinOurTeam--links{column-gap:34px}}@media screen and (max-width:600px){.joinOurTeam--links{grid-template-columns:255px}}.solidColorTopSection--inner{padding-top:120px;padding-bottom:40px;color:#000;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:375px){.solidColorTopSection--inner{padding-top:calc(120px + 85 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorTopSection--inner{padding-top:205px}}@media screen and (min-width:375px){.solidColorTopSection--inner{padding-bottom:calc(40px + 56 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorTopSection--inner{padding-bottom:96px}}@media screen and (max-width:768px){.solidColorTopSection--inner{flex-direction:column;text-align:center}}.solidColorTopSection--content{width:410px;padding-right:5px;max-width:100%;z-index:20;position:relative}.solidColorTopSection--subtitle{font-weight:600;font-size:16px;line-height:1.2;color:#000;margin-bottom:12px}@media screen and (min-width:375px){.solidColorTopSection--subtitle{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorTopSection--subtitle{font-size:20px}}.solidColorTopSection--title{font-style:normal;font-size:26px;margin-bottom:10px;font-weight:700;line-height:1.27}@media screen and (min-width:375px){.solidColorTopSection--title{font-size:calc(26px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorTopSection--title{font-size:44px}}@media screen and (min-width:768px){.solidColorTopSection--title{margin-bottom:calc(10px + 21 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.solidColorTopSection--title{margin-bottom:31px}}.solidColorTopSection--description{font-style:normal;font-weight:400;margin-bottom:14px;line-height:1.67}@media screen and (min-width:375px){.solidColorTopSection--description{margin-bottom:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorTopSection--description{margin-bottom:18px}}@media screen and (max-width:768px){.solidColorTopSection--description{margin-bottom:33px}}.solidColorTopSection--visual{z-index:10}.solidColorTopSection--visual img{width:302px;display:block;height:auto}@media screen and (min-width:375px){.solidColorTopSection--visual img{width:calc(302px + 211 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorTopSection--visual img{width:513px}}.solidColorCenterTopSectionWidget{--solidColorCenterTopSectionTheme:#fff;overflow:hidden}.solidColorCenterTopSectionWidget--top{padding-top:120px}@media screen and (min-width:375px){.solidColorCenterTopSectionWidget--top{padding-top:calc(120px + 66 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorCenterTopSectionWidget--top{padding-top:186px}}.solidColorCenterTopSectionWidget--top .wrapper{height:100%;position:relative}.solidColorCenterTopSectionWidget--inner{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;flex-direction:column;align-items:center}.solidColorCenterTopSectionWidget--content{grid-row:1/2}.solidColorCenterTopSectionWidget--title{font-weight:700;text-align:center;font-size:26px;line-height:1.22;padding:29.6vh auto 9.6vh;color:var(--solidColorCenterTopSectionTheme,#fff);margin-bottom:20px;max-width:1000px;margin-left:auto;margin-right:auto}@media screen and (min-width:375px){.solidColorCenterTopSectionWidget--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorCenterTopSectionWidget--title{font-size:56px}}@media screen and (min-width:375px){.solidColorCenterTopSectionWidget--title{margin-bottom:calc(20px + -6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.solidColorCenterTopSectionWidget--title{margin-bottom:14px;max-width:calc(1000px + -150 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.solidColorCenterTopSectionWidget--title{max-width:850px}}.solidColorCenterTopSectionWidget--description{text-align:center;font-weight:600;font-size:14px;line-height:1.52;color:var(--solidColorCenterTopSectionTheme,#fff);text-shadow:0 0 50px rgba(0,0,0,.5);display:block;margin:0 auto 50px;max-width:550px}@media screen and (min-width:375px){.solidColorCenterTopSectionWidget--description{font-size:calc(14px + 7 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorCenterTopSectionWidget--description{font-size:21px}}@media screen and (max-width:375px){.solidColorCenterTopSectionWidget--description{font-weight:400}}.solidColorCenterTopSectionWidget--visual{width:100%;z-index:30;position:relative;grid-row:2/3;padding-bottom:20px}@media screen and (min-width:375px){.solidColorCenterTopSectionWidget--visual{padding-bottom:calc(20px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.solidColorCenterTopSectionWidget--visual{padding-bottom:60px}}.solidColorCenterTopSectionWidget--visual .sym-img{max-width:100%;z-index:20;position:relative;transform:translateZ(.1px)}.solidColorCenterTopSectionWidget--visual .sym-img img{max-width:100%;height:auto}.solidColorCenterTopSectionWidget--bottom{position:absolute;top:50%;height:50%;z-index:10}.solidColorCenterTopSectionWidget--bottom-inner{width:100%;height:101%;position:relative;background-color:#dae4ed;z-index:10;transform:translateZ(.1px)}.solidColorCenterTopSectionWidget--ornament{z-index:0;position:absolute;top:0;width:100%}.descGrid{display:flex;flex-direction:column;padding-bottom:0}@media screen and (min-width:768px){.descGrid{padding-bottom:calc(0px + 100 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.descGrid{padding-bottom:100px}}.descGrid--item .anchor{display:block;position:relative;top:-100px;visibility:hidden}.descGrid--item:nth-of-type(2n) .descGrid--item-visual{grid-column:2/3;grid-row:1}.descGrid--item:nth-of-type(2n) .descGrid--item-content{grid-column:1/2;grid-row:1}.descGrid--item-inner{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:40px;gap:40px}@media screen and (min-width:768px){.descGrid--item-inner{gap:calc(40px + 50 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.descGrid--item-inner{gap:90px}}.descGrid--item-visual{position:relative}.descGrid--item-visual-list{max-width:100%}.descGrid--item-visual-item{max-width:100%;width:100%!important}.descGrid--item-visual .sym-img{width:100%;height:100%;position:relative}.descGrid--item-visual .sym-img img{width:100%;height:100%}.descGrid--item-patternBg{position:absolute;width:100%;height:auto;top:0;left:0}.descGrid--item-content{padding-top:40px;padding-bottom:40px;align-self:start}@media screen and (min-width:375px){.descGrid--item-content{padding-top:calc(40px + 40 * (100vw - 375px) / 1065);padding-bottom:calc(40px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.descGrid--item-content{padding-top:80px;padding-bottom:80px}}.descGrid--item-title{font-weight:700;font-size:24px;line-height:1.27;margin-bottom:10px}@media screen and (min-width:375px){.descGrid--item-title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.descGrid--item-title{font-size:44px}}@media screen and (min-width:768px){.descGrid--item-title{margin-bottom:calc(10px + 25 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.descGrid--item-title{margin-bottom:35px}}.descGrid--item-description{line-height:1.83;font-size:14px;color:#858a8f;font-weight:500}@media screen and (min-width:375px){.descGrid--item-description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.descGrid--item-description{font-size:18px}}.descGrid--item-description strong{font-weight:inherit;color:#000}.descGrid--item-description u{text-decoration:none;font-size:12px;line-height:1.75}.descGrid--item-learnMore{display:flex;align-items:center;text-decoration:none;color:inherit;font-weight:700;font-size:16px;line-height:1.33;margin-top:30px}@media screen and (min-width:375px){.descGrid--item-learnMore{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.descGrid--item-learnMore{font-size:18px;margin-top:calc(30px + 10 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.descGrid--item-learnMore{margin-top:40px}}.descGrid--item-learnMore:focus svg,.descGrid--item-learnMore:hover svg{transform:translate3d(3px,0,.1px)}.descGrid--item-learnMore:focus svg path,.descGrid--item-learnMore:hover svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.descGrid--item-learnMore svg{display:block;width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform}.descGrid--item-learnMore svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}@media screen and (max-width:768px){.descGrid--item:nth-of-type(2n) .descGrid--item-visual{grid-column:1/2;grid-row:2}.descGrid--item:nth-of-type(2n) .descGrid--item-content{grid-column:1/2;grid-row:1}.descGrid--item:nth-of-type(2n):last-of-type .descGrid--item-content{padding-bottom:40px}}@media screen and (max-width:768px)and (min-width:375px){.descGrid--item:nth-of-type(2n):last-of-type .descGrid--item-content{padding-bottom:calc(40px + 40 * (100vw - 375px) / 1065)}}@media screen and (max-width:768px)and (min-width:1440px){.descGrid--item:nth-of-type(2n):last-of-type .descGrid--item-content{padding-bottom:80px}}@media screen and (max-width:768px){.descGrid--item-inner{grid-template-columns:1fr;align-items:start;gap:30px}.descGrid--item-visual{width:100%;grid-column:1/2;grid-row:2}.descGrid--item-content{width:100%;padding-bottom:0;grid-column:1/2;grid-row:1}.descGrid--item-title br{display:none}}.descGrid--item-pagination{display:flex;align-content:center;justify-content:center;margin-top:32px}@media screen and (min-width:768px){.descGrid--item-pagination{margin-top:calc(32px + -9 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.descGrid--item-pagination{margin-top:23px}}.descGrid--item-pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 5px}.descGrid--item-pagination-bullet_active,.metricsBox{background-color:#000}.metricsBox{--metricsBoxSectionTheme:#fff}.metricsBox--inner{padding-top:40px;padding-bottom:60px}@media screen and (min-width:375px){.metricsBox--inner{padding-top:calc(40px + 35 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.metricsBox--inner{padding-top:75px}}@media screen and (min-width:375px){.metricsBox--inner{padding-bottom:calc(60px + 45 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.metricsBox--inner{padding-bottom:105px}}.metricsBox--title{color:var(--metricsBoxSectionTheme,#fff);font-size:24px;margin-bottom:65px}@media screen and (min-width:375px){.metricsBox--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.metricsBox--title{font-size:44px}}.metricsBox--items{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:60px 40px;gap:60px 40px}@media screen and (max-width:768px){.metricsBox--items{grid-template-columns:repeat(2,1fr)}}.metricsBox--item{color:var(--metricsBoxSectionTheme,#fff)}.pageMetaDetails--list{list-style:none;border:2px solid #f5f6fa;border-radius:15px;padding:20px;display:grid}@media screen and (min-width:375px){.pageMetaDetails--list{padding-top:calc(20px + 15 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pageMetaDetails--list{padding-top:35px}}@media screen and (min-width:375px){.pageMetaDetails--list{padding-right:calc(20px + 10 * (100vw - 375px) / 1065);padding-left:calc(20px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pageMetaDetails--list{padding-right:30px;padding-left:30px}}@media screen and (min-width:375px){.pageMetaDetails--list{padding-bottom:calc(20px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pageMetaDetails--list{padding-bottom:42px}}.pageMetaDetails--list li{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;font-style:normal;font-weight:400;font-size:14px;line-height:1.8;color:#858a8f}@media screen and (min-width:375px){.pageMetaDetails--list li{font-size:calc(14px + 1 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.pageMetaDetails--list li{font-size:15px}}.pageMetaDetails--list li:not(:last-child){margin-bottom:24px}.pageMetaDetails--list li strong{font-weight:700;color:#000}@media screen and (max-width:1140px){.pageMetaDetails--list{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto auto}.pageMetaDetails--list li{grid-template-columns:1fr;gap:0;align-content:start}.pageMetaDetails--list li:first-child{grid-column:1/2;grid-row:1/2}.pageMetaDetails--list li:nth-child(2){grid-column:2/3;grid-row:1/2}.pageMetaDetails--list li:nth-child(3){grid-column:1/2;grid-row:2/2}.pageMetaDetails--list li:nth-child(6){grid-column:2/3;grid-row:2/2}.pageMetaDetails--list li:nth-child(4){grid-column:3/4;grid-row:1/3}.pageMetaDetails--list li:nth-child(5){grid-column:4/5;grid-row:1/3}}@media screen and (max-width:768px){.pageMetaDetails--list{grid-template-columns:1fr 1fr}.pageMetaDetails--list li:first-child{grid-column:1/2;grid-row:1/2}.pageMetaDetails--list li:nth-child(2){grid-column:2/3;grid-row:1/2}.pageMetaDetails--list li:nth-child(3){grid-column:2/3;grid-row:2/3}.pageMetaDetails--list li:nth-child(4){grid-column:1/2;grid-row:3/4}.pageMetaDetails--list li:nth-child(5){grid-column:2/3;grid-row:3/4}.pageMetaDetails--list li:nth-child(6){grid-column:1/2;grid-row:2/2}}.textAndImageOnDarkBackground--inner{background:#000;color:#fff;position:relative}.textAndImageOnDarkBackground .wrapper{position:relative}.textAndImageOnDarkBackground--content{padding-top:40px;padding-bottom:110px;max-width:373px;z-index:20;position:relative}@media screen and (min-width:375px){.textAndImageOnDarkBackground--content{padding-top:calc(40px + 70 * (100vw - 375px) / 1065);padding-bottom:calc(40px + 70 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.textAndImageOnDarkBackground--content{padding-top:110px;padding-bottom:110px}}.textAndImageOnDarkBackground .sym-img img{position:absolute;top:0;right:0;z-index:10;max-width:80%;object-fit:cover;width:auto;display:block;height:100%}.textAndImageOnDarkBackground--title{font-style:normal;font-weight:700;line-height:1.33;margin-bottom:10px;font-size:24px}@media screen and (min-width:375px){.textAndImageOnDarkBackground--title{margin-bottom:calc(10px + 27 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.textAndImageOnDarkBackground--title{margin-bottom:37px}}@media screen and (min-width:375px){.textAndImageOnDarkBackground--title{font-size:calc(24px + 12 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.textAndImageOnDarkBackground--title{font-size:36px}}.textAndImageOnDarkBackground--description{font-style:normal;font-weight:400;line-height:1.5;font-size:14px}@media screen and (min-width:375px){.textAndImageOnDarkBackground--description{font-size:calc(14px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.textAndImageOnDarkBackground--description{font-size:16px}}.textAndImageOnDarkBackground--description p{margin-bottom:25px}@media screen and (max-width:1140px){.textAndImageOnDarkBackground--content{max-width:100%;padding-bottom:300px}.textAndImageOnDarkBackground .sym-img{opacity:.45!important}.textAndImageOnDarkBackground .sym-img img{position:absolute;height:500px;object-fit:contain;width:100%;bottom:-10%;top:unset;object-position:center right}}@media screen and (max-width:768px){.textAndImageOnDarkBackground--content{text-align:center}.textAndImageOnDarkBackground .sym-img img{height:400px;width:100%;bottom:0;max-width:100%;object-position:center;object-fit:cover}}.aboutUsLogos{background:#000;color:#fff;padding-top:0;padding-bottom:60px}@media screen and (min-width:768px){.aboutUsLogos{padding-top:calc(0px + 74 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.aboutUsLogos{padding-top:74px}}@media screen and (min-width:375px){.aboutUsLogos{padding-bottom:calc(60px + 14 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.aboutUsLogos{padding-bottom:74px}}.aboutUsLogos--title{font-weight:600;margin-bottom:50px;font-size:18px;line-height:1.2}@media screen and (min-width:375px){.aboutUsLogos--title{margin-bottom:calc(50px + 10 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.aboutUsLogos--title{margin-bottom:60px}}@media screen and (min-width:375px){.aboutUsLogos--title{font-size:calc(18px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.aboutUsLogos--title{font-size:20px}}.aboutUsLogos ul{list-style:none}.aboutUsLogos--group_clients{grid-template-columns:repeat(4,1fr);margin-bottom:64px}@media screen and (min-width:375px){.aboutUsLogos--group_clients{margin-bottom:calc(64px + 46 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUsLogos--group_clients{margin-bottom:110px}}.aboutUsLogos--group_partnerships{grid-template-columns:repeat(3,1fr) .5fr}.ctaBannerWidget--inner{display:flex;align-items:center;padding-top:80px}@media screen and (min-width:768px){.ctaBannerWidget--inner{padding-top:calc(80px + 60 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ctaBannerWidget--inner{padding-top:140px}}.ctaBannerWidget--content{width:50%;padding-right:20px;padding-top:40px;padding-bottom:40px}@media screen and (min-width:768px){.ctaBannerWidget--content{padding-right:calc(20px + 80 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ctaBannerWidget--content{padding-right:100px}}@media screen and (min-width:768px){.ctaBannerWidget--content{padding-top:calc(40px + 40 * (100vw - 768px) / 672);padding-bottom:calc(40px + 40 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ctaBannerWidget--content{padding-top:80px;padding-bottom:80px}}.ctaBannerWidget--title{font-size:26px;line-height:1.27;margin-bottom:10px}@media screen and (min-width:375px){.ctaBannerWidget--title{font-size:calc(26px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.ctaBannerWidget--title{font-size:44px}}@media screen and (min-width:768px){.ctaBannerWidget--title{margin-bottom:calc(10px + 14 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ctaBannerWidget--title{margin-bottom:24px}}.ctaBannerWidget--description{color:#858a8f;font-size:14px;line-height:1.66;margin-bottom:20px;font-weight:500}@media screen and (min-width:375px){.ctaBannerWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.ctaBannerWidget--description{font-size:18px}}@media screen and (min-width:768px){.ctaBannerWidget--description{margin-bottom:calc(20px + 13 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ctaBannerWidget--description{margin-bottom:33px}}.ctaBannerWidget--link{display:flex;align-items:center;background-color:#fff;box-shadow:0 5px 10px rgba(27,49,66,.13);border-radius:32.5px;padding:11px 20px 11px 11px;max-width:max-content;color:inherit;transition:box-shadow .33s}.ctaBannerWidget--link:focus,.ctaBannerWidget--link:hover{box-shadow:0 5px 10px rgba(27,49,66,.23)}.ctaBannerWidget--link svg{width:43px;height:auto;margin-right:15px}.ctaBannerWidget--link-label{font-weight:600;background:#fe7475;background:linear-gradient(90deg,#fe7475,#7169ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ctaBannerWidget--visual{width:50%;position:relative}.ctaBannerWidget--visual-bg{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(20px,-20px)}.ctaBannerWidget--visual .sym-img{position:relative;z-index:1}.ctaBannerWidget--visual .sym-img img{width:100%;height:auto}@media screen and (max-width:768px){.ctaBannerWidget--inner{padding-top:120px;flex-direction:column}.ctaBannerWidget--content{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:40px;text-align:center;padding-right:0}.ctaBannerWidget--title{margin-bottom:20px}.ctaBannerWidget--description{color:#000}.ctaBannerWidget--link{max-width:unset}.ctaBannerWidget--link>*{flex-shrink:0}.ctaBannerWidget--visual{width:100%}}.lifeAtSymphonyWidget{background-color:#f5f6fa;padding-top:40px;padding-bottom:40px;position:relative;overflow:hidden}@media screen and (min-width:375px){.lifeAtSymphonyWidget{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.lifeAtSymphonyWidget{padding-top:105px}}@media screen and (min-width:375px){.lifeAtSymphonyWidget{padding-bottom:calc(40px + 44 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.lifeAtSymphonyWidget{padding-bottom:84px}}.lifeAtSymphonyWidget--inner{position:relative;z-index:10}.lifeAtSymphonyWidget--title{font-size:24px;margin-bottom:10px;line-height:1.21;text-align:center}@media screen and (min-width:375px){.lifeAtSymphonyWidget--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.lifeAtSymphonyWidget--title{font-size:44px}}@media screen and (min-width:768px){.lifeAtSymphonyWidget--title{margin-bottom:calc(10px + 24 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.lifeAtSymphonyWidget--title{margin-bottom:34px}}.lifeAtSymphonyWidget--description{text-align:center;font-size:14px;font-weight:500;color:#333;max-width:850px;margin:0 auto;line-height:1.66}@media screen and (min-width:375px){.lifeAtSymphonyWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.lifeAtSymphonyWidget--description{font-size:18px}}@media screen and (min-width:375px){.lifeAtSymphonyWidget--description{margin-bottom:calc(20px + 26 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.lifeAtSymphonyWidget--description{margin-bottom:46px}}.lifeAtSymphonyWidget--cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:19px 32px;gap:19px 32px}.lifeAtSymphonyWidget--showAll{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:20px;background-color:#fff;border-radius:15px;padding:16px 20px}.lifeAtSymphonyWidget--showAll-label{font-weight:600;font-size:16px;line-height:1.875}.lifeAtSymphonyWidget--showAll svg{width:15px;height:7px}.lifeAtSymphonyWidget--bgPattern{position:absolute;top:0;left:0;right:0;bottom:0}@media screen and (max-width:768px){.lifeAtSymphonyWidget--cards{gap:20px}}@media screen and (max-width:640px){.lifeAtSymphonyWidget--cards{grid-template-columns:1fr;gap:10px}}.imageGallery{background-color:#f5f6fa;padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.imageGallery{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.imageGallery{padding-top:105px}}@media screen and (min-width:375px){.imageGallery{padding-bottom:calc(40px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.imageGallery{padding-bottom:80px}}.imageGallery--title{text-align:center;font-size:24px;margin-bottom:10px}@media screen and (min-width:375px){.imageGallery--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.imageGallery--title{font-size:44px}}@media screen and (min-width:375px){.imageGallery--title{margin-bottom:calc(10px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.imageGallery--title{margin-bottom:22px}}.imageGallery--description{text-align:center;font-weight:500;font-size:14px;color:#858a8f;max-width:780px;margin:0 auto 20px}@media screen and (min-width:375px){.imageGallery--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.imageGallery--description{font-size:18px}}@media screen and (min-width:768px){.imageGallery--description{margin-bottom:calc(20px + 20 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.imageGallery--description{margin-bottom:40px}}.imageGallery--swiperContainer{position:relative}.imageGallery--swiper .swiper-scrollbar{display:none}.imageGallery--swiper-slide.swiper-slide{height:unset}.imageGallery--swiper-slide .sym-img{height:100%;width:100%;padding-top:55%}.imageGallery--swiper-slide .sym-img img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px;object-fit:cover;object-position:center}.imageGallery--swiper-nav-button{position:absolute;z-index:1;top:50%;width:50px;height:50px;background-color:#fff;box-shadow:4px 4px 8px rgba(0,0,0,.1);border-radius:50%;cursor:pointer;display:flex}@media screen and (min-width:768px){.imageGallery--swiper-nav-button{width:calc(50px + 30 * (100vw - 768px) / 672);height:calc(50px + 30 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.imageGallery--swiper-nav-button{width:80px;height:80px}}.imageGallery--swiper-nav-button_left{left:0;transform:translateX(-50%) translateY(-50%)}.imageGallery--swiper-nav-button_left:hover svg{transform:translateX(-4px)}.imageGallery--swiper-nav-button_right{right:0;transform:translateX(50%) translateY(-50%)}.imageGallery--swiper-nav-button_right:hover svg{transform:translateX(4px)}.imageGallery--swiper-nav-button svg{margin:auto;width:12px;height:12px;transition:transform .33s;will-change:transform}@media screen and (min-width:768px){.imageGallery--swiper-nav-button svg{width:calc(12px + 8 * (100vw - 768px) / 672);height:calc(12px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.imageGallery--swiper-nav-button svg{width:20px;height:20px}}.imageGallery--pagination{display:none;align-content:center;justify-content:center}.imageGallery--pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 5px}.imageGallery--pagination-bullet_active{background-color:#000}@media screen and (max-width:768px){.imageGallery--description,.imageGallery--title{text-align:left}.imageGallery--swiperContainer{margin:0 10px}.imageGallery--swiper-nav-button{top:calc(50% - 30px)}.imageGallery--pagination{display:flex;margin-top:30px}}.bannerWithCaseStudyWidget{background-color:#f5f6fa;padding-top:100px;padding-bottom:14px;position:relative;overflow:hidden}@media screen and (min-width:375px){.bannerWithCaseStudyWidget{padding-top:calc(100px + 86 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget{padding-top:186px}}@media screen and (min-width:375px){.bannerWithCaseStudyWidget{padding-bottom:calc(14px + 64 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget{padding-bottom:78px}}.bannerWithCaseStudyWidget--inner{position:relative;z-index:1}.bannerWithCaseStudyWidget--title{font-size:24px;line-height:1.21;margin-bottom:10px;text-align:center}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--title{font-size:calc(24px + 32 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--title{font-size:56px}}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--title{margin-bottom:calc(10px + 18 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--title{margin-bottom:28px}}.bannerWithCaseStudyWidget--description{font-size:14px;line-height:1.66;text-align:center;width:668px;max-width:100%;margin:0 auto;color:#858a8f}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--description{font-size:18px}}.bannerWithCaseStudyWidget--caseStudy{background-color:#fff;display:flex;box-shadow:0 54px 50px rgba(67,67,68,.071);border-radius:15px;overflow:hidden;margin-bottom:30px}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy{margin-bottom:calc(30px + 84 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy{margin-bottom:114px}}.bannerWithCaseStudyWidget--caseStudy:focus .bannerWithCaseStudyWidget--caseStudy-readStory svg,.bannerWithCaseStudyWidget--caseStudy:hover .bannerWithCaseStudyWidget--caseStudy-readStory svg{transform:translate3d(3px,0,.1px)}.bannerWithCaseStudyWidget--caseStudy:focus .bannerWithCaseStudyWidget--caseStudy-readStory svg path,.bannerWithCaseStudyWidget--caseStudy:hover .bannerWithCaseStudyWidget--caseStudy-readStory svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.bannerWithCaseStudyWidget--caseStudy-content{color:#000;width:50%;padding:30px 30px 21px}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-content{padding-top:calc(30px + 42 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-content{padding-top:72px}}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-content{padding-left:calc(30px + 43 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-content{padding-left:73px}}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-content{padding-bottom:calc(21px + 41 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-content{padding-bottom:62px}}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-content{padding-right:calc(30px + 72 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-content{padding-right:102px}}.bannerWithCaseStudyWidget--caseStudy-title{font-size:26px;line-height:1.25;margin-bottom:10px}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy-title{font-size:calc(26px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-title{font-size:48px}}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy-title{margin-bottom:calc(10px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-title{margin-bottom:30px}}.bannerWithCaseStudyWidget--caseStudy-description{font-size:14px;font-weight:500;color:#858a8f;line-height:1.66;margin-bottom:30px}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy-description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-description{font-size:18px}}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy-description{margin-bottom:calc(30px + 14 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-description{margin-bottom:44px}}.bannerWithCaseStudyWidget--caseStudy-readStory{display:flex;align-items:center}.bannerWithCaseStudyWidget--caseStudy-readStory svg{width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform}.bannerWithCaseStudyWidget--caseStudy-readStory svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.bannerWithCaseStudyWidget--caseStudy-readStory-label{color:inherit;font-weight:700;line-height:1.33;font-size:16px}@media screen and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy-readStory-label{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-readStory-label{font-size:18px}}.bannerWithCaseStudyWidget--caseStudy-visual{width:50%;position:relative}.bannerWithCaseStudyWidget--caseStudy-divider{position:absolute;top:-2px;height:calc(100% + 4px);left:0}.bannerWithCaseStudyWidget--caseStudy-divider_sm{display:none}.bannerWithCaseStudyWidget--caseStudy-cover{width:100%;height:100%;position:absolute;top:0;left:0}.bannerWithCaseStudyWidget--caseStudy-cover img{width:100%;height:100%;object-fit:cover;object-position:90%}.bannerWithCaseStudyWidget--caseStudy-icon img{position:absolute;bottom:24px;right:24px;filter:grayscale(100) brightness(0) invert(1)}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-icon img{bottom:calc(24px + 19 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-icon img{bottom:43px}}@media screen and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-icon img{right:calc(24px + 34 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.bannerWithCaseStudyWidget--caseStudy-icon img{right:58px}}.bannerWithCaseStudyWidget--bgPattern{position:absolute;top:96px;left:0;height:100%;width:100%}@media screen and (max-width:1280px){.bannerWithCaseStudyWidget--bgPattern{height:100%;width:auto}}@media screen and (max-width:768px){.bannerWithCaseStudyWidget--caseStudy{flex-direction:column}.bannerWithCaseStudyWidget--caseStudy-content{width:100%;margin-bottom:59px;text-align:center}}@media screen and (max-width:768px)and (min-width:375px){.bannerWithCaseStudyWidget--caseStudy-content{margin-bottom:calc(59px + -38 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.bannerWithCaseStudyWidget--caseStudy-content{margin-bottom:21px}}@media screen and (max-width:768px){.bannerWithCaseStudyWidget--caseStudy-readStory{max-width:max-content;margin-left:auto;margin-right:auto}.bannerWithCaseStudyWidget--caseStudy-visual{width:100%;padding-top:59%}.bannerWithCaseStudyWidget--caseStudy-cover{position:absolute;top:0;left:0;width:100%;height:100%;transform:translateZ(.1px)}.bannerWithCaseStudyWidget--caseStudy-divider{display:none}.bannerWithCaseStudyWidget--caseStudy-divider_sm{display:inline-block;position:absolute;top:0;height:unset;left:-2px;width:calc(100% + 4px)}}@media screen and (max-width:375px){.bannerWithCaseStudyWidget--caseStudy{text-align:center}.bannerWithCaseStudyWidget--caseStudy-content{padding-left:10px;padding-right:10px;padding-bottom:0}.bannerWithCaseStudyWidget--caseStudy-readStory{margin-left:auto;margin-right:auto}.bannerWithCaseStudyWidget--caseStudy-icon img{transform:scale(.7);bottom:16px;right:16px}}.videoGalleryWidget{background-color:#f5f6fa;padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.videoGalleryWidget{padding-top:calc(40px + 60 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget{padding-top:100px}}@media screen and (min-width:375px){.videoGalleryWidget{padding-bottom:calc(40px + 24 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget{padding-bottom:64px}}.videoGalleryWidget_large .wrapper{padding:0}.videoGalleryWidget_large .wrapper .videoGalleryWidget--title{padding-right:20px;padding-left:20px}@media screen and (min-width:375px){.videoGalleryWidget_large .wrapper .videoGalleryWidget--title{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget_large .wrapper .videoGalleryWidget--title{padding-right:100px;padding-left:100px}}.videoGalleryWidget_large .wrapper .videoGalleryWidget--description{padding-right:20px;padding-left:20px;width:1008px;font-size:14px}@media screen and (min-width:375px){.videoGalleryWidget_large .wrapper .videoGalleryWidget--description{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget_large .wrapper .videoGalleryWidget--description{padding-right:100px;padding-left:100px}}@media screen and (min-width:375px){.videoGalleryWidget_large .wrapper .videoGalleryWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget_large .wrapper .videoGalleryWidget--description{font-size:18px}}.videoGalleryWidget_large .wrapper .videoGalleryWidget--videos{overflow:visible}.videoGalleryWidget--title{font-size:24px;text-align:center;line-height:1.27;margin-bottom:12px}@media screen and (min-width:375px){.videoGalleryWidget--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget--title{font-size:44px}}@media screen and (min-width:375px){.videoGalleryWidget--title{margin-bottom:calc(12px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget--title{margin-bottom:30px}}.videoGalleryWidget--description{width:808px;color:#858a8f;font-weight:500;max-width:100%;text-align:center;margin:0 auto 30px}@media screen and (min-width:375px){.videoGalleryWidget--description{margin-bottom:calc(30px + 29 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.videoGalleryWidget--description{margin-bottom:59px}}.videoGalleryWidget .swiper-slide-active .videoGroup--description,.videoGalleryWidget .swiper-slide-active .videoGroup--role,.videoGalleryWidget .swiper-slide-active .videoGroup--thumbnail,.videoGalleryWidget .swiper-slide-active .videoGroup--title{opacity:1}.videoGalleryWidget--pagination{display:none;align-content:center;justify-content:center}.videoGalleryWidget--pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 5px}.videoGalleryWidget--pagination-bullet_active{background-color:#000}.videoGalleryWidget--videos{position:relative}.videoGalleryWidget--videos-nav-button{position:absolute;z-index:1;width:50px;height:50px;background-color:#fff;box-shadow:4px 4px 8px rgba(0,0,0,.1);border-radius:50%;cursor:pointer;display:flex;top:42%;transition:box-shadow .33s}@media screen and (min-width:768px){.videoGalleryWidget--videos-nav-button{width:calc(50px + 30 * (100vw - 768px) / 672);height:calc(50px + 30 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.videoGalleryWidget--videos-nav-button{width:80px;height:80px}}.videoGalleryWidget--videos-nav-button_left{left:11%;transform:translateX(-50%) translateY(-50%)}.videoGalleryWidget--videos-nav-button_left:hover{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.videoGalleryWidget--videos-nav-button_left:hover svg{transform:translateX(-4px)}.videoGalleryWidget--videos-nav-button_right{right:11%;transform:translateX(50%) translateY(-50%)}.videoGalleryWidget--videos-nav-button_right:hover{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.videoGalleryWidget--videos-nav-button_right:hover svg{transform:translateX(4px)}.videoGalleryWidget--videos-nav-button svg{margin:auto;width:12px;height:12px;transition:transform .33s;will-change:transform .33s}@media screen and (min-width:768px){.videoGalleryWidget--videos-nav-button svg{width:calc(12px + 8 * (100vw - 768px) / 672);height:calc(12px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.videoGalleryWidget--videos-nav-button svg{width:20px;height:20px}}@media screen and (max-width:768px){.videoGalleryWidget--pagination{display:flex;margin-top:30px}.videoGalleryWidget--videos-nav-button{top:37.5%}.videoGalleryWidget--videos-nav-button_left{left:5%}.videoGalleryWidget--videos-nav-button_right{right:5%}}@media screen and (max-width:375px){.videoGalleryWidget--videos-nav-button{top:28.5%}.videoGalleryWidget--videos-nav-button_left{left:8%}.videoGalleryWidget--videos-nav-button_right{right:8%}}.contactUsWidget{background-color:#000;color:#fff;padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.contactUsWidget{padding-top:calc(40px + 71 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.contactUsWidget{padding-top:111px}}@media screen and (min-width:375px){.contactUsWidget{padding-bottom:calc(40px + 83 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.contactUsWidget{padding-bottom:123px}}.contactUsWidget--inner{display:flex;flex-direction:column;text-align:center}.contactUsWidget--title{font-size:24px;margin-bottom:10px;line-height:1.27}@media screen and (min-width:375px){.contactUsWidget--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.contactUsWidget--title{font-size:44px}}@media screen and (min-width:375px){.contactUsWidget--title{margin-bottom:calc(10px + 16 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.contactUsWidget--title{margin-bottom:26px}}.contactUsWidget--description{font-size:14px;margin-bottom:20px;line-height:1.66;font-weight:500}@media screen and (min-width:375px){.contactUsWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.contactUsWidget--description{font-size:18px}}@media screen and (min-width:768px){.contactUsWidget--description{margin-bottom:calc(20px + 34 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.contactUsWidget--description{margin-bottom:54px}}.contactUsWidget--link{padding:18px 0 20px;color:inherit;font-size:18px;font-weight:600;background-color:#7169ff;border-radius:10px;width:212px;line-height:1.2;margin:0 auto;border:2px solid #7169ff;transition:background-color .33s,color .33s;display:inline-block}@media screen and (min-width:375px){.contactUsWidget--link{font-size:calc(18px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.contactUsWidget--link{font-size:20px}}.contactUsWidget--link:focus,.contactUsWidget--link:hover{background-color:transparent;color:#7169ff}.aboutUsClientsPartnerships{background:#000;position:relative;color:#fff}.aboutUsClientsPartnerships .wrapper{padding-top:10px;position:relative}@media screen and (min-width:375px){.aboutUsClientsPartnerships .wrapper{padding-top:calc(10px + 83 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUsClientsPartnerships .wrapper{padding-top:93px}}.aboutUsClientsPartnerships--ornament{position:absolute;top:0;width:76px;display:block;height:auto}@media screen and (max-width:1000px){.aboutUsClientsPartnerships--ornament{display:none}}.aboutUsClientsPartnerships--ornament_r{right:0;transform:translate3d(50%,0,.1px)}.aboutUsClientsPartnerships--ornament_l{left:0;transform:translate3d(-50%,0,.1px)}.aboutUsClientsPartnerships--inner_partners{padding-bottom:76px;margin-top:100px}.aboutUsClientsPartnerships--inner_partners .aboutUsClientsPartnerships--title{margin-bottom:46px}.aboutUsClientsPartnerships--inner_partners .aboutUsClientsPartnerships--item .prop--stats{margin-top:5px;font-weight:600;font-size:16px;line-height:1.87;color:#858a8f}.aboutUsClientsPartnerships--title{font-weight:600;font-size:20px;line-height:1.2;color:#fff;margin-bottom:59px;padding-left:0}@media screen and (min-width:768px){.aboutUsClientsPartnerships--title{padding-left:calc(0px + 50 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.aboutUsClientsPartnerships--title{padding-left:50px}}@media screen and (max-width:1000px){.aboutUsClientsPartnerships--title{padding-left:0}}@media screen and (max-width:640px){.aboutUsClientsPartnerships--title{text-align:center}}.aboutUsClientsPartnerships--list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:70px;row-gap:70px;grid-column-gap:30px;column-gap:30px;padding-left:40px}@media screen and (min-width:500px){.aboutUsClientsPartnerships--list{row-gap:calc(70px + 30 * (100vw - 500px) / 940)}}@media screen and (min-width:1440px){.aboutUsClientsPartnerships--list{row-gap:100px}}@media screen and (min-width:500px){.aboutUsClientsPartnerships--list{column-gap:calc(30px + -15 * (100vw - 500px) / 940)}}@media screen and (min-width:1440px){.aboutUsClientsPartnerships--list{column-gap:15px}}@media screen and (min-width:768px){.aboutUsClientsPartnerships--list{padding-left:calc(40px + 10 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.aboutUsClientsPartnerships--list{padding-left:50px}}@media screen and (max-width:1300px){.aboutUsClientsPartnerships--list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1000px){.aboutUsClientsPartnerships--list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.aboutUsClientsPartnerships--list{padding-left:0}}.aboutUsClientsPartnerships--list li{position:relative;display:flex;align-items:center}.aboutUsClientsPartnerships--list li:focus .aboutUsClientsPartnerships--item-details,.aboutUsClientsPartnerships--list li:hover .aboutUsClientsPartnerships--item-details{opacity:1}.aboutUsClientsPartnerships--list li:focus .aboutUsClientsPartnerships--item-details p,.aboutUsClientsPartnerships--list li:hover .aboutUsClientsPartnerships--item-details p{opacity:1;transform:translateZ(.1px)}.aboutUsClientsPartnerships--item{text-align:left;cursor:default}.aboutUsClientsPartnerships--item .sym-img{display:flex}@media screen and (max-width:500px){.aboutUsClientsPartnerships--item .sym-img.facebook img{width:40px;height:auto}.aboutUsClientsPartnerships--item .sym-img.google-ventures img{width:60px;height:auto}}.aboutUsClientsPartnerships--item .sym-img img{max-width:100%;background:#000;height:auto}.aboutUsClientsPartnerships--item-details{opacity:0;position:absolute;top:50%;left:40%;transform:translate(-50%,-50%);width:100%;height:150%;font-weight:400;font-size:12px;line-height:1.42;color:#fff;background:rgba(0,0,0,.75);will-change:opacity;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;flex-direction:color}@media screen and (max-width:1000px){.aboutUsClientsPartnerships--item-details{display:none;transform:none;top:0;left:0;height:unset;margin-bottom:60px}}@media screen and (max-width:1000px)and (min-width:500px){.aboutUsClientsPartnerships--item-details{margin-bottom:calc(60px + 40 * (100vw - 500px) / 500)}}@media screen and (max-width:1000px)and (min-width:1000px){.aboutUsClientsPartnerships--item-details{margin-bottom:100px}}@media screen and (max-width:500px){.aboutUsClientsPartnerships--item-details{background:transparent}}.aboutUsClientsPartnerships--item-details p{padding:4px 0;position:relative;width:100%;opacity:0;display:flex;align-items:center;transition:transform .3s ease;will-change:transform}@media screen and (max-width:1000px){.aboutUsClientsPartnerships--item-details p{padding:14px 0}}.aboutUsClientsPartnerships--item-details p:not(:last-child){border-bottom:1px solid #858a8f}.aboutUsClientsPartnerships--item-details p:last-child{margin-top:8px}.aboutUsClientsPartnerships--item-details p:first-child{transition-delay:0s;transform:translate3d(0,2px,.1px)}.aboutUsClientsPartnerships--item-details p:nth-child(2){transition-delay:.1s;transform:translate3d(0,4px,.1px)}.aboutUsClientsPartnerships--item-details p:nth-child(3){transition-delay:.2s;transform:translate3d(0,6px,.1px)}.aboutUsClientsPartnerships--item-details p:nth-child(4){transition-delay:.3s;transform:translate3d(0,8px,.1px)}.aboutUsClientsPartnerships--item-details p:nth-child(5){transition-delay:.4s;transform:translate3d(0,10px,.1px)}.aboutUsClientsPartnerships--item-details strong{font-size:16px;line-height:1.37;font-weight:700;margin-right:5px}.aboutUsClientsPartnerships--slider{position:fixed!important;z-index:999999999999;top:0;left:0;width:100vw;height:100vh;background:hsla(0,0%,7%,.9);display:flex;align-items:center;justify-content:center}@media screen and (min-width:1001px){.aboutUsClientsPartnerships--slider{display:none}}@media screen and (max-width:500px){.aboutUsClientsPartnerships--slider{background:#000}}.aboutUsClientsPartnerships--slider .swiper-wrapper{max-width:490px;width:100%;align-items:stretch}.aboutUsClientsPartnerships--slider .swiper-slide{height:unset}.aboutUsClientsPartnerships--slider-close{position:absolute;top:30px;right:30px;width:22px;height:auto;display:block;z-index:500}@media screen and (max-width:500px){.aboutUsClientsPartnerships--slider-close{position:fixed}}.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group{display:flex;flex-direction:column;justify-content:center;align-items:center;background:unset;box-sizing:border-box;padding-top:10px;padding-left:30px;padding-right:30px;background:#000;position:relative;height:100%}@media screen and (min-width:375px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group{padding-top:calc(10px + 20 * (100vw - 375px) / 625)}}@media screen and (min-width:1000px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group{padding-top:30px}}@media screen and (min-width:375px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group{padding-left:calc(30px + 60 * (100vw - 375px) / 625);padding-right:calc(30px + 60 * (100vw - 375px) / 625)}}@media screen and (min-width:1000px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group{padding-left:90px;padding-right:90px}}@media screen and (max-width:1000px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group .sym-img{margin-top:50px;margin-bottom:50px}}@media screen and (max-width:1000px)and (min-width:500px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group .sym-img{margin-top:calc(50px + 50 * (100vw - 500px) / 500);margin-bottom:calc(50px + 50 * (100vw - 500px) / 500)}}@media screen and (max-width:1000px)and (min-width:1000px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group .sym-img{margin-top:100px;margin-bottom:100px}}@media screen and (max-width:500px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group .sym-img{margin-bottom:100px}}.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group .sym-img img{display:block;max-width:100%}@media screen and (max-width:500px){.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--swiper-group{position:unset;background:transparent}}.aboutUsClientsPartnerships--slider .swiper-slide-active .aboutUsClientsPartnerships--item-details{opacity:1}.aboutUsClientsPartnerships--slider .swiper-slide-active .aboutUsClientsPartnerships--item-details p{opacity:1;transform:translateZ(.1px)}.aboutUsClientsPartnerships--slider .swiper-container{margin-left:30px;margin-right:30px}@media screen and (max-width:500px){.aboutUsClientsPartnerships--slider .swiper-container{top:-50px}}.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--item-details{display:block;position:unset;text-align:center}.aboutUsClientsPartnerships--slider .aboutUsClientsPartnerships--item-details p{justify-content:center;flex-wrap:wrap}.aboutUsClientsPartnerships--slider .imageGallery--swiper-nav-button{position:unset;transform:unset;flex-shrink:0;z-index:500}.aboutUsClientsPartnerships--slider .imageGallery--swiper-nav-button_right{margin-right:20px}.aboutUsClientsPartnerships--slider .imageGallery--swiper-nav-button_left{margin-left:20px}@media screen and (max-width:500px){.aboutUsClientsPartnerships--slider .imageGallery--swiper-nav-button{position:absolute;top:unset;bottom:20vh}.aboutUsClientsPartnerships--slider .imageGallery--swiper-nav-button_right{right:calc(30% - 5vw)}.aboutUsClientsPartnerships--slider .imageGallery--swiper-nav-button_left{left:calc(30% - 5vw)}}.facesWidget{padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.facesWidget{padding-top:calc(40px + 48 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.facesWidget{padding-top:88px}}@media screen and (min-width:375px){.facesWidget{padding-bottom:calc(40px + 64 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.facesWidget{padding-bottom:104px}}.facesWidget--inner{width:945px;max-width:100%;margin:0 auto}.facesWidget--title{text-align:center;font-size:24px;margin-bottom:10px}@media screen and (min-width:375px){.facesWidget--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.facesWidget--title{font-size:44px}}@media screen and (min-width:375px){.facesWidget--title{margin-bottom:calc(10px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.facesWidget--title{margin-bottom:30px}}.facesWidget--description{text-align:center;color:#858a8f;font-weight:500;font-size:14px;margin-bottom:30px}@media screen and (min-width:375px){.facesWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.facesWidget--description{font-size:18px}}@media screen and (min-width:375px){.facesWidget--description{margin-bottom:calc(30px + 45 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.facesWidget--description{margin-bottom:75px}}.facesWidget--swiperWrapper{position:relative}.facesWidget--swiperContainer{width:200px;margin:0 auto}.facesWidget--swiper .swiper-scrollbar{display:none}.facesWidget--swiper-slide .sym-img{width:72px;height:72px}.facesWidget--swiper-slide .sym-img img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:top}.facesWidget--swiper-group{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);grid-gap:41px 52px;gap:41px 52px;justify-items:center;grid-auto-flow:column}.facesWidget--swiper-nav-button{position:absolute;z-index:1;top:50%;width:47px;height:47px;background-color:#fff;box-shadow:4px 4px 8px rgba(0,0,0,.1);border-radius:50%;cursor:pointer;display:flex}@media screen and (min-width:375px){.facesWidget--swiper-nav-button{width:calc(47px + 33 * (100vw - 375px) / 393);height:calc(47px + 33 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.facesWidget--swiper-nav-button{width:80px;height:80px}}.facesWidget--swiper-nav-button_left{left:0;transform:translateY(calc(-50% - 25px))}.facesWidget--swiper-nav-button_left:hover svg{transform:translateX(-4px)}.facesWidget--swiper-nav-button_right{right:0;transform:translateY(calc(-50% - 25px))}.facesWidget--swiper-nav-button_right:hover svg{transform:translateX(4px)}.facesWidget--swiper-nav-button.swiper-button-disabled{pointer-events:none}.facesWidget--swiper-nav-button.swiper-button-disabled svg{opacity:.4}.facesWidget--swiper-nav-button svg{margin:auto;width:12px;height:12px;transition:opacity .33s,transform .33s;will-change:opacity,transform}@media screen and (min-width:768px){.facesWidget--swiper-nav-button svg{width:calc(12px + 8 * (100vw - 768px) / 672);height:calc(12px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.facesWidget--swiper-nav-button svg{width:20px;height:20px}}.facesWidget--pagination{display:flex;align-content:center;justify-content:center;margin-top:42px}.facesWidget--pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 3.5px}.facesWidget--pagination-bullet_active{background-color:#000}@media screen and (min-width:640px){.facesWidget--swiperContainer{width:500px;max-width:100%}.facesWidget--swiper-nav-button_left{transform:translate(-30px) translateY(calc(-50% - 20px))}.facesWidget--swiper-nav-button_right{transform:translate(30px) translateY(calc(-50% - 20px))}}@media screen and (min-width:768px){.facesWidget--swiper-nav-button_left{transform:translateX(-30px) translateY(calc(-50% - 20px))}.facesWidget--swiper-nav-button_right{transform:translateX(30px) translateY(calc(-50% - 20px))}}@media screen and (min-width:850px){.facesWidget--swiperContainer{width:800px}.facesWidget--swiper-nav-button_left{transform:translateX(-50px) translateY(calc(-50% - 25px))}.facesWidget--swiper-nav-button_right{transform:translateX(50px) translateY(calc(-50% - 25px))}}@media screen and (min-width:1200px){.facesWidget--swiperContainer{width:945px}.facesWidget--swiper-nav-button_left,.facesWidget--swiper-nav-button_right{transform:translateY(-50%)}.facesWidget--pagination{display:none}}.mission{background:#000;color:#fff}.mission .wrapper{padding-top:10px;padding-bottom:60px}@media screen and (min-width:375px){.mission .wrapper{padding-top:calc(10px + 84 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.mission .wrapper{padding-top:94px}}@media screen and (min-width:375px){.mission .wrapper{padding-bottom:calc(60px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.mission .wrapper{padding-bottom:100px}}.mission--subtitle{font-style:normal;font-weight:600;font-size:16px;line-height:1.2;text-align:center;margin-bottom:12px}@media screen and (min-width:375px){.mission--subtitle{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.mission--subtitle{font-size:20px}}.mission--title{font-style:normal;font-weight:700;font-size:24px;line-height:1.27;text-align:center;margin-bottom:19px}@media screen and (min-width:375px){.mission--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.mission--title{font-size:44px}}.mission--description{font-style:normal;font-weight:400;font-size:14px;line-height:1.67;text-align:center;color:#858a8f;margin-bottom:30px}@media screen and (min-width:375px){.mission--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.mission--description{font-size:18px}}.mission--list{display:flex;list-style:none}.mission--item{width:calc((100% - 66px)/3)}.mission--item a{color:inherit;padding-top:20px;display:flex;flex-direction:column;padding-bottom:4px}.mission--item a:focus .mission--item-cta,.mission--item a:hover .mission--item-cta{color:var(--missionColor)}.mission--item a:focus .mission--item-cta svg,.mission--item a:hover .mission--item-cta svg{transform:translate3d(3px,0,.1px)}.mission--item a:focus .mission--item-cta svg circle,.mission--item a:hover .mission--item-cta svg circle{fill:var(--missionColor)}.mission--item a:focus .mission--item-cta svg path,.mission--item a:hover .mission--item-cta svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.mission--item:not(:last-child){margin-right:33px}.mission--item img{width:115px;height:128px;display:block;object-fit:contain;object-position:top left;margin-bottom:30px}.mission--item p{font-weight:400;font-size:14px;line-height:1.5;margin-bottom:45px;border-top:5px solid var(--missionColor);padding-top:23px}@media screen and (min-width:375px){.mission--item p{font-size:calc(14px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.mission--item p{font-size:16px}}.mission--item-cta{display:flex;align-items:center;transition:color .4s ease}.mission--item-cta svg{margin-right:14px;width:36px;display:block;height:auto;position:relative;transition:transform .4s ease;will-change:transform}.mission--item-cta svg circle{transition:fill .4s ease;will-change:fill}.mission--item-cta svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.mission--item-cta span{font-weight:700;font-size:18px;line-height:1.33}@media screen and (max-width:960px){.mission--description{margin-bottom:34px}}@media screen and (max-width:960px)and (min-width:375px){.mission--description{margin-bottom:calc(34px + 26 * (100vw - 375px) / 393)}}@media screen and (max-width:960px)and (min-width:768px){.mission--description{margin-bottom:60px}}@media screen and (max-width:960px){.mission--list{flex-direction:column;align-items:center}.mission--item{width:100%;max-width:392px}.mission--item a{align-items:center;text-align:center}.mission--item p{margin-bottom:30px;border-top:unset}.mission--item:not(:last-child){margin-bottom:56px;margin-right:unset}}.leadershipTeam{color:#000}.leadershipTeam .wrapper{padding-top:104px;padding-bottom:86px}.leadershipTeam--title{font-weight:700;font-size:44px;line-height:1.27;text-align:center;margin-bottom:10px}.leadershipTeam--description{font-weight:400;font-size:18px;line-height:1.67;text-align:center;color:#858a8f;margin-bottom:20px}.leadershipTeam--list{display:grid;grid-template-columns:1fr 1fr 1fr;list-style:none}@media screen and (max-width:850px){.leadershipTeam--list{grid-template-columns:1fr 1fr}.leadershipTeam--list .leadershipTeam--person-details-inner{padding-top:30px;font-size:14px;line-height:1.71}}@media screen and (max-width:520px){.leadershipTeam--list{grid-template-columns:1fr}}.leadershipTeam--person{padding-bottom:68px;padding-top:87px;position:relative}.leadershipTeam--person:focus:before,.leadershipTeam--person:hover:before{opacity:1;transform:scale(1);box-shadow:0 54px 50px rgba(67,67,68,.071)}.leadershipTeam--person:focus .leadershipTeam--person-avatar,.leadershipTeam--person:hover .leadershipTeam--person-avatar{opacity:0;transform:scale(1.05)}.leadershipTeam--person:focus .leadershipTeam--person-name,.leadershipTeam--person:focus .leadershipTeam--person-position,.leadershipTeam--person:hover .leadershipTeam--person-name,.leadershipTeam--person:hover .leadershipTeam--person-position{transform:translate3d(0,39px,.1px)}@media screen and (max-width:850px){.leadershipTeam--person:focus .leadershipTeam--person-name,.leadershipTeam--person:focus .leadershipTeam--person-position,.leadershipTeam--person:hover .leadershipTeam--person-name,.leadershipTeam--person:hover .leadershipTeam--person-position{transform:translateZ(.1px)}}.leadershipTeam--person:focus .leadershipTeam--person-details,.leadershipTeam--person:hover .leadershipTeam--person-details{opacity:1}.leadershipTeam--person:focus .leadershipTeam--person-details-inner .prop--description,.leadershipTeam--person:hover .leadershipTeam--person-details-inner .prop--description{transform:translateZ(.1px);opacity:1}@media screen and (max-width:850px){.leadershipTeam--person:focus .leadershipTeam--person-details-inner .prop--description,.leadershipTeam--person:hover .leadershipTeam--person-details-inner .prop--description{transform:translate3d(0,30px,.1px)}}.leadershipTeam--person:focus .leadershipTeam--person-details-inner:before,.leadershipTeam--person:hover .leadershipTeam--person-details-inner:before{transform:scaleY(1)}.leadershipTeam--person:before{content:"";position:absolute;top:0;left:0;width:100%;height:110%;display:block;z-index:0;transform:scale(.9);opacity:0;transition:opacity .4s ease,transform .3s ease;will-change:opacity,transform;background-image:url(/media/leadership-bg.svg);background-size:cover;background-position:50%;background-color:#f5f6fa;background-repeat:no-repeat}.leadershipTeam--person-general{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10}.leadershipTeam--person-details{position:absolute;top:0;left:0;width:100%;height:100%;will-change:opacity;display:flex;opacity:0}.leadershipTeam--person-details-inner{position:relative;width:100%;height:100%;padding:87px 50px 10px;font-weight:400;font-size:16px;line-height:1.5;text-align:center;color:#000}.leadershipTeam--person-details-inner:before{content:"";display:block;width:100%;height:5px;position:absolute;top:0;left:0;transform-origin:top center;background:#7169ff;transform:scaleY(0);transition:all .5s ease;will-change:transform;transition-delay:.1s;z-index:20}.leadershipTeam--person-avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:23px;position:relative;opacity:1;transform:scale(1);transition:all .4s ease;will-change:opacity,transform;pointer-events:none}.leadershipTeam--person-avatar img{width:150px;height:150px;display:block;object-fit:cover;object-position:center}.leadershipTeam--person-name{font-weight:600;font-size:18px;line-height:27px;margin-bottom:1px}.leadershipTeam--person-position{font-weight:600;font-size:18px;line-height:27px;text-align:center;color:#858a8f}.leadershipTeam--person-name,.leadershipTeam--person-position{position:relative;will-change:transform;transition:transform .3s ease-in-out;transition-delay:.1s}.leadershipTeam--person .prop--description{position:relative;will-change:opacity,transform;transition:opacity .5s ease,transform .4s ease-in-out;transition-delay:.1s;opacity:0;transform:translate3d(0,-4px,.1px)}@media screen and (max-width:850px){.leadershipTeam--person{padding-top:30px;padding-bottom:36px}.leadershipTeam--person:before{height:103%}}@media screen and (max-width:520px){.leadershipTeam--person:before{height:100%}}.ourValues{background:#f5f6fa;text-align:center;color:#000}.ourValues .wrapper{padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.ourValues .wrapper{padding-top:calc(40px + 49 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.ourValues .wrapper{padding-top:89px}}@media screen and (min-width:375px){.ourValues .wrapper{padding-bottom:calc(40px + 141 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.ourValues .wrapper{padding-bottom:181px}}.ourValues--subtitle{font-style:normal;font-weight:600;line-height:1.2;margin-bottom:0;font-size:16px}@media screen and (min-width:768px){.ourValues--subtitle{margin-bottom:calc(0px + 14 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ourValues--subtitle{margin-bottom:14px}}@media screen and (min-width:375px){.ourValues--subtitle{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.ourValues--subtitle{font-size:20px}}.ourValues--title{font-style:normal;font-weight:700;line-height:1.27;margin-bottom:10px;font-size:24px}@media screen and (min-width:375px){.ourValues--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.ourValues--title{font-size:44px}}.ourValues--description{font-style:normal;font-weight:500;line-height:1.75;color:#858a8f;font-size:14px;margin-bottom:30px}@media screen and (min-width:375px){.ourValues--description{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.ourValues--description{font-size:20px}}@media screen and (min-width:768px){.ourValues--description{margin-bottom:calc(30px + 52 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ourValues--description{margin-bottom:82px}}.ourValues--list{text-align:left;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;list-style:none}.ourValues--item{height:100%;background:#fff}@media screen and (max-width:700px){.ourValues--item-input:checked~.ourValues--item-label .ourValues--item-description{display:block}.ourValues--item-input:checked~.ourValues--item-label .ourValues--item-footer svg{transform:rotate(180deg)}}.ourValues--item-label{height:100%;display:flex;flex-direction:column}.ourValues--item-inner{display:flex;height:auto;flex-grow:1;flex-direction:column;cursor:default;position:relative;overflow:hidden;padding:30px 20px;border-top:3px solid #000;--titleColor:#333;--subtitleColor:#858a8f}@media screen and (min-width:768px){.ourValues--item-inner{padding-top:calc(30px + 13 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ourValues--item-inner{padding-top:43px}}@media screen and (min-width:768px){.ourValues--item-inner{padding-left:calc(20px + 16 * (100vw - 768px) / 672);padding-right:calc(20px + 16 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ourValues--item-inner{padding-left:36px;padding-right:36px}}@media screen and (min-width:768px){.ourValues--item-inner{padding-bottom:calc(30px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ourValues--item-inner{padding-bottom:36px}}@media screen and (min-width:375px){.ourValues--item-inner{border-top-width:calc(3px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.ourValues--item-inner{border-top-width:5px}}@media screen and (min-width:701px){.ourValues--item-inner:focus,.ourValues--item-inner:hover{--titleColor:#fff;--subtitleColor:#fff}.ourValues--item-inner:focus:before,.ourValues--item-inner:hover:before{opacity:1;transform:scale(1) translate3d(-50%,-50%,.1px)}.ourValues--item-inner:focus .ourValues--item-image img,.ourValues--item-inner:hover .ourValues--item-image img{filter:invert(1) brightness(200%)}}.ourValues--item-inner:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;z-index:0;opacity:0;background:#7169ff;transform:scale(.9) translate3d(-50%,-50%,.1px);transition:opacity .2s ease,transform .5s ease;transform-origin:0 0;will-change:opacity,transform}.ourValues--item-title{font-weight:700;line-height:1.6;margin-bottom:15px;color:var(--titleColor);transition:color .25s ease;position:relative;z-index:10;font-size:18px}@media screen and (min-width:768px){.ourValues--item-title{font-size:calc(18px + 2 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.ourValues--item-title{font-size:20px}}.ourValues--item-description{font-weight:400;font-size:14px;line-height:1.64;color:var(--subtitleColor);transition:color .25s ease;margin-bottom:30px;position:relative;z-index:10}.ourValues--item-image{margin-top:auto;position:relative;z-index:10}.ourValues--item-image img{width:120px;height:120px;display:block;object-fit:contain;object-position:bottom center;transition:filter .2s linear;will-change:filter;filter:invert(0) brightness(100%)}.ourValues--item-image img[src*=infinity]{width:171px;height:77px}.ourValues--item-footer{width:100%;border-top:1px solid #f5f6fa;display:none;align-items:center;justify-content:center;height:50px;flex-shrink:0}.ourValues--item-footer svg{height:10px;width:auto;position:relative}@media screen and (min-width:701px)and (max-width:1000px){.ourValues--list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:700px){.ourValues--list{grid-template-columns:repeat(1,1fr)}.ourValues--item{text-align:center}.ourValues--item-title{margin-bottom:20px}.ourValues--item-image{margin-right:auto;margin-left:auto}.ourValues--item-description{display:none}.ourValues--item-footer{display:flex}}.currentOpenings{background:#f5f6fa}.currentOpenings .wrapper{padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.currentOpenings .wrapper{padding-top:calc(40px + 60 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings .wrapper{padding-top:100px}}@media screen and (min-width:375px){.currentOpenings .wrapper{padding-bottom:calc(40px + 102 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings .wrapper{padding-bottom:142px}}.currentOpenings--title{font-style:normal;font-weight:700;line-height:1.36;text-align:center;font-size:24px;margin-bottom:10px;color:#000}@media screen and (min-width:375px){.currentOpenings--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--title{font-size:44px}}@media screen and (min-width:375px){.currentOpenings--title{margin-bottom:calc(10px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--title{margin-bottom:22px}}.currentOpenings--description{font-style:normal;font-weight:400;font-size:14px;line-height:1.67;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:30px;color:#858a8f;max-width:60ch}@media screen and (min-width:375px){.currentOpenings--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--description{font-size:18px}}@media screen and (min-width:375px){.currentOpenings--description{margin-bottom:calc(30px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--description{margin-bottom:42px}}.currentOpenings--nav{margin-bottom:54px}.currentOpenings--nav.blogGroupList{margin-bottom:0;margin-top:20px}@media screen and (min-width:375px){.currentOpenings--nav.blogGroupList{margin-top:calc(20px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--nav.blogGroupList{margin-top:50px}}.currentOpenings--nav ul{display:flex;align-items:center;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none}@media screen and (min-width:375px){.currentOpenings--nav ul{gap:calc(10px + 5 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--nav ul{gap:15px}}.currentOpenings--nav a,.currentOpenings--nav button{font-weight:600;font-size:16px;line-height:1.22;color:#858a8f;padding:8px 20px;position:relative;overflow:visible;transition:opacity .6s ease;will-change:opacity}@media screen and (min-width:375px){.currentOpenings--nav a,.currentOpenings--nav button{font-size:calc(16px + 2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--nav a,.currentOpenings--nav button{font-size:18px}}@media screen and (min-width:375px){.currentOpenings--nav a,.currentOpenings--nav button{padding-top:calc(8px + 1 * (100vw - 375px) / 1065);padding-bottom:calc(8px + 1 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--nav a,.currentOpenings--nav button{padding-top:9px;padding-bottom:9px}}@media screen and (min-width:375px){.currentOpenings--nav a,.currentOpenings--nav button{padding-right:calc(20px + 6 * (100vw - 375px) / 1065);padding-left:calc(20px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--nav a,.currentOpenings--nav button{padding-right:26px;padding-left:26px}}.currentOpenings--nav a:before,.currentOpenings--nav button:before{content:"";transition:opacity .5s ease,transform .4s ease;position:absolute;width:100%;height:100%;display:block;background:#7169ff;opacity:0;will-change:opacity,transform;z-index:0;top:0;left:0;border-radius:50px;transform:translate3d(0,3px,.1px)}.currentOpenings--nav a.is-active,.currentOpenings--nav button.is-active{display:flex;color:#fff}.currentOpenings--nav a.is-active:before,.currentOpenings--nav button.is-active:before{opacity:1;transform:translateZ(.1px)}.currentOpenings--nav a:focus:not(.is-active),.currentOpenings--nav a:hover:not(.is-active),.currentOpenings--nav button:focus:not(.is-active),.currentOpenings--nav button:hover:not(.is-active){text-decoration:underline}.currentOpenings--nav a span,.currentOpenings--nav button span{position:relative;z-index:10;transform:translateZ(.1px)}.currentOpenings--jobs{display:grid;list-style:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:32px 27px;gap:32px 27px}.currentOpenings--job{max-width:620px}.currentOpenings--job_firstInGroup{grid-column:1}.currentOpenings--job_hidden{display:none}.currentOpenings--job-link{padding:20px;background:#fff;border-radius:15px;position:relative;width:100%;height:100%;display:grid;grid-template-rows:36px auto 100px auto;grid-template-columns:1fr;transition:all .5s ease}@media screen and (min-width:375px){.currentOpenings--job-link{padding-top:calc(20px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--job-link{padding-top:40px}}@media screen and (min-width:375px){.currentOpenings--job-link{padding-right:calc(20px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--job-link{padding-right:26px}}@media screen and (min-width:375px){.currentOpenings--job-link{padding-bottom:calc(20px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--job-link{padding-bottom:30px}}@media screen and (min-width:375px){.currentOpenings--job-link{padding-left:calc(20px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--job-link{padding-left:32px}}.currentOpenings--job-link:focus,.currentOpenings--job-link:hover{background:#7169ff;box-shadow:0 54px 50px rgba(67,67,68,.1);border-radius:15px}.currentOpenings--job-link:focus .currentOpenings--job-title,.currentOpenings--job-link:focus .currentOpenings--job-type,.currentOpenings--job-link:hover .currentOpenings--job-title,.currentOpenings--job-link:hover .currentOpenings--job-type{color:#fff}.currentOpenings--job-link:focus .currentOpenings--job-locationWrapper-pin,.currentOpenings--job-link:hover .currentOpenings--job-locationWrapper-pin{filter:invert(1)}.currentOpenings--job-link:focus .currentOpenings--job-locationWrapper-name,.currentOpenings--job-link:hover .currentOpenings--job-locationWrapper-name{color:#fff}.currentOpenings--job-link:focus .currentOpenings--job-locationWrapper-arrow,.currentOpenings--job-link:hover .currentOpenings--job-locationWrapper-arrow{transform:translate3d(3px,0,.1px);filter:invert(1)}.currentOpenings--job-type{width:100%;font-style:normal;font-weight:600;font-size:14px;line-height:1.33;color:#858a8f;transition:color .22s ease}@media screen and (min-width:375px){.currentOpenings--job-type{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--job-type{font-size:18px}}.currentOpenings--job-title{grid-row:2/3;grid-column:1/2;font-weight:700;font-size:24px;line-height:1.33;color:#000;transition:color .22s ease}.currentOpenings--job-locationWrapper{display:flex;align-items:center;margin-top:auto}.currentOpenings--job-locationWrapper-pin{width:20px;height:auto;display:block;margin-right:9.33px;transition:filter .22s ease}.currentOpenings--job-locationWrapper-name{flex:1 1;font-weight:400;font-size:12px;line-height:1.33;color:#000;transition:color .22s ease}@media screen and (min-width:375px){.currentOpenings--job-locationWrapper-name{font-size:calc(12px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.currentOpenings--job-locationWrapper-name{font-size:16px}}.currentOpenings--job-locationWrapper-arrow{width:15px;height:auto;display:block;margin-right:20px;margin-left:auto;position:relative;transform:translateZ(.1px);will-change:transform;transition:transform .35s ease,filter .22s ease}.howWeWorkMainSection{background:#dae4ed}.howWeWorkMainSection .wrapper{padding-top:93px;padding-bottom:90px;display:flex;justify-content:space-between}.howWeWorkMainSection--content{max-width:700px;padding-right:20px}.howWeWorkMainSection--content .sym-img img{max-width:100%;height:auto}.howWeWorkMainSection--title{font-weight:700;line-height:1.27;color:#000;font-size:24px;margin-bottom:10px}@media screen and (min-width:375px){.howWeWorkMainSection--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.howWeWorkMainSection--title{font-size:44px}}@media screen and (min-width:375px){.howWeWorkMainSection--title{margin-bottom:calc(10px + 35 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.howWeWorkMainSection--title{margin-bottom:45px}}.howWeWorkMainSection--description{margin-bottom:22px;font-weight:400;line-height:1.67;color:#5e6366;font-size:16px}@media screen and (min-width:375px){.howWeWorkMainSection--description{font-size:calc(16px + 2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.howWeWorkMainSection--description{font-size:18px}}.howWeWorkMainSection--list{max-width:392px;list-style:none;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;flex-direction:column;height:100%}.howWeWorkMainSection--item{padding:29px 0 75px;border-top:5px solid #fff}.howWeWorkMainSection--item .headlineAndTextGroup--headline{font-weight:700;line-height:1;color:#000;font-size:18px;margin-bottom:10px}@media screen and (min-width:375px){.howWeWorkMainSection--item .headlineAndTextGroup--headline{font-size:calc(18px + 2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.howWeWorkMainSection--item .headlineAndTextGroup--headline{font-size:20px}}@media screen and (min-width:375px){.howWeWorkMainSection--item .headlineAndTextGroup--headline{margin-bottom:calc(10px + 7 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.howWeWorkMainSection--item .headlineAndTextGroup--headline{margin-bottom:17px}}.howWeWorkMainSection--item .headlineAndTextGroup--text{font-weight:400;font-size:14px;line-height:1.64;color:#5e6366}@media screen and (max-width:1100px){.howWeWorkMainSection .wrapper{flex-direction:column}.howWeWorkMainSection--content{max-width:100%}.howWeWorkMainSection--content .sym-img{margin-bottom:60px}.howWeWorkMainSection--list{max-width:100%;height:unset;grid-template-rows:auto}.howWeWorkMainSection--item{padding-bottom:40px}}.benefits .wrapper{padding-left:0;padding-right:0}.benefits--ornament{width:50%;transform:translate3d(0,55%,.1px);position:relative;z-index:0}.benefits--list{list-style:none;position:relative;z-index:10}.benefits--list li:nth-child(2n) .benefitGroup--explained{grid-column:2/3;grid-row:1/2}.benefits--list li:nth-child(2n) .benefitGroup--testimonial{grid-column:1/2;grid-row:1/2}.benefitGroup{display:grid;grid-template-columns:1fr 1fr}.benefitGroup--explained{display:grid;grid-template-rows:1fr 1fr;padding-right:20px;padding-left:20px;background:#f5f6fa}@media screen and (min-width:375px){.benefitGroup--explained{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--explained{padding-right:100px;padding-left:100px}}.benefitGroup--testimonial{background:var(--benefitBGColor);color:var(--benefitTXTColor);display:grid;grid-template-rows:1fr 1fr;padding:0}.benefitGroup--testimonial .benefitGroup--details{background:var(--benefitBGColor);position:relative;z-index:20;align-items:center;text-align:center;padding-right:20px;padding-left:20px}@media screen and (min-width:375px){.benefitGroup--testimonial .benefitGroup--details{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--testimonial .benefitGroup--details{padding-right:100px;padding-left:100px}}.benefitGroup--details,.benefitGroup--top{display:flex;flex-direction:column;justify-content:flex-end}.benefitGroup--top{position:relative;z-index:10;overflow:hidden}@media screen and (max-width:640px){.benefitGroup--top .ornament{width:100%}}.benefitGroup--details{justify-content:flex-start;position:relative;z-index:20;width:100%;padding-top:20px}@media screen and (min-width:375px){.benefitGroup--details{padding-top:calc(20px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--details{padding-top:40px}}.benefitGroup--title{font-style:normal;font-weight:700;line-height:1.27;color:#000;font-size:24px;margin-bottom:10px}@media screen and (min-width:375px){.benefitGroup--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--title{font-size:44px}}@media screen and (min-width:375px){.benefitGroup--title{margin-bottom:calc(10px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--title{margin-bottom:35px}}.benefitGroup--description{font-style:normal;font-weight:400;line-height:1.67;color:#858a8f;font-size:14px}@media screen and (min-width:375px){.benefitGroup--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--description{font-size:18px}}.benefitGroup--subtitle{font-weight:600;font-size:18px;line-height:27px;color:#000;margin-bottom:30px}.benefitGroup--list li{display:flex;align-items:center}.benefitGroup--list li:not(:last-child){margin-bottom:18px}.benefitGroup--list li svg{margin-right:18px;width:31px;display:block;height:auto}.benefitGroup--list li span{line-height:27px;color:#858a8f;font-size:14px}@media screen and (min-width:375px){.benefitGroup--list li span{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--list li span{font-size:18px}}.benefitGroup--cover{width:100%;position:relative;padding-top:69.4444444%;height:100%}.benefitGroup--cover img{position:absolute;width:100%;display:block;height:100%;top:0;left:0;object-fit:cover;object-position:center}.benefitGroup--logo{font-size:30px}@media screen and (min-width:375px){.benefitGroup--logo{font-size:calc(30px + 15 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--logo{font-size:45px}}.benefitGroup--quote{line-height:1.67;text-align:center;font-size:14px}@media screen and (min-width:375px){.benefitGroup--quote{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.benefitGroup--quote{font-size:18px}}@media screen and (max-width:1200px){.benefits--ornament{width:100%}.benefits--list li .benefitGroup--explained{grid-column:1/2!important;grid-row:1/2!important}.benefits--list li .benefitGroup--testimonial{grid-column:1/2!important;grid-row:2/3!important}.benefitGroup{grid-template-columns:1fr}.benefitGroup--explained{grid-template-rows:auto auto;padding-top:40px;padding-bottom:40px}.benefitGroup--testimonial{grid-template-rows:auto auto;padding-bottom:84px}}.testimonialAndMetricsWidget--top{background-color:#7169ff}.testimonialAndMetricsWidget--top .wrapper{padding-top:40px;padding-bottom:74px;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:375px){.testimonialAndMetricsWidget--top .wrapper{padding-top:calc(40px + 82 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--top .wrapper{padding-top:122px}}@media screen and (min-width:375px){.testimonialAndMetricsWidget--top .wrapper{padding-bottom:calc(74px + 59 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--top .wrapper{padding-bottom:133px}}.testimonialAndMetricsWidget--logo{margin-bottom:30px}@media screen and (min-width:768px){.testimonialAndMetricsWidget--logo{margin-bottom:calc(30px + 26 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--logo{margin-bottom:56px}}.testimonialAndMetricsWidget--logo img{margin-bottom:0}.testimonialAndMetricsWidget--quote{color:#fff;width:759px;font-weight:500;line-height:1.66;font-size:14px;margin-bottom:56px;margin-left:auto;margin-right:auto;max-width:100%;text-align:center}@media screen and (min-width:375px){.testimonialAndMetricsWidget--quote{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--quote{font-size:18px}}@media screen and (min-width:768px){.testimonialAndMetricsWidget--quote{margin-bottom:calc(56px + -36 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--quote{margin-bottom:20px}}.testimonialAndMetricsWidget--author{color:#fff;font-weight:500;line-height:1.66;font-size:18px;text-align:center}.testimonialAndMetricsWidget--bot{background-color:#000}.testimonialAndMetricsWidget--bot .wrapper{padding-top:41px;padding-bottom:40px}@media screen and (min-width:375px){.testimonialAndMetricsWidget--bot .wrapper{padding-top:calc(41px + 34 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.testimonialAndMetricsWidget--bot .wrapper{padding-top:75px}}@media screen and (min-width:375px){.testimonialAndMetricsWidget--bot .wrapper{padding-bottom:calc(40px + 83 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--bot .wrapper{padding-bottom:123px}}.testimonialAndMetricsWidget--title{color:#fff;font-size:24px;margin-bottom:40px;line-height:1.27}@media screen and (min-width:375px){.testimonialAndMetricsWidget--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--title{font-size:44px}}@media screen and (min-width:375px){.testimonialAndMetricsWidget--title{margin-bottom:calc(40px + 25 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.testimonialAndMetricsWidget--title{margin-bottom:65px}}.testimonialAndMetricsWidget--cards{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;grid-gap:50px;gap:50px;list-style-type:none}.testimonialAndMetricsWidget--card-headline{color:#fff;font-size:28px;margin-bottom:6px;line-height:1.27}@media screen and (min-width:768px){.testimonialAndMetricsWidget--card-headline{font-size:calc(28px + 16 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--card-headline{font-size:44px}}@media screen and (min-width:375px){.testimonialAndMetricsWidget--card-headline{margin-bottom:calc(6px + -2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--card-headline{margin-bottom:4px}}.testimonialAndMetricsWidget--card-text{color:#fff;font-size:14px;font-weight:500;line-height:1.6}@media screen and (min-width:768px){.testimonialAndMetricsWidget--card-text{font-size:calc(14px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.testimonialAndMetricsWidget--card-text{font-size:20px}}@media screen and (max-width:768px){.testimonialAndMetricsWidget--cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.testimonialAndMetricsWidget--title{text-align:center}.testimonialAndMetricsWidget--cards{grid-template-columns:repeat(1,1fr);gap:40px;justify-items:center}.testimonialAndMetricsWidget--card{width:100%;display:flex;flex-direction:column;align-items:center}.testimonialAndMetricsWidget--card-headline,.testimonialAndMetricsWidget--card-text{text-align:center}}.fromThePressWidget{background-color:#f5f6fa;padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.fromThePressWidget{padding-top:calc(40px + 68 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.fromThePressWidget{padding-top:108px}}@media screen and (min-width:375px){.fromThePressWidget{padding-bottom:calc(40px + 88 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.fromThePressWidget{padding-bottom:128px}}.fromThePressWidget--title{font-size:24px;margin-bottom:10px;line-height:1.27;text-align:center}@media screen and (min-width:375px){.fromThePressWidget--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.fromThePressWidget--title{font-size:44px}}@media screen and (min-width:375px){.fromThePressWidget--title{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.fromThePressWidget--title{margin-bottom:20px}}.fromThePressWidget--description{font-weight:500;text-align:center;line-height:1.66;font-size:14px;color:#858a8f;width:662px;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:20px}@media screen and (min-width:375px){.fromThePressWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.fromThePressWidget--description{font-size:18px}}@media screen and (min-width:375px){.fromThePressWidget--description{margin-bottom:calc(20px + 63 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.fromThePressWidget--description{margin-bottom:83px}}.fromThePressWidget--card.swiper-slide{height:unset}.fromThePressWidget--card a{display:flex;flex-direction:column;height:100%}.fromThePressWidget--card a:focus .fromThePressWidget--card-link svg,.fromThePressWidget--card a:hover .fromThePressWidget--card-link svg{transform:translate3d(3px,0,.1px)}.fromThePressWidget--card a:focus .fromThePressWidget--card-link svg path,.fromThePressWidget--card a:hover .fromThePressWidget--card-link svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.fromThePressWidget--card-top{background-color:#fff;border-radius:15px;height:231px;display:flex}.fromThePressWidget--card-top .sym-img{margin:auto}.fromThePressWidget--card-bot{display:flex;flex-direction:column;align-items:center;padding:22px 8px 0;flex:1 1}.fromThePressWidget--card-description{text-align:center;margin-bottom:30px;line-height:1.94;color:#858a8f}@media screen and (min-width:768px){.fromThePressWidget--card-description{margin-bottom:calc(30px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.fromThePressWidget--card-description{margin-bottom:36px}}.fromThePressWidget--card-link{display:flex;align-items:center;margin-top:auto}.fromThePressWidget--card-link svg{width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform}.fromThePressWidget--card-link svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.fromThePressWidget--card-link span{color:inherit;font-weight:700;line-height:1.33;font-size:16px;color:#000}@media screen and (min-width:375px){.fromThePressWidget--card-link span{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.fromThePressWidget--card-link span{font-size:18px}}.fromThePressWidget--pagination{align-content:center;justify-content:center;margin-top:65px;display:none}.fromThePressWidget--pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 5px}.fromThePressWidget--pagination-bullet_active{background-color:#000}@media screen and (max-width:1110px){.fromThePressWidget--cards.swiper-container{overflow:visible}.fromThePressWidget--cards-top{height:200px}.fromThePressWidget--pagination{display:flex;margin-top:40px}}@media screen and (max-width:500px){.fromThePressWidget--card-top{height:185px}}.subscribeToNewsLetterWidget{padding-top:40px;padding-bottom:40px;background-color:#f5f6fa}@media screen and (min-width:375px){.subscribeToNewsLetterWidget{padding-top:calc(40px + 69 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget{padding-top:109px}}.subscribeToNewsLetterWidget.firstModule{padding-top:120px}@media screen and (min-width:375px){.subscribeToNewsLetterWidget.firstModule{padding-top:calc(120px + 147 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget.firstModule{padding-top:267px}}@media screen and (min-width:375px){.subscribeToNewsLetterWidget{padding-bottom:calc(40px + 85 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget{padding-bottom:125px}}.subscribeToNewsLetterWidget--title{font-size:26px;margin-bottom:10px;line-height:1.21;text-align:center}@media screen and (min-width:375px){.subscribeToNewsLetterWidget--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget--title{font-size:56px}}@media screen and (min-width:375px){.subscribeToNewsLetterWidget--title{margin-bottom:calc(10px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget--title{margin-bottom:35px}}.subscribeToNewsLetterWidget--description{font-weight:500;font-size:14px;line-height:1.66;text-align:center;color:#858a8f}@media screen and (min-width:375px){.subscribeToNewsLetterWidget--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget--description{font-size:18px}}.subscribeToNewsLetterWidget--form{margin-top:20px;display:flex;justify-content:center}@media screen and (min-width:768px){.subscribeToNewsLetterWidget--form{margin-top:calc(20px + 21 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget--form{margin-top:41px}}.subscribeToNewsLetterWidget--form-label{display:flex}.subscribeToNewsLetterWidget--form-input{margin-right:20px;background-color:#fff;border-radius:10px;font-weight:500;color:#aab0b7;font-size:16px;padding:19px 25px;width:531px}@media screen and (min-width:768px){.subscribeToNewsLetterWidget--form-input{margin-right:calc(20px + 11 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.subscribeToNewsLetterWidget--form-input{margin-right:31px}}@media screen and (min-width:375px){.subscribeToNewsLetterWidget--form-input{font-size:calc(16px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.subscribeToNewsLetterWidget--form-input{font-size:20px}}.subscribeToNewsLetterWidget--form-input::-webkit-input-placeholder{opacity:1}.subscribeToNewsLetterWidget--form-input:-moz-placeholder,.subscribeToNewsLetterWidget--form-input::-moz-placeholder{opacity:1}.subscribeToNewsLetterWidget--form-input:-ms-input-placeholder{opacity:1}.subscribeToNewsLetterWidget--form-submit{background-color:#7169ff;border-radius:10px;color:#fff;font-weight:600;padding:18px;min-width:212px;font-size:18px;transition:background-color .33s,color .33s;border:2px solid #7169ff}@media screen and (min-width:375px){.subscribeToNewsLetterWidget--form-submit{font-size:calc(18px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.subscribeToNewsLetterWidget--form-submit{font-size:20px}}.subscribeToNewsLetterWidget--form-submit:focus,.subscribeToNewsLetterWidget--form-submit:hover{background-color:#fff;color:#7169ff}@media screen and (max-width:1110px){.subscribeToNewsLetterWidget--form-input{width:unset;flex:1 1}}@media screen and (max-width:768px){.subscribeToNewsLetterWidget--form,.subscribeToNewsLetterWidget--form-label{flex-direction:column}.subscribeToNewsLetterWidget--form-input{width:100%;margin-bottom:10px}}.testimonialWidget{background:#f5f6fa;box-shadow:0 2px 0 #ffbe3d;border-top-left-radius:15px;border-top-right-radius:15px;padding:23px 20px 14px;max-width:100%;margin:27px auto;white-space:pre-wrap}@media screen and (min-width:375px){.testimonialWidget{padding-top:calc(23px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialWidget{padding-top:48px}}@media screen and (min-width:375px){.testimonialWidget{padding-bottom:calc(14px + 21 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialWidget{padding-bottom:35px}}@media screen and (min-width:768px){.testimonialWidget{padding-left:calc(20px + 25 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.testimonialWidget{padding-left:45px}}@media screen and (min-width:768px){.testimonialWidget{padding-right:calc(20px + 42 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.testimonialWidget{padding-right:62px}}@media screen and (min-width:375px){.testimonialWidget{margin-bottom:calc(27px + 46 * (100vw - 375px) / 1065);margin-top:calc(27px + 46 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialWidget{margin-bottom:73px;margin-top:73px}}.testimonialWidget--quote{font-weight:600;font-size:22px;margin-bottom:13px}@media screen and (min-width:375px){.testimonialWidget--quote{font-size:calc(22px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialWidget--quote{font-size:44px}}@media screen and (min-width:375px){.testimonialWidget--quote{margin-bottom:calc(13px + 41 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialWidget--quote{margin-bottom:54px}}.testimonialWidget--author{font-weight:600;color:#aab0b7;line-height:1.67;font-size:14px}@media screen and (min-width:375px){.testimonialWidget--author{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.testimonialWidget--author{font-size:18px}}.letsConnect{background:#f5f6fa}.letsConnect .wrapper{padding-top:91px;padding-bottom:40px}@media screen and (min-width:375px){.letsConnect .wrapper{padding-top:calc(91px + 140 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect .wrapper{padding-top:231px}}@media screen and (min-width:375px){.letsConnect .wrapper{padding-bottom:calc(40px + 84 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect .wrapper{padding-bottom:124px}}.letsConnect--title{font-size:26px;margin-bottom:10px;font-weight:700;line-height:1.21;text-align:center;color:#000}@media screen and (min-width:375px){.letsConnect--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect--title{font-size:56px}}@media screen and (min-width:375px){.letsConnect--title{margin-bottom:calc(10px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect--title{margin-bottom:40px}}.letsConnect--description{font-style:normal;font-weight:500;line-height:1.67;text-align:center;color:#858a8f;font-size:14px;margin-bottom:20px}@media screen and (min-width:375px){.letsConnect--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect--description{font-size:18px}}@media screen and (min-width:375px){.letsConnect--description{margin-bottom:calc(20px + 47 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect--description{margin-bottom:67px}}@media screen and (max-width:768px){.letsConnect--description p{display:inline;color:#000}}.letsConnect--list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;list-style:none}@media screen and (min-width:768px){.letsConnect--list{gap:calc(10px + 22 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--list{gap:32px}}@media screen and (max-width:900px){.letsConnect--list{grid-template-columns:1fr}}.letsConnect--item-link{height:100%;background:#fff;border-radius:15px;transition:box-shadow .22s ease;display:block;padding:20px}@media screen and (min-width:768px){.letsConnect--item-link{padding-left:calc(20px + 8 * (100vw - 768px) / 672);padding-right:calc(20px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-link{padding-left:28px;padding-right:28px}}@media screen and (min-width:768px){.letsConnect--item-link{padding-top:calc(20px + 21 * (100vw - 768px) / 672);padding-bottom:calc(20px + 21 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-link{padding-top:41px;padding-bottom:41px}}.letsConnect--item-link:hover{box-shadow:0 54px 50px rgba(67,67,68,.071)}.letsConnect--item-link:hover .letsConnect--item-cta svg{transform:translate3d(3px,0,.1px)}.letsConnect--item-icon{height:62px;width:62px;margin-bottom:20px;display:block}@media screen and (min-width:768px){.letsConnect--item-icon{height:calc(62px + 18 * (100vw - 768px) / 672);width:calc(62px + 18 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-icon{height:80px;width:80px}}@media screen and (min-width:768px){.letsConnect--item-icon{margin-bottom:calc(20px + 10 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-icon{margin-bottom:30px}}.letsConnect--item-icon img{max-width:100%;max-height:100%}.letsConnect--item-title{font-weight:700;line-height:1.67;color:#000;font-size:18px;margin-bottom:10px}@media screen and (min-width:768px){.letsConnect--item-title{font-size:calc(18px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-title{font-size:24px}}@media screen and (min-width:768px){.letsConnect--item-title{margin-bottom:calc(10px + 10 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-title{margin-bottom:20px}}.letsConnect--item-description{line-height:1.67;font-size:14px;color:#858a8f;margin-bottom:20px}@media screen and (min-width:375px){.letsConnect--item-description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.letsConnect--item-description{font-size:18px}}.letsConnect--item-cta{font-style:normal;font-weight:600;line-height:1.2;color:#000;font-size:16px;display:flex;align-items:center}@media screen and (min-width:768px){.letsConnect--item-cta{font-size:calc(16px + 4 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-cta{font-size:20px}}.letsConnect--item-cta svg{width:20px;height:auto;margin-left:10px;position:relative;transform:translateZ(.1px);transition:transform .4s ease}@media screen and (min-width:768px){.letsConnect--item-cta svg{margin-left:calc(10px + 7 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.letsConnect--item-cta svg{margin-left:17px}}.leaveAMessage{--btnBGColor:#7169ff;--btnTextColor:#fff}.leaveAMessage .wrapper{padding-top:40px;--gap-horizontal:33px;--gap-vertical:42px;--footer-margin-bottom:124px}@media screen and (min-width:375px){.leaveAMessage .wrapper{padding-top:calc(40px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage .wrapper{padding-top:120px}}.leaveAMessage .compact-form{max-width:100%;padding-right:20px;padding-left:20px;margin-left:auto;margin-right:auto;--gap-horizontal:16px;--gap-vertical:21px;--footer-margin-bottom:62px}@media screen and (min-width:375px){.leaveAMessage .compact-form{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage .compact-form{padding-right:100px;padding-left:100px}}.leaveAMessage--anchor{display:block;position:relative;visibility:hidden;top:-100px}.leaveAMessage--inner{max-width:815px;width:100%;margin:0 auto}.leaveAMessage--title{font-weight:700;font-size:44px;line-height:1.27;text-align:center;color:#000;font-size:24px;margin-bottom:10px}@media screen and (min-width:375px){.leaveAMessage--title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--title{font-size:44px}}@media screen and (min-width:375px){.leaveAMessage--title{margin-bottom:calc(10px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--title{margin-bottom:30px}}.leaveAMessage--description{font-weight:400;line-height:1.67;text-align:center;font-size:14px;color:#858a8f;margin-bottom:20px}@media screen and (min-width:375px){.leaveAMessage--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--description{font-size:18px}}@media screen and (min-width:375px){.leaveAMessage--description{margin-bottom:calc(20px + 42 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--description{margin-bottom:62px}}@media screen and (max-width:768px){.leaveAMessage--description p{display:inline}}.leaveAMessage--form{width:100%;max-width:815px;display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--gap-vertical) var(--gap-horizontal);gap:var(--gap-vertical) var(--gap-horizontal);margin:0 auto 20px}@media screen and (min-width:768px){.leaveAMessage--form{margin-bottom:calc(20px + 23 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.leaveAMessage--form{margin-bottom:43px}}@media screen and (max-width:768px){.leaveAMessage--form{gap:20px;grid-template-columns:1fr}}.leaveAMessage--input{background:#f5f6fa;border:2px solid #f5f6fa;border-radius:10px;outline:none;transition:border-color .4s ease;font-style:normal;font-weight:400;font-size:16px;padding:21px 20px 19px;line-height:1.2;color:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;width:100%}@media screen and (min-width:375px){.leaveAMessage--input{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--input{font-size:20px}}@media screen and (min-width:375px){.leaveAMessage--input{padding-left:calc(20px + 5 * (100vw - 375px) / 393);padding-right:calc(20px + 5 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.leaveAMessage--input{padding-left:25px;padding-right:25px}}.leaveAMessage--input::-webkit-input-placeholder{font-style:normal;font-weight:500;font-size:16px;line-height:1.2;color:#aab0b7}@media screen and (min-width:375px){.leaveAMessage--input::-webkit-input-placeholder{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--input::-webkit-input-placeholder{font-size:20px}}.leaveAMessage--input:-moz-placeholder{font-style:normal;font-weight:500;font-size:16px;line-height:1.2;color:#aab0b7}@media screen and (min-width:375px){.leaveAMessage--input:-moz-placeholder{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--input:-moz-placeholder{font-size:20px}}.leaveAMessage--input::-moz-placeholder{font-style:normal;font-weight:500;font-size:16px;line-height:1.2;color:#aab0b7}@media screen and (min-width:375px){.leaveAMessage--input::-moz-placeholder{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--input::-moz-placeholder{font-size:20px}}.leaveAMessage--input:-ms-input-placeholder{font-style:normal;font-weight:500;font-size:16px;line-height:1.2;color:#aab0b7}@media screen and (min-width:375px){.leaveAMessage--input:-ms-input-placeholder{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--input:-ms-input-placeholder{font-size:20px}}.leaveAMessage--input:focus{border-color:#aab0b7}.leaveAMessage--input.defaultOption--select{font-style:normal;font-weight:500;font-size:16px;line-height:1.2;color:#aab0b7}@media screen and (min-width:375px){.leaveAMessage--input.defaultOption--select{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--input.defaultOption--select{font-size:20px}}.leaveAMessage--message{grid-column:1/-1}.leaveAMessage--message textarea{height:296px;resize:none}.leaveAMessage--footer{margin-bottom:40px;width:100%;max-width:815px;margin-right:auto;margin-left:auto;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:375px){.leaveAMessage--footer{margin-bottom:calc(40px + 84 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--footer{margin-bottom:124px}}.leaveAMessage--footer.compact-footer{margin-bottom:40px}@media screen and (min-width:375px){.leaveAMessage--footer.compact-footer{margin-bottom:calc(40px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--footer.compact-footer{margin-bottom:62px}}@media screen and (max-width:767px){.leaveAMessage--footer{flex-direction:column;align-items:flex-start}}.leaveAMessage--footer-checkbox{cursor:pointer;display:flex;align-items:center}@media screen and (max-width:767px){.leaveAMessage--footer-checkbox{margin-bottom:30px}}.leaveAMessage--footer-checkbox:hover .leaveAMessage--footer-checkbox-icon{box-shadow:0 2px 24px rgba(67,67,68,.1)}.leaveAMessage--footer-checkbox input:checked~.leaveAMessage--footer-checkbox-icon .leaveAMessage--footer-checkbox-check{opacity:1}.leaveAMessage--footer-checkbox-icon{width:34px;height:auto;margin-right:10px;border-radius:8px;transition:box-shadow .4s ease}@media screen and (min-width:375px){.leaveAMessage--footer-checkbox-icon{margin-right:calc(10px + 7 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--footer-checkbox-icon{margin-right:17px}}.leaveAMessage--footer-checkbox-check{opacity:0;transition:all .22s ease}.leaveAMessage--footer-checkbox-label{font-weight:500;line-height:1.2;color:#858a8f;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width:375px){.leaveAMessage--footer-checkbox-label{font-size:calc(14px + 2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--footer-checkbox-label{font-size:16px}}.leaveAMessage--footer-checkbox-label a{color:inherit;text-decoration:underline;white-space:nowrap}.leaveAMessage--footer-checkbox-label a:hover{text-decoration:none}.leaveAMessage--footer-btn{width:183px}@media screen and (min-width:768px){.leaveAMessage--footer-btn{width:calc(183px + 103 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.leaveAMessage--footer-btn{width:286px}}@media screen and (max-width:767px){.leaveAMessage--footer-btn{width:100%}}.leaveAMessage--validation{margin:20px auto;max-width:815px;color:#fe7475}.leaveAMessage--success{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(245,246,250,.9);z-index:1000000}.leaveAMessage--success-inner{width:605px;max-width:calc(100% - 40px);border-radius:15px;background:#fff;box-shadow:0 54px 50px rgba(67,67,68,.071);padding:33px 30px 82px;position:relative;display:flex;flex-direction:column;align-items:center}.leaveAMessage--success-close{position:absolute;top:23px;right:20px;padding:10px}.leaveAMessage--success-close:hover path{stroke:#333}.leaveAMessage--success-close svg{width:17px;display:block;height:auto}.leaveAMessage--success-close svg path{transition:stroke .4s ease}.leaveAMessage--success-icon{display:block;height:auto;width:80px;margin-bottom:30px}@media screen and (min-width:375px){.leaveAMessage--success-icon{width:calc(80px + 49 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.leaveAMessage--success-icon{width:129px}}@media screen and (min-width:375px){.leaveAMessage--success-icon{margin-bottom:calc(30px + 15 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.leaveAMessage--success-icon{margin-bottom:45px}}.leaveAMessage--success-title{font-weight:700;font-size:24px;margin-bottom:20px;line-height:1.2;text-align:center;color:#333}@media screen and (min-width:375px){.leaveAMessage--success-title{font-size:calc(24px + 16 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--success-title{font-size:40px}}@media screen and (min-width:375px){.leaveAMessage--success-title{margin-bottom:calc(20px + 10 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.leaveAMessage--success-title{margin-bottom:30px}}.leaveAMessage--success-description{font-size:16px;line-height:1.75;text-align:center;color:#858a8f}@media screen and (min-width:375px){.leaveAMessage--success-description{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.leaveAMessage--success-description{font-size:20px}}.privacyPolicyBanner--inner{background:#f5f6fa}.privacyPolicyBanner--inner .wrapper{padding-top:91px;padding-bottom:40px}@media screen and (min-width:375px){.privacyPolicyBanner--inner .wrapper{padding-top:calc(91px + 140 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--inner .wrapper{padding-top:231px}}@media screen and (min-width:375px){.privacyPolicyBanner--inner .wrapper{padding-bottom:calc(40px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--inner .wrapper{padding-bottom:80px}}.privacyPolicyBanner--title{font-size:26px;margin-bottom:10px;font-weight:700;line-height:1.21;text-align:center;color:#000}@media screen and (min-width:375px){.privacyPolicyBanner--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--title{font-size:56px}}@media screen and (min-width:375px){.privacyPolicyBanner--title{margin-bottom:calc(10px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--title{margin-bottom:40px}}.privacyPolicyBanner--description{font-style:normal;font-weight:500;line-height:1.67;text-align:center;color:#858a8f;font-size:14px;padding-bottom:20px;max-width:761px;margin-left:auto;margin-right:auto}@media screen and (min-width:375px){.privacyPolicyBanner--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--description{font-size:18px}}@media screen and (min-width:375px){.privacyPolicyBanner--description{padding-bottom:calc(20px + 60 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--description{padding-bottom:80px}}@media screen and (max-width:768px){.privacyPolicyBanner--description p{display:inline;color:#000}}.privacyPolicyBanner--list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;list-style:none}@media screen and (min-width:768px){.privacyPolicyBanner--list{gap:calc(10px + 22 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.privacyPolicyBanner--list{gap:32px}}@media screen and (max-width:900px){.privacyPolicyBanner--list{grid-template-columns:1fr}}.privacyPolicyBanner--list li{width:100%;height:100%}.privacyPolicyBanner--list a{font-style:normal;font-weight:600;font-size:18px;line-height:1.67;text-decoration:none;display:flex;align-items:center;justify-content:space-between;color:#000;padding:44px 32px 40px;background:#fff;border-radius:15px;transition:box-shadow .4s ease;width:100%;height:100%}.privacyPolicyBanner--list a:hover{box-shadow:0 54px 50px rgba(67,67,68,.071)}.privacyPolicyBanner--list a:hover svg{transform:translate3d(3px,0,.1px)}.privacyPolicyBanner--list a svg{width:7px;height:auto;position:relative;transform:translateZ(.1px);transition:transform .4s ease}.privacyPolicyBanner--container{padding-top:40px;margin-left:auto;margin-right:auto}@media screen and (min-width:375px){.privacyPolicyBanner--container{padding-top:calc(40px + 79 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--container{padding-top:119px}}.privacyPolicyBanner--container .wrapper{width:880px;padding-right:20px!important;padding-left:20px!important}.privacyPolicyBanner--container-date{font-weight:400;line-height:1.67;color:#aab0b7;font-size:14px;margin-bottom:15px}@media screen and (min-width:375px){.privacyPolicyBanner--container-date{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--container-date{font-size:18px}}.privacyPolicyBanner--container-title{font-weight:600;font-size:26px;line-height:1.2;color:#000;margin-bottom:26px}@media screen and (min-width:375px){.privacyPolicyBanner--container-title{font-size:calc(26px + 14 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--container-title{font-size:40px}}.privacyPolicyBanner--container-description{font-weight:500;font-size:14px;margin-bottom:14px;line-height:1.67;color:#858a8f}@media screen and (min-width:375px){.privacyPolicyBanner--container-description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--container-description{font-size:18px}}@media screen and (min-width:375px){.privacyPolicyBanner--container-description{margin-bottom:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.privacyPolicyBanner--container-description{margin-bottom:20px}}@media screen and (max-width:768px){.privacyPolicyBanner--container-description p{display:inline}}.widget--care-header{position:relative}.careHeaderWidget{position:relative;overflow:hidden}.careHeaderWidget--bgWrap{position:fixed;height:100vh;width:100vw;overflow:hidden;z-index:-1}.careHeaderWidget--bgPattern{position:absolute;top:0;left:0;right:0;bottom:0}.careHeaderWidget--inner{display:flex;align-items:center;justify-content:center;position:relative;z-index:10;padding-top:50px;padding-bottom:50px}@media screen and (min-width:768px){.careHeaderWidget--inner{padding-top:calc(50px + 50 * (100vw - 768px) / 672);padding-bottom:calc(50px + 50 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.careHeaderWidget--inner{padding-top:100px;padding-bottom:100px}}.careHeaderWidget--content{padding-left:20px}@media screen and (min-width:768px){.careHeaderWidget--content{padding-left:calc(20px + 20 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.careHeaderWidget--content{padding-left:40px}}.careHeaderWidget--title{color:#fff;font-size:26px;line-height:1.27;margin-bottom:24px}@media screen and (min-width:375px){.careHeaderWidget--title{font-size:calc(26px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.careHeaderWidget--title{font-size:44px}}.careHeaderWidget--visual{position:relative}.careHeaderWidget--visual .sym-img{position:relative;z-index:1}.careHeaderWidget--visual .sym-img img{width:100%;height:auto}.careHeaderWidget .care-link{font-style:normal;font-weight:600;font-size:20px;line-height:1.2;border-radius:10px;padding:8px 30px;border:2px solid #fff;color:#fff;transition:background .25s ease,color .25s ease}.careHeaderWidget .care-link:focus,.careHeaderWidget .care-link:hover{background:transparent;border:2px solid #ffbe3d;color:#ffbe3d}@media screen and (max-width:768px){.careHeaderWidget .care-link{font-size:16px;padding-left:10px;padding-right:10px}}@media screen and (max-width:768px)and (min-width:375px){.careHeaderWidget .care-link{padding-left:calc(10px + 20 * (100vw - 375px) / 393);padding-right:calc(10px + 20 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.careHeaderWidget .care-link{padding-left:30px;padding-right:30px}}.widget--care-footer{position:relative;background:#f5f6fa}.careFooterWidget{position:relative;overflow:hidden}.careFooterWidget--bgWrap{position:fixed;height:100vh;width:100vw;overflow:hidden;z-index:-1}.careFooterWidget--inner{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:10;padding-top:50px;padding-bottom:50px}@media screen and (min-width:768px){.careFooterWidget--inner{padding-top:calc(50px + 50 * (100vw - 768px) / 672);padding-bottom:calc(50px + 50 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.careFooterWidget--inner{padding-top:100px;padding-bottom:100px}}.careFooterWidget--title{color:#000;font-size:26px;line-height:1.27;margin-bottom:50px;font-weight:500}@media screen and (min-width:375px){.careFooterWidget--title{font-size:calc(26px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.careFooterWidget--title{font-size:44px}}.careFooterWidget .care-link{font-style:normal;font-weight:500;font-size:20px;line-height:1.2;border-radius:10px;padding:8px 40px;border:2px solid #7169ff;color:#7169ff;transition:background .25s ease,color .25s ease}.careFooterWidget .care-link:focus,.careFooterWidget .care-link:hover{background:#7169ff;border:2px solid #7169ff;color:#fff}.care-pillar{background:#f5f6fa;position:relative;overflow:hidden}.care-pillar--bgWrap{position:fixed;height:100vh;width:100vw;overflow:hidden;z-index:-1}.care-pillar--inner{position:relative;z-index:10}.care-pillar--inner .wrapper{padding-top:80px}.care-pillar--space-between{display:flex;justify-content:space-between}.care-pillar--left-content{margin-right:15px}.care-pillar--right-content{align-self:end;max-width:200px}.care-pillar--right-content img{width:100%;height:auto;display:block}.care-pillar--title{font-weight:700;line-height:1.27;font-size:24px}@media screen and (min-width:375px){.care-pillar--title{font-size:calc(24px + 26 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-pillar--title{font-size:50px}}.care-pillar--description{font-weight:400;margin-right:auto;margin-left:auto;color:#6f6f6f;font-size:18px}@media screen and (min-width:375px){.care-pillar--description{font-size:calc(18px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-pillar--description{font-size:30px}}.care-pillar--pretitle{font-weight:500}.care-pillar--list{background:#fff;border-radius:10px;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;padding:25px 0;grid-row-gap:50px;row-gap:50px}@media screen and (min-width:375px){.care-pillar--list{padding-top:calc(25px + 25 * (100vw - 375px) / 1065);padding-bottom:calc(25px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-pillar--list{padding-top:50px;padding-bottom:50px}}@media screen and (min-width:375px){.care-pillar--list{padding-left:calc(0px + 75 * (100vw - 375px) / 1065);padding-right:calc(0px + 75 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-pillar--list{padding-left:75px;padding-right:75px}}@media screen and (max-width:950px){.care-pillar--list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:550px){.care-pillar--list{grid-template-columns:repeat(2,1fr)}}.care-pillar--list-item{display:flex;flex-direction:column;align-items:center;flex-grow:1;flex-basis:0;margin:0 30px}.care-pillar--list-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}@media screen and (min-width:375px){.care-pillar--list-icon{width:calc(80px + 32 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.care-pillar--list-icon{width:112px}}@media screen and (min-width:375px){.care-pillar--list-icon{height:calc(80px + 32 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.care-pillar--list-icon{height:112px}}.care-pillar--list-icon img{width:80%;height:auto;display:block}.care-pillar--list-title{font-size:14px;text-align:center;color:#858a8f}@media screen and (min-width:375px){.care-pillar--list-title{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-pillar--list-title{font-size:18px}}@media screen and (max-width:768px){.care-pillar--right-content{max-width:100px}}@media screen and (max-width:768px)and (min-width:375px){.care-pillar--right-content{max-width:calc(100px + 80 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.care-pillar--right-content{max-width:180px}}.care-image-text{background:#f5f6fa;position:relative;overflow:hidden}.care-image-text--bgWrap{position:fixed;height:100vh;width:100vw;overflow:hidden;z-index:-1}.care-image-text .wrapper{padding-top:80px;padding-bottom:0;position:relative;z-index:10}.care-image-text .careImageTextContent{border-radius:10px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;color:#fff;background:var(--careImageWithTextBgColor)}.care-image-text .careImageTextContent--details{padding:150px 20px 40px}@media screen and (min-width:375px){.care-image-text .careImageTextContent--details{padding-right:calc(20px + 80 * (100vw - 375px) / 1065);padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-image-text .careImageTextContent--details{padding-right:100px;padding-left:100px}}.care-image-text .careImageTextContent--pretitle{font-weight:500;font-size:18px}@media screen and (min-width:375px){.care-image-text .careImageTextContent--pretitle{font-size:calc(18px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-image-text .careImageTextContent--pretitle{font-size:30px}}.care-image-text .careImageTextContent--posttitle{font-size:18px}@media screen and (min-width:375px){.care-image-text .careImageTextContent--posttitle{font-size:calc(18px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-image-text .careImageTextContent--posttitle{font-size:30px}}.care-image-text .careImageTextContent--title{font-weight:700;line-height:1.2;font-size:24px}@media screen and (min-width:375px){.care-image-text .careImageTextContent--title{font-size:calc(24px + 36 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.care-image-text .careImageTextContent--title{font-size:60px}}.care-image-text .careImageTextContent--icon{padding-top:80px}.care-image-text .careImageTextContent--icon img{height:auto}.care-image-text .careImageTextContent--cover{width:100%;position:relative;height:100%;padding-top:69.4444444%}.care-image-text .careImageTextContent--cover img{position:absolute;width:100%;display:block;height:100%;top:0;left:0;object-fit:cover;object-position:center;border-radius:10px}@media screen and (max-width:768px){.care-image-text .careImageTextContent{grid-template-columns:1fr}.care-image-text .careImageTextContent--details{grid-template-rows:auto auto;grid-column:1/2!important;padding-top:40px}.care-image-text .careImageTextContent--icon{padding-top:40px}}.widget--care-gallery{background:#f5f6fa;padding-top:80px;position:relative;overflow:hidden}.widget--care-gallery--bgWrap{position:fixed;height:100vh;width:100vw;overflow:hidden;z-index:-1}.careGallery{color:#fff;position:relative;width:100%;overflow:hidden;z-index:0;background-position:50%;background-size:cover;border-radius:10px}.careGallery:before{content:"";display:block;z-index:10;background:linear-gradient(0,transparent 6.07%,rgba(0,0,0,.65) 95.86%)}.careGallery--bg,.careGallery:before{width:100%;height:100%;position:absolute;top:0;left:0}.careGallery--bg{z-index:0}.careGallery--bg img{width:100%;height:100%;object-fit:cover;position:absolute}.careGallery--bg .position-center img{object-position:center}.careGallery--bg .position-bottom img{object-position:bottom}.careGallery--bg .position-top img{object-position:top}.careGallery--bg .hub-location{position:absolute;bottom:30px;left:50px;z-index:20;left:20px}@media screen and (min-width:375px){.careGallery--bg .hub-location{left:calc(20px + 60 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.careGallery--bg .hub-location{left:80px}}.careGallery--wrapper{padding-right:20px;padding-left:20px;z-index:20;position:relative;display:flex;justify-content:space-between}@media screen and (min-width:375px){.careGallery--wrapper{padding-right:calc(20px + 60 * (100vw - 375px) / 1065);padding-left:calc(20px + 60 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.careGallery--wrapper{padding-right:80px;padding-left:80px}}.careGallery--title{font-weight:700;font-size:26px;line-height:1.22;max-width:26ch;text-shadow:0 0 50px rgba(0,0,0,.35)}@media screen and (min-width:375px){.careGallery--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.careGallery--title{font-size:56px}}.careGallery--description{font-weight:600;font-size:18px;line-height:1.5;text-shadow:0 0 50px rgba(0,0,0,.5);max-width:43ch;display:block;margin-top:20px}@media screen and (min-width:375px){.careGallery--description{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.careGallery--description{font-size:24px}}@media screen and (min-width:375px){.careGallery--description{margin-top:calc(20px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.careGallery--description{margin-top:40px}}@media screen and (max-width:375px){.careGallery--description{font-weight:400}}.careGallery--pagination{margin:3vh 0 0;list-style:none;display:flex;flex-direction:column;justify-content:center}.careGallery--pagination button{cursor:pointer;animation-duration:1s;animation-duration:.4s;animation-fill-mode:both;transition:transform .1s ease;margin-bottom:15px}.careGallery--pagination button:hover{transform:scale(1.1)}.careGallery--pagination button.is-active{transform:scale(1.15)}.careGallery--pagination button.is-active .circle-border{transition:all .6s ease;background:#002688}.careGallery--pagination button span{font-size:14px;display:block}.careGallery--pagination .circle{margin:auto;border:0;box-sizing:border-box;border-radius:100%;font-size:inherit;position:relative;vertical-align:middle}.careGallery--pagination .circle-border{width:65px;height:65px;border-radius:100%;display:flex;justify-content:center;background:linear-gradient(83deg,#fe7475,#6c69ff);transition:all .4s ease;padding:0 1px 1px}@media screen and (max-width:768px){.careGallery--bg .position-center img{object-position:center left}.careGallery--bg .position-bottom img{object-position:bottom left}.careGallery--bg .position-top img{object-position:top left}.careGallery--pagination button span{font-size:12px}.careGallery--pagination .circle-border{width:50px;height:50px}.careGallery--pagination .circle-border img{width:99%;height:99%}.careGallery .hub-location{max-width:200px}}.logoSlider{background-color:#f0f0ff}.logoSlider--inner{padding:60px;display:flex;flex-direction:column;gap:40px}@media screen and (max-width:1140px){.logoSlider--inner{padding:60px 20px}}.logoSlider--title{font-weight:600;font-size:20px;line-height:32px;text-align:center}.logoSlider--single a{display:block;position:relative;height:50px}.logoSlider--single a img{width:100%;height:100%;object-fit:contain}.logoSlider--button{display:flex;justify-content:center}.logoSlider--button a{display:block;border:1px solid #000;border-radius:10px;padding:12px 48px;font-weight:700;font-size:16px;line-height:24px;color:#000}.logoSlider--slider{display:flex;align-items:center;justify-content:space-between}.logoSlider--slider-container{width:calc(100% - 104px)}.logoSlider--arrow{width:32px;height:32px}.logoSlider #arrow-left{transform:rotate(180deg)}.downloadBlock{--lightGray:#f6f7fc;--purpleColor:#6c69ff;--whiteColor:#fff;--blackColor:#000;background-color:var(--purpleColor);color:var(--whiteColor)}.downloadBlock--download{background-image:url(/media/download_ornaments.png);background-color:var(--whiteColor)}.downloadBlock--inner{background-image:url(/media/download_background.svg)}.downloadBlock.white{background-color:var(--whiteColor);color:var(--blackColor)}.downloadBlock.white .downloadBlock--download{background-image:url(/media/download_ornaments.png);background-color:var(--lightGray)}.downloadBlock.white .downloadBlock--inner{background-image:url(/media/download_background_gray.svg)}.downloadBlock.gray{background-color:var(--lightGray);color:var(--blackColor)}.downloadBlock.gray .downloadBlock--inner{background-image:url(/media/download_background_white.svg)}.downloadBlock--inner{display:flex;gap:140px;padding:130px 0;background-position-x:10%}@media screen and (max-width:1140px){.downloadBlock--inner{flex-direction:column;padding:60px 0;gap:60px}}.downloadBlock--info{display:flex;flex-direction:column;gap:16px}.downloadBlock--info-title{font-weight:700;font-size:36px;line-height:44px}@media screen and (min-width:375px){.downloadBlock--info-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.downloadBlock--info-title{font-size:44px}}@media screen and (min-width:375px){.downloadBlock--info-title{line-height:calc(44px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.downloadBlock--info-title{line-height:56px}}.downloadBlock--info-text{font-size:14px;line-height:24px}@media screen and (min-width:375px){.downloadBlock--info-text{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.downloadBlock--info-text{font-size:18px}}@media screen and (min-width:375px){.downloadBlock--info-text{line-height:calc(24px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.downloadBlock--info-text{line-height:30px}}.downloadBlock--download{width:520px;flex:none;background-position:80%;background-size:80% 90%;border-radius:16px;padding:55px 112px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}@media screen and (max-width:1140px){.downloadBlock--download{width:auto;background-size:90% auto;padding:55px 20px}}.downloadBlock--download-logo{height:55px;max-width:100%}.downloadBlock--download-link:hover{opacity:.7}.downloadBlock--download-link a{display:flex;align-items:center;gap:13px}.downloadBlock--download-link a span{flex:none;font-size:18px;font-weight:700;color:var(--blackColor)}.downloadBlock--download-link a svg{flex:none;width:36px;height:36px}.aboutSymphony{position:relative;background-color:#000}.aboutSymphony--background{position:absolute;width:60%;height:100%;background-size:cover}@media screen and (max-width:1140px){.aboutSymphony--background{display:none}}.aboutSymphony--overlay{position:absolute;width:100%;height:100%;background:linear-gradient(90deg,rgba(238,182,9,0),#000 60%,#000)}.aboutSymphony--inner{position:relative;width:50%;margin-left:50%;padding:120px 0;color:#fff;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:1140px){.aboutSymphony--inner{width:100%;margin:0}}.aboutSymphony--inner-subtitle{font-size:20px;font-weight:600;line-height:24px;text-transform:uppercase}.aboutSymphony--inner-title{font-weight:700;font-size:36px;line-height:44px}@media screen and (min-width:375px){.aboutSymphony--inner-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutSymphony--inner-title{font-size:44px}}@media screen and (min-width:375px){.aboutSymphony--inner-title{line-height:calc(44px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutSymphony--inner-title{line-height:56px}}.aboutSymphony--inner-text{font-size:14px;line-height:24px;font-weight:500}@media screen and (min-width:375px){.aboutSymphony--inner-text{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutSymphony--inner-text{font-size:18px}}@media screen and (min-width:375px){.aboutSymphony--inner-text{line-height:calc(24px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutSymphony--inner-text{line-height:30px}}.headlineAndTextGroup--headline{font-weight:700;font-size:36px;color:inherit;line-height:1.27;margin-bottom:0}@media screen and (min-width:375px){.headlineAndTextGroup--headline{font-size:calc(36px + 8 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.headlineAndTextGroup--headline{font-size:44px}}@media screen and (min-width:375px){.headlineAndTextGroup--headline{margin-bottom:calc(0px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.headlineAndTextGroup--headline{margin-bottom:4px}}.headlineAndTextGroup--text{font-size:14px;color:inherit;line-height:1.35;font-weight:500}@media screen and (min-width:375px){.headlineAndTextGroup--text{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.headlineAndTextGroup--text{font-size:20px}}.lifeAtSymphony--card{background-color:#fff;border-radius:15px;padding:42px 31px}.lifeAtSymphony--card-icons{display:flex;align-items:center;margin-bottom:20px}@media screen and (min-width:768px){.lifeAtSymphony--card-icons{margin-bottom:calc(20px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.lifeAtSymphony--card-icons{margin-bottom:26px}}.lifeAtSymphony--card-icons .sym-img:last-of-type{transform:translateX(-15%)}.lifeAtSymphony--card-icons .sym-img img{width:60px;height:60px}@media screen and (min-width:768px){.lifeAtSymphony--card-icons .sym-img img{width:calc(60px + 13 * (100vw - 768px) / 672);height:calc(60px + 13 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.lifeAtSymphony--card-icons .sym-img img{width:73px;height:73px}}.lifeAtSymphony--card-title{margin-bottom:10px;font-size:18px;line-height:1.5}@media screen and (min-width:768px){.lifeAtSymphony--card-title{font-size:calc(18px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.lifeAtSymphony--card-title{font-size:24px}}.lifeAtSymphony--card-description{color:#858a8f;font-size:14px;line-height:1.5;font-weight:500}@media screen and (min-width:375px){.lifeAtSymphony--card-description{font-size:calc(14px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.lifeAtSymphony--card-description{font-size:16px}}@media screen and (max-width:768px){.lifeAtSymphony--card{padding:20px 20px 50px}}@media screen and (max-width:640px){.lifeAtSymphony--card{padding:30px 10px 20px;text-align:center}.lifeAtSymphony--card-icons{justify-content:center}}.videoGroup,.videoGroup_large,.videoGroup_large .videoGroup--content{will-change:opacity}.videoGroup_large .videoGroup--content div{display:flex;align-items:flex-start;flex-wrap:wrap}.videoGroup_large .videoGroup--title{font-size:18px;flex-shrink:0;opacity:0;transform:translate3d(0,5px,.1px);transition:opacity .33s,transform .33s;will-change:opacity,transform}@media screen and (min-width:375px){.videoGroup_large .videoGroup--title{font-size:calc(18px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.videoGroup_large .videoGroup--title{font-size:20px}}.videoGroup_large .videoGroup--title span{display:inline-block;margin-right:5px}.videoGroup_large .videoGroup--description{margin-bottom:0;font-size:18px;opacity:0;transform:translate3d(0,5px,.1px);transition:opacity .33s,transform .33s;will-change:opacity,transform}@media screen and (min-width:375px){.videoGroup_large .videoGroup--description{font-size:calc(18px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.videoGroup_large .videoGroup--description{font-size:20px}}.videoGroup_large .videoGroup--role{margin-top:8px;max-width:78%;font-size:14px;opacity:0;transform:translate3d(0,5px,.1px);transition:opacity .33s,transform .33s;will-change:opacity,transform}@media screen and (min-width:375px){.videoGroup_large .videoGroup--role{font-size:calc(14px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.videoGroup_large .videoGroup--role{font-size:16px}}.videoGroup_large .videoGroup--role br{display:none}.videoGroup_large .videoGroup--thumbnail{opacity:.3;will-change:opacity;transition:opacity .33s}.videoGroup_large .videoGroup--thumbnail .sym-img{height:100%}.videoGroup--visual{padding-top:58%;position:relative;margin-bottom:20px}.videoGroup--thumbnail{position:absolute;top:0;left:0;width:100%;height:100%}.videoGroup--thumbnail:focus svg,.videoGroup--thumbnail:hover svg{transform:translate3d(-50%,-50%,.1px) scale(1.5)}.videoGroup--thumbnail .sym-img{height:100%}.videoGroup--thumbnail img{width:100%;height:100%;border-radius:15px;object-fit:cover}.videoGroup--thumbnail svg{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,.1px);width:48px;height:48px;transition:transform .33s}.videoGroup--content{padding:0 24px}.videoGroup--title{font-weight:600;font-size:16px;line-height:1.5}.videoGroup--title span{display:none}.videoGroup--description{font-weight:500;font-size:16px;line-height:1.5;color:#858a8f;margin-bottom:10px}@media screen and (min-width:768px){.videoGroup--description{margin-bottom:calc(10px + 5 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.videoGroup--description{margin-bottom:15px}}.videoGroup--role{color:#858a8f;font-size:12px;font-weight:500;line-height:1.5}.videoGroup--role br:not(:first-of-type){display:none}@media screen and (max-width:768px){.videoGroup_large{text-align:center}.videoGroup_large .videoGroup--content div{justify-content:center;align-items:flex-start;text-align:center;flex-wrap:wrap}.videoGroup_large .videoGroup--title{display:flex;align-items:center;flex-shrink:0}.videoGroup_large .videoGroup--description{flex-shrink:0}.videoGroup_large .videoGroup--role{max-width:100%}.videoGroup--content{padding:0}}.caseStudiesList{background-color:var(--whiteColor);padding-top:85px;padding-bottom:40px}@media screen and (min-width:375px){.caseStudiesList{padding-top:calc(85px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesList{padding-top:125px}}@media screen and (min-width:375px){.caseStudiesList{padding-bottom:calc(40px + 84 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesList{padding-bottom:124px}}.caseStudiesList--groups{display:flex;align-items:center;justify-content:center;margin-bottom:19px}@media screen and (min-width:375px){.caseStudiesList--groups{margin-bottom:calc(19px + 71 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesList--groups{margin-bottom:90px}}.caseStudiesList--group{color:#858a8f;font-size:16px;line-height:1.375;font-weight:600;padding:8px 18px;margin-right:31px;border-radius:30px;transition:color .33s}@media screen and (min-width:768px){.caseStudiesList--group{font-size:calc(16px + 2 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudiesList--group{font-size:18px}}.caseStudiesList--group_active{color:#7769ff;background-color:rgba(113,105,255,.15)}.caseStudiesList--group:last-of-type{margin-right:0}.caseStudiesList--group:focus,.caseStudiesList--group:hover{color:#7769ff}.caseStudiesList--cards{list-style-type:none;display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:10px;row-gap:10px;grid-column-gap:21px;column-gap:21px}@media screen and (min-width:375px){.caseStudiesList--cards{row-gap:calc(10px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesList--cards{row-gap:75px}}@media screen and (min-width:768px){.caseStudiesList--cards{column-gap:calc(21px + 11 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudiesList--cards{column-gap:32px}}@media screen and (max-width:900px){.caseStudiesList--cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.caseStudiesList--cards{grid-template-columns:1fr}}.caseStudyCard{height:100%}.caseStudyCard>div{transition:box-shadow .33s,border-color,1s ease;border:2px solid #f5f6fa}.caseStudyCard>div:focus,.caseStudyCard>div:hover{border-color:#fff}.caseStudyCard a{color:inherit}.caseStudyCard>div{display:flex;flex-direction:column;color:inherit;height:100%;border-radius:15px;overflow:hidden;background-color:#fff;position:relative;z-index:1;box-shadow:0 54px 50px rgba(67,67,68,0);transition:box-shadow .33s}.caseStudyCard>div:focus,.caseStudyCard>div:hover{box-shadow:0 54px 50px rgba(67,67,68,.071)}.caseStudyCard>div:focus .caseStudyCard--cover img,.caseStudyCard>div:hover .caseStudyCard--cover img{transform:scale(1.05)}.caseStudyCard>div:focus .caseStudyCard--readStory svg,.caseStudyCard>div:hover .caseStudyCard--readStory svg{transform:translate3d(3px,0,.1px);transition:fill .3s ease;fill:var(--purpleColor)}.caseStudyCard>div:focus .caseStudyCard--readStory svg path,.caseStudyCard>div:hover .caseStudyCard--readStory svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.caseStudyCard>div:focus .caseStudyCard--readStory-label,.caseStudyCard>div:hover .caseStudyCard--readStory-label{color:var(--purpleColor)}.caseStudyCard--content{padding:20px 20px 23px;flex:1 1;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:375px){.caseStudyCard--content{padding-top:calc(20px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudyCard--content{padding-top:38px}}@media screen and (min-width:375px){.caseStudyCard--content{padding-bottom:calc(23px + 17 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudyCard--content{padding-bottom:40px}}.caseStudyCard--tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:16px}.caseStudyCard--tags-tag{display:flex;align-items:center;height:32px;border-radius:50px;padding:0 16px;border-radius:40px;border:1px solid #b3b3ba;font-size:14px;font-weight:600;color:#33333c}.caseStudyCard--tags-tag:hover{background-color:var(--purpleColor);color:var(--whiteColor);border-color:var(--purpleColor)}.caseStudyCard--title{font-size:18px;line-height:1.5;margin-bottom:10px}@media screen and (min-width:375px){.caseStudyCard--title{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.caseStudyCard--title{font-size:24px}}@media screen and (min-width:375px){.caseStudyCard--title{margin-bottom:calc(10px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudyCard--title{margin-bottom:35px}}.caseStudyCard--description{font-size:14px;line-height:1.66;margin-bottom:20px;color:#858a8f}@media screen and (min-width:375px){.caseStudyCard--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudyCard--description{font-size:18px}}@media screen and (min-width:375px){.caseStudyCard--description{margin-bottom:calc(20px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudyCard--description{margin-bottom:60px}}.caseStudyCard--readStory{display:flex;align-items:center;margin-top:auto}.caseStudyCard--readStory svg{width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform;fill:var(--blackColor)}.caseStudyCard--readStory svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.caseStudyCard--readStory-label{color:inherit;font-weight:700;line-height:1.33;font-size:16px}@media screen and (min-width:375px){.caseStudyCard--readStory-label{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.caseStudyCard--readStory-label{font-size:18px}}.caseStudyCard--visual{position:relative;padding-top:67%;overflow:hidden}.caseStudyCard--cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .45s}.caseStudyCard--icon img{position:absolute;bottom:45px;left:32px;height:auto;width:42px;bottom:21px;left:21px;filter:grayscale(100) brightness(0) invert(1)}@media screen and (min-width:768px){.caseStudyCard--icon img{bottom:calc(21px + 24 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudyCard--icon img{bottom:45px}}@media screen and (min-width:768px){.caseStudyCard--icon img{left:calc(21px + 11 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudyCard--icon img{left:32px}}@media screen and (max-width:600px){.caseStudyCard--visual{padding-top:50%}}.caseStudiesHeader{background-image:url(/media/case-studies/header-background.png);background-repeat:no-repeat;background-size:cover;margin-top:85px}@media screen and (min-width:375px){.caseStudiesHeader{margin-top:calc(85px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesHeader{margin-top:125px}}.caseStudiesHeader--container{max-width:1080px;display:flex;flex-direction:column;gap:36px;padding:80px 0;margin:auto}.caseStudiesHeader--container-title{font-size:26px;margin-bottom:10px;line-height:1.21;text-align:center}@media screen and (min-width:375px){.caseStudiesHeader--container-title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesHeader--container-title{font-size:56px}}@media screen and (min-width:375px){.caseStudiesHeader--container-title{margin-bottom:calc(10px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudiesHeader--container-title{margin-bottom:35px}}.caseStudiesHeader--container-form{display:flex;flex-direction:column;gap:36px}.caseStudiesHeader--container-form-fields{display:flex;gap:24px}@media(max-width:992px){.caseStudiesHeader--container-form-fields{flex-direction:column}}.caseStudiesHeader--container-form-fields-field{flex:1 1;background:#fff;padding:16px 24px;outline:none;border-radius:8px;border:1px solid #ccccd1;background-image:url(/media/case-studies/arrow-down.svg);background-repeat:no-repeat;background-position-x:97%;background-position-y:center;font-size:20px}.caseStudiesHeader--container-form-fields-field.defaultOption--select{color:#aab0b7}.caseStudiesHeader--container-form-button{margin:auto;padding:8px 16px 8px 36px;border-radius:8px;background-image:url(/media/case-studies/close.svg);background-repeat:no-repeat;background-position-x:8px;background-position-y:center;font-size:18px}.caseStudiesHeader--container-form-button:hover{background-color:#efeff2}.caseStudiesHeader--container-form-button-container{display:flex;justify-content:center;min-height:45px}.caseTestimonial{margin-top:17px;margin-bottom:17px;background-color:var(--purpleColor)}@media screen and (min-width:375px){.caseTestimonial{margin-top:calc(17px + 43 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial{margin-top:60px}}@media screen and (min-width:375px){.caseTestimonial{margin-bottom:calc(17px + 23 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial{margin-bottom:40px}}.caseTestimonial--inner{padding-top:130px;padding-bottom:110px;background-image:url(/media/purple-big-ornament.svg);background-position-y:20%;background-size:auto 90%;display:flex;flex-direction:column;gap:80px}@media screen and (max-width:1140px){.caseTestimonial--inner{background-size:contain;background-position-y:60px}}.caseTestimonial--testimonial{position:relative;color:var(--whiteColor);display:flex;flex-direction:column;gap:24px}.caseTestimonial--testimonial-description{font-weight:300;font-size:14px;line-height:24px}@media screen and (min-width:375px){.caseTestimonial--testimonial-description{font-size:calc(14px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--testimonial-description{font-size:24px}}@media screen and (min-width:375px){.caseTestimonial--testimonial-description{line-height:calc(24px + 16 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--testimonial-description{line-height:40px}}.caseTestimonial--testimonial-teller{display:flex;align-items:center;justify-content:center;gap:48px;padding:0 15px}@media screen and (max-width:1140px){.caseTestimonial--testimonial-teller{gap:8px}}.caseTestimonial--testimonial-teller-photo{border-radius:50%;overflow:hidden;width:130px;height:130px}@media screen and (max-width:1140px){.caseTestimonial--testimonial-teller-photo{width:82px;height:82px}}.caseTestimonial--testimonial-teller-photo img{width:100%;height:100%;object-fit:cover}.caseTestimonial--testimonial-teller-text{width:calc(100% - 178px)}@media screen and (max-width:1140px){.caseTestimonial--testimonial-teller-text{width:calc(100% - 92px)}}.caseTestimonial--testimonial-teller-text-name{font-size:24px;font-weight:600;margin:0;font-size:18px;line-height:24px}@media screen and (min-width:375px){.caseTestimonial--testimonial-teller-text-name{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--testimonial-teller-text-name{font-size:24px}}@media screen and (min-width:375px){.caseTestimonial--testimonial-teller-text-name{line-height:calc(24px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--testimonial-teller-text-name{line-height:36px}}.caseTestimonial--testimonial-teller-text-position{font-size:18px;font-size:14px;line-height:22px}@media screen and (min-width:375px){.caseTestimonial--testimonial-teller-text-position{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--testimonial-teller-text-position{font-size:18px}}@media screen and (min-width:375px){.caseTestimonial--testimonial-teller-text-position{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--testimonial-teller-text-position{line-height:30px}}.caseTestimonial--metrics{display:flex;justify-content:center;align-items:flex-start}@media screen and (max-width:1140px){.caseTestimonial--metrics{padding-top:0;flex-direction:column}}.caseTestimonial--metrics-container{display:flex;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:1140px){.caseTestimonial--metrics-container{width:70%;flex-direction:column}}.caseTestimonial--metrics-container-item{width:100%;height:100%;color:var(--whiteColor)}@media screen and (max-width:1140px){.caseTestimonial--metrics-container-item{padding:0}}.caseTestimonial--metrics-container-item--headline{font-weight:700;font-size:36px;color:inherit;line-height:1.27;margin-bottom:0}@media screen and (min-width:375px){.caseTestimonial--metrics-container-item--headline{font-size:calc(36px + 8 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.caseTestimonial--metrics-container-item--headline{font-size:44px}}@media screen and (min-width:375px){.caseTestimonial--metrics-container-item--headline{margin-bottom:calc(0px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.caseTestimonial--metrics-container-item--headline{margin-bottom:4px}}.caseTestimonial--metrics-container-item--text{font-size:14px;color:inherit;line-height:1.35;font-weight:500}@media screen and (min-width:375px){.caseTestimonial--metrics-container-item--text{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseTestimonial--metrics-container-item--text{font-size:20px}}.caseTestimonial--metrics-container:not(:last-child) .divider{width:1px;background-color:#fff;margin:0 49px;height:144px}@media screen and (max-width:1140px){.caseTestimonial--metrics-container:not(:last-child) .divider{width:100%;height:1px;margin:24px 0}}.caseTestimonial--button{display:flex;justify-content:center}.caseTestimonial--button button{display:inline-block;font-style:normal;font-weight:600;line-height:1.2;border-radius:10px;padding:20px 30px;background-color:var(--blackColor);font-size:20px;color:var(--whiteColor);width:260px}.aws_services{padding-top:30px;padding-bottom:230px;display:flex;align-items:center;justify-content:space-between;gap:110px}@media screen and (max-width:1140px){.aws_services{flex-direction:column;padding:20px 0;gap:32px}}.aws_services-wrapper{background-color:var(--whiteColor);background-image:url(/media/full-width-light-gray-ornament.svg);background-position-y:bottom;background-size:contain;background-repeat:no-repeat}@media screen and (max-width:1140px){.aws_services-wrapper{background-image:none}}.aws_services--text{display:flex;flex-direction:column;gap:42px}.aws_services--text h2{font-size:36px;line-height:44px}@media screen and (min-width:375px){.aws_services--text h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_services--text h2{font-size:44px}}@media screen and (min-width:375px){.aws_services--text h2{line-height:calc(44px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_services--text h2{line-height:56px}}.aws_services--text-list{display:flex;flex-direction:column;flex-wrap:wrap;height:310px;width:290px;gap:16px 32px;border-right:1px solid var(--lightPurpleColor)}@media screen and (max-width:1140px){.aws_services--text-list{flex-wrap:nowrap;width:auto;height:auto;gap:16px;border-right:none}}.aws_services--text-list li{min-width:100%;padding-right:32px;margin-left:32px;font-size:18px;line-height:32px;font-weight:600;color:var(--grayText)}.aws_services--image{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.aws_services--image{padding:40px 0;order:-1}}.aws_services--image-container{width:450px;height:450px;position:relative}@media screen and (max-width:1140px){.aws_services--image-container{width:90vw;height:90vw}}.blogCardList{display:grid;grid-template-columns:repeat(3,1fr);padding-top:20px;padding-bottom:20px;grid-gap:21px;gap:21px}@media screen and (min-width:375px){.blogCardList{padding-top:calc(20px + 34 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCardList{padding-top:54px}}@media screen and (min-width:375px){.blogCardList{padding-bottom:calc(20px + 57 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCardList{padding-bottom:77px}}@media screen and (min-width:375px){.blogCardList{gap:calc(21px + 11 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCardList{gap:32px}}.blogCardList .blogCard{border:2px solid #f5f6fa}@media screen and (max-width:1110px){.blogCardList{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.blogCardList{grid-template-columns:1fr}}.blogCard{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;transition:box-shadow .33s ease,border-color 1s ease;z-index:1}.blogCard:focus-within,.blogCard:hover{box-shadow:0 54px 50px rgba(67,67,68,.071);border-color:#fff}.blogCard_link .blogCard--content,.blogCard_podcast .blogCard--content{padding-top:0}.blogCard_link .blogCard--content-info,.blogCard_podcast .blogCard--content-info{position:absolute;top:0;left:0;width:100%;padding-top:27px;padding-left:20px;padding-right:20px}@media screen and (min-width:768px){.blogCard_link .blogCard--content-info,.blogCard_podcast .blogCard--content-info{padding-top:calc(27px + 16 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard_link .blogCard--content-info,.blogCard_podcast .blogCard--content-info{padding-top:43px}}@media screen and (min-width:768px){.blogCard_link .blogCard--content-info,.blogCard_podcast .blogCard--content-info{padding-left:calc(20px + 8 * (100vw - 768px) / 672);padding-right:calc(20px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard_link .blogCard--content-info,.blogCard_podcast .blogCard--content-info{padding-left:28px;padding-right:28px}}.blogCard_link .blogCard--title,.blogCard_podcast .blogCard--title{font-size:22px;margin-bottom:66px;line-height:1.33}@media screen and (min-width:375px){.blogCard_link .blogCard--title,.blogCard_podcast .blogCard--title{font-size:calc(22px + 14 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogCard_link .blogCard--title,.blogCard_podcast .blogCard--title{font-size:36px;margin-bottom:calc(66px + -25 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard_link .blogCard--title,.blogCard_podcast .blogCard--title{margin-bottom:41px}}.blogCard_link .blogCard--share,.blogCard_link .blogCard--volume,.blogCard_podcast .blogCard--share,.blogCard_podcast .blogCard--volume{transform:translateY(-50%)}.blogCard_link .blogCard--share svg,.blogCard_podcast .blogCard--share svg{width:34px;height:auto}.blogCard_link .blogCard--volume svg,.blogCard_podcast .blogCard--volume svg{width:44px;height:auto}.blogCard_link .blogCard--link span,.blogCard_podcast .blogCard--link span{color:#aab0b7;font-weight:600;font-size:14px;line-height:1.2}@media screen and (min-width:375px){.blogCard_link .blogCard--link span,.blogCard_podcast .blogCard--link span{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard_link .blogCard--link span,.blogCard_podcast .blogCard--link span{font-size:20px}}.blogCard>a{display:flex;flex-direction:column;height:100%}.blogCard--visual{height:298px}.blogCard--visual .sym-img{width:100%;height:100%}.blogCard--visual .sym-img img{width:100%;height:100%;object-fit:cover}.blogCard--content{padding:27px 25px 20px 20px;flex:1 1;display:flex;flex-direction:column}@media screen and (min-width:768px){.blogCard--content{padding-top:calc(27px + 19 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard--content{padding-top:46px}}@media screen and (min-width:375px){.blogCard--content{padding-bottom:calc(20px + 26 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--content{padding-bottom:46px}}@media screen and (min-width:375px){.blogCard--content{padding-left:calc(20px + 9 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--content{padding-left:29px}}@media screen and (min-width:375px){.blogCard--content{padding-right:calc(25px + -4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--content{padding-right:21px}}.blogCard--content-info{display:flex;flex-direction:column;justify-content:space-between;line-height:1.22;margin-bottom:37px}@media screen and (min-width:768px){.blogCard--content-info{margin-bottom:calc(37px + -3 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard--content-info{margin-bottom:34px}}.blogCard--group{font-weight:600;color:#7169ff;font-size:14px;margin-right:23px}@media screen and (min-width:375px){.blogCard--group{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--group{font-size:18px}}.blogCard--date{font-weight:600;font-size:14px;color:#aab0b7}@media screen and (min-width:375px){.blogCard--date{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--date{font-size:18px}}.blogCard--hearts{display:flex;align-items:center;background-color:#e5f1ff;padding:6px 14px;border-radius:30px}.blogCard--hearts svg{width:18px;height:15px;margin-right:4px}.blogCard--hearts-count{color:#7169ff;font-weight:600;font-size:18px}.blogCard--title{font-size:18px;margin-bottom:10px;color:#000;line-height:1.5}@media screen and (min-width:375px){.blogCard--title{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogCard--title{font-size:24px}}@media screen and (min-width:375px){.blogCard--title{margin-bottom:calc(10px + 24 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--title{margin-bottom:34px}}.blogCard--description{font-weight:500;color:#858a8f;font-size:14px;line-height:1.66;margin-bottom:40px}@media screen and (min-width:375px){.blogCard--description{font-size:calc(14px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogCard--description{font-size:18px;margin-bottom:calc(40px + -6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard--description{margin-bottom:34px}}.blogCard--description span{color:inherit!important;background:transparent!important;font:inherit!important}.blogCard--share{width:77px;height:77px;background-color:#e5f1ff;border-radius:50%;padding:20px;display:flex}.blogCard--share svg{margin:auto}.blogCard--volume{width:77px;height:77px;background-color:#e5f1ff;border-radius:50%;padding:16px;display:flex}.blogCard--volume svg{margin:auto}.blogCard--duration{color:#aab0b7;font-weight:600;font-size:14px;line-height:1.2}@media screen and (min-width:375px){.blogCard--duration{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--duration{font-size:20px}}.blogCard--link{display:flex;align-items:center;margin-top:auto}.blogCard--link span{color:#7169ff;line-height:1.2;font-weight:600;font-size:16px;margin-right:10px}@media screen and (min-width:375px){.blogCard--link span{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogCard--link span{font-size:20px}}@media screen and (min-width:768px){.blogCard--link span{margin-right:calc(10px + 4 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogCard--link span{margin-right:14px}}.blogCard--link svg{width:20px;height:auto}@media screen and (max-width:768px){.blogCard--visual{height:200px}}@media screen and (max-width:768px)and (min-width:375px){.blogCard--visual{height:calc(200px + 60 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.blogCard--visual{height:260px}}.blog--pagination{display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:40px}@media screen and (min-width:375px){.blog--pagination{margin-bottom:calc(40px + 48 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--pagination{margin-bottom:88px}}.blog--pagination-buttons{flex-wrap:wrap}.blog--pagination-button,.blog--pagination-buttons{display:flex;align-items:center;justify-content:center}.blog--pagination-button{border-radius:15px;color:#858a8f;font-weight:600;width:50px;height:50px;line-height:1.22;font-size:18px;margin:0 10px 10px;border:2px solid #f5f6fa;transition:border .33s,background-color .33s,color .33s;flex-shrink:0}@media screen and (min-width:768px){.blog--pagination-button{font-size:calc(18px + 4 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blog--pagination-button{font-size:22px}}.blog--pagination-button:focus,.blog--pagination-button:hover{border:2px solid #7169ff}.blog--pagination-button_active{background-color:#7169ff;color:#fff}.blog--pagination-button_active:focus,.blog--pagination-button_active:hover{background-color:#8881fc;border:2px solid #f5f6fa}.blog--pagination-more{width:20px;margin:0 10px 10px}.blog--pagination-more circle{fill:#858a8f}@media screen and (max-width:500px){.blog--pagination-more{display:none}}.blog--pagination-nav{display:flex;width:50px;height:50px;border:2px solid #f5f6fa;border-radius:15px;flex-shrink:0;margin-bottom:10px}.blog--pagination-nav:focus,.blog--pagination-nav:hover{border:2px solid #7169ff}.blog--pagination-nav svg{margin:auto;width:10px;height:18px}.blogBanner{position:relative;height:631px}@media screen and (min-width:375px){.blogBanner{height:calc(631px + 158 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner{height:789px}}.blogBanner--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000 -2%,transparent 102%);z-index:1}.blogBanner--cover{height:100%}.blogBanner--cover img{width:100%;height:100%;object-fit:cover;object-position:80%}.blogBanner .wrapper{position:relative}.blogBanner--content{position:absolute;left:0;display:flex;flex-direction:column;z-index:2;bottom:40px;padding-right:20px;padding-left:20px;max-width:100%}@media screen and (min-width:768px){.blogBanner--content{bottom:calc(40px + 57 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogBanner--content{bottom:97px}}@media screen and (min-width:768px){.blogBanner--content{padding-right:calc(20px + 180 * (100vw - 768px) / 672);padding-left:calc(20px + 180 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogBanner--content{padding-right:200px;padding-left:200px}}.blogBanner--group{display:flex;align-items:center;background-color:hsla(0,0%,100%,.2);mix-blend-mode:normal;border-radius:30px;padding:12px 30px;align-self:flex-start;margin-bottom:20px}@media screen and (min-width:768px){.blogBanner--group{margin-bottom:calc(20px + 19 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.blogBanner--group{margin-bottom:39px}}.blogBanner--group a{color:#fff;font-weight:600;font-size:16px;line-height:1.67}@media screen and (min-width:375px){.blogBanner--group a{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--group a{font-size:18px}}.blogBanner--group-name{opacity:.5;color:#fff;font-weight:600;font-size:16px;line-height:1.67}@media screen and (min-width:375px){.blogBanner--group-name{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--group-name{font-size:18px}}.blogBanner--group svg{width:9px;height:12px;fill:hsla(0,0%,100%,.5);margin-right:10px;margin-left:10px}@media screen and (min-width:375px){.blogBanner--group svg{margin-right:calc(10px + 7 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--group svg{margin-right:17px}}@media screen and (min-width:375px){.blogBanner--group svg{margin-left:calc(10px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--group svg{margin-left:14px}}.blogBanner--title{color:#fff;line-height:1.27;font-size:26px;width:731px;max-width:100%;margin-bottom:40px}@media screen and (min-width:375px){.blogBanner--title{font-size:calc(26px + 18 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogBanner--title{font-size:44px}}@media screen and (min-width:375px){.blogBanner--title{margin-bottom:calc(40px + 14 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blogBanner--title{margin-bottom:54px}}.blogBanner--author{display:flex;align-items:center}.blogBanner--author-avatar{width:70px;height:70px;margin-right:10px}@media screen and (min-width:375px){.blogBanner--author-avatar{width:calc(70px + 12 * (100vw - 375px) / 393);height:calc(70px + 12 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--author-avatar{width:82px;height:82px}}@media screen and (min-width:375px){.blogBanner--author-avatar{margin-right:calc(10px + 13 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--author-avatar{margin-right:23px}}.blogBanner--author-avatar img{width:100%;height:100%;border-radius:50%}.blogBanner--author-name{color:#fff;line-height:1.67;font-weight:600;font-size:16px}@media screen and (min-width:375px){.blogBanner--author-name{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--author-name{font-size:18px}}.blogBanner--date{color:#aab0b7;line-height:1.67;font-weight:600;font-size:14px}@media screen and (min-width:375px){.blogBanner--date{font-size:calc(14px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blogBanner--date{font-size:18px}}.startup_header{position:fixed;top:0;left:0;width:100%;z-index:10000;-webkit-backface-visibility:hidden;backface-visibility:hidden;--headerColor:var(--blackColor);--hoverColor:#000;--hoverBgColor:var(--whiteColor)}.startup_header.is-mobile-open,.startup_header.is-sticky{--headerHoverUnderline:unset}.startup_header.is-mobile-open .startup_header--bg,.startup_header.is-sticky .startup_header--bg{opacity:1;transition-delay:.1s}.startup_header.is-mobile-open .startup_header--🍔-open{display:none}.startup_header.is-mobile-open .startup_header--🍔-close{display:block}@media screen and (max-width:1140px){.startup_header.is-mobile-open{background:var(--lightGray)}.startup_header.is-mobile-open .startup_header--nav{transform:translateZ(.1px);background:var(--lightGray);overflow-y:auto;overflow-x:hidden}}.startup_header:not(.is-sticky):not(.is-mobile-open) .startup_header--nav-link.is-active,.startup_header:not(.is-sticky):not(.is-mobile-open) .startup_header--nav-link:focus,.startup_header:not(.is-sticky):not(.is-mobile-open) .startup_header--nav-link:hover{background-color:var(--lightGray)}.startup_header.is-sticky .startup_header--bg{background:var(--lightGray)}.startup_header.is-sticky .startup_header--nav-link.is-active{color:var(--lightGray);background-color:var(--lightGray)}.startup_header--inner{position:relative}.startup_header--bg{background:transparent;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;transition:color .5s ease;transition-delay:.2s}.startup_header .wrapper{position:relative;z-index:20;transition:transform .3s ease;will-change:transform}.startup_header--container{position:relative}.startup_header--container,.startup_header--container-logo{display:flex;align-items:center;justify-content:space-between}.startup_header--container-logo{gap:24px}.startup_header--logo{position:relative}.startup_header--logo svg{display:block;height:42px;width:auto}.startup_header--logo svg path{fill:var(--headerColor,#000);transition:fill .5s ease}.startup_header--logo-startup{position:relative;display:flex;justify-content:center;align-items:center;max-height:60px}.startup_header--nav-list{display:flex;align-items:center;list-style:none}@media screen and (min-width:1141px){.startup_header--nav-item:focus .startup_header--nav-link,.startup_header--nav-item:hover .startup_header--nav-link{-webkit-text-decoration:var(--headerHoverUnderline);text-decoration:var(--headerHoverUnderline);background:var(--hoverBgColor);color:var(--hoverColor)}}.startup_header--nav-link{font-weight:600;font-size:14px;line-height:1.71;color:var(--headerColor,#000);padding:50px 20px;display:flex;align-items:center;transition:color .4s ease,background .75s ease}.startup_header--nav-btn{margin-left:20px}.startup_header--🍔{width:40px;height:40px;display:none;align-items:center;justify-content:center;align-self:flex-end}.startup_header--🍔 path{fill:var(--headerColor,#000)}.startup_header--🍔-close{display:none}.startup_header--🍔-open{display:block}@media screen and (max-width:1140px){.startup_header .wrapper{padding:21px 20px 19px}.startup_header--container-logo{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px}.startup_header--nav{position:fixed;top:100%;left:0;width:100vw;height:calc(100vh - 80px);transform:translate3d(100%,0,.1px)}.startup_header--nav-list{width:100%;height:100%;background:var(--headerBGColor);flex-direction:column}.startup_header--nav-item{width:100%}.startup_header--nav-link{width:100%;padding:28px 30px 28px 20px}.startup_header--nav-btn{display:inline-block;margin:28px 30px 28px 20px}.startup_header--logo svg{height:28px}.startup_header--🍔{display:flex;align-self:flex-start}.startup_header--🍔-open{width:30px;height:auto}.startup_header--🍔-close{width:22px}}.startup_hero{padding-top:96px;padding-bottom:96px;display:flex;justify-content:space-between}@media screen and (max-width:1140px){.startup_hero{flex-direction:column;padding:20px 0}}.startup_hero--text{display:flex;flex-direction:column;gap:36px}.startup_hero--text-headings{display:flex;flex-direction:column;gap:16px}.startup_hero--text-headings h1{display:flex;flex-direction:column;max-width:600px;font-size:44px;line-height:68px}@media screen and (min-width:375px){.startup_hero--text-headings h1{font-size:calc(44px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.startup_hero--text-headings h1{font-size:56px}}@media screen and (max-width:1140px){.startup_hero--text-headings h1{line-height:56px}}.startup_hero--text-headings h1 .purple-title{color:var(--purpleColor)}.startup_hero--text-headings .black-subtitle{font-size:18px;font-weight:700}.startup_hero--text-headings .gray-subtitle{font-size:18px;color:var(--grayText)}@media screen and (max-width:1140px){.startup_hero--text .startup_btn{width:100%;text-align:center}}.startup_hero--image{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.startup_hero--image{padding:40px 0;order:-1}}.startup_hero--image-container{width:450px;height:450px;position:relative}@media screen and (max-width:1140px){.startup_hero--image-container{width:80vw;height:80vw}}.startup_wrapper{background-image:url(/media/at-a-glance.png);background-color:var(--whiteColor);background-size:1440px calc(100% - 104px);background-position-y:52px;background-position-x:center;background-repeat:no-repeat}@media screen and (max-width:1140px){.startup_wrapper{background-image:url(/media/big-ornament.svg);background-size:100% auto;background-position-y:calc(100% - 52px)}}.startup_glance{display:flex;flex-direction:column;gap:60px;padding:120px 0}@media screen and (max-width:1140px){.startup_glance{padding:40px 0}}.startup_glance .startup_subtitle{text-align:center}.startup_glance--sections{display:flex;flex-wrap:wrap}.startup_glance--sections-single{width:33.3333333333%;padding:0 48px;height:210px;display:flex;flex-direction:column;align-items:center;gap:26px}@media screen and (max-width:1140px){.startup_glance--sections-single{width:100%}}.startup_glance--sections-single-container{height:100px;display:flex;align-items:flex-end}.startup_glance--sections-single-container-icon{position:relative;width:64px;height:64px}.startup_glance--sections-single-title{text-align:center;font-size:20px;font-weight:500}.startup_about{background-size:cover;background-position-y:52px;background-position-x:center;position:relative}.startup_about:after{position:absolute;content:"";height:calc(100% - 52px);width:100%;top:52px;left:0;background:linear-gradient(180deg,#000,transparent 25.03%),linear-gradient(270deg,rgba(0,0,0,.8) 49.14%,rgba(0,0,0,.472))}.startup_about--container{position:relative;z-index:10;display:flex;padding:140px 0;gap:126px}@media screen and (max-width:1140px){.startup_about--container{flex-direction:column;gap:70px}}.startup_about--container .startup_title{width:50%;color:var(--whiteColor)}@media screen and (max-width:1140px){.startup_about--container .startup_title{width:100%;padding:0 30px}}.startup_about--container-sections{width:50%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1140px){.startup_about--container-sections{width:100%}}.startup_about--container-sections-single{background-color:var(--darkGray);color:var(--whiteColor);padding:20px 100px;text-align:center;border-radius:12px}@media screen and (max-width:1140px){.startup_about--container-sections-single{padding:20px}}.startup_about--container-sections-single-top{color:var(--lightGrayText);font-size:18px}.startup_about--container-sections-single-mid{font-size:44px;font-weight:700}@media screen and (min-width:375px){.startup_about--container-sections-single-mid{font-size:calc(44px + 12 * (100vw - 375px) / 649)}}@media screen and (min-width:1024px){.startup_about--container-sections-single-mid{font-size:56px}}.startup_about--container-sections-single-bot{font-size:24px;font-weight:700}.startup_testimonial{background:var(--whiteColor);padding:100px 120px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:50px;box-shadow:0 24px 33px -9px rgba(0,0,0,.1)}@media screen and (max-width:1140px){.startup_testimonial{height:auto;padding:72px 36px 52px}}.startup_testimonial--text{text-align:center}.startup_testimonial--text-summary{color:var(--grayText);font-size:20px;margin-bottom:24px}.startup_testimonial--text-person{font-size:20px;font-weight:700}.startup_testimonial--text-position{font-size:20px;color:var(--darkGray)}.startup_testimonial--logo{position:relative;height:100px;width:200px}#testimonialLeft{left:20%;top:50%}@media screen and (max-width:1140px){#testimonialLeft{left:11%}}#testimonialRight{right:20%;top:50%}@media screen and (max-width:1140px){#testimonialRight{right:11%}}.startup_offices{min-height:70vh}@media screen and (max-width:1140px){.startup_offices{height:auto}}.startup_offices-overall-background{background-color:#000;background-image:linear-gradient(180deg,#7169ff,#333194 38.02%,rgba(51,49,148,0));position:relative}@media screen and (max-width:1140px){.startup_offices-overall-background{padding:60px 0;overflow:hidden}.startup_offices{display:flex;flex-direction:column}}.startup_offices--background{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.startup_offices--background{position:relative;width:175%}}.startup_offices--background-image{width:100vw;min-height:65vh}@media screen and (max-width:1140px){.startup_offices--background-image{width:180vw;height:50vh}}.startup_offices--text{position:relative;z-index:10;color:var(--whiteColor);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:215px 0}@media screen and (max-width:1140px){.startup_offices--text{order:-1;padding:20px;align-items:flex-start}}.startup_offices--text .startup_subtitle{width:400px;margin-bottom:12px}@media screen and (max-width:1140px){.startup_offices--text .startup_subtitle{width:auto}}.startup_offices--text--sections{width:400px;font-size:18px;display:flex;flex-direction:column;gap:24px;line-height:30px}@media screen and (max-width:1140px){.startup_offices--text--sections{width:auto}}.startup_offices--text--sections-single.yellow .heading{color:#ffbe3d}.startup_offices--text--sections-single.red .heading{color:#fe7475}.startup_offices--text--sections-single.purple .heading{color:#6c69ff}.startup_stages{padding-bottom:96px;display:flex;flex-direction:column;gap:64px}@media screen and (max-width:1140px){.startup_stages{gap:70px}}.startup_stages .startup_subtitle{text-align:center}.startup_stages--stages{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.startup_stages--stages-single{width:calc(50% - 8px);border-radius:12px;background-color:var(--whiteColor);overflow:hidden}@media screen and (max-width:1140px){.startup_stages--stages-single{width:100%}}.startup_stages--stages-single-decoration{width:100%;height:16px;background-color:var(--cardColor)}.startup_stages--stages-single-content{padding:16px 16px 32px;display:flex;flex-direction:column;gap:8px;height:calc(100% - 16px)}.startup_stages--stages-single-title{font-size:32px;line-height:48px;font-weight:700;color:var(--cardColor);display:flex}.startup_stages--stages-single-subtitle{color:var(--lightGrayText);font-weight:700;font-size:13px;line-height:20px}.startup_stages--stages-single-list{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 20px;gap:10px}.startup_stages--stages-single-list-item{font-size:16px;line-height:32px}.startup_stages--stages-single-recommended{color:var(--lightGrayText)}.startup_stages--stages-single-recommendation{color:var(--grayText)}.startup_cards{background-color:#000}.startup_cards--wrapper{padding-top:96px;padding-bottom:96px;display:flex;flex-direction:column;gap:96px}.startup_cards .ornament-dark{background-color:var(--lightGray)}.startup_cards .startup_subtitle{color:var(--whiteColor);text-align:center}.startup_cards--cards{display:flex;flex-wrap:wrap;gap:36px}.startup_cards--cards-single{width:calc(50% - 18px);border-radius:12px;background-color:var(--darkGray);overflow:hidden;color:var(--whiteColor)}@media screen and (max-width:1140px){.startup_cards--cards-single{width:100%}}.startup_cards--cards-single-decoration{width:100%;height:18px;background-color:var(--cardColor)}.startup_cards--cards-single-content{padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:48px;height:calc(100% - 18px)}.startup_cards--cards-single-heading{color:var(--cardColor);text-transform:uppercase}.startup_cards--cards-single-title{font-size:32px;font-weight:700}.startup_cards--cards-single-paragraph{font-size:20px}.featured-blog-wrapper{padding:96px 0}.text-image-wrapper{background-color:var(--whiteColor)}.text-image-wrapper .text-image{position:relative;display:flex;gap:72px}@media screen and (max-width:1140px){.text-image-wrapper .text-image{flex-direction:column;gap:0}}.text-image-wrapper .text-image--text{padding:200px 0;display:flex;flex-direction:column;gap:48px;width:45%}@media screen and (max-width:1140px){.text-image-wrapper .text-image--text{width:100%;padding:20px 0;gap:16px}}.text-image-wrapper .text-image--text-title{font-size:36px;line-height:48px}@media screen and (min-width:375px){.text-image-wrapper .text-image--text-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--text-title{font-size:44px}}@media screen and (min-width:375px){.text-image-wrapper .text-image--text-title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--text-title{line-height:56px}}.text-image-wrapper .text-image--text-paragraph{font-size:14px;line-height:22px;white-space:pre-wrap}@media screen and (min-width:375px){.text-image-wrapper .text-image--text-paragraph{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--text-paragraph{font-size:18px}}@media screen and (min-width:375px){.text-image-wrapper .text-image--text-paragraph{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--text-paragraph{line-height:30px}}.text-image-wrapper .text-image--what-we-offer-text{padding:100px 0;display:flex;flex-direction:column;gap:48px;width:45%}@media screen and (max-width:1140px){.text-image-wrapper .text-image--what-we-offer-text{width:100%;padding:20px 0;gap:16px}}.text-image-wrapper .text-image--what-we-offer-text-title{font-size:36px;line-height:48px}@media screen and (min-width:375px){.text-image-wrapper .text-image--what-we-offer-text-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--what-we-offer-text-title{font-size:44px}}@media screen and (min-width:375px){.text-image-wrapper .text-image--what-we-offer-text-title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--what-we-offer-text-title{line-height:56px}}.text-image-wrapper .text-image--what-we-offer-text-subtitle{font-size:16px;line-height:28px}@media screen and (min-width:375px){.text-image-wrapper .text-image--what-we-offer-text-subtitle{font-size:calc(16px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--what-we-offer-text-subtitle{font-size:24px}}@media screen and (min-width:375px){.text-image-wrapper .text-image--what-we-offer-text-subtitle{line-height:calc(28px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--what-we-offer-text-subtitle{line-height:36px}}.text-image-wrapper .text-image--what-we-offer-text-paragraph{font-size:14px;line-height:22px;white-space:pre-wrap}@media screen and (min-width:375px){.text-image-wrapper .text-image--what-we-offer-text-paragraph{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--what-we-offer-text-paragraph{font-size:18px}}@media screen and (min-width:375px){.text-image-wrapper .text-image--what-we-offer-text-paragraph{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.text-image-wrapper .text-image--what-we-offer-text-paragraph{line-height:30px}}.text-image-wrapper .text-image--image{width:50%}@media screen and (max-width:1140px){.text-image-wrapper .text-image--image{width:100%;height:80vw;order:-1}}.text-image-wrapper .text-image--image-container{width:100%;height:100%;position:relative}.text-image-wrapper .yellow-ornament{width:110px;height:110px;background-image:url(/media/yellow-ornament.svg);background-size:contain;position:absolute;left:-135px;bottom:50px}@media screen and (max-width:1140px){.text-image-wrapper .yellow-ornament{display:none}}.pe-hero-wrapper{padding-top:124px;background-size:100% auto;background-repeat:no-repeat}@media screen and (max-width:1140px){.pe-hero-wrapper{padding-top:32vh;background-position-y:80px;background-position-x:right;background-size:auto 41vh}.pe-hero-wrapper .full-ornament-light{display:none}}.pe-hero{padding:96px 0}@media screen and (max-width:1140px){.pe-hero{padding-bottom:45px}}.pe-hero ol,.pe-hero ul{-webkit-padding-start:24px;padding-inline-start:24px}.pe-hero--text{display:flex;flex-direction:column;gap:24px;width:722px}@media screen and (max-width:1140px){.pe-hero--text{width:100%}}.pe-hero--text h1{font-size:32px;line-height:40px}@media screen and (min-width:375px){.pe-hero--text h1{font-size:calc(32px + 24 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text h1{font-size:56px}}@media screen and (min-width:375px){.pe-hero--text h1{line-height:calc(40px + 32 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text h1{line-height:72px}}.pe-hero--text h1 .purple-title{color:var(--purpleColor)}.pe-hero--text .gray-subtitle{font-size:14px;line-height:22px;color:var(--grayText)}@media screen and (min-width:375px){.pe-hero--text .gray-subtitle{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text .gray-subtitle{font-size:18px}}@media screen and (min-width:375px){.pe-hero--text .gray-subtitle{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text .gray-subtitle{line-height:30px}}.pe-hero--text .black-subtitle{font-weight:700;font-size:18px;line-height:30px}@media screen and (min-width:375px){.pe-hero--text .black-subtitle{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text .black-subtitle{font-size:24px}}@media screen and (min-width:375px){.pe-hero--text .black-subtitle{line-height:calc(30px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text .black-subtitle{line-height:36px}}@media screen and (min-width:1140px){.pe-hero--text .black-subtitle{padding-right:190px}}.pe-hero--text .extra-subtitle{color:var(--grayText);font-size:14px;line-height:22px}@media screen and (min-width:375px){.pe-hero--text .extra-subtitle{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text .extra-subtitle{font-size:18px}}@media screen and (min-width:375px){.pe-hero--text .extra-subtitle{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-hero--text .extra-subtitle{line-height:30px}}@media screen and (max-width:1140px){.pe-hero--text-button{width:100%}.pe-hero--text-button a{width:100%;text-align:center}}.pe-cards-wrapper{background-image:url(/media/private-equity/pe-cards.png);background-size:cover;background-repeat:no-repeat}@media screen and (max-width:1140px){.pe-cards-wrapper .purple-full-ornament{background-size:contain;background-position:bottom!important;height:32px!important}}.pe-cards{padding:96px 0;display:flex;flex-direction:column;gap:48px}@media screen and (max-width:1140px){.pe-cards{padding:20px 0;gap:16px}}.pe-cards--headings{display:flex;flex-direction:column;gap:16px;color:var(--whiteColor);text-align:center}@media screen and (max-width:1140px){.pe-cards--headings{text-align:left}}.pe-cards--headings-title{font-size:36px;line-height:48px}@media screen and (min-width:375px){.pe-cards--headings-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-cards--headings-title{font-size:44px}}@media screen and (min-width:375px){.pe-cards--headings-title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-cards--headings-title{line-height:56px}}.pe-cards--headings-subtitle{font-size:14px;line-height:22px}@media screen and (min-width:375px){.pe-cards--headings-subtitle{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-cards--headings-subtitle{font-size:18px}}@media screen and (min-width:375px){.pe-cards--headings-subtitle{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-cards--headings-subtitle{line-height:30px}}.pe-cards--cards{display:flex;gap:8px}@media screen and (max-width:1140px){.pe-cards--cards{flex-direction:column}}.pe-cards--cards-single{flex:1 1;padding:32px 16px;box-shadow:0 24px 33px -9px rgba(0,0,0,.1);border-radius:15px;background-color:var(--cardColor);color:var(--whiteColor)}.pe-cards--cards-single-decoration{margin-bottom:32px}.pe-cards--cards-single-title{margin-bottom:8px}.pe-cards--cards-single-list{flex:1 1;padding-left:20px;line-height:32px}.pe-banner-wrapper{background-color:var(--purpleColor);color:var(--whiteColor)}.pe-banner-wrapper.white{background-color:var(--whiteColor);color:var(--blackColor)}.pe-banner-wrapper.gray{background-color:var(--lightGray);color:var(--blackColor)}.pe-banner{display:flex;justify-content:space-between;align-items:center;padding:48px 0}@media screen and (max-width:1140px){.pe-banner{flex-direction:column;gap:8px}}.pe-banner--headings{width:50%;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:1140px){.pe-banner--headings{width:100%}}.pe-banner--headings-title{font-size:44px;line-height:56px}.pe-banner--headings-subtitle{font-size:18px;line-height:30px}@media screen and (max-width:1140px){.pe-banner--button{width:100%}}.pe-banner--button .startup_btn{background-color:var(--blackColor)!important;text-align:center}@media screen and (max-width:1140px){.pe-banner--button .startup_btn{width:100%}}.pe-grid-wrapper{position:relative;background-color:var(--blackColor);background-image:url(/media/about-us-ornament-vertical.svg);background-position-x:-38px;background-repeat:repeat-y}.pe-grid-wrapper .pe-grid--ornament{position:absolute;top:50%;width:76px;display:block;height:auto}@media screen and (max-width:1140px){.pe-grid-wrapper .pe-grid--ornament{display:none}}.pe-grid-wrapper .pe-grid--ornament_l{left:0;transform:translate3d(-50%,-50%,.1px)}.pe-grid{padding:120px 0}@media screen and (max-width:1140px){.pe-grid{padding:16px 0}}.pe-grid--grid{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width:1140px){.pe-grid--grid{flex-direction:column;gap:8px}}.pe-grid--grid-row-title{display:flex;justify-content:left;align-items:center;width:100%;height:100%;color:var(--whiteColor);padding-top:48px;padding-bottom:24px}.pe-grid--grid-item{width:calc(33.3333333333% - 16px)}@media screen and (max-width:1140px){.pe-grid--grid-item{width:100%}}.pe-grid--grid-item-title{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:var(--whiteColor);font-size:36px;line-height:48px}@media screen and (min-width:375px){.pe-grid--grid-item-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-title{font-size:44px}}@media screen and (min-width:375px){.pe-grid--grid-item-title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-title{line-height:56px}}.pe-grid--grid-item-card{height:100%;min-height:240px;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:48px 24px;gap:19px;box-shadow:0 24px 33px -9px rgba(0,0,0,.1);border-radius:15px;background-color:var(--whiteColor)}.pe-grid--grid-item-card-decoration{height:20px;width:100%;position:absolute;top:0;left:0;background-color:var(--purpleColor)}.pe-grid--grid-item-card-title{color:var(--titleColor);font-size:36px;line-height:48px}@media screen and (min-width:375px){.pe-grid--grid-item-card-title{font-size:calc(36px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-card-title{font-size:56px}}@media screen and (min-width:375px){.pe-grid--grid-item-card-title{line-height:calc(48px + 24 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-card-title{line-height:72px}}.pe-grid--grid-item-card-subtitle{color:var(--darkGray);font-size:18px;line-height:24px}@media screen and (min-width:375px){.pe-grid--grid-item-card-subtitle{font-size:calc(18px + 2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-card-subtitle{font-size:20px}}@media screen and (min-width:375px){.pe-grid--grid-item-card-subtitle{line-height:calc(24px + 0 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-card-subtitle{line-height:24px}}.pe-grid--grid-item-card-text{font-size:14px;line-height:22px;position:absolute;opacity:0;background-color:var(--purpleColor);color:var(--whiteColor);top:0;left:0;width:100%;height:100%;padding:20px 25px;transition:opacity .33s,transform .33s}@media screen and (min-width:375px){.pe-grid--grid-item-card-text{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-card-text{font-size:18px}}@media screen and (min-width:375px){.pe-grid--grid-item-card-text{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-grid--grid-item-card-text{line-height:30px}}.pe-grid--grid-item-card:hover .pe-grid--grid-item-card-text{opacity:1}.pe-testimonials-wrapper{background-color:var(--purpleColor)}.pe-testimonials-wrapper .wrapper{background-image:url(/media/purple-big-ornament.svg);background-position-y:center}@media screen and (max-width:1140px){.pe-testimonials-wrapper .wrapper{background-size:contain;background-position-y:60px}}.pe-testimonials{padding:120px 0 100px;position:relative;color:var(--whiteColor)}@media screen and (max-width:1140px){.pe-testimonials{padding:40px 0}}.pe-testimonials--title{margin-bottom:64px;font-size:36px;line-height:48px}@media screen and (max-width:1140px){.pe-testimonials--title{margin-bottom:16px}}@media screen and (min-width:375px){.pe-testimonials--title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--title{font-size:44px}}@media screen and (min-width:375px){.pe-testimonials--title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--title{line-height:56px}}.pe-testimonials--item{display:flex;flex-direction:column;gap:24px}.pe-testimonials--item-description{font-size:14px;line-height:24px}@media screen and (min-width:375px){.pe-testimonials--item-description{font-size:calc(14px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--item-description{font-size:24px}}@media screen and (min-width:375px){.pe-testimonials--item-description{line-height:calc(24px + 16 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--item-description{line-height:40px}}.pe-testimonials--item-teller{display:flex;align-items:center;justify-content:center;gap:48px;padding:0 15px}@media screen and (max-width:1140px){.pe-testimonials--item-teller{gap:8px}}.pe-testimonials--item-teller-photo{border-radius:50%;overflow:hidden;width:130px;height:130px}@media screen and (max-width:1140px){.pe-testimonials--item-teller-photo{width:82px;height:82px}}.pe-testimonials--item-teller-photo img{width:100%;height:100%;object-fit:cover}.pe-testimonials--item-teller-text{width:calc(100% - 178px)}@media screen and (max-width:1140px){.pe-testimonials--item-teller-text{width:calc(100% - 92px)}}.pe-testimonials--item-teller-text-name{font-size:24px;font-weight:600;margin:0;font-size:18px;line-height:24px}@media screen and (min-width:375px){.pe-testimonials--item-teller-text-name{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--item-teller-text-name{font-size:24px}}@media screen and (min-width:375px){.pe-testimonials--item-teller-text-name{line-height:calc(24px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--item-teller-text-name{line-height:36px}}.pe-testimonials--item-teller-text-position{font-size:18px;font-size:14px;line-height:22px}@media screen and (min-width:375px){.pe-testimonials--item-teller-text-position{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--item-teller-text-position{font-size:18px}}@media screen and (min-width:375px){.pe-testimonials--item-teller-text-position{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-testimonials--item-teller-text-position{line-height:30px}}.pe-testimonials .controls{display:flex;align-items:center}.pe-testimonials .controls .owl-arrow{width:150px;display:flex;align-items:center}@media(max-width:992px){.pe-testimonials .controls .owl-arrow{width:70px}}@media(max-width:768px){.pe-testimonials .controls .owl-arrow{width:50px}}.pe-testimonials .controls .owl-arrow img{width:100%;height:100%;object-fit:contain}.pe-testimonials .controls .owl-arrow#arrow-right{transform:rotate(180deg)}.owl-dots{display:flex;width:100%;margin:50px 20px;height:5px;overflow:hidden}@media(max-width:768px){.owl-dots{height:2px}}.owl-dots .owl-dot{background:#5654e5!important;width:100%;height:5px}@media(max-width:768px){.owl-dots .owl-dot{height:2px}}.owl-dots .owl-dot.active{background:#1917a5!important}.pe-digital-value{padding:120px 0;background-size:cover}.pe-digital-value-wrapper{display:flex}.pe-digital-value-wrapper--text{width:40%}.pe-digital-value-wrapper--data{width:60%}@media screen and (max-width:992px){.pe-digital-value-wrapper{flex-wrap:wrap}.pe-digital-value-wrapper--data,.pe-digital-value-wrapper--text{width:100%}}.pe-digital-value-wrapper--text .title{color:var(--whiteColor);font-size:24px;font-size:30px;margin-bottom:36px}@media screen and (min-width:375px){.pe-digital-value-wrapper--text .title{font-size:calc(24px + 12 * (100vw - 375px) / 825)}}@media screen and (min-width:1200px){.pe-digital-value-wrapper--text .title{font-size:36px;font-size:calc(30px + 14 * (100vw - 1200px) / 240)}}@media screen and (min-width:1440px){.pe-digital-value-wrapper--text .title{font-size:44px}}.pe-digital-value-wrapper--text .subtitle{color:var(--whiteColor);font-size:14px;font-size:20px;margin-bottom:36px}@media screen and (min-width:375px){.pe-digital-value-wrapper--text .subtitle{font-size:calc(14px + 4 * (100vw - 375px) / 825)}}@media screen and (min-width:1200px){.pe-digital-value-wrapper--text .subtitle{font-size:18px;font-size:calc(20px + 4 * (100vw - 1200px) / 240)}}@media screen and (min-width:1440px){.pe-digital-value-wrapper--text .subtitle{font-size:24px}}@media screen and (min-width:768px){.pe-digital-value-wrapper--text .subtitle{margin-bottom:calc(36px + 24 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.pe-digital-value-wrapper--text .subtitle{margin-bottom:60px}}@media screen and (min-width:992px){.pe-digital-value-wrapper--text .subtitle{padding-right:70px}}@media screen and (min-width:768px){.pe-digital-value .digitalValue--swiper-slide.none{margin-top:0}.pe-digital-value .digitalValue--swiper-slide.low{margin-top:65px}.pe-digital-value .digitalValue--swiper-slide.medium{margin-top:130px}.pe-digital-value .digitalValue--swiper-slide.high{margin-top:195px}}.pe-digital-value .digitalValue--swiper-slide-item{border-radius:8px;background-color:var(--whiteColor);padding:24px;max-width:100%;max-width:270px}@media screen and (min-width:0px){.pe-digital-value .digitalValue--swiper-slide-item{max-width:calc(100% + 0 * (100vw - 0px) / 768)}}@media screen and (min-width:768px){.pe-digital-value .digitalValue--swiper-slide-item{max-width:100%;max-width:calc(270px + 30 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.pe-digital-value .digitalValue--swiper-slide-item{max-width:300px}}.pe-digital-value .digitalValue--swiper-slide-item-image img{border-radius:4px;width:100%;height:auto}.pe-digital-value .digitalValue--swiper-slide-item-card-title{font-size:24px;margin-top:16px;margin-bottom:24px}@media screen and (min-width:375px){.pe-digital-value .digitalValue--swiper-slide-item-card-title{margin-top:calc(16px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-digital-value .digitalValue--swiper-slide-item-card-title{margin-top:24px}}@media screen and (min-width:375px){.pe-digital-value .digitalValue--swiper-slide-item-card-title{margin-bottom:calc(24px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.pe-digital-value .digitalValue--swiper-slide-item-card-title{margin-bottom:36px}}.pe-digital-value .digitalValue--swiper-slide-item-arrow{position:relative;top:15px}@media screen and (max-width:768px){.pe-digital-value .digitalValue--swiper-slide-item-arrow{display:none}}.pe-digital-value .digitalValue--swiper-slide-item-arrow.left-position{float:left}.pe-digital-value .digitalValue--swiper-slide-item-arrow.right-position{float:right}.pe-digital-value .digitalValue--swiper-slide-item-arrow.temp-hidden-arrow{transition:.3s linear;opacity:0}.pe-digital-value .digitalValue--swiper-slide-item-arrow.temp-hidden-arrow.visible{opacity:1}.pe-digital-value .bullet-points{list-style:none;padding:0}.pe-digital-value .bullet-points-item{line-height:32px;display:flex}.pe-digital-value .bullet-points-item svg{position:relative;top:10px;width:16px;height:12px}.pe-digital-value .bullet-points-item-title{width:80%;margin-left:16px}.pe-digital-value .pe-digitalvalue--item-pagination{margin-top:50px}@media screen and (max-width:768px){.pe-digital-value .pe-digitalvalue--item-pagination{text-align:center}}.pe-digital-value .pe-digitalvalue--item-pagination-bullet{width:50px;height:4px;background-color:var(--lightPurpleColor);margin-right:16px}.pe-digital-value .pe-digitalvalue--item-pagination-bullet_active{background-color:var(--purpleColor)}.pe-digital-value-cta-area{background-color:hsla(0,0%,100%,.584);margin-top:48px;padding:48px 64px;display:flex;justify-content:space-between;align-items:center;border-radius:30px}@media screen and (max-width:768px){.pe-digital-value-cta-area{padding:54px 24px;flex-wrap:wrap}}.pe-digital-value-cta-area-data{width:50%}@media screen and (max-width:768px){.pe-digital-value-cta-area-data{width:100%}}.pe-digital-value-cta-area-data-title{color:var(--purpleColor);font-size:24px;font-size:30px}@media screen and (min-width:375px){.pe-digital-value-cta-area-data-title{font-size:calc(24px + 12 * (100vw - 375px) / 825)}}@media screen and (min-width:1200px){.pe-digital-value-cta-area-data-title{font-size:36px;font-size:calc(30px + 14 * (100vw - 1200px) / 240)}}@media screen and (min-width:1440px){.pe-digital-value-cta-area-data-title{font-size:44px}}.pe-digital-value-cta-area-data-subtitle{font-size:18px}@media screen and (max-width:768px){.pe-digital-value-cta-area-action{width:100%}}.pe-digital-value-cta-area-action-skills{background:#000;padding:20px 30px;color:#fff;border-radius:10px;font-weight:600;font-size:20px;line-height:24px}@media screen and (max-width:768px){.pe-digital-value-cta-area-action-skills{width:100%;margin-top:24px}}.pe-clients-carousel-wrapper{padding-bottom:96px;position:relative;display:flex;align-items:center}@media screen and (max-width:768px){.pe-clients-carousel-wrapper .swiper{max-width:250px}}.pe-clients-carousel-wrapper .client-slide{display:flex;align-items:center;justify-content:center;min-height:100px}.pe-clients-carousel-wrapper .client-slide .client-link{display:flex;width:100%;height:100%}.pe-clients-carousel-wrapper .client-slide .client-link img{width:100%;height:100%;object-fit:contain;filter:grayscale(1)}.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button_left,.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button_right{position:absolute;background:#000;width:40px;height:40px;padding:10px;border-radius:50%;fill:#fff;color:#fff}.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button_left{left:50px}@media screen and (max-width:768px){.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button_left{left:20px}}.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button_right{right:50px}@media screen and (max-width:768px){.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button_right{right:20px}}@media screen and (min-width:768px){.pe-clients-carousel-wrapper .clientsCarousel--swiper-nav-button{display:none}}.parent{position:relative}.parent .metrics-wrapper{background-color:var(--whiteColor);background-position-y:410px,bottom;background-image:url(/media/dark-purple-full-ornament.svg),url(/media/purple-background.png);background-size:50% auto,100% auto;background-repeat:repeat-x,no-repeat;padding-top:124px;font-feature-settings:"clig" off,"liga" off}@media screen and (max-width:1140px){.parent .metrics-wrapper{padding-top:96px;background-position-x:center;background-position-y:370px,400px;background-size:200% auto,cover}.parent .metrics-wrapper .full-ornament-light{display:none}}.parent .metrics-wrapper .what-we-offer-wrapper{visibility:hidden;opacity:0;transition:all .5s ease-out;display:flex;justify-content:space-between;background:#f6f7fc;width:1242px;height:592px;flex-shrink:0;border-radius:15px 15px;overflow:hidden}@media screen and (max-width:1140px){.parent .metrics-wrapper .what-we-offer-wrapper{visibility:visible;opacity:1;width:100%;height:auto;flex-direction:column-reverse}}.parent .metrics-wrapper .what-we-offer-wrapper.hovered{visibility:visible;opacity:1;transition:all .5s ease-in}.parent .metrics-wrapper .what-we-offer-wrapper .text-image{position:relative;display:flex;gap:72px}@media screen and (max-width:1140px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image{flex-direction:column;gap:0}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text{padding-top:54px;padding-left:66px;padding-bottom:38px;display:flex;flex-direction:column;gap:24px;width:45%;font-feature-settings:"clig" off,"liga" off}@media screen and (max-width:1140px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text{width:100%;padding:20px;gap:16px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-title{color:var(--grey-solid-900-primary-font,#33333c);font-size:36px;line-height:48px}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-title{font-size:44px}}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-title{line-height:56px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-subtitle{font-size:16px;line-height:28px}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-subtitle{font-size:calc(16px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-subtitle{font-size:24px}}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-subtitle{line-height:calc(28px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-subtitle{line-height:36px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-paragraph{color:var(--grey-solid-600-secondary-font,#808087);font-feature-settings:"clig" off,"liga" off;font-size:14px;line-height:22px;white-space:pre-wrap}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-paragraph{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-paragraph{font-size:18px}}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-paragraph{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--text-paragraph{line-height:30px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text{padding:100px 0;display:flex;flex-direction:column;gap:48px;width:45%}@media screen and (max-width:1140px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text{width:100%;padding:20px 0;gap:16px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-title{font-size:36px;line-height:48px}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-title{font-size:44px}}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-title{line-height:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-title{line-height:56px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-subtitle{font-size:16px;line-height:28px}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-subtitle{font-size:calc(16px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-subtitle{font-size:24px}}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-subtitle{line-height:calc(28px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-subtitle{line-height:36px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-paragraph{font-size:14px;line-height:22px;white-space:pre-wrap}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-paragraph{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-paragraph{font-size:18px}}@media screen and (min-width:375px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-paragraph{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--what-we-offer-text-paragraph{line-height:30px}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--image{width:50%}@media screen and (max-width:1140px){.parent .metrics-wrapper .what-we-offer-wrapper .text-image--image{width:100%;height:80vw;order:-1}}.parent .metrics-wrapper .what-we-offer-wrapper .text-image--image-container{width:100%;height:100%;position:relative}.parent .metrics-wrapper .what-we-offer-wrapper .yellow-ornament{width:110px;height:110px;background-image:url(/media/yellow-ornament.svg);background-size:contain;position:absolute;left:-135px;bottom:50px}@media screen and (max-width:1140px){.parent .metrics-wrapper .what-we-offer-wrapper .yellow-ornament{display:none}}.parent .metrics-wrapper .metrics-container{padding-top:100px}@media screen and (max-width:1140px){.parent .metrics-wrapper .metrics-container{padding-top:50px}.parent .metrics-wrapper .metrics-container h2{display:none}}.parent .metrics-wrapper .metrics-container .metrics{display:flex;justify-content:center;align-items:flex-start;padding-top:96px;padding-bottom:96px}@media screen and (max-width:1140px){.parent .metrics-wrapper .metrics-container .metrics{padding-top:0;flex-direction:column}}.parent .metrics-wrapper .metrics-container .metrics .metric-container{flex:1 1;display:flex;justify-content:flex-start;align-items:flex-start;height:205px}@media screen and (max-width:1140px){.parent .metrics-wrapper .metrics-container .metrics .metric-container{width:70%;flex-direction:column}}.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item{display:inline-block;width:100%;height:100%;margin:0 10px;color:var(--whiteColor)}.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--container{display:flex}@media screen and (max-width:1140px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item{padding:0}}.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--prefix{font-weight:700;font-size:36px;color:inherit;line-height:1.27;margin-bottom:0}@media screen and (min-width:375px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--prefix{font-size:calc(36px + 8 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--prefix{font-size:44px}}@media screen and (min-width:375px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--prefix{margin-bottom:calc(0px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--prefix{margin-bottom:4px}}.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--suffix{font-weight:700;font-size:36px;color:inherit;line-height:1.27;margin-bottom:0}@media screen and (min-width:375px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--suffix{font-size:calc(36px + 8 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--suffix{font-size:44px}}@media screen and (min-width:375px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--suffix{margin-bottom:calc(0px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.parent .metrics-wrapper .metrics-container .metrics .metric-container .metric-item--suffix{margin-bottom:4px}}.parent .metrics-wrapper .metrics-container .metrics .metric-container:not(:last-child) .divider{display:inline-block;width:1px;background-color:#fff;margin:0 10px;height:100%}@media screen and (max-width:1140px){.parent .metrics-wrapper .metrics-container .metrics .metric-container:not(:last-child) .divider{width:100%;height:1px;margin:24px 0}}.parent .metrics-wrapper .metrics-container .metrics .metric-container:last-child{padding-left:30px}.partner-wrapper{background-color:#fff;padding-top:124px;background-repeat:no-repeat;background-image:url(/media/big-ornament.svg),url(/media/big-ornament.svg);background-size:600px 600px,600px 600px;background-position-y:5%,80%;background-position-x:-360px,calc(100% + 375px)}@media screen and (max-width:1140px){.partner-wrapper{padding-top:36px;background-image:none}}.partner-wrapper .black-subtitle{font-size:24px;font-weight:700;line-height:36px}@media screen and (min-width:1140px){.partner-wrapper .black-subtitle{padding-right:190px}}.partner-wrapper .title-row{display:flex;align-items:center;gap:190px;padding-left:50px}@media screen and (max-width:1140px){.partner-wrapper .title-row{padding-left:0;gap:0;flex-direction:column}}.partner-wrapper .title-row--left-column{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:50%}@media screen and (max-width:1140px){.partner-wrapper .title-row--left-column{width:100%}}.partner-wrapper .title-row--right-column{display:flex;justify-content:flex-end;width:50%}@media screen and (max-width:1140px){.partner-wrapper .title-row--right-column{width:100%;justify-content:center}.partner-wrapper .title-row--right-column .image-container{width:100%;position:relative}.partner-wrapper .title-row--right-column .image-container img{width:100%;height:100%;object-fit:contain}}.partner-wrapper .title{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;color:var(--grey-solid-900-primary-font,#33333c);font-size:48px;line-height:64px}@media screen and (min-width:375px){.partner-wrapper .title{font-size:calc(48px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partner-wrapper .title{font-size:56px}}@media screen and (min-width:375px){.partner-wrapper .title{line-height:calc(64px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partner-wrapper .title{line-height:72px}}.partner-wrapper .row-subtitle{display:flex;width:100%;height:100%;font-weight:700;color:var(--grey-solid-900-primary-font,#33333c);font-size:16px;line-height:28px}@media screen and (min-width:375px){.partner-wrapper .row-subtitle{font-size:calc(16px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partner-wrapper .row-subtitle{font-size:24px}}@media screen and (min-width:375px){.partner-wrapper .row-subtitle{line-height:calc(28px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.partner-wrapper .row-subtitle{line-height:36px}}.partner-wrapper .rows-container{padding-top:96px;padding-bottom:96px;padding-left:50px}.partner-wrapper .rows-container--odd-row{display:flex;padding:36px 0}.partner-wrapper .rows-container--even-row{display:flex;padding:36px 0;background:var(--grey-solid-100,#f9f9fa)}@media screen and (max-width:1140px){.partner-wrapper .rows-container{padding:36px 0 0}.partner-wrapper .rows-container .subtitle-container{padding-bottom:20px}.partner-wrapper .rows-container--odd-row{flex-direction:column}.partner-wrapper .rows-container--odd-row .bullets-container,.partner-wrapper .rows-container--odd-row .subtitle-container{width:100%;padding-left:20px}.partner-wrapper .rows-container--even-row{flex-direction:column}.partner-wrapper .rows-container--even-row .bullets-container,.partner-wrapper .rows-container--even-row .subtitle-container{width:100%;padding-left:20px;padding-right:0}}.partner-wrapper .subtitle-container{padding-left:36px;width:50%}.partner-wrapper .bullets-container{padding-right:36px;width:50%}.startup-header{display:flex;align-items:flex-start;gap:162px;padding-top:120px;padding-bottom:80px}@media screen and (max-width:1140px){.startup-header{flex-direction:column;gap:36px;padding:36px 0}.startup-header-image-container{width:100%;height:100%}.startup-header-image-container img{width:100%;height:100%;object-fit:contain}}.startup-subtitle{text-align:left}.client-stories-wrapper{background-color:var(--purpleColor);background-image:url(/media/bg.png);position:relative;background-repeat:round}.client-stories-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-position:top;background-image:url(/media/bg-mask.png);z-index:1}.client-stories-wrapper>.wrapper{background-position-y:top;background-size:100% auto;position:relative;z-index:3}@media screen and (max-width:1140px){.client-stories-wrapper>.wrapper{background-image:none}}.client_stories{display:flex;flex-direction:column;gap:48px;padding-top:96px;margin-bottom:-100px}.client_stories--title h2{text-align:center;color:var(--whiteColor);font-size:36px;line-height:56px}@media screen and (min-width:375px){.client_stories--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.client_stories--title h2{font-size:44px}}.client_stories--list{display:flex;gap:32px;width:70%;margin:auto}@media screen and (max-width:1140px){.client_stories--list{flex-direction:column;padding:20px 0;width:100%}}.client_stories--list-item{flex:1 1}.client_stories--banner{padding-top:100px;padding-bottom:18px;background:var(--blackColor);z-index:2;position:relative}.client_stories--banner-container{background:var(--whiteColor);padding:48px 64px;margin:64px 0;display:flex;justify-content:space-between;align-items:center;gap:200px;border-radius:30px}@media screen and (max-width:1140px){.client_stories--banner-container{flex-direction:column;gap:36px;padding:32px 48px}}.client_stories--banner-container h2{font-size:36px;line-height:56px}@media screen and (min-width:375px){.client_stories--banner-container h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.client_stories--banner-container h2{font-size:44px}}.client_stories--banner-container-button{flex:none}@media screen and (max-width:1140px){.client_stories--banner-container-button{width:100%}.client_stories--banner-container-button .startup_btn{width:100%;text-align:center}}.client_stories--banner-text-wrapper .title{font-weight:700;font-size:36px;line-height:68px}@media screen and (min-width:375px){.client_stories--banner-text-wrapper .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.client_stories--banner-text-wrapper .title{font-size:44px}}@media screen and (max-width:1140px){.client_stories--banner-text-wrapper .title{line-height:56px}}.client_stories--banner-text-wrapper .title .purple-title{color:var(--purpleColor)}.client_stories--banner-text-wrapper-button{flex:none}@media screen and (max-width:1140px){.client_stories--banner-text-wrapper-button{width:100%}.client_stories--banner-text-wrapper-button .startup_btn{width:100%;text-align:center}}.client_stories_card{height:100%;border-radius:15px;overflow:hidden;background:var(--whiteColor)}.client_stories_card>a{height:100%;justify-content:space-between}.client_stories_card--wrapper,.client_stories_card>a{display:flex;flex-direction:column}.client_stories_card--wrapper-cover{position:relative;width:100%;height:300px}.client_stories_card--wrapper-cover img{width:100%;height:100%;object-fit:cover}.client_stories_card--wrapper-text{padding:32px;display:flex;flex-direction:column;gap:16px}.client_stories_card--wrapper-title{line-height:28px;font-size:20px}@media screen and (min-width:375px){.client_stories_card--wrapper-title{line-height:calc(28px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.client_stories_card--wrapper-title{line-height:40px}}@media screen and (min-width:375px){.client_stories_card--wrapper-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.client_stories_card--wrapper-title{font-size:24px}}.client_stories_card--wrapper-description{font-size:18px;line-height:30px;color:var(--grayText)}.client_stories_card--wrapper-description ol,.client_stories_card--wrapper-description ul{-webkit-padding-start:24px;padding-inline-start:24px}.client_stories_card--link{padding:0 32px 32px;display:flex;align-items:center}.client_stories_card--link svg{width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform;fill:var(--blackColor)}.client_stories_card--link svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.client_stories_card--link-label{font-weight:700;line-height:1.33;font-size:16px}@media screen and (min-width:375px){.client_stories_card--link-label{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.client_stories_card--link-label{font-size:18px}}.client_stories_card--link:focus svg,.client_stories_card--link:hover svg{transform:translate3d(3px,0,.1px);transition:fill .3s ease;fill:var(--purpleColor)}.client_stories_card--link:focus svg path,.client_stories_card--link:hover svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.client_stories_card--link:focus-label,.client_stories_card--link:hover-label{color:var(--purpleColor)}.common-challenges-wrapper{background-color:var(--whiteColor)}.common-challenges-wrapper>.wrapper{background-position-y:top;background-size:100% auto}@media screen and (max-width:1140px){.common-challenges-wrapper>.wrapper{background-image:none}}.common-challenges{display:flex;flex-direction:column;gap:48px;padding:96px 0}.common-challenges--title h2{text-align:center;font-size:36px;line-height:56px;margin-bottom:12px}@media screen and (min-width:375px){.common-challenges--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.common-challenges--title h2{font-size:44px}}@media screen and (max-width:744px){.common-challenges--title h2{text-align:left}}.common-challenges--subtitle p{text-align:center;font-size:12px;line-height:30px;color:var(--grayText);max-width:900px;margin:auto}@media screen and (max-width:744px){.common-challenges--subtitle p{text-align:left}}@media screen and (min-width:375px){.common-challenges--subtitle p{font-size:calc(12px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.common-challenges--subtitle p{font-size:18px}}.common-challenges--list{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,max-content));grid-gap:32px;justify-content:center;width:90%;margin:auto}@media screen and (max-width:1140px){.common-challenges--list{width:100%}}@media screen and (max-width:900px){.common-challenges--list{padding:20px 0;width:100%}}.common-challenges--list-item{flex:1 1;min-width:343px;max-width:380px}.common-challenges--banner{padding-top:100px;padding-bottom:18px;background:var(--blackColor)}.common-challenges--banner-container{background:var(--whiteColor);padding:48px 64px;margin:64px 0;display:flex;justify-content:space-between;align-items:center;gap:200px;border-radius:30px}@media screen and (max-width:1140px){.common-challenges--banner-container{flex-direction:column;gap:36px;padding:32px 48px}}.common-challenges--banner-container h2{font-size:36px;line-height:56px}@media screen and (min-width:375px){.common-challenges--banner-container h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.common-challenges--banner-container h2{font-size:44px}}.common-challenges--banner-container-button{flex:none}@media screen and (max-width:1140px){.common-challenges--banner-container-button{width:100%}.common-challenges--banner-container-button .startup_btn{width:100%;text-align:center}}.common-challenges--banner-text-wrapper .title{font-weight:700;font-size:36px;line-height:68px}@media screen and (min-width:375px){.common-challenges--banner-text-wrapper .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.common-challenges--banner-text-wrapper .title{font-size:44px}}@media screen and (max-width:1140px){.common-challenges--banner-text-wrapper .title{line-height:56px}}.common-challenges--banner-text-wrapper .title .purple-title{color:var(--purpleColor)}.common-challenges--banner-text-wrapper-button{flex:none}@media screen and (max-width:1140px){.common-challenges--banner-text-wrapper-button{width:100%}.common-challenges--banner-text-wrapper-button .startup_btn{width:100%;text-align:center}}.common-challenges-card{height:100%;border-radius:15px;overflow:hidden;background:var(--whiteColor);box-shadow:0 8px 11px -3px rgba(0,0,0,.078);transition:all .2s ease-in}.common-challenges-card a{color:var(--blackColor)}.common-challenges-card>a{height:100%;display:flex;flex-direction:column;justify-content:space-between}.common-challenges-card--wrapper{padding:24px;display:flex;flex-direction:column}.common-challenges-card--wrapper-cover{position:relative;width:100%;border-radius:4px;height:172px}.common-challenges-card--wrapper-cover img{width:100%;height:100%;object-fit:cover}.common-challenges-card--wrapper-text{display:flex;flex-direction:column;gap:16px;margin-top:16px}.common-challenges-card--wrapper-description{min-height:120px}.common-challenges-card--wrapper-impact{margin-top:16px;display:flex;flex-direction:column;gap:16px}.common-challenges-card--wrapper-impact-title{font-size:18px;font-weight:700;border-radius:4px;padding:0 12px;color:var(--whiteColor);background:linear-gradient(83.91deg,#7169ff -8.47%,#6970f2 37.58%,#7ea4f5 88.47%),linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.common-challenges-card--wrapper-title{line-height:28px;font-size:20px}@media screen and (min-width:375px){.common-challenges-card--wrapper-title{line-height:calc(28px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.common-challenges-card--wrapper-title{line-height:40px}}@media screen and (min-width:375px){.common-challenges-card--wrapper-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.common-challenges-card--wrapper-title{font-size:24px}}.tools-suite-wrapper{position:relative;background-color:var(--lightGray);background-image:url(/media/ornaments-horizontal.png);background-position-y:-51px;background-repeat:repeat-x}.tools-suite{display:flex;gap:48px;padding:96px 0}@media screen and (max-width:1200px){.tools-suite{flex-direction:column;align-items:center}}.tools-suite--heading{width:40%;display:flex;flex-direction:column;justify-content:center;gap:48px}@media screen and (max-width:1200px){.tools-suite--heading{justify-content:flex-start;width:100%;gap:20px}}@media screen and (min-width:744px)and (max-width:1200px){.tools-suite--heading{max-width:80%}}.tools-suite--heading .title{font-weight:700;font-size:36px;line-height:56px}@media screen and (min-width:375px){.tools-suite--heading .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-suite--heading .title{font-size:44px}}.tools-suite--heading .title .purple-title{color:var(--purpleColor)}@media screen and (min-width:744px)and (max-width:1200px){.tools-suite--heading .subtitle,.tools-suite--heading .title{text-align:center}}.tools-suite--items{width:60%;display:grid;overflow:hidden;overflow:visible;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;grid-column-gap:12px;grid-row-gap:12px}@media screen and (max-width:1200px){.tools-suite--items{width:100%}}@media screen and (min-width:744px)and (max-width:1200px){.tools-suite--items{max-width:680px}}@media screen and (max-width:744px){.tools-suite--items{max-width:400px;grid-template-columns:repeat(1,1fr)}}.tools-suite--item{padding:32px;background-color:var(--whiteColor);border-radius:12px;box-shadow:0 6px 9px 4px rgba(0,0,0,.071);display:flex;flex-direction:column;gap:16px;min-height:340px}@media screen and (max-width:1200px){.tools-suite--item{min-height:auto}}.tools-suite--item .badge-wrapper{height:20px;width:110px;margin:0 auto}.tools-suite--item .badge-default{height:4px;width:40%;margin:0 auto;border-radius:7px}.tools-suite--item .badge-soon{text-align:center;font-size:12px;text-transform:uppercase;font-weight:700;color:var(--whiteColor);border-radius:7px}.tools-suite--item-title{font-size:20px;font-weight:700}@media screen and (min-width:375px){.tools-suite--item-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-suite--item-title{font-size:24px}}.tools-suite--item-body{color:var(--grayText)}.tools-suite--item-body ol,.tools-suite--item-body ul{-webkit-padding-start:24px;padding-inline-start:24px}.tools-suite--title h2{text-align:center;font-size:36px;line-height:56px;margin-bottom:12px}@media screen and (min-width:375px){.tools-suite--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-suite--title h2{font-size:44px}}.tools-suite--subtitle p{text-align:center;font-size:12px;line-height:30px;color:var(--grayText);max-width:900px;margin:auto}@media screen and (min-width:375px){.tools-suite--subtitle p{font-size:calc(12px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-suite--subtitle p{font-size:18px}}.tools-suite--list{display:flex;gap:32px;width:90%;margin:auto}@media screen and (max-width:1140px){.tools-suite--list{width:100%}}@media screen and (max-width:900px){.tools-suite--list{flex-direction:column;padding:20px 0;width:100%}}.tools-suite--list-item{flex:1 1}.tools-suite--banner{padding-top:100px;padding-bottom:18px;background:var(--blackColor)}.tools-suite--banner-container{background:var(--whiteColor);padding:48px 64px;margin:64px 0;display:flex;justify-content:space-between;align-items:center;gap:200px;border-radius:30px}@media screen and (max-width:1140px){.tools-suite--banner-container{flex-direction:column;gap:36px;padding:32px 48px}}.tools-suite--banner-container h2{font-size:36px;line-height:56px}@media screen and (min-width:375px){.tools-suite--banner-container h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-suite--banner-container h2{font-size:44px}}.tools-suite--banner-container-button{flex:none}@media screen and (max-width:1140px){.tools-suite--banner-container-button{width:100%}.tools-suite--banner-container-button .startup_btn{width:100%;text-align:center}}.tools-suite--banner-text-wrapper .title{font-weight:700;font-size:36px;line-height:68px}@media screen and (min-width:375px){.tools-suite--banner-text-wrapper .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-suite--banner-text-wrapper .title{font-size:44px}}@media screen and (max-width:1140px){.tools-suite--banner-text-wrapper .title{line-height:56px}}.tools-suite--banner-text-wrapper .title .purple-title{color:var(--purpleColor)}.tools-suite--banner-text-wrapper-button{flex:none}@media screen and (max-width:1140px){.tools-suite--banner-text-wrapper-button{width:100%}.tools-suite--banner-text-wrapper-button .startup_btn{width:100%;text-align:center}}.our-work-wrapper{position:relative;background-color:var(--whiteColor);background-image:url(/media/about-us-ornament-vertical.svg);background-position-x:-38px;background-repeat:repeat-y;overflow:hidden}@media screen and (max-width:1144px){.our-work-wrapper{background-image:none}}.our-work-wrapper .scroll-to{position:absolute;top:-60px}.our-work-wrapper .image-container{position:absolute;top:50%;transform:translateY(-50%);right:-41vw}.our-work-wrapper .image-container .circle-image{width:75vw}@media screen and (max-width:940px){.our-work-wrapper .image-container{transform:translateY(-70%)}}@media screen and (max-width:744px){.our-work-wrapper .image-container{display:none}}.our-work{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:96px 0;max-width:40px 0}@media screen and (max-width:940px){.our-work{padding:44px 0}}.our-work .content{width:60%}@media screen and (max-width:744px){.our-work .content{width:100%}}.our-work .content .title{font-weight:700;font-size:36px;line-height:56px;margin-bottom:48px}@media screen and (min-width:375px){.our-work .content .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.our-work .content .title{font-size:44px}}.our-work .content .text{color:var(--grayText)}.our-work .content .text p{margin-bottom:48px}.our-work .facts{width:60%;display:flex;background:linear-gradient(83.91deg,#6970f2 -8.47%,#6970f2 37.58%,#7ea4f5 88.47%);border-radius:12px}@media screen and (min-width:850px)and (max-width:940px){.our-work .facts{width:80%}}@media screen and (max-width:850px){.our-work .facts{width:100%}}@media screen and (max-width:650px){.our-work .facts{flex-direction:column;width:230px}}.our-work .facts .fact{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:160px;padding:1rem;position:relative;border-radius:8px;text-align:center}.our-work .facts .fact .main-text{font-size:38px;font-weight:700;color:#fff}@media screen and (min-width:375px){.our-work .facts .fact .main-text{font-size:calc(38px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.our-work .facts .fact .main-text{font-size:46px}}.our-work .facts .fact .subtitle{font-size:.9rem;color:#eef}.our-work .facts .fact:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;background-color:var(--whiteColor);height:55%}@media screen and (max-width:650px){.our-work .facts .fact:after{bottom:0;height:1px;width:55%;top:unset;transform:translateX(50%);right:50%}}.our-work .facts .fact:last-child:after{content:none}.our-work .mobile-image-container{display:none;margin-bottom:48px}@media screen and (max-width:744px){.our-work .mobile-image-container{display:block}}.our-work .mobile-image-container .mobile-circle-image{width:100%;height:100%}@media(max-width:744px){.our-work{flex-direction:column}.our-work .content .facts{flex-direction:column;gap:1rem}.our-work .image-container{margin-top:2rem}.our-work .image-container .circle-image{max-width:200px}}.opportunities-wrapper{background-color:var(--lightGray)}.opportunities-wrapper>.wrapper{background-position-y:top;background-size:100% auto}@media screen and (max-width:1140px){.opportunities-wrapper>.wrapper{background-image:none}}.opportunities{display:flex;flex-direction:column;gap:48px;padding:96px 0}.opportunities--title h2{text-align:center;font-size:36px;line-height:56px;margin-bottom:12px}@media screen and (min-width:375px){.opportunities--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.opportunities--title h2{font-size:44px}}.opportunities--subtitle p{text-align:center;font-size:12px;line-height:30px;color:var(--grayText);max-width:900px;margin:auto}@media screen and (min-width:375px){.opportunities--subtitle p{font-size:calc(12px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.opportunities--subtitle p{font-size:18px}}.opportunities .opportunities--items-wrapper{display:flex;justify-content:center;align-items:center;position:relative;min-height:500px;gap:0}@media screen and (max-width:920px){.opportunities .opportunities--items-wrapper{min-height:auto;flex-direction:column;align-items:flex-start;gap:40px;max-width:500px;margin:0 auto}}.opportunities .opportunities--items-wrapper .main-line{position:absolute;top:50%;width:100%;height:1px;background-color:#beccd6;z-index:1}@media screen and (max-width:920px){.opportunities .opportunities--items-wrapper .main-line{height:100%;width:1px;top:0;left:49px}}@media screen and (max-width:500px){.opportunities .opportunities--items-wrapper .main-line{display:none}}.opportunities .opportunities--items-wrapper .opportunities--item{z-index:2;display:flex;justify-content:center;position:relative}@media screen and (max-width:920px){.opportunities .opportunities--items-wrapper .opportunities--item{display:none}}.opportunities .opportunities--items-wrapper .opportunities--item-mobile{z-index:2;display:none;justify-content:center;position:relative;align-items:center;gap:56px}@media screen and (max-width:920px){.opportunities .opportunities--items-wrapper .opportunities--item-mobile{display:flex}}@media screen and (max-width:500px){.opportunities .opportunities--items-wrapper .opportunities--item-mobile .icon{display:none}}.opportunities .opportunities--content-wrapper{display:flex;flex-direction:column;gap:16px;justify-content:flex-start;position:absolute;max-width:300px;height:160px;width:max-content}@media screen and (max-width:920px){.opportunities .opportunities--content-wrapper{position:relative;justify-content:center}}.opportunities .opportunities--content-wrapper .badge-wrapper{height:20px;width:110px;margin:0 auto}@media screen and (max-width:920px){.opportunities .opportunities--content-wrapper .badge-wrapper{margin:0;height:4px}}.opportunities .opportunities--content-wrapper .badge-default{height:4px;width:40%;margin:0 auto;border-radius:7px}@media screen and (max-width:920px){.opportunities .opportunities--content-wrapper .badge-default{margin:0}}.opportunities .opportunities--content-wrapper .title{text-align:center;font-size:20px;font-weight:700}@media screen and (min-width:375px){.opportunities .opportunities--content-wrapper .title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.opportunities .opportunities--content-wrapper .title{font-size:24px}}@media screen and (max-width:920px){.opportunities .opportunities--content-wrapper .title{text-align:left}}.opportunities .opportunities--content-wrapper .body{text-align:center;color:var(--grayText)}@media screen and (max-width:920px){.opportunities .opportunities--content-wrapper .body{text-align:left}}.opportunities .opportunities--content-wrapper .body ul{display:inline-block;text-align:left}.opportunities .opportunities--content-wrapper .body ol,.opportunities .opportunities--content-wrapper .body ul{-webkit-padding-start:24px;padding-inline-start:24px}.tools-transformation-wrapper{position:relative;background-color:var(--lightGray);background-image:url(/media/ornaments-horizontal.png);background-position-y:-51px;background-repeat:repeat-x}.tools-transformation{display:flex;flex-direction:column;gap:48px;padding:96px 0}.tools-transformation .tips-mobile{display:none}@media screen and (max-width:960px){.tools-transformation .tips-mobile{display:block}}.tools-transformation .tips-desktop{display:block}@media screen and (max-width:960px){.tools-transformation .tips-desktop{display:none}}.tools-transformation .tip-wrapper{position:absolute;top:-75px;transform:translate(-50%)}.tools-transformation .tip-wrapper .tip-content{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.tools-transformation .tip-wrapper .tip-content .tip-title{text-wrap:nowrap;font-size:16px;font-weight:700;color:var(--purpleColor)}.tools-transformation .last-tip-wrapper{width:132px;position:absolute;top:-86px;right:-94px;z-index:12}.tools-transformation .last-tip-wrapper .last-tip-content{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:24px}.tools-transformation .last-tip-wrapper .last-tip-content .last-tip-title{font-size:16px;font-weight:700}.tools-transformation--heading .title{text-align:center;font-size:36px;line-height:56px;margin-bottom:12px}@media screen and (min-width:375px){.tools-transformation--heading .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--heading .title{font-size:44px}}@media screen and (max-width:744px){.tools-transformation--heading .title{text-align:left}}.tools-transformation--heading .title .purple-title{color:var(--purpleColor)}.tools-transformation--heading .subtitle{text-align:center;font-size:12px;line-height:30px;color:var(--grayText);max-width:900px;margin:auto}@media screen and (max-width:744px){.tools-transformation--heading .subtitle{text-align:left}}@media screen and (min-width:375px){.tools-transformation--heading .subtitle{font-size:calc(12px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--heading .subtitle{font-size:18px}}.tools-transformation--items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:48px;gap:48px;grid-auto-rows:1fr;justify-content:center;width:90%;margin:90px auto auto}@media screen and (max-width:1140px){.tools-transformation--items{width:100%}}@media screen and (max-width:900px){.tools-transformation--items{padding:20px 0;width:100%;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:960px){.tools-transformation--items{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto;max-width:400px;gap:125px}}.tools-transformation--item-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;gap:16px;flex:1 1}.tools-transformation--impact{border-radius:12px;border:2px solid var(--whiteColor);font-size:12px;line-height:36px;font-weight:700;padding:0 32px}@media screen and (min-width:375px){.tools-transformation--impact{font-size:calc(12px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--impact{font-size:16px}}.tools-transformation--impact div:first-child{color:var(--purpleColor)}.tools-transformation--item{padding:32px;background-color:var(--whiteColor);border-radius:12px;box-shadow:0 6px 9px 4px rgba(0,0,0,.071);display:flex;flex-direction:column;gap:16px;min-height:370px;position:relative}@media screen and (max-width:1200px){.tools-transformation--item{min-height:auto}}.tools-transformation--item .badge-wrapper{height:20px;width:110px;margin:0 auto}.tools-transformation--item .badge-default{height:4px;width:40%;margin:0 auto;border-radius:7px}.tools-transformation--item .badge-soon{text-align:center;font-size:12px;text-transform:uppercase;font-weight:700;color:var(--whiteColor);border-radius:7px}.tools-transformation--item-title{font-size:20px;font-weight:700}@media screen and (min-width:375px){.tools-transformation--item-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--item-title{font-size:24px}}.tools-transformation--item-body{color:var(--grayText)}.tools-transformation--item-body ol,.tools-transformation--item-body ul{-webkit-padding-start:24px;padding-inline-start:24px}.tools-transformation--title h2{text-align:center;font-size:36px;line-height:56px;margin-bottom:12px}@media screen and (min-width:375px){.tools-transformation--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--title h2{font-size:44px}}.tools-transformation--subtitle p{text-align:center;font-size:12px;line-height:30px;color:var(--grayText);max-width:900px;margin:auto}@media screen and (min-width:375px){.tools-transformation--subtitle p{font-size:calc(12px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--subtitle p{font-size:18px}}.tools-transformation--list{display:flex;gap:32px;width:90%;margin:auto}@media screen and (max-width:1140px){.tools-transformation--list{width:100%}}@media screen and (max-width:900px){.tools-transformation--list{flex-direction:column;padding:20px 0;width:100%}}.tools-transformation--list-item{flex:1 1}.tools-transformation--banner{padding-top:100px;padding-bottom:18px;background:var(--blackColor)}.tools-transformation--banner-container{background:var(--whiteColor);padding:48px 64px;margin:64px 0;display:flex;justify-content:space-between;align-items:center;gap:200px;border-radius:30px}@media screen and (max-width:1140px){.tools-transformation--banner-container{flex-direction:column;gap:36px;padding:32px 48px}}.tools-transformation--banner-container h2{font-size:36px;line-height:56px}@media screen and (min-width:375px){.tools-transformation--banner-container h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--banner-container h2{font-size:44px}}.tools-transformation--banner-container-button{flex:none}@media screen and (max-width:1140px){.tools-transformation--banner-container-button{width:100%}.tools-transformation--banner-container-button .startup_btn{width:100%;text-align:center}}.tools-transformation--banner-text-wrapper .title{font-weight:700;font-size:36px;line-height:68px}@media screen and (min-width:375px){.tools-transformation--banner-text-wrapper .title{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.tools-transformation--banner-text-wrapper .title{font-size:44px}}@media screen and (max-width:1140px){.tools-transformation--banner-text-wrapper .title{line-height:56px}}.tools-transformation--banner-text-wrapper .title .purple-title{color:var(--purpleColor)}.tools-transformation--banner-text-wrapper-button{flex:none}@media screen and (max-width:1140px){.tools-transformation--banner-text-wrapper-button{width:100%}.tools-transformation--banner-text-wrapper-button .startup_btn{width:100%;text-align:center}}.startup_landing{--lightGray:#f6f7fc;--purpleColor:#6c69ff;--lightPurpleColor:#d3d2ff;--whiteColor:#fff;--lightGrayText:#b3b3ba;--grayText:#808087;--darkGray:#33333c;--blackColor:#000;background-color:var(--lightGray)}.startup_landing .c-inherit{color:inherit}.startup_landing .c-white{color:var(--whiteColor)}.startup_landing .startup_btn{display:inline-block;font-style:normal;font-weight:600;line-height:1.2;border-radius:10px;padding:20px 30px;border:2px solid transparent;background:var(--purpleColor);color:var(--whiteColor);transition:background .25s ease,color .45s ease}.startup_landing .startup_btn:focus,.startup_landing .startup_btn:hover{background:transparent;border:2px solid var(--purpleColor);color:var(--purpleColor)}.startup_landing .startup_btn.disabled,.startup_landing .startup_btn:disabled{opacity:.65;pointer-events:none}.startup_landing .startup_colored_link{color:var(--purpleColor)}.startup_landing .startup_title h1{font-size:44px;line-height:56px}@media screen and (min-width:375px){.startup_landing .startup_title h1{font-size:calc(44px + 12 * (100vw - 375px) / 649)}}@media screen and (min-width:1024px){.startup_landing .startup_title h1{font-size:56px}}@media screen and (min-width:375){.startup_landing .startup_title h1{line-height:calc(56px + 12 * (100vw - 375) / 649)}}@media screen and (min-width:1024px){.startup_landing .startup_title h1{line-height:68px}}.startup_landing .startup_title h2{font-size:28px;line-height:36px}@media screen and (min-width:375px){.startup_landing .startup_title h2{font-size:calc(28px + 28 * (100vw - 375px) / 649)}}@media screen and (min-width:1024px){.startup_landing .startup_title h2{font-size:56px}}@media screen and (min-width:375){.startup_landing .startup_title h2{line-height:calc(36px + 32 * (100vw - 375) / 649)}}@media screen and (min-width:1024px){.startup_landing .startup_title h2{line-height:68px}}.startup_landing .startup_subtitle h2{font-size:28px;line-height:36px}@media screen and (min-width:375px){.startup_landing .startup_subtitle h2{font-size:calc(28px + 16 * (100vw - 375px) / 649)}}@media screen and (min-width:1024px){.startup_landing .startup_subtitle h2{font-size:44px}}@media screen and (min-width:375){.startup_landing .startup_subtitle h2{line-height:calc(36px + 20 * (100vw - 375) / 649)}}@media screen and (min-width:1024px){.startup_landing .startup_subtitle h2{line-height:56px}}.startup_landing .ornament-dark{background-image:url(/media/ornament-dark.svg);background-repeat:repeat-x;height:52px}.startup_landing .ornament-light{background-image:url(/media/ornament-light.svg);background-repeat:repeat-x;background-color:var(--lightGray);height:52px}.startup_landing .full-ornament-light{background-image:url(/media/full-ornament.svg);background-repeat:no-repeat;background-color:var(--lightGray);background-position:50%;height:104px}.startup_landing .purple-full-ornament{background-image:url(/media/purple-full-ornament.svg);background-repeat:no-repeat;background-color:transparent;background-position:50%;height:104px}.partnerships_landing{width:100%;background-image:url(/media/partnerships/background.svg);background-size:contain;background-repeat:no-repeat;background-position:top;background-position-y:70px;color:#212529}.partnerships_landing div{width:100%}.partnerships_landing div.container{margin:auto}@media(min-width:576px){.partnerships_landing div.container{max-width:540px}}@media(min-width:768px){.partnerships_landing div.container{max-width:720px}}@media(min-width:992px){.partnerships_landing div.container{max-width:960px}}@media(min-width:1200px){.partnerships_landing div.container{max-width:1140px}}@media(min-width:1400px){.partnerships_landing div.container{max-width:1320px}}.partnerships_landing .text-center{text-align:center!important}.partnerships_landing .no-margin-top{margin-top:0}.partnerships_landing .c-white{color:#fff}.partnerships_landing .b-white{background-color:#fff}.partnerships_landing .b-purple{background-color:#6c69ff}.partnerships_landing a.link-neutral,.partnerships_landing a.link-neutral:active,.partnerships_landing a.link-neutral:hover{color:inherit;text-decoration:none}.partnerships_landing header#header{overflow:hidden}.partnerships_landing header#header .desktop-header ul{list-style:none;margin:0;width:100%;display:flex;align-items:center;justify-content:space-around;padding:40px 0;box-shadow:0 0 25px #ccc}.partnerships_landing header#header .desktop-header ul li{font-weight:600;font-size:13px}.partnerships_landing header#header .desktop-header ul li a,.partnerships_landing header#header .desktop-header ul li a:active,.partnerships_landing header#header .desktop-header ul li a:hover{text-decoration:none;color:initial}.partnerships_landing header#header .desktop-header ul li .visit-symphony-btn{color:var(--whiteColor)}.partnerships_landing header#header .visit-symphony-btn{background:#fe7475;box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:12px;padding:13px;border:none}@media(max-width:1199px){.partnerships_landing header#header .visit-symphony-btn{display:inline-block}}@media(min-width:1200px){.partnerships_landing .desktop-header{display:block;position:fixed;width:100%;top:0;left:0;z-index:999999999999}.partnerships_landing .mobile-header{display:none}}@media(max-width:1200px){.partnerships_landing .desktop-header{display:none}.partnerships_landing .mobile-header{display:block;width:100%}}.partnerships_landing .open-menu{display:flex;align-items:center;justify-content:flex-end}.partnerships_landing .menu-wrapper{position:fixed;top:0;left:-100%;width:100%;height:100%;z-index:999999}.partnerships_landing .overlay{background:rgba(0,0,0,.3);transition:.3s linear;position:absolute;top:0;left:0;width:100%;height:100%}.partnerships_landing .menu-wrapper.visible{left:0}.partnerships_landing .mobile-header .menu-wrapper ul{position:absolute;top:0;left:0;max-width:320px;margin:0;padding:50px 10px 10px;width:100%;height:100%;list-style:none;text-align:center;overflow:scroll}.partnerships_landing .mobile-header .menu-wrapper ul li{font-weight:600;margin-top:10px;margin-bottom:10px}.partnerships_landing .mobile-header .mobile-menu-inner{display:flex;justify-content:space-between;align-items:center;padding:20px;box-shadow:0 0 25px #ccc}.partnerships_landing .mobile-header .mobile-menu-inner .logo img{max-height:40px}.partnerships_landing .mobile-header .close-menu{position:absolute;width:20px;right:0;top:0;padding:20px}.partnerships_landing .menu-wrapper ul li a{text-decoration:none;color:inherit}.partnerships_landing #intro{position:relative}@media(min-width:1100px){.partnerships_landing #intro{padding:250px 15px 0}}@media(max-width:1100px){.partnerships_landing #intro{padding:80px 15px 0}.partnerships_landing .scroll-down{margin-bottom:100px!important}}.partnerships_landing #intro .inner{position:relative;left:75%;top:15%;width:100%;max-width:530px;transform:translateX(-75%)}@media(max-width:1300px){.partnerships_landing #intro .inner{transform:translateX(-60%) scale(.9)}}@media(max-width:768px){.partnerships_landing #intro .inner{left:50%;transform:translateX(-50%);padding:0 15px}}@media(max-width:450px){.partnerships_landing #intro .inner h4.intro-pretitle{font-size:24px}.partnerships_landing #intro .inner h2.intro-title{font-size:48px;max-width:100%;line-height:80px}.partnerships_landing #intro .inner h4.intro-subtitle{font-size:20px}.partnerships_landing #intro{padding:0 15px!important}}@media(min-width:450px)and (max-width:768px){.partnerships_landing #intro .inner h2.intro-title{font-size:54px;line-height:60px}}@media(min-width:768px){.partnerships_landing #intro .inner h4.intro-pretitle{font-size:24px}.partnerships_landing #intro .inner h2.intro-title{font-size:75px;max-width:100%;line-height:80px}.partnerships_landing #intro .inner h4.intro-subtitle{font-size:20px}}@media(max-width:380px){.partnerships_landing #intro .inner h2.intro-title{font-size:42px;line-height:60px}}.partnerships_landing #intro .inner h4.intro-pretitle{font-weight:700;margin-bottom:0;line-height:1.2}.partnerships_landing #intro .inner h2.intro-title{font-weight:900;margin:0;max-width:100%}.partnerships_landing #intro .inner h4.intro-subtitle{margin-bottom:0;margin-top:16px;font-weight:400}.partnerships_landing #intro .intro-claim-offer{box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:12px;padding:30px 15px;display:flex;align-items:center;justify-content:space-between;margin-top:48px;border-radius:8px;font-size:18px;width:auto}.partnerships_landing #intro .intro-claim-offer p{margin:0;position:relative}.partnerships_landing #intro .intro-claim-offer p.ttl{width:70%;text-align:center}@media(max-width:768px){.partnerships_landing #intro .intro-claim-offer p.c-o,.partnerships_landing #intro .intro-claim-offer p.ttl{padding:0 15px}}.partnerships_landing #intro .intro-claim-offer p.c-o{width:30%;text-align:center}.partnerships_landing #intro .intro-claim-offer p.c-o:before{content:"";width:4px;height:50px;background:#403ecd;position:absolute;top:50%;transform:translateY(-50%);left:0}.partnerships_landing .scroll-down{position:relative;top:calc(100% - 80px);width:100%;z-index:9999;color:#a6a6a6;font-weight:700;font-size:14px;text-align:center;margin:100px 0 200px}@media(max-width:768px){.partnerships_landing .scroll-down{margin:70px 0}}.partnerships_landing .quote{position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 100px 80px rgba(94,62,194,.07),0 41.7776px 33.4221px rgba(94,62,194,.05),0 22.3363px 17.869px rgba(94,62,194,.04),0 12.5216px 10.0172px rgba(94,62,194,.04),0 6.6501px 5.32008px rgba(94,62,194,.03),0 2.76726px 2.21381px rgba(94,62,194,.02);border-radius:17px;padding:20px 0}.partnerships_landing .quote-photo{width:130px;height:130px;border-radius:50%;overflow:hidden}.partnerships_landing .quote-photo img{width:100%;height:100%;object-fit:contain}.partnerships_landing .quote .quote-text{margin-left:4%;max-width:80%}.partnerships_landing .quote .title{margin:10px 0;font-weight:600;font-size:15px;max-width:80%}@media(max-width:1024px){.partnerships_landing .quote .title{margin:10px auto}}.partnerships_landing .quote .desc{margin:0;font-size:14px}.partnerships_landing .quote .linkedin{position:absolute;top:20px;right:30px;box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.04),0 12.5216px 10.0172px rgba(0,0,0,.04),0 6.6501px 5.32008px rgba(0,0,0,.03),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:8px;width:30px;height:30px}.partnerships_landing .quote .linkedin img{width:100%}@media(max-width:1024px){.partnerships_landing .quote{flex-wrap:wrap;width:calc(100% - 90px)}.partnerships_landing .quote .linkedin{right:40px}.partnerships_landing .quote .quote-text{margin:40px auto;max-width:100%!important;width:100%;text-align:center;margin-left:0!important;padding:10px}}@media(max-width:768px){.partnerships_landing .quote{width:calc(100% - 40px)!important}}.partnerships_landing h2.heading-title{font-size:48px;text-align:left;font-weight:900;padding:0 15px;line-height:50px;margin-bottom:25px}.partnerships_landing .heading-title.break{word-break:break-word}.partnerships_landing .w-300{max-width:320px}.partnerships_landing .about-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:50px 0}.partnerships_landing .heading-data{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;box-shadow:0 100px 80px rgba(94,62,194,.07),0 41.7776px 33.4221px rgba(94,62,194,.05),0 22.3363px 17.869px rgba(94,62,194,.04),0 12.5216px 10.0172px rgba(94,62,194,.04),0 6.6501px 5.32008px rgba(94,62,194,.03),0 2.76726px 2.21381px rgba(94,62,194,.02);border-radius:17px;max-width:295px;padding:20px 40px;position:relative;right:15px}.partnerships_landing .heading-data span{display:block;width:100%;text-align:right}.partnerships_landing .heading-data span.desc{font-size:20px;font-weight:700}.partnerships_landing .heading-data span.number{font-size:56px;font-weight:700}.partnerships_landing .flex-columns{width:100%;display:flex;flex-wrap:wrap}.partnerships_landing .flex-columns .cards-container{display:flex;flex-wrap:wrap;width:75%}@media(max-width:992px){.partnerships_landing .flex-columns .cards-container{width:100%}}.partnerships_landing .flex-columns .cards-container .about-card{box-shadow:0 100px 80px rgba(94,62,194,.07),0 41.7776px 33.4221px rgba(94,62,194,.05),0 22.3363px 17.869px rgba(94,62,194,.042),0 12.5216px 10.0172px rgba(94,62,194,.035),0 6.6501px 5.32008px rgba(94,62,194,.028),0 2.76726px 2.21381px rgba(94,62,194,.02);border-radius:17px;min-height:180px;display:flex;align-items:center;justify-content:flex-start;position:relative;width:calc(33.3333333333% - 30px);margin:15px}@media(max-width:992px){.partnerships_landing .flex-columns .cards-container .about-card{width:calc(50% - 30px)}}.partnerships_landing .flex-columns .cards-container .about-card .icon{position:absolute;top:20px;right:20px;background:#efedf9;padding:25px;height:35px;width:35px;display:flex;align-items:center;justify-content:center;border-radius:17px}.partnerships_landing .flex-columns .cards-container .about-card .icon img{height:35px;width:auto}.partnerships_landing .flex-columns .cards-container .about-card .text{font-size:15px;margin-left:25px;padding-right:80px}@media(min-width:992px)and (max-width:1200px){.partnerships_landing .flex-columns .cards-container .about-card .text{font-size:13px;margin-left:15px;margin-top:50px}}@media(max-width:768px){.partnerships_landing .flex-columns .cards-container .about-card{width:100%}}.partnerships_landing .flex-columns .flex-col-4{max-width:25%;padding:15px}@media(max-width:992px){.partnerships_landing .flex-columns .flex-col-4{max-width:50%!important}}@media(max-width:768px){.partnerships_landing .flex-columns .flex-col-4{max-width:100%!important}}.partnerships_landing .flex-columns .flex-col-4 .about-card-right{display:flex;align-items:center;justify-content:center;font-weight:600;border-radius:17px;height:calc(100% - 23px);background-image:url(/media/partnerships/S-sign.png);background-position:0 100%;background-repeat:no-repeat;background-size:60%;height:100%;min-height:180px}@media(max-width:992px){.partnerships_landing .flex-columns .flex-col-4 .about-card-right{height:100%;padding:40px 0}}@media(max-width:768px){.partnerships_landing .flex-columns .flex-col-4 .about-card-right{height:auto;padding:0}}@media(max-width:992px){.partnerships_landing h2.heading-title{width:100%;max-width:100%;text-align:center!important;font-size:38px}.partnerships_landing .heading-data{margin:auto;right:auto;padding:30px;max-width:calc(100% - 30px)}}.partnerships_landing .partnership-subtitle{font-size:16px;font-weight:600;padding:0 15px;margin-top:0;margin-bottom:.5rem;line-height:1.2}@media(min-width:992px){.partnerships_landing .partnership-subtitle{max-width:52vw}}.partnerships_landing .people-list{display:flex;list-style:none;flex-wrap:wrap}.partnerships_landing .people-list .people-item{width:100%;max-width:20%;position:relative;padding:10px}.partnerships_landing .people-list .people-item .image-wrapper{width:110px;height:110px;border-radius:50%;overflow:hidden;margin-bottom:30px;display:flex;align-items:center;justify-content:center}.partnerships_landing .people-list .people-item .image-wrapper .image-link{display:block;width:100%;height:100%}.partnerships_landing .people-list .people-item .image-wrapper .image-link .image{width:100%;height:auto}.partnerships_landing .people-list .people-item .image-wrapper-second{position:absolute;top:10px;left:90px}.partnerships_landing .people-list .people-item span.name{display:block;font-size:16px;font-weight:700;width:200px}.partnerships_landing .people-list .people-item span.desc{display:block;font-size:13px;line-height:15px;width:200px}@media(max-width:1024px){.partnerships_landing .people-list .people-item{max-width:33.3333%}}@media(max-width:1200px){.partnerships_landing .people-list .people-item{max-width:25%}}@media(max-width:992px){.partnerships_landing .people-list .people-item{max-width:33.3333%}}@media(max-width:768px){.partnerships_landing .people-list .people-item{max-width:50%}}@media(max-width:625px){.partnerships_landing .people-list .people-item{max-width:50%}}@media(max-width:425px){.partnerships_landing .people-list .people-item{max-width:calc(100% - 20px)}}@media(max-width:768px){.partnerships_landing .people-list{max-height:430px;overflow:hidden}.partnerships_landing .people-list.visible{overflow:visible!important;max-height:none}}.partnerships_landing .view-more-people{display:none;width:calc(100% - 30px);margin:30px auto auto;border:none;padding:20px 0;background-color:buttonface}@media(max-width:768px){.partnerships_landing .view-more-people{display:block}}.partnerships_landing .divider{background-color:#f8f7fe;padding:30px 0;margin:50px 0}.partnerships_landing #who-we-partnered{padding:10px 0}@media(max-width:992px){.partnerships_landing #culture-partnership{padding-top:50px}}@media(max-width:768px){.partnerships_landing #culture-partnership h4.heading-subtitle br{display:none}}.partnerships_landing #claim-offer-3m{margin-bottom:80px;position:relative}.partnerships_landing #claim-offer-3m .inner{padding:55px 0;position:relative}.partnerships_landing #claim-offer-3m .inner .content{text-align:center}.partnerships_landing #claim-offer-3m .inner .content h3{font-size:40px;font-weight:600}@media(max-width:768px){.partnerships_landing #claim-offer-3m .inner .content h3{font-size:32px}}.partnerships_landing #claim-offer-3m .inner .content button{background:#fe7475;box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:12px;font-size:18px;padding:15px 30px;border:none}.partnerships_landing #claim-offer-3m .no-touch-background{position:absolute;left:0;top:-20px;width:100%;touch-action:none;pointer-events:none}.partnerships_landing #claim-offer-3m .no-touch-background img{width:100%;height:100%;object-fit:contain}@media(max-width:875px){.partnerships_landing #claim-offer-3m .no-touch-background{display:none}}.partnerships_landing #your-partner-in-growth{margin-top:80px;margin-bottom:80px}.partnerships_landing .growth-subtitle{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;font-size:16px;padding:0 15px}@media(min-width:992px){.partnerships_landing .growth-subtitle{max-width:52vw;margin:auto}}.partnerships_landing .growth-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-column-gap:15px;grid-row-gap:5px;padding-top:30px}.partnerships_landing .growth-grid .growth-card{position:relative;width:100%;padding:45px 15px;border-radius:17px}.partnerships_landing .growth-grid .growth-card .title{width:80%}.partnerships_landing .growth-grid .growth-card img{position:absolute;top:-25px;right:-15px;width:110px}.partnerships_landing .growth-grid .growth-card.purple{background-color:#6c69ff}.partnerships_landing .growth-grid .growth-card.orange{background-color:#f6b758}.partnerships_landing .growth-grid .growth-card.baby{background-color:#fe7475}.partnerships_landing .growth-grid .growth-card .title{font-size:24px;font-weight:600;padding-left:20px}.partnerships_landing .growth-grid .growth-card ul{font-size:16px;margin-top:0;margin-bottom:1rem;padding-left:2rem}.partnerships_landing .growth-grid .growth-card ul li{margin-bottom:10px}@media(max-width:992px){.partnerships_landing .growth-grid .growth-card{margin:15px auto;max-width:80%;padding:20px}.partnerships_landing .growth-grid{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto}}.partnerships_landing #competetive{background-color:#f8f7fe;position:relative;padding:50px 0 150px;margin-top:50px}.partnerships_landing #competetive .competetive-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-column-gap:5px;grid-row-gap:5px}@media(max-width:992px){.partnerships_landing #competetive .competetive-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}}@media(max-width:768px){.partnerships_landing #competetive .competetive-grid{grid-template-columns:repeat(1,1fr)}}.partnerships_landing #competetive .competetive-grid .competetive-item .icon{background:#dddaef;padding:25px;height:80px;width:90px;border-radius:17px}.partnerships_landing #competetive .competetive-grid .competetive-item .icon img{width:100%;height:100%;object-fit:contain}.partnerships_landing #competetive .competetive-grid .competetive-item .title{font-size:18px;margin:18px 0 0;font-weight:700}.partnerships_landing #competetive .competetive-grid .competetive-item .desc{font-size:15px;margin:0;width:75%}@media(max-width:992px){.partnerships_landing #competetive .competetive-grid .competetive-item{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:30px}}@media(max-width:768px){.partnerships_landing #competetive{padding-bottom:20px}}.partnerships_landing .rectangle-left{position:absolute;width:410px;bottom:-143px;z-index:2;pointer-events:none}.partnerships_landing .rectangle-right{position:absolute;width:410px;bottom:-205px;z-index:2;pointer-events:none;right:0}@media(max-width:1024px){.partnerships_landing .rectangle-right{width:290px;bottom:-145px}}@media(max-width:768px){.partnerships_landing .rectangle-left,.partnerships_landing .rectangle-right{display:none}}.partnerships_landing #success-stories{padding:200px 0 100px;position:relative}.partnerships_landing #success-stories .item .description{font-size:18px;padding:0 15px;margin-bottom:1rem}.partnerships_landing #success-stories .item .teller{display:flex;align-items:center;justify-content:center;gap:48px;padding:0 15px}.partnerships_landing #success-stories .item .teller .teller-photo{border-radius:50%;overflow:hidden;width:130px;height:130px}.partnerships_landing #success-stories .item .teller .teller-photo img{width:100%;height:100%;object-fit:cover}.partnerships_landing #success-stories .item .teller .text{width:calc(100% - 178px)}.partnerships_landing #success-stories .item .teller .text .name{font-size:24px;font-weight:600;margin:0}.partnerships_landing #success-stories .item .teller .text .position{font-size:18px}.partnerships_landing #success-stories .controls{display:flex;align-items:center}.partnerships_landing #success-stories .controls .owl-arrow{width:150px;display:flex;align-items:center}@media(max-width:768px){.partnerships_landing #success-stories .controls .owl-arrow{display:none}}@media(max-width:992px){.partnerships_landing #success-stories .controls .owl-arrow{width:70px}}.partnerships_landing #success-stories .controls .owl-arrow img{width:100%;height:100%;object-fit:contain}.partnerships_landing #success-stories .controls .owl-arrow#arrow-right{transform:rotate(180deg)}@media(max-width:768px){.partnerships_landing #success-stories{padding:50px 0 100px}.partnerships_landing #success-stories .item .teller{flex-wrap:wrap;text-align:center;width:calc(100% - 30px)}.partnerships_landing #success-stories .item .teller img{margin:auto}.partnerships_landing #success-stories .item .description{font-size:13px}}.partnerships_landing #success-stories .success-bottom{position:absolute;bottom:-100px;width:200px;pointer-events:none;z-index:1}@media(max-width:992px){.partnerships_landing #success-stories .success-bottom{display:none}}.partnerships_landing #blog-section{padding:100px 0 150px}@media(max-width:768px){.partnerships_landing #blog-section{padding:100px 20px 150px}}.partnerships_landing #contactUs{width:calc(100% - 30px);margin:-40px auto 0;position:relative;z-index:999999}.partnerships_landing #contactUs .contact-title{font-weight:700;font-size:24px;margin-top:0;margin-bottom:.5rem;line-height:1.2}.partnerships_landing hr.footer-divider{width:75px;height:1px;background:#000;margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.partnerships_landing .featured-logos{max-width:390px;background:#f2f1f8;border-radius:13px;padding:20px 0}.partnerships_landing .featured-logos .logos-container{display:flex;align-items:center;justify-content:space-around;height:80px;padding:20px 0}.partnerships_landing .featured-logos .logos-container div{display:flex;align-items:center;justify-content:space-between}.partnerships_landing .featured-logos .logos-container a{display:block;height:100%}.partnerships_landing .featured-logos .logos-container img{height:100%;width:100%;object-fit:contain}.partnerships_landing .featured-logos .logos-container .featured-divider{height:80px;width:3px;background:#b3aed1}.partnerships_landing #contactUs .contact-wrapper{display:flex;flex-wrap:wrap}.partnerships_landing #contactUs .contact-wrapper .left,.partnerships_landing #contactUs .contact-wrapper .right{width:50%}.partnerships_landing #contactUs .contact-wrapper .left{position:relative;top:90px}.partnerships_landing .socials{display:flex;align-items:center;justify-content:flex-start;list-style:none;padding:0;margin:0}.partnerships_landing .socials li{margin-right:30px}.partnerships_landing .socials li a{display:block;width:24px;height:24px}.partnerships_landing .socials li a img{width:100%;height:100%;object-fit:contain}.partnerships_landing .contact-form{box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.04),0 12.5216px 10.0172px rgba(0,0,0,.04),0 6.6501px 5.32008px rgba(0,0,0,.03),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:37px;padding:60px;width:100%;position:relative;top:110px}.partnerships_landing .contact-form input,.partnerships_landing .contact-form select,.partnerships_landing .contact-form textarea{width:100%;background:#f2f1f8;border-radius:13px;border:none;padding:30px 20px;margin-bottom:24px;color:#000}.partnerships_landing .contact-form .two{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px}.partnerships_landing .contact-form ::placeholder{color:#000;opacity:1}.partnerships_landing .contact-form :-ms-input-placeholder{color:#000}.partnerships_landing .contact-form ::-ms-input-placeholder{color:#000}.partnerships_landing .contact-form button.send{background:#fe7475;box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.04),0 12.5216px 10.0172px rgba(0,0,0,.04),0 6.6501px 5.32008px rgba(0,0,0,.03),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:12px;border:none;padding:15px 65px;position:absolute;right:30px;bottom:65px}@media(max-width:992px){.partnerships_landing #contactUs .contact-wrapper .left,.partnerships_landing #contactUs .contact-wrapper .right{width:100%}.partnerships_landing .contact-form .two{grid-template-columns:repeat(1,1fr)}}@media(max-width:768px){.partnerships_landing .contact-form button.send{position:relative;top:auto;left:auto;width:100%;right:auto;margin-top:50px;font-size:18px}.partnerships_landing .contact-form{padding:20px;width:100%}.partnerships_landing #contactUs{margin:-130px auto 0}}.partnerships_landing .build-grid{padding:75px 0}.partnerships_landing .build-grid-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;grid-column-gap:20px;grid-row-gap:20px}.partnerships_landing .build-grid .first img,.partnerships_landing .build-grid .second img{width:100%;height:100%;object-fit:contain}.partnerships_landing .build-grid .third img{width:100%;height:auto}.partnerships_landing .build-grid-wrapper *{margin-bottom:20px}@media(max-width:1200px){.partnerships_landing .build-grid-wrapper{grid-template-columns:repeat(2,1fr)}}.partnerships_landing .build-grid-wrapper .heading-title,.partnerships_landing .build-grid-wrapper .img-wrapper{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.partnerships_landing .build-grid-wrapper{grid-template-columns:repeat(1,1fr);grid-auto-rows:auto}.partnerships_landing .build-grid .first img,.partnerships_landing .build-grid .second img{width:calc(100% - 30px)}.partnerships_landing .build-grid .third{display:none}.partnerships_landing .build-grid{padding-bottom:20px}}.partnerships_landing footer{position:relative;padding:200px 0 20px;overflow:hidden;z-index:1}.partnerships_landing footer .back-to-top{display:flex;align-items:center;position:absolute;left:50px;bottom:50px}.partnerships_landing footer .back-to-top a{background:#040346;box-shadow:0 100px 80px rgba(0,0,0,.17),0 41.7776px 33.4221px rgba(0,0,0,.12),0 22.3363px 17.869px rgba(0,0,0,.1),0 12.5216px 10.0172px rgba(0,0,0,.09),0 6.6501px 5.32008px rgba(0,0,0,.07),0 2.76726px 2.21381px rgba(0,0,0,.05);width:50px;height:50px;display:block;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:10px}.partnerships_landing footer .back-to-top a img{height:25px}.partnerships_landing footer .back-to-top span{font-size:18px;margin-left:20px}.partnerships_landing footer .copyright{text-align:center;font-size:16px}@media(max-width:768px){.partnerships_landing footer{padding:310px 0 20px}.partnerships_landing footer .back-to-top{bottom:90px;width:100%;display:flex;align-items:center;justify-content:center;left:auto}}.partnerships_landing .desktop-partners{padding:70px 0;width:100%}.partnerships_landing .desktop-partners .partner-grids{display:flex;flex-direction:column;gap:20px}.partnerships_landing .desktop-partners .partner-grids .row{display:flex;gap:10px}@media(max-width:1200px){.partnerships_landing .desktop-partners .partner-grids .row{flex-wrap:wrap;gap:20px 10px}}.partnerships_landing .desktop-partners .partner-grids .row .partners{background:#fff;box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.04),0 12.5216px 10.0172px rgba(0,0,0,.04),0 6.6501px 5.32008px rgba(0,0,0,.03),0 2.76726px 2.21381px rgba(0,0,0,.02);border-radius:18px;display:flex;align-items:center;justify-content:center;padding:10px}.partnerships_landing .desktop-partners .partner-grids .row .partners span{font-weight:600;color:#000;text-decoration:none;font-size:13px}.partnerships_landing .desktop-partners .partner-grids .row .partners a{display:block;height:var(--rowHeight);width:160px}.partnerships_landing .desktop-partners .partner-grids .row .partners a img{width:100%;height:100%;object-fit:contain}.partnerships_landing .desktop-partners .partner-grids .row .partners.partner-double-image a{display:flex;align-items:center;justify-content:space-between;gap:7px;width:auto;height:35px}.partnerships_landing .desktop-partners .partner-grids .row .partners.partner-double-image a span{white-space:nowrap}.partnerships_landing .desktop-partners .partner-grids .row .partners.partner-double-image a img{width:100%;height:100%;object-fit:contain}@media(max-width:1200px){.partnerships_landing .desktop-partners .partner-grids .row .partners{width:calc(50% - 5px)}.partnerships_landing .desktop-partners .partner-grids .row .partners.full-row-partner{width:calc(33.3333333333% - 6.6666666667px)}}@media(max-width:991px){.partnerships_landing .desktop-partners .partner-grids .row .partners,.partnerships_landing .desktop-partners .partner-grids .row .partners.full-row-partner{width:calc(50% - 5px)}}.partnerships_landing .mobile-partners{display:none}@media(max-width:768px){.partnerships_landing .mobile-partners{display:block}.partnerships_landing .mobile-partners .partners{display:flex;align-items:center;justify-content:center;min-height:250px}.partnerships_landing .mobile-partners .partners span{font-weight:600;color:#000;text-decoration:none}.partnerships_landing .mobile-partners .partners a{display:block;height:200px;width:200px}.partnerships_landing .mobile-partners .partners a img{width:100%;height:100%;object-fit:contain}.partnerships_landing .mobile-partners .partners.partner-double-image a{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:200px;width:200px}.partnerships_landing .mobile-partners .partners.partner-double-image a span{white-space:nowrap}.partnerships_landing .mobile-partners .partners.partner-double-image a img{max-height:85px}}.partnerships_landing .owl-dots{display:flex;width:60%;margin:50px auto;height:8px;border-radius:44px;overflow:hidden}.partnerships_landing .owl-dots .owl-dot{background:#5654e5!important;width:100%;height:8px}.partnerships_landing .owl-dots .owl-dot.active{background:#1917a5!important}@media(max-width:768px){.partnerships_landing .desktop-partners{display:none}.partnerships_landing #success-stories .item .teller img{height:105px;width:105px}.partnerships_landing #contactUs .contact-title{font-size:18px}.partnerships_landing footer .back-to-top a{width:45px;height:45px}.partnerships_landing footer .back-to-top a img{height:30px}.partnerships_landing footer .back-to-top span{font-size:16px}}.partnerships_landing #toast-container{width:auto!important}.partnerships_landing .form-labels .success{font-weight:600;color:#0d8b0d}@media(max-width:768px){.partnerships_landing .form-labels{position:relative;top:-40px;text-align:center}.partnerships_landing .form-labels .success{position:absolute;font-size:18px}}@media(min-width:768px){.partnerships_landing .form-labels{position:absolute;bottom:60px}}.featured-blog{display:flex;flex-direction:column;gap:40px}.featured-blog .title{font-size:40px;line-height:40px;font-weight:900;text-align:center;margin-bottom:10px}@media screen and (min-width:375px){.featured-blog .title{font-size:calc(40px + 8 * (100vw - 375px) / 649)}}@media screen and (min-width:1024px){.featured-blog .title{font-size:48px}}@media screen and (min-width:375){.featured-blog .title{line-height:calc(40px + 10 * (100vw - 375) / 649)}}@media screen and (min-width:1024px){.featured-blog .title{line-height:50px}}.featured-blog .subtitle{font-size:18px;line-height:22px;font-weight:400;text-align:center}@media screen and (min-width:375px){.featured-blog .subtitle{font-size:calc(18px + 6 * (100vw - 375px) / 649)}}@media screen and (min-width:1024px){.featured-blog .subtitle{font-size:24px}}@media screen and (min-width:375){.featured-blog .subtitle{line-height:calc(22px + 6 * (100vw - 375) / 649)}}@media screen and (min-width:1024px){.featured-blog .subtitle{line-height:28px}}.featured-blog .posts-section{display:flex;flex-wrap:wrap;gap:30px}.featured-blog .posts-section .blog-card{width:100%;border-radius:15px;overflow:hidden;position:relative;transition:box-shadow .33s ease,border-color 1s ease;z-index:1;border:1px solid #e1e1e6}@media screen and (min-width:992px){.featured-blog .posts-section .blog-card{width:calc(33.3333333333% - 20px)}}.featured-blog .posts-section .blog-card:focus-within,.featured-blog .posts-section .blog-card:hover{box-shadow:0 54px 50px rgba(67,67,68,.071)}.featured-blog .posts-section .blog-card>a{display:flex;flex-direction:column;height:100%}.featured-blog .posts-section .blog-card--visual{height:222px}.featured-blog .posts-section .blog-card--visual .sym-img{width:100%;height:100%}.featured-blog .posts-section .blog-card--visual .sym-img img{width:100%;height:100%;object-fit:cover}.featured-blog .posts-section .blog-card--content{padding:27px 25px 20px 20px;flex:1 1;display:flex;flex-direction:column}@media screen and (min-width:768px){.featured-blog .posts-section .blog-card--content{padding-top:calc(27px + 19 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--content{padding-top:46px}}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--content{padding-bottom:calc(20px + 26 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--content{padding-bottom:46px}}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--content{padding-left:calc(20px + 9 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--content{padding-left:29px}}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--content{padding-right:calc(25px + -4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--content{padding-right:21px}}.featured-blog .posts-section .blog-card--title{font-size:18px;margin-bottom:10px;color:#000;line-height:1.5}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--title{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.featured-blog .posts-section .blog-card--title{font-size:24px}}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--title{margin-bottom:calc(10px + 24 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--title{margin-bottom:34px}}.featured-blog .posts-section .blog-card--description{font-weight:400;color:#000;font-size:14px;line-height:1.66;margin-bottom:40px}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--description{font-size:calc(14px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.featured-blog .posts-section .blog-card--description{font-size:18px;margin-bottom:calc(40px + -6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--description{margin-bottom:34px}}.featured-blog .posts-section .blog-card--description span{color:inherit!important;background:transparent!important;font:inherit!important}.featured-blog .posts-section .blog-card--link{display:flex;align-items:center;margin-top:auto}.featured-blog .posts-section .blog-card--link span{color:#7169ff;line-height:1.2;font-weight:600;font-size:16px;margin-right:10px}@media screen and (min-width:375px){.featured-blog .posts-section .blog-card--link span{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--link span{font-size:20px}}@media screen and (min-width:768px){.featured-blog .posts-section .blog-card--link span{margin-right:calc(10px + 4 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.featured-blog .posts-section .blog-card--link span{margin-right:14px}}.featured-blog .posts-section .blog-card--link svg{width:36px;height:auto}.hero_wrapper{background-color:var(--whiteColor)}.hero_wrapper.top_hero{padding-top:124px;background-color:transparent}@media screen and (max-width:1140px){.hero_wrapper.top_hero{padding-top:134px}}.aws_hero{padding-top:96px;padding-bottom:96px;display:flex;align-items:center;justify-content:space-between;gap:96px}@media screen and (max-width:1140px){.aws_hero{flex-direction:column;padding:20px 0}}.aws_hero--text{display:flex;flex-direction:column;gap:36px}.aws_hero--text-headings{display:flex;flex-direction:column;gap:16px;max-width:600px}.aws_hero--text-headings h1{font-size:44px;line-height:68px}@media screen and (min-width:375px){.aws_hero--text-headings h1{font-size:calc(44px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_hero--text-headings h1{font-size:56px}}@media screen and (max-width:1140px){.aws_hero--text-headings h1{line-height:56px}}.aws_hero--text-headings h1 .purple-title{color:var(--purpleColor)}.aws_hero--text-headings .gray-subtitle{font-size:18px;color:var(--grayText)}@media screen and (max-width:1140px){.aws_hero--text .startup_btn{width:100%;text-align:center}}.aws_hero--text-button{display:flex;align-items:center;gap:36px}.aws_hero--text-button-container{position:relative;width:83px;height:83px}.aws_hero--text-button-container img{width:100%;height:100%;object-fit:contain}.aws_hero--image{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.aws_hero--image{padding:40px 0;order:-1}}.aws_hero--image-container{width:640px;height:640px;position:relative}@media screen and (max-width:1140px){.aws_hero--image-container{width:80vw;height:80vw}}.aws-partner-wrapper{background-color:var(--purpleColor)}.aws-partner-wrapper .wrapper{background-image:url(/media/purple-big-ornament.svg);background-position-y:center}@media screen and (max-width:1140px){.aws-partner-wrapper .wrapper{background-size:contain;background-position-y:60px}}.aws_partner{padding-top:166px;padding-bottom:166px;display:flex;align-items:center;justify-content:space-between;gap:96px}@media screen and (max-width:1140px){.aws_partner{flex-direction:column;padding:20px 0}}.aws_partner--text{display:flex;flex-direction:column;gap:36px}.aws_partner--text-headings{display:flex;flex-direction:column;gap:16px;max-width:600px}.aws_partner--text-headings h2{color:var(--whiteColor);font-size:36px;line-height:68px}@media screen and (min-width:375px){.aws_partner--text-headings h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_partner--text-headings h2{font-size:44px}}@media screen and (max-width:1140px){.aws_partner--text-headings h2{line-height:56px}}.aws_partner--text-headings h2 .purple-title{color:var(--purpleColor)}.aws_partner--text-headings .text{font-size:18px;color:var(--whiteColor)}.aws_partner--text .startup_btn{background-color:var(--blackColor)!important;text-align:center}@media screen and (max-width:1140px){.aws_partner--text .startup_btn{width:100%;text-align:center}}.aws_partner--text-button{display:flex;align-items:center;gap:36px}.aws_partner--text-button-container{position:relative;width:83px;height:83px}.aws_partner--text-button-container img{width:100%;height:100%;object-fit:contain}.aws_partner--image{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.aws_partner--image{padding:40px 0;order:-1}}.aws_partner--image-container{width:450px;height:450px;position:relative}@media screen and (max-width:1140px){.aws_partner--image-container{width:80vw;height:80vw}}.aws-skills-wrapper{background-image:url(/media/at-a-glance.png);background-color:var(--whiteColor);background-size:1440px calc(100% - 104px);background-position-y:52px;background-position-x:center;background-repeat:no-repeat}@media screen and (max-width:1140px){.aws-skills-wrapper{background-image:url(/media/big-ornament.svg);background-size:100% auto;background-position-y:calc(100% - 52px)}}.aws_skills{padding-top:96px;padding-bottom:96px;display:flex;align-items:center;gap:12px}@media screen and (max-width:1140px){.aws_skills{flex-direction:column;padding:20px 0}}.aws_skills--image{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.aws_skills--image{padding:40px 0;order:-1}}.aws_skills--image-container{width:624px;height:713px;position:relative}@media screen and (max-width:1140px){.aws_skills--image-container{width:90vw;height:90vw}}.aws_skills--text{display:flex;flex-direction:column;gap:36px}.aws_skills--text-headings{display:flex;flex-direction:column;gap:16px;max-width:600px}.aws_skills--text-headings h2{font-size:36px;line-height:68px}@media screen and (min-width:375px){.aws_skills--text-headings h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_skills--text-headings h2{font-size:44px}}@media screen and (max-width:1140px){.aws_skills--text-headings h2{line-height:56px}}.aws_skills--text-sections{display:flex;flex-direction:column;gap:24px}.aws_skills--text-sections-single{display:flex;gap:16px}.aws_skills--text-sections-single-icon{flex:none;width:64px;height:64px;position:relative}.aws_skills--text-sections-single-icon img{width:100%;height:100%;object-fit:contain}.aws_skills--text-sections-single-text{display:flex;flex-direction:column}.aws_skills--text-sections-single-text-title{font-size:20px;line-height:24px;font-weight:600}.aws_skills--text-sections-single-text-text{font-size:18px;line-height:30px;font-weight:500;color:var(--grayText)}.aws-stories-wrapper{background:var(--purpleColor)}.aws-stories-wrapper>.wrapper{background-image:url(/media/about-bg.png);background-position-y:top;background-size:100% auto}@media screen and (max-width:1140px){.aws-stories-wrapper>.wrapper{background-image:none}}.aws_stories{display:flex;flex-direction:column;gap:48px;padding-top:96px;margin-bottom:-100px}.aws_stories--title h2{text-align:center;color:var(--whiteColor);font-size:36px;line-height:56px}@media screen and (min-width:375px){.aws_stories--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_stories--title h2{font-size:44px}}.aws_stories--list{display:flex;gap:32px}@media screen and (max-width:1140px){.aws_stories--list{flex-direction:column;padding:20px 0}}.aws_stories--list-item{flex:1 1}.aws_stories--banner{padding-top:100px;background:var(--blackColor)}.aws_stories--banner-container{padding:64px 0;display:flex;justify-content:space-between;align-items:center;gap:200px}@media screen and (max-width:1140px){.aws_stories--banner-container{flex-direction:column;gap:36px;padding:32px 0}}.aws_stories--banner-container h2{color:var(--whiteColor);font-size:36px;line-height:56px}@media screen and (min-width:375px){.aws_stories--banner-container h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_stories--banner-container h2{font-size:44px}}.aws_stories--banner-container-button{flex:none}@media screen and (max-width:1140px){.aws_stories--banner-container-button{width:100%}.aws_stories--banner-container-button .startup_btn{width:100%;text-align:center}}.aws_card{height:100%;border-radius:15px;overflow:hidden;background:var(--whiteColor)}.aws_card a{color:var(--blackColor)}.aws_card>a{height:100%;justify-content:space-between}.aws_card--wrapper,.aws_card>a{display:flex;flex-direction:column}.aws_card--wrapper-cover{position:relative;width:100%;height:300px}.aws_card--wrapper-cover img{width:100%;height:100%;object-fit:cover}.aws_card--wrapper-text{padding:32px;display:flex;flex-direction:column;gap:16px}.aws_card--wrapper-title{line-height:28px;font-size:20px;color:var(--blackColor)}@media screen and (min-width:375px){.aws_card--wrapper-title{line-height:calc(28px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_card--wrapper-title{line-height:40px}}@media screen and (min-width:375px){.aws_card--wrapper-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_card--wrapper-title{font-size:24px}}.aws_card--wrapper-description{font-size:18px;line-height:30px;color:var(--grayText)}.aws_card--link{padding:0 32px 32px;display:flex;align-items:center}.aws_card--link svg{width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform;fill:var(--blackColor)}.aws_card--link svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.aws_card--link-label{color:var(--blackColor);font-weight:700;line-height:1.33;font-size:16px}@media screen and (min-width:375px){.aws_card--link-label{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.aws_card--link-label{font-size:18px}}.aws_card--link:focus svg,.aws_card--link:hover svg{transform:translate3d(3px,0,.1px);transition:fill .3s ease;fill:var(--purpleColor)}.aws_card--link:focus svg path,.aws_card--link:hover svg path{animation-name:arrow;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease;-webkit-animation-name:arrow;-webkit-animation-duration:.3s;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-function:ease}.aws_card--link:focus-label,.aws_card--link:hover-label{color:var(--purpleColor)}.aws_cards{padding-top:64px;padding-bottom:64px}.aws_cards,.aws_cards .wrapper{display:flex;flex-direction:column;gap:32px}.aws_cards--title h2{text-align:center;font-size:36px;line-height:56px}@media screen and (min-width:375px){.aws_cards--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_cards--title h2{font-size:44px}}.aws_cards--cards{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width:1140px){.aws_cards--cards{flex-direction:column;gap:8px}}.aws_cards--cards-item{width:calc(33.3333333333% - 16px);display:flex;flex-direction:column;gap:16px;border-radius:12px;background-color:var(--whiteColor);overflow:hidden}@media screen and (max-width:1140px){.aws_cards--cards-item{width:100%}}.aws_cards--cards-item-decoration{width:100%;height:18px;background-color:var(--cardColor)}.aws_cards--cards-item-content{padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:48px;height:calc(100% - 18px)}.aws_cards--cards-item-heading{color:var(--cardColor);text-transform:uppercase}.aws_cards--cards-item-title{display:flex;flex-direction:column;font-weight:600;padding:0 32px;line-height:28px;font-size:20px}@media screen and (min-width:375px){.aws_cards--cards-item-title{line-height:calc(28px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_cards--cards-item-title{line-height:40px}}@media screen and (min-width:375px){.aws_cards--cards-item-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_cards--cards-item-title{font-size:24px}}.aws_cards--cards-item-title .colored{color:var(--cardColor)}.aws_cards--cards-item-list{font-size:18px;padding-left:48px;padding-right:20px;padding-bottom:36px;color:var(--grayText)}.aws_cards--cards-item-list li{list-style-type:disc;line-height:22px;font-size:14px}@media screen and (min-width:375px){.aws_cards--cards-item-list li{line-height:calc(22px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_cards--cards-item-list li{line-height:30px}}@media screen and (min-width:375px){.aws_cards--cards-item-list li{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_cards--cards-item-list li{font-size:18px}}.aws_advantage{display:flex;flex-direction:column;gap:32px;padding-top:64px;padding-bottom:64px}.aws_advantage .wrapper{display:flex;flex-direction:column;gap:64px}.aws_advantage--title h2{text-align:center;font-size:36px;line-height:56px}@media screen and (min-width:375px){.aws_advantage--title h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_advantage--title h2{font-size:44px}}.aws_advantage--cards{display:flex;flex-wrap:wrap;gap:60px 0}@media screen and (max-width:1140px){.aws_advantage--cards{flex-direction:column;padding:20px 0;gap:20px 0;align-items:center}}.aws_advantage--cards-item{display:flex;flex-direction:column;gap:12px;width:33.3333333333%;padding:0 60px;text-align:center;justify-content:center;align-items:center}@media screen and (max-width:1140px){.aws_advantage--cards-item{width:100%}}.aws_advantage--cards-item-icon{width:64px;height:64px;position:relative;margin-bottom:12px}.aws_advantage--cards-item-icon img{width:100%;height:100%;object-fit:contain}.aws_advantage--cards-item-title{line-height:28px;font-size:20px}@media screen and (min-width:375px){.aws_advantage--cards-item-title{line-height:calc(28px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_advantage--cards-item-title{line-height:40px}}@media screen and (min-width:375px){.aws_advantage--cards-item-title{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_advantage--cards-item-title{font-size:24px}}.aws_advantage--cards-item-text{font-size:14px;color:var(--grayText)}@media screen and (min-width:375px){.aws_advantage--cards-item-text{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_advantage--cards-item-text{font-size:18px}}.newsCardList{display:grid;grid-template-columns:repeat(3,1fr);padding-top:20px;padding-bottom:20px;grid-gap:21px;gap:21px}@media screen and (min-width:375px){.newsCardList{padding-top:calc(20px + 34 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCardList{padding-top:54px}}@media screen and (min-width:375px){.newsCardList{padding-bottom:calc(20px + 57 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCardList{padding-bottom:77px}}@media screen and (min-width:375px){.newsCardList{gap:calc(21px + 11 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCardList{gap:32px}}.newsCardList .newsCard{border:2px solid #f5f6fa}@media screen and (max-width:1110px){.newsCardList{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.newsCardList{grid-template-columns:1fr}}.newsCard{background-color:#fff;border-radius:15px;overflow:hidden;position:relative;transition:box-shadow .33s ease,border-color 1s ease;z-index:1}.newsCard:focus-within,.newsCard:hover{box-shadow:0 54px 50px rgba(67,67,68,.071);border-color:#fff}.newsCard_link .newsCard--content,.newsCard_podcast .newsCard--content{padding-top:0}.newsCard_link .newsCard--content-info,.newsCard_podcast .newsCard--content-info{position:absolute;top:0;left:0;width:100%;padding-top:27px;padding-left:20px;padding-right:20px}@media screen and (min-width:768px){.newsCard_link .newsCard--content-info,.newsCard_podcast .newsCard--content-info{padding-top:calc(27px + 16 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard_link .newsCard--content-info,.newsCard_podcast .newsCard--content-info{padding-top:43px}}@media screen and (min-width:768px){.newsCard_link .newsCard--content-info,.newsCard_podcast .newsCard--content-info{padding-left:calc(20px + 8 * (100vw - 768px) / 672);padding-right:calc(20px + 8 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard_link .newsCard--content-info,.newsCard_podcast .newsCard--content-info{padding-left:28px;padding-right:28px}}.newsCard_link .newsCard--title,.newsCard_podcast .newsCard--title{font-size:22px;margin-bottom:66px;line-height:1.33}@media screen and (min-width:375px){.newsCard_link .newsCard--title,.newsCard_podcast .newsCard--title{font-size:calc(22px + 14 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.newsCard_link .newsCard--title,.newsCard_podcast .newsCard--title{font-size:36px;margin-bottom:calc(66px + -25 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard_link .newsCard--title,.newsCard_podcast .newsCard--title{margin-bottom:41px}}.newsCard_link .newsCard--share,.newsCard_link .newsCard--volume,.newsCard_podcast .newsCard--share,.newsCard_podcast .newsCard--volume{transform:translateY(-50%)}.newsCard_link .newsCard--share svg,.newsCard_podcast .newsCard--share svg{width:34px;height:auto}.newsCard_link .newsCard--volume svg,.newsCard_podcast .newsCard--volume svg{width:44px;height:auto}.newsCard_link .newsCard--link span,.newsCard_podcast .newsCard--link span{color:#000;font-weight:600;font-size:14px;line-height:1.2}@media screen and (min-width:375px){.newsCard_link .newsCard--link span,.newsCard_podcast .newsCard--link span{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard_link .newsCard--link span,.newsCard_podcast .newsCard--link span{font-size:20px}}.newsCard>a{display:flex;flex-direction:column;height:100%}.newsCard--visual{height:298px}.newsCard--visual .sym-img{width:100%;height:100%}.newsCard--visual .sym-img img{width:100%;height:100%;object-fit:cover}.newsCard--content{padding:27px 25px 20px 20px;flex:1 1;display:flex;flex-direction:column}@media screen and (min-width:768px){.newsCard--content{padding-top:calc(27px + 19 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard--content{padding-top:46px}}@media screen and (min-width:375px){.newsCard--content{padding-bottom:calc(20px + 26 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--content{padding-bottom:46px}}@media screen and (min-width:375px){.newsCard--content{padding-left:calc(20px + 9 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--content{padding-left:29px}}@media screen and (min-width:375px){.newsCard--content{padding-right:calc(25px + -4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--content{padding-right:21px}}.newsCard--content-info{display:flex;flex-direction:column;justify-content:space-between;line-height:1.22;margin-bottom:37px}@media screen and (min-width:768px){.newsCard--content-info{margin-bottom:calc(37px + -3 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard--content-info{margin-bottom:34px}}.newsCard--group{font-weight:600;color:#7169ff;font-size:14px;margin-right:23px}@media screen and (min-width:375px){.newsCard--group{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--group{font-size:18px}}.newsCard--date{font-weight:600;font-size:14px;color:#aab0b7}@media screen and (min-width:375px){.newsCard--date{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--date{font-size:18px}}.newsCard--hearts{display:flex;align-items:center;background-color:#e5f1ff;padding:6px 14px;border-radius:30px}.newsCard--hearts svg{width:18px;height:15px;margin-right:4px}.newsCard--hearts-count{color:#7169ff;font-weight:600;font-size:18px}.newsCard--title{font-size:18px;margin-bottom:10px;color:#000;line-height:1.5}@media screen and (min-width:375px){.newsCard--title{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.newsCard--title{font-size:24px}}@media screen and (min-width:375px){.newsCard--title{margin-bottom:calc(10px + 24 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--title{margin-bottom:34px}}.newsCard--description{font-weight:500;color:#858a8f;font-size:14px;line-height:1.66;margin-bottom:40px}@media screen and (min-width:375px){.newsCard--description{font-size:calc(14px + 4 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.newsCard--description{font-size:18px;margin-bottom:calc(40px + -6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard--description{margin-bottom:34px}}.newsCard--description span{color:inherit!important;background:transparent!important;font:inherit!important}.newsCard--share{width:77px;height:77px;background-color:#e5f1ff;border-radius:50%;padding:20px;display:flex}.newsCard--share svg{margin:auto}.newsCard--volume{width:77px;height:77px;background-color:#e5f1ff;border-radius:50%;padding:16px;display:flex}.newsCard--volume svg{margin:auto}.newsCard--duration{color:#aab0b7;font-weight:600;font-size:14px;line-height:1.2}@media screen and (min-width:375px){.newsCard--duration{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--duration{font-size:20px}}.newsCard--link{display:flex;align-items:center;margin-top:auto;gap:10px}.newsCard--link span{color:#000;line-height:1.2;font-weight:600;font-size:16px;margin-right:10px}@media screen and (min-width:375px){.newsCard--link span{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.newsCard--link span{font-size:20px}}@media screen and (min-width:768px){.newsCard--link span{margin-right:calc(10px + 4 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.newsCard--link span{margin-right:14px}}.newsCard--link svg{width:36px;height:auto}.newsCard--link:hover{opacity:.7}@media screen and (max-width:768px){.newsCard--visual{height:200px}}@media screen and (max-width:768px)and (min-width:375px){.newsCard--visual{height:calc(200px + 60 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.newsCard--visual{height:260px}}.startup_form_wraper{padding-top:96px;padding-bottom:96px}@media screen and (max-width:1140px){.startup_form_wraper{padding-top:60px;padding-bottom:60px}}.startup_form{position:relative;overflow:hidden;background-color:var(--purpleColor);border-radius:24px;padding:60px 72px;display:flex;box-shadow:0 24px 33px -9px rgba(0,0,0,.1);gap:40px}@media screen and (max-width:1140px){.startup_form{flex-direction:column;padding:60px 20px}}.startup_form--text{color:var(--whiteColor);width:40%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1140px){.startup_form--text{padding:0;width:100%}}.startup_form--text-section{display:flex;flex-direction:column;gap:16px}.startup_form--text-section-subtitle{font-size:18px;line-height:30px}.startup_form--text-illustration{display:flex;align-items:center;justify-content:center;flex:1 1}@media screen and (max-width:1140px){.startup_form--text-illustration{display:none}}.startup_form--form{width:60%;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}@media screen and (max-width:1140px){.startup_form--form{flex-direction:column;width:100%}}.startup_form--form-row{display:flex;flex-direction:row;width:100%;gap:16px}@media screen and (max-width:1140px){.startup_form--form-row{flex-direction:column}}.startup_form--form-column{display:flex;flex-direction:column;gap:16px;width:50%}@media screen and (max-width:1140px){.startup_form--form-column{width:100%}}.startup_form--form-full-width{width:100%}.startup_form--form-btn.startup_btn{background-color:#000!important;font-size:24px}.startup_form--code-applied{color:var(--whiteColor)}.startup_form--text-illustration.with-partners{position:absolute;bottom:-230px}.startup_form--partners{margin-top:28px;position:relative}@media screen and (max-width:992px){.startup_form--partners{top:20px}}.startup_form--partners-item{display:flex;padding-bottom:28px}.startup_form--partners-item-image{border-radius:50%}.startup_form--partners-item-data{padding-left:15px}.startup_btn{display:inline-block;font-style:normal;font-weight:600;line-height:1.2;border-radius:10px;padding:20px 30px;border:2px solid transparent;background:var(--purpleColor);color:var(--whiteColor);transition:background .25s ease,color .45s ease}.startup_btn:focus,.startup_btn:hover{background:transparent;border:2px solid var(--purpleColor);color:var(--purpleColor)}.startup_btn.disabled,.startup_btn:disabled{opacity:.65;pointer-events:none}:root{--lightGray:#f6f7fc;--purpleColor:#6c69ff;--lightPurpleColor:#d3d2ff;--whiteColor:#fff;--lightGrayText:#b3b3ba;--grayText:#808087;--darkGray:#33333c;--blackColor:#000}.home .videoGalleryWidget--pagination{display:none}.aboutUs--container{display:grid;grid-template-columns:423px 1fr;grid-gap:73px;gap:73px;margin-top:20px}@media screen and (min-width:375px){.aboutUs--container{margin-top:calc(20px + 90 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUs--container{margin-top:110px}}@media screen and (max-width:1140px){.aboutUs--container{gap:30px;grid-template-columns:1fr}}.aboutUs--container .content{margin-bottom:60px}@media screen and (min-width:375px){.aboutUs--container .content{margin-bottom:calc(60px + 50 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUs--container .content{margin-bottom:110px}}.aboutUs--container .content p{margin:25px 0}.aboutUs--container .content h2{font-weight:600;font-size:16px;line-height:1.2;color:#000;margin-bottom:12px}@media screen and (min-width:375px){.aboutUs--container .content h2{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUs--container .content h2{font-size:20px}}.aboutUs--container .content h3{font-weight:700;font-size:24px;line-height:1.27;color:#000;margin-bottom:30px}@media screen and (min-width:375px){.aboutUs--container .content h3{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUs--container .content h3{font-size:44px}}.aboutUs--container .content h4{font-weight:700;font-size:20px;line-height:1.5;color:#333;margin-bottom:22px}@media screen and (min-width:375px){.aboutUs--container .content h4{font-size:calc(20px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUs--container .content h4{font-size:24px}}.aboutUs--container .content p{color:#858a8f;line-height:1.67;font-size:14px}@media screen and (min-width:375px){.aboutUs--container .content p{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aboutUs--container .content p{font-size:18px}}.aboutUs--container .content .sym-img img,.aboutUs--container .content .sym-img picture{width:100%;max-width:100%;display:block;border-radius:15px;height:auto}.aboutUs--container .content>*{white-space:pre-wrap}@media screen and (max-width:768px){.aboutUs--container .content--HEADING_4:last-child h4{font-weight:400}}.what-we-do .descGrid .wrapper{padding:0}.what-we-do .descGrid--item:nth-of-type(odd) .descGrid--item-content{padding-right:20px}@media screen and (min-width:375px){.what-we-do .descGrid--item:nth-of-type(odd) .descGrid--item-content{padding-right:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.what-we-do .descGrid--item:nth-of-type(odd) .descGrid--item-content{padding-right:100px}}.what-we-do .descGrid--item:nth-of-type(2n) .descGrid--item-content{padding-left:20px}@media screen and (min-width:375px){.what-we-do .descGrid--item:nth-of-type(2n) .descGrid--item-content{padding-left:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.what-we-do .descGrid--item:nth-of-type(2n) .descGrid--item-content{padding-left:100px}}.what-we-do .descGrid--item:first-of-type .descGrid--item-visual{background-image:url(/media/what-we-do-pattern.png);background-position:top;background-size:contain;background-repeat:no-repeat}.what-we-do .descGrid--item-visual{align-self:stretch}.what-we-do .descGrid--item-visual img{object-fit:contain}@media screen and (max-width:768px){.what-we-do .descGrid--item{padding-left:20px;padding-right:20px}}@media screen and (max-width:768px)and (min-width:375px){.what-we-do .descGrid--item{padding-left:calc(20px + 10 * (100vw - 375px) / 393);padding-right:calc(20px + 10 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.what-we-do .descGrid--item{padding-left:30px;padding-right:30px}}@media screen and (max-width:768px){.what-we-do .descGrid--item:nth-of-type(2n) .descGrid--item-content{padding-left:0;padding-right:0}}.we-build-digital-products .solidColorTopSection .wrapper{padding-right:0}.we-build-digital-products .solidColorTopSection--inner{position:relative;padding-top:120px;padding-bottom:41px}@media screen and (min-width:375px){.we-build-digital-products .solidColorTopSection--inner{padding-top:calc(120px + 117 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-build-digital-products .solidColorTopSection--inner{padding-top:237px}}@media screen and (min-width:375px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:calc(41px + 200 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:241px}}.we-build-digital-products .solidColorTopSection--content{width:50%;padding-right:100px}.we-build-digital-products .solidColorTopSection--visual{position:absolute;top:55%;transform:translateY(-50%);right:-25%;height:455px;width:100%;height:390px}@media screen and (min-width:768px){.we-build-digital-products .solidColorTopSection--visual{height:calc(390px + 65 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-build-digital-products .solidColorTopSection--visual{height:455px}}.we-build-digital-products .solidColorTopSection--visual .sym-img{width:100%;height:100%}.we-build-digital-products .solidColorTopSection--visual img{height:100%;width:100%;object-fit:contain}.we-build-digital-products .solidColorTopSection--title{color:#fff;font-size:26px;margin-bottom:20px;line-height:1.21;width:14ch}@media screen and (min-width:375px){.we-build-digital-products .solidColorTopSection--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-build-digital-products .solidColorTopSection--title{font-size:56px}}@media screen and (min-width:768px){.we-build-digital-products .solidColorTopSection--title{margin-bottom:calc(20px + 2 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-build-digital-products .solidColorTopSection--title{margin-bottom:22px}}.we-build-digital-products .solidColorTopSection--description{color:#fff;font-size:14px}@media screen and (min-width:375px){.we-build-digital-products .solidColorTopSection--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-build-digital-products .solidColorTopSection--description{font-size:18px}}.we-build-digital-products .descGrid{padding-bottom:0}.we-build-digital-products .descGrid--item:nth-of-type(2n){background-color:#f5f6fa}.we-build-digital-products .descGrid--item:nth-of-type(4) .descGrid--item-description p:nth-of-type(3){line-height:1.2}.we-build-digital-products .descGrid--item-content{padding-top:40px}@media screen and (min-width:375px){.we-build-digital-products .descGrid--item-content{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-build-digital-products .descGrid--item-content{padding-top:105px}}.we-build-digital-products .descGrid--item-visual{padding-top:20px;padding-bottom:20px}@media screen and (min-width:768px){.we-build-digital-products .descGrid--item-visual{padding-top:calc(20px + 20 * (100vw - 768px) / 672);padding-bottom:calc(20px + 20 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-build-digital-products .descGrid--item-visual{padding-top:40px;padding-bottom:40px}}@media screen and (max-width:1280px){.we-build-digital-products .solidColorTopSection--visual{right:-30%}}@media screen and (max-width:1000px){.we-build-digital-products .solidColorTopSection--visual{right:-42%}}@media screen and (max-width:768px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:350px}}@media screen and (max-width:768px)and (min-width:501px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:calc(350px + 50 * (100vw - 501px) / 267)}}@media screen and (max-width:768px)and (min-width:768px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:400px}}@media screen and (max-width:768px){.we-build-digital-products .solidColorTopSection--content{padding-right:20px;min-width:100%}}@media screen and (max-width:768px)and (min-width:375px){.we-build-digital-products .solidColorTopSection--content{padding-right:calc(20px + 80 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.we-build-digital-products .solidColorTopSection--content{padding-right:100px}}@media screen and (max-width:768px){.we-build-digital-products .solidColorTopSection--title{margin-left:auto;margin-right:auto}.we-build-digital-products .solidColorTopSection--visual{right:-10%;height:333px;top:55%;transform:translate(0);bottom:40px}.we-build-digital-products .descGrid--item-inner{gap:40px}.we-build-digital-products .descGrid--item-visual{padding-top:0;padding-bottom:40px}}@media screen and (max-width:768px)and (min-width:375px){.we-build-digital-products .descGrid--item-visual{padding-bottom:calc(40px + 20 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.we-build-digital-products .descGrid--item-visual{padding-bottom:60px}}@media screen and (max-width:500px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:300px}}@media screen and (max-width:500px)and (min-width:375px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:calc(300px + 50 * (100vw - 375px) / 125)}}@media screen and (max-width:500px)and (min-width:500px){.we-build-digital-products .solidColorTopSection--inner{padding-bottom:350px}}@media screen and (max-width:500px){.we-build-digital-products .solidColorTopSection--visual{right:-40%;top:56%;transform:translate(-16px,-20px);height:333px;width:auto;max-width:500px}}.we-grow-exceptional-teams .solidColorTopSection{overflow:hidden}.we-grow-exceptional-teams .solidColorTopSection .wrapper{padding-right:0}.we-grow-exceptional-teams .solidColorTopSection--inner{position:relative;padding-top:120px;padding-bottom:165px}@media screen and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--inner{padding-top:calc(120px + 117 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--inner{padding-top:237px}}@media screen and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--inner{padding-bottom:calc(165px + 88 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--inner{padding-bottom:253px}}.we-grow-exceptional-teams .solidColorTopSection--content{width:50%;padding-right:30px}@media screen and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--content{padding-right:calc(30px + 70 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--content{padding-right:100px}}.we-grow-exceptional-teams .solidColorTopSection--title{font-size:26px;margin-bottom:20px;line-height:1.21;width:16ch}@media screen and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--title{font-size:56px}}@media screen and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--title{margin-bottom:calc(20px + 23 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--title{margin-bottom:43px}}.we-grow-exceptional-teams .solidColorTopSection--description{font-size:14px}@media screen and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--description{font-size:18px}}.we-grow-exceptional-teams .solidColorTopSection--visual{position:absolute;top:60%;transform:scale(2.5);right:-25%;width:100%;height:390px}@media screen and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--visual{height:calc(390px + 65 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .solidColorTopSection--visual{height:455px}}.we-grow-exceptional-teams .solidColorTopSection--visual .sym-img{width:100%;height:100%}.we-grow-exceptional-teams .solidColorTopSection--visual img{height:100%;width:100%;object-fit:contain}.we-grow-exceptional-teams .descGrid--item:nth-of-type(2n){background-color:#f5f6fa}.we-grow-exceptional-teams .descGrid--item:nth-of-type(2) .descGrid--item-visual{padding-bottom:0}.we-grow-exceptional-teams .descGrid--item:nth-of-type(2) .descGrid--item-visual img{display:block}.we-grow-exceptional-teams .descGrid--item-content{padding-top:40px}@media screen and (min-width:375px){.we-grow-exceptional-teams .descGrid--item-content{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .descGrid--item-content{padding-top:105px}}.we-grow-exceptional-teams .descGrid--item-visual{padding-top:20px;padding-bottom:20px}@media screen and (min-width:768px){.we-grow-exceptional-teams .descGrid--item-visual{padding-top:calc(20px + 20 * (100vw - 768px) / 672);padding-bottom:calc(20px + 20 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-grow-exceptional-teams .descGrid--item-visual{padding-top:40px;padding-bottom:40px}}.we-grow-exceptional-teams .descGrid--item-visual img{max-height:550px;object-fit:contain}@media screen and (max-width:1280px){.we-grow-exceptional-teams .solidColorTopSection--visual{top:50%;right:-30%}}@media screen and (max-width:1000px){.we-grow-exceptional-teams .solidColorTopSection--visual{transform:scale(2);top:45%;right:-40%}}@media screen and (max-width:768px){.we-grow-exceptional-teams .solidColorTopSection .wrapper{padding:0}.we-grow-exceptional-teams .solidColorTopSection--inner{padding-bottom:280px}}@media screen and (max-width:768px)and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--inner{padding-bottom:calc(280px + 198 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--inner{padding-bottom:478px}}@media screen and (max-width:768px){.we-grow-exceptional-teams .solidColorTopSection--content{padding-left:20px;padding-right:20px;min-width:100%}}@media screen and (max-width:768px)and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--content{padding-left:calc(20px + 80 * (100vw - 375px) / 393);padding-right:calc(20px + 80 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--content{padding-left:100px;padding-right:100px}}@media screen and (max-width:768px){.we-grow-exceptional-teams .solidColorTopSection--title{width:17ch;margin-left:auto;margin-right:auto;max-width:100%}.we-grow-exceptional-teams .solidColorTopSection--title br{display:none}.we-grow-exceptional-teams .solidColorTopSection--visual{width:500px;height:700px;top:43%;right:unset;left:51.5%;transform:scale(1) translateX(-50%)}}@media screen and (max-width:768px)and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--visual{width:calc(500px + 400 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--visual{width:900px}}@media screen and (max-width:768px)and (min-width:375px){.we-grow-exceptional-teams .solidColorTopSection--visual{height:calc(700px + 200 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.we-grow-exceptional-teams .solidColorTopSection--visual{height:900px}}.we-provide-technical-expertise .solidColorTopSection--content{width:50%;padding-right:50px}.we-provide-technical-expertise .solidColorTopSection--visual{width:40%}.we-provide-technical-expertise .solidColorTopSection--title{color:#fff;font-size:26px;margin-bottom:20px;line-height:1.21}@media screen and (min-width:375px){.we-provide-technical-expertise .solidColorTopSection--title{font-size:calc(26px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-provide-technical-expertise .solidColorTopSection--title{font-size:56px}}@media screen and (min-width:768px){.we-provide-technical-expertise .solidColorTopSection--title{margin-bottom:calc(20px + 15 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.we-provide-technical-expertise .solidColorTopSection--title{margin-bottom:35px}}.we-provide-technical-expertise .solidColorTopSection--description{color:#fff;font-size:14px}@media screen and (min-width:375px){.we-provide-technical-expertise .solidColorTopSection--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-provide-technical-expertise .solidColorTopSection--description{font-size:18px}}.we-provide-technical-expertise .descGrid{padding-bottom:0}.we-provide-technical-expertise .descGrid--item:nth-of-type(2n){background-color:#f5f6fa}.we-provide-technical-expertise .descGrid--item-inner{align-items:flex-start;padding-top:40px;padding-bottom:30px}@media screen and (min-width:375px){.we-provide-technical-expertise .descGrid--item-inner{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-provide-technical-expertise .descGrid--item-inner{padding-top:105px}}@media screen and (min-width:375px){.we-provide-technical-expertise .descGrid--item-inner{padding-bottom:calc(30px + 50 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.we-provide-technical-expertise .descGrid--item-inner{padding-bottom:80px}}.we-provide-technical-expertise .descGrid--item-content{padding-top:0}@media screen and (max-width:768px){.we-provide-technical-expertise .solidColorTopSection--content{min-width:100%;padding-right:0}.we-provide-technical-expertise .solidColorTopSection--visual{width:100%}.we-provide-technical-expertise .solidColorTopSection--visual img{width:100%;height:332px;object-fit:contain}}.careers .widget--descriptive_grid:nth-child(5) .descGrid{padding-bottom:0}.careers .widget--descriptive_grid:nth-child(5) .descGrid--item:first-of-type .descGrid--item-inner{align-items:start}.careers .widget--descriptive_grid:nth-child(5) .descGrid--item:first-of-type .descGrid--item-visual{padding-top:0;padding-bottom:0}.careers .descGrid--item-visual{padding-top:20px;padding-bottom:20px}@media screen and (min-width:768px){.careers .descGrid--item-visual{padding-top:calc(20px + 20 * (100vw - 768px) / 672);padding-bottom:calc(20px + 20 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.careers .descGrid--item-visual{padding-top:40px;padding-bottom:40px}}@media screen and (max-width:768px){.careers .imageGallery--swiper-nav-button{top:calc(50% - 22px)}.careers .widget--descriptive_grid:nth-child(5) .descGrid{padding-bottom:20px}}@media screen and (max-width:768px)and (min-width:375px){.careers .widget--descriptive_grid:nth-child(5) .descGrid{padding-bottom:calc(20px + 20 * (100vw - 375px) / 393)}}@media screen and (max-width:768px)and (min-width:768px){.careers .widget--descriptive_grid:nth-child(5) .descGrid{padding-bottom:40px}}.how-we-work .solidColorTopSection--content{width:480px;min-width:480px}@media(max-width:600px){.how-we-work .solidColorTopSection--content{min-width:100%;max-width:100%;width:100%}}.how-we-work .solidColorTopSection--subtitle,.how-we-work .solidColorTopSection--title{color:#fff}.how-we-work .whatWeDo .wrapper{padding-bottom:20px}.how-we-work .whatWeDo--title{max-width:25ch}.caseStudy{background-color:#fff}.caseStudy--top{background-color:#f5f6fa;margin-top:85px;margin-bottom:20px;padding-top:35px;padding-bottom:36px}@media screen and (min-width:375px){.caseStudy--top{margin-top:calc(85px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--top{margin-top:125px}}@media screen and (min-width:75px){.caseStudy--top{margin-bottom:calc(20px + 40 * (100vw - 75px) / 1365)}}@media screen and (min-width:1440px){.caseStudy--top{margin-bottom:60px}}@media screen and (min-width:375px){.caseStudy--top{padding-top:calc(35px + 45 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--top{padding-top:80px}}@media screen and (min-width:375px){.caseStudy--top{padding-bottom:calc(36px + 50 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--top{padding-bottom:86px}}.caseStudy--icon{display:flex;align-items:center;justify-content:center}.caseStudy--icon img{filter:grayscale(100) brightness(0);margin-bottom:20px;width:52px;height:auto}@media screen and (min-width:768px){.caseStudy--icon img{margin-bottom:calc(20px + 7 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudy--icon img{margin-bottom:27px}}.caseStudy--title{font-size:26px;line-height:1.25;margin-bottom:10px;text-align:center}@media screen and (min-width:375px){.caseStudy--title{font-size:calc(26px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--title{font-size:48px}}@media screen and (min-width:769px){.caseStudy--title{margin-bottom:calc(10px + 18 * (100vw - 769px) / 671)}}@media screen and (min-width:1440px){.caseStudy--title{margin-bottom:28px}}.caseStudy--description{width:709px;max-width:100%;color:#858a8f;font-size:14px;margin:0 auto 20px;line-height:1.66;text-align:center;font-weight:500}@media screen and (min-width:375px){.caseStudy--description{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--description{font-size:18px}}@media screen and (min-width:769px){.caseStudy--description{margin-bottom:calc(20px + 12 * (100vw - 769px) / 671)}}@media screen and (min-width:1440px){.caseStudy--description{margin-bottom:32px}}.caseStudy--tags{display:flex;width:100%;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;margin-bottom:16px}@media screen and (min-width:769px){.caseStudy--tags{margin-bottom:calc(20px + 12 * (100vw - 769px) / 671)}}@media screen and (min-width:1440px){.caseStudy--tags{margin-bottom:32px}}.caseStudy--tags-tag{display:flex;align-items:center;height:32px;border-radius:50px;padding:0 16px;border-radius:40px;border:1px solid #b3b3ba;font-size:14px;font-weight:600;color:#33333c}.caseStudy--tags-tag:hover{background-color:var(--purpleColor);color:var(--whiteColor);border-color:var(--purpleColor)}.caseStudy--divider{width:100%;height:1px;background-color:#e1e1e6;margin:48px 0}.caseStudy--suggested{background-color:#f5f6fa}.caseStudy--cover{padding-top:49%;position:relative}.caseStudy--cover img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px;object-fit:cover;object-position:center}.caseStudy--bottom-inner{padding-top:20px;display:flex;align-items:flex-start}.caseStudy--bottom .wrapper{position:relative}.caseStudy--company{padding:45px;border:2px solid #f5f6fa;border-radius:15px;width:50%;max-width:500px;align-self:flex-start;margin-right:40px}@media screen and (min-width:1110px){.caseStudy--company{margin-right:calc(40px + 33 * (100vw - 1110px) / 330)}}@media screen and (min-width:1440px){.caseStudy--company{margin-right:73px}}.caseStudy--company-info{display:flex;align-items:flex-start;margin-bottom:28px}.caseStudy--company-info:last-of-type{margin-bottom:0}.caseStudy--company-key{color:#000;font-weight:500;font-size:14px;line-height:1.2;min-width:150px;text-transform:capitalize}@media screen and (min-width:768px){.caseStudy--company-key{font-size:calc(14px + 6 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudy--company-key{font-size:20px}}.caseStudy--company-value{font-size:14px;font-weight:400;line-height:1.2;color:#858a8f}@media screen and (min-width:375px){.caseStudy--company-value{font-size:calc(14px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--company-value{font-size:20px}}.caseStudy--company a{color:#7169ff}.caseStudy--company a:focus,.caseStudy--company a:hover{text-decoration:underline}.caseStudy--content{width:100%}.caseStudy--content:first-child{margin-left:auto;margin-right:auto;max-width:750px}.caseStudy--content .content>*{white-space:pre-wrap}.caseStudy--content .content>:last-of-type{margin-bottom:0}.caseStudy--content .content h2{font-size:24px;line-height:1.27;margin-bottom:10px}@media screen and (min-width:375px){.caseStudy--content .content h2{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content h2{font-size:44px}}@media screen and (min-width:375px){.caseStudy--content .content h2{margin-bottom:calc(10px + 25 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content h2{margin-bottom:35px}}.caseStudy--content .content p{color:#858a8f;line-height:1.67;font-size:14px;margin-bottom:10px}@media screen and (min-width:375px){.caseStudy--content .content p{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content p{font-size:18px}}@media screen and (min-width:375px){.caseStudy--content .content p{margin-bottom:calc(10px + 14 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content p{margin-bottom:24px}}.caseStudy--content .content h3{font-size:18px;margin-bottom:10px;line-height:1.5;color:#000;font-weight:600}@media screen and (min-width:375px){.caseStudy--content .content h3{font-size:calc(18px + 6 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.caseStudy--content .content h3{font-size:24px;margin-bottom:calc(10px + 18 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.caseStudy--content .content h3{margin-bottom:28px}}.caseStudy--content .content ul{padding-left:20px}.caseStudy--content .content ul li{color:#858a8f;line-height:1.67;font-size:14px;font-weight:500;margin-bottom:6px}@media screen and (min-width:375px){.caseStudy--content .content ul li{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content ul li{font-size:18px}}.caseStudy--content .content .widget--media{margin-top:17px;margin-bottom:35px}@media screen and (min-width:375px){.caseStudy--content .content .widget--media{margin-top:calc(17px + 43 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content .widget--media{margin-top:60px}}@media screen and (min-width:375px){.caseStudy--content .content .widget--media{margin-bottom:calc(35px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--content .content .widget--media{margin-bottom:41px}}.caseStudy--content .content .widget--media .sym-img img,.caseStudy--content .content .widget--media .sym-img picture{width:100%;max-width:100%;display:block;border-radius:15px;height:auto}.caseStudy--widgets .widget--testimonial_and_metrics{margin-top:20px}@media screen and (min-width:375px){.caseStudy--widgets .widget--testimonial_and_metrics{margin-top:calc(20px + 80 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy--widgets .widget--testimonial_and_metrics{margin-top:100px}}.caseStudy .featuredCaseStudies .wrapper{padding-top:30px}@media screen and (min-width:375px){.caseStudy .featuredCaseStudies .wrapper{padding-top:calc(30px + 66 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.caseStudy .featuredCaseStudies .wrapper{padding-top:96px}}.caseStudy .featuredCaseStudies--list{padding-bottom:108px}@media screen and (min-width:1110px){.caseStudy .featuredCaseStudies--list{padding-bottom:calc(108px + 11 * (100vw - 1110px) / 330)}}@media screen and (min-width:1440px){.caseStudy .featuredCaseStudies--list{padding-bottom:119px}}@media screen and (max-width:1110px){.caseStudy--bottom-inner{flex-direction:column;gap:unset}.caseStudy--company{padding:17px 20px;width:100%;max-width:100%;display:grid;align-items:center;justify-content:space-between;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:20px;gap:20px;margin-bottom:20px;margin-right:0}}@media screen and (max-width:1110px)and (min-width:375px){.caseStudy--company{margin-bottom:calc(20px + 10 * (100vw - 375px) / 393)}}@media screen and (max-width:1110px)and (min-width:768px){.caseStudy--company{margin-bottom:30px}}@media screen and (max-width:1110px){.caseStudy--company-info{display:flex;flex-direction:column;margin-bottom:0}.caseStudy--company-key{line-height:1.71;margin-bottom:3px}.caseStudy--content h3{margin-top:40px}}@media screen and (max-width:1110px)and (min-width:375px){.caseStudy--content h3{margin-top:calc(40px + 20 * (100vw - 375px) / 735)}}@media screen and (max-width:1110px)and (min-width:1110px){.caseStudy--content h3{margin-top:60px}}@media screen and (max-width:1110px){.caseStudy .featuredCaseStudies--list{padding-bottom:60px}}@media screen and (max-width:768px){.caseStudy .featuredCaseStudies--list{padding-bottom:40px}}@media screen and (max-width:500px){.caseStudy--company{grid-template-columns:repeat(2,150px)}}@media screen and (max-width:375px){.caseStudy--title{margin-bottom:20px}.caseStudy--description{margin-bottom:36px}}.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget{padding-top:120px;padding-bottom:40px}@media screen and (min-width:375px){.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget{padding-top:calc(120px + 147 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget{padding-top:267px}}@media screen and (min-width:375px){.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget{padding-bottom:calc(40px + 93 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget{padding-bottom:133px}}.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget--title{width:691px;max-width:100%;margin-left:auto;margin-right:auto}.blog .widget--subscribe_to_newsletter:first-of-type .subscribeToNewsLetterWidget--description{width:661px;max-width:100%;margin-left:auto;margin-right:auto}.blog .widget--subscribe_to_newsletter:last-of-type .subscribeToNewsLetterWidget--title{color:#333}.blog .widget--subscribe_to_newsletter .subscribe-to-newsletter-validation{margin-top:20px;margin-bottom:20px;color:#fe7475;display:flex;justify-content:center}.blog--content{padding-top:40px;padding-bottom:40px}@media screen and (min-width:375px){.blog--content{padding-top:calc(40px + 63 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content{padding-top:103px}}@media screen and (min-width:375px){.blog--content{padding-bottom:calc(40px + 48 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content{padding-bottom:88px}}.blog--content .content>*{width:827px;max-width:100%;margin-left:auto;margin-right:auto;white-space:pre-wrap}.blog--content .content h2{margin-bottom:10px;font-size:24px;line-height:1.27;font-weight:600}@media screen and (min-width:375px){.blog--content .content h2{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content h2{margin-bottom:20px}}@media screen and (min-width:375px){.blog--content .content h2{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content h2{font-size:44px}}.blog--content .content h3{margin-bottom:10px;font-size:24px;line-height:1.5;font-weight:600}@media screen and (min-width:375px){.blog--content .content h3{margin-bottom:calc(10px + 17 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blog--content .content h3{margin-bottom:27px}}.blog--content .content p{margin-bottom:10px;color:#858a8f;line-height:1.67;font-weight:500;font-size:14px}@media screen and (min-width:375px){.blog--content .content p{margin-bottom:calc(10px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content p{margin-bottom:32px}}@media screen and (min-width:375px){.blog--content .content p{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content p{font-size:18px}}.blog--content .content p:last-of-type{margin-bottom:0}.blog--content .content p code{font-size:14px;color:#000;display:flex;line-height:1.12;margin-bottom:-10px}@media screen and (min-width:375px){.blog--content .content p code{font-size:calc(14px + 2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content p code{font-size:16px}}@media screen and (min-width:375px){.blog--content .content p code{margin-bottom:calc(-10px + -22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content p code{margin-bottom:-32px}}.blog--content .content ol,.blog--content .content ul{margin-bottom:10px;-webkit-padding-start:32px;padding-inline-start:32px}@media screen and (min-width:375px){.blog--content .content ol,.blog--content .content ul{margin-bottom:calc(10px + 22 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content ol,.blog--content .content ul{margin-bottom:32px}}.blog--content .content li{font-weight:500;line-height:1.67;color:#858a8f;font-size:14px;margin-bottom:10px}@media screen and (min-width:375px){.blog--content .content li{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content li{font-size:18px}}@media screen and (min-width:375px){.blog--content .content li{margin-bottom:calc(10px + 14 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content li{margin-bottom:24px}}.blog--content .content li:last-of-type{margin-bottom:0}.blog--content .content a{color:#000}.blog--content .content .widget--media .mediaWidget{margin-top:20px;margin-bottom:30px}@media screen and (min-width:375px){.blog--content .content .widget--media .mediaWidget{margin-bottom:calc(30px + -2 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content .widget--media .mediaWidget{margin-bottom:28px}}.blog--content .content .widget--media .mediaWidget img{width:100%;height:auto;border-radius:7px}@media screen and (min-width:375px){.blog--content .content .widget--media .mediaWidget img{border-radius:calc(7px + 8 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.blog--content .content .widget--media .mediaWidget img{border-radius:15px}}.blog--content .content .widget--media .mediaWidget--caption{text-align:center;color:#aab0b7;line-height:1.22;font-weight:600;font-size:14px;margin-top:10px}@media screen and (min-width:375px){.blog--content .content .widget--media .mediaWidget--caption{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content .widget--media .mediaWidget--caption{font-size:18px}}@media screen and (min-width:375px){.blog--content .content .widget--media .mediaWidget--caption{margin-top:calc(10px + 7 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--content .content .widget--media .mediaWidget--caption{margin-top:17px}}.blog--content .testimonialWidget{width:918px}.blog--content .testimonialWidget a{color:#000}.blog--share{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:2px solid #f5f6fa;box-sizing:border-box;border-radius:15px;width:815px;margin-left:auto;margin-right:auto;max-width:100%;padding:45px;margin-bottom:40px}@media screen and (min-width:375px){.blog--share{margin-bottom:calc(40px + 54 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--share{margin-bottom:94px}}.blog--share span{font-weight:600;color:#333;line-height:1.2;font-size:16px;margin-right:20px}@media screen and (min-width:375px){.blog--share span{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--share span{font-size:20px}}.blog--share-icons,.blog--share-icons a{display:flex;align-items:center}.blog--share-icons a:not(:last-child){margin-right:30px}.blog--share-icons a:focus svg,.blog--share-icons a:hover svg{fill:#000}.blog--share-icons a svg{width:29px;height:29px;transition:fill .33s;fill:#aab0b7}.blog--related{background-color:#f5f6fa;padding-top:40px}@media screen and (min-width:375px){.blog--related{padding-top:calc(40px + 65 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--related{padding-top:105px}}.blog--related-title{text-align:center;line-break:1.27;font-size:24px;margin-bottom:20px}@media screen and (min-width:375px){.blog--related-title{font-size:calc(24px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--related-title{font-size:44px}}@media screen and (min-width:375px){.blog--related-title{margin-bottom:calc(20px + 39 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--related-title{margin-bottom:59px}}.blog--related-list .blogCard{height:100%}.blog--related .swiper-horizontal{padding-bottom:30px;padding-left:30px;padding-right:30px}@media screen and (min-width:375px){.blog--related .swiper-horizontal{padding-bottom:calc(30px + 79 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--related .swiper-horizontal{padding-bottom:109px}}@media screen and (max-width:1100px){.blog--related .swiper-horizontal{overflow:visible;padding-left:0;padding-right:0}}.blog--related .swiper-wrapper{box-sizing:border-box}.blog--related-slide.swiper-slide{height:unset}.blog--related .wrapper{padding-right:20px;padding-left:20px}@media screen and (min-width:375px){.blog--related .wrapper{padding-right:calc(20px + 40 * (100vw - 375px) / 1065);padding-left:calc(20px + 40 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.blog--related .wrapper{padding-right:60px;padding-left:60px}}.blog--related-pagination{display:none;align-content:center;justify-content:center;margin-top:42px}.blog--related-pagination-bullet{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.1);margin:0 5px}.blog--related-pagination-bullet_active{background-color:#000}@media screen and (max-width:1110px){.blog--related-pagination{display:flex}}@media screen and (max-width:640px){.blog--share{flex-direction:column;align-items:flex-start}.blog--share span{margin-right:0;margin-bottom:20px}}@media screen and (max-width:500px){.blog--content .content--HEADING_2 h2,.blog--content .content--HEADING_3 h3{font-weight:700}}.code-of-conduct .privacyPolicyAnchor,.code-of-conduct-2022 .privacyPolicyAnchor,.privacy-policy .privacyPolicyAnchor{display:block;position:relative;top:-100px;visibility:hidden}.code-of-conduct .wrapper-content,.code-of-conduct-2022 .wrapper-content,.privacy-policy .wrapper-content{width:880px;padding-right:20px!important;padding-left:20px!important}.code-of-conduct .content,.code-of-conduct-2022 .content,.privacy-policy .content{padding-bottom:120px}.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{font-weight:600;padding-top:40px;font-size:18px;line-height:1.5;color:#000;margin-bottom:10px;margin-top:70px;border-top:2px solid #f5f6fa}@media screen and (min-width:768px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{padding-top:calc(40px + 37 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{padding-top:77px}}@media screen and (min-width:375px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{font-size:24px}}@media screen and (min-width:375px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{margin-bottom:calc(10px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{margin-bottom:30px}}@media screen and (max-width:768px){.code-of-conduct .content h1,.code-of-conduct .content h2,.code-of-conduct-2022 .content h1,.code-of-conduct-2022 .content h2,.privacy-policy .content h1,.privacy-policy .content h2{border:unset;margin-top:0}}.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{font-style:normal;font-weight:600;line-height:1.5;color:#000;font-size:18px;margin-bottom:10px;margin-top:40px}@media screen and (min-width:375px){.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{font-size:calc(18px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{font-size:22px}}@media screen and (min-width:375px){.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{margin-bottom:calc(10px + 17 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{margin-bottom:27px}}@media screen and (min-width:375px){.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{margin-top:calc(40px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h3,.code-of-conduct-2022 .content h3,.privacy-policy .content h3{margin-top:60px}}.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{font-style:normal;font-weight:600;line-height:1.5;color:#000;font-size:16px;margin-bottom:10px;margin-top:20px}@media screen and (min-width:375px){.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{font-size:20px}}@media screen and (min-width:375px){.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{margin-bottom:20px}}@media screen and (min-width:375px){.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{margin-top:calc(20px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content h4,.code-of-conduct-2022 .content h4,.privacy-policy .content h4{margin-top:40px}}.code-of-conduct .content ul,.code-of-conduct-2022 .content ul,.privacy-policy .content ul{padding-left:20px;margin-bottom:10px;margin-top:10px}@media screen and (min-width:375px){.code-of-conduct .content ul,.code-of-conduct-2022 .content ul,.privacy-policy .content ul{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content ul,.code-of-conduct-2022 .content ul,.privacy-policy .content ul{margin-bottom:20px}}@media screen and (min-width:375px){.code-of-conduct .content ul,.code-of-conduct-2022 .content ul,.privacy-policy .content ul{margin-top:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content ul,.code-of-conduct-2022 .content ul,.privacy-policy .content ul{margin-top:20px}}.code-of-conduct .content ul li,.code-of-conduct-2022 .content ul li,.privacy-policy .content ul li{margin-bottom:8px;font-size:14px;color:#858a8f}@media screen and (min-width:375px){.code-of-conduct .content ul li,.code-of-conduct-2022 .content ul li,.privacy-policy .content ul li{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content ul li,.code-of-conduct-2022 .content ul li,.privacy-policy .content ul li{font-size:18px}}.code-of-conduct .content .mediaWidget,.code-of-conduct-2022 .content .mediaWidget,.privacy-policy .content .mediaWidget{margin-bottom:10px;margin-top:15px}@media screen and (min-width:375px){.code-of-conduct .content .mediaWidget,.code-of-conduct-2022 .content .mediaWidget,.privacy-policy .content .mediaWidget{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content .mediaWidget,.code-of-conduct-2022 .content .mediaWidget,.privacy-policy .content .mediaWidget{margin-bottom:20px}}@media screen and (min-width:375px){.code-of-conduct .content .mediaWidget,.code-of-conduct-2022 .content .mediaWidget,.privacy-policy .content .mediaWidget{margin-top:calc(15px + 15 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content .mediaWidget,.code-of-conduct-2022 .content .mediaWidget,.privacy-policy .content .mediaWidget{margin-top:30px}}.code-of-conduct .content p,.code-of-conduct-2022 .content p,.privacy-policy .content p{font-style:normal;font-weight:400;line-height:1.67;color:#858a8f;font-size:14px}@media screen and (min-width:375px){.code-of-conduct .content p,.code-of-conduct-2022 .content p,.privacy-policy .content p{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content p,.code-of-conduct-2022 .content p,.privacy-policy .content p{font-size:18px}}.code-of-conduct .content p+p,.code-of-conduct-2022 .content p+p,.privacy-policy .content p+p{margin-bottom:10px}@media screen and (min-width:375px){.code-of-conduct .content p+p,.code-of-conduct-2022 .content p+p,.privacy-policy .content p+p{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.code-of-conduct .content p+p,.code-of-conduct-2022 .content p+p,.privacy-policy .content p+p{margin-bottom:20px}}.code-of-conduct .content a,.code-of-conduct-2022 .content a,.privacy-policy .content a{color:#7169ff;font-weight:500}.code-of-conduct .content a:focus,.code-of-conduct .content a:hover,.code-of-conduct-2022 .content a:focus,.code-of-conduct-2022 .content a:hover,.privacy-policy .content a:focus,.privacy-policy .content a:hover{text-decoration:underline}.code-of-conduct .content ul li strong,.code-of-conduct-2022 .content ul li strong{display:block}.code-of-conduct .content>*,.code-of-conduct-2022 .content>*{white-space:pre-wrap}.client-stories .videoModal--overlay{background-color:hsla(0,0%,100%,.95)}.client-stories .videoModal--name,.client-stories .videoModal--title{color:#000}.cookie-policy .privacyPolicyAnchor{display:block;position:relative;top:-100px;visibility:hidden}.cookie-policy .wrapper-content{width:880px;padding-right:20px!important;padding-left:20px!important}.cookie-policy .content{padding-bottom:120px}.cookie-policy .content h1,.cookie-policy .content h2{font-weight:600;padding-top:40px;font-size:18px;line-height:1.5;color:#000;margin-bottom:10px;margin-top:70px;border-top:2px solid #f5f6fa}@media screen and (min-width:768px){.cookie-policy .content h1,.cookie-policy .content h2{padding-top:calc(40px + 37 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.cookie-policy .content h1,.cookie-policy .content h2{padding-top:77px}}@media screen and (min-width:375px){.cookie-policy .content h1,.cookie-policy .content h2{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h1,.cookie-policy .content h2{font-size:24px}}@media screen and (min-width:375px){.cookie-policy .content h1,.cookie-policy .content h2{margin-bottom:calc(10px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h1,.cookie-policy .content h2{margin-bottom:30px}}@media screen and (max-width:768px){.cookie-policy .content h1,.cookie-policy .content h2{border:unset;margin-top:0}}.cookie-policy .content h3{font-style:normal;font-weight:600;line-height:1.5;color:#000;font-size:18px;margin-bottom:10px;margin-top:40px}@media screen and (min-width:375px){.cookie-policy .content h3{font-size:calc(18px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h3{font-size:22px}}@media screen and (min-width:375px){.cookie-policy .content h3{margin-bottom:calc(10px + 17 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h3{margin-bottom:27px}}@media screen and (min-width:375px){.cookie-policy .content h3{margin-top:calc(40px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h3{margin-top:60px}}.cookie-policy .content h4{font-style:normal;font-weight:600;line-height:1.5;color:#000;font-size:16px;margin-bottom:10px;margin-top:20px}@media screen and (min-width:375px){.cookie-policy .content h4{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h4{font-size:20px}}@media screen and (min-width:375px){.cookie-policy .content h4{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h4{margin-bottom:20px}}@media screen and (min-width:375px){.cookie-policy .content h4{margin-top:calc(20px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content h4{margin-top:40px}}.cookie-policy .content ul{padding-left:20px;margin-bottom:10px;margin-top:10px}@media screen and (min-width:375px){.cookie-policy .content ul{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content ul{margin-bottom:20px}}@media screen and (min-width:375px){.cookie-policy .content ul{margin-top:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content ul{margin-top:20px}}.cookie-policy .content ul li{margin-bottom:8px;font-size:14px;color:#858a8f}@media screen and (min-width:375px){.cookie-policy .content ul li{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content ul li{font-size:18px}}.cookie-policy .content .mediaWidget{margin-bottom:10px;margin-top:15px}@media screen and (min-width:375px){.cookie-policy .content .mediaWidget{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content .mediaWidget{margin-bottom:20px}}@media screen and (min-width:375px){.cookie-policy .content .mediaWidget{margin-top:calc(15px + 15 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content .mediaWidget{margin-top:30px}}.cookie-policy .content p{font-style:normal;font-weight:400;line-height:1.67;color:#858a8f;font-size:14px}@media screen and (min-width:375px){.cookie-policy .content p{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content p{font-size:18px}}.cookie-policy .content p+p{margin-bottom:10px}@media screen and (min-width:375px){.cookie-policy .content p+p{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.cookie-policy .content p+p{margin-bottom:20px}}.cookie-policy .content a{color:#7169ff;font-weight:500}.cookie-policy .content a:focus,.cookie-policy .content a:hover{text-decoration:underline}.cookie-policy .content>*{white-space:pre-wrap}.terms-and-conditions .privacyPolicyAnchor{display:block;position:relative;top:-100px;visibility:hidden}.terms-and-conditions .wrapper-content{width:880px;padding-right:20px!important;padding-left:20px!important}.terms-and-conditions .content{padding-bottom:120px}.terms-and-conditions .content h1,.terms-and-conditions .content h2{font-weight:600;padding-top:40px;font-size:18px;line-height:1.5;color:#000;margin-bottom:10px;margin-top:70px;border-top:2px solid #f5f6fa}@media screen and (min-width:768px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{padding-top:calc(40px + 37 * (100vw - 768px) / 672)}}@media screen and (min-width:1440px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{padding-top:77px}}@media screen and (min-width:375px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{font-size:24px}}@media screen and (min-width:375px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{margin-bottom:calc(10px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{margin-bottom:30px}}@media screen and (max-width:768px){.terms-and-conditions .content h1,.terms-and-conditions .content h2{border:unset;margin-top:0}}.terms-and-conditions .content h3{font-style:normal;font-weight:600;line-height:1.5;color:#000;font-size:18px;margin-bottom:10px;margin-top:40px}@media screen and (min-width:375px){.terms-and-conditions .content h3{font-size:calc(18px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h3{font-size:22px}}@media screen and (min-width:375px){.terms-and-conditions .content h3{margin-bottom:calc(10px + 17 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h3{margin-bottom:27px}}@media screen and (min-width:375px){.terms-and-conditions .content h3{margin-top:calc(40px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h3{margin-top:60px}}.terms-and-conditions .content h4{font-style:normal;font-weight:600;line-height:1.5;color:#000;font-size:16px;margin-bottom:10px;margin-top:20px}@media screen and (min-width:375px){.terms-and-conditions .content h4{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h4{font-size:20px}}@media screen and (min-width:375px){.terms-and-conditions .content h4{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h4{margin-bottom:20px}}@media screen and (min-width:375px){.terms-and-conditions .content h4{margin-top:calc(20px + 20 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content h4{margin-top:40px}}.terms-and-conditions .content ul{padding-left:20px;margin-bottom:10px;margin-top:10px}@media screen and (min-width:375px){.terms-and-conditions .content ul{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content ul{margin-bottom:20px}}@media screen and (min-width:375px){.terms-and-conditions .content ul{margin-top:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content ul{margin-top:20px}}.terms-and-conditions .content ul li{margin-bottom:8px;font-size:14px;color:#858a8f}@media screen and (min-width:375px){.terms-and-conditions .content ul li{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content ul li{font-size:18px}}.terms-and-conditions .content .mediaWidget{margin-bottom:10px;margin-top:15px}@media screen and (min-width:375px){.terms-and-conditions .content .mediaWidget{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content .mediaWidget{margin-bottom:20px}}@media screen and (min-width:375px){.terms-and-conditions .content .mediaWidget{margin-top:calc(15px + 15 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content .mediaWidget{margin-top:30px}}.terms-and-conditions .content p{font-style:normal;font-weight:400;line-height:1.67;color:#858a8f;font-size:14px}@media screen and (min-width:375px){.terms-and-conditions .content p{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content p{font-size:18px}}.terms-and-conditions .content p+p{margin-bottom:10px}@media screen and (min-width:375px){.terms-and-conditions .content p+p{margin-bottom:calc(10px + 10 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.terms-and-conditions .content p+p{margin-bottom:20px}}.terms-and-conditions .content a{color:#7169ff;font-weight:500}.terms-and-conditions .content a:focus,.terms-and-conditions .content a:hover{text-decoration:underline}.terms-and-conditions .content>*{white-space:pre-wrap}.aws_banner{padding-top:120px;padding-bottom:230px;display:flex;align-items:center;justify-content:space-between;gap:96px}@media screen and (max-width:1140px){.aws_banner{flex-direction:column;padding:20px 0;gap:36px}}.aws_banner-wrapper{background-color:var(--whiteColor);background-image:url(/media/full-width-light-gray-ornament.svg);background-position-y:bottom;background-size:contain;background-repeat:no-repeat}@media screen and (max-width:1140px){.aws_banner-wrapper{background-image:none}}.aws_banner--text{display:flex;flex-direction:column;gap:36px}.aws_banner--text-headings{display:flex;flex-direction:column;gap:16px;max-width:600px}.aws_banner--text-headings h2{font-size:36px;line-height:44px}@media screen and (min-width:375px){.aws_banner--text-headings h2{font-size:calc(36px + 8 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_banner--text-headings h2{font-size:44px}}@media screen and (min-width:375px){.aws_banner--text-headings h2{line-height:calc(44px + 12 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_banner--text-headings h2{line-height:56px}}.aws_banner--text-headings .gray-subtitle{font-size:14px;color:var(--grayText)}@media screen and (min-width:375px){.aws_banner--text-headings .gray-subtitle{font-size:calc(14px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.aws_banner--text-headings .gray-subtitle{font-size:18px}}.aws_banner--text-button{gap:36px}.aws_banner--text-button,.aws_banner--text-button-link{display:flex;align-items:center}.aws_banner--text-button-link svg{width:36px;height:auto;margin-right:14px;transition:transform .4s ease;will-change:transform;fill:var(--blackColor)}.aws_banner--text-button-link svg path{position:relative;will-change:transform;transform:translateZ(0);animation:none}.aws_banner--text-button-link-label{color:var(--blackColor);font-weight:700;line-height:1.33;font-size:16px}@media screen and (min-width:375px){.aws_banner--text-button-link-label{font-size:calc(16px + 2 * (100vw - 375px) / 393)}}@media screen and (min-width:768px){.aws_banner--text-button-link-label{font-size:18px}}.aws_banner--text-button-container{position:relative;width:83px;height:83px}.aws_banner--text-button-container img{width:100%;height:100%;object-fit:contain}.aws_banner--image{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1140px){.aws_banner--image{padding:40px 0;order:-1}}.aws_banner--image-container{width:420px;height:420px;position:relative}@media screen and (max-width:1140px){.aws_banner--image-container{width:80vw;height:80vw}}.jd-loader{position:fixed;top:124px;left:0;background:#fff;font-size:18px;font-weight:700;height:100dvh;width:100%;display:flex;align-items:center;justify-content:center;z-index:1;opacity:1}.jd-loader.fade-out{opacity:0;z-index:-1;transition:opacity .5s ease-out,z-index 0s linear .5s}.job-posting{margin-top:124px}@media(max-width:1140px){.job-posting{margin-top:80px}}.job-posting--header-wrapper{text-align:start;align-content:end;height:100%;padding:24px 0;min-height:260px}.job-posting--header-wrapper .title{font-size:24px}@media screen and (min-width:375px){.job-posting--header-wrapper .title{font-size:calc(24px + 30 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.job-posting--header-wrapper .title{font-size:54px}}.job-posting--header-wrapper .subtitle{font-size:18px}@media screen and (min-width:375px){.job-posting--header-wrapper .subtitle{font-size:calc(18px + 6 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.job-posting--header-wrapper .subtitle{font-size:24px}}.job-posting--location-wrapper{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:14px}.job-posting--location-wrapper .location{cursor:default;color:#fff;border:1px solid #fff;border-radius:40px;padding:6px 12px;font-size:14px;transition:background-color .3s ease}.job-posting--location-wrapper .location:hover{background-color:hsla(0,0%,100%,.2)}.job-posting--actions{position:fixed;bottom:0;width:100%;background:#fff;height:132px;border-top:1px solid #d3d3d3;z-index:20000}@media(max-width:1050px){.job-posting--actions{height:86px}}.job-posting .apply-btn{background-color:#7169ff;color:#fff;border-radius:10px;font-size:16px;padding:8px 40px}@media screen and (min-width:375px){.job-posting .apply-btn{font-size:calc(16px + 4 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.job-posting .apply-btn{font-size:20px}}.plyr{--plyr-range-thumb-height:0px;--plyr-color-main:#fe7475;--plyr-range-track-height:26px}.plyr__controls{bottom:47px!important;background:#595959!important;border-radius:13px!important;width:90%;margin-left:auto;margin-right:auto;padding:10px 30px 10px 14px!important;display:grid!important;grid-template-columns:auto 1fr auto auto auto!important;grid-template-rows:auto!important}@media screen and (max-width:500px){.plyr__controls{bottom:12px!important;padding:4px 14px!important}}.plyr__control svg{transition:fill .2s!important;fill:hsla(0,0%,100%,.5)!important}.plyr__control[data-plyr=play]{grid-column:1/2;grid-row:1/2;margin-right:20px!important}.plyr__control[data-plyr=play] svg{fill:#fff!important}.plyr__control[data-plyr=fullscreen]:focus,.plyr__control[data-plyr=fullscreen]:hover,.plyr__control[data-plyr=mute]:focus,.plyr__control[data-plyr=mute]:hover,.plyr__control[data-plyr=play]:focus,.plyr__control[data-plyr=play]:hover,.plyr__control[data-plyr=settings]:focus,.plyr__control[data-plyr=settings]:hover{background-color:transparent!important;color:#4a5464!important}.plyr__control[data-plyr=fullscreen]:focus svg,.plyr__control[data-plyr=fullscreen]:hover svg,.plyr__control[data-plyr=mute]:focus svg,.plyr__control[data-plyr=mute]:hover svg,.plyr__control[data-plyr=play]:focus svg,.plyr__control[data-plyr=play]:hover svg,.plyr__control[data-plyr=settings]:focus svg,.plyr__control[data-plyr=settings]:hover svg{fill:#fff!important}.plyr__control[aria-expanded=true]{background-color:transparent!important}.plyr__control[data-plyr=fullscreen]{grid-column:5/6;grid-row:1/2}.plyr__time--current{margin-right:20px!important;max-width:max-content!important;padding-left:15px!important;position:relative;z-index:10;pointer-events:none}.plyr__progress__container,.plyr__time--current{grid-column:2/3;grid-row:1/2}.plyr__progress__buffer{border-radius:7px!important;color:transparent!important}.plyr__progress__buffer::-moz-progress-bar,.plyr__progress__buffer::-webkit-progress-bar{border-radius:7px!important;background-color:transparent!important}.plyr__volume{grid-column:3/4;grid-row:1/2;min-width:120px!important}@media screen and (max-width:500px){.plyr__volume{min-width:80px!important}}.plyr__menu{grid-column:4/5;grid-row:1/2}.plyr--full-ui{position:absolute!important;top:0;left:0;width:100%;height:100%;background-color:transparent!important}.plyr--full-ui input[type=range]::-moz-range-progress,.plyr--full-ui input[type=range]::-moz-range-track{border-radius:7px!important;cursor:pointer}.plyr__video-embed{padding-bottom:0!important;background:none!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}@font-face{font-family:swiper-icons;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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.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;width:100%;height:100%;position:relative;transition-property:transform}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;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{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.p404{display:flex;align-items:center;justify-content:center;width:100%;padding-top:100px;padding-bottom:100px}@media screen and (min-width:375px){.p404{padding-top:calc(100px + 200 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.p404{padding-top:300px}}@media screen and (min-width:375px){.p404{padding-bottom:calc(100px + 100 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.p404{padding-bottom:200px}}.p404 h1{font-style:normal;font-weight:700;font-size:24px;line-height:1.21;color:#000}@media screen and (min-width:375px){.p404 h1{font-size:calc(24px + 32 * (100vw - 375px) / 1065)}}@media screen and (min-width:1440px){.p404 h1{font-size:56px}}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:100;font-display:swap;src:url(/_next/static/media/b63a5dd38996bbcf-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:100;font-display:swap;src:url(/_next/static/media/14a2557c68b21cd3-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:100;font-display:swap;src:url(/_next/static/media/2c062342b1fab89d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:200;font-display:swap;src:url(/_next/static/media/b8b8a9b4b93147b7-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:200;font-display:swap;src:url(/_next/static/media/59a78378d8ff98d4-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:200;font-display:swap;src:url(/_next/static/media/8a46cfca7977140b-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/2d60f2dca601c94b-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/7c10e1e83b2e7f9a-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/decf5989f4e7f901-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f836bffb0378cb18-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/204a0a5e1cf12efb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/2cc74b96cdc9383d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0a48a8bf13ca80-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ae6a2fe692ea80aa-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c99ef75952aca458-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/0d4c388da6b99db2-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/bd907a34e79d0cf5-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/7c1535108079abc4-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/334d90a676c555e4-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/8727a9eb9a9ed107-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/cf1f69a0c8aed54d-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/cef19ad087fd80a0-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/7519ebedca413f1f-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:800;font-display:swap;src:url(/_next/static/media/8f91baacbcce7392-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/1a77946594db985b-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/dec290caeb2cbe42-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/f0496e21808c976b-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/0938b75f61da35fc-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/f54d3b402c212b9e-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/7108afb8b1381ad1-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/2246fb8caa01a49c-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/7ede3623c9ddac57-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/9e82d62334b205f4-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_edb924;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_Fallback_edb924;src:local("Arial");ascent-override:92.33%;descent-override:30.78%;line-gap-override:8.79%;size-adjust:113.73%}.__className_edb924{font-family:__Poppins_edb924,__Poppins_Fallback_edb924}