:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes ss-valueOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.ss-hide{display:none!important}.ss-main{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;color:var(--ss-font-color);cursor:pointer;display:flex;flex-direction:row;min-height:var(--ss-main-height);outline:0;overflow:hidden;padding:var(--ss-spacing-s);position:relative;transition:background-color var(--ss-animation-timing);user-select:none;width:100%}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex:1 1 100%;flex-wrap:wrap;gap:var(--ss-spacing-m)}.ss-main .ss-values .ss-placeholder{align-items:center;color:var(--ss-font-placeholder-color);display:flex;line-height:1em;margin:auto 0;overflow:hidden;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);text-overflow:ellipsis;white-space:nowrap;width:100%}.ss-main .ss-values .ss-max{align-items:center;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);color:var(--ss-bg-color);display:flex;font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);user-select:none;width:fit-content}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{align-items:center;animation-duration:var(--ss-animation-timing);animation-fill-mode:both;animation-name:ss-valueIn;animation-timing-function:ease-out;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);display:flex;user-select:none;width:fit-content}.ss-main .ss-values .ss-value.ss-value-out{animation-duration:var(--ss-animation-timing);animation-name:ss-valueOut;animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{color:var(--ss-bg-color);font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{align-items:center;border-left:1px solid var(--ss-bg-color);box-sizing:content-box;cursor:pointer;display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete,.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{align-items:center;display:flex;flex:0 1 auto;height:auto;justify-content:center;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m);width:fit-content}.ss-main .ss-deselect svg{height:8px;width:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:var(--ss-content-height);opacity:0;overflow:hidden;position:absolute;transform:scaleY(0);transform-origin:center top;transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);width:auto;z-index:10000}.ss-content.ss-relative{height:100%;position:relative}.ss-content.ss-fixed{position:fixed}.ss-content.ss-open-above{border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius);flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom}.ss-content.ss-open-below{border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius);opacity:1;transform:scaleY(1);transform-origin:center top}.ss-content .ss-search{display:flex;flex:0 1 auto;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;display:inline-flex;flex:1 1 auto;font-size:inherit;line-height:inherit;margin:0;min-width:0;outline:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);text-align:left;width:100%}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{align-items:center;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);cursor:pointer;display:inline-flex;flex:0 0 auto;height:auto;justify-content:center;margin:0 0 0 var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{color:var(--ss-font-color);flex:1 1 auto;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{align-items:center;display:flex;flex:0 1 auto;flex-direction:row;gap:var(--ss-spacing-m);justify-content:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{cursor:pointer;display:flex;flex:0 0 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{align-items:center;display:flex;flex:0 1 auto;font-size:60%;justify-content:center;padding:0 var(--ss-spacing-s) 0 0;text-align:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;height:13px;width:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{cursor:pointer;display:flex;flex:0 1 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;height:10px;width:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{color:var(--ss-font-color);cursor:pointer;display:block;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);user-select:none;white-space:normal}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:var(--ss-primary-color);color:var(--ss-bg-color)}.ss-content .ss-list .ss-option.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color);display:inline-block}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{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{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{color:#000;font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;height:100%;line-height:1.2}body.o-hidden{overflow:hidden}a{color:#ff1514;text-decoration:none}a:active,a:hover{color:#ad0100}p a:not(.btn){color:#ff1514;text-decoration:underline}img{height:auto;max-width:100%;vertical-align:middle}section{position:relative}.wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}.content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.page-container{margin-left:auto;margin-right:auto;max-width:1780px;padding-left:55px;padding-right:55px;width:100%}@media screen and (max-width:1780px){.page-container{padding-left:calc(2.941vw + 2.64706px);padding-right:calc(2.941vw + 2.64706px)}}@media screen and (max-width:1440px){.page-container{padding-left:calc(3.72vw - 8.57143px);padding-right:calc(3.72vw - 8.57143px)}}@media screen and (max-width:768px){.page-container{padding-left:20px;padding-right:20px}}.icon{display:inline-block}.background-red-dots{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.random-animate-link{position:relative}.main-nav__list a .random-bg,.main-nav__list a .random-fg,.random-animate-link .random-bg,.random-animate-link .random-fg{background:none;font:inherit;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transition:opacity .2s;transition:opacity .2s;white-space:pre;width:100%}.main-nav__list a .random-bg,.random-animate-link .random-bg{color:hsla(0,0%,100%,.5);z-index:1}.main-nav__list a .random-fg,.random-animate-link .random-fg{color:#fff;z-index:2}.main-nav__list a.animating,.random-animate-link.animating{color:transparent!important}.main-nav__list a.animating .random-bg,.main-nav__list a.animating .random-fg,.random-animate-link.animating .random-bg,.random-animate-link.animating .random-fg{opacity:1}.main-nav__list a.done,.random-animate-link.done{color:#fff!important}.main-nav__list a.done .random-bg,.main-nav__list a.done .random-fg,.random-animate-link.done .random-bg,.random-animate-link.done .random-fg{opacity:0}.main-nav__list a--accent .random-bg,.random-animate-link--accent .random-bg{color:rgba(255,21,20,.5);z-index:2}.main-nav__list a--accent .random-fg,.random-animate-link--accent .random-fg{color:#ff1514}.main-nav__list a--accent.done,.random-animate-link--accent.done{color:#ff1514!important}.scroll-filling-text-animation .word{color:inherit;opacity:1;-webkit-transition:color .28s ease,opacity .28s ease;transition:color .28s ease,opacity .28s ease;white-space:pre-wrap}.scroll-filling-text-animation .space{pointer-events:none}article.hentry{margin:0}@font-face{font-family:TitilliumWeb;font-weight:400;src:local("TitilliumWeb"),local("TitilliumWeb-Regular");src:url(../fonts/TitilliumWeb-Regular.eot);src:url(../fonts/TitilliumWeb-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/TitilliumWeb-Regular.woff) format("woff"),url(../fonts/TitilliumWeb-Regular.woff2) format("woff2"),url(../fonts/TitilliumWeb-Regular.ttf) format("truetype")}@font-face{font-family:TitilliumWeb;font-weight:600;src:local("TitilliumWeb"),local("TitilliumWeb-SemiBold");src:url(../fonts/TitilliumWeb-SemiBold.eot);src:url(../fonts/TitilliumWeb-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/TitilliumWeb-SemiBold.woff) format("woff"),url(../fonts/TitilliumWeb-SemiBold.woff2) format("woff2"),url(../fonts/TitilliumWeb-SemiBold.ttf) format("truetype")}@font-face{font-family:TitilliumWeb;font-weight:700;src:local("TitilliumWeb"),local("TitilliumWeb-Bold");src:url(../fonts/TitilliumWeb-Bold.eot);src:url(../fonts/TitilliumWeb-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/TitilliumWeb-Bold.woff) format("woff"),url(../fonts/TitilliumWeb-Bold.woff2) format("woff2"),url(../fonts/TitilliumWeb-Bold.ttf) format("truetype")}@font-face{font-family:SpaceMono;font-weight:400;src:local("SpaceMono"),local("SpaceMono-Regular");src:url(../fonts/SpaceMono-Regular.eot);src:url(../fonts/SpaceMono-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/SpaceMono-Regular.woff) format("woff"),url(../fonts/SpaceMono-Regular.woff2) format("woff2"),url(../fonts/SpaceMono-Regular.ttf) format("truetype")}h1,h2,h3,h4,h5{margin:0}.heading-1,h1,h2,h3,h4,h5{font-family:TitilliumWeb,Helvetica,Arial,sans-serif}.heading-1{font-size:65px;font-weight:400;line-height:85px}@media screen and (min-width:1440px){.heading-1{font-size:4.51389vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.heading-1{font-size:80px;line-height:105px}}@media screen and (max-width:1439px){.heading-1{font-size:calc(2.794vw + 24.76879px);line-height:calc(4.335vw + 22.57225px)}}@media screen and (max-width:480px){.heading-1{font-size:36px;line-height:40px}}.heading-1>*{font-size:65px;font-weight:400;line-height:85px}@media screen and (min-width:1440px){.heading-1>*{font-size:4.51389vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.heading-1>*{font-size:80px;line-height:105px}}@media screen and (max-width:1439px){.heading-1>*{font-size:calc(2.794vw + 24.76879px);line-height:calc(4.335vw + 22.57225px)}}@media screen and (max-width:480px){.heading-1>*{font-size:36px;line-height:40px}}.heading-1>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.heading-2{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:50px;font-weight:400;line-height:60px}@media screen and (min-width:1440px){.heading-2{font-size:3.47222vw;line-height:4.16667vw}}@media screen and (min-width:1780px){.heading-2{font-size:61.8px;line-height:79.1px}}@media screen and (max-width:1439px){.heading-2{font-size:calc(2.119vw + 19.47977px);line-height:calc(1.927vw + 32.25434px)}}@media screen and (max-width:480px){.heading-2{font-size:28px;line-height:40px}}.heading-2>*{font-size:50px;font-weight:400;line-height:60px}@media screen and (min-width:1440px){.heading-2>*{font-size:3.47222vw;line-height:4.16667vw}}@media screen and (min-width:1780px){.heading-2>*{font-size:61.8px;line-height:79.1px}}@media screen and (max-width:1439px){.heading-2>*{font-size:calc(2.119vw + 19.47977px);line-height:calc(1.927vw + 32.25434px)}}@media screen and (max-width:480px){.heading-2>*{font-size:28px;line-height:40px}}.heading-2>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.heading-3{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:36px;font-weight:400;line-height:45px}@media screen and (min-width:1440px){.heading-3{font-size:2.5vw;line-height:3.125vw}}@media screen and (min-width:1780px){.heading-3{font-size:44.5px;line-height:56.3px}}@media screen and (max-width:1439px){.heading-3{font-size:calc(1.349vw + 16.57803px);line-height:calc(.482vw + 38.06358px)}}@media screen and (max-width:480px){.heading-3{font-size:22px;line-height:40px}}.heading-3>*{font-size:36px;font-weight:400;line-height:45px}@media screen and (min-width:1440px){.heading-3>*{font-size:2.5vw;line-height:3.125vw}}@media screen and (min-width:1780px){.heading-3>*{font-size:44.5px;line-height:56.3px}}@media screen and (max-width:1439px){.heading-3>*{font-size:calc(1.349vw + 16.57803px);line-height:calc(.482vw + 38.06358px)}}@media screen and (max-width:480px){.heading-3>*{font-size:22px;line-height:40px}}.heading-3>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.heading-3.tt{text-transform:uppercase}.heading-4{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:30px;font-weight:400;line-height:125%}@media screen and (min-width:1440px){.heading-4{font-size:2.08333vw}}@media screen and (min-width:1780px){.heading-4{font-size:37.2px}}@media screen and (max-width:1439px){.heading-4{font-size:calc(1.156vw + 13.3526px)}}@media screen and (max-width:480px){.heading-4{font-size:18px}}.heading-4>*{font-size:30px;font-weight:400;line-height:125%}@media screen and (min-width:1440px){.heading-4>*{font-size:2.08333vw}}@media screen and (min-width:1780px){.heading-4>*{font-size:37.2px}}@media screen and (max-width:1439px){.heading-4>*{font-size:calc(1.156vw + 13.3526px)}}@media screen and (max-width:480px){.heading-4>*{font-size:18px}}.heading-4>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.heading-4.tt{text-transform:uppercase}.heading-5{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:21px;font-weight:400;line-height:30px}@media screen and (min-width:1440px){.heading-5{font-size:1.45833vw;line-height:2.08333vw}}@media screen and (min-width:1780px){.heading-5{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.heading-5{font-size:calc(1.06vw + 5.73988px);line-height:calc(1.927vw + 2.25434px)}}@media screen and (max-width:480px){.heading-5{font-size:10px;line-height:10px}}.heading-5>*{font-size:21px;font-weight:400;line-height:30px}@media screen and (min-width:1440px){.heading-5>*{font-size:1.45833vw;line-height:2.08333vw}}@media screen and (min-width:1780px){.heading-5>*{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.heading-5>*{font-size:calc(1.06vw + 5.73988px);line-height:calc(1.927vw + 2.25434px)}}@media screen and (max-width:480px){.heading-5>*{font-size:10px;line-height:10px}}.heading-5>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.heading-5.tt{text-transform:uppercase}.page-heading{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:80px;font-weight:400;line-height:85px}@media screen and (min-width:1440px){.page-heading{font-size:5.55556vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.page-heading{font-size:100px;line-height:105px}}@media screen and (max-width:1439px){.page-heading{font-size:calc(3.854vw + 24.50867px);line-height:calc(3.372vw + 36.44509px)}}@media screen and (max-width:480px){.page-heading{font-size:40px;line-height:50px}}.page-heading>*{color:#fff;font-size:80px;font-weight:400;line-height:85px;margin:0;text-shadow:0 0 20px #ff1514}@media screen and (min-width:1440px){.page-heading>*{font-size:5.55556vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.page-heading>*{font-size:100px;line-height:105px}}@media screen and (max-width:1439px){.page-heading>*{font-size:calc(3.854vw + 24.50867px);line-height:calc(3.372vw + 36.44509px)}}@media screen and (max-width:480px){.page-heading>*{font-size:40px;line-height:50px}}.page-heading>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.page-heading--small{font-size:60px;line-height:85px}@media screen and (min-width:1440px){.page-heading--small{font-size:4.16667vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.page-heading--small{font-size:75px;line-height:100px}}@media screen and (max-width:1439px){.page-heading--small{font-size:calc(2.89vw + 18.3815px);line-height:calc(4.335vw + 22.57225px)}}@media screen and (max-width:480px){.page-heading--small{font-size:30px;line-height:40px}}.page-heading--small>*{font-size:60px;line-height:85px}@media screen and (min-width:1440px){.page-heading--small>*{font-size:4.16667vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.page-heading--small>*{font-size:75px;line-height:100px}}@media screen and (max-width:1439px){.page-heading--small>*{font-size:calc(2.89vw + 18.3815px);line-height:calc(4.335vw + 22.57225px)}}@media screen and (max-width:480px){.page-heading--small>*{font-size:30px;line-height:40px}}.page-heading--medium{font-size:65px;line-height:75px}@media screen and (min-width:1440px){.page-heading--medium{font-size:4.51389vw;line-height:5.20833vw}}@media screen and (min-width:1780px){.page-heading--medium{font-size:80px;line-height:90px}}@media screen and (max-width:1439px){.page-heading--medium{font-size:calc(2.794vw + 24.76879px);line-height:calc(3.372vw + 26.44509px)}}@media screen and (max-width:480px){.page-heading--medium{font-size:36px;line-height:40px}}.page-heading--medium>*{font-size:65px;line-height:75px}@media screen and (min-width:1440px){.page-heading--medium>*{font-size:4.51389vw;line-height:5.20833vw}}@media screen and (min-width:1780px){.page-heading--medium>*{font-size:80px;line-height:90px}}@media screen and (max-width:1439px){.page-heading--medium>*{font-size:calc(2.794vw + 24.76879px);line-height:calc(3.372vw + 26.44509px)}}@media screen and (max-width:480px){.page-heading--medium>*{font-size:36px;line-height:40px}}.page-text{color:#fff;font-size:24px;font-weight:600;line-height:36px}@media screen and (min-width:1440px){.page-text{font-size:1.66667vw;line-height:2.5vw}}@media screen and (min-width:1780px){.page-text{font-size:29.7px;line-height:45.5px}}@media screen and (max-width:1439px){.page-text{font-size:calc(.578vw + 15.6763px);line-height:calc(1.156vw + 19.3526px)}}@media screen and (max-width:480px){.page-text{font-size:18px;line-height:24px}}.page-text>*{color:#fff;font-size:24px;font-weight:600;line-height:36px;margin:0}@media screen and (min-width:1440px){.page-text>*{font-size:1.66667vw;line-height:2.5vw}}@media screen and (min-width:1780px){.page-text>*{font-size:29.7px;line-height:45.5px}}@media screen and (max-width:1439px){.page-text>*{font-size:calc(.578vw + 15.6763px);line-height:calc(1.156vw + 19.3526px)}}@media screen and (max-width:480px){.page-text>*{font-size:18px;line-height:24px}}.page-text--small{font-size:21px;line-height:31.5px}@media screen and (min-width:1440px){.page-text--small{font-size:1.45833vw;line-height:2.1875vw}}@media screen and (min-width:1780px){.page-text--small{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.page-text--small{font-size:calc(.674vw + 11.28902px);line-height:calc(1.156vw + 13.3526px)}}@media screen and (max-width:480px){.page-text--small{font-size:14px;line-height:18px}}.page-text--small>*{font-size:21px;line-height:31.5px}@media screen and (min-width:1440px){.page-text--small>*{font-size:1.45833vw;line-height:2.1875vw}}@media screen and (min-width:1780px){.page-text--small>*{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.page-text--small>*{font-size:calc(.674vw + 11.28902px);line-height:calc(1.156vw + 13.3526px)}}@media screen and (max-width:480px){.page-text--small>*{font-size:14px;line-height:18px}}.section-label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:18px;text-transform:uppercase}@media screen and (min-width:1440px){.section-label{font-size:.83333vw;line-height:1.25vw}}@media screen and (min-width:1780px){.section-label{font-size:14.8px;line-height:22.5px}}@media screen and (max-width:1439px){.section-label{font-size:calc(.193vw + 9.22543px);line-height:calc(.771vw + 6.90173px)}}@media screen and (max-width:480px){.section-label{font-size:10px;line-height:10px}}.section-label:before{background-color:#ff1514;border-radius:50%;content:"";display:block;height:8px;margin-right:12px;min-width:8px;width:8px}.section-label>*{color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:18px;margin:0;text-transform:uppercase}@media screen and (min-width:1440px){.section-label>*{font-size:.83333vw;line-height:1.25vw}}@media screen and (min-width:1780px){.section-label>*{font-size:14.8px;line-height:22.5px}}@media screen and (max-width:1439px){.section-label>*{font-size:calc(.193vw + 9.22543px);line-height:calc(.771vw + 6.90173px)}}@media screen and (max-width:480px){.section-label>*{font-size:10px;line-height:10px}}.section-label strong{color:#9d9d9d;font-weight:inherit}.section-label--dot-off:before{display:none}.section-label--dark,.section-label--dark>*{color:#000}.section-large-text{color:#fff;font-size:40px;font-weight:400;line-height:60px}@media screen and (min-width:1440px){.section-large-text{font-size:2.77778vw;line-height:4.16667vw}}@media screen and (min-width:1780px){.section-large-text{font-size:49.5px;line-height:74.2px}}@media screen and (max-width:1439px){.section-large-text{font-size:calc(1.541vw + 17.80347px);line-height:calc(2.312vw + 26.7052px)}}@media screen and (max-width:480px){.section-large-text{font-size:24px;line-height:36px}}.section-large-text>*{color:#fff;font-size:40px;font-weight:400;line-height:60px;margin:0}@media screen and (min-width:1440px){.section-large-text>*{font-size:2.77778vw;line-height:4.16667vw}}@media screen and (min-width:1780px){.section-large-text>*{font-size:49.5px;line-height:74.2px}}@media screen and (max-width:1439px){.section-large-text>*{font-size:calc(1.541vw + 17.80347px);line-height:calc(2.312vw + 26.7052px)}}@media screen and (max-width:480px){.section-large-text>*{font-size:24px;line-height:36px}}.section-large-text>:not(:last-child){margin-bottom:40px}.section-title{color:#fff;font-size:50px;font-weight:400;line-height:64px}@media screen and (min-width:1440px){.section-title{font-size:3.47222vw;line-height:4.44444vw}}@media screen and (min-width:1780px){.section-title{font-size:61.8px;line-height:79.1px}}@media screen and (max-width:1439px){.section-title{font-size:calc(1.349vw + 30.57803px);line-height:calc(2.312vw + 30.7052px)}}@media screen and (max-width:480px){.section-title{font-size:36px;line-height:40px}}.section-title>*{color:#fff;font-size:50px;font-weight:400;line-height:64px;margin:0}@media screen and (min-width:1440px){.section-title>*{font-size:3.47222vw;line-height:4.44444vw}}@media screen and (min-width:1780px){.section-title>*{font-size:61.8px;line-height:79.1px}}@media screen and (max-width:1439px){.section-title>*{font-size:calc(1.349vw + 30.57803px);line-height:calc(2.312vw + 30.7052px)}}@media screen and (max-width:480px){.section-title>*{font-size:36px;line-height:40px}}.section-title>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.section-title--dark,.section-title--dark>*{color:#000}.section-title--large{font-size:45px;line-height:55px}@media screen and (min-width:1440px){.section-title--large{font-size:3.125vw;line-height:3.81944vw}}@media screen and (min-width:1780px){.section-title--large{font-size:55.6px;line-height:69.5px}}@media screen and (max-width:1439px){.section-title--large{font-size:calc(1.638vw + 21.41618px);line-height:calc(1.445vw + 34.19075px)}}@media screen and (max-width:480px){.section-title--large{font-size:28px;line-height:40px}}.section-title--large>*{font-size:45px;line-height:55px}@media screen and (min-width:1440px){.section-title--large>*{font-size:3.125vw;line-height:3.81944vw}}@media screen and (min-width:1780px){.section-title--large>*{font-size:55.6px;line-height:69.5px}}@media screen and (max-width:1439px){.section-title--large>*{font-size:calc(1.638vw + 21.41618px);line-height:calc(1.445vw + 34.19075px)}}@media screen and (max-width:480px){.section-title--large>*{font-size:28px;line-height:40px}}.section-title--medium{font-size:40px;line-height:60px}@media screen and (min-width:1440px){.section-title--medium{font-size:2.77778vw;line-height:4.16667vw}}@media screen and (min-width:1780px){.section-title--medium{font-size:49.5px;line-height:74.2px}}@media screen and (max-width:1439px){.section-title--medium{font-size:calc(1.541vw + 17.80347px);line-height:calc(2.312vw + 26.7052px)}}@media screen and (max-width:480px){.section-title--medium{font-size:24px;line-height:36px}}.section-title--medium>*{font-size:40px;line-height:60px}@media screen and (min-width:1440px){.section-title--medium>*{font-size:2.77778vw;line-height:4.16667vw}}@media screen and (min-width:1780px){.section-title--medium>*{font-size:49.5px;line-height:74.2px}}@media screen and (max-width:1439px){.section-title--medium>*{font-size:calc(1.541vw + 17.80347px);line-height:calc(2.312vw + 26.7052px)}}@media screen and (max-width:480px){.section-title--medium>*{font-size:24px;line-height:36px}}.section-title--small{font-size:36px;line-height:45px}@media screen and (min-width:1440px){.section-title--small{font-size:2.5vw;line-height:3.125vw}}@media screen and (min-width:1780px){.section-title--small{font-size:44.5px;line-height:56.3px}}@media screen and (max-width:1439px){.section-title--small{font-size:calc(1.349vw + 16.57803px);line-height:calc(.482vw + 38.06358px)}}@media screen and (max-width:480px){.section-title--small{font-size:22px;line-height:40px}}.section-title--small>*{font-size:36px;line-height:45px}@media screen and (min-width:1440px){.section-title--small>*{font-size:2.5vw;line-height:3.125vw}}@media screen and (min-width:1780px){.section-title--small>*{font-size:44.5px;line-height:56.3px}}@media screen and (max-width:1439px){.section-title--small>*{font-size:calc(1.349vw + 16.57803px);line-height:calc(.482vw + 38.06358px)}}@media screen and (max-width:480px){.section-title--small>*{font-size:22px;line-height:40px}}.section-text{font-size:16px;font-weight:400;line-height:26px}@media screen and (min-width:1440px){.section-text{font-size:1.11111vw;line-height:1.80556vw}}@media screen and (min-width:1780px){.section-text{font-size:19.8px;line-height:31.4px}}@media screen and (max-width:1439px){.section-text{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.section-text{font-size:14px;line-height:22px}}.section-text>*{font-size:16px;font-weight:400;line-height:26px}@media screen and (min-width:1440px){.section-text>*{font-size:1.11111vw;line-height:1.80556vw}}@media screen and (min-width:1780px){.section-text>*{font-size:19.8px;line-height:31.4px}}@media screen and (max-width:1439px){.section-text>*{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.section-text>*{font-size:14px;line-height:22px}}.section-text--size-18{font-size:18px;line-height:150%}@media screen and (min-width:1440px){.section-text--size-18{font-size:1.25vw}}@media screen and (min-width:1780px){.section-text--size-18{font-size:22.25px}}@media screen and (max-width:1439px){.section-text--size-18{font-size:calc(.193vw + 15.22543px);line-height:calc(.385vw + 24.45087px)}}@media screen and (max-width:480px){.section-text--size-18{font-size:16px;line-height:26px}}.section-text--size-18>*{font-size:18px;line-height:150%}@media screen and (min-width:1440px){.section-text--size-18>*{font-size:1.25vw}}@media screen and (min-width:1780px){.section-text--size-18>*{font-size:22.25px}}@media screen and (max-width:1439px){.section-text--size-18>*{font-size:calc(.193vw + 15.22543px);line-height:calc(.385vw + 24.45087px)}}@media screen and (max-width:480px){.section-text--size-18>*{font-size:16px;line-height:26px}}.section-text--size-21{font-size:21px;line-height:34px}@media screen and (min-width:1440px){.section-text--size-21{font-size:1.45833vw;line-height:2.36111vw}}@media screen and (min-width:1780px){.section-text--size-21{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.section-text--size-21{font-size:calc(.289vw + 16.83815px);line-height:calc(1.156vw + 17.3526px)}}@media screen and (max-width:480px){.section-text--size-21{font-size:18px;line-height:22px}}.section-text--size-21>*{font-size:21px;line-height:34px}@media screen and (min-width:1440px){.section-text--size-21>*{font-size:1.45833vw;line-height:2.36111vw}}@media screen and (min-width:1780px){.section-text--size-21>*{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.section-text--size-21>*{font-size:calc(.289vw + 16.83815px);line-height:calc(1.156vw + 17.3526px)}}@media screen and (max-width:480px){.section-text--size-21>*{font-size:18px;line-height:22px}}.section-text ol,.section-text ul{margin-bottom:26px;padding-left:25px}.section-text li{margin-bottom:5px}.section-text li:last-child{margin-bottom:0}.section-text p{margin-bottom:26px}.section-text>:last-child{margin-bottom:0}.section-text a{color:#ff1514;text-decoration:underline}.section-text--dark,.section-text--dark>*{color:#000}.section-text--light,.section-text--light>*{color:#fff}.section-text--large{font-size:18px;line-height:30px}@media screen and (min-width:1440px){.section-text--large{font-size:1.25vw;line-height:2.08333vw}}@media screen and (min-width:1780px){.section-text--large{font-size:22.25px;line-height:37px}}@media screen and (max-width:1439px){.section-text--large{font-size:calc(.193vw + 15.22543px);line-height:calc(.385vw + 24.45087px)}}@media screen and (max-width:480px){.section-text--large{font-size:16px;line-height:26px}}.section-text--large>*{font-size:18px;line-height:30px}@media screen and (min-width:1440px){.section-text--large>*{font-size:1.25vw;line-height:2.08333vw}}@media screen and (min-width:1780px){.section-text--large>*{font-size:22.25px;line-height:37px}}@media screen and (max-width:1439px){.section-text--large>*{font-size:calc(.193vw + 15.22543px);line-height:calc(.385vw + 24.45087px)}}@media screen and (max-width:480px){.section-text--large>*{font-size:16px;line-height:26px}}.section-text--x-large{font-size:21px;line-height:34px}@media screen and (min-width:1440px){.section-text--x-large{font-size:1.45833vw;line-height:2.36111vw}}@media screen and (min-width:1780px){.section-text--x-large{font-size:25.9px;line-height:42px}}@media screen and (max-width:1439px){.section-text--x-large{font-size:calc(.289vw + 16.83815px);line-height:calc(1.156vw + 17.3526px)}}@media screen and (max-width:480px){.section-text--x-large{font-size:18px;line-height:22px}}.section-text--x-large>*{font-size:21px;line-height:34px}@media screen and (min-width:1440px){.section-text--x-large>*{font-size:1.45833vw;line-height:2.36111vw}}@media screen and (min-width:1780px){.section-text--x-large>*{font-size:25.9px;line-height:42px}}@media screen and (max-width:1439px){.section-text--x-large>*{font-size:calc(.289vw + 16.83815px);line-height:calc(1.156vw + 17.3526px)}}@media screen and (max-width:480px){.section-text--x-large>*{font-size:18px;line-height:22px}}.list-title,.section-subtitle{color:#000;font-size:24px;font-weight:400;line-height:36px}@media screen and (min-width:1440px){.list-title,.section-subtitle{font-size:1.66667vw;line-height:2.5vw}}@media screen and (min-width:1780px){.list-title,.section-subtitle{font-size:29.7px;line-height:45.5px}}@media screen and (max-width:1439px){.list-title,.section-subtitle{font-size:calc(.578vw + 15.6763px);line-height:calc(1.156vw + 19.3526px)}}@media screen and (max-width:480px){.list-title,.section-subtitle{font-size:18px;line-height:24px}}.list-title>*,.section-subtitle>*{color:#000;font-size:24px;font-weight:400;line-height:36px;margin:0}@media screen and (min-width:1440px){.list-title>*,.section-subtitle>*{font-size:1.66667vw;line-height:2.5vw}}@media screen and (min-width:1780px){.list-title>*,.section-subtitle>*{font-size:29.7px;line-height:45.5px}}@media screen and (max-width:1439px){.list-title>*,.section-subtitle>*{font-size:calc(.578vw + 15.6763px);line-height:calc(1.156vw + 19.3526px)}}@media screen and (max-width:480px){.list-title>*,.section-subtitle>*{font-size:18px;line-height:24px}}.list-title--fw-bolder,.list-title--fw-bolder>*,.section-subtitle--fw-bolder,.section-subtitle--fw-bolder>*{font-weight:600}.list-title--light,.list-title--light>*,.section-subtitle--light,.section-subtitle--light>*{color:#fff}ol,p,ul{margin:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.widget{margin:0 0 1.5em}.widget>select{max-width:100%}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.group-blog>.byline,.single>.byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content>a{word-wrap:break-word}.bypostauthor{display:block}.comment-content>.wp-smiley,.entry-content>.wp-smiley,.page-content>.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption>img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption>.wp-caption-text{margin:.875em 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2>.gallery-item{max-width:50%}.gallery-columns-3>.gallery-item{max-width:33.33%}.gallery-columns-4>.gallery-item{max-width:25%}.gallery-columns-5>.gallery-item{max-width:20%}.gallery-columns-6>.gallery-item{max-width:16.66%}.gallery-columns-7>.gallery-item{max-width:14.28%}.gallery-columns-8>.gallery-item{max-width:12.5%}.gallery-columns-9>.gallery-item{max-width:11.11%}.gallery-caption{display:block}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background:none;background-color:#fff;border:1px solid #dedede;color:#333;font-family:inherit;margin-bottom:12px;margin-top:8px;max-width:100%;outline:0 none;padding:15px;width:100%}.btn{background:none;border:none;border-radius:0;color:#fff;cursor:pointer;display:inline-block;outline:none;padding:10px 30px;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;vertical-align:middle}.btn--accent{background-color:#ff1514;border-radius:100px;color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.btn--accent:hover{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514}.btn--outlined{background-color:transparent;border:1px solid #ff1514;border-radius:100px;color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;-webkit-transition:.3s ease;transition:.3s ease}.btn--outlined:hover{background:#ff1514;-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514}.btn--outlined-dark-text{color:#333}.btn--outlined-dark-text:hover{background:#ff1514;-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514}.btn--outlined-red-text{color:#ff1514}.btn--outlined-red-text:hover{background:#ff1514;-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514}.btn--outlined-white-text{color:#fff}.btn--outlined-white-text:hover{background:#ff1514;-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514}.btn--white-border-w-arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1.5px solid #fff;border-radius:100px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;position:relative}.btn--white-border-w-arrow:after{background-image:url(../images/btn-arrow-rotate-white.svg);background-repeat:no-repeat;content:"";display:block;height:12px;margin-left:10px;opacity:1;width:12px}.btn--white-border-w-arrow:hover{background:#ff1514;border-color:#ff1514;-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514}.btn-with-arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ff1514;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;text-transform:uppercase}.btn-with-arrow img{display:block;margin-left:15px;max-width:13px}.btn-with-arrow:hover{color:#ff1514}.page-header{background-color:#000;border-bottom:1px solid #393939;left:0;padding-left:26px;position:fixed;top:0;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%;z-index:999}@media screen and (max-width:1023px){.page-header{height:70px}}@media screen and (max-width:640px){.page-header{padding-left:12px}}.page-header__container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:1440px;width:100%}@media screen and (min-width:1440px){.page-header__container{max-width:100vw}}.page-header__inner-wrap{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0 auto;flex:1 0 auto}@media screen and (max-width:1023px){.page-header__inner-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 70px);max-width:650px;overflow:auto;position:fixed;right:0;top:70px;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:.5s cubic-bezier(.215,.61,.355,1);transition:.5s cubic-bezier(.215,.61,.355,1);width:100%;z-index:1}.page-header__inner-wrap:before{background-color:#393939;bottom:0;content:"";height:100%;left:26px;position:absolute;right:0;top:0;width:1px}}@media screen and (max-width:1023px) and (max-width:640px){.page-header__inner-wrap:before{left:12px}}@media screen and (max-width:767px){.page-header__inner-wrap{max-width:100%}}.page-header__inner-wrap.open{-webkit-transform:translateX(0);transform:translateX(0)}.page-header .main-nav{padding:25px 45px}@media screen and (max-width:1023px){.page-header .main-nav{margin-top:auto;padding-left:59px}}.page-header__btns-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}@media screen and (max-width:1023px){.page-header__btns-wrap{border-top:1px solid #393939;margin-left:0;margin-top:auto;width:100%}}.page-header__btn-link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;justify-content:center;line-height:22px;padding:25px 37px;text-transform:uppercase}@media screen and (min-width:1440px){.page-header__btn-link{font-size:1.04167vw;line-height:1.52778vw;padding:1.73611vw 2.56944vw}}@media screen and (min-width:1560px){.page-header__btn-link{font-size:16.2px;line-height:23.8px;padding:27px 40px}}@media screen and (max-width:1439px){.page-header__btn-link{font-size:calc(.721vw + 4.61538px);line-height:calc(.962vw + 8.15385px);padding:calc(1.202vw + 7.69231px) calc(1.683vw + 12.76923px)}}@media screen and (max-width:1023px){.page-header__btn-link{font-size:15px;line-height:100%;padding:27.5px;width:50%}}@media screen and (max-width:640px){.page-header__btn-link{padding:27.5px 20px}}.page-header__btn-link:first-child{border-left:1px solid #393939;border-right:1px solid #393939}@media screen and (max-width:1023px){.page-header__btn-link:first-child{border-left:0}}.page-header__btn-link:nth-child(2){position:relative}.page-header__btn-link:nth-child(2):after{background-image:url(../images/btn-arrow-rotate.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:12px;margin-left:10px;width:12px}.page-header__logo{border-left:1px solid #393939;border-right:1px solid #393939;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;max-width:126px;min-width:126px;padding:25px;position:relative;z-index:1}@media screen and (min-width:1440px){.page-header__logo{max-width:8.75vw;min-width:8.75vw;padding:1.73611vw}}@media screen and (min-width:1560px){.page-header__logo{max-width:136.5px;min-width:136.5px;padding:27px}}@media screen and (max-width:1439px){.page-header__logo{max-width:calc(6.25vw + 36px);min-width:calc(6.25vw + 36px);padding:calc(2.404vw - 9.61538px)}}@media screen and (max-width:1023px){.page-header__logo{max-width:100px;min-width:100px;padding:15px}}.page-header__logo svg{width:100%}.main-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1023px){.main-nav{width:100%}}.main-nav__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;list-style:none;margin:0;padding:0}@media screen and (min-width:1440px){.main-nav__list{gap:2.77778vw}}@media screen and (min-width:1560px){.main-nav__list{gap:43px}}@media screen and (max-width:1439px){.main-nav__list{gap:calc(4.808vw - 29.23077px)}}@media screen and (max-width:1023px){.main-nav__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;gap:50px;padding-top:40px;width:100%}}.main-nav__list a{color:hsla(0,0%,100%,.5);font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;line-height:22px;overflow:hidden;position:relative;text-transform:uppercase;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:1440px){.main-nav__list a{font-size:1.04167vw;line-height:1.52778vw}}@media screen and (min-width:1560px){.main-nav__list a{font-size:16.2px;line-height:23.8px}}@media screen and (max-width:1439px){.main-nav__list a{font-size:calc(.721vw + 4.61538px);line-height:calc(.962vw + 8.15385px)}}@media screen and (max-width:1023px){.main-nav__list a{font-size:15px;line-height:100%}}.main-nav__list li.menu-item{position:relative;width:calc(100% - 30px)}.main-nav__list li.menu-item a{width:100%}.main-nav__list li.menu-item.current-menu-item>a{color:#fff}@media screen and (min-width:1024px){.main-nav__list li.menu-item:hover ul.sub-menu{display:block!important}}.main-nav__list ul.sub-menu{background:#000;display:none;left:-14px;padding-left:0;position:absolute;top:calc(100% + 40px)}@media screen and (max-width:1023px){.main-nav__list ul.sub-menu{background:none;display:block;left:auto;margin-top:10px;position:static;top:auto;width:100%}}.main-nav__list ul.sub-menu:before{content:"";display:block;height:40px;position:absolute;top:-40px;width:100%}@media screen and (max-width:1023px){.main-nav__list ul.sub-menu:before{display:none}}.main-nav__list ul.sub-menu li{border-left:1px solid #393939;border-right:1px solid #393939;list-style:none;padding:15px 20px;width:auto}@media screen and (min-width:1024px){.main-nav__list ul.sub-menu li{white-space:nowrap}}@media screen and (max-width:1023px){.main-nav__list ul.sub-menu li{border:none;width:100%}.main-nav__list ul.sub-menu li a{width:100%}}.main-nav__list ul.sub-menu li:first-child{padding-top:20px}.main-nav__list ul.sub-menu li:last-child{border-bottom:1px solid #393939;padding-bottom:26px}@media screen and (max-width:1023px){.main-nav__list ul.sub-menu li:last-child{border:none;padding-bottom:0}}.dropdown-btn{display:none;height:30px;left:100%;position:absolute;top:-8px;width:30px;z-index:2}.dropdown-btn.active span:last-child{opacity:0}.dropdown-btn span{background:#fff;display:block;height:1px;-webkit-transition:background-color .3s;transition:background-color .3s;width:15px}.dropdown-btn span:first-child{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dropdown-btn span:last-child{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}@media screen and (max-width:1023px){.menu-item-has-children .dropdown-btn{display:block}}.menu-item-has-children a{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:1023px){.menu-item-has-children .sub-menu .dropdown-btn{display:none}}.burger-wrapper{border-left:1px solid #393939;display:none;margin-left:auto;padding:20px;z-index:1}.burger-wrapper .burger{height:10px;position:relative;width:30px}.burger-wrapper .burger__line{background:#fff;display:block;height:2px;left:0;opacity:1;position:absolute;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;width:100%}.burger-wrapper .burger__line:first-child{top:0}.burger-wrapper .burger__line:nth-child(2),.burger-wrapper .burger__line:nth-child(3){top:8px}.burger-wrapper .burger__line:nth-child(4){display:none;top:16px}.burger-wrapper.open .burger__line:first-child{left:50%;top:7px;width:0}.burger-wrapper.open .burger__line:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.burger-wrapper.open .burger__line:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.burger-wrapper.open .burger__line:nth-child(4){left:50%;top:7px;width:0}@media screen and (max-width:1023px){.burger-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.footer-nav__list{list-style:none;margin:0;padding:0}.footer-nav__list li{margin-bottom:19px}.footer-nav__list li:last-child{margin-bottom:0}.footer-nav__list a{color:#fff;font-size:clamp(15px,1.04167vw,19px);font-weight:400;-webkit-transition:color .3s;transition:color .3s}.footer-nav__list a:hover{color:#ff1514}.page-footer{-webkit-box-flex:0;background:#000;color:#fff;-ms-flex:0 0 auto;flex:0 0 auto;padding-top:clamp(52px,4.16667vw,74px);position:relative}.page-footer__top{max-width:100vw;padding-bottom:clamp(64px,7.15278vw,127px);padding-left:26px;padding-right:26px}@media screen and (max-width:640px){.page-footer__top{padding-left:12px;padding-right:12px}}.page-footer__columns-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;justify-content:space-between;padding-left:clamp(15px,1.875vw,27px);position:relative}@media screen and (max-width:1024px){.page-footer__columns-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px 15px}}.page-footer__columns-wrap:before{background:-webkit-gradient(linear,left top,right top,from(#000),to(#ff1514));background:linear-gradient(90deg,#000,#ff1514);content:"";display:block;height:1px;max-width:1222px;position:absolute;right:0;top:0;width:90%}.page-footer__column{-webkit-box-flex:1;-ms-flex:1 1 20%;flex:1 1 20%}@media screen and (max-width:992px){.page-footer__column{-ms-flex-preferred-size:calc(25% - 30px);flex-basis:calc(25% - 30px)}}@media screen and (max-width:812px){.page-footer__column{-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px)}}.page-footer__column--contact-info{-ms-flex-preferred-size:27%;flex-basis:27%}@media screen and (max-width:992px){.page-footer__column--contact-info{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:43px}}.page-footer__column--contact-info a{color:#fff;-webkit-transition:.3s;transition:.3s}.page-footer__column--contact-info a:hover{color:#ff1514}@media screen and (min-width:813px){.page-footer__column--company{-ms-flex-preferred-size:16%;flex-basis:16%}.page-footer__column--devices{-ms-flex-preferred-size:17%;flex-basis:17%}.page-footer__column--education{-ms-flex-preferred-size:16%;flex-basis:16%}}.page-footer__logo{margin-bottom:57px;max-width:clamp(77px,5.34722vw,95px)}.page-footer__address-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.page-footer__adress-icon{margin:5px 22px 0 0}.page-footer__address{margin-bottom:17px}.page-footer__address,.page-footer__address>*{font-size:clamp(15px,1.04167vw,19px);font-weight:400;line-height:1.733}.page-footer__phone-icon{margin:3px 19px 0 0}.page-footer__email,.page-footer__phone{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:clamp(15px,1.04167vw,19px);font-weight:400;line-height:1.733;margin-bottom:10px}.page-footer__email-icon{margin:6px 19px 0 0}.page-footer__email{margin:0}.page-footer__menu-caption{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:clamp(15px,1.04167vw,19px);font-weight:400;margin:37px 0 22px;text-transform:uppercase}@media screen and (max-width:992px){.page-footer__menu-caption{margin:0 0 20px}}.page-footer__container{border-top:1px solid #393939}@media screen and (max-width:812px){.page-footer__container{overflow:hidden}}.page-footer__container:last-child{border-bottom:1px solid #393939}.page-footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:100vw;min-height:clamp(77px,6.73611vw,120px);padding:0 26px;width:100%}@media screen and (max-width:812px){.page-footer__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:640px){.page-footer__row{padding-left:12px;padding-right:12px}}.page-footer__socials{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}@media screen and (max-width:812px){.page-footer__socials{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-box-flex:1;border-right:1px solid #393939;-ms-flex:1 1 100%;flex:1 1 100%;min-height:77px;order:1;position:relative}.page-footer__socials:before{border-bottom:1px solid #393939;bottom:0;content:"";display:block;left:-99px;position:absolute;width:calc(100vw + 99px)}}.page-footer__socials li{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-left:1px solid #393939;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;min-width:clamp(60px,7.98611vw,142px);padding:clamp(20px,1.38889vw,25px)}@media screen and (max-width:812px){.page-footer__socials li{-webkit-box-flex:1;-ms-flex:1 1 33%;flex:1 1 33%}}@media screen and (min-width:390px){.page-footer__socials li{min-width:auto}}@media screen and (min-width:812px){.page-footer__socials li{min-width:clamp(80px,5.55556vw,99px)}}.page-footer__socials li a,.page-footer__socials li a path{-webkit-transition:all .3s ease;transition:all .3s ease}.page-footer__socials li a:hover path{fill:#ff1514}.page-footer__dots{-webkit-box-flex:1;-ms-flex-positive:1;border-left:1px solid #393939;flex-grow:1;position:relative}.page-footer__dots:after{background:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(50%,transparent),to(#000));background:linear-gradient(180deg,#000 0,transparent 50%,#000);content:"";z-index:1}.page-footer__dots .dotsCanvasFooter,.page-footer__dots:after{bottom:0;display:block;left:0;position:absolute;right:0;top:0;width:100%}.page-footer__dots .dotsCanvasFooter{height:100%;z-index:0}@media screen and (max-width:812px){.page-footer__dots{-webkit-box-flex:1;-webkit-box-ordinal-group:4;-ms-flex-order:3;border-right:1px solid #393939;-ms-flex:1 1 100%;flex:1 1 100%;min-height:87px;order:3;position:relative}.page-footer__dots:before{border-top:1px solid #393939;content:"";display:block;left:-99px;position:absolute;top:0;width:calc(100vw + 99px)}}.page-footer__link-wrap{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;align-items:center;border-left:1px solid #393939;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;min-width:152px;order:2;padding:clamp(15px,1.04167vw,1.04167vw)}@media screen and (max-width:812px){.page-footer__link-wrap{-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 24px);flex:1 1 calc(50% - 24px);min-height:77px}}.page-footer__link-wrap--first{min-width:clamp(162px,11.25vw,200px)}@media screen and (max-width:390px){.page-footer__link-wrap--first{min-width:auto}}.page-footer__link-wrap:last-child{border-right:1px solid #393939}.page-footer__link-accent{color:#ff1514;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:clamp(15px,1.04167vw,19px);font-weight:400;text-transform:uppercase}.page-footer__link-gray{font-size:clamp(13px,.90278vw,16px)}.page-footer__link-gray,.page-footer__text{color:#d9d9d9;font-weight:400;line-height:1.692}.page-footer__text{-webkit-box-flex:1;-ms-flex-positive:1;border-left:1px solid #393939;flex-grow:1;font-size:clamp(12px,.90278vw,16px);padding:16px 21px 21px 26px}@media screen and (max-width:812px){.page-footer__text{border-bottom:1px solid #393939;border-right:1px solid #393939;line-height:1.667;padding:41px 27px 29px}}.page-footer__text>*{color:#d9d9d9;font-size:clamp(12px,.90278vw,16px);font-weight:400;line-height:1.692}@media screen and (max-width:812px){.page-footer__text>*{line-height:1.667}}.page-footer__inner{text-align:center}@media screen and (max-width:812px){.page-footer__inner{padding-left:26px;padding-right:26px}}@media screen and (max-width:480px){.page-footer__inner{padding-left:9px;padding-right:9px}}.page-footer__copyright-wrap{color:#d9d9d9;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:clamp(35px,2.43056vw,43px) 0 clamp(40px,2.77778vw,49px)}@media screen and (max-width:812px){.page-footer__copyright-wrap{-webkit-box-pack:center;-ms-flex-pack:center;border-left:1px solid #393939;border-right:1px solid #393939;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:24px 0 28px}}.page-footer__copyright-text,.page-footer__copyright-text>*,.page-footer__copyright-wrap>*{font-size:clamp(13px,.90278vw,16px);font-weight:400;line-height:1.692}.hero{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;overflow:hidden;padding-top:150px;position:relative}@media screen and (min-width:1440px){.hero{padding-top:10.41667vw}}@media screen and (min-width:1780px){.hero{padding-top:185px}}.hero:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.hero:after,.hero:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.hero:after{background:linear-gradient(290.21deg,rgba(0,0,0,.5),transparent 36.31%,rgba(0,0,0,.9) 78.93%)}.hero__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width:768px){.hero__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;justify-content:center}}@media screen and (min-width:1440px){.hero .hero-subpage-with-video__video-wrapper{margin-right:2%;max-width:36vw;max-width:640px}}@media screen and (max-width:768px){.hero .hero-subpage-with-video__video-wrapper{margin-left:6.5%;max-width:87%}}.hero .hero-subpage-with-video__image-wrap{border:none}.hero .hero-subpage-with-video__image{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));width:119%}.hero .hero-subpage-with-video__image img{border-radius:0;-o-object-fit:contain;object-fit:contain;-webkit-transform:translateX(-9%);transform:translateX(-9%);width:100%}.hero__image{-webkit-filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));max-width:576px;position:absolute;right:30px;top:20%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.hero__image .hero-subpage-with-video__image{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.hero__image .hero-subpage-with-video__image img{border-radius:0;-o-object-fit:contain;object-fit:contain;-webkit-transform:translateX(-25px);transform:translateX(-25px);width:100%}@media screen and (max-width:1439px){.hero__image{max-width:calc(40.751vw + 96.17919px);right:calc(6.971vw - 70.38462px)}}@media screen and (max-width:992px){.hero__image{right:0}}@media screen and (max-width:812px){.hero__image{max-width:370px}}@media screen and (max-width:768px){.hero__image{top:80%}}.hero__image-circle{border:1.5px solid #ff1514;border-radius:50%;-webkit-box-shadow:0 0 20px 1px rgba(255,21,20,.8);box-shadow:0 0 20px 1px rgba(255,21,20,.8);content:"";height:576px;position:absolute;right:10%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:576px;z-index:-1}@media screen and (max-width:1439px){.hero__image-circle{height:calc(30.443vw + 137.6185px);width:calc(30.443vw + 137.6185px)}}@media screen and (max-width:812px){.hero__image-circle{height:340px;width:340px}}@media screen and (max-width:480px){.hero__image-circle{height:260px;width:260px}}.hero__image-circle:before{background-image:url(../images/circle-line.svg);background-repeat:no-repeat;background-size:cover;content:"";height:80%;left:50%;position:absolute;top:100%;width:2px}.hero__image-circle:after{background:#ff1514;-webkit-box-shadow:0 0 10px #ff1514;box-shadow:0 0 10px #ff1514;content:"";height:67px;left:50%;position:absolute;top:calc(100% + 100px);width:2px}.hero__content{max-width:509px;position:relative}@media screen and (min-width:1440px){.hero__content{max-width:35.34722vw}}@media screen and (min-width:1780px){.hero__content{max-width:600px}}@media screen and (max-width:1439px){.hero__content{max-width:calc(25.915vw + 135.82081px)}}@media screen and (min-width:769px){.hero__content{padding-bottom:100px}}@media screen and (max-width:768px){.hero__content{max-width:100%;padding-bottom:5px}}.hero__heading{margin-bottom:23px}@media screen and (min-width:1440px){.hero__heading{margin-bottom:1.59722vw}}@media screen and (min-width:1780px){.hero__heading{margin-bottom:30px}}@media screen and (max-width:1439px){.hero__heading{margin-bottom:calc(.289vw + 18.83815px)}}@media screen and (max-width:480px){.hero__heading{margin-bottom:20px}}.hero__text{margin-bottom:53px}@media screen and (min-width:1440px){.hero__text{margin-bottom:3.68056vw}}@media screen and (min-width:1780px){.hero__text{margin-bottom:70px}}@media screen and (max-width:1439px){.hero__text{margin-bottom:calc(1.252vw + 34.96532px)}}@media screen and (max-width:480px){.hero__text{margin-bottom:40px}}.hero-image-ring{bottom:-7.5px;height:99%;left:-.5px;position:absolute;right:-7.5px;top:-1px;width:100%}.hero-image-ring>svg{height:100%;position:absolute;top:8px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:100%}.hero-image-ring>svg circle{stroke-dasharray:2000;stroke-dashoffset:2000;-webkit-animation:stroke 4s ease-out forwards;animation:stroke 4s ease-out forwards}@-webkit-keyframes stroke{to{stroke-dashoffset:0}}@keyframes stroke{to{stroke-dashoffset:0}}.label-left-text-right-with-animation{background-color:#000;padding-bottom:50px;padding-top:220px;position:relative}@media screen and (max-width:1439px){.label-left-text-right-with-animation{padding-top:calc(12.524vw + 39.65318px)}}@media screen and (max-width:480px){.label-left-text-right-with-animation{padding-top:90px}}.label-left-text-right-with-animation__inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:100px}@media screen and (max-width:768px){.label-left-text-right-with-animation__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.label-left-text-right-with-animation__label{margin-right:40px;margin-top:9px;min-width:220px}@media screen and (min-width:769px){.label-left-text-right-with-animation__label{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:390px;position:sticky;top:30%;z-index:2}}.label-left-text-right-with-animation__text-wrap{margin-left:auto;margin-right:40px;max-width:908px;position:sticky;top:30%;width:100%}@media screen and (min-width:1440px){.label-left-text-right-with-animation__text-wrap{max-width:63.05556vw}}@media screen and (min-width:1780px){.label-left-text-right-with-animation__text-wrap{max-width:1123px}}@media screen and (max-width:1439px){.label-left-text-right-with-animation__text-wrap{max-width:calc(29.672vw + 480.71676px)}}@media screen and (max-width:1023px){.label-left-text-right-with-animation__text-wrap{margin-right:0}}@media screen and (max-width:768px){.label-left-text-right-with-animation__text-wrap{margin-left:0;margin-top:40px;max-width:100%}}.label-left-text-right-with-animation__text{color:#fff;position:relative;width:100%}.label-left-text-right-with-animation__text>*{color:inherit}.label-left-text-right-with-animation__text>.is-active{position:absolute!important}.label-left-text-right-with-animation__text .word.filled{color:#fff}.label-left-text-right-with-animation .continue-scrolling{background:transparent;bottom:0;padding-top:120px;position:sticky;z-index:5}@media screen and (max-width:1439px){.label-left-text-right-with-animation .continue-scrolling{padding-top:calc(7.707vw + 9.01734px)}}@media screen and (max-width:480px){.label-left-text-right-with-animation .continue-scrolling{padding-top:90px}}.label-left-text-right-with-animation .continue-scrolling__inner{background-color:#000;padding-bottom:20px}.continue-scrolling{background-color:#000}.continue-scrolling__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;border-top:1px solid #393939;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:70px;padding-top:15px;position:relative}@media screen and (max-width:1439px){.continue-scrolling__inner{padding-bottom:calc(2.89vw + 28.3815px)}}@media screen and (max-width:480px){.continue-scrolling__inner{padding-bottom:40px}}.continue-scrolling__inner:after{background-image:url(../images/arrow-down.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:13px;margin-top:-6px;width:12px}.partners-block-with-logos{background-color:#000;padding-bottom:150px;padding-top:95px}@media screen and (max-width:1439px){.partners-block-with-logos{padding-bottom:calc(4.817vw + 80.63584px);padding-top:calc(3.372vw + 46.44509px)}}@media screen and (max-width:480px){.partners-block-with-logos{padding-bottom:100px;padding-top:60px}}.partners-block-with-logos__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.partners-block-with-logos__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.partners-block-with-logos__title{margin-right:40px;max-width:400px;width:38%}@media screen and (min-width:1440px){.partners-block-with-logos__title{max-width:27.77778vw}}@media screen and (min-width:1780px){.partners-block-with-logos__title{max-width:500px}}@media screen and (max-width:768px){.partners-block-with-logos__title{max-width:100%;width:100%}}.partners-block-with-logos__text{margin-left:auto;margin-right:30px;max-width:582px;padding-top:20px}@media screen and (min-width:1440px){.partners-block-with-logos__text{max-width:40.41667vw}}@media screen and (min-width:1780px){.partners-block-with-logos__text{max-width:720px}}@media screen and (max-width:1439px){.partners-block-with-logos__text{max-width:calc(20.424vw + 287.89595px)}}@media screen and (max-width:1023px){.partners-block-with-logos__text{margin-right:0}}@media screen and (max-width:768px){.partners-block-with-logos__text{margin-left:0;max-width:100%;padding-top:40px}}.partners-block-with-logos__list{margin-top:145px;overflow:hidden;position:relative}@media screen and (min-width:1440px){.partners-block-with-logos__list{margin-top:10.06944vw}}@media screen and (min-width:1780px){.partners-block-with-logos__list{margin-top:180px}}@media screen and (max-width:1439px){.partners-block-with-logos__list{margin-top:calc(4.335vw + 82.57225px)}}@media screen and (max-width:480px){.partners-block-with-logos__list{margin-top:100px}}.partners-block-with-logos__list.pl-remove-indent{margin-top:0}.icon-title-grid-4-per-row{padding-bottom:90px;padding-top:124px}@media screen and (min-width:1440px){.icon-title-grid-4-per-row{padding-bottom:6.25vw;padding-top:8.61111vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row{padding-bottom:120px;padding-top:150px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row{padding-bottom:calc(2.89vw + 48.3815px);padding-top:calc(4.239vw + 62.95954px)}}@media screen and (max-width:480px){.icon-title-grid-4-per-row{padding-bottom:60px;padding-top:80px}}.icon-title-grid-4-per-row__label{margin-bottom:22px}@media screen and (min-width:1440px){.icon-title-grid-4-per-row__label{margin-bottom:1.52778vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row__label{margin-bottom:27px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row__label{margin-bottom:calc(.385vw + 16.45087px)}}@media screen and (max-width:480px){.icon-title-grid-4-per-row__label{margin-bottom:18px}}.icon-title-grid-4-per-row__title{max-width:929px}@media screen and (min-width:1440px){.icon-title-grid-4-per-row__title{max-width:64.51389vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row__title{max-width:1100px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row__title{max-width:calc(31.696vw + 472.58382px)}}@media screen and (max-width:480px){.icon-title-grid-4-per-row__title{max-width:600px}}.icon-title-grid-4-per-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:73px}@media screen and (min-width:1440px){.icon-title-grid-4-per-row__list{padding-top:5.06944vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row__list{padding-top:90px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row__list{padding-top:calc(2.216vw + 41.09249px)}}@media screen and (max-width:480px){.icon-title-grid-4-per-row__list{padding-top:50px}}.icon-title-grid-4-per-row__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;aspect-ratio:1/1;border:1px solid #cfcfcf;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;margin-bottom:-1px;margin-right:-1px;padding:40px 30px 30px;position:relative;width:25%}@media screen and (min-width:1440px){.icon-title-grid-4-per-row__item{padding:2.77778vw 2.08333vw 2.08333vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row__item{padding:50px 40px 40px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row__item{padding:calc(.963vw + 26.12717px) calc(.963vw + 16.12717px) calc(.963vw + 16.12717px)}}@media screen and (max-width:1200px){.icon-title-grid-4-per-row__item{width:33.33333%}}@media screen and (max-width:811px){.icon-title-grid-4-per-row__item{width:50%}}@media screen and (max-width:480px){.icon-title-grid-4-per-row__item{aspect-ratio:auto;min-height:300px;padding:30px 20px 20px;width:100%}.icon-title-grid-4-per-row__item.empty-item{display:none}}.icon-title-grid-4-per-row__item.empty-item .dotsCanvas{background:#fff;bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.icon-title-grid-4-per-row__item-icon{max-width:95px}.icon-title-grid-4-per-row__item-icon img,.icon-title-grid-4-per-row__item-icon svg{height:auto;width:100%}@media screen and (min-width:1440px){.icon-title-grid-4-per-row__item-icon{max-width:6.59722vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row__item-icon{max-width:117px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row__item-icon{max-width:calc(3.372vw + 46.44509px)}}@media screen and (max-width:480px){.icon-title-grid-4-per-row__item-icon{max-width:60px}}.icon-title-grid-4-per-row__item-title{margin-top:30px;padding-right:5px}@media screen and (min-width:1440px){.icon-title-grid-4-per-row__item-title{margin-top:2.08333vw}}@media screen and (min-width:1780px){.icon-title-grid-4-per-row__item-title{margin-top:37px}}@media screen and (max-width:1439px){.icon-title-grid-4-per-row__item-title{margin-top:calc(.963vw + 16.12717px)}}@media screen and (max-width:480px){.icon-title-grid-4-per-row__item-title{margin-top:20px}}.icon-title-grid-4-per-row__item-link{border:1px solid transparent;height:calc(100% + 1px);left:0;margin:-1px;position:absolute;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:calc(100% + 1px)}.icon-title-grid-4-per-row__item-link:hover{border-color:#ff1514}.icon-title-text-grid-4-per-row{padding-bottom:140px;padding-top:140px}@media screen and (min-width:1440px){.icon-title-text-grid-4-per-row{padding-bottom:9.72222vw;padding-top:9.72222vw}}@media screen and (min-width:1780px){.icon-title-text-grid-4-per-row{padding-bottom:170px;padding-top:170px}}@media screen and (max-width:1439px){.icon-title-text-grid-4-per-row{padding-bottom:calc(5.78vw + 56.76301px);padding-top:calc(5.78vw + 56.76301px)}}@media screen and (max-width:480px){.icon-title-text-grid-4-per-row{padding-bottom:80px;padding-top:80px}}.icon-title-text-grid-4-per-row__list{padding-top:41px}@media screen and (min-width:1440px){.icon-title-text-grid-4-per-row__list{padding-top:2.84722vw}}@media screen and (min-width:1780px){.icon-title-text-grid-4-per-row__list{padding-top:50px}}@media screen and (max-width:1439px){.icon-title-text-grid-4-per-row__list{padding-top:calc(.867vw + 28.51445px)}}@media screen and (max-width:480px){.icon-title-text-grid-4-per-row__list{padding-top:32px}}.icon-title-text-grid-4-per-row__item{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-sizing:border-box;box-sizing:border-box;justify-content:flex-start;-webkit-transition:all .2s linear;transition:all .2s linear}.icon-title-text-grid-4-per-row__item:hover{border-color:#ff1514;z-index:1}.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-title,.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-title>*{color:#ff1514}.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:500px;visibility:visible}@media screen and (min-width:1440px){.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:34.72222vw}}@media screen and (min-width:1780px){.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:600px}}@media screen and (max-width:1439px){.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:calc(9.634vw + 361.27168px)}}@media screen and (max-width:480px){.icon-title-text-grid-4-per-row__item:hover .icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:300px}}.icon-title-text-grid-4-per-row__item-inner{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;height:auto;overflow:hidden;position:relative}.icon-title-text-grid-4-per-row__item-icon{margin-bottom:55px}@media screen and (min-width:1440px){.icon-title-text-grid-4-per-row__item-icon{margin-bottom:3.81944vw}}@media screen and (min-width:1780px){.icon-title-text-grid-4-per-row__item-icon{margin-bottom:70px}}@media screen and (max-width:1439px){.icon-title-text-grid-4-per-row__item-icon{margin-bottom:calc(2.408vw + 20.31792px)}}@media screen and (max-width:480px){.icon-title-text-grid-4-per-row__item-icon{margin-bottom:30px}}.icon-title-text-grid-4-per-row__item-content{margin-top:auto}.icon-title-text-grid-4-per-row__item-content-visible{bottom:0;position:absolute}.icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:0;-webkit-transition:all .5s linear;transition:all .5s linear;visibility:hidden}@media screen and (max-width:1024px){.icon-title-text-grid-4-per-row__item-content-visible .icon-title-text-grid-4-per-row__item-text{max-height:unset;visibility:visible}}.icon-title-text-grid-4-per-row__item-content-hidden{opacity:0;visibility:hidden}.icon-title-text-grid-4-per-row__item-title{margin-top:0}.icon-title-text-grid-4-per-row__item-title,.icon-title-text-grid-4-per-row__item-title>*{-webkit-transition:all .2s linear;transition:all .2s linear}.icon-title-text-grid-4-per-row__item-text{margin-top:14px}@media screen and (min-width:1440px){.icon-title-text-grid-4-per-row__item-text{margin-top:.97222vw}}@media screen and (min-width:1780px){.icon-title-text-grid-4-per-row__item-text{margin-top:20px}}@media screen and (max-width:1439px){.icon-title-text-grid-4-per-row__item-text{margin-top:calc(.385vw + 8.45087px)}}@media screen and (max-width:480px){.icon-title-text-grid-4-per-row__item-text{margin-top:10px}}.icon-title-text-grid-4-per-row__item-link{z-index:2}.icon-title-text-grid-4-per-row__item-link:hover{border-color:transparent}.content-block-big-title-with-image{overflow:hidden;padding-bottom:60px;padding-top:132px}@media screen and (min-width:1440px){.content-block-big-title-with-image{padding-bottom:4.16667vw;padding-top:9.16667vw}}@media screen and (min-width:1780px){.content-block-big-title-with-image{padding-bottom:100px;padding-top:150px}}@media screen and (max-width:1439px){.content-block-big-title-with-image{padding-bottom:calc(.963vw + 46.12717px);padding-top:calc(3.083vw + 87.60694px)}}@media screen and (max-width:768px){.content-block-big-title-with-image{padding-bottom:50px;padding-top:100px}}.content-block-big-title-with-image__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:767px){.content-block-big-title-with-image__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block-big-title-with-image__content{padding-top:9%}@media screen and (max-width:767px){.content-block-big-title-with-image__content{padding-top:0}}.content-block-big-title-with-image__label{margin-bottom:35px}@media screen and (min-width:1440px){.content-block-big-title-with-image__label{margin-bottom:2.43056vw}}@media screen and (min-width:1780px){.content-block-big-title-with-image__label{margin-bottom:50px}}@media screen and (max-width:1439px){.content-block-big-title-with-image__label{margin-bottom:calc(1.445vw + 14.19075px)}}@media screen and (max-width:768px){.content-block-big-title-with-image__label{margin-bottom:36px}}.content-block-big-title-with-image__title{color:rgba(0,0,0,.05);margin-right:40px;max-width:779px}@media screen and (min-width:1440px){.content-block-big-title-with-image__title{max-width:54.09722vw}}@media screen and (min-width:1780px){.content-block-big-title-with-image__title{max-width:900px}}@media screen and (max-width:1439px){.content-block-big-title-with-image__title{max-width:calc(46.146vw + 114.49133px)}}@media screen and (max-width:767px){.content-block-big-title-with-image__title{margin-bottom:50px;margin-right:0;max-width:100%}}.content-block-big-title-with-image__title>*{color:inherit;font-size:130px;font-weight:700;line-height:130px;margin:0;text-transform:uppercase}@media screen and (min-width:1440px){.content-block-big-title-with-image__title>*{font-size:9.02778vw;line-height:9.02778vw}}@media screen and (min-width:1780px){.content-block-big-title-with-image__title>*{font-size:150px;line-height:150px}}@media screen and (max-width:1439px){.content-block-big-title-with-image__title>*{font-size:calc(7.707vw + 19.01734px);line-height:calc(7.707vw + 19.01734px)}}@media screen and (max-width:767px){.content-block-big-title-with-image__title>*{font-size:60px;line-height:75px}}.content-block-big-title-with-image__title .word.filled{color:#000}.content-block-big-title-with-image__image{border-radius:500px;margin-left:auto;max-width:415px;min-height:752px;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-big-title-with-image__image{max-width:28.81944vw;min-height:752px}}@media screen and (min-width:1780px){.content-block-big-title-with-image__image{max-width:500px;min-height:900px}}@media screen and (max-width:1439px){.content-block-big-title-with-image__image{max-width:calc(20.713vw + 116.7341px);min-height:calc(33.911vw + 263.6763px)}}@media screen and (max-width:767px){.content-block-big-title-with-image__image{margin-left:0;max-width:calc(64.658vw - 80.92329px);min-height:calc(83.836vw + 16.98082px)}}.content-block-big-title-with-image__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.content-block-2-columns-title-with-text{padding-bottom:116px;padding-top:55px}@media screen and (min-width:1440px){.content-block-2-columns-title-with-text{padding-bottom:8.05556vw;padding-top:3.81944vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-with-text{padding-bottom:150px;padding-top:70px}}.content-block-2-columns-title-with-text__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.content-block-2-columns-title-with-text__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-title-with-text__title{margin-right:40px;max-width:520px;width:32%}@media screen and (min-width:1440px){.content-block-2-columns-title-with-text__title{margin-right:2.77778vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-with-text__title{margin-right:50px}}@media screen and (max-width:767px){.content-block-2-columns-title-with-text__title{margin-bottom:35px;max-width:100%;width:100%}}.content-block-2-columns-title-with-text__text-wrap{margin-left:auto;max-width:869px}@media screen and (min-width:1440px){.content-block-2-columns-title-with-text__text-wrap{max-width:60.34722vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-with-text__text-wrap{max-width:1074px}}@media screen and (max-width:1439px){.content-block-2-columns-title-with-text__text-wrap{max-width:calc(64.451vw - 59.09249px)}}@media screen and (max-width:767px){.content-block-2-columns-title-with-text__text-wrap{max-width:100%;width:100%}}.content-block-2-columns-title-with-text__text{margin-bottom:39px}@media screen and (min-width:1440px){.content-block-2-columns-title-with-text__text{margin-bottom:2.70833vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-with-text__text{margin-bottom:50px}}.content-block-2-columns-title-with-text__text>:not(:last-child){margin-bottom:20px}@media screen and (min-width:1440px){.content-block-2-columns-title-with-text__text>:not(:last-child){margin-bottom:1.38889vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-with-text__text>:not(:last-child){margin-bottom:25px}}.hero-subpage-type-1-1{background-color:#000;background-position:top;background-size:cover;height:100vh;padding-top:150px}@media screen and (max-width:767px){.hero-subpage-type-1-1{background-position:77%}}.hero-subpage-type-1-1__wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding-bottom:84px;position:relative;z-index:1}@media screen and (min-width:1440px){.hero-subpage-type-1-1__wrap{padding-bottom:5.83333vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-1__wrap{padding-bottom:112px}}@media screen and (max-width:1439px){.hero-subpage-type-1-1__wrap{padding-bottom:calc(4.239vw + 22.95954px)}}@media screen and (max-width:480px){.hero-subpage-type-1-1__wrap{padding-bottom:40px}}.hero-subpage-type-1-1__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.hero-subpage-type-1-1__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-subpage-type-1-1__main-content{margin-right:40px;max-width:509px}@media screen and (min-width:1440px){.hero-subpage-type-1-1__main-content{max-width:35.34722vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-1__main-content{max-width:600px}}@media screen and (max-width:1439px){.hero-subpage-type-1-1__main-content{max-width:calc(20.135vw + 219.0578px)}}@media screen and (max-width:767px){.hero-subpage-type-1-1__main-content{margin-right:0;max-width:100%}}.hero-subpage-type-1-1__label{margin-bottom:28px}@media screen and (min-width:1440px){.hero-subpage-type-1-1__label{margin-bottom:1.94444vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-1__label{margin-bottom:40px}}@media screen and (max-width:1439px){.hero-subpage-type-1-1__label{margin-bottom:calc(.771vw + 16.90173px)}}@media screen and (max-width:480px){.hero-subpage-type-1-1__label{margin-bottom:20px}}.hero-subpage-type-1-1__subtitle{margin-bottom:27px}@media screen and (min-width:1440px){.hero-subpage-type-1-1__subtitle{margin-bottom:1.875vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-1__subtitle{margin-bottom:40px}}.hero-subpage-type-1-1__text-wrap{margin-left:auto;max-width:523px;padding-top:55px;width:100%}@media screen and (min-width:1440px){.hero-subpage-type-1-1__text-wrap{max-width:36.31944vw;padding-top:3.81944vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-1__text-wrap{max-width:600px;padding-top:80px}}@media screen and (max-width:1439px){.hero-subpage-type-1-1__text-wrap{max-width:calc(21.484vw + 213.63584px);padding-top:calc(2.408vw + 20.31792px)}}@media screen and (max-width:767px){.hero-subpage-type-1-1__text-wrap{margin-left:0;max-width:100%}}@media screen and (max-width:480px){.hero-subpage-type-1-1__text-wrap{padding-top:30px}}.resources-grid-3-per-row{background-color:#000;padding-bottom:156px;padding-top:130px}@media screen and (min-width:1440px){.resources-grid-3-per-row{padding-bottom:10.83333vw;padding-top:9.02778vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row{padding-bottom:200px;padding-top:160px}}@media screen and (max-width:1439px){.resources-grid-3-per-row{padding-bottom:calc(5.395vw + 78.31214px);padding-top:calc(4.817vw + 60.63584px)}}@media screen and (max-width:768px){.resources-grid-3-per-row{padding-bottom:100px;padding-top:80px}}.resources-grid-3-per-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:38px;margin-top:63px}@media screen and (min-width:1440px){.resources-grid-3-per-row__list{margin-top:4.375vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row__list{margin-top:80px}}@media screen and (max-width:1439px){.resources-grid-3-per-row__list{margin-top:calc(2.216vw + 31.09249px)}}@media screen and (max-width:768px){.resources-grid-3-per-row__list{margin-top:40px}}.resources-grid-3-per-row__item{background-color:#242424;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;padding:37px 26px 35px;-webkit-transition:all .2s linear;transition:all .2s linear;width:calc(33.33333% - 25.33px)}@media screen and (min-width:1440px){.resources-grid-3-per-row__item{padding:2.56944vw 1.80556vw 2.43056vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row__item{padding:50px 35px 45px}}@media screen and (max-width:1439px){.resources-grid-3-per-row__item{padding:calc(1.638vw + 13.41618px) calc(1.06vw + 10.73988px) calc(1.445vw + 14.19075px)}}@media screen and (max-width:992px){.resources-grid-3-per-row__item{padding:calc(1.638vw + 13.41618px) calc(1.06vw + 10.73988px) calc(1.445vw + 14.19075px);width:calc(50% - 19px)}}@media screen and (max-width:640px){.resources-grid-3-per-row__item{padding:20px 15px;width:100%}}.resources-grid-3-per-row__item:hover{border-color:#ff1514}.resources-grid-3-per-row__item:hover .resources-grid-3-per-row-item__label,.resources-grid-3-per-row__item:hover .resources-grid-3-per-row-item__label>*{background-color:#ff1514}.resources-grid-3-per-row-item__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.resources-grid-3-per-row-item__label{background-color:#3f3f3f;border-radius:5px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:normal;margin-bottom:18px;padding:3px 10px;text-transform:uppercase;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__label{font-size:.83333vw;margin-bottom:1.25vw;padding:.20833vw .69444vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__label{font-size:15px;margin-bottom:24px;padding:4px 12px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__label{font-size:calc(.193vw + 9.22543px);margin-bottom:calc(.578vw + 9.6763px);padding:calc(.096vw + 1.61272px) calc(.193vw + 7.22543px)}}@media screen and (max-width:767px){.resources-grid-3-per-row-item__label{font-size:12px;margin-bottom:18px;padding:3px 10px}}.resources-grid-3-per-row-item__label>*{color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:normal;margin:0;text-transform:uppercase;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__label>*{font-size:.83333vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__label>*{font-size:15px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__label>*{font-size:calc(.193vw + 9.22543px)}}.resources-grid-3-per-row-item__title{color:#fff;font-size:30px;font-weight:400;line-height:36px;margin-bottom:9px;min-height:72px}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__title{font-size:2.08333vw;line-height:2.5vw;margin-bottom:.625vw;min-height:5vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__title{font-size:36.6px;line-height:43.2px;margin-bottom:12px;min-height:87px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__title{font-size:calc(.578vw + 21.6763px);line-height:calc(.771vw + 24.90173px);margin-bottom:calc(.289vw + 4.83815px);min-height:calc(1.156vw + 55.3526px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__title{font-size:24px;line-height:28px;margin-bottom:6px;min-height:60px}}.resources-grid-3-per-row-item__title>*{color:#fff;font-size:30px;font-weight:400;line-height:36px;margin:0}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__title>*{font-size:2.08333vw;line-height:2.5vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__title>*{font-size:36.6px;line-height:43.2px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__title>*{font-size:calc(.578vw + 21.6763px);line-height:calc(.771vw + 24.90173px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__title>*{font-size:24px;line-height:28px}}.resources-grid-3-per-row-item__text{color:#fff;font-size:16px;font-weight:400;line-height:24px;margin-bottom:41px;padding-right:12px}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__text{font-size:1.11111vw;line-height:1.66667vw;margin-bottom:2.84722vw;padding-right:.83333vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__text{font-size:19.7px;line-height:28px;margin-bottom:48px}}.resources-grid-3-per-row-item__text>*{color:#fff;font-size:16px;font-weight:400;line-height:24px;margin:0}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__text>*{font-size:1.11111vw;line-height:1.66667vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__text>*{font-size:19.7px;line-height:28px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__text>*{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 18.45087px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__text>*{font-size:14px;line-height:20px}}.resources-grid-3-per-row-item__contributors{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;padding-bottom:41px;padding-top:21px}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributors{padding-bottom:2.84722vw;padding-top:1.45833vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributors{padding-bottom:48px;padding-top:26px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributors{padding-bottom:calc(1.06vw + 25.73988px);padding-top:calc(.578vw + 12.6763px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributors{padding-bottom:30px;padding-top:15px}}.resources-grid-3-per-row-item__contributor{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:17px}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributor{gap:1.18056vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributor{gap:20px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributor{gap:calc(.674vw + 7.28902px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributor{gap:10px}}.resources-grid-3-per-row-item__contributor-photo{border:1px solid #ff1514;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:6px}.resources-grid-3-per-row-item__contributor-photo img{border-radius:50%;height:63px;width:63px}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributor-photo img{height:4.375vw;width:4.375vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributor-photo img{height:80px;width:80px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributor-photo img{height:calc(2.216vw + 31.09249px);width:calc(2.216vw + 31.09249px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributor-photo img{height:40px;width:40px}}.resources-grid-3-per-row-item__contributor-name{color:#fff;font-size:18px;font-weight:600;line-height:27px}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributor-name{font-size:1.25vw;line-height:1.875vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributor-name{font-size:22.25px;line-height:33.4px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributor-name{font-size:calc(.385vw + 12.45087px);line-height:calc(.674vw + 17.28902px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributor-name{font-size:14px;line-height:20px}}.resources-grid-3-per-row-item__contributor-name>*{color:#fff;font-size:18px;font-weight:600;line-height:27px;margin:0}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributor-name>*{font-size:1.25vw;line-height:1.875vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributor-name>*{font-size:22.25px;line-height:33.4px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributor-name>*{font-size:calc(.385vw + 12.45087px);line-height:calc(.674vw + 17.28902px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributor-name>*{font-size:14px;line-height:20px}}.resources-grid-3-per-row-item__contributor-position{color:#fff;font-size:16px;font-weight:400;line-height:150%}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributor-position{font-size:1.11111vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributor-position{font-size:19.7px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributor-position{font-size:calc(.193vw + 13.22543px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributor-position{font-size:14px}}.resources-grid-3-per-row-item__contributor-position>*{color:#fff;font-size:16px;font-weight:400;line-height:150%;margin:0}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__contributor-position>*{font-size:1.11111vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__contributor-position>*{font-size:19.7px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__contributor-position>*{font-size:calc(.193vw + 13.22543px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__contributor-position>*{font-size:14px}}.resources-grid-3-per-row-item__link-wrap{border-top:1px solid #fff;margin-top:auto;padding-top:13px;width:100%}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__link-wrap{padding-top:.90278vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__link-wrap{padding-top:16px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__link-wrap{padding-top:calc(.289vw + 8.83815px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__link-wrap{padding-top:10px}}.resources-grid-3-per-row-item__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;justify-content:space-between;line-height:normal;position:relative;text-transform:uppercase;width:100%}@media screen and (min-width:1440px){.resources-grid-3-per-row-item__link{font-size:.83333vw}}@media screen and (min-width:1780px){.resources-grid-3-per-row-item__link{font-size:15px}}@media screen and (max-width:1439px){.resources-grid-3-per-row-item__link{font-size:calc(.193vw + 9.22543px)}}@media screen and (max-width:480px){.resources-grid-3-per-row-item__link{font-size:10px}}.resources-grid-3-per-row-item__link:after{background-image:url(../images/btn-arrow-rotate.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:12px;margin-left:10px;-webkit-transition:all .2s linear;transition:all .2s linear;width:12px}.resources-grid-3-per-row-item__link:hover{color:#fff}.resources-grid-3-per-row-item__link:hover:after{-webkit-filter:unset;filter:unset}.resources-grid-3-per-row-item__link:not(:hover):after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.content-block-2-columns-title-text-type-2{background-color:#000;padding-bottom:43px;padding-top:116px}@media screen and (min-width:1440px){.content-block-2-columns-title-text-type-2{padding-bottom:2.98611vw;padding-top:8.05556vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-text-type-2{padding-bottom:60px;padding-top:150px}}@media screen and (max-width:1439px){.content-block-2-columns-title-text-type-2{padding-top:calc(2.505vw + 79.93064px)}}@media screen and (max-width:480px){.content-block-2-columns-title-text-type-2{padding-top:90px}}.content-block-2-columns-title-text-type-2__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.content-block-2-columns-title-text-type-2__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-title-text-type-2__title{margin-right:40px;max-width:608px}@media screen and (min-width:1440px){.content-block-2-columns-title-text-type-2__title{max-width:42.22222vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-text-type-2__title{max-width:700px}}@media screen and (max-width:1439px){.content-block-2-columns-title-text-type-2__title{max-width:calc(24.855vw + 250.08092px)}}@media screen and (max-width:767px){.content-block-2-columns-title-text-type-2__title{margin-right:0;max-width:100%}}.content-block-2-columns-title-text-type-2__text{margin-left:auto;max-width:582px;padding-top:21px}@media screen and (min-width:1440px){.content-block-2-columns-title-text-type-2__text{max-width:40.41667vw;padding-top:1.45833vw}}@media screen and (min-width:1780px){.content-block-2-columns-title-text-type-2__text{max-width:720px;padding-top:30px}}@media screen and (max-width:1439px){.content-block-2-columns-title-text-type-2__text{max-width:calc(27.168vw + 190.78613px);padding-top:calc(1.06vw + 5.73988px)}}@media screen and (max-width:767px){.content-block-2-columns-title-text-type-2__text{margin-left:0;max-width:100%}}.content-block-2-columns-type-3{background-color:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;padding:158px 0 113px;position:relative}@media screen and (min-width:1440px){.content-block-2-columns-type-3{padding:10.97222vw 0 7.84722vw}}@media screen and (min-width:1780px){.content-block-2-columns-type-3{padding:200px 0 150px}}@media screen and (max-width:812px){.content-block-2-columns-type-3{padding-bottom:85px;padding-top:95px}}.content-block-2-columns-type-3:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%);content:"";display:block;height:100%;inset:0;position:absolute;width:100%}.content-block-2-columns-type-3>*{position:relative;z-index:1}.content-block-2-columns-type-3__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:65px;justify-content:space-between;max-width:1400px}@media screen and (min-width:1440px){.content-block-2-columns-type-3__inner{max-width:97.22222vw}}@media screen and (min-width:1780px){.content-block-2-columns-type-3__inner{max-width:1730px}}@media screen and (max-width:812px){.content-block-2-columns-type-3__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:column;flex-direction:column;gap:50px;justify-content:flex-start}}.content-block-2-columns-type-3__column--left{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:0;max-width:606px}@media screen and (min-width:1440px){.content-block-2-columns-type-3__column--left{max-width:42.08333vw}}@media screen and (min-width:1780px){.content-block-2-columns-type-3__column--left{max-width:700px}}@media screen and (max-width:1439px){.content-block-2-columns-type-3__column--left{max-width:calc(35.26vw + 98.25434px)}}@media screen and (min-width:1200px){.content-block-2-columns-type-3__column--left{padding-left:12px}}@media screen and (max-width:812px){.content-block-2-columns-type-3__column--left{max-width:100%}}.content-block-2-columns-type-3__title{color:#fff;text-shadow:0 0 20px #ff1514}.content-block-2-columns-type-3__label{margin:72px 0 28px}.content-block-2-columns-type-3__text{max-width:623px}.content-block-2-columns-type-3__text p{margin-top:33px}.content-block-2-columns-type-3__text p:first-child{margin-top:0}@media screen and (min-width:1440px){.content-block-2-columns-type-3__text{max-width:42.63889vw}}@media screen and (min-width:1780px){.content-block-2-columns-type-3__text{max-width:759px}}@media screen and (max-width:812px){.content-block-2-columns-type-3__text{max-width:100%}}.content-block-2-columns-type-4{padding-bottom:clamp(70px,7.43056vw,132px)}@media screen and (min-width:768px){.content-block-2-columns-type-4__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(50px,5.90278vw,105px)}}@media screen and (min-width:992px){.content-block-2-columns-type-4__inner{padding-left:6%}}@media screen and (min-width:1780px){.content-block-2-columns-type-4__inner{padding-left:107px}}.content-block-2-columns-type-4__column{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}@media screen and (min-width:768px){.content-block-2-columns-type-4__column{max-width:clamp(709px,49.23611vw,876px)}}.content-block-2-columns-type-4__column--left{margin-bottom:30px}@media screen and (min-width:768px){.content-block-2-columns-type-4__column--left{margin-bottom:0;max-width:clamp(466px,32.36111vw,576px)}}.content-block-2-columns-type-4__title{color:#000}.content-block-2-columns-type-4__text{color:#000;margin-bottom:clamp(30px,3.125vw,56px)}.content-block-2-columns-type-4__text>*{color:#000}.content-block-2-columns-text-image-type-1{background-color:#000;padding-bottom:150px;padding-top:43px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1{padding-bottom:10.41667vw;padding-top:2.98611vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1{padding-bottom:200px;padding-top:60px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1{padding-bottom:calc(4.817vw + 80.63584px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1{padding-bottom:100px}}.content-block-2-columns-text-image-type-1__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-text-image-type-1__title{margin-bottom:48px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1__title{margin-bottom:3.33333vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1__title{margin-bottom:60px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1__title{margin-bottom:calc(1.734vw + 23.0289px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1__title{margin-bottom:30px}}.content-block-2-columns-text-image-type-1__content{margin-right:40px;max-width:664px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1__content{max-width:46.11111vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1__content{max-width:825px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1__content{max-width:calc(30.25vw + 228.39306px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1__content{margin-right:0;max-width:100%}}.content-block-2-columns-text-image-type-1__text{max-width:615px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1__text{max-width:42.70833vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1__text{max-width:759px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1__text{max-width:calc(30.347vw + 178.00578px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1__text{margin-bottom:50px;margin-left:0;max-width:100%}}.content-block-2-columns-text-image-type-1__image{border-radius:500px;margin-left:auto;max-width:415px;min-height:752px;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1__image{max-width:28.81944vw;min-height:52.22222vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1__image{max-width:512px;min-height:929px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1__image{max-width:calc(11.079vw + 255.46243px);min-height:calc(24.277vw + 402.40462px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1__image{margin-left:0;max-width:calc(64.658vw - 80.92329px);min-height:calc(83.836vw + 16.98082px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1__image{max-width:179px;min-height:354px}}.content-block-2-columns-text-image-type-1__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.pre-footer-cta{padding-bottom:131px;padding-top:147px}@media screen and (min-width:1440px){.pre-footer-cta{padding-bottom:9.09722vw;padding-top:10.20833vw}}@media screen and (min-width:1780px){.pre-footer-cta{padding-bottom:180px;padding-top:180px}}@media screen and (max-width:1439px){.pre-footer-cta{padding-bottom:calc(2.987vw + 87.99422px);padding-top:calc(4.528vw + 81.79769px)}}@media screen and (max-width:480px){.pre-footer-cta{padding-bottom:100px;padding-top:100px}}.pre-footer-cta__wrap{backdrop-filter:blur(2px);background:hsla(0,0%,100%,.15);border:1px solid #fff;border-radius:60px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;padding:78px 73px 85px 67px;position:relative;z-index:1}@media screen and (min-width:1440px){.pre-footer-cta__wrap{padding:5.41667vw 5.06944vw 5.90278vw 4.65278vw}}@media screen and (min-width:1780px){.pre-footer-cta__wrap{padding:100px 80px}}@media screen and (max-width:1439px){.pre-footer-cta__wrap{padding:calc(2.697vw + 39.15607px) calc(3.179vw + 27.21965px) calc(3.372vw + 36.44509px)}}@media screen and (max-width:992px){.pre-footer-cta__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.pre-footer-cta__wrap{border-radius:30px;padding:60px 30px}}.pre-footer-cta__left-col{margin-right:40px;max-width:562px}@media screen and (min-width:1440px){.pre-footer-cta__left-col{max-width:39.02778vw}}@media screen and (min-width:1780px){.pre-footer-cta__left-col{max-width:700px}}@media screen and (max-width:1439px){.pre-footer-cta__left-col{max-width:calc(18.497vw + 295.64162px)}}@media screen and (max-width:640px){.pre-footer-cta__left-col{margin-right:0}}@media screen and (max-width:480px){.pre-footer-cta__left-col{max-width:100%}}.pre-footer-cta__title{color:#fff;font-size:45px;font-weight:400;line-height:54px;margin-bottom:40px}@media screen and (min-width:1440px){.pre-footer-cta__title{font-size:3.125vw;line-height:3.75vw}}@media screen and (min-width:1780px){.pre-footer-cta__title{font-size:55px;line-height:66px}}@media screen and (max-width:1439px){.pre-footer-cta__title{font-size:calc(1.445vw + 24.19075px);line-height:calc(1.734vw + 29.0289px);margin-bottom:calc(.963vw + 26.12717px)}}@media screen and (max-width:480px){.pre-footer-cta__title{font-size:30px;line-height:36px;margin-bottom:30px}}.pre-footer-cta__title>*{color:#fff;font-size:45px;font-weight:400;line-height:54px;margin:0}@media screen and (min-width:1440px){.pre-footer-cta__title>*{font-size:3.125vw;line-height:3.75vw}}@media screen and (min-width:1780px){.pre-footer-cta__title>*{font-size:55px;line-height:66px}}@media screen and (max-width:1439px){.pre-footer-cta__title>*{font-size:calc(1.445vw + 24.19075px);line-height:calc(1.734vw + 29.0289px)}}@media screen and (max-width:480px){.pre-footer-cta__title>*{font-size:30px;line-height:36px}}.pre-footer-cta__right-col{margin-left:auto;max-width:484px;padding-top:13px}@media screen and (min-width:1440px){.pre-footer-cta__right-col{max-width:33.61111vw;padding-top:.90278vw}}@media screen and (min-width:1780px){.pre-footer-cta__right-col{max-width:600px;padding-top:20px}}@media screen and (max-width:1439px){.pre-footer-cta__right-col{max-width:calc(17.726vw + 228.73988px);padding-top:calc(.289vw + 8.83815px)}}@media screen and (max-width:992px){.pre-footer-cta__right-col{margin-left:0;max-width:100%;padding-top:40px}}.pre-footer-cta--with-phone-number{padding-bottom:152px}@media screen and (min-width:1440px){.pre-footer-cta--with-phone-number{padding-bottom:10.55556vw}}@media screen and (min-width:1780px){.pre-footer-cta--with-phone-number{padding-bottom:200px}}@media screen and (max-width:1439px){.pre-footer-cta--with-phone-number{padding-bottom:calc(5.01vw + 79.86127px)}}@media screen and (max-width:480px){.pre-footer-cta--with-phone-number{padding-bottom:100px}}.pre-footer-cta--with-phone-number .pre-footer-cta__wrap{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;-ms-flex-direction:row;flex-direction:row;padding:78px 63px 83px 67px}@media screen and (min-width:1440px){.pre-footer-cta--with-phone-number .pre-footer-cta__wrap{padding:5.41667vw 4.375vw 5.76389vw 4.65278vw}}@media screen and (min-width:1780px){.pre-footer-cta--with-phone-number .pre-footer-cta__wrap{padding:100px 80px}}@media screen and (max-width:1439px){.pre-footer-cta--with-phone-number .pre-footer-cta__wrap{padding:calc(2.697vw + 39.15607px) calc(2.216vw + 31.09249px) calc(3.179vw + 37.21965px)}}@media screen and (max-width:725px){.pre-footer-cta--with-phone-number .pre-footer-cta__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.pre-footer-cta--with-phone-number .pre-footer-cta__wrap{padding:50px 40px 60px 30px}}.pre-footer-cta--with-phone-number .pre-footer-cta__left-col{margin-right:9.5%;max-width:823px}@media screen and (min-width:1440px){.pre-footer-cta--with-phone-number .pre-footer-cta__left-col{max-width:57.15278vw}}@media screen and (min-width:1780px){.pre-footer-cta--with-phone-number .pre-footer-cta__left-col{max-width:1000px}}@media screen and (max-width:1439px){.pre-footer-cta--with-phone-number .pre-footer-cta__left-col{max-width:calc(31.118vw + 374.90751px)}}@media screen and (max-width:725px){.pre-footer-cta--with-phone-number .pre-footer-cta__left-col{margin-right:0}}@media screen and (max-width:480px){.pre-footer-cta--with-phone-number .pre-footer-cta__left-col{max-width:500px}}.pre-footer-cta--with-phone-number .pre-footer-cta__right-col{-ms-flex-negative:0;flex-shrink:0;margin-left:0;max-width:100%;padding-top:0}@media screen and (max-width:725px){.pre-footer-cta--with-phone-number .pre-footer-cta__right-col{padding-top:40px}}.pre-footer-cta--with-phone-number .pre-footer-cta__title{margin-bottom:0}@media screen and (max-width:768px){.whole-body__label{-webkit-box-align:start;-ms-flex-align:start;align-items:start;line-height:1.5}.whole-body__label:before{margin-top:4px}}@media screen and (max-width:480px){.whole-body__label{max-width:328px}}@media screen and (max-width:768px){.whole-body__label>*{line-height:1.5}}.whole-body__title{max-width:clamp(612px,42.5vw,757px)}.whole-body__title>*{font-size:clamp(36px,3.47222vw,62px);font-style:normal;font-weight:400;line-height:1.28;margin:clamp(23px,1.59722vw,28px) 0 clamp(22px,1.52778vw,27px)}@media screen and (max-width:768px){.whole-body__title>*{line-height:1.111;margin:17px 0 34px}}@media screen and (max-width:320px){.whole-body__title>*{font-size:30px}}.whole-body__subtitle{max-width:clamp(453px,31.45833vw,560px)}@media screen and (max-width:768px){.whole-body__subtitle{margin-bottom:clamp(31px,2.15278vw,38px)}}@media screen and (max-width:480px){.whole-body__subtitle{max-width:324px}.whole-body__subtitle br{display:none}}.whole-body__subtitle blockquote{margin:0 0 clamp(31px,2.15278vw,38px)}.whole-body__subtitle>*{font-size:clamp(22px,1.66667vw,30px);font-weight:600;line-height:125%}.whole-body__main-text{font-size:clamp(14px,1.11111vw,20px);font-weight:400;line-height:1.625;margin-left:auto;max-width:clamp(640px,44.44444vw,791px)}@media screen and (max-width:768px){.whole-body__main-text{line-height:1.571}}.whole-body__main-text>*{font-size:clamp(14px,1.11111vw,20px);font-weight:400;line-height:1.625}@media screen and (max-width:768px){.whole-body__main-text>*{line-height:1.571}}.devices-overview{overflow:visible}@media screen and (min-width:992px){.devices-overview__mobile-wrapper{display:none}}.devices-overview__desktop-wrapper{display:none}@media screen and (min-width:992px){.devices-overview__desktop-wrapper{display:block;padding-bottom:100px;padding-top:100px}}.devices-overview__tab-list-wrap{position:sticky;top:0;z-index:10}.devices-overview__scroll-container{-ms-scroll-chaining:chained;-ms-overflow-style:none;border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);overflow-x:auto;overscroll-behavior:auto;scrollbar-width:none}.devices-overview__scroll-container::-webkit-scrollbar{display:none}.devices-overview__tab-list{-webkit-box-pack:start;-ms-flex-pack:start;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;list-style:none;margin:0;padding:0}@media screen and (min-width:768px){.devices-overview__tab-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:992px){.devices-overview__tab-list--mobile{display:none}}.devices-overview__tab-list--desktop{display:none}@media screen and (min-width:992px){.devices-overview__tab-list--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.devices-overview__tab-control{-ms-flex-negative:0;border-left:1px solid rgba(0,0,0,.1);flex-shrink:0;text-align:center;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;width:clamp(152px,22.63889vw,403px)}.devices-overview__tab-control:last-child{border-right:1px solid rgba(0,0,0,.1)}@media screen and (max-width:768px){.devices-overview__tab-control{width:clamp(152px,32vw,326px)}.devices-overview__tab-control:first-child{margin-left:12px}.devices-overview__tab-control:last-child{margin-right:12px}}.devices-overview__tab-image{margin-bottom:clamp(10px,.69444vw,12px);pointer-events:none;width:clamp(128px,8.88889vw,158px)}@media screen and (max-width:768px){.devices-overview__tab-image{margin-bottom:15px}}.devices-overview__tab-name{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:clamp(12px,1.11111vw,20px);font-weight:400;text-transform:uppercase;-webkit-transition:color .4s;transition:color .4s}.devices-overview__tab-link{display:block;padding:clamp(21px,1.45833vw,26px) 0 clamp(10px,.69444vw,12px);position:relative}@media screen and (max-width:768px){.devices-overview__tab-link{padding-bottom:15px}}.devices-overview__tab-link:after{background-color:#ff1514;bottom:-1px;content:"";height:1.5px;left:0;opacity:0;position:absolute;-webkit-transition:opacity .4s;transition:opacity .4s;width:100%}.devices-overview__tab-link.active:after,.devices-overview__tab-link:hover:after{opacity:1}.devices-overview__tab-link.active .devices-overview__tab-name,.devices-overview__tab-link:hover .devices-overview__tab-name{color:#ff1514}.devices-overview__container{max-width:1360px}@media screen and (min-width:1440px){.devices-overview__container{max-width:94.44444vw}}@media screen and (min-width:1780px){.devices-overview__container{max-width:1680px}}.devices-overview__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:992px){.devices-overview__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:row;flex-direction:row}}.devices-overview__column{position:relative;z-index:1}.devices-overview__column--left{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}@media screen and (min-width:992px){.devices-overview__column--left{-ms-flex-preferred-size:40%;flex-basis:40%;max-width:287px}}@media screen and (min-width:992px) and (min-width:1440px){.devices-overview__column--left{max-width:19.93056vw}}@media screen and (min-width:992px) and (min-width:1440px) and (min-width:1780px){.devices-overview__column--left{max-width:354px}}.devices-overview__column--center{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-bottom:45px}@media screen and (min-width:992px){.devices-overview__column--center{padding-bottom:100px;padding-top:30px}}.devices-overview__column--right{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-bottom:26px;width:100%}@media screen and (min-width:992px){.devices-overview__column--right{-ms-flex-preferred-size:42%;flex-basis:42%;max-width:298px;padding-bottom:0;padding-top:40px}}@media screen and (min-width:992px) and (min-width:1440px){.devices-overview__column--right{max-width:20.69444vw}}@media screen and (min-width:992px) and (min-width:1440px) and (min-width:1780px){.devices-overview__column--right{max-width:368px}}@media screen and (min-width:992px){.devices-overview__sticky-column{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:sticky;top:0}.devices-overview__sticky-column .devices-overview__left-content,.devices-overview__sticky-column .devices-overview__right-content{left:0;opacity:0;position:absolute;text-align:left;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;width:100%}.devices-overview__sticky-column .devices-overview__left-content.active,.devices-overview__sticky-column .devices-overview__right-content.active{opacity:1}}.devices-overview__item{padding-top:62px}.devices-overview__full-name-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:32px}.devices-overview__count{color:#ff1514;display:inline-block;font-size:clamp(12px,.83333vw,15px);font-weight:400;margin-right:clamp(12px,.83333vw,17px);padding-bottom:2px;text-transform:uppercase}.devices-overview__full-name,.devices-overview__full-name>*{line-height:1.139}.devices-overview__product-description{padding-bottom:clamp(22px,2.5vw,45px)}.devices-overview__product-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.devices-overview__product-wrapper:not(:first-child) .devices-overview__product-large-text{top:10%}.devices-overview__product-wrapper:last-child{margin-bottom:0}@media screen and (min-width:992px){.devices-overview__product-large-text-wrap{height:100%;left:0;margin-left:calc(50% - 50vw);overflow:hidden;pointer-events:none;position:absolute;top:8%;width:99vw}}.devices-overview__product-large-text{color:rgba(0,0,0,.05);font-size:clamp(72px,15.625vw,278px);font-style:normal;font-weight:700;line-height:64px;margin:0 auto -15px;text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (min-width:992px){.devices-overview__product-large-text{left:100%;margin:0;opacity:.8;pointer-events:none;position:absolute;top:10%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;will-change:transform;z-index:-1}}.devices-overview__main-image{margin:0 auto;max-width:758px;width:100%}.devices-overview__product-parameters{line-height:1.571}.devices-overview__product-parameters ul{list-style:square}.devices-overview__product-parameters ul li::marker{font-size:.9em}.devices-overview__product-parameters>*{line-height:1.5}.devices-overview__btn-wrap{margin-right:auto;text-align:left}.faq-accordion{padding-bottom:125px;padding-top:115px}@media screen and (min-width:1440px){.faq-accordion{padding-bottom:8.68056vw;padding-top:7.98611vw}}@media screen and (min-width:1780px){.faq-accordion{padding-bottom:154px;padding-top:142px}}@media screen and (max-width:1440px){.faq-accordion{padding-bottom:calc(3.372vw + 76.44509px);padding-top:calc(4.335vw + 52.57225px)}}@media screen and (max-width:768px){.faq-accordion{padding-bottom:90px;padding-top:70px}}.faq-accordion__container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:768px){.faq-accordion__container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.faq-accordion__content{max-width:36.91%;width:100%}@media screen and (min-width:1440px){.faq-accordion__content{max-width:34.58333vw}}@media screen and (min-width:1780px){.faq-accordion__content{max-width:615px}}@media screen and (max-width:768px){.faq-accordion__content{max-width:100%;width:100%}}.faq-accordion__title{max-width:444px}@media screen and (min-width:1440px){.faq-accordion__title{max-width:30.83333vw}}@media screen and (min-width:1780px){.faq-accordion__title{max-width:548px}}@media screen and (max-width:768px){.faq-accordion__title{max-width:100%;width:100%}}.faq-accordion__sources{margin-top:49px;width:100%}@media screen and (min-width:1440px){.faq-accordion__sources{margin-top:3.40278vw}}@media screen and (min-width:1780px){.faq-accordion__sources{margin-top:60px}}@media screen and (max-width:1440px){.faq-accordion__sources{margin-top:calc(4.464vw - 4.28571px)}}@media screen and (max-width:768px){.faq-accordion__sources{border-bottom:1px solid #f2f2f2;margin-bottom:-10px;margin-top:30px;padding-bottom:30px}}.faq-accordion__sources-item{border:1px solid #c8c8c8;-webkit-transition:.3s ease;transition:.3s ease}.faq-accordion__sources-item.active{background:#f2f2f2;border-color:#ff1514}.faq-accordion__sources-item.active .faq-accordion__sources-title img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq-accordion__sources-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:400;line-height:32px;padding:21px 40px 21px 31px}@media screen and (min-width:1440px){.faq-accordion__sources-title{font-size:1.45833vw;line-height:2.22222vw;padding:1.45833vw 2.77778vw 1.45833vw 2.15278vw}}@media screen and (min-width:1780px){.faq-accordion__sources-title{font-size:26px;line-height:39.5px;padding:26px 49px 26px 38px}}@media screen and (max-width:1440px){.faq-accordion__sources-title{font-size:calc(.289vw + 16.83815px);line-height:calc(.771vw + 20.90173px);padding:calc(.578vw + 17.6763px) calc(1.83vw + 22.64162px) calc(.578vw + 17.6763px) calc(1.734vw + 13.0289px)}}@media screen and (max-width:480px){.faq-accordion__sources-title{font-size:18px;line-height:24px;padding:20px 30px 25px 20px}}.faq-accordion__sources-title span{display:block;margin-right:30px}@media screen and (max-width:1200px){.faq-accordion__sources-title span{margin-right:20px}}.faq-accordion__sources-title img{min-width:18px;-webkit-transition:.3s ease;transition:.3s ease}.faq-accordion__sources-text{display:none;padding:5px 40px 34px 31px}@media screen and (min-width:1440px){.faq-accordion__sources-text{padding:.34722vw 2.77778vw 2.36111pxvw 2.15278pxvw}}@media screen and (min-width:1780px){.faq-accordion__sources-text{padding:6px 49px 34px 31px}}@media screen and (max-width:1440px){.faq-accordion__sources-text{padding-bottom:calc(.867vw + 21.51445px);padding-left:calc(1.06vw + 15.73988px);padding-right:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.faq-accordion__sources-text{padding:0 30px 25px 20px}}.faq-accordion__accordion{max-width:46.69%;width:100%}@media screen and (min-width:1440px){.faq-accordion__accordion{max-width:43.75vw}}@media screen and (min-width:1780px){.faq-accordion__accordion{max-width:776px}}@media screen and (max-width:768px){.faq-accordion__accordion{margin-top:40px;max-width:100%;width:100%}}.faq-accordion__accordion-item{border:1px solid #c8c8c8;margin-bottom:16px;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (min-width:1440px){.faq-accordion__accordion-item{margin-bottom:1.11111vw}}@media screen and (min-width:1780px){.faq-accordion__accordion-item{margin-bottom:20px}}.faq-accordion__accordion-item:last-child{margin-bottom:0}.faq-accordion__accordion-item.active{background:#f2f2f2;border-color:#ff1514}.faq-accordion__accordion-item.active .faq-accordion__accordion-title img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq-accordion__accordion-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:400;line-height:32px;padding:21px 40px 21px 31px}@media screen and (min-width:1440px){.faq-accordion__accordion-title{font-size:1.45833vw;line-height:2.22222vw;padding:1.45833vw 2.77778vw 1.45833vw 2.15278vw}}@media screen and (min-width:1780px){.faq-accordion__accordion-title{font-size:26px;line-height:39.5px;padding:26px 49px 26px 38px}}@media screen and (max-width:1440px){.faq-accordion__accordion-title{font-size:calc(.289vw + 16.83815px);line-height:calc(.771vw + 20.90173px);padding:calc(.893vw + 13.14286px) calc(1.83vw + 22.64162px) calc(.578vw + 17.6763px) calc(1.734vw + 13.0289px)}}@media screen and (max-width:480px){.faq-accordion__accordion-title{font-size:18px;line-height:24px;padding:20px 30px 25px 20px}}.faq-accordion__accordion-title>*{font-size:21px;font-weight:400;line-height:32px}@media screen and (min-width:1440px){.faq-accordion__accordion-title>*{font-size:1.45833vw;line-height:2.22222vw}}@media screen and (min-width:1780px){.faq-accordion__accordion-title>*{font-size:26px;line-height:39.5px}}.faq-accordion__accordion-title span{display:block;margin-right:30px}@media screen and (max-width:1200px){.faq-accordion__accordion-title span{margin-right:20px}}.faq-accordion__accordion-title img{min-width:18px;-webkit-transition:.3s ease;transition:.3s ease}.faq-accordion__accordion-text{display:none;padding:5px 40px 34px 31px}@media screen and (min-width:1440px){.faq-accordion__accordion-text{padding:.34722vw 2.77778vw 2.36111pxvw 2.15278pxvw}}@media screen and (min-width:1780px){.faq-accordion__accordion-text{padding:6px 49px 34px 31px}}@media screen and (max-width:1440px){.faq-accordion__accordion-text{padding-bottom:calc(.867vw + 21.51445px);padding-left:calc(1.06vw + 15.73988px);padding-right:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.faq-accordion__accordion-text{padding:0 30px 25px 20px}}.faq-accordion.black{background:#000;color:#fff}.faq-accordion.black .faq-accordion__accordion-item,.faq-accordion.black .faq-accordion__sources-item{border-color:#393939}.faq-accordion.black .faq-accordion__accordion-item.active,.faq-accordion.black .faq-accordion__sources-item.active{background:#242424}.faq-wide-accordion{padding-bottom:112px;padding-top:63px}@media screen and (min-width:1440px){.faq-wide-accordion{padding-bottom:7.77778vw;padding-top:4.375vw}}@media screen and (min-width:1780px){.faq-wide-accordion{padding-bottom:138px;padding-top:78px}}@media screen and (max-width:1440px){.faq-wide-accordion{padding-bottom:calc(1.156vw + 95.3526px);padding-top:calc(-.674vw + 72.71098px)}}@media screen and (max-width:768px){.faq-wide-accordion{padding-bottom:100px;padding-top:70px}}.faq-wide-accordion__head{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.faq-wide-accordion__head-wrap{max-width:36.53%;width:100%}@media screen and (min-width:1440px){.faq-wide-accordion__head-wrap{max-width:34.23611vw}}@media screen and (min-width:1780px){.faq-wide-accordion__head-wrap{max-width:609px}}@media screen and (max-width:768px){.faq-wide-accordion__head-wrap{max-width:100%;width:100%}}.faq-wide-accordion__label{color:#000;margin-bottom:14px}@media screen and (min-width:1440px){.faq-wide-accordion__label{margin-bottom:.97222vw}}@media screen and (min-width:1780px){.faq-wide-accordion__label{margin-bottom:17px}}.faq-wide-accordion__label>*{color:#000}.faq-wide-accordion__title{font-size:24px;font-weight:600;line-height:125%}@media screen and (min-width:1440px){.faq-wide-accordion__title{font-size:1.66667vw}}@media screen and (min-width:1780px){.faq-wide-accordion__title{font-size:29.7px}}@media screen and (max-width:1439px){.faq-wide-accordion__title{font-size:calc(.578vw + 15.6763px)}}@media screen and (max-width:480px){.faq-wide-accordion__title{font-size:18px}}.faq-wide-accordion__title>*{font-size:24px;font-weight:600;line-height:125%;margin-top:14px}@media screen and (min-width:1440px){.faq-wide-accordion__title>*{font-size:1.66667vw}}@media screen and (min-width:1780px){.faq-wide-accordion__title>*{font-size:29.7px}}@media screen and (max-width:1439px){.faq-wide-accordion__title>*{font-size:calc(.578vw + 15.6763px)}}@media screen and (max-width:480px){.faq-wide-accordion__title>*{font-size:18px}}.faq-wide-accordion__text{max-width:47.43%}@media screen and (min-width:1440px){.faq-wide-accordion__text{max-width:44.65278vw}}@media screen and (min-width:1780px){.faq-wide-accordion__text{max-width:795px}}@media screen and (max-width:768px){.faq-wide-accordion__text{margin-top:40px;max-width:100%}}.faq-wide-accordion__btn{margin-top:37px}@media screen and (min-width:1440px){.faq-wide-accordion__btn{margin-top:2.56944vw}}@media screen and (min-width:1780px){.faq-wide-accordion__btn{margin-top:45px}}@media screen and (max-width:1440px){.faq-wide-accordion__btn{margin-top:calc(.674vw + 27.28902px)}}@media screen and (max-width:768px){.faq-wide-accordion__btn{margin-top:30px}}.faq-wide-accordion__accordion{margin-top:78px;width:100%}@media screen and (min-width:1440px){.faq-wide-accordion__accordion{margin-top:5.41667vw}}@media screen and (min-width:1780px){.faq-wide-accordion__accordion{margin-top:96px}}@media screen and (max-width:1440px){.faq-wide-accordion__accordion{margin-top:calc(5.395vw + 18.31214px)}}@media screen and (max-width:768px){.faq-wide-accordion__accordion{margin-top:40px}}.faq-wide-accordion__accordion-item{border:1px solid #c8c8c8;margin-bottom:20px;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (min-width:1440px){.faq-wide-accordion__accordion-item{margin-top:1.38889vw}}@media screen and (min-width:1780px){.faq-wide-accordion__accordion-item{margin-top:24px}}.faq-wide-accordion__accordion-item:last-child{margin-bottom:0}.faq-wide-accordion__accordion-item.active{background:#f2f2f2;border-color:#ff1514}.faq-wide-accordion__accordion-item.active .faq-wide-accordion__accordion-title img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq-wide-accordion__accordion-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:400;line-height:32px;padding:21px 40px 21px 31px}@media screen and (min-width:1440px){.faq-wide-accordion__accordion-title{font-size:1.45833vw;line-height:2.22222vw;padding:1.45833vw 2.77778vw 1.45833vw 2.15278vw}}@media screen and (min-width:1780px){.faq-wide-accordion__accordion-title{font-size:26px;line-height:39.5px;padding:26px 49px 26px 38px}}@media screen and (max-width:1440px){.faq-wide-accordion__accordion-title{font-size:calc(.289vw + 16.83815px);line-height:calc(.771vw + 20.90173px);padding:calc(.578vw + 17.6763px) calc(1.83vw + 22.64162px) calc(.578vw + 17.6763px) calc(1.734vw + 13.0289px)}}@media screen and (max-width:480px){.faq-wide-accordion__accordion-title{font-size:18px;line-height:24px;padding:20px 30px 25px 20px}}.faq-wide-accordion__accordion-title>*{font-size:21px;font-weight:400;line-height:32px}@media screen and (min-width:1440px){.faq-wide-accordion__accordion-title>*{font-size:1.45833vw;line-height:2.22222vw}}@media screen and (min-width:1780px){.faq-wide-accordion__accordion-title>*{font-size:26px;line-height:39.5px}}.faq-wide-accordion__accordion-title span{display:block;margin-right:30px}@media screen and (max-width:1200px){.faq-wide-accordion__accordion-title span{margin-right:20px}}.faq-wide-accordion__accordion-title img{min-width:18px;-webkit-transition:.3s ease;transition:.3s ease}.faq-wide-accordion__accordion-text{display:none;padding:5px 40px 34px 31px}@media screen and (min-width:1440px){.faq-wide-accordion__accordion-text{padding:.34722vw 2.77778vw 2.36111pxvw 2.15278pxvw}}@media screen and (min-width:1780px){.faq-wide-accordion__accordion-text{padding:6px 49px 34px 31px}}@media screen and (max-width:1440px){.faq-wide-accordion__accordion-text{padding-bottom:calc(.867vw + 21.51445px);padding-left:calc(1.06vw + 15.73988px);padding-right:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.faq-wide-accordion__accordion-text{padding:0 30px 25px 20px}}.faq-wide-accordion__accordion-link{margin-top:16px}@media screen and (min-width:1440px){.faq-wide-accordion__accordion-link{margin-bottom:1.11111vw}}@media screen and (min-width:1780px){.faq-wide-accordion__accordion-link{margin-bottom:20px}}.sources-accordion{background:#000;color:#fff;padding-bottom:30px;padding-top:30px}.sources-accordion__sources{margin-top:49px;width:100%}@media screen and (min-width:1440px){.sources-accordion__sources{margin-top:3.40278vw}}@media screen and (min-width:1780px){.sources-accordion__sources{margin-top:60px}}@media screen and (max-width:1440px){.sources-accordion__sources{margin-top:calc(4.464vw - 4.28571px)}}.sources-accordion__sources-item{border:1px solid #424242;-webkit-transition:.3s ease;transition:.3s ease}.sources-accordion__sources-item.active{background:#242424;border-color:#ff1514}.sources-accordion__sources-item.active .sources-accordion__sources-title img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sources-accordion__sources-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:400;line-height:32px;padding:21px 40px 21px 31px}@media screen and (min-width:1440px){.sources-accordion__sources-title{font-size:1.45833vw;line-height:2.22222vw;padding:1.45833vw 2.77778vw 1.45833vw 2.15278vw}}@media screen and (min-width:1780px){.sources-accordion__sources-title{font-size:26px;line-height:39.5px;padding:26px 49px 26px 38px}}@media screen and (max-width:1440px){.sources-accordion__sources-title{font-size:calc(.289vw + 16.83815px);line-height:calc(.771vw + 20.90173px);padding:calc(.578vw + 17.6763px) calc(1.83vw + 22.64162px) calc(.578vw + 17.6763px) calc(1.734vw + 13.0289px)}}@media screen and (max-width:480px){.sources-accordion__sources-title{font-size:18px;line-height:24px;padding:20px 30px 25px 20px}}.sources-accordion__sources-title span{display:block;margin-right:30px}@media screen and (max-width:1200px){.sources-accordion__sources-title span{margin-right:20px}}.sources-accordion__sources-title img{min-width:18px;-webkit-transition:.3s ease;transition:.3s ease}.sources-accordion__sources-text{display:none;padding:5px 40px 34px 31px}@media screen and (min-width:1440px){.sources-accordion__sources-text{padding:.34722vw 2.77778vw 2.36111pxvw 2.15278pxvw}}@media screen and (min-width:1780px){.sources-accordion__sources-text{padding:6px 49px 34px 31px}}@media screen and (max-width:1440px){.sources-accordion__sources-text{padding-bottom:calc(.867vw + 21.51445px);padding-left:calc(1.06vw + 15.73988px);padding-right:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.sources-accordion__sources-text{padding:0 30px 25px 20px}}.content-block-2-columns-text-image-type-2{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;overflow:hidden;padding-top:150px;position:relative}.content-block-2-columns-text-image-type-2:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.content-block-2-columns-text-image-type-2:after,.content-block-2-columns-text-image-type-2:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.content-block-2-columns-text-image-type-2:after{background:linear-gradient(290.21deg,rgba(0,0,0,.5),transparent 36.31%,rgba(0,0,0,.9) 78.93%)}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-2{padding-top:10.41667vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-2{padding-top:185px}}.content-block-2-columns-text-image-type-2__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:space-between;position:relative;z-index:2}@media screen and (max-width:768px){.content-block-2-columns-text-image-type-2__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;justify-content:center}}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-2 .hero-subpage-with-video__video-wrapper{margin-right:2%;max-width:36vw;max-width:640px}}@media screen and (max-width:768px){.content-block-2-columns-text-image-type-2 .hero-subpage-with-video__video-wrapper{margin-left:6.5%;max-width:87%}}.content-block-2-columns-text-image-type-2 .hero-subpage-with-video__image{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));width:119%}.content-block-2-columns-text-image-type-2 .hero-subpage-with-video__image img{border-radius:0;-o-object-fit:contain;object-fit:contain;-webkit-transform:translateX(-9%);transform:translateX(-9%);width:100%}.content-block-2-columns-text-image-type-2__image{-webkit-filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 250px rgba(255,21,20,.5)) drop-shadow(0 4px 4px rgba(0,0,0,.25));max-width:683px;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.content-block-2-columns-text-image-type-2__image img{-webkit-transform:translateX(-25px);transform:translateX(-25px);width:100%}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-2__image img{-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-2__image{max-width:47.43056vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-2__image{max-width:800px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-2__image{max-width:calc(40.751vw + 96.17919px);right:calc(6.971vw - 70.38462px)}}@media screen and (max-width:992px){.content-block-2-columns-text-image-type-2__image{right:0}}@media screen and (max-width:812px){.content-block-2-columns-text-image-type-2__image{max-width:370px}}@media screen and (max-width:768px){.content-block-2-columns-text-image-type-2__image{top:80%}}.content-block-2-columns-text-image-type-2__image-circle{border:1.5px solid #ff1514;border-radius:50%;-webkit-box-shadow:0 0 20px 1px rgba(255,21,20,.8);box-shadow:0 0 20px 1px rgba(255,21,20,.8);content:"";height:576px;position:absolute;right:10%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:576px;z-index:-1}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-2__image-circle{height:40vw;width:40vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-2__image-circle{height:700px;width:700px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-2__image-circle{height:calc(30.443vw + 137.6185px);width:calc(30.443vw + 137.6185px)}}@media screen and (max-width:812px){.content-block-2-columns-text-image-type-2__image-circle{height:340px;width:340px}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-2__image-circle{height:260px;width:260px}}.content-block-2-columns-text-image-type-2__image-circle:before{background-image:url(../images/circle-line.svg);background-repeat:no-repeat;background-size:cover;content:"";height:80%;left:50%;position:absolute;top:100%;width:2px}.content-block-2-columns-text-image-type-2__image-circle:after{background:#ff1514;-webkit-box-shadow:0 0 10px #ff1514;box-shadow:0 0 10px #ff1514;content:"";height:67px;left:50%;position:absolute;top:calc(100% + 100px);width:2px}.content-block-2-columns-text-image-type-2__content{margin-right:40px;max-width:530px;position:relative}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-2__content{max-width:36.80556vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-2__content{max-width:655px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-2__content{max-width:calc(25.048vw + 169.30636px)}}@media screen and (min-width:769px){.content-block-2-columns-text-image-type-2__content{padding-bottom:100px}}@media screen and (max-width:768px){.content-block-2-columns-text-image-type-2__content{margin-right:0;max-width:100%;padding-bottom:5px}}.content-block-2-columns-text-image-type-2__label{margin-bottom:17px}.content-block-2-columns-text-image-type-2__heading{margin-bottom:2px}.content-block-2-columns-text-image-type-2__subtitle{margin-bottom:32px}.content-block-2-columns-text-image-type-2__subtitle,.content-block-2-columns-text-image-type-2__subtitle>*{color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:normal;text-transform:uppercase}.content-block-2-columns-text-image-type-2__subtitle>*{margin:0}.content-block-2-columns-text-image-type-2__text{margin-bottom:23px;padding-right:30px}.content-block-2-columns-text-image-type-2__text-list{margin-bottom:31px}.content-block-2-columns-text-image-type-2__text-list ul{list-style:none}.content-block-2-columns-text-image-type-2__text-list ul ul{margin-bottom:0;margin-top:4px}.content-block-2-columns-text-image-type-2__text-list ul li{position:relative}.content-block-2-columns-text-image-type-2__text-list ul li:before{background-color:#fff;content:"";height:7px;left:-20px;position:absolute;top:9px;width:7px}.content-block-2-columns-text-image-type-2__btns-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:35px}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-2__btns-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;gap:20px}}.device-specs-table{background-color:#000;padding-bottom:120px;padding-top:50px;position:relative}@media screen and (min-width:1440px){.device-specs-table{padding-bottom:8.33333vw;padding-top:3.47222vw}}@media screen and (min-width:1780px){.device-specs-table{padding-bottom:150px;padding-top:60px}}@media screen and (max-width:1439px){.device-specs-table{padding-bottom:calc(3.854vw + 64.50867px);padding-top:calc(1.927vw + 22.25434px)}}@media screen and (max-width:768px){.device-specs-table{padding-bottom:80px;padding-top:30px}}.device-specs-table:after{background:-webkit-gradient(linear,left top,right top,color-stop(0,#000),to(#ff1514));background:linear-gradient(90deg,#000,#ff1514);bottom:0;content:"";height:1px;left:0;position:absolute;right:0;width:100%}.device-specs-table__content{margin:0 auto;max-width:1098px;width:100%}@media screen and (min-width:1440px){.device-specs-table__content{max-width:76.25vw}}@media screen and (min-width:1780px){.device-specs-table__content{max-width:1300px}}@media screen and (max-width:1439px){.device-specs-table__content{max-width:calc(57.611vw + 268.40462px)}}@media screen and (max-width:768px){.device-specs-table__content{max-width:100%}}.device-specs-table__toggle-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#ff1514;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;justify-content:center;line-height:normal;margin:0 auto;outline:none;padding:0;position:relative;text-align:center;text-transform:uppercase}@media screen and (min-width:1440px){.device-specs-table__toggle-btn{font-size:1.11111vw}}@media screen and (min-width:1780px){.device-specs-table__toggle-btn{font-size:18px}}.device-specs-table__toggle-btn:after{background-image:url(../images/btn-arrow-rotate.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:12px;margin-left:10px;width:12px}.device-specs-table__toggle-btn[aria-expanded=true]:after{background-image:url(../images/close-red.svg);height:14px;width:13px}.device-specs-table__list{border:1px solid #585858;margin-top:0;max-height:0;opacity:0;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.device-specs-table__list.is-open{margin-top:63px;opacity:1}@media screen and (min-width:1440px){.device-specs-table__list.is-open{margin-top:4.375vw}}@media screen and (min-width:1780px){.device-specs-table__list.is-open{margin-top:80px}}.device-specs-table__item{display:-webkit-box;display:-ms-flexbox;display:flex}.device-specs-table__item:not(:last-child){border-bottom:1px solid #585858}.device-specs-table__name{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #585858;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:400;line-height:24px;min-width:290px;padding:15px 35px 15px 20px;width:290px}@media screen and (min-width:1440px){.device-specs-table__name{font-size:1.25vw;line-height:1.66667vw;min-width:20.13889vw;padding:1.04167vw 2.43056vw 1.04167vw 1.38889vw;width:20.13889vw}}@media screen and (min-width:1780px){.device-specs-table__name{font-size:22.25px;line-height:30px;min-width:350px;padding-right:40px}}@media screen and (max-width:1439px){.device-specs-table__name{font-size:calc(.385vw + 12.45087px);line-height:calc(.385vw + 18.45087px);min-width:calc(12.524vw + 109.65318px);padding-right:calc(1.445vw + 14.19075px);width:calc(12.524vw + 109.65318px)}}@media screen and (max-width:480px){.device-specs-table__name{font-size:14px;line-height:20px;min-width:160px;padding-right:20px;width:160px}}.device-specs-table__name>*{color:#fff;font-size:18px;font-weight:400;line-height:24px;margin:0}@media screen and (min-width:1440px){.device-specs-table__name>*{font-size:1.25vw;line-height:1.66667vw}}@media screen and (min-width:1780px){.device-specs-table__name>*{font-size:22.25px;line-height:30px}}@media screen and (max-width:1439px){.device-specs-table__name>*{font-size:calc(.385vw + 12.45087px);line-height:calc(.385vw + 18.45087px)}}@media screen and (max-width:480px){.device-specs-table__name>*{font-size:14px;line-height:20px}}.device-specs-table__info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:400;line-height:26px;padding:15px 18px}@media screen and (min-width:1440px){.device-specs-table__info{font-size:1.11111vw;line-height:1.80556vw;padding:1.04167vw 1.25vw}}@media screen and (min-width:1780px){.device-specs-table__info{font-size:19.7px;line-height:28px}}@media screen and (max-width:1439px){.device-specs-table__info{font-size:calc(.385vw + 10.45087px);line-height:calc(.771vw + 14.90173px)}}@media screen and (max-width:480px){.device-specs-table__info{font-size:12px;line-height:18px}}.device-specs-table__info>*{color:#d9d9d9;font-size:16px;font-weight:400;line-height:26px;margin:0}@media screen and (min-width:1440px){.device-specs-table__info>*{font-size:1.11111vw;line-height:1.80556vw}}@media screen and (min-width:1780px){.device-specs-table__info>*{font-size:19.7px;line-height:28px}}@media screen and (max-width:1439px){.device-specs-table__info>*{font-size:calc(.385vw + 10.45087px);line-height:calc(.771vw + 14.90173px)}}@media screen and (max-width:480px){.device-specs-table__info>*{font-size:12px;line-height:18px}}.blocks-123-with-titles-grid-4-per-row{padding-bottom:107px;padding-top:136px}@media screen and (min-width:1440px){.blocks-123-with-titles-grid-4-per-row{padding-bottom:7.43056vw;padding-top:9.44444vw}}@media screen and (min-width:1780px){.blocks-123-with-titles-grid-4-per-row{padding-bottom:120px;padding-top:150px}}@media screen and (max-width:1439px){.blocks-123-with-titles-grid-4-per-row{padding-bottom:calc(2.601vw + 69.54335px);padding-top:calc(3.468vw + 86.0578px)}}@media screen and (max-width:768px){.blocks-123-with-titles-grid-4-per-row{padding-bottom:80px;padding-top:100px}}.blocks-123-with-titles-grid-4-per-row__title{max-width:912px}@media screen and (min-width:1440px){.blocks-123-with-titles-grid-4-per-row__title{max-width:63.33333vw}}@media screen and (min-width:1780px){.blocks-123-with-titles-grid-4-per-row__title{max-width:1100px}}@media screen and (max-width:1439px){.blocks-123-with-titles-grid-4-per-row__title{max-width:calc(30.058vw + 479.16763px)}}@media screen and (max-width:480px){.blocks-123-with-titles-grid-4-per-row__title{max-width:100%}}.blocks-123-with-titles-grid-4-per-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:45px}@media screen and (min-width:1440px){.blocks-123-with-titles-grid-4-per-row__list{padding-top:3.125vw}}@media screen and (min-width:1780px){.blocks-123-with-titles-grid-4-per-row__list{padding-top:60px}}@media screen and (max-width:1439px){.blocks-123-with-titles-grid-4-per-row__list{padding-top:calc(1.445vw + 24.19075px)}}@media screen and (max-width:480px){.blocks-123-with-titles-grid-4-per-row__list{padding-top:30px}}.blocks-123-with-titles-grid-4-per-row__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;border:1px solid #d9d9d9;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;margin-right:-1px;min-height:362px;padding:30px 30px 56px;width:25%}@media screen and (min-width:1440px){.blocks-123-with-titles-grid-4-per-row__item{min-height:25.13889vw;padding:2.08333vw 2.08333vw 3.88889vw}}@media screen and (min-width:1780px){.blocks-123-with-titles-grid-4-per-row__item{min-height:450px;padding:40px 40px 80px}}@media screen and (max-width:1439px){.blocks-123-with-titles-grid-4-per-row__item{min-height:calc(11.753vw + 192.75145px);padding:calc(.963vw + 16.12717px) calc(.963vw + 16.12717px) calc(1.541vw + 33.80347px)}}@media screen and (max-width:992px){.blocks-123-with-titles-grid-4-per-row__item{width:50%}}@media screen and (max-width:640px){.blocks-123-with-titles-grid-4-per-row__item{padding:30px 20px;width:100%}}@media screen and (max-width:480px){.blocks-123-with-titles-grid-4-per-row__item{min-height:auto;padding:30px 15px}}.blocks-123-with-titles-grid-4-per-row__item-counter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ff1514;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;gap:9px;line-height:normal}@media screen and (min-width:1440px){.blocks-123-with-titles-grid-4-per-row__item-counter{font-size:.83333vw}}@media screen and (min-width:1780px){.blocks-123-with-titles-grid-4-per-row__item-counter{font-size:14.4px}}@media screen and (max-width:1439px){.blocks-123-with-titles-grid-4-per-row__item-counter{font-size:calc(.193vw + 9.22543px)}}@media screen and (max-width:480px){.blocks-123-with-titles-grid-4-per-row__item-counter{font-size:10px}}.blocks-123-with-titles-grid-4-per-row__item-counter:before{background-color:#ff1514;content:"";display:block;height:1px;width:30px}.blocks-123-with-titles-grid-4-per-row__item-content{margin-top:46px}@media screen and (min-width:1440px){.blocks-123-with-titles-grid-4-per-row__item-content{margin-top:3.19444vw}}@media screen and (min-width:1780px){.blocks-123-with-titles-grid-4-per-row__item-content{margin-top:60px}}@media screen and (max-width:1439px){.blocks-123-with-titles-grid-4-per-row__item-content{margin-top:calc(1.541vw + 23.80347px)}}@media screen and (max-width:480px){.blocks-123-with-titles-grid-4-per-row__item-content{margin-top:30px}}.blocks-123-with-titles-grid-4-per-row__item-content a{text-decoration:underline;word-break:break-word}.content-block-2-columns-text-image-type-1-2{background-color:#fff;padding-bottom:70px;padding-top:70px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-2{padding-bottom:4.86111vw;padding-top:4.86111vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-2{padding-bottom:86px;padding-top:86px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-2{padding-bottom:calc(1.927vw + 42.25434px);padding-top:calc(1.927vw + 42.25434px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-2{padding-bottom:50px;padding-top:50px}}.content-block-2-columns-text-image-type-1-2__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:1024px){.content-block-2-columns-text-image-type-1-2__inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-2__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-text-image-type-1-2__inner--image-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-2__inner--image-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-text-image-type-1-2__inner--image-left .content-block-2-columns-text-image-type-1-2__image{margin-left:0;margin-right:30px}.content-block-2-columns-text-image-type-1-2__title{margin-bottom:35px;padding-right:20px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-2__title{margin-bottom:2.43056vw;padding-right:1.38889vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-2__title{margin-bottom:45px;padding-right:30px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-2__title{margin-bottom:calc(.963vw + 31.12717px);padding-right:calc(.963vw + 16.12717px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-2__title{margin-bottom:30px;padding-right:20px}}.content-block-2-columns-text-image-type-1-2__content{margin-right:30px;max-width:685px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-2__content{margin-right:2.08333vw;max-width:47.56944vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-2__content{margin-right:40px;max-width:847px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-2__content{margin-right:calc(.963vw + 26.12717px);max-width:calc(41.908vw + 81.53179px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-2__content{margin-bottom:50px;margin-right:0;max-width:100%}}.content-block-2-columns-text-image-type-1-2__image{border-radius:500px;margin-left:auto;margin-right:30px;max-width:415px;min-height:752px;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-2__image{max-width:28.81944vw;min-height:52.22222vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-2__image{max-width:500px;min-height:900px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-2__image{max-width:calc(20.713vw + 116.7341px);min-height:calc(33.911vw + 263.6763px)}}@media screen and (max-width:992px){.content-block-2-columns-text-image-type-1-2__image{margin-right:0}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-2__image{margin-left:0;max-width:calc(64.658vw - 80.92329px);min-height:calc(83.836vw + 16.98082px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-2__image{max-width:179px;min-height:354px}}.content-block-2-columns-text-image-type-1-2__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.content-block-2-columns-text-image-type-1-3{background-color:#000;padding-bottom:108px;padding-top:108px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-3{padding-bottom:7.5vw;padding-top:7.5vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-3{padding-bottom:120px;padding-top:120px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-3{padding-bottom:calc(2.697vw + 69.15607px);padding-top:calc(2.697vw + 69.15607px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-3{padding-bottom:80px;padding-top:80px}}.content-block-2-columns-text-image-type-1-3__inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-3__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-text-image-type-1-3__content{margin-right:40px;max-width:615px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-3__content{max-width:42.70833vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-3__content{max-width:760px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-3__content{max-width:calc(30.347vw + 178.00578px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-3__content{margin-bottom:50px;margin-right:0;max-width:100%}}.content-block-2-columns-text-image-type-1-3__title{margin-bottom:47px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-3__title{margin-bottom:3.26389vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-3__title{margin-bottom:60px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-3__title{margin-bottom:calc(1.638vw + 23.41618px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-3__title{margin-bottom:30px}}.content-block-2-columns-text-image-type-1-3__link{margin-top:40px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-3__link{margin-top:2.77778vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-3__link{margin-top:60px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-3__link{margin-top:calc(1.927vw + 12.25434px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-3__link{margin-top:30px}}.content-block-2-columns-text-image-type-1-4{background-color:#000;padding-bottom:90px;padding-top:105px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-4{padding-bottom:6.25vw;padding-top:7.29167vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-4{padding-bottom:111px;padding-top:129px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-4{padding-bottom:calc(1.927vw + 62.25434px);padding-top:calc(2.408vw + 70.31792px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-4{padding-bottom:70px;padding-top:80px}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-4 .content-block-2-columns-text-image-type-1-3__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.content-block-2-columns-text-image-type-1-4__content{margin-right:10px;max-width:694px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-4__content{margin-right:.69444vw;max-width:48.19444vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-4__content{margin-right:20px;max-width:857px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-4__content{margin-right:calc(.963vw + 6.12717px);max-width:calc(37.958vw + 147.4104px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-4__content{margin-bottom:50px;margin-right:0;max-width:100%}}.content-block-2-columns-text-image-type-1-4__label{margin-bottom:26px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-4__label{margin-bottom:1.80556vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-4__label{margin-bottom:40px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-4__label{margin-bottom:calc(.578vw + 17.6763px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-4__label{margin-bottom:20px}}.content-block-2-columns-text-image-type-1-4__image{margin-left:0;margin-right:40px;min-height:633px}@media screen and (min-width:1440px){.content-block-2-columns-text-image-type-1-4__image{margin-left:0;margin-right:2.77778vw;min-height:43.95833vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-image-type-1-4__image{margin-right:50px;min-height:752px}}@media screen and (max-width:1439px){.content-block-2-columns-text-image-type-1-4__image{min-height:calc(22.447vw + 309.76301px)}}@media screen and (max-width:767px){.content-block-2-columns-text-image-type-1-4__image{margin-right:0;min-height:calc(83.836vw + 16.98082px)}}@media screen and (max-width:480px){.content-block-2-columns-text-image-type-1-4__image{min-height:354px}.content-block-2-columns-123-text-image-list__list{padding-top:40px}}.content-block-2-columns-123-text-image-list__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:68.5px 0}@media screen and (min-width:1440px){.content-block-2-columns-123-text-image-list__item{padding:4.75694vw 0}}@media screen and (min-width:1780px){.content-block-2-columns-123-text-image-list__item{padding:80px 0}}@media screen and (max-width:1439px){.content-block-2-columns-123-text-image-list__item{padding:calc(2.746vw + 28.96243px) 0}}@media screen and (max-width:767px){.content-block-2-columns-123-text-image-list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.content-block-2-columns-123-text-image-list__item{padding:30px 0}}.content-block-2-columns-123-text-image-list__content{margin-right:40px;max-width:626px;position:relative}@media screen and (min-width:1440px){.content-block-2-columns-123-text-image-list__content{max-width:43.47222vw}}@media screen and (min-width:1780px){.content-block-2-columns-123-text-image-list__content{max-width:800px}}@media screen and (max-width:1439px){.content-block-2-columns-123-text-image-list__content{max-width:calc(31.407vw + 173.74566px)}}@media screen and (max-width:767px){.content-block-2-columns-123-text-image-list__content{margin-bottom:50px;margin-right:0;max-width:100%}}.content-block-2-columns-123-text-image-list__title{margin-bottom:17px}@media screen and (min-width:1440px){.content-block-2-columns-123-text-image-list__title{margin-bottom:1.18056vw}}@media screen and (min-width:1780px){.content-block-2-columns-123-text-image-list__title{margin-bottom:24px}}@media screen and (max-width:1439px){.content-block-2-columns-123-text-image-list__title{margin-bottom:calc(.482vw + 10.06358px)}}@media screen and (max-width:1199px){.content-block-2-columns-123-text-image-list__title{padding-left:28px}}@media screen and (max-width:480px){.content-block-2-columns-123-text-image-list__title{margin-bottom:12px}}.content-block-2-columns-123-text-image-list__counter{color:#ff1514;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;left:-28px;line-height:normal;position:absolute;text-transform:uppercase;top:28px}@media screen and (max-width:1199px){.content-block-2-columns-123-text-image-list__counter{left:0}}.content-block-2-columns-123-text-image-list__image{border:1.5px solid #ff1514;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;max-width:578px;overflow:hidden;padding:13px}@media screen and (min-width:1440px){.content-block-2-columns-123-text-image-list__image{max-width:40.13889vw}}@media screen and (min-width:1780px){.content-block-2-columns-123-text-image-list__image{max-width:700px}}@media screen and (max-width:1439px){.content-block-2-columns-123-text-image-list__image{max-width:calc(26.782vw + 192.33526px)}}@media screen and (max-width:767px){.content-block-2-columns-123-text-image-list__image{margin-left:0;max-width:578px}}.content-block-2-columns-123-text-image-list__list-anchor{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.content-block-2-columns-123-text-image-list__list-anchor,.content-block-2-columns-123-text-image-list__list-anchor:after{-webkit-transition:all .2s linear;transition:all .2s linear}.content-block-2-columns-123-text-image-list__list-anchor:hover{color:#ff1514}.content-block-2-columns-123-text-image-list__list-anchor:hover:after{background:#ff1514;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.content-block-2-columns-123-text-image-list__list-anchor span{font-size:12px;margin-right:15px}.content-block-2-columns-123-text-image-list__scroll-anchors-wrap .content-block-2-columns-123-text-image-list__list-anchor{padding:43px 15px}@media screen and (min-width:1200px){.content-block-2-columns-123-text-image-list__scroll-anchors-wrap .content-block-2-columns-123-text-image-list__list-anchor{min-width:25%;width:25%}}.content-block-title-text-images-centered{background-color:#000;padding-bottom:100px;padding-top:50px}.content-block-title-text-images-centered__inner{border-top:1px solid #393939;padding-top:15px}.content-block-title-text-images-centered__wrap{margin:0 auto;max-width:870px;padding-top:67px;text-align:center}.content-block-title-text-images-centered__title{margin-bottom:29px}.content-block-title-text-images-centered__text{margin-bottom:50px}.content-block-title-text-images-centered__images{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:46px}.content-block-title-text-images-centered__image{border:2.5px solid #ff1514;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:-2.5px;margin-top:-1.5px;max-width:320px;padding:19px 15px}.content-block-title-text-images-centered__title-bottom{color:#fff;font-size:30px;font-weight:400;line-height:60px;margin-bottom:16px}.content-block-title-text-images-centered__title-bottom>*{color:#fff;font-size:30px;font-weight:400;line-height:60px;margin:0}.content-block-title-text-images-centered__text-bottom_links{margin-bottom:46px;text-align:left}.content-block-title-text-images-centered__text-bottom_links a{color:#ff1514}.content-block-title-text-images-centered__link{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-top:55px}.hero-subpage-type-1-2:after{background:rgba(0,0,0,.2);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero-subpage-type-1-2__inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hero-subpage-type-1-2__main-content{margin-right:40px;max-width:620px}@media screen and (min-width:1440px){.hero-subpage-type-1-2__main-content{max-width:43.05556vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-2__main-content{max-width:766px}}@media screen and (max-width:1439px){.hero-subpage-type-1-2__main-content{max-width:calc(30.829vw + 176.06936px)}}@media screen and (max-width:767px){.hero-subpage-type-1-2__main-content{margin-right:0;max-width:100%}}.hero-subpage-type-1-2__label{margin-bottom:20px}@media screen and (min-width:1440px){.hero-subpage-type-1-2__label{margin-bottom:1.38889vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-2__label{margin-bottom:30px}}@media screen and (max-width:768px){.hero-subpage-type-1-2__label{margin-bottom:24px}}.hero-subpage-type-1-2__subtitle{margin-bottom:20px}@media screen and (min-width:1440px){.hero-subpage-type-1-2__subtitle{margin-bottom:1.38889vw}}@media screen and (min-width:1780px){.hero-subpage-type-1-2__subtitle{margin-bottom:30px}}@media screen and (max-width:768px){.hero-subpage-type-1-2__subtitle{margin-bottom:24px}}.title-img-text-grid-2-per-row{padding-bottom:113px;padding-top:133px}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row{padding-bottom:7.84722vw;padding-top:9.23611vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row{padding-bottom:150px;padding-top:180px}}@media screen and (max-width:1439px){.title-img-text-grid-2-per-row{padding-bottom:calc(3.179vw + 67.21965px);padding-top:calc(3.179vw + 87.21965px)}}@media screen and (max-width:480px){.title-img-text-grid-2-per-row{padding-bottom:80px;padding-top:100px}}.title-img-text-grid-2-per-row__title{margin-bottom:45px;max-width:944px}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row__title{margin-bottom:3.125vw;max-width:65.55556vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row__title{margin-bottom:60px;max-width:1200px}}@media screen and (max-width:1439px){.title-img-text-grid-2-per-row__title{margin-bottom:calc(1.445vw + 24.19075px);max-width:calc(52.408vw + 189.31792px)}}@media screen and (max-width:480px){.title-img-text-grid-2-per-row__title{margin-bottom:30px;max-width:100%}}.title-img-text-grid-2-per-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.title-img-text-grid-2-per-row__item{border:1px solid #d9d9d9;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:-1px;margin-top:-1px;min-height:457px;padding:39px 34px 47px;width:50%}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row__item{min-height:31.73611vw;padding:2.70833vw 2.36111vw 3.26389vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row__item{min-height:600px;padding:50px 40px 60px}}@media screen and (max-width:1439px){.title-img-text-grid-2-per-row__item{min-height:calc(15.125vw + 239.19653px);padding:calc(1.83vw + 12.64162px) calc(1.349vw + 14.57803px) calc(2.601vw + 9.54335px)}}@media screen and (max-width:480px){.title-img-text-grid-2-per-row__item{min-height:300px;padding:30px 20px;width:100%}}.title-img-text-grid-2-per-row__item-title{color:#000;font-size:30px;font-style:normal;font-weight:400;line-height:38px;margin-bottom:3px}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row__item-title{font-size:2.08333vw;line-height:2.63889vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row__item-title{font-size:36px;line-height:44px}}@media screen and (max-width:1439px){.title-img-text-grid-2-per-row__item-title{font-size:calc(.963vw + 16.12717px);line-height:calc(1.349vw + 18.57803px)}}@media screen and (max-width:480px){.title-img-text-grid-2-per-row__item-title{font-size:20px;line-height:24px}}.title-img-text-grid-2-per-row__item-title>*{color:#000;font-size:30px;font-style:normal;font-weight:400;line-height:38px}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row__item-title>*{font-size:2.08333vw;line-height:2.63889vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row__item-title>*{font-size:36px;line-height:44px}}@media screen and (max-width:1439px){.title-img-text-grid-2-per-row__item-title>*{font-size:calc(.963vw + 16.12717px);line-height:calc(1.349vw + 18.57803px)}}@media screen and (max-width:480px){.title-img-text-grid-2-per-row__item-title>*{font-size:20px;line-height:24px}}.title-img-text-grid-2-per-row__item-red-text{color:#ff1514;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:normal;text-transform:uppercase}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row__item-red-text{font-size:.83333vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row__item-red-text{font-size:14.4px}}.title-img-text-grid-2-per-row__item-red-text>*{color:#ff1514;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:normal;text-transform:uppercase}@media screen and (min-width:1440px){.title-img-text-grid-2-per-row__item-red-text>*{font-size:.83333vw}}@media screen and (min-width:1780px){.title-img-text-grid-2-per-row__item-red-text>*{font-size:14.4px}}.title-img-text-grid-2-per-row__item-image{margin-top:23px;max-width:182px}.title-img-text-grid-2-per-row__item-text{margin-top:15px;padding-right:4px}.icon-title-text-grid-3-per-row{padding-bottom:56px;padding-top:82px}@media screen and (min-width:1440px){.icon-title-text-grid-3-per-row{padding-bottom:3.88889vw;padding-top:5.69444vw}}@media screen and (min-width:1780px){.icon-title-text-grid-3-per-row{padding-bottom:80px;padding-top:110px}}.icon-title-text-grid-3-per-row__list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:49px;justify-content:center}@media screen and (max-width:1439px){.icon-title-text-grid-3-per-row__list{gap:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.icon-title-text-grid-3-per-row__list{gap:30px}}.icon-title-text-grid-3-per-row__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;backdrop-filter:blur(2px);background:hsla(0,0%,100%,.15);border:1px solid #fff;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:47px 31px 45px 33px;width:calc(33.33333% - 33px)}@media screen and (min-width:1440px){.icon-title-text-grid-3-per-row__item{padding:3.26389vw 2.15278vw 3.125vw 2.29167vw}}@media screen and (min-width:1780px){.icon-title-text-grid-3-per-row__item{padding:60px 40px}}@media screen and (max-width:1439px){.icon-title-text-grid-3-per-row__item{padding:calc(1.638vw + 23.41618px) calc(1.06vw + 15.73988px) calc(1.445vw + 24.19075px) calc(1.252vw + 14.96532px)}}@media screen and (max-width:992px){.icon-title-text-grid-3-per-row__item{width:calc(50% - 25px)}}@media screen and (max-width:640px){.icon-title-text-grid-3-per-row__item{padding:30px 20px;width:100%}}.icon-title-text-grid-3-per-row__item-icon{margin-bottom:31px;max-width:60px}.icon-title-text-grid-3-per-row__item-title{color:#fff;margin-bottom:22px;margin-top:auto}.icon-title-text-grid-3-per-row__item-text,.icon-title-text-grid-3-per-row__item-text>*{line-height:24px}.icon-title-text-grid-3-per-row__btn{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:51px}@media screen and (min-width:1440px){.icon-title-text-grid-3-per-row__btn{margin-top:3.54167vw}}@media screen and (min-width:1780px){.icon-title-text-grid-3-per-row__btn{margin-top:60px}}.icon-title-text-grid-3-per-row__text{color:hsla(0,0%,100%,.8);font-size:13px;font-weight:400;line-height:19.5px;margin:43px auto 0;max-width:780px;text-align:center}@media screen and (min-width:1440px){.icon-title-text-grid-3-per-row__text{font-size:.90278vw;line-height:1.35417vw;margin-top:2.98611vw}}@media screen and (min-width:1780px){.icon-title-text-grid-3-per-row__text{font-size:15.6px;line-height:23.4px;margin-top:60px}}.icon-title-text-grid-3-per-row__text>*{color:hsla(0,0%,100%,.8);font-size:13px;font-weight:400;line-height:19.5px}@media screen and (min-width:1440px){.icon-title-text-grid-3-per-row__text>*{font-size:.90278vw;line-height:1.35417vw}}@media screen and (min-width:1780px){.icon-title-text-grid-3-per-row__text>*{font-size:15.6px;line-height:23.4px}}.testimonials__container{padding-bottom:130px}@media screen and (min-width:1440px){.testimonials__container{padding-bottom:9.02778vw}}@media screen and (min-width:1780px){.testimonials__container{padding-bottom:160px}}@media screen and (max-width:1440px){.testimonials__container{padding-bottom:calc(4.464vw + 65.71429px)}}@media screen and (max-width:768px){.testimonials__container{padding-bottom:100px}}.testimonials__scroll-area{background:#fff;position:sticky;top:94px;z-index:20}@media screen and (max-width:1440px){.testimonials__scroll-area{top:calc(3.72vw + 40.42857px)}}@media screen and (max-width:768px){.testimonials__scroll-area{top:69px}}.testimonials__scroll-area:before{top:0}.testimonials__scroll-area:after,.testimonials__scroll-area:before{background:rgba(0,0,0,.1);content:"";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.testimonials__scroll-area:after{bottom:0}.testimonials__categories-wrap{-ms-scroll-chaining:chained;-ms-overflow-style:none;overflow:auto;overscroll-behavior:auto;position:relative;scrollbar-width:none}.testimonials__categories-wrap::-webkit-scrollbar{display:none}.testimonials__categories{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:auto;margin-right:auto}.testimonials__categories,.testimonials__category{display:-webkit-box;display:-ms-flexbox;display:flex}.testimonials__category{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-left:1px solid rgba(0,0,0,.1);border-right:none;color:#a7a7a7;cursor:pointer;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;justify-content:center;line-height:24px;list-style:none;min-height:110px;min-width:14.28571%;padding:19px 15px;position:relative;text-align:center;text-transform:uppercase;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;width:14.28571%}@media screen and (max-width:1200px){.testimonials__category{min-width:22.22222%;width:22.22222%}}@media screen and (max-width:1024px){.testimonials__category{min-width:28.57143%;width:28.57143%}}@media screen and (max-width:768px){.testimonials__category{min-height:90px;min-width:205px;width:205px}}.testimonials__category:last-child{border-right:1px solid rgba(0,0,0,.1)}.testimonials__category.active{color:#ff1514}.testimonials__category.active:after{background:#ff1514;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.testimonials__testimonials{margin-top:90px;overflow:hidden}@media screen and (min-width:1440px){.testimonials__testimonials{margin-top:6.25vw}}@media screen and (min-width:1780px){.testimonials__testimonials{margin-top:112px}}@media screen and (max-width:1440px){.testimonials__testimonials{margin-top:calc(2.976vw + 47.14286px)}}@media screen and (max-width:768px){.testimonials__testimonials{margin-top:70px}}.testimonials .tts-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.testimonials .tts-prev{cursor:pointer;margin-right:30px;margin-top:25px}@media screen and (min-width:1440px){.testimonials .tts-prev{margin-right:2.08333vw;margin-top:1.73611vw}}@media screen and (min-width:1780px){.testimonials .tts-prev{margin-right:37px;margin-top:31px}}.testimonials .tts-prev path{-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials .tts-prev:hover path{fill:#ff1514}.testimonials .tts-next{cursor:pointer;margin-top:25px}@media screen and (min-width:1440px){.testimonials .tts-next{margin-top:1.73611vw}}@media screen and (min-width:1780px){.testimonials .tts-next{margin-top:31px}}.testimonials .tts-next path{-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials .tts-next:hover path{fill:#ff1514}.testimonials .swiper-button-disabled{cursor:default}.testimonials .swiper-button-disabled path{fill:#000;opacity:.7}.testimonials .swiper-button-disabled:hover path{fill:#000!important;opacity:.7}.testimonials__cat-description{margin-top:50px;max-width:69.4%}@media screen and (min-width:1440px){.testimonials__cat-description{margin-top:3.47222vw;max-width:65vw}}@media screen and (min-width:1780px){.testimonials__cat-description{margin-top:62px;max-width:1163px}}@media screen and (max-width:1440px){.testimonials__cat-description{margin-top:calc(1.488vw + 28.57143px)}}@media screen and (max-width:768px){.testimonials__cat-description{margin-top:40px;max-width:100%;width:100%}}.testimonials__t-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.testimonials__group--text{margin-top:65px}@media screen and (min-width:1440px){.testimonials__group--text{margin-top:4.51389vw}}@media screen and (min-width:1780px){.testimonials__group--text{margin-top:81px}}@media screen and (max-width:1440px){.testimonials__group--text{margin-top:calc(2.232vw + 32.85714px)}}@media screen and (max-width:768px){.testimonials__group--text{margin-top:50px}}.testimonials__t-item-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background:#f8f8f8;border:1px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;padding:35px 26px 22px;width:100%}@media screen and (min-width:1440px){.testimonials__t-item-inner{padding:2.43056vw 1.80556vw 1.52778vw}}@media screen and (min-width:1780px){.testimonials__t-item-inner{padding:43px 32px 27px}}@media screen and (max-width:1440px){.testimonials__t-item-inner{padding:calc(.744vw + 24.28571px) calc(.893vw + 13.14286px) 22px}}@media screen and (max-width:768px){.testimonials__t-item-inner{padding:30px 20px 25px}}.testimonials__t-item-quote{max-width:21px;width:100%}@media screen and (min-width:1440px){.testimonials__t-item-quote{max-width:1.45833vw}}@media screen and (min-width:1780px){.testimonials__t-item-quote{max-width:26px}}.testimonials__t-text{margin-bottom:30px;margin-top:30px}@media screen and (min-width:1440px){.testimonials__t-text{margin-bottom:2.08333vw;margin-top:2.08333vw}}@media screen and (min-width:1780px){.testimonials__t-text{margin-bottom:37px;margin-top:37px}}.testimonials__t-wrap{border-top:1px solid #d9d9d9;margin-top:35px;padding-top:15px}@media screen and (min-width:1440px){.testimonials__t-wrap{margin-top:2.43056vw;padding-top:1.04167vw}}@media screen and (min-width:1780px){.testimonials__t-wrap{margin-top:43px;padding-top:18px}}.testimonials__t-name{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.testimonials__t-name span{display:block;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:15px;line-height:22px;margin-right:30px}@media screen and (min-width:1440px){.testimonials__t-name span{font-size:1.04167vw;line-height:1.52778vw}}@media screen and (min-width:1780px){.testimonials__t-name span{font-size:19px;line-height:27px}}.testimonials__t-name img{min-width:93px;width:93px}@media screen and (min-width:1440px){.testimonials__t-name img{min-width:6.45833vw;width:6.45833vw}}@media screen and (min-width:1780px){.testimonials__t-name img{min-width:115px;width:115px}}.testimonials__t-position{color:rgba(0,0,0,.5);font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;margin-top:4px;text-transform:uppercase}@media screen and (min-width:1440px){.testimonials__t-position{font-size:.83333vw;margin-top:.27778vw}}@media screen and (min-width:1780px){.testimonials__t-position{font-size:15px;margin-top:5px}}.testimonials__v-label{border-top:1px solid #cfcfcf;color:#000;margin-top:80px;padding-top:15px;width:100%}@media screen and (min-width:1440px){.testimonials__v-label{margin-top:5.55556vw;padding-top:1.04167vw}}@media screen and (min-width:1780px){.testimonials__v-label{margin-top:100px;padding-top:19px}}@media screen and (max-width:1440px){.testimonials__v-label{margin-top:calc(2.976vw + 37.14286px)}}@media screen and (max-width:768px){.testimonials__v-label{margin-top:70px}}.testimonials__v-label>*{color:#000}.testimonials__group--video{margin-top:70px;overflow:hidden}@media screen and (min-width:1440px){.testimonials__group--video{margin-top:4.86111vw}}@media screen and (min-width:1780px){.testimonials__group--video{margin-top:87px}}@media screen and (max-width:1440px){.testimonials__group--video{margin-top:calc(2.976vw + 27.14286px)}}@media screen and (max-width:768px){.testimonials__group--video{margin-top:50px}}.testimonials__v-item{position:relative}.testimonials__v-item:hover .v-circle{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514;-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2)}.testimonials__watch{bottom:0;cursor:pointer;height:100%;left:0;right:0;top:0;width:100%;z-index:1}.testimonials .v-circle,.testimonials__watch{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:absolute}.testimonials .v-circle{background:#ff1514;height:90px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:90px}@media screen and (min-width:1440px){.testimonials .v-circle{height:6.25vw;width:6.25vw}}@media screen and (min-width:1780px){.testimonials .v-circle{height:111px;width:111px}}@media screen and (max-width:1440px){.testimonials .v-circle{height:calc(4.464vw + 25.71429px);width:calc(4.464vw + 25.71429px)}}@media screen and (max-width:768px){.testimonials .v-circle{height:60px;width:60px}}.testimonials .v-circle img{margin-left:4px}@media screen and (min-width:1440px){.testimonials .v-circle img{margin-left:.27778vw}}@media screen and (min-width:1780px){.testimonials .v-circle img{margin-left:5px}}.testimonials__v-image-wrap{position:relative}.testimonials__v-image{padding-bottom:56.25%;position:relative;width:100%}.testimonials__v-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.testimonials__v-title{margin-top:20px;max-width:571px}@media screen and (min-width:1440px){.testimonials__v-title{margin-top:1.38889vw;max-width:39.65278vw}}@media screen and (min-width:1780px){.testimonials__v-title{margin-top:24px;max-width:710px}}.testimonials .tvs-prev{cursor:pointer;margin-right:30px}.testimonials .tvs-prev path{-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials .tvs-prev:hover path{fill:#ff1514}.testimonials .tvs-next{cursor:pointer;margin-left:30px}.testimonials .tvs-next path{-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials .tvs-next:hover path{fill:#ff1514}.testimonials .tvs-nav{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:60px}@media screen and (min-width:1440px){.testimonials .tvs-nav{margin-top:4.16667vw}}@media screen and (min-width:1780px){.testimonials .tvs-nav{margin-top:74px}}@media screen and (max-width:1440px){.testimonials .tvs-nav{margin-top:calc(1.488vw + 38.57143px)}}@media screen and (max-width:768px){.testimonials .tvs-nav{margin-top:50px}}.testimonials .js-tvs-pagination{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0;padding:0;width:auto}.testimonials .js-tvs-pagination .swiper-pagination-bullet{background:#000;border-radius:0;height:11px;margin-left:8px;opacity:1;padding-right:8px;-webkit-transform:scale(.48);transform:scale(.48);width:11px}.testimonials .js-tvs-pagination .swiper-pagination-bullet-active{background:#ff1514;-webkit-transform:scale(1);transform:scale(1)}.swiper-button-disabled{pointer-events:none}.video-lightbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:rgba(0,0,0,.8);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;margin:0;max-height:100%;opacity:0;padding-top:44px;position:fixed;right:0;top:0;width:100%;z-index:-1}.video-lightbox .preloader{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.9);bottom:0;display:none;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.video-lightbox .preloader img{max-width:50px}.video-lightbox.preloader-active .preloader{display:-webkit-box;display:-ms-flexbox;display:flex}.video-lightbox__close{cursor:pointer;display:inline-block;margin-left:auto;margin-right:44px;z-index:1111}.video-lightbox__close line{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.video-lightbox__close:hover line{stroke:#ff1514}.video-lightbox.active{opacity:1;z-index:9999}.video-lightbox__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}.video-lightbox__content,.video-lightbox__inner{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.video-lightbox__content{margin-top:28px;padding-left:20px;padding-right:20px}.video-lightbox__video{height:calc(100% - 320px);margin-left:auto;margin-right:auto;margin-top:56px;position:relative}@media screen and (max-width:991px){.video-lightbox__video{height:calc(100% - 340px);margin-top:35px}}@media (max-height:600px){.video-lightbox__video{height:calc(100% - 180px)}}.video-lightbox__video iframe{aspect-ratio:16/9;height:100%}.video-lightbox__video iframe,.video-lightbox__video video{bottom:0;left:50%;max-height:100%;max-width:100%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.post-grid-4-per-row__top-line{border-bottom:1px solid rgba(0,0,0,.1);padding-left:55px;padding-right:55px}@media screen and (max-width:1780px){.post-grid-4-per-row__top-line{padding-left:calc(2.941vw + 2.64706px);padding-right:calc(2.941vw + 2.64706px)}}@media screen and (max-width:1440px){.post-grid-4-per-row__top-line{padding-left:calc(3.72vw - 8.57143px);padding-right:calc(3.72vw - 8.57143px)}}@media screen and (max-width:768px){.post-grid-4-per-row__top-line{padding-left:20px;padding-right:20px}}@media screen and (max-width:640px){.post-grid-4-per-row__top-line{border-bottom:0}}.post-grid-4-per-row__top-line-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1030px}@media screen and (min-width:1440px){.post-grid-4-per-row__top-line-inner{max-width:71.52778vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__top-line-inner{max-width:1272px}}@media screen and (max-width:640px){.post-grid-4-per-row__top-line-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}}.post-grid-4-per-row form{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;position:relative}.post-grid-4-per-row form input[type=text]{border:none;border-left:1px solid rgba(0,0,0,.1);color:#000;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;height:100%;line-height:24px;margin:0;padding-left:66px;padding-right:38px;text-transform:uppercase}@media screen and (max-width:1439px){.post-grid-4-per-row form input[type=text]{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:640px){.post-grid-4-per-row form input[type=text]{border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);height:90px;padding-left:48px;padding-right:20px}}@media screen and (max-width:480px){.post-grid-4-per-row form input[type=text]{font-size:14px;line-height:22px}}.post-grid-4-per-row form input[type=text]::-webkit-input-placeholder{color:#a7a7a7}.post-grid-4-per-row form input[type=text]::-moz-placeholder{color:#a7a7a7}.post-grid-4-per-row form input[type=text]:-ms-input-placeholder{color:#a7a7a7}.post-grid-4-per-row form input[type=text]::-ms-input-placeholder{color:#a7a7a7}.post-grid-4-per-row form input[type=text]::placeholder{color:#a7a7a7}.post-grid-4-per-row form svg{left:38px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:640px){.post-grid-4-per-row form svg{left:20px}}.post-grid-4-per-row form input[type=submit]{cursor:pointer;height:20px;left:38px;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}@media screen and (max-width:640px){.post-grid-4-per-row form input[type=submit]{left:20px}}.post-grid-4-per-row__categories-select{max-width:220px;text-align:center;width:100%}@media screen and (min-width:1440px){.post-grid-4-per-row__categories-select{max-width:15.27778vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__categories-select{max-width:271px}}@media screen and (max-width:640px){.post-grid-4-per-row__categories-select{max-width:100%}}.post-grid-4-per-row__posts{padding-bottom:225px;padding-top:80px}@media screen and (min-width:1440px){.post-grid-4-per-row__posts{padding-bottom:15.625vw;padding-top:5.55556vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__posts{padding-bottom:278px;padding-top:99px}}@media screen and (max-width:1440px){.post-grid-4-per-row__posts{padding-bottom:calc(18.601vw - 42.85714px);padding-top:calc(1.488vw + 58.57143px)}}@media screen and (max-width:768px){.post-grid-4-per-row__posts{padding-bottom:100px;padding-top:70px}}.post-grid-4-per-row__count{margin-bottom:40px}@media screen and (min-width:1440px){.post-grid-4-per-row__count{margin-bottom:2.77778vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__count{margin-bottom:50px}}@media screen and (max-width:1440px){.post-grid-4-per-row__count{margin-bottom:calc(1.488vw + 18.57143px)}}@media screen and (max-width:768px){.post-grid-4-per-row__count{margin-bottom:30px}}.post-grid-4-per-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.post-grid-4-per-row__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;border:1px solid #cfcfcf;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:-1px!important;margin-right:-1px!important;padding:27px 30px 39px;position:relative;width:33.33333%}@media screen and (min-width:1440px){.post-grid-4-per-row__item{padding:2.56944vw 2.08333vw 2.70833vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__item{padding:45px 37px 50px}}@media screen and (max-width:1440px){.post-grid-4-per-row__item{padding:calc(-.446vw + 33.42857px) calc(1.488vw + 8.57143px) calc(1.339vw + 19.71429px)}}@media screen and (max-width:920px){.post-grid-4-per-row__item{width:50%}}@media screen and (max-width:768px){.post-grid-4-per-row__item{padding:30px 20px}}@media screen and (max-width:640px){.post-grid-4-per-row__item{width:100%}}.post-grid-4-per-row__item:hover .post-grid-4-per-row__date{color:#000}.post-grid-4-per-row__item:hover .post-grid-4-per-row__read-more{background:#ff1514;color:#fff}.post-grid-4-per-row__item--empty{position:relative}.post-grid-4-per-row__item--empty .dotsCanvas{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.post-grid-4-per-row__link{border:1px solid transparent;height:calc(100% + 1px);left:0;margin:-1px;position:absolute;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:calc(100% + 1px)}.post-grid-4-per-row__link:hover{border-color:#ff1514}.post-grid-4-per-row__cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px;width:100%}@media screen and (min-width:1440px){.post-grid-4-per-row__cats{margin-bottom:1.04167vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__cats{margin-bottom:17px}}.post-grid-4-per-row__cat{background:#ff1514;border-radius:5px;color:#fff;display:block;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;height:24px;line-height:24px;margin-bottom:10px;margin-right:10px;padding-left:10px;padding-right:10px;text-transform:uppercase}@media screen and (min-width:1440px){.post-grid-4-per-row__cat{border-radius:.34722vw;font-size:.83333vw;height:1.66667vw;line-height:1.66667vw;margin-bottom:.69444vw;margin-top:.69444vw;padding-left:.69444vw;padding-right:.69444vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__cat{border-radius:6px;font-size:15px;height:30px;line-height:30px;margin-bottom:12px;margin-right:12px;padding-left:12px;padding-right:12px}}.post-grid-4-per-row__title{font-weight:400;max-width:311px}@media screen and (min-width:1440px){.post-grid-4-per-row__title{max-width:21.59722vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__title{max-width:384px}}@media screen and (max-width:1200px){.post-grid-4-per-row__title{max-width:100%}}.post-grid-4-per-row__b-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:auto}.post-grid-4-per-row__date{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;margin-top:40px}@media screen and (min-width:1440px){.post-grid-4-per-row__date{font-size:.83333vw;line-height:1.25vw;margin-top:2.77778vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__date{font-size:15px;line-height:22px;margin-top:49px}}.post-grid-4-per-row__read-more{background-color:transparent;border:1px solid #ff1514;border-radius:100px;color:#ff1514;cursor:pointer;display:block;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-top:24px;outline:none;padding:10px 30px;text-align:center;text-transform:uppercase;-webkit-transition:.3s ease;transition:.3s ease;width:100%}@media screen and (min-width:1440px){.post-grid-4-per-row__read-more{font-size:1.11111vw;line-height:1.66667vw;margin-top:1.66667vw;padding:.69444vw 2.08333vw}}@media screen and (min-width:1780px){.post-grid-4-per-row__read-more{font-size:20px;line-height:30px;margin-top:29px;padding:12px 37px}}@media screen and (max-width:1439px){.post-grid-4-per-row__read-more{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px);padding:12px calc(2.53vw + .57143px)}}@media screen and (max-width:480px){.post-grid-4-per-row__read-more{font-size:14px;line-height:22px;padding-left:20px;padding-right:20px}}.ss-main{border:1px solid rgba(0,0,0,.1);border-bottom:1px solid #ff1514;border-radius:0!important;border-top:none;-webkit-box-shadow:none!important;box-shadow:none!important;color:#ff1514;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;height:110px;line-height:24px;padding:0 35px;text-align:center;text-transform:uppercase}@media screen and (max-width:768px){.ss-main{height:90px}}@media screen and (max-width:1439px){.ss-main{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.ss-main{font-size:14px;line-height:22px}}.ss-arrow{display:none!important}.ss-values{text-align:center;width:100%}.ss-single{display:block!important;text-align:center;width:100%!important}.ss-search{display:none!important}.ss-content{border:1px solid rgba(0,0,0,.1);border-radius:0!important}.ss-option{border-bottom:1px solid rgba(0,0,0,.1);color:#000!important;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:14px;line-height:24px;padding:15px 35px!important;text-align:center;text-transform:uppercase}.ss-option:last-child{border-bottom:none}.ss-option.ss-selected,.ss-option:hover{background:#ff1514!important;color:#fff!important}.hero-subpage-type-2{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;position:relative}.hero-subpage-type-2:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.hero-subpage-type-2:after,.hero-subpage-type-2:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.hero-subpage-type-2:after{background:linear-gradient(281.28deg,rgba(0,0,0,.5) 8.31%,transparent 46.67%,rgba(0,0,0,.5) 91.69%)}.hero-subpage-type-2__container{padding-bottom:95px;padding-top:295px;position:relative;z-index:3}@media screen and (min-width:1440px){.hero-subpage-type-2__container{padding-bottom:6.59722vw;padding-top:20.48611vw}}@media screen and (max-width:1440px){.hero-subpage-type-2__container{padding-bottom:calc(3.72vw + 41.42857px);padding-top:calc(9.152vw + 163.20809px)}}@media screen and (max-width:768px){.hero-subpage-type-2__container{padding-bottom:70px}}@media screen and (max-width:402px){.hero-subpage-type-2__container{padding-top:200px}}.hero-subpage-type-2__title{text-align:center}.articles-in-list-layout{color:#000}.articles-in-list-layout__container{padding-bottom:97px;padding-top:115px}@media screen and (min-width:1440px){.articles-in-list-layout__container{padding-bottom:6.73611vw;padding-top:7.98611vw}}@media screen and (min-width:1780px){.articles-in-list-layout__container{padding-bottom:120px;padding-top:142px}}@media screen and (max-width:1440px){.articles-in-list-layout__container{padding-bottom:calc(4.464vw + 55.71429px);padding-top:calc(7.738vw + 30.57143px)}}@media screen and (max-width:768px){.articles-in-list-layout__container{padding-bottom:90px;padding-top:90px}}.articles-in-list-layout__head{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:80px}@media screen and (min-width:1440px){.articles-in-list-layout__head{margin-bottom:5.55556vw}}@media screen and (min-width:1780px){.articles-in-list-layout__head{margin-bottom:99px}}@media screen and (max-width:1440px){.articles-in-list-layout__head{margin-bottom:calc(4.464vw + 15.71429px)}}@media screen and (max-width:768px){.articles-in-list-layout__head{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:50px}}.articles-in-list-layout__head-wrap{max-width:33.55%;padding-bottom:110px}@media screen and (min-width:1440px){.articles-in-list-layout__head-wrap{max-width:31.45833vw;padding-bottom:7.63889vw}}@media screen and (min-width:1780px){.articles-in-list-layout__head-wrap{padding-bottom:136px}}@media screen and (max-width:1440px){.articles-in-list-layout__head-wrap{padding-bottom:calc(5.952vw + 24.28571px)}}@media screen and (max-width:768px){.articles-in-list-layout__head-wrap{max-width:100%;padding-bottom:30px}}.articles-in-list-layout__label{color:#000;margin-bottom:23px}@media screen and (min-width:1440px){.articles-in-list-layout__label{margin-bottom:1.59722vw}}@media screen and (min-width:1780px){.articles-in-list-layout__label{margin-bottom:28px}}@media screen and (max-width:1440px){.articles-in-list-layout__label{margin-bottom:calc(1.19vw + 5.85714px)}}@media screen and (max-width:768px){.articles-in-list-layout__label{margin-bottom:15px}}.articles-in-list-layout__label>*{color:#000}.articles-in-list-layout__subtitle{color:#000;margin-top:32px}@media screen and (min-width:1440px){.articles-in-list-layout__subtitle{margin-top:2.22222vw}}@media screen and (min-width:1780px){.articles-in-list-layout__subtitle{margin-top:39px}}@media screen and (max-width:1440px){.articles-in-list-layout__subtitle{margin-top:calc(2.827vw - 1.71429px)}}@media screen and (max-width:768px){.articles-in-list-layout__subtitle{margin-top:20px}}.articles-in-list-layout__subtitle>*{color:#000}.articles-in-list-layout__text{max-width:47.45%}@media screen and (min-width:1440px){.articles-in-list-layout__text{max-width:44.44444vw}}@media screen and (min-width:1780px){.articles-in-list-layout__text{max-width:791px}}@media screen and (max-width:768px){.articles-in-list-layout__text{max-width:100%}}.articles-in-list-layout__scroll-area{background:#fff;position:sticky;top:94px;z-index:20}@media screen and (max-width:1440px){.articles-in-list-layout__scroll-area{top:calc(3.72vw + 40.42857px)}}@media screen and (max-width:768px){.articles-in-list-layout__scroll-area{top:69px}}.articles-in-list-layout__scroll-area:before{top:0}.articles-in-list-layout__scroll-area:after,.articles-in-list-layout__scroll-area:before{background:rgba(0,0,0,.1);content:"";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.articles-in-list-layout__scroll-area:after{bottom:0}.articles-in-list-layout__categories-wrap{-ms-scroll-chaining:chained;-ms-overflow-style:none;overflow:auto;overscroll-behavior:auto;position:relative;scrollbar-width:none}.articles-in-list-layout__categories-wrap::-webkit-scrollbar{display:none}.articles-in-list-layout__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:auto;margin-right:auto}.articles-in-list-layout__category{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-left:1px solid rgba(0,0,0,.1);border-right:none;color:#a7a7a7;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;justify-content:center;line-height:24px;list-style:none;min-width:16.66667%;padding:19px 15px;position:relative;text-align:center;text-transform:uppercase;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;width:16.66667%}@media screen and (min-width:1440px){.articles-in-list-layout__category{padding:1.31944vw 1.04167vw}}@media screen and (min-width:1780px){.articles-in-list-layout__category{padding:23px 18px}}@media screen and (max-width:1439px){.articles-in-list-layout__category{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:1199px){.articles-in-list-layout__category{min-width:20%;width:20%}}@media screen and (max-width:1024px){.articles-in-list-layout__category{min-width:25%;width:25%}}@media screen and (max-width:768px){.articles-in-list-layout__category{min-width:211px;width:211px}}@media screen and (max-width:480px){.articles-in-list-layout__category{font-size:14px;line-height:22px}}.articles-in-list-layout__category:last-child{border-right:1px solid rgba(0,0,0,.1)}.articles-in-list-layout__category.active{color:#ff1514}.articles-in-list-layout__category.active:after{background:#ff1514;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.articles-in-list-layout__articles{margin-top:115px}@media screen and (max-width:1440px){.articles-in-list-layout__articles{margin-top:calc(9.673vw - 24.28571px)}}@media screen and (max-width:768px){.articles-in-list-layout__articles{margin-top:50px}}.articles-in-list-layout__item{border:1px solid #d9d9d9;margin-top:30px;padding:37px 51px 49px 33px}@media screen and (min-width:1440px){.articles-in-list-layout__item{margin-top:2.08333vw;padding:2.56944vw 3.54167vw 3.40278vw 2.29167vw}}@media screen and (min-width:1780px){.articles-in-list-layout__item{margin-top:37px}}@media screen and (max-width:1440px){.articles-in-list-layout__item{padding:calc(1.042vw + 22px) calc(4.613vw - 15.42857px) calc(2.083vw + 19px) calc(1.935vw + 5.14286px)}}@media screen and (max-width:768px){.articles-in-list-layout__item{margin-top:30px;padding:30px 20px 35px}}.articles-in-list-layout__item:first-child{margin-top:0}.articles-in-list-layout__cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}@media screen and (min-width:1440px){.articles-in-list-layout__cats{margin-bottom:1.04167vw}}@media screen and (min-width:1780px){.articles-in-list-layout__cats{margin-bottom:18px}}@media screen and (max-width:1440px){.articles-in-list-layout__cats{margin-bottom:calc(1.19vw + .85714px)}}@media screen and (max-width:768px){.articles-in-list-layout__cats{margin-bottom:10px}}.articles-in-list-layout__cat{background:#ff1514;border-radius:5px;color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;height:24px;line-height:24px;margin-bottom:10px;margin-right:10px;padding-left:10px;padding-right:10px;text-transform:uppercase}@media screen and (min-width:1440px){.articles-in-list-layout__cat{border-radius:.34722vw;font-size:.83333vw;height:1.66667vw;line-height:1.66667vw;margin-bottom:.69444vw;margin-right:.69444vw;padding-left:.69444vw;padding-right:.69444vw}}@media screen and (min-width:1780px){.articles-in-list-layout__cat{border-radius:6px;font-size:15px;height:29px;line-height:29px;margin-bottom:12px;margin-right:12px;padding-left:12px;padding-right:12px}}.articles-in-list-layout__info{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;margin-top:5px;text-transform:uppercase}@media screen and (min-width:1440px){.articles-in-list-layout__info{font-size:.83333vw;line-height:1.25vw;margin-top:.34722vw}}@media screen and (min-width:1780px){.articles-in-list-layout__info{font-size:15px;line-height:22px;margin-top:6px}}.articles-in-list-layout__description{margin-top:28px}@media screen and (min-width:1440px){.articles-in-list-layout__description{margin-top:1.94444vw}}@media screen and (min-width:1780px){.articles-in-list-layout__description{margin-top:35px}}@media screen and (max-width:1440px){.articles-in-list-layout__description{margin-top:calc(1.19vw + 10.85714px)}}@media screen and (max-width:768px){.articles-in-list-layout__description{margin-top:20px}}.articles-in-list-layout__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1440px){.articles-in-list-layout__wrap{margin-top:calc(-1.935vw + 27.85714px)}}@media screen and (max-width:768px){.articles-in-list-layout__wrap{margin-top:13px}}.articles-in-list-layout__btn{margin-right:17px;margin-top:28px}@media screen and (min-width:1440px){.articles-in-list-layout__btn{margin-right:1.18056vw;margin-top:1.94444vw}}@media screen and (min-width:1780px){.articles-in-list-layout__btn{margin-right:21px;margin-top:35px}}@media screen and (max-width:1440px){.articles-in-list-layout__btn{margin-top:calc(1.935vw + .14286px)}}@media screen and (max-width:768px){.articles-in-list-layout__btn{margin-top:15px}}.articles-in-list-layout__pmid{color:#ff1514;font-size:16px;font-weight:400;line-height:26px;margin-top:28px}@media screen and (min-width:1440px){.articles-in-list-layout__pmid{font-size:1.11111vw;line-height:1.80556vw;margin-top:1.94444vw}}@media screen and (min-width:1780px){.articles-in-list-layout__pmid{margin-top:35px}}@media screen and (max-width:1440px){.articles-in-list-layout__pmid{margin-top:calc(1.935vw + .14286px)}}@media screen and (max-width:768px){.articles-in-list-layout__pmid{margin-top:15px}}.articles-in-list-layout__pmid>*{color:#ff1514;font-size:16px;font-weight:400;line-height:26px}@media screen and (min-width:1440px){.articles-in-list-layout__pmid>*{font-size:1.11111vw;line-height:1.80556vw}}@media screen and (min-width:1780px){.articles-in-list-layout__pmid>*{font-size:19.8px;line-height:31px}}@media screen and (max-width:1439px){.articles-in-list-layout__pmid>*{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.articles-in-list-layout__pmid>*{font-size:14px;line-height:22px}}.articles-in-list-layout__pmid a{color:#ff1514;text-decoration:underline}.articles-in-list-layout__pmid a:hover{color:#ff1514}.video-gallery-grid__container{padding-bottom:97px}@media screen and (min-width:1440px){.video-gallery-grid__container{padding-bottom:6.73611vw}}@media screen and (min-width:1780px){.video-gallery-grid__container{padding-bottom:119px}}@media screen and (max-width:768px){.video-gallery-grid__container{padding-bottom:90px}}.video-gallery-grid__head{border-top:1px solid #cfcfcf;padding-top:15px;width:100%}@media screen and (min-width:1440px){.video-gallery-grid__head{padding-top:1.04167pxvw}}@media screen and (min-width:1780px){.video-gallery-grid__head{padding-top:19px}}.video-gallery-grid__label,.video-gallery-grid__label>*{color:#000}.video-gallery-grid__list{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-top:10px}@media screen and (max-width:768px){.video-gallery-grid__list{margin-top:0}}.video-gallery-grid__item{margin-top:60px;position:relative;width:calc(50% - 15px)}@media screen and (max-width:1440px){.video-gallery-grid__item{margin-top:calc(2.976vw + 17.14286px)}}@media screen and (max-width:768px){.video-gallery-grid__item{margin-top:40px}}@media screen and (max-width:640px){.video-gallery-grid__item{width:100%}}.video-gallery-grid__item:hover .v-circle{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514;-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2)}.video-gallery-grid__watch{bottom:0;cursor:pointer;height:100%;left:0;right:0;top:0;width:100%;z-index:1}.video-gallery-grid .v-circle,.video-gallery-grid__watch{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:absolute}.video-gallery-grid .v-circle{background:#ff1514;height:90px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:90px}@media screen and (min-width:1440px){.video-gallery-grid .v-circle{height:6.25vw;width:6.25vw}}@media screen and (min-width:1780px){.video-gallery-grid .v-circle{height:111px;width:111px}}@media screen and (max-width:1440px){.video-gallery-grid .v-circle{height:calc(4.464vw + 25.71429px);width:calc(4.464vw + 25.71429px)}}@media screen and (max-width:768px){.video-gallery-grid .v-circle{height:60px;width:60px}}.video-gallery-grid .v-circle img{margin-left:4px}@media screen and (min-width:1440px){.video-gallery-grid .v-circle img{margin-left:.27778vw}}@media screen and (min-width:1780px){.video-gallery-grid .v-circle img{margin-left:5px}}.video-gallery-grid__image-wrap{position:relative}.video-gallery-grid__image{padding-top:56.25%;position:relative}.video-gallery-grid__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.video-gallery-grid__video-title{margin-top:20px;max-width:571px}@media screen and (min-width:1440px){.video-gallery-grid__video-title{max-width:39.65278vw}}@media screen and (min-width:1780px){.video-gallery-grid__video-title{max-width:705px}}.video-gallery-grid .videos-pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:80px auto 0}@media screen and (max-width:1440px){.video-gallery-grid .videos-pagination{margin-top:calc(4.464vw + 15.71429px)}}@media screen and (max-width:768px){.video-gallery-grid .videos-pagination{margin-top:50px}}.video-gallery-grid .videos-pagination .page-numbers{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;color:#1c1c1c;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:400;height:33px;justify-content:center;line-height:21px;margin-left:5px;margin-right:5px;width:33px}.video-gallery-grid .videos-pagination .page-numbers.prev{margin-right:10px}.video-gallery-grid .videos-pagination .page-numbers.prev path{-webkit-transition:all .3s ease;transition:all .3s ease}.video-gallery-grid .videos-pagination .page-numbers.prev:hover path{fill:#ff1514}.video-gallery-grid .videos-pagination .page-numbers.next{margin-left:10px}.video-gallery-grid .videos-pagination .page-numbers.next path{-webkit-transition:all .3s ease;transition:all .3s ease}.video-gallery-grid .videos-pagination .page-numbers.next:hover path{fill:#ff1514}.video-gallery-grid .videos-pagination .page-numbers.current{background:#ff1514;color:#fff}.content-block-2-columns-with-video{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;color:#fff;padding-bottom:65px;padding-top:115px;position:relative}.content-block-2-columns-with-video:before{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.9)),color-stop(46%,transparent),to(rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 46%,rgba(0,0,0,.9))}.content-block-2-columns-with-video:after,.content-block-2-columns-with-video:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.content-block-2-columns-with-video:after{background:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),color-stop(49.32%,transparent),to(rgba(0,0,0,.9)));background:linear-gradient(270deg,rgba(0,0,0,.5),transparent 49.32%,rgba(0,0,0,.9))}@media screen and (min-width:1440px){.content-block-2-columns-with-video{padding-bottom:4.51389vw;padding-top:7.98611vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video{padding-bottom:80px;padding-top:142px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video{padding-top:calc(3.72vw + 61.42857px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video{padding-bottom:65px;padding-top:90px}}.content-block-2-columns-with-video__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;position:relative;width:100%;z-index:2}.content-block-2-columns-with-video__title{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:60px;font-weight:400;line-height:65px;max-width:69.07%;width:100%}@media screen and (min-width:1440px){.content-block-2-columns-with-video__title{font-size:4.16667vw;line-height:4.51389vw;max-width:64.72222vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__title{font-size:74px;line-height:80px;max-width:1151px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__title{font-size:calc(2.312vw + 26.7052px);line-height:calc(2.408vw + 30.31792px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__title{max-width:100%}}@media screen and (max-width:480px){.content-block-2-columns-with-video__title{font-size:36px;line-height:40px}}.content-block-2-columns-with-video__title>*{font-size:60px;font-weight:400;letter-spacing:0;line-height:65px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__title>*{font-size:4.16667vw;line-height:4.51389vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__title>*{font-size:74px;line-height:80px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__title>*{font-size:calc(2.312vw + 26.7052px);line-height:calc(2.408vw + 30.31792px)}}@media screen and (max-width:480px){.content-block-2-columns-with-video__title>*{font-size:36px;line-height:40px}}.content-block-2-columns-with-video__title>* strong{color:#ff1514;font-weight:inherit}.content-block-2-columns-with-video__content{margin-top:65px;max-width:43.31%}@media screen and (min-width:1440px){.content-block-2-columns-with-video__content{margin-top:4.51389vw;max-width:40.41667vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__content{margin-top:80px;max-width:719px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__content{margin-top:calc(5.208vw - 10px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__content{margin-top:30px;max-width:100%}}.content-block-2-columns-with-video__subtitle{font-weight:600;margin-bottom:30px;margin-top:40px;max-width:500px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__subtitle{margin-bottom:2.08333vw;margin-top:2.77778vw;max-width:34.72222vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__subtitle{margin-bottom:37px;margin-top:49px;max-width:617px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__subtitle{margin-top:calc(1.488vw + 18.57143px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__subtitle{margin-top:30px;max-width:100%}}.content-block-2-columns-with-video__subtitle>*{font-weight:600}.content-block-2-columns-with-video__text{max-width:485px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__text{margin-top:2.08333vw;max-width:33.68056vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__text{max-width:600px}}@media screen and (max-width:768px){.content-block-2-columns-with-video__text{max-width:100%}}.content-block-2-columns-with-video__quote{border-left:1px solid #ff1514;font-size:15px;font-style:italic;line-height:150%;margin-top:95px;padding-bottom:10px;padding-left:30px;padding-top:10px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__quote{font-size:1.04167vw;margin-top:6.59722vw;padding-bottom:.69444vw;padding-left:2.08333vw;padding-top:.69444vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__quote{font-size:18.5px;margin-top:117px;padding-bottom:12px;padding-left:37px;padding-top:12px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__quote{margin-top:calc(9.673vw - 44.28571px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__quote{margin-top:30px}}.content-block-2-columns-with-video__quote>*{font-size:15px;font-style:italic;line-height:150%}@media screen and (min-width:1440px){.content-block-2-columns-with-video__quote>*{font-size:1.04167vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__quote>*{font-size:18.5px}}.content-block-2-columns-with-video__buttons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__buttons{margin-top:1.38889vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__buttons{margin-top:30px}}.content-block-2-columns-with-video__btn{margin-right:37px;margin-top:20px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__btn{margin-right:2.56944vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__btn{margin-right:45px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__btn{margin-right:calc(1.042vw + 22px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__btn{margin-right:30px}}.content-block-2-columns-with-video__btn:last-child{margin-right:0}.content-block-2-columns-with-video__disclaimer{color:hsla(0,0%,100%,.7);font-size:13px;line-height:20px;margin-top:70px;max-width:53.36%}@media screen and (min-width:1440px){.content-block-2-columns-with-video__disclaimer{font-size:.90278vw;line-height:1.38889vw;margin-top:4.86111vw;max-width:50vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__disclaimer{font-size:16px;line-height:24.7px;margin-top:86px;max-width:889px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__disclaimer{margin-top:calc(2.976vw + 27.14286px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__disclaimer{margin-top:50px;max-width:100%}}.content-block-2-columns-with-video__disclaimer span{text-transform:uppercase}.content-block-2-columns-with-video__disclaimer-text{font-size:13px;line-height:20px;margin-top:12px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__disclaimer-text{font-size:.90278vw;line-height:1.38889vw;margin-top:.83333vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__disclaimer-text{font-size:16px;line-height:24.7px;margin-top:15px}}.content-block-2-columns-with-video__disclaimer-text>*{font-size:13px;line-height:20px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__disclaimer-text>*{font-size:.90278vw;line-height:1.38889vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__disclaimer-text>*{font-size:16px;line-height:24.7px}}.content-block-2-columns-with-video__image-wrap{border:1px solid #ff1514;border-radius:50%;max-width:42.69%;padding:12px;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-2-columns-with-video__image-wrap{max-width:40vw;padding:.83333vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__image-wrap{max-width:711px;padding:15px}}@media screen and (max-width:768px){.content-block-2-columns-with-video__image-wrap{margin-top:50px;max-width:100%}}.content-block-2-columns-with-video__image{border-radius:50%;-webkit-box-shadow:0 0 63px 0 rgba(255,21,20,.8);box-shadow:0 0 63px 0 rgba(255,21,20,.8);padding-top:100%;position:relative;width:100%}.content-block-2-columns-with-video__image img{border-radius:50%;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.content-block-2-columns-with-video__watch{bottom:0;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.content-block-2-columns-with-video__watch,.content-block-2-columns-with-video__watch .v-circle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.content-block-2-columns-with-video__watch .v-circle{background:#ff1514;height:90px;-webkit-transform:scale(1.01);transform:scale(1.01);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:90px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__watch .v-circle{height:6.25vw;width:6.25vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__watch .v-circle{height:111px;width:111px}}@media screen and (max-width:1440px){.content-block-2-columns-with-video__watch .v-circle{height:calc(4.464vw + 25.71429px);width:calc(4.464vw + 25.71429px)}}@media screen and (max-width:768px){.content-block-2-columns-with-video__watch .v-circle{height:60px;width:60px}}.content-block-2-columns-with-video__watch .v-circle img{margin-left:4px}@media screen and (min-width:1440px){.content-block-2-columns-with-video__watch .v-circle img{margin-left:.27778vw}}@media screen and (min-width:1780px){.content-block-2-columns-with-video__watch .v-circle img{margin-left:5px}}.content-block-2-columns-with-video__watch:hover .v-circle{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514;-webkit-transform:scale(1.2);transform:scale(1.2)}.content-block-video-with-accordion{background:#000;padding-bottom:145px;padding-top:85px}@media screen and (min-width:1440px){.content-block-video-with-accordion{padding-bottom:10.06944vw;padding-top:5.90278vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion{padding-bottom:180px;padding-top:105px}}@media screen and (max-width:1440px){.content-block-video-with-accordion{padding-bottom:calc(8.929vw + 16.42857px);padding-top:calc(3.72vw + 31.42857px)}}@media screen and (max-width:768px){.content-block-video-with-accordion{padding-bottom:90px;padding-top:60px}}.content-block-video-with-accordion__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.content-block-video-with-accordion__image-wrap{border:1px solid #ff1514;border-radius:50%;max-width:576px;padding:12px;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-video-with-accordion__image-wrap{max-width:40vw;padding:.83333vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__image-wrap{max-width:711px;padding:15px}}@media screen and (max-width:1440px){.content-block-video-with-accordion__image-wrap{max-width:42.69%}}@media screen and (max-width:768px){.content-block-video-with-accordion__image-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-top:50px;max-width:100%;order:2}}.content-block-video-with-accordion__image{border-radius:50%;-webkit-box-shadow:0 0 63px 0 rgba(255,21,20,.8);box-shadow:0 0 63px 0 rgba(255,21,20,.8);padding-top:100%;position:relative;width:100%}.content-block-video-with-accordion__image img{border-radius:50%;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.content-block-video-with-accordion__watch{bottom:0;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.content-block-video-with-accordion__watch,.content-block-video-with-accordion__watch .v-circle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.content-block-video-with-accordion__watch .v-circle{background:#ff1514;height:90px;-webkit-transform:scale(1.01);transform:scale(1.01);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:90px}@media screen and (min-width:1440px){.content-block-video-with-accordion__watch .v-circle{height:6.25vw;width:6.25vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__watch .v-circle{height:111px;width:111px}}@media screen and (max-width:1440px){.content-block-video-with-accordion__watch .v-circle{height:calc(4.464vw + 25.71429px);width:calc(4.464vw + 25.71429px)}}@media screen and (max-width:768px){.content-block-video-with-accordion__watch .v-circle{height:60px;width:60px}}.content-block-video-with-accordion__watch .v-circle img{margin-left:4px}@media screen and (min-width:1440px){.content-block-video-with-accordion__watch .v-circle img{margin-left:.27778vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__watch .v-circle img{margin-left:5px}}.content-block-video-with-accordion__watch:hover .v-circle{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514;-webkit-transform:scale(1.2);transform:scale(1.2)}.content-block-video-with-accordion__accordion{color:#fff;max-width:593px;width:100%}@media screen and (min-width:1440px){.content-block-video-with-accordion__accordion{max-width:41.18056vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__accordion{max-width:659px}}@media screen and (max-width:1440px){.content-block-video-with-accordion__accordion{max-width:43.95%}}@media screen and (max-width:768px){.content-block-video-with-accordion__accordion{-webkit-box-ordinal-group:0;-ms-flex-order:-1;max-width:100%;order:-1}}.content-block-video-with-accordion__accordion-item{border:1px solid #393939;cursor:pointer;margin-bottom:16px;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (min-width:1440px){.content-block-video-with-accordion__accordion-item{margin-bottom:1.11111vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__accordion-item{margin-bottom:20px}}.content-block-video-with-accordion__accordion-item:last-child{margin-bottom:0}.content-block-video-with-accordion__accordion-item.active{background:#242424;border-color:#ff1514}.content-block-video-with-accordion__accordion-item.active .content-block-video-with-accordion__accordion-title img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.content-block-video-with-accordion__accordion-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:400;line-height:32px;padding:21px 40px 21px 31px}@media screen and (min-width:1440px){.content-block-video-with-accordion__accordion-title{font-size:1.45833vw;line-height:2.22222vw;padding:1.45833vw 2.77778vw 1.45833vw 2.15278vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__accordion-title{font-size:26px;line-height:39.5px;padding:26px 49px 26px 38px}}@media screen and (max-width:1440px){.content-block-video-with-accordion__accordion-title{font-size:calc(.289vw + 16.83815px);line-height:calc(.771vw + 20.90173px);padding:calc(.578vw + 17.6763px) calc(1.83vw + 22.64162px) calc(.578vw + 17.6763px) calc(1.734vw + 13.0289px)}}@media screen and (max-width:480px){.content-block-video-with-accordion__accordion-title{font-size:18px;line-height:24px;padding:20px 30px 25px 20px}}.content-block-video-with-accordion__accordion-title>*{font-size:21px;font-weight:400;line-height:32px}@media screen and (min-width:1440px){.content-block-video-with-accordion__accordion-title>*{font-size:1.45833vw;line-height:2.22222vw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__accordion-title>*{font-size:26px;line-height:39.5px}}.content-block-video-with-accordion__accordion-title span{display:block;margin-right:30px}@media screen and (max-width:1200px){.content-block-video-with-accordion__accordion-title span{margin-right:20px}}.content-block-video-with-accordion__accordion-title img{min-width:18px;-webkit-transition:.3s ease;transition:.3s ease}.content-block-video-with-accordion__accordion-text{display:none;padding:5px 40px 34px 31px}@media screen and (min-width:1440px){.content-block-video-with-accordion__accordion-text{padding:.34722vw 2.77778vw 2.36111pxvw 2.15278pxvw}}@media screen and (min-width:1780px){.content-block-video-with-accordion__accordion-text{padding:6px 49px 34px 31px}}@media screen and (max-width:1440px){.content-block-video-with-accordion__accordion-text{padding-bottom:calc(.867vw + 21.51445px);padding-left:calc(1.06vw + 15.73988px);padding-right:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.content-block-video-with-accordion__accordion-text{padding:0 30px 25px 20px}}.testimonials-slider{background:#000;color:#fff}.testimonials-slider__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px;width:100%}@media screen and (min-width:1440px){.testimonials-slider__container{padding-bottom:2.77778vw}}@media screen and (min-width:1780px){.testimonials-slider__container{padding-bottom:49px}}.testimonials-slider__head{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;border-top:1px solid #393939;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:105px;padding-top:15px;width:100%}@media screen and (min-width:1440px){.testimonials-slider__head{margin-bottom:7.29167vw;padding-top:1.04167vw}}@media screen and (min-width:1780px){.testimonials-slider__head{margin-bottom:129px;padding-top:18.5px}}@media screen and (max-width:1440px){.testimonials-slider__head{margin-bottom:calc(1.445vw + 84.19075px)}}@media screen and (max-width:768px){.testimonials-slider__head{margin-bottom:90px}}.testimonials-slider__slider{margin-bottom:65px;max-width:845px;text-align:center}@media screen and (min-width:1440px){.testimonials-slider__slider{margin-bottom:4.51389vw}}@media screen and (min-width:1780px){.testimonials-slider__slider{margin-bottom:80px}}@media screen and (max-width:1199px){.testimonials-slider__slider{max-width:650px}}@media screen and (max-width:1440px){.testimonials-slider__slider{margin-bottom:calc(4.817vw + 10.63584px)}}@media screen and (max-width:768px){.testimonials-slider__slider{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin-bottom:30px;max-width:100%;order:-1}}.testimonials-slider__slider-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media screen and (max-width:768px){.testimonials-slider__slider-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}}.testimonials-slider__quote{margin-bottom:58px}@media screen and (min-width:1440px){.testimonials-slider__quote{margin-bottom:4.02778vw}}@media screen and (min-width:1780px){.testimonials-slider__quote{margin-bottom:71px}}@media screen and (max-width:1440px){.testimonials-slider__quote{margin-bottom:calc(2.697vw + 19.15607px)}}@media screen and (max-width:768px){.testimonials-slider__quote{margin-bottom:30px}}.testimonials-slider__name{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-style:italic;justify-content:center;line-height:18px;margin-top:30px}@media screen and (max-width:768px){.testimonials-slider__name{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.testimonials-slider__name>*{font-size:14px;font-style:italic;line-height:18px}.testimonials-slider__name:before{background:#fff;content:"";display:block;height:1px;margin-right:10px;width:15px}@media screen and (max-width:768px){.testimonials-slider__name:before{margin-bottom:15px;margin-right:0;width:30px}}.testimonials-slider__btn{margin-bottom:65px}@media screen and (min-width:1440px){.testimonials-slider__btn{margin-bottom:4.51389vw}}@media screen and (min-width:1780px){.testimonials-slider__btn{margin-bottom:80px}}@media screen and (max-width:1440px){.testimonials-slider__btn{margin-bottom:calc(1.445vw + 44.19075px)}}@media screen and (max-width:768px){.testimonials-slider__btn{margin-bottom:50px;margin-top:50px}}.testimonials-slider .ts-prev{-webkit-box-ordinal-group:0;-ms-flex-order:-1;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;order:-1;padding-bottom:10px;padding-top:10px;position:relative;z-index:10}@media screen and (max-width:768px){.testimonials-slider .ts-prev{margin-right:15px}}.testimonials-slider .ts-prev path{fill:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials-slider .ts-prev:hover path{fill:#ff1514}.testimonials-slider .ts-next{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:10px;padding-top:10px;position:relative;z-index:10}@media screen and (max-width:768px){.testimonials-slider .ts-next{margin-left:15px}}.testimonials-slider .ts-next path{fill:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.testimonials-slider .ts-next:hover path{fill:#ff1514}.video-gallery-slider{background:#000;color:#fff;overflow:hidden}.video-gallery-slider__container{padding-bottom:70px;padding-top:70px}@media screen and (min-width:1440px){.video-gallery-slider__container{padding-bottom:4.86111vw;padding-top:4.86111vw}}@media screen and (min-width:1780px){.video-gallery-slider__container{padding-bottom:87px;padding-top:87px}}@media screen and (max-width:768px){.video-gallery-slider__container{padding-top:60px}}.video-gallery-slider__head{-webkit-box-pack:justify;-ms-flex-pack:justify;border-top:1px solid #393939;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding-bottom:80px;padding-top:15px}@media screen and (min-width:1440px){.video-gallery-slider__head{padding-bottom:5.55556vw;padding-top:1.04167vw}}@media screen and (min-width:1780px){.video-gallery-slider__head{padding-bottom:99px;padding-top:18.5px}}@media screen and (max-width:1440px){.video-gallery-slider__head{padding-bottom:calc(4.464vw + 15.71429px)}}@media screen and (max-width:768px){.video-gallery-slider__head{padding-bottom:50px}}.video-gallery-slider__label{margin-bottom:70px;width:100%}@media screen and (min-width:1440px){.video-gallery-slider__label{margin-bottom:4.86111vw}}@media screen and (min-width:1780px){.video-gallery-slider__label{margin-bottom:86px}}@media screen and (max-width:1440px){.video-gallery-slider__label{margin-bottom:calc(7.44vw - 27.14286px)}}@media screen and (max-width:768px){.video-gallery-slider__label{margin-bottom:30px}}.video-gallery-slider__title{max-width:41.94%}@media screen and (min-width:1440px){.video-gallery-slider__title{max-width:39.30556vw}}@media screen and (min-width:1780px){.video-gallery-slider__title{max-width:699px}}@media screen and (max-width:768px){.video-gallery-slider__title{max-width:100%;width:100%}}.video-gallery-slider__wrap{max-width:41.5%}@media screen and (min-width:1440px){.video-gallery-slider__wrap{max-width:38.88889vw}}@media screen and (min-width:1780px){.video-gallery-slider__wrap{max-width:691px}}@media screen and (max-width:768px){.video-gallery-slider__wrap{max-width:100%;width:100%}}.video-gallery-slider__text{margin-top:17px}@media screen and (min-width:1440px){.video-gallery-slider__text{margin-top:1.18056vw}}@media screen and (min-width:1780px){.video-gallery-slider__text{margin-top:21px}}.video-gallery-slider__slider{overflow:initial}.video-gallery-slider__item{position:relative}.video-gallery-slider__item:hover .v-circle{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514;-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2)}.video-gallery-slider__watch{bottom:0;cursor:pointer;height:100%;left:0;right:0;top:0;width:100%;z-index:1}.video-gallery-slider .v-circle,.video-gallery-slider__watch{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:absolute}.video-gallery-slider .v-circle{background:#ff1514;height:90px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:90px}@media screen and (min-width:1440px){.video-gallery-slider .v-circle{height:6.25vw;width:6.25vw}}@media screen and (min-width:1780px){.video-gallery-slider .v-circle{height:111px;width:111px}}@media screen and (max-width:1440px){.video-gallery-slider .v-circle{height:calc(4.464vw + 25.71429px);width:calc(4.464vw + 25.71429px)}}@media screen and (max-width:768px){.video-gallery-slider .v-circle{height:60px;width:60px}}.video-gallery-slider .v-circle img{margin-left:4px}@media screen and (min-width:1440px){.video-gallery-slider .v-circle img{margin-left:.27778vw}}@media screen and (min-width:1780px){.video-gallery-slider .v-circle img{margin-left:5px}}.video-gallery-slider__image-wrap{position:relative}.video-gallery-slider__video-title{margin-top:20px;max-width:571px}@media screen and (min-width:1440px){.video-gallery-slider__video-title{max-width:39.65278vw}}@media screen and (min-width:1780px){.video-gallery-slider__video-title{max-width:705px}}.video-gallery-slider__btn{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:70px}@media screen and (min-width:1440px){.video-gallery-slider__btn{margin-top:4.86111vw}}@media screen and (min-width:1780px){.video-gallery-slider__btn{margin-top:86px}}@media screen and (max-width:1440px){.video-gallery-slider__btn{margin-top:calc(2.976vw + 27.14286px)}}@media screen and (max-width:768px){.video-gallery-slider__btn{margin-top:50px}}.hero-subpage-with-video{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;color:#fff;padding-top:150px;position:relative}.hero-subpage-with-video:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.hero-subpage-with-video:after,.hero-subpage-with-video:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.hero-subpage-with-video:after{background:linear-gradient(290.21deg,rgba(0,0,0,.5),transparent 36.31%,rgba(0,0,0,.9) 78.93%)}@media screen and (min-width:1440px){.hero-subpage-with-video{padding-top:10.41667vw}}@media screen and (min-width:1780px){.hero-subpage-with-video{padding-top:185px}}.hero-subpage-with-video__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative;z-index:3}@media screen and (max-width:768px){.hero-subpage-with-video__container{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}}.hero-subpage-with-video__content{max-width:41.21%}@media screen and (min-width:1440px){.hero-subpage-with-video__content{max-width:38.61111vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__content{max-width:687px}}@media screen and (max-width:768px){.hero-subpage-with-video__content{max-width:100%;width:100%}}.hero-subpage-with-video__label{margin-bottom:15px}@media screen and (min-width:1440px){.hero-subpage-with-video__label{margin-bottom:1.04167vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__label{margin-bottom:18px}}.hero-subpage-with-video__text{margin-top:25px}@media screen and (min-width:1440px){.hero-subpage-with-video__text{margin-top:1.73611vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__text{margin-top:31px}}.hero-subpage-with-video__btn{margin-top:35px}@media screen and (min-width:1440px){.hero-subpage-with-video__btn{margin-top:2.43056vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__btn{margin-top:43px}}.hero-subpage-with-video__wrap{border-left:1px solid #ff1514;margin-bottom:50px;margin-top:135px;padding-bottom:20px;padding-left:27px;padding-top:10px}@media screen and (min-width:1440px){.hero-subpage-with-video__wrap{margin-top:9.375vw;padding-bottom:1.38889vw;padding-left:1.875vw;padding-top:.69444vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__wrap{margin-top:166px;padding-bottom:24px;padding-left:33px;padding-top:12px}}@media screen and (max-width:1440px){.hero-subpage-with-video__wrap{margin-top:calc(12.649vw - 47.14286px)}}@media screen and (max-width:768px){.hero-subpage-with-video__wrap{margin-bottom:0;margin-top:50px}}.hero-subpage-with-video__video-cta{margin-top:14px}@media screen and (min-width:1440px){.hero-subpage-with-video__video-cta{margin-top:.97222vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__video-cta{margin-top:17px}}.hero-subpage-with-video__video-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:42.69%;width:100%}@media screen and (min-width:1440px){.hero-subpage-with-video__video-wrapper{max-width:40vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__video-wrapper{max-width:711px}}@media screen and (max-width:768px){.hero-subpage-with-video__video-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-top:50px;max-width:100%;order:2}}.hero-subpage-with-video__image-wrap{border-radius:50%;max-width:100%;padding:12px;position:relative;width:100%}@media screen and (min-width:1440px){.hero-subpage-with-video__image-wrap{padding:.83333vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__image-wrap{padding:15px}}.hero-subpage-with-video__image{border-radius:50%;-webkit-box-shadow:0 0 63px 0 rgba(255,21,20,.8);box-shadow:0 0 63px 0 rgba(255,21,20,.8);padding-top:100%;position:relative;width:100%}.hero-subpage-with-video__image img{-o-object-fit:cover;object-fit:cover}.hero-subpage-with-video__image img,.hero-subpage-with-video__watch{border-radius:50%;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.hero-subpage-with-video__watch{cursor:pointer}.hero-subpage-with-video__watch,.hero-subpage-with-video__watch .v-circle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.hero-subpage-with-video__watch .v-circle{background:#ff1514;border-radius:50%;height:90px;-webkit-transform:scale(1.01);transform:scale(1.01);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:90px}@media screen and (min-width:1440px){.hero-subpage-with-video__watch .v-circle{height:6.25vw;width:6.25vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__watch .v-circle{height:111px;width:111px}}@media screen and (max-width:1440px){.hero-subpage-with-video__watch .v-circle{height:calc(4.464vw + 25.71429px);width:calc(4.464vw + 25.71429px)}}@media screen and (max-width:768px){.hero-subpage-with-video__watch .v-circle{height:60px;width:60px}}.hero-subpage-with-video__watch .v-circle img{margin-left:4px}@media screen and (min-width:1440px){.hero-subpage-with-video__watch .v-circle img{margin-left:.27778vw}}@media screen and (min-width:1780px){.hero-subpage-with-video__watch .v-circle img{margin-left:5px}}.hero-subpage-with-video__watch:hover .v-circle{-webkit-box-shadow:0 0 20px 0 #ff1514;box-shadow:0 0 20px 0 #ff1514;-webkit-transform:scale(1.2);transform:scale(1.2)}.animated-line{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,21,20,.6)),to(#000));background:linear-gradient(180deg,rgba(255,21,20,.6),#000);display:block;height:183px;overflow:hidden;position:relative;width:2px}@media screen and (max-width:768px){.animated-line{height:120px}}.animated-line .moving-element{-webkit-animation:move-fade 2.9s ease-in-out infinite;animation:move-fade 2.9s ease-in-out infinite;background:#ff1514;height:67px;left:0;opacity:0;position:absolute;top:0;width:2px}@media screen and (max-width:768px){.animated-line .moving-element{height:35px}}@-webkit-keyframes move-fade{0%{opacity:0;top:0}40%{opacity:1;top:0}90%{opacity:0;top:116px}to{opacity:0;top:0}}@keyframes move-fade{0%{opacity:0;top:0}40%{opacity:1;top:0}90%{opacity:0;top:116px}to{opacity:0;top:0}}.content-block-text-centered__container{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-bottom:135px;padding-top:120px}@media screen and (min-width:1440px){.content-block-text-centered__container{padding-bottom:9.375vw;padding-top:8.33333vw}}@media screen and (min-width:1780px){.content-block-text-centered__container{padding-bottom:167px;padding-top:148px}}@media screen and (max-width:1440px){.content-block-text-centered__container{padding-bottom:calc(9.673vw - 4.28571px);padding-top:calc(7.44vw + 12.85714px)}}@media screen and (max-width:768px){.content-block-text-centered__container{padding-bottom:70px;padding-top:70px}}.content-block-text-centered__text{max-width:890px;text-align:center}@media screen and (min-width:1440px){.content-block-text-centered__text{max-width:61.80556vw}}@media screen and (min-width:1780px){.content-block-text-centered__text{max-width:1100px}}.hero-contact{background-color:#000;background-position:50% 60%;color:#fff;padding-top:clamp(260px,29.79167vw,530px);position:relative}@media screen and (max-width:768px){.hero-contact{background-size:100%}}@media screen and (max-width:480px){.hero-contact{background-size:120%}}.hero-contact:after,.hero-contact:before{content:"";display:block;height:100%;inset:0;position:absolute;width:100%}.hero-contact:after{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%);height:calc(100% - clamp(50px, 7vw, 123px))}.hero-contact:before{background:linear-gradient(281deg,rgba(0,0,0,.5) 8.31%,transparent 46.67%,rgba(0,0,0,.5) 91.69%)}.hero-contact>*{position:relative;z-index:1}.hero-contact__title{margin-bottom:clamp(31px,2.15278vw,38px);text-align:center}.hero-contact__text{margin-bottom:clamp(60px,5.90278vw,105px);margin-left:auto;margin-right:auto;max-width:clamp(831px,57.70833vw,1027px)}.hero-contact__links-wrap{background-color:#000;border-bottom:1px solid hsla(0,0%,100%,.1);position:relative}.hero-contact__links-wrap:before{background:-webkit-gradient(linear,left top,right top,from(#000),to(#ff1514));background:linear-gradient(90deg,#000,#ff1514);content:"";display:block;height:1px;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-contact__links{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:clamp(1028px,71.38889vw,1271px);padding:0 clamp(20px,1.38889vw,25px)}@media screen and (max-width:480px){.hero-contact__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-contact__link{-webkit-box-flex:1;border-left:1px solid hsla(0,0%,100%,.15);-ms-flex:1 1 50%;flex:1 1 50%;padding:clamp(25px,2.77778vw,49px) clamp(10px,1.38889vw,25px) clamp(31px,3.26389vw,58px);position:relative;text-align:center}@media screen and (max-width:480px){.hero-contact__link{border-right:1px solid hsla(0,0%,100%,.15)}}.hero-contact__link:before{background:#ff1514;bottom:1px;content:"";display:block;height:1.5px;left:0;opacity:0;position:absolute;-webkit-transition:opacity .3s;transition:opacity .3s;width:100%}.hero-contact__link:last-child{border-right:1px solid hsla(0,0%,100%,.15)}@media screen and (max-width:480px){.hero-contact__link:last-child{border-top:1px solid hsla(0,0%,100%,.15)}}.hero-contact__link a{color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:clamp(16px,1.11111vw,20px);font-weight:400;text-transform:uppercase;-webkit-transition:color .3s;transition:color .3s}.hero-contact__link img{margin-right:clamp(5px,.90278vw,16px)}.hero-contact__link:hover:before{opacity:1}.hero-contact__link:hover a{color:#ff1514}.content-block-2-columns-type-2{background-color:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;background-size:initial;padding:clamp(100px,13.54167vw,241px) 0 clamp(70px,7.98611vw,142px);position:relative}.content-block-2-columns-type-2:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.content-block-2-columns-type-2:after,.content-block-2-columns-type-2:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.content-block-2-columns-type-2:after{background:linear-gradient(290.21deg,rgba(0,0,0,.5),transparent 36.31%,rgba(0,0,0,.9) 78.93%)}.content-block-2-columns-type-2>*{position:relative;z-index:3}@media screen and (min-width:992px){.content-block-2-columns-type-2__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(65px,4.51389vw,80px);max-width:clamp(1346px,93.47222vw,1664px)}}.content-block-2-columns-type-2__column--left{margin-bottom:40px}@media screen and (min-width:992px){.content-block-2-columns-type-2__column--left{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:0}}@media screen and (min-width:1280px){.content-block-2-columns-type-2__column--left{padding-left:calmp(12px,.83333vw,15px)}}.content-block-2-columns-type-2__title{color:#fff}.content-block-2-columns-type-2__label{margin:clamp(35px,2.43056vw,43px) 0 clamp(28px,1.94444vw,35px)}.content-block-2-columns-type-2__text{margin-bottom:clamp(28px,1.94444vw,35px)}.press-logos{padding-top:75px}@media screen and (min-width:1440px){.press-logos{padding-top:5.20833vw}}@media screen and (min-width:1780px){.press-logos{padding-top:100px}}@media screen and (max-width:1439px){.press-logos{padding-top:calc(2.408vw + 40.31792px)}}@media screen and (max-width:480px){.press-logos{padding-top:50px}}.press-logos__inner{border-top:1px solid #cfcfcf;padding-top:14px}.press-logos__list{padding-top:80px}@media screen and (min-width:1440px){.press-logos__list{padding-top:5.55556vw}}@media screen and (min-width:1780px){.press-logos__list{padding-top:100px}}@media screen and (max-width:1439px){.press-logos__list{padding-top:calc(2.89vw + 38.3815px)}}@media screen and (max-width:480px){.press-logos__list{padding-top:50px}}.marquee{-webkit-user-drag:none;cursor:-webkit-grab;cursor:grab;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.marquee.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.marquee__track{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;will-change:transform}.marquee__item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 40px;position:relative}.marquee__link{-webkit-user-drag:none;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.marquee__image-wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.marquee__image{display:block;max-width:225px;pointer-events:none;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.marquee__image--hover{opacity:0;pointer-events:none;position:absolute}.marquee__image--default{display:block}.marquee__item:hover .marquee__image--hover{opacity:1}.marquee__item:hover .marquee__image--default.has-hover{opacity:0}.contact-form-block{background-color:#000;padding-bottom:108px;padding-top:91px;position:relative}@media screen and (min-width:1440px){.contact-form-block{padding-bottom:7.5vw;padding-top:6.31944vw}}@media screen and (min-width:1780px){.contact-form-block{padding-bottom:133px;padding-top:112px}}@media screen and (max-width:1439px){.contact-form-block{padding-bottom:calc(1.734vw + 83.0289px);padding-top:calc(2.023vw + 61.86705px)}}@media screen and (max-width:812px){.contact-form-block{padding-bottom:90px;padding-top:70px}}.contact-form-block__background{background-repeat:no-repeat;background-size:cover;height:74%;left:0;position:absolute;right:0;top:0;width:100%}.contact-form-block__inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:2}@media screen and (max-width:812px){.contact-form-block__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contact-form-block__text-content{margin-right:40px;max-width:501px;padding-top:61px}@media screen and (min-width:1440px){.contact-form-block__text-content{max-width:34.79167vw;padding-top:4.23611vw}}@media screen and (min-width:1780px){.contact-form-block__text-content{max-width:619px;padding-top:80px}}@media screen and (max-width:1439px){.contact-form-block__text-content{margin-right:calc(1.927vw + 12.25434px)}}@media screen and (max-width:812px){.contact-form-block__text-content{margin-bottom:50px;margin-right:0;max-width:100%;padding-top:0}}.contact-form-block__title{color:#fff;font-size:60px;font-weight:400;line-height:70px;margin-bottom:51px}@media screen and (min-width:1440px){.contact-form-block__title{font-size:4.16667vw;line-height:4.86111vw;margin-bottom:3.54167vw}}@media screen and (min-width:1780px){.contact-form-block__title{font-size:74px;line-height:86px;margin-bottom:63px}}@media screen and (max-width:1439px){.contact-form-block__title{font-size:calc(2.312vw + 26.7052px);line-height:calc(2.89vw + 28.3815px);margin-bottom:calc(1.06vw + 35.73988px)}}@media screen and (max-width:480px){.contact-form-block__title{font-size:36px;line-height:40px;margin-bottom:40px}}.contact-form-block__title>*{color:#fff;font-size:60px;font-weight:400;line-height:70px;margin:0}@media screen and (min-width:1440px){.contact-form-block__title>*{font-size:4.16667vw;line-height:4.86111vw}}@media screen and (min-width:1780px){.contact-form-block__title>*{font-size:74px;line-height:86px}}@media screen and (max-width:1439px){.contact-form-block__title>*{font-size:calc(2.312vw + 26.7052px);line-height:calc(2.89vw + 28.3815px)}}@media screen and (max-width:480px){.contact-form-block__title>*{font-size:36px;line-height:40px}}.contact-form-block__subtitle{color:#fff;font-size:24px;font-weight:600;line-height:30px;margin-bottom:26px}@media screen and (min-width:1440px){.contact-form-block__subtitle{font-size:1.66667vw;line-height:2.08333vw;margin-bottom:1.80556vw}}@media screen and (min-width:1780px){.contact-form-block__subtitle{font-size:29.6px;line-height:37px;margin-bottom:32px}}@media screen and (max-width:1439px){.contact-form-block__subtitle{font-size:calc(.578vw + 15.6763px);line-height:calc(.963vw + 16.12717px);margin-bottom:calc(.771vw + 14.90173px)}}@media screen and (max-width:480px){.contact-form-block__subtitle{font-size:18px;line-height:20px;margin-bottom:18px}}.contact-form-block__subtitle>*{color:#fff;font-size:24px;font-weight:600;line-height:30px;margin:0}@media screen and (min-width:1440px){.contact-form-block__subtitle>*{font-size:1.66667vw;line-height:2.08333vw}}@media screen and (min-width:1780px){.contact-form-block__subtitle>*{font-size:29.6px;line-height:37px}}@media screen and (max-width:1439px){.contact-form-block__subtitle>*{font-size:calc(.578vw + 15.6763px);line-height:calc(.963vw + 16.12717px)}}@media screen and (max-width:480px){.contact-form-block__subtitle>*{font-size:18px;line-height:20px}}.contact-form-block__text{padding-right:40px}.contact-form-block__form-wrap{background:#000;border:1px solid #ff1514;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:-20px;max-width:696px;padding:59px 51px 65px;width:100%}@media screen and (min-width:1440px){.contact-form-block__form-wrap{margin-right:-1.38889vw;max-width:48.33333vw;padding:4.09722vw 3.54167vw 4.51389vw}}@media screen and (min-width:1780px){.contact-form-block__form-wrap{max-width:860px;padding:73px 63px 80px}}@media screen and (max-width:1439px){.contact-form-block__form-wrap{margin-right:calc(-1.445vw + .80925px);max-width:calc(41.04vw + 105.01734px);padding:calc(1.83vw + 32.64162px) calc(2.023vw + 21.86705px) calc(1.445vw + 44.19075px)}}@media screen and (max-width:812px){.contact-form-block__form-wrap{margin-right:0;max-width:100%;padding:30px}}.contact-form-block__form-label{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:normal;margin-bottom:2px;text-transform:uppercase}@media screen and (min-width:1440px){.contact-form-block__form-label{font-size:1.11111vw}}@media screen and (min-width:1780px){.contact-form-block__form-label{font-size:19.7px}}@media screen and (max-width:1439px){.contact-form-block__form-label{font-size:calc(.289vw + 11.83815px)}}@media screen and (max-width:480px){.contact-form-block__form-label{font-size:13px}}.contact-form-block__form-label>*{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:normal;margin:0}@media screen and (min-width:1440px){.contact-form-block__form-label>*{font-size:1.11111vw}}@media screen and (min-width:1780px){.contact-form-block__form-label>*{font-size:19.7px}}@media screen and (max-width:1439px){.contact-form-block__form-label>*{font-size:calc(.289vw + 11.83815px)}}@media screen and (max-width:480px){.contact-form-block__form-label>*{font-size:13px}}.contact-form-block__form-title{color:#fff;font-size:36px;font-weight:400;line-height:65px;margin-bottom:20px}@media screen and (min-width:1440px){.contact-form-block__form-title{font-size:2.5vw;line-height:4.51389vw}}@media screen and (min-width:1780px){.contact-form-block__form-title{font-size:44.8px;line-height:80px}}.contact-form-block__form-title>*{color:#fff;font-size:36px;font-weight:400;line-height:65px;margin:0}@media screen and (min-width:1440px){.contact-form-block__form-title>*{font-size:2.5vw;line-height:4.51389vw}}@media screen and (min-width:1780px){.contact-form-block__form-title>*{font-size:44.8px;line-height:80px}}.gform-theme.gform-theme--framework.gform_wrapper .gform_fields{-webkit-column-gap:35px;-moz-column-gap:35px;column-gap:35px}@media screen and (max-width:1439px){.gform-theme.gform-theme--framework.gform_wrapper .gform_fields{-webkit-column-gap:calc(1.445vw + 14.19075px);-moz-column-gap:calc(1.445vw + 14.19075px);column-gap:calc(1.445vw + 14.19075px)}}@media screen and (max-width:480px){.gform-theme.gform-theme--framework.gform_wrapper .gform_fields{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer.before{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer.before input:is([type=submit],[type=button]){background-color:#ff1514;border:1.5px solid #ff1514;border-radius:100px;color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:9px 29px;text-transform:uppercase}@media screen and (min-width:1440px){.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer.before input:is([type=submit],[type=button]){font-size:1.11111vw;padding:.625vw 2.01389vw}}@media screen and (min-width:1780px){.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer.before input:is([type=submit],[type=button]){font-size:19.7px;padding:11px 35px}}@media screen and (max-width:1439px){.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer.before input:is([type=submit],[type=button]){font-size:calc(.289vw + 11.83815px);padding:calc(.193vw + 6.22543px) calc(.867vw + 16.51445px)}}@media screen and (max-width:480px){.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer.before input:is([type=submit],[type=button]){font-size:13px;padding:7px 20px}}.gform-theme.gform-theme--framework.gform_wrapper .gform-field-label{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:5px;text-transform:uppercase}@media screen and (min-width:1440px){.gform-theme.gform-theme--framework.gform_wrapper .gform-field-label{font-size:.97222vw;margin-bottom:.34722vw}}@media screen and (min-width:1780px){.gform-theme.gform-theme--framework.gform_wrapper .gform-field-label{font-size:17.2px;margin-bottom:6px}}@media screen and (max-width:1439px){.gform-theme.gform-theme--framework.gform_wrapper .gform-field-label{font-size:calc(.289vw + 9.83815px)}}@media screen and (max-width:480px){.gform-theme.gform-theme--framework.gform_wrapper .gform-field-label{font-size:11px}}.gform-theme.gform-theme--framework.gform_wrapper .gform-field-label .gfield_required{display:none}.gform-theme.gform-theme--framework.gform_wrapper input[type=email],.gform-theme.gform-theme--framework.gform_wrapper input[type=password],.gform-theme.gform-theme--framework.gform_wrapper input[type=search],.gform-theme.gform-theme--framework.gform_wrapper input[type=tel],.gform-theme.gform-theme--framework.gform_wrapper input[type=text],.gform-theme.gform-theme--framework.gform_wrapper input[type=url],.gform-theme.gform-theme--framework.gform_wrapper textarea{background:transparent;border:none;border-bottom:1px solid #585858;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:21px;font-style:normal;font-weight:400;line-height:30px;outline:none;padding:2px 0 10px;-webkit-transition:all .2s linear;transition:all .2s linear}.gform-theme.gform-theme--framework.gform_wrapper input[type=email]:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=password]:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=search]:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=tel]:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=text]:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=url]:focus,.gform-theme.gform-theme--framework.gform_wrapper textarea:focus{border-color:#fff}.gform-theme.gform-theme--framework.gform_wrapper input[type=email]::-webkit-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=password]::-webkit-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=search]::-webkit-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=tel]::-webkit-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=text]::-webkit-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=url]::-webkit-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper textarea::-webkit-input-placeholder{color:#585858}.gform-theme.gform-theme--framework.gform_wrapper input[type=email]::-moz-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=password]::-moz-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=search]::-moz-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=tel]::-moz-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=text]::-moz-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=url]::-moz-placeholder,.gform-theme.gform-theme--framework.gform_wrapper textarea::-moz-placeholder{color:#585858}.gform-theme.gform-theme--framework.gform_wrapper input[type=email]:-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=password]:-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=search]:-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=tel]:-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=text]:-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=url]:-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper textarea:-ms-input-placeholder{color:#585858}.gform-theme.gform-theme--framework.gform_wrapper input[type=email]::-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=password]::-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=search]::-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=tel]::-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=text]::-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=url]::-ms-input-placeholder,.gform-theme.gform-theme--framework.gform_wrapper textarea::-ms-input-placeholder{color:#585858}.gform-theme.gform-theme--framework.gform_wrapper input[type=email]::placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=password]::placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=search]::placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=tel]::placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=text]::placeholder,.gform-theme.gform-theme--framework.gform_wrapper input[type=url]::placeholder,.gform-theme.gform-theme--framework.gform_wrapper textarea::placeholder{color:#585858}@media screen and (min-width:1440px){.gform-theme.gform-theme--framework.gform_wrapper input[type=email],.gform-theme.gform-theme--framework.gform_wrapper input[type=password],.gform-theme.gform-theme--framework.gform_wrapper input[type=search],.gform-theme.gform-theme--framework.gform_wrapper input[type=tel],.gform-theme.gform-theme--framework.gform_wrapper input[type=text],.gform-theme.gform-theme--framework.gform_wrapper input[type=url],.gform-theme.gform-theme--framework.gform_wrapper textarea{font-size:1.45833vw;line-height:2.08333vw;padding:.13889vw 0 .69444vw}}@media screen and (min-width:1780px){.gform-theme.gform-theme--framework.gform_wrapper input[type=email],.gform-theme.gform-theme--framework.gform_wrapper input[type=password],.gform-theme.gform-theme--framework.gform_wrapper input[type=search],.gform-theme.gform-theme--framework.gform_wrapper input[type=tel],.gform-theme.gform-theme--framework.gform_wrapper input[type=text],.gform-theme.gform-theme--framework.gform_wrapper input[type=url],.gform-theme.gform-theme--framework.gform_wrapper textarea{font-size:25.9px;line-height:36px;padding:3px 0 12px}}@media screen and (max-width:1439px){.gform-theme.gform-theme--framework.gform_wrapper input[type=email],.gform-theme.gform-theme--framework.gform_wrapper input[type=password],.gform-theme.gform-theme--framework.gform_wrapper input[type=search],.gform-theme.gform-theme--framework.gform_wrapper input[type=tel],.gform-theme.gform-theme--framework.gform_wrapper input[type=text],.gform-theme.gform-theme--framework.gform_wrapper input[type=url],.gform-theme.gform-theme--framework.gform_wrapper textarea{font-size:calc(.482vw + 14.06358px);line-height:calc(.771vw + 18.90173px)}}@media screen and (max-width:480px){.gform-theme.gform-theme--framework.gform_wrapper input[type=email],.gform-theme.gform-theme--framework.gform_wrapper input[type=password],.gform-theme.gform-theme--framework.gform_wrapper input[type=search],.gform-theme.gform-theme--framework.gform_wrapper input[type=tel],.gform-theme.gform-theme--framework.gform_wrapper input[type=text],.gform-theme.gform-theme--framework.gform_wrapper input[type=url],.gform-theme.gform-theme--framework.gform_wrapper textarea{font-size:16px;line-height:22px}}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select{background:#1c1c1c;border-radius:5px;height:55px;margin-top:auto}@media screen and (min-width:1440px){.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select{height:3.81944vw}}@media screen and (min-width:1780px){.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select{height:66px}}@media screen and (max-width:1439px){.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select{height:calc(1.445vw + 34.19075px)}}@media screen and (max-width:480px){.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select{height:40px}}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select .gform-field-label{display:none}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select .ginput_container_select{height:100%;width:100%}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select .ss-main{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select .ss-main.ss-open-below .ss-values .ss-single:after{-webkit-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg)}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select .ss-main .ss-values .ss-single{color:#fff;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-left:17px;padding-right:17px;position:relative;text-transform:uppercase}.gform-theme.gform-theme--framework.gform_wrapper .gfield--input-type-select .ss-main .ss-values .ss-single:after{border-bottom:2px solid;border-right:2px solid;content:"";height:10px;position:absolute;right:17px;top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);-webkit-transition:all .2s linear;transition:all .2s linear;width:10px}.gform-theme.gform-theme--framework.gform_wrapper textarea{height:115px;min-block-size:unset!important;resize:none;white-space:wrap!important;word-break:break-word}.gform-theme.gform-theme--framework.gform_wrapper .ginput_container_checkbox .gform-field-label{color:#9d9d9d;font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:19.5px;margin-left:0;text-transform:none}@media screen and (min-width:1440px){.gform-theme.gform-theme--framework.gform_wrapper .ginput_container_checkbox .gform-field-label{font-size:.90278vw;line-height:1.35417vw}}@media screen and (min-width:1780px){.gform-theme.gform-theme--framework.gform_wrapper .ginput_container_checkbox .gform-field-label{font-size:15.8px;line-height:23.7px}}.gform-theme.gform-theme--framework.gform_wrapper .gfield_checkbox input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}.gform-theme.gform-theme--framework.gform_wrapper .gfield_checkbox label{cursor:pointer;padding-left:37px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform-theme.gform-theme--framework.gform_wrapper .gfield_checkbox label:before{background-color:#1c1c1c;border:1px solid #585858;border-radius:4.5px;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:24px;left:0;position:absolute;top:3px;-webkit-transition:all .15s ease;transition:all .15s ease;width:24px}.gform-theme.gform-theme--framework.gform_wrapper .gfield_checkbox input[type=checkbox]:checked+label:before{background-color:rgba(28,28,28,.5)}.gform-theme.gform-theme--framework.gform_wrapper .gfield_checkbox input[type=checkbox]:checked+label:after{background-color:#ff1514;border-radius:1.5px;content:"";height:7.5px;left:9px;position:absolute;top:11px;width:7.5px}.hero-testimonials{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;color:#fff;padding-bottom:100px;padding-top:327px;position:relative}.hero-testimonials:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.hero-testimonials:after,.hero-testimonials:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.hero-testimonials:after{background:linear-gradient(290.21deg,rgba(0,0,0,.5),transparent 36.31%,rgba(0,0,0,.9) 78.93%)}@media screen and (min-width:1440px){.hero-testimonials{padding-bottom:6.94444vw;padding-top:22.70833vw}}@media screen and (min-width:1780px){.hero-testimonials{padding-bottom:123px;padding-top:403px}}@media screen and (max-width:1440px){.hero-testimonials{padding-top:calc(11.458vw + 162px)}}@media screen and (max-width:992px){.hero-testimonials{padding-bottom:90px;padding-top:150px}}.hero-testimonials__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative}@media screen and (max-width:992px){.hero-testimonials__container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.hero-testimonials__left-wrap{max-width:44.91%;position:relative;width:100%;z-index:2}@media screen and (max-width:992px){.hero-testimonials__left-wrap{max-width:100%;width:100%}}@media screen and (min-width:1440px){.hero-testimonials__left-wrap{max-width:42.08333vw}}@media screen and (min-width:1780px){.hero-testimonials__left-wrap{max-width:748px}}.hero-testimonials__label{margin-bottom:28px}@media screen and (min-width:1440px){.hero-testimonials__label{margin-bottom:1.94444vw}}@media screen and (min-width:1780px){.hero-testimonials__label{margin-bottom:37px}}.hero-testimonials__title>*{text-shadow:0 0 20px #ff1514}.hero-testimonials__right-wrap{max-width:46.17%;position:relative;width:100%;z-index:2}@media screen and (min-width:1440px){.hero-testimonials__right-wrap{max-width:43.26389vw}}@media screen and (max-width:992px){.hero-testimonials__right-wrap{margin-top:20px;max-width:100%;position:static;width:100%}}.hero-testimonials__buttons{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;margin-top:8px}@media screen and (min-width:1440px){.hero-testimonials__buttons{margin-top:.55556vw}}@media screen and (max-width:1280px){.hero-testimonials__buttons{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.hero-testimonials__btn{margin-right:11px;margin-top:20px}@media screen and (min-width:1440px){.hero-testimonials__btn{margin-right:.76389vw;margin-top:1.38889vw}}@media screen and (min-width:1780px){.hero-testimonials__btn{margin-bottom:13px;margin-top:24px}}.hero-testimonials__btn a{background:#000}.hero-testimonials .dec-quote{bottom:90px;position:absolute;right:20px;width:26.73611vw}@media screen and (min-width:1440px){.hero-testimonials .dec-quote{bottom:6.25vw;right:1.38889vw;width:26.73611vw}}@media screen and (min-width:1780px){.hero-testimonials .dec-quote{bottom:111px;right:24px;width:478px}}@media screen and (max-width:992px){.hero-testimonials .dec-quote{display:none}}.posts-featured-img-and-title{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;color:#fff;padding-top:205px;position:relative}.posts-featured-img-and-title:after{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%);bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}@media screen and (min-width:1440px){.posts-featured-img-and-title{padding-top:14.23611vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title{padding-top:253px}}@media screen and (max-width:1440px){.posts-featured-img-and-title{padding-top:calc(8.185vw + 87.14286px)}}@media screen and (max-width:768px){.posts-featured-img-and-title{padding-top:150px}}.posts-featured-img-and-title:before{background:#fff;bottom:0;content:"";display:block;height:27.5vw;left:0;position:absolute;right:0;width:100%;z-index:2}@media screen and (min-width:1440px){.posts-featured-img-and-title:before{height:27.5vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title:before{height:489px}}.posts-featured-img-and-title__label{color:#9d9d9d;display:inline-block;line-height:1.44;margin-bottom:28px;padding-left:20px;position:relative;z-index:3}@media screen and (min-width:1440px){.posts-featured-img-and-title__label{margin-bottom:1.94444vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title__label{margin-bottom:34px}}.posts-featured-img-and-title__label span{color:#fff;padding-right:5px}@media screen and (min-width:1440px){.posts-featured-img-and-title__label span{padding-left:.34722vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title__label span{padding-left:7px}}.posts-featured-img-and-title__label:before{left:0;position:absolute;top:7px}@media screen and (max-width:1440px){.posts-featured-img-and-title__label:before{top:calc(.595vw - 1.57143px)}}@media screen and (max-width:768px){.posts-featured-img-and-title__label:before{top:3px}}.posts-featured-img-and-title__title{max-width:1053px;position:relative;z-index:3}@media screen and (min-width:1440px){.posts-featured-img-and-title__title{max-width:73.125vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title__title{max-width:1031px}}.posts-featured-img-and-title__date{font-size:12px;line-height:12px;margin-top:39px;position:relative;z-index:3}@media screen and (min-width:1440px){.posts-featured-img-and-title__date{font-size:.83333vw;line-height:.83333vw;margin-top:2.70833vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title__date{font-size:15px;line-height:15px;margin-top:48px}}@media screen and (max-width:1440px){.posts-featured-img-and-title__date{margin-top:calc(1.339vw + 19.71429px)}}@media screen and (max-width:768px){.posts-featured-img-and-title__date{margin-top:30px}}.posts-featured-img-and-title__image-wrap{border-radius:40px;margin-top:75px;position:relative;width:100%;z-index:3}@media screen and (min-width:1440px){.posts-featured-img-and-title__image-wrap{border-radius:2.77778vw;margin-top:5.20833vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title__image-wrap{border-radius:49px;margin-top:92px}}@media screen and (max-width:1440px){.posts-featured-img-and-title__image-wrap{border-radius:calc(2.976vw - 2.85714px);margin-top:calc(3.72vw + 21.42857px)}}@media screen and (max-width:768px){.posts-featured-img-and-title__image-wrap{border-radius:20px;margin-top:50px}}.posts-featured-img-and-title__image{padding-top:51.85%;position:relative;width:100%}.posts-featured-img-and-title__image img{border-radius:40px;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}@media screen and (min-width:1440px){.posts-featured-img-and-title__image img{border-radius:2.77778vw}}@media screen and (min-width:1780px){.posts-featured-img-and-title__image img{border-radius:49px}}@media screen and (max-width:1440px){.posts-featured-img-and-title__image img{border-radius:calc(2.976vw - 2.85714px)}}@media screen and (max-width:768px){.posts-featured-img-and-title__image img{border-radius:20px}}.posts-content{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:110px;padding-top:85px}@media screen and (min-width:1440px){.posts-content{padding-bottom:7.63889vw;padding-top:5.90278vw}}@media screen and (min-width:1780px){.posts-content{padding-bottom:110px;padding-top:105px}}@media screen and (max-width:1440px){.posts-content{padding-bottom:calc(2.976vw + 67.14286px);padding-top:calc(8.185vw - 12.85714px)}}@media screen and (max-width:1023px){.posts-content{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:768px){.posts-content{padding-bottom:90px;padding-top:50px}}.posts-content__content{max-width:58.5%}@media screen and (min-width:1440px){.posts-content__content{max-width:54.79167vw}}@media screen and (min-width:1780px){.posts-content__content{max-width:981px}}@media screen and (max-width:1023px){.posts-content__content{max-width:100%;width:100%}}.posts-content__content--page{max-width:789px}@media screen and (max-width:1024px){.posts-content__content--page{max-width:100%;width:100%}}.posts-content__sidebar{max-width:32.65%;position:relative}@media screen and (min-width:1440px){.posts-content__sidebar{max-width:30.55556vw}}@media screen and (min-width:1780px){.posts-content__sidebar{max-width:546px}}@media screen and (max-width:1023px){.posts-content__sidebar{margin-top:60px;max-width:100%;width:100%}}.posts-content__sidebar-inner{position:sticky;top:125px}@media screen and (min-width:1440px){.posts-content__sidebar-inner{top:8.68056vw}}@media screen and (min-width:1780px){.posts-content__sidebar-inner{top:155px}}@media screen and (max-width:1023px){.posts-content__sidebar-inner{position:static;top:auto}}.posts-content .author-bio{border:1px solid #d9d9d9;border-radius:20px;padding:35px 30px 60px}@media screen and (min-width:1440px){.posts-content .author-bio{border-radius:1.38889vw;padding:2.43056vw 2.08333vw 4.16667vw}}@media screen and (min-width:1780px){.posts-content .author-bio{border-radius:24px;padding:43px 37px 74px}}@media screen and (max-width:1440px){.posts-content .author-bio{padding:calc(.744vw + 24.28571px) calc(1.488vw + 8.57143px) calc(3.72vw + 6.42857px)}}@media screen and (max-width:768px){.posts-content .author-bio{padding:30px 20px 35px}}.posts-content .author-bio__head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.posts-content .author-bio__image{height:67px;margin-right:19px;width:67px}@media screen and (min-width:1440px){.posts-content .author-bio__image{height:4.65278vw;margin-top:1.31944vw;width:4.65278vw}}@media screen and (min-width:1780px){.posts-content .author-bio__image{height:83px;margin-top:23px;width:83px}}.posts-content .author-bio__image img{border-radius:50%;height:67px;-o-object-fit:cover;object-fit:cover;width:67px}@media screen and (min-width:1440px){.posts-content .author-bio__image img{height:4.65278vw;width:4.65278vw}}@media screen and (min-width:1780px){.posts-content .author-bio__image img{height:83px;width:83px}}.posts-content .author-bio__label{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;letter-spacing:15%;line-height:15px;text-transform:uppercase}@media screen and (min-width:1440px){.posts-content .author-bio__label{font-size:.83333vw;line-height:1.04167vw}}@media screen and (min-width:1780px){.posts-content .author-bio__label{font-size:15px;line-height:19px}}.posts-content .author-bio__name{font-size:21px;font-weight:600;line-height:21px;margin-top:2px}@media screen and (min-width:1440px){.posts-content .author-bio__name{font-size:1.45833vw;line-height:1.45833vw}}@media screen and (min-width:1780px){.posts-content .author-bio__name{font-size:26px;line-height:26px}}.posts-content .author-bio__desc{font-size:16px;line-height:1.5;margin-top:30px}@media screen and (min-width:1440px){.posts-content .author-bio__desc{font-size:1.11111vw;margin-top:2.08333vw}}@media screen and (min-width:1780px){.posts-content .author-bio__desc{font-size:20px;margin-top:37px}}.posts-content .pc-devices{margin-top:48px}@media screen and (min-width:1440px){.posts-content .pc-devices{margin-top:3.33333vw}}@media screen and (min-width:1780px){.posts-content .pc-devices{margin-top:59px}}.posts-content .pc-devices__block-title{margin-bottom:28px;max-width:401px}@media screen and (min-width:1440px){.posts-content .pc-devices__block-title{margin-bottom:1.94444vw;max-width:27.84722vw}}@media screen and (min-width:1780px){.posts-content .pc-devices__block-title{margin-bottom:34px;max-width:498px}}@media screen and (max-width:1023px){.posts-content .pc-devices__block-title{max-width:100%}}.posts-content .pc-devices__list{border-top:1px solid rgba(0,0,0,.1)}.posts-content .pc-devices__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:20px;padding-top:30px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width:1440px){.posts-content .pc-devices__item{padding-bottom:1.38889vw;padding-top:2.08333vw}}@media screen and (min-width:1780px){.posts-content .pc-devices__item{margin-bottom:24px;padding-top:37px}}.posts-content .pc-devices__item:hover{border-color:#ff1514}.posts-content .pc-devices__item:hover .pc-devices__inner-title{color:#ff1514}.posts-content .pc-devices__link{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:3}.posts-content .pc-devices__wrap{margin-right:33px;max-width:127px;min-width:127px;width:100%}@media screen and (min-width:1440px){.posts-content .pc-devices__wrap{margin-right:2.29167vw;max-width:8.81944vw;min-width:8.81944vw}}@media screen and (min-width:1780px){.posts-content .pc-devices__wrap{margin-right:40px;max-width:158px;min-width:158px}}@media screen and (max-width:480px){.posts-content .pc-devices__wrap{margin-right:20px;max-width:110px;min-width:110px}}.posts-content .pc-devices__image{width:100%}.posts-content .pc-devices__inner-title{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;margin-top:16px;text-align:center;text-transform:uppercase}@media screen and (min-width:1440px){.posts-content .pc-devices__inner-title{font-size:1.11111vw;margin-top:1.11111vw}}@media screen and (min-width:1780px){.posts-content .pc-devices__inner-title{font-size:20px;margin-top:20px}}.posts-content .pc-devices__inner-text{font-size:16px;line-height:1.5}@media screen and (min-width:1440px){.posts-content .pc-devices__inner-text{font-size:1.11111vw}}@media screen and (min-width:1780px){.posts-content .pc-devices__inner-text{font-size:20px}}.wys{font-size:16px;line-height:26px}@media screen and (min-width:1440px){.wys{font-size:1.11111vw;line-height:1.80556vw}}@media screen and (min-width:1780px){.wys{font-size:20px;line-height:32px}}.wys h1,.wys h2,.wys h3,.wys h4,.wys h5{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-weight:400;margin-bottom:26px;margin-top:46px}@media screen and (min-width:1440px){.wys h1,.wys h2,.wys h3,.wys h4,.wys h5{margin-bottom:1.80556vw;margin-top:3.19444vw}}@media screen and (min-width:1780px){.wys h1,.wys h2,.wys h3,.wys h4,.wys h5{line-height:32px;margin-top:57px}}@media screen and (max-width:1440px){.wys h1,.wys h2,.wys h3,.wys h4,.wys h5{margin-top:35px}}@media screen and (max-width:768px){.wys h1,.wys h2,.wys h3,.wys h4,.wys h5{margin-top:35px}}.wys h1{font-size:65px;line-height:85px}@media screen and (min-width:1440px){.wys h1{font-size:4.51389vw;line-height:5.90278vw}}@media screen and (min-width:1780px){.wys h1{font-size:80px;line-height:90px}}@media screen and (max-width:1439px){.wys h1{font-size:calc(2.794vw + 24.76879px);line-height:calc(4.335vw + 22.57225px)}}@media screen and (max-width:480px){.wys h1{font-size:36px;line-height:40px}}.wys h2{font-size:45px;line-height:55px}@media screen and (min-width:1440px){.wys h2{font-size:3.125vw;line-height:3.81944vw}}@media screen and (min-width:1780px){.wys h2{font-size:61.8px;line-height:68.3px}}@media screen and (max-width:1439px){.wys h2{font-size:calc(2.119vw + 19.47977px);line-height:calc(1.445vw + 34.19075px)}}@media screen and (max-width:480px){.wys h2{font-size:28px;line-height:40px}}.wys h3{font-size:36px;line-height:45px}@media screen and (min-width:1440px){.wys h3{font-size:2.5vw;line-height:3.125vw}}@media screen and (min-width:1780px){.wys h3{font-size:44.5px;line-height:56.3px}}@media screen and (max-width:1439px){.wys h3{font-size:calc(1.349vw + 16.57803px);line-height:calc(.482vw + 38.06358px)}}@media screen and (max-width:480px){.wys h3{font-size:22px;line-height:40px}}.wys h4{font-size:30px;line-height:125%}@media screen and (min-width:1780px){.wys h4{font-size:37.2px}}@media screen and (max-width:1439px){.wys h4{font-size:calc(1.156vw + 13.3526px)}}@media screen and (max-width:480px){.wys h4{font-size:18px}}.wys h5{font-size:21px;line-height:30px}@media screen and (min-width:1440px){.wys h5{font-size:1.45833vw;line-height:2.08333vw}}@media screen and (min-width:1780px){.wys h5{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.wys h5{font-size:calc(1.06vw + 5.73988px);line-height:calc(1.927vw + 2.25434px)}}@media screen and (max-width:480px){.wys h5{font-size:10px;line-height:10px}}.wys p{font-size:16px;line-height:26px;margin-bottom:26px}@media screen and (min-width:1440px){.wys p{font-size:1.11111vw;line-height:1.80556vw;margin-bottom:1.80556vw}}@media screen and (min-width:1780px){.wys p{font-size:19.8px;line-height:31.4px;margin-bottom:32px}}@media screen and (max-width:1439px){.wys p{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.wys p{font-size:14px;line-height:22px}}.wys ul{margin-bottom:26px;margin-top:26px}@media screen and (min-width:1440px){.wys ul{margin-bottom:1.80556vw;margin-top:1.80556vw}}@media screen and (min-width:1780px){.wys ul{margin-bottom:32px;margin-top:32px}}.wys ul li{font-size:16px;line-height:26px;list-style-type:square;margin-bottom:3px;margin-top:3px}@media screen and (min-width:1440px){.wys ul li{font-size:1.11111vw;line-height:1.80556vw;margin-bottom:.20833vw;margin-top:.20833vw}}@media screen and (min-width:1780px){.wys ul li{font-size:19.8px;line-height:32px;margin-bottom:4px;margin-top:4px}}@media screen and (max-width:1439px){.wys ul li{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.wys ul li{font-size:14px;line-height:22px}}.wys ul ul{margin-bottom:0;margin-top:0}.wys ol{margin-bottom:26px;margin-top:26px}@media screen and (min-width:1440px){.wys ol{margin-bottom:1.80556vw;margin-top:1.80556vw}}@media screen and (min-width:1780px){.wys ol{margin-bottom:32px;margin-top:32px}}.wys ol li{font-size:16px;line-height:26px;margin-bottom:3px;margin-top:3px}@media screen and (min-width:1440px){.wys ol li{font-size:1.11111vw;line-height:1.80556vw;margin-bottom:.20833vw;margin-top:.20833vw}}@media screen and (min-width:1780px){.wys ol li{font-size:19.8px;line-height:32px;margin-bottom:4px;margin-top:4px}}@media screen and (max-width:1439px){.wys ol li{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px)}}@media screen and (max-width:480px){.wys ol li{font-size:14px;line-height:22px}}.wys ol ol{margin-bottom:0;margin-top:0}.wys blockquote{border-left:2px solid #ff1514;margin-bottom:26px;margin-left:0;margin-top:26px;padding-bottom:10px;padding-left:26px;padding-top:10px}@media screen and (min-width:1440px){.wys blockquote{margin-bottom:1.80556vw;margin-top:1.80556vw;padding-bottom:.69444vw;padding-left:1.80556vw;padding-top:.69444vw}}@media screen and (min-width:1780px){.wys blockquote{margin-bottom:32px;margin-top:32px;padding-bottom:10px;padding-left:32px;padding-top:12px}}.wys a:not(.btn){color:#ff1514;text-decoration:underline}.wys a:not(.btn):hover{color:#ff1514}.wys .pc-btn{margin-bottom:26px}@media screen and (min-width:1440px){.wys .pc-btn{font-size:1.11111vw;line-height:1.80556vw;margin-bottom:1.80556vw}}@media screen and (min-width:1780px){.wys .pc-btn{font-size:19.8px;line-height:31.4px;margin-bottom:32px}}.wys>:first-child{margin-top:0}.wys>:last-child{margin-bottom:0}.wys iframe{margin-top:10px}@media screen and (min-width:1440px){.wys iframe{margin-top:.69444vw}}@media screen and (min-width:1780px){.wys iframe{margin-top:12px}}.wys .divider{background:#c8c8c8;display:block;height:1px;width:100%}.wys .pc-accordion{margin-bottom:61px;margin-top:41px;width:100%}@media screen and (min-width:1440px){.wys .pc-accordion{margin-bottom:4.23611vw;margin-top:2.84722vw}}@media screen and (min-width:1780px){.wys .pc-accordion{margin-bottom:75px;margin-top:50px}}.wys .pc-accordion__accordion-item{border:1px solid #c8c8c8;margin-bottom:16px;max-width:793px;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (min-width:1440px){.wys .pc-accordion__accordion-item{max-width:55.06944vw}}@media screen and (min-width:1780px){.wys .pc-accordion__accordion-item{max-width:981px}}.wys .pc-accordion__accordion-item:last-child{margin-bottom:0}.wys .pc-accordion__accordion-item.active{background:#f2f2f2;border-color:#ff1514}.wys .pc-accordion__accordion-item.active .pc-accordion__accordion-title img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wys .pc-accordion__accordion-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:400;line-height:32px;padding:21px 40px 21px 31px}@media screen and (min-width:1440px){.wys .pc-accordion__accordion-title{font-size:1.45833vw;line-height:2.22222vw;padding:1.45833vw 2.77778vw 1.45833vw 2.15278vw}}@media screen and (min-width:1780px){.wys .pc-accordion__accordion-title{font-size:26.4px;line-height:42.5px;padding:26px 50px 26px 38px}}@media screen and (max-width:1439px){.wys .pc-accordion__accordion-title{font-size:calc(.289vw + 16.83815px);line-height:calc(1.156vw + 17.3526px);padding:calc(.149vw + 18.85714px) calc(.963vw + 26.12717px) calc(.096vw + 19.61272px) calc(1.06vw + 15.73988px)}}@media screen and (max-width:480px){.wys .pc-accordion__accordion-title{font-size:18px;line-height:22px;padding:20px 30px 25px 20px}}.wys .pc-accordion__accordion-title p{margin-bottom:0}.wys .pc-accordion__accordion-title>*{font-size:21px;font-weight:400;line-height:32px}@media screen and (min-width:1440px){.wys .pc-accordion__accordion-title>*{font-size:1.45833vw;line-height:2.22222vw}}@media screen and (min-width:1780px){.wys .pc-accordion__accordion-title>*{font-size:26.4px;line-height:42.5px}}@media screen and (max-width:1439px){.wys .pc-accordion__accordion-title>*{font-size:calc(.289vw + 16.83815px);line-height:calc(1.156vw + 17.3526px)}}@media screen and (max-width:480px){.wys .pc-accordion__accordion-title>*{font-size:18px;line-height:22px}}.wys .pc-accordion__accordion-title span{display:block;margin-right:30px}@media screen and (min-width:1440px){.wys .pc-accordion__accordion-title span{margin-right:2.08333vw}}@media screen and (min-width:1780px){.wys .pc-accordion__accordion-title span{margin-right:37px}}.wys .pc-accordion__accordion-title img{min-width:18px;-webkit-transition:.3s ease;transition:.3s ease}@media screen and (min-width:1440px){.wys .pc-accordion__accordion-title img{min-width:1.25vw}}@media screen and (min-width:1780px){.wys .pc-accordion__accordion-title img{min-width:22px}}.wys .pc-accordion__accordion-text{display:none;padding:5px 40px 34px 31px}@media screen and (min-width:1440px){.wys .pc-accordion__accordion-text{padding:.34722vw 2.77778vw 2.36111vw 2.15278vw}}@media screen and (min-width:1780px){.wys .pc-accordion__accordion-text{padding:6px 50px 42px 38px}}@media screen and (max-width:1440px){.wys .pc-accordion__accordion-text{padding-bottom:calc(.867vw + 21.51445px);padding-left:calc(1.06vw + 15.73988px);padding-right:calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.wys .pc-accordion__accordion-text{padding:0 30px 25px 20px}}.wys figure{margin-left:0;margin-right:0}.related-posts-grid-per-row{background:#000;color:#fff}.related-posts-grid-per-row__container{padding-bottom:92px;padding-top:95px}@media screen and (min-width:1440px){.related-posts-grid-per-row__container{padding-bottom:6.38889vw;padding-top:6.59722vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__container{padding-bottom:113px;padding-top:117px}}@media screen and (max-width:1440px){.related-posts-grid-per-row__container{padding-bottom:calc(3.423vw + 63.71429px);padding-top:calc(6.994vw + 16.28571px)}}@media screen and (max-width:768px){.related-posts-grid-per-row__container{padding-bottom:90px;padding-top:70px}}.related-posts-grid-per-row__section-title{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:45px;font-weight:400;line-height:64px;margin-bottom:30px;text-align:center}@media screen and (min-width:1440px){.related-posts-grid-per-row__section-title{font-size:3.125vw;line-height:4.44444vw;margin-bottom:2.08333vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__section-title{font-size:56px;line-height:80px;margin-bottom:37px}}@media screen and (max-width:1439px){.related-posts-grid-per-row__section-title{font-size:calc(2.119vw + 19.47977px);line-height:calc(2.312vw + 30.7052px)}}@media screen and (max-width:480px){.related-posts-grid-per-row__section-title{font-size:28px;line-height:40px}}.related-posts-grid-per-row__section-title>*{font-size:45px;font-weight:400;line-height:64px}@media screen and (min-width:1440px){.related-posts-grid-per-row__section-title>*{font-size:3.125vw;line-height:4.44444vw;margin-bottom:2.08333vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__section-title>*{font-size:56px;line-height:80px;margin-bottom:37px}}@media screen and (max-width:1439px){.related-posts-grid-per-row__section-title>*{font-size:calc(2.119vw + 19.47977px);line-height:calc(2.312vw + 30.7052px)}}@media screen and (max-width:480px){.related-posts-grid-per-row__section-title>*{font-size:28px;line-height:40px}}.related-posts-grid-per-row__section-title>* strong{color:#ff1514;font-style:italic;font-weight:inherit}.related-posts-grid-per-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.related-posts-grid-per-row__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#262525;border:1px solid #5c5c5c;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:-1px!important;margin-right:-1px!important;padding:40px 30px 30px;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear;width:33.33333%}@media screen and (min-width:1440px){.related-posts-grid-per-row__item{padding:2.77778vw 2.08333vw 2.08333vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__item{padding:49px 37px 37px}}@media screen and (max-width:1440px){.related-posts-grid-per-row__item{padding:calc(2.827vw + 8.28571px) calc(1.488vw + 8.57143px) 30px}}@media screen and (max-width:920px){.related-posts-grid-per-row__item{width:50%}.related-posts-grid-per-row__item:nth-child(3){display:none}}@media screen and (max-width:768px){.related-posts-grid-per-row__item{padding:30px 20px}}@media screen and (max-width:640px){.related-posts-grid-per-row__item{width:100%}.related-posts-grid-per-row__item:nth-child(3){display:-webkit-box;display:-ms-flexbox;display:flex}}.related-posts-grid-per-row__item:hover{background:#2f2f2f}.related-posts-grid-per-row__item:hover .related-posts-grid-per-row__date{color:#fff}.related-posts-grid-per-row__item:hover .related-posts-grid-per-row__read-more{background:#ff1514;color:#fff}.related-posts-grid-per-row__link{border:1px solid transparent;height:calc(100% + 1px);left:0;margin:-1px;position:absolute;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:calc(100% + 1px)}.related-posts-grid-per-row__link:hover{border-color:#ff1514}.related-posts-grid-per-row__cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px;width:100%}@media screen and (min-width:1440px){.related-posts-grid-per-row__cats{margin-bottom:1.04167vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__cats{margin-bottom:17px}}.related-posts-grid-per-row__cat{background:#ff1514;border-radius:5px;color:#fff;display:block;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;height:24px;line-height:24px;margin-bottom:10px;margin-right:10px;padding-left:10px;padding-right:10px;text-transform:uppercase}@media screen and (min-width:1440px){.related-posts-grid-per-row__cat{border-radius:.34722vw;font-size:.83333vw;height:1.66667vw;line-height:1.66667vw;margin-bottom:.69444vw;margin-top:.69444vw;padding-left:.69444vw;padding-right:.69444vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__cat{border-radius:6px;font-size:15px;height:30px;line-height:30px;margin-bottom:12px;margin-right:12px;padding-left:12px;padding-right:12px}}.related-posts-grid-per-row__title{font-weight:400;max-width:311px}@media screen and (min-width:1440px){.related-posts-grid-per-row__title{max-width:21.59722vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__title{max-width:384px}}@media screen and (max-width:1200px){.related-posts-grid-per-row__title{max-width:100%}}.related-posts-grid-per-row__b-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:auto}.related-posts-grid-per-row__date{color:#9d9d9d;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;margin-top:40px}@media screen and (min-width:1440px){.related-posts-grid-per-row__date{font-size:.83333vw;line-height:1.25vw;margin-top:2.77778vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__date{font-size:15px;line-height:22px;margin-top:49px}}.related-posts-grid-per-row__read-more{background-color:transparent;border:1px solid #ff1514;border-radius:100px;color:#ff1514;cursor:pointer;display:block;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-top:24px;outline:none;padding:10px 30px;text-align:center;text-transform:uppercase;-webkit-transition:.3s ease;transition:.3s ease;width:100%}@media screen and (min-width:1440px){.related-posts-grid-per-row__read-more{font-size:1.11111vw;line-height:1.66667vw;margin-top:1.66667vw;padding:.69444vw 2.08333vw}}@media screen and (min-width:1780px){.related-posts-grid-per-row__read-more{font-size:20px;line-height:30px;margin-top:29px;padding:12px 37px}}@media screen and (max-width:1439px){.related-posts-grid-per-row__read-more{font-size:calc(.193vw + 13.22543px);line-height:calc(.385vw + 20.45087px);padding:12px calc(2.53vw + .57143px)}}@media screen and (max-width:480px){.related-posts-grid-per-row__read-more{font-size:14px;line-height:22px;padding-left:20px;padding-right:20px}}.hero-subpage-type-3{background:#000;background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat;color:#fff;position:relative}.hero-subpage-type-3:after{background:linear-gradient(281.28deg,rgba(0,0,0,.5) 8.31%,transparent 46.67%,rgba(0,0,0,.5) 91.69%);height:100%;top:0;z-index:1}.hero-subpage-type-3:after,.hero-subpage-type-3:before{bottom:0;content:"";display:block;left:0;position:absolute;right:0;width:100%}.hero-subpage-type-3:before{background:#fff;height:12.36111vw;z-index:2}@media screen and (min-width:1440px){.hero-subpage-type-3:before{height:12.36111vw}}@media screen and (min-width:1780px){.hero-subpage-type-3:before{height:219px}}.hero-subpage-type-3__container{padding-top:206px;position:relative;z-index:2}@media screen and (min-width:1440px){.hero-subpage-type-3__container{padding-top:14.30556vw}}@media screen and (min-width:1780px){.hero-subpage-type-3__container{padding-top:254px}}@media screen and (max-width:1440px){.hero-subpage-type-3__container{padding-top:calc(10.019vw + 109.72254px)}}@media screen and (max-width:402px){.hero-subpage-type-3__container{padding-top:150px}}.hero-subpage-type-3__label{margin-bottom:29px}@media screen and (min-width:1440px){.hero-subpage-type-3__label{margin-bottom:2.01389vw}}@media screen and (min-width:1780px){.hero-subpage-type-3__label{margin-bottom:36px}}@media screen and (max-width:1440px){.hero-subpage-type-3__label{margin-bottom:calc(1.339vw + 9.71429px)}}@media screen and (max-width:768px){.hero-subpage-type-3__label{margin-bottom:20px}}.hero-subpage-type-3__title>*{text-shadow:none}.hero-subpage-type-3__image-wrap{margin-top:61px;width:100%}@media screen and (min-width:1440px){.hero-subpage-type-3__image-wrap{margin-top:4.23611vw}}@media screen and (min-width:1780px){.hero-subpage-type-3__image-wrap{margin-top:73px}}@media screen and (max-width:1440px){.hero-subpage-type-3__image-wrap{margin-top:calc(1.637vw + 37.42857px)}}@media screen and (max-width:768px){.hero-subpage-type-3__image-wrap{margin-top:50px}}.hero-subpage-type-3__image{padding-top:53.51%;position:relative;width:100%}.hero-subpage-type-3__image img{border-radius:40px;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}@media screen and (min-width:1440px){.hero-subpage-type-3__image img{border-radius:2.77778vw}}@media screen and (min-width:1780px){.hero-subpage-type-3__image img{border-radius:49px}}@media screen and (max-width:1440px){.hero-subpage-type-3__image img{border-radius:calc(2.976vw - 2.85714px)}}@media screen and (max-width:768px){.hero-subpage-type-3__image img{border-radius:20px}}.content-block-with-sidebar-and-quick-links-bar__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:140px;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__container{padding-bottom:9.72222vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__container{padding-bottom:calc(7.44vw + 32.85714px)}}@media screen and (max-width:1440px){.content-block-with-sidebar-and-quick-links-bar__container{padding-bottom:calc(7.44vw + 32.85714px)}}@media screen and (max-width:768px){.content-block-with-sidebar-and-quick-links-bar__container{padding-bottom:90px}}.content-block-with-sidebar-and-quick-links-bar__head{background:#fff;position:sticky;top:94px;width:100%;z-index:700}@media screen and (max-width:1440px){.content-block-with-sidebar-and-quick-links-bar__head{top:calc(3.72vw + 40.42857px)}}@media screen and (max-width:768px){.content-block-with-sidebar-and-quick-links-bar__head{top:69px}}.content-block-with-sidebar-and-quick-links-bar .scroll-container{-ms-scroll-chaining:chained;-ms-overflow-style:none;background:#fff;overflow:auto;overscroll-behavior:auto;scrollbar-width:none}.content-block-with-sidebar-and-quick-links-bar .scroll-container::-webkit-scrollbar{display:none}.content-block-with-sidebar-and-quick-links-bar .scroll-container ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0}.content-block-with-sidebar-and-quick-links-bar .scroll-container li{list-style:none;margin-left:0;padding-right:64px;white-space:nowrap}.content-block-with-sidebar-and-quick-links-bar .scroll-container li:first-child{padding-left:36px}.content-block-with-sidebar-and-quick-links-bar .scroll-container li:last-child{padding-right:36px}.content-block-with-sidebar-and-quick-links-bar .scroll-container li a{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;text-transform:uppercase}.content-block-with-sidebar-and-quick-links-bar .scroll-container li a.active{color:#ff1514}.content-block-with-sidebar-and-quick-links-bar__toc{padding-bottom:30px;padding-top:30px;position:relative}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__toc{padding-bottom:2.08333vw;padding-top:2.08333vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__toc{padding-bottom:37px;padding-top:37px}}@media screen and (max-width:1440px){.content-block-with-sidebar-and-quick-links-bar__toc{padding-bottom:calc(1.488vw + 8.57143px);padding-top:calc(1.488vw + 8.57143px)}}@media screen and (max-width:768px){.content-block-with-sidebar-and-quick-links-bar__toc{padding-bottom:20px;padding-top:20px}.content-block-with-sidebar-and-quick-links-bar__toc li{max-width:100%;min-width:100%;text-align:center;white-space:normal}.content-block-with-sidebar-and-quick-links-bar__toc li a{font-size:14px;white-space:normal}}.content-block-with-sidebar-and-quick-links-bar__progress-bar{background:rgba(0,0,0,.1);height:1px;position:relative}.content-block-with-sidebar-and-quick-links-bar #scroll-progress{background:#ff1514;height:1px;left:0;position:absolute;top:0;-webkit-transition:width .2s;transition:width .2s;width:0}.content-block-with-sidebar-and-quick-links-bar__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:80px}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__wrapper{margin-top:5.55556vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__wrapper{margin-top:98px}}@media screen and (max-width:1440px){.content-block-with-sidebar-and-quick-links-bar__wrapper{margin-top:calc(2.976vw + 37.14286px)}}@media screen and (max-width:1023px){.content-block-with-sidebar-and-quick-links-bar__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:768px){.content-block-with-sidebar-and-quick-links-bar__wrapper{margin-top:60px}}.content-block-with-sidebar-and-quick-links-bar__sidebar{max-width:25.25%;position:relative;width:100%}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__sidebar{max-width:23.61111vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__sidebar{max-width:420px}}@media screen and (max-width:1023px){.content-block-with-sidebar-and-quick-links-bar__sidebar{margin-top:60px;max-width:100%}}.content-block-with-sidebar-and-quick-links-bar__list{position:sticky;top:210px}@media screen and (max-width:1023px){.content-block-with-sidebar-and-quick-links-bar__list{position:static;top:auto}}.content-block-with-sidebar-and-quick-links-bar__item:last-child .content-block-with-sidebar-and-quick-links-bar__inner-list{border-color:transparent;margin-bottom:0;padding-bottom:0}.content-block-with-sidebar-and-quick-links-bar__title{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:14px;line-height:21px;text-transform:uppercase}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__title{font-size:.97222vw;line-height:1.45833vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__title{font-size:17px;line-height:26px}}.content-block-with-sidebar-and-quick-links-bar__inner-list{border-bottom:1px solid #d9d9d9;margin-bottom:25px;margin-top:9px;padding-bottom:25px}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__inner-list{margin-bottom:1.73611vw;margin-top:.625vw;padding-bottom:1.73611vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__inner-list{margin-bottom:30px;margin-top:11px;padding-bottom:30px}}.content-block-with-sidebar-and-quick-links-bar__inner-list a{color:#000;display:inline-block;font-size:14px;line-height:20px;margin-top:10px;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__inner-list a{font-size:.97222vw;line-height:1.38889vw;margin-top:.69444vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__inner-list a{font-size:17px;line-height:24px;margin-top:12px}}.content-block-with-sidebar-and-quick-links-bar__inner-list a:hover{color:#ff1514}.content-block-with-sidebar-and-quick-links-bar__content-wrap{max-width:58.48%}@media screen and (min-width:1440px){.content-block-with-sidebar-and-quick-links-bar__content-wrap{max-width:54.79167vw}}@media screen and (min-width:1780px){.content-block-with-sidebar-and-quick-links-bar__content-wrap{max-width:975px}}@media screen and (max-width:1024px){.content-block-with-sidebar-and-quick-links-bar__content-wrap{max-width:65%}}@media screen and (max-width:1023px){.content-block-with-sidebar-and-quick-links-bar__content-wrap{-webkit-box-ordinal-group:0;-ms-flex-order:-1;max-width:100%;order:-1;width:100%}}.content-block-with-sidebar-and-quick-links-bar__content{width:100%}.content-block-with-sidebar-and-quick-links-bar__content table{-webkit-overflow-scrolling:touch;background-color:transparent;border-collapse:collapse;display:block;font-size:.95em;margin-bottom:1rem;max-width:100%;overflow-x:auto;width:100%}.content-block-with-sidebar-and-quick-links-bar__content thead th{border-bottom:2px solid #dee2e6;font-weight:600;text-align:left}.content-block-with-sidebar-and-quick-links-bar__content td,.content-block-with-sidebar-and-quick-links-bar__content th{border:1px solid #dee2e6;min-width:clamp(100px,9vw,130px);padding:.75rem;vertical-align:top}.content-block-with-sidebar-and-quick-links-bar__content tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.cb-devices{margin-bottom:40px;margin-top:40px}@media screen and (min-width:1440px){.cb-devices{margin-bottom:2.77778vw;margin-top:2.77778vw}}@media screen and (min-width:1780px){.cb-devices{margin-bottom:49px;margin-top:49px}}.cb-devices__list{-ms-flex-wrap:wrap;flex-wrap:wrap}.cb-devices__item,.cb-devices__list{display:-webkit-box;display:-ms-flexbox;display:flex}.cb-devices__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;border:1px solid #cfcfcf;-ms-flex-direction:column;flex-direction:column;margin-bottom:-1px;margin-right:-1px;padding-bottom:25px;padding-top:90px;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear;width:33.33333%}@media screen and (min-width:1440px){.cb-devices__item{padding-bottom:1.73611vw;padding-top:6.25vw}}@media screen and (min-width:1780px){.cb-devices__item{padding-bottom:30px;padding-top:110px}}@media screen and (max-width:1440px){.cb-devices__item{padding-top:calc(5.952vw + 4.28571px)}}@media screen and (max-width:768px){.cb-devices__item{padding-bottom:25px;padding-top:50px}}@media screen and (max-width:576px){.cb-devices__item{width:100%}}.cb-devices__item:hover{color:#ff1514}.cb-devices__link{border:1px solid transparent;height:calc(100% + 1px);left:0;margin:-1px;position:absolute;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:calc(100% + 1px)}.cb-devices__link:hover{border-color:#ff1514}.cb-devices__image{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;justify-content:center}@media screen and (min-width:1440px){.cb-devices__image{height:6.94444vw}}@media screen and (min-width:1780px){.cb-devices__image{height:123px}}.cb-devices__inner-title{color:#000;font-size:24px;line-height:38px;margin-top:30px;text-align:center}@media screen and (min-width:1440px){.cb-devices__inner-title{font-size:1.66667vw;line-height:2.63889vw;margin-top:2.08333vw}}@media screen and (min-width:1780px){.cb-devices__inner-title{font-size:30px;line-height:47px;margin-top:37px}}@media screen and (max-width:1439px){.cb-devices__inner-title{font-size:calc(.578vw + 15.6763px);line-height:calc(1.156vw + 19.3526px);margin-top:calc(2.53vw + .57143px)}}@media screen and (max-width:480px){.cb-devices__inner-title{font-size:18px;line-height:24px;margin-top:20px}}#wpsl-wrap{-ms-grid-columns:clamp(526px,36.52778vw,650px) 1fr;display:-ms-grid;display:grid;grid-template-areas:"wpsl-search wpsl-map" "wpsl-results wpsl-map";grid-template-columns:clamp(526px,36.52778vw,650px) 1fr;height:900px;margin-bottom:0;max-height:900px;width:100%}@media screen and (max-width:1024px){#wpsl-wrap{-ms-grid-columns:1fr;grid-template-areas:"wpsl-search" "wpsl-map" "wpsl-results";grid-template-columns:1fr;height:auto;max-height:none}}#wpsl-wrap .wpsl-search{background-color:inherit;grid-area:wpsl-search;-ms-grid-column:1;-ms-grid-row:1;margin:0;padding:0}#wpsl-wrap #wpsl-search-wrap{border-bottom:1px solid rgba(0,0,0,.1);padding-left:clamp(15px,1.80556vw,32px)}#wpsl-wrap #wpsl-search-wrap>form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#wpsl-wrap #wpsl-search-wrap .wpsl-input,#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap{display:block}#wpsl-wrap #wpsl-search-btn,#wpsl-wrap #wpsl-search-wrap div:not(.wpsl-search-btn-wrap){float:none;margin:0}#wpsl-wrap .wpsl-search-btn-wrap{margin:0 13px 0 20px}#wpsl-wrap #wpsl-search-btn{background:url(../images/map-search-icon.svg) no-repeat 50% 50%;background-color:#ff1514;background-size:18px;border:none;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;height:45px;margin-right:0;overflow:hidden;text-indent:-999px;width:45px}#wpsl-wrap .wpsl-input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#wpsl-wrap #wpsl-search-input,#wpsl-wrap .wpsl-select-label{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:clamp(14px,1.11111vw,20px);font-weight:400;text-transform:uppercase}#wpsl-wrap #wpsl-search-input{border:none;min-width:clamp(130px,9.02778vw,161px);padding:3px 5px}#wpsl-wrap .wpsl-select-wrap{border-left:1px solid rgba(0,0,0,.1)}#wpsl-wrap .wpsl-select-label{display:block;padding:clamp(15px,2.15278vw,38px) 0 0 clamp(15px,1.52778vw,27px)}#wpsl-wrap .wpsl-dropdown{border:none;-webkit-box-shadow:none;box-shadow:none;width:clamp(180px,12.5vw,223px)}#wpsl-wrap .wpsl-selected-item{color:#ff1514;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-weight:400;padding:0 clamp(60px,6.94444vw,124px) clamp(15px,1.38889vw,41px) clamp(15px,1.52778vw,27px)!important;text-transform:uppercase}#wpsl-wrap .wpsl-selected-item:after{background:url(../images/arrow-select-down-red.svg) no-repeat;background-size:11px;border:none;height:14px;margin-top:0;top:8px;width:11px}#wpsl-wrap .wpsl-selected-item+div ul li{border-bottom:1px solid rgba(0,0,0,.1);color:#000;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:clamp(14px,.97222vw,17px);line-height:clamp(24px,1.66667vw,30px);padding:clamp(10px,1.04167vw,19px) clamp(25px,2.43056vw,43px);text-align:center;text-transform:uppercase}#wpsl-wrap .wpsl-selected-item+div ul li.wpsl-selected-dropdown{background:#ff1514;color:#fff}#wpsl-wrap #wpsl-gmap{-ms-grid-row-span:2;grid-area:wpsl-map;-ms-grid-column:2;-ms-grid-row:1;max-width:100%}@media screen and (max-width:1024px){#wpsl-wrap #wpsl-gmap{height:500px!important;margin-top:0}}#wpsl-wrap #wpsl-result-list{grid-area:wpsl-results;-ms-grid-column:1;-ms-grid-row:2;height:100%;margin:0;overflow:hidden;width:100%}@media screen and (max-width:1024px){#wpsl-wrap .wpsl-search{-ms-grid-column:1;-ms-grid-row:1}#wpsl-wrap #wpsl-gmap{-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-row:2}#wpsl-wrap #wpsl-result-list{-ms-grid-column:1;-ms-grid-row:3;max-height:500px}}#wpsl-wrap #wpsl-result-list #wpsl-stores{height:100%!important}#wpsl-wrap #wpsl-result-list #wpsl-stores ul li{border-bottom:1px solid rgba(0,0,0,.1);margin:0 clamp(15px,1.875vw,33px);padding:clamp(15px,1.94444vw,35px) 0}#wpsl-wrap #wpsl-result-list #wpsl-stores .wpsl-street:after{background:url(../images/location-red-icon.svg) no-repeat;background-size:100%;content:"";display:block;height:18px;left:0;position:absolute;top:0;width:15px}#wpsl-wrap #wpsl-result-list #wpsl-stores .wpsl-street+.wpsl-street:after{display:none}#wpsl-wrap .wpsl-store-location{padding-left:clamp(5px,1.38889vw,25px)}#wpsl-wrap .wpsl-store-location>p{margin:0}#wpsl-wrap .wpsl-store-location>p>*{color:#1c1c1c;display:block;font-size:clamp(14px,1.11111vw,20px);font-weight:400;padding-left:clamp(28px,2.29167vw,41px);position:relative}#wpsl-wrap .wpsl-store-location>p a{text-decoration:none}#wpsl-wrap .wpsl-store-location>p>strong{color:#1c1c1c;font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:clamp(18px,1.66667vw,30px);font-weight:400;line-height:clamp(18px,1.66667vw,30px);margin:0 0 7px;padding-left:0}#wpsl-wrap .contact-details-email,#wpsl-wrap .contact-details-phone{margin-top:10px}#wpsl-wrap .contact-details-email:after,#wpsl-wrap .contact-details-phone:after{content:"";display:block;left:0;position:absolute;top:0}#wpsl-wrap .contact-details-phone:after{background:url(../images/phone-red-icon.svg) no-repeat;background-size:100%;height:18px;width:18px}#wpsl-wrap .contact-details-email:after{background:url(../images/envelope-red-icon.svg) no-repeat;background-size:100%;height:13px;top:3px;width:18px}.map-block-type-2__container{max-width:1780px;padding-left:0;padding-right:0}@media screen and (min-width:768px){.map-block-type-2__container{padding-right:20px}}@media screen and (min-width:1440px){.map-block-type-2__container{margin-left:auto}}@media screen and (min-width:768px){.map-block-type-2__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:1440px){.map-block-type-2__inner{margin-left:-20px}}@media screen and (min-width:768px){.map-block-type-2__map-iframe{-webkit-box-flex:1;-ms-flex:1 1 55%;flex:1 1 55%;max-width:clamp(720px,50vw,890px)}}.map-block-type-2__map-iframe iframe{max-width:100%;width:100%}.map-block-type-2__content{padding:40px 20px}@media screen and (min-width:768px){.map-block-type-2__content{-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%;padding:clamp(35px,2.84722vw,51px) 0 clamp(30px,2.84722vw,51px) clamp(40px,4.58333vw,82px)}}.map-block-type-2__label{border-top:1px solid #cfcfcf;padding:clamp(10px,.97222vw,17px) 0 clamp(40px,5.27778vw,94px)}.map-block-type-2__title{line-height:1.422;margin:0 0 clamp(20px,1.875vw,33px)}.map-block-type-2__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:clamp(10px,.90278vw,16px)}.map-block-type-2__info a{color:#000;text-decoration:none;-webkit-transition:color .3s;transition:color .3s}.map-block-type-2__info a:hover{color:#ff1514}.map-block-type-2__address-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(15px,1.52778vw,27px)}.map-block-type-2__address-wrap>img{margin-top:clamp(7px,.48611vw,9px)}.map-block-type-2__email,.map-block-type-2__phone{display:-webkit-box;display:-ms-flexbox;display:flex;gap:clamp(13px,1.31944vw,23px)}.device-gallery-slider{background-color:#000;padding-top:145px}@media screen and (min-width:1440px){.device-gallery-slider{padding-top:10.06944vw}}@media screen and (min-width:1780px){.device-gallery-slider{padding-top:180px}}@media screen and (max-width:1439px){.device-gallery-slider{padding-top:calc(4.335vw + 82.57225px)}}@media screen and (max-width:768px){.device-gallery-slider{padding-top:100px}}.device-gallery-slider__bg-text{color:hsla(0,0%,100%,.1);font-size:225px;font-style:normal;font-weight:700;line-height:64px;margin-bottom:-80px;text-align:center}@media screen and (min-width:1440px){.device-gallery-slider__bg-text{font-size:15.625vw;line-height:4.44444vw}}@media screen and (min-width:1780px){.device-gallery-slider__bg-text{font-size:300px;line-height:80px}}@media screen and (max-width:1439px){.device-gallery-slider__bg-text{font-size:calc(11.079vw + 65.46243px);line-height:calc(2.312vw + 30.7052px)}}@media screen and (max-width:480px){.device-gallery-slider__bg-text{font-size:110px;line-height:40px}}.device-gallery-slider__bg-text>*{color:hsla(0,0%,100%,.1);font-size:225px;font-style:normal;font-weight:700;line-height:64px;text-align:center}@media screen and (min-width:1440px){.device-gallery-slider__bg-text>*{font-size:15.625vw;line-height:4.44444vw}}@media screen and (min-width:1780px){.device-gallery-slider__bg-text>*{font-size:300px;line-height:80px}}@media screen and (max-width:1439px){.device-gallery-slider__bg-text>*{font-size:calc(13.969vw + 23.84393px);line-height:calc(2.312vw + 30.7052px)}}.device-gallery-slider .page-container{position:relative}.device-gallery-slider__title{margin-bottom:60px;text-align:center}@media screen and (min-width:1440px){.device-gallery-slider__title{margin-bottom:4.16667vw}}@media screen and (min-width:1780px){.device-gallery-slider__title{margin-bottom:80px}}@media screen and (max-width:1439px){.device-gallery-slider__title{margin-bottom:calc(2.312vw + 26.7052px)}}@media screen and (max-width:480px){.device-gallery-slider__title{margin-bottom:36px}}.device-gallery-slider__text{margin:0 auto;max-width:789px;padding-top:60px;text-align:center}@media screen and (min-width:1440px){.device-gallery-slider__text{max-width:54.79167vw}}@media screen and (min-width:1780px){.device-gallery-slider__text{max-width:980px}}@media screen and (max-width:1439px){.device-gallery-slider__text{max-width:calc(47.11vw + 110.6185px)}}@media screen and (max-width:480px){.device-gallery-slider__text{max-width:100%}}.device-gallery-slider__slider-wrap{overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.device-gallery-slider__slider{overflow:visible;z-index:0}.device-gallery-slider__slide{-webkit-box-flex:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;justify-content:center;max-width:857px;width:auto}@media screen and (max-width:1439px){.device-gallery-slider__slide{max-width:calc(53.661vw + 84.28324px)}}@media screen and (max-width:640px){.device-gallery-slider__slide{max-width:calc(70.168vw - 22.07563px)}}.device-gallery-slider__image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;max-width:720px}.device-gallery-slider__image img{display:block;height:auto;width:100%}.device-gallery-slider__arrows{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;left:0;margin:0 auto;max-width:975px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1439px){.device-gallery-slider__arrows{max-width:calc(48.651vw + 274.42197px)}}@media screen and (max-width:640px){.device-gallery-slider__arrows{display:none}}.device-gallery-slider__arrow{cursor:pointer;padding:20px;position:relative;z-index:10}.device-gallery-slider__arrow svg path{fill:#fff;-webkit-transition:all .2s linear;transition:all .2s linear}.device-gallery-slider__arrow:hover svg path{fill:#ff1514}.hero-with-map-embed{background-color:#000;min-height:672px;padding-top:204px;z-index:2}.hero-with-map-embed.bg{background-image:url(../images/bg-dot.svg);background-position:0 0;background-repeat:repeat}.hero-with-map-embed:before{background:-webkit-gradient(linear,left bottom,left top,color-stop(2.67%,rgba(0,0,0,.9)),color-stop(41.82%,transparent),color-stop(87.78%,rgba(0,0,0,.9)));background:linear-gradient(0deg,rgba(0,0,0,.9) 2.67%,transparent 41.82%,rgba(0,0,0,.9) 87.78%)}.hero-with-map-embed:after,.hero-with-map-embed:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.hero-with-map-embed:after{background:linear-gradient(290.21deg,rgba(0,0,0,.5),transparent 36.31%,rgba(0,0,0,.9) 78.93%)}@media screen and (min-width:1440px){.hero-with-map-embed{min-height:46.66667vw;padding-top:14.16667vw}}@media screen and (min-width:1780px){.hero-with-map-embed{min-height:830px;padding-top:252px}}@media screen and (max-width:1439px){.hero-with-map-embed{padding-top:calc(7.129vw + 101.34104px)}}@media screen and (max-width:480px){.hero-with-map-embed{padding-top:130px}}.hero-with-map-embed__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative;z-index:3}@media screen and (max-width:767px){.hero-with-map-embed__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-with-map-embed__main-content{margin-right:40px;max-width:584px;padding-bottom:50px;padding-top:20px}@media screen and (min-width:1440px){.hero-with-map-embed__main-content{max-width:40.55556vw}}@media screen and (min-width:1780px){.hero-with-map-embed__main-content{max-width:700px}}@media screen and (max-width:1439px){.hero-with-map-embed__main-content{max-width:calc(33.141vw + 106.77457px)}}@media screen and (max-width:767px){.hero-with-map-embed__main-content{margin-right:0;max-width:100%}}.hero-with-map-embed__label{margin-bottom:28px}@media screen and (min-width:1440px){.hero-with-map-embed__label{margin-bottom:1.94444vw}}@media screen and (min-width:1780px){.hero-with-map-embed__label{margin-bottom:40px}}.hero-with-map-embed__map-wrap{background:#fff;border:1px solid #d9d9d9;border-radius:20px;margin-bottom:-235px;max-width:623px;overflow:hidden;width:100%}@media screen and (min-width:1440px){.hero-with-map-embed__map-wrap{margin-bottom:-16.31944vw;max-width:43.26389vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-wrap{margin-bottom:-290px;max-width:769px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-wrap{max-width:calc(31.118vw + 174.90751px)}}@media screen and (max-width:767px){.hero-with-map-embed__map-wrap{margin-bottom:-200px;max-width:623px}}.hero-with-map-embed__map-iframe iframe{height:327px;width:100%}@media screen and (min-width:1440px){.hero-with-map-embed__map-iframe iframe{height:22.70833vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-iframe iframe{height:404px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-iframe iframe{height:calc(12.235vw + 150.81503px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-iframe iframe{height:200px}}.hero-with-map-embed__map-content{-webkit-box-sizing:border-box;box-sizing:border-box;padding:57px 47px 49px}@media screen and (min-width:1440px){.hero-with-map-embed__map-content{padding:3.95833vw 3.26389vw 3.40278vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-content{padding:70px 58px 60px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-content{padding:calc(2.601vw + 19.54335px) calc(1.638vw + 23.41618px) calc(1.83vw + 22.64162px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-content{padding:30px}}.hero-with-map-embed__map-title{color:#1c1c1c;font-size:24px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:18px}@media screen and (min-width:1440px){.hero-with-map-embed__map-title{font-size:1.66667vw;line-height:1.66667vw;margin-bottom:1.25vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-title{font-size:29.6px;line-height:29.6px;margin-bottom:24px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-title{font-size:calc(.578vw + 15.6763px);line-height:calc(.385vw + 18.45087px);margin-bottom:calc(.578vw + 9.6763px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-title{font-size:18px;line-height:20px;margin-bottom:12px}}.hero-with-map-embed__map-title>*{color:#1c1c1c;font-size:24px;font-style:normal;font-weight:400;line-height:24px;margin:0}@media screen and (min-width:1440px){.hero-with-map-embed__map-title>*{font-size:1.66667vw;line-height:1.66667vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-title>*{font-size:29.6px;line-height:29.6px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-title>*{font-size:calc(.578vw + 15.6763px);line-height:calc(.385vw + 18.45087px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-title>*{font-size:18px;line-height:20px}}.hero-with-map-embed__map-link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:18px;max-width:230px}@media screen and (min-width:1440px){.hero-with-map-embed__map-link{gap:1.04167vw;margin-bottom:1.25vw;max-width:15.97222vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-link{gap:20px;margin-bottom:24px;max-width:280px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-link{gap:calc(.482vw + 8.06358px);margin-bottom:calc(.578vw + 9.6763px);max-width:calc(5.78vw + 146.76301px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-link{gap:10px;margin-bottom:12px;max-width:100%}}.hero-with-map-embed__map-link img{margin-top:6px;max-width:18px;width:100%}@media screen and (min-width:1440px){.hero-with-map-embed__map-link img{max-width:1.25vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-link img{max-width:22px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-link img{max-width:calc(.771vw + 6.90173px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-link img{max-width:10px}}.hero-with-map-embed__map-link a{color:#1c1c1c;font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:1440px){.hero-with-map-embed__map-link a{font-size:1.11111vw}}@media screen and (min-width:1780px){.hero-with-map-embed__map-link a{font-size:19.7px}}@media screen and (max-width:1439px){.hero-with-map-embed__map-link a{font-size:calc(.289vw + 11.83815px)}}@media screen and (max-width:480px){.hero-with-map-embed__map-link a{font-size:13px}}.hero-with-map-embed__map-link a:hover{color:#ff1514}.hero-with-map-embed__phone-number a,.hero-with-map-embed__site a{text-decoration:underline}.hero-with-map-embed__button{padding-top:28px}@media screen and (max-width:1439px){.hero-with-map-embed__button{padding-top:calc(.963vw + 14.12717px)}}@media screen and (max-width:480px){.hero-with-map-embed__button{padding-top:18px}}.hero-with-map-embed__button .btn{text-align:center;width:100%}.content-block-2-columns-text-featured-items-list{padding-bottom:130px;padding-top:68px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list{padding-bottom:9.02778vw;padding-top:4.72222vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list{padding-bottom:150px;padding-top:80px}}@media screen and (max-width:767px){.content-block-2-columns-text-featured-items-list{padding-top:calc(16.438vw + 143.91781px)}}.content-block-2-columns-text-featured-items-list__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.content-block-2-columns-text-featured-items-list__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block-2-columns-text-featured-items-list__text-content{margin-right:40px;max-width:544px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__text-content{max-width:37.77778vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__text-content{max-width:672px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__text-content{max-width:calc(27.36vw + 150.01156px)}}@media screen and (max-width:767px){.content-block-2-columns-text-featured-items-list__text-content{margin-right:0;max-width:621px}}.content-block-2-columns-text-featured-items-list__title{margin-bottom:20px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__title{margin-bottom:1.38889vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__title{margin-bottom:30px}}.content-block-2-columns-text-featured-items-list__text{margin-bottom:25px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__text{margin-bottom:1.73611vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__text{margin-bottom:35px}}.content-block-2-columns-text-featured-items-list__text h2{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:36px;font-weight:400;line-height:45px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__text h2{font-size:2.5vw;line-height:3.125vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__text h2{font-size:44.5px;line-height:56.3px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__text h2{font-size:calc(1.349vw + 16.57803px);line-height:calc(.482vw + 38.06358px)}}@media screen and (max-width:480px){.content-block-2-columns-text-featured-items-list__text h2{font-size:22px;line-height:40px}}.content-block-2-columns-text-featured-items-list__text h3,.content-block-2-columns-text-featured-items-list__text h4,.content-block-2-columns-text-featured-items-list__text h5,.content-block-2-columns-text-featured-items-list__text h6{font-family:TitilliumWeb,Helvetica,Arial,sans-serif;font-size:30px;font-weight:400;line-height:125%}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__text h3,.content-block-2-columns-text-featured-items-list__text h4,.content-block-2-columns-text-featured-items-list__text h5,.content-block-2-columns-text-featured-items-list__text h6{font-size:2.08333vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__text h3,.content-block-2-columns-text-featured-items-list__text h4,.content-block-2-columns-text-featured-items-list__text h5,.content-block-2-columns-text-featured-items-list__text h6{font-size:37.2px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__text h3,.content-block-2-columns-text-featured-items-list__text h4,.content-block-2-columns-text-featured-items-list__text h5,.content-block-2-columns-text-featured-items-list__text h6{font-size:calc(1.156vw + 13.3526px)}}@media screen and (max-width:480px){.content-block-2-columns-text-featured-items-list__text h3,.content-block-2-columns-text-featured-items-list__text h4,.content-block-2-columns-text-featured-items-list__text h5,.content-block-2-columns-text-featured-items-list__text h6{font-size:18px}}.content-block-2-columns-text-featured-items-list__devices-wrap{margin-left:auto;max-width:621px;padding-top:230px;width:100%}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__devices-wrap{max-width:43.125vw;padding-top:15.97222vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__devices-wrap{max-width:767px;padding-top:300px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__devices-wrap{max-width:calc(30.925vw + 175.68208px);padding-top:calc(18.304vw - 33.58382px)}}@media screen and (max-width:767px){.content-block-2-columns-text-featured-items-list__devices-wrap{margin-left:0;max-width:621px;padding-top:70px}}.content-block-2-columns-text-featured-items-list__devices-title{margin-bottom:24px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__devices-title{margin-bottom:1.66667vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__devices-title{margin-bottom:32px}}.content-block-2-columns-text-featured-items-list__devices-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:30px;padding-right:20px;padding-top:30px;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__devices-item{padding-bottom:calc(.963vw + 16.12717px);padding-right:calc(.482vw + 13.06358px);padding-top:calc(.963vw + 16.12717px)}}@media screen and (max-width:480px){.content-block-2-columns-text-featured-items-list__devices-item{padding-bottom:20px;padding-right:15px;padding-top:20px}}.content-block-2-columns-text-featured-items-list__devices-item:first-child{border-top:1px solid rgba(0,0,0,.1)}.content-block-2-columns-text-featured-items-list__devices-item.h-link:hover{border-bottom-color:#ff1514}.content-block-2-columns-text-featured-items-list__devices-item.h-link:hover .content-block-2-columns-text-featured-items-list__devices-item-title,.content-block-2-columns-text-featured-items-list__devices-item.h-link:hover .content-block-2-columns-text-featured-items-list__devices-item-title>*{color:#ff1514}.content-block-2-columns-text-featured-items-list__devices-item-link{height:100%;left:0;position:absolute;top:0;width:100%}.content-block-2-columns-text-featured-items-list__devices-item-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;height:auto;justify-content:center;margin-right:35px;max-width:128px;min-width:128px;width:100%}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__devices-item-col{max-width:8.88889vw;min-width:8.88889vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__devices-item-col{max-width:160px;min-width:160px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__devices-item-col{margin-right:calc(1.445vw + 14.19075px);max-width:calc(4.624vw + 61.4104px);min-width:calc(4.624vw + 61.4104px)}}@media screen and (max-width:767px){.content-block-2-columns-text-featured-items-list__devices-item-col{max-width:128px;min-width:128px}}.content-block-2-columns-text-featured-items-list__devices-item-title{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:normal;text-transform:uppercase;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__devices-item-title{font-size:1.11111vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__devices-item-title{font-size:19.7px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__devices-item-title{font-size:calc(.289vw + 11.83815px)}}@media screen and (max-width:480px){.content-block-2-columns-text-featured-items-list__devices-item-title{font-size:13px}}.content-block-2-columns-text-featured-items-list__devices-item-title>*{color:#a7a7a7;font-family:SpaceMono,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:normal;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__devices-item-title>*{font-size:1.11111vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__devices-item-title>*{font-size:19.7px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__devices-item-title>*{font-size:calc(.289vw + 11.83815px)}}@media screen and (max-width:480px){.content-block-2-columns-text-featured-items-list__devices-item-title>*{font-size:13px}}.content-block-2-columns-text-featured-items-list__devices-item-image{height:auto;width:100%}.content-block-2-columns-text-featured-items-list__devices-item-image img{width:100%}.content-block-2-columns-text-featured-items-list__devices-item-text{max-width:427px}@media screen and (min-width:1440px){.content-block-2-columns-text-featured-items-list__devices-item-text{max-width:29.65278vw}}@media screen and (min-width:1780px){.content-block-2-columns-text-featured-items-list__devices-item-text{max-width:540px}}@media screen and (max-width:1439px){.content-block-2-columns-text-featured-items-list__devices-item-text{max-width:calc(5.491vw + 347.92486px)}}@media screen and (max-width:480px){.content-block-2-columns-text-featured-items-list__devices-item-text{max-width:100%}}.content-block-2-columns-13-title-with-text-type-2__inner{border-top:1px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:74px;padding-top:65px}@media screen and (min-width:1440px){.content-block-2-columns-13-title-with-text-type-2__inner{padding-bottom:5.13889vw;padding-top:4.51389vw}}@media screen and (min-width:1780px){.content-block-2-columns-13-title-with-text-type-2__inner{padding-bottom:90px;padding-top:80px}}@media screen and (max-width:1439px){.content-block-2-columns-13-title-with-text-type-2__inner{padding-bottom:calc(1.349vw + 54.57803px);padding-top:calc(1.445vw + 44.19075px)}}@media screen and (max-width:767px){.content-block-2-columns-13-title-with-text-type-2__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.content-block-2-columns-13-title-with-text-type-2__inner{padding-bottom:60px;padding-top:50px}}.content-block-2-columns-13-title-with-text-type-2__title{margin-right:40px;max-width:335px}@media screen and (min-width:1440px){.content-block-2-columns-13-title-with-text-type-2__title{max-width:23.26389vw}}@media screen and (min-width:1780px){.content-block-2-columns-13-title-with-text-type-2__title{max-width:400px}}@media screen and (max-width:1439px){.content-block-2-columns-13-title-with-text-type-2__title{max-width:calc(9.152vw + 203.20809px)}}@media screen and (max-width:767px){.content-block-2-columns-13-title-with-text-type-2__title{margin-bottom:24px;margin-right:0;max-width:100%}}.content-block-2-columns-13-title-with-text-type-2__text{margin-left:auto;max-width:869px}@media screen and (min-width:1440px){.content-block-2-columns-13-title-with-text-type-2__text{max-width:60.34722vw}}@media screen and (min-width:1780px){.content-block-2-columns-13-title-with-text-type-2__text{max-width:1073px}}@media screen and (max-width:1439px){.content-block-2-columns-13-title-with-text-type-2__text{max-width:calc(52.89vw + 107.3815px)}}@media screen and (max-width:767px){.content-block-2-columns-13-title-with-text-type-2__text{margin-left:0;max-width:100%}}.error404{background-color:#000}.error404 .not-found{padding-bottom:250px;padding-top:280px}@media screen and (max-width:1440px){.error404 .not-found{padding-bottom:calc(10.476vw + 99.14286px);padding-top:calc(11.429vw + 115.42857px)}}.error404 .not-found__title{margin-bottom:47px;margin-top:22px}@media screen and (max-width:1440px){.error404 .not-found__title{margin-bottom:calc(1.619vw + 23.68571px);margin-top:calc(.571vw + 13.77143px)}}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex-row{-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row,.flex-row-reverse{-webkit-box-orient:horizontal!important}.flex-row-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-col{-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-col,.flex-col-reverse{-webkit-box-orient:vertical!important}.flex-col-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-no-wrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.justify-stretch{-webkit-box-pack:stretch!important;-ms-flex-pack:stretch!important;justify-content:stretch!important}.items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.hidden{display:none!important}
/*# sourceMappingURL=bundle.css.map*/