/*!
* jQuery SmartWizard v6.x
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
* Created by Dipu Raj (http://dipu.me)
*
* Licensed under the terms of the MIT License
* https://github.com/techlab/jquery-smartwizard/blob/master/LICENSE
*/
 :root{--sw-border-color:#eeeeee;--sw-toolbar-btn-color:#ffffff;--sw-toolbar-btn-background-color:#009EF7;--sw-anchor-default-primary-color:#f8f9fa;--sw-anchor-default-secondary-color:#b0b0b1;--sw-anchor-active-primary-color:#009EF7;--sw-anchor-active-secondary-color:#ffffff;--sw-anchor-done-primary-color:#90d4fa;--sw-anchor-done-secondary-color:#fefefe;--sw-anchor-disabled-primary-color:#f8f9fa;--sw-anchor-disabled-secondary-color:#dbe0e5;--sw-anchor-error-primary-color:#dc3545;--sw-anchor-error-secondary-color:#ffffff;--sw-anchor-warning-primary-color:#ffc107;--sw-anchor-warning-secondary-color:#ffffff;--sw-progress-color:#009EF7;--sw-progress-background-color:#f8f9fa;--sw-loader-color:#009EF7;--sw-loader-background-color:#f8f9fa;--sw-loader-background-wrapper-color:rgba(255, 255, 255, 0.7)}.sw{position:relative}.sw *,.sw *::before,.sw *::after{box-sizing:border-box}.sw>.tab-content{position:relative;overflow:hidden}.sw>.tab-content>.tab-pane{padding:40px;text-align:center}.sw>.tab-content>.tab-pane input,.sw>.tab-content>.tab-pane textarea,.tab-pane select{border:1px solid #C7C7C7;border-radius:8px}.sw .toolbar{padding:.8rem;text-align:right}.sw .toolbar>.sw-btn{display:inline-block;user-select:none}.sw .toolbar>.sw-btn.disabled,.sw .toolbar>.sw-btn:disabled{opacity:.65;display:none}.sw[dir=rtl]>.toolbar{text-align:left}.sw>.nav{display:flex;flex-wrap:wrap;list-style:none;padding-left:0;margin-top:0;margin-bottom:0}.steps{color:#A0A2A4;position:relative;bottom:40px;left:40px;width:fit-content}@media screen and (max-width:640px){.sw>.nav{flex-direction:column!important;flex:1 auto}}.sw>.nav .nav-link{display:block;padding:.5rem 1rem;text-decoration:none}.sw>.nav .nav-link:hover,.sw>.nav .nav-link:active,.sw>.nav .nav-link:focus{text-decoration:none}.sw>.nav .nav-link::-moz-focus-inner{border:0}.sw>.nav .nav-link.disabled{pointer-events:none;cursor:not-allowed}.sw>.nav .nav-link.hidden{display:none;visibility:none}.sw>.nav .nav-link>.num{display:flex;justify-content:center;align-items:center;float:left;pointer-events:none;height:100%;padding-left:.5rem;padding-right:.5rem;border-radius:10em;text-align:center;font-size:2em;font-weight:800;clear:both;line-height:1;text-decoration:none}.sw[dir=rtl]>.nav .nav-link>.num{float:right}.sw>.progress{padding:0;margin:0;border:0;width:100%;height:5px;background:var(--sw-progress-background-color);overflow:hidden}.sw>.progress>.progress-bar{height:5px;width:0%;background-color:var(--sw-progress-color);transition:width 0.5s ease-in-out}.sw.sw-justified>.nav>li,.sw.sw-justified>.nav .nav-link{flex-basis:0%;flex-grow:1;margin:0;text-align:center}.sw.sw-loading{-webkit-user-select:none;-moz-user-select:none;user-select:none}.sw.sw-loading::after{content:"";display:block;position:absolute;opacity:1;top:0;left:0;height:100%;width:100%;background:var(--sw-loader-background-wrapper-color);z-index:2}.sw.sw-loading::before{content:"";display:inline-block;position:absolute;top:45%;left:45%;width:2rem;height:2rem;border:10px solid var(--sw-loader-color);border-top:10px solid var(--sw-loader-background-color);border-radius:50%;z-index:10;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.sw .note{color:#A0A2A4;margin-top:30px}@-webkit-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.sw-theme-basic{border:1px solid var(--sw-border-color);background:#FFF}.sw-theme-basic>.nav .nav-link{position:relative;height:100%;min-height:100%;margin-right:5px;background:#F0F0F0}.sw-theme-basic>.nav .nav-link.default{color:var(--sw-anchor-default-secondary-color);cursor:not-allowed}.sw-theme-basic>.nav .nav-link.active{background:#FFF;cursor:pointer}.sw-theme-basic>.nav .nav-link.done{cursor:pointer}.sw-theme-basic>.nav .nav-link.done::after{background:var(--sw-anchor-done-primary-color)}.sw-theme-basic>.nav .nav-link.disabled{color:var(--sw-anchor-disabled-primary-color)!important}.sw-theme-basic>.nav .nav-link.disabled::after{background:var(--sw-anchor-disabled-primary-color)}.sw-theme-basic>.nav .nav-link.error{color:var(--sw-anchor-error-primary-color)!important;cursor:pointer}.sw-theme-basic>.nav .nav-link.error::after{background:var(--sw-anchor-error-primary-color)!important}.sw-theme-basic>.nav .nav-link.warning{color:var(--sw-anchor-warning-primary-color)!important;cursor:pointer}.sw-theme-basic>.nav .nav-link.warning::after{background:var(--sw-anchor-warning-primary-color)!important}.sw-theme-arrows{border:1px solid var(--sw-border-color)}.sw-theme-arrows>.nav{overflow:hidden}@media screen and (min-width:640px){.sw-theme-arrows>.nav .nav-item:first-child .nav-link{padding-left:10px;margin-left:0}}.sw-theme-arrows>.nav .nav-item:last-child .nav-link{margin-right:0}.sw-theme-arrows>.nav .nav-link{position:relative;height:100%;padding:10px;margin-right:30px;margin-left:-30px;padding-left:50px;transition:all 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link{overflow:hidden;margin-right:unset;text-align:left!important}}.sw-theme-arrows>.nav .nav-link::after,.sw-theme-arrows>.nav .nav-link::before{content:"";pointer-events:none;position:absolute;display:block;left:100%;top:50%;height:0;width:0;margin-top:-50px;border:50px solid transparent;border-left-width:40px;transition:all 0.5s ease-in-out}.sw-theme-arrows>.nav .nav-link::after{z-index:2}.sw-theme-arrows>.nav .nav-link::before{z-index:1}.sw-theme-arrows>.nav .nav-link.default{color:var(--sw-anchor-default-secondary-color);background-color:var(--sw-anchor-default-primary-color);cursor:not-allowed}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link.default{border-bottom:1px solid var(--sw-anchor-default-primary-color)}}.sw-theme-arrows>.nav .nav-link.default::after{border-left-color:var(--sw-anchor-default-primary-color)}.sw-theme-arrows>.nav .nav-link.default::before{border-left-color:var(--sw-anchor-default-secondary-color)}.sw-theme-arrows>.nav .nav-link.active{color:var(--sw-anchor-active-secondary-color)!important;border-color:var(--sw-anchor-active-primary-color);background-color:var(--sw-anchor-active-primary-color);cursor:pointer}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link.active{border-bottom:1px solid var(--sw-anchor-active-secondary-color)}}.sw-theme-arrows>.nav .nav-link.active::after{border-left-color:var(--sw-anchor-active-primary-color)}.sw-theme-arrows>.nav .nav-link.active::before{border-left-color:var(--sw-anchor-active-secondary-color)}.sw-theme-arrows>.nav .nav-link.done{color:var(--sw-anchor-done-secondary-color);border-color:var(--sw-anchor-done-primary-color);background-color:var(--sw-anchor-done-primary-color);cursor:pointer}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link.done{border-bottom:1px solid var(--sw-anchor-done-secondary-color)}}.sw-theme-arrows>.nav .nav-link.done::after{border-left-color:var(--sw-anchor-done-primary-color)}.sw-theme-arrows>.nav .nav-link.done::before{border-left-color:var(--sw-anchor-done-secondary-color)}.sw-theme-arrows>.nav .nav-link.disabled{color:var(--sw-anchor-disabled-secondary-color);border-color:var(--sw-anchor-disabled-primary-color);background-color:var(--sw-anchor-disabled-primary-color)}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link.disabled{border-bottom:1px solid var(--sw-anchor-disabled-secondary-color)}}.sw-theme-arrows>.nav .nav-link.disabled::after{border-left-color:var(--sw-anchor-disabled-primary-color)}.sw-theme-arrows>.nav .nav-link.disabled::before{border-left-color:var(--sw-anchor-disabled-secondary-color)}.sw-theme-arrows>.nav .nav-link.error{color:var(--sw-anchor-error-secondary-color);border-color:var(--sw-anchor-error-primary-color);background-color:var(--sw-anchor-error-primary-color);cursor:pointer}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link.error{border-bottom:1px solid var(--sw-anchor-error-secondary-color)}}.sw-theme-arrows>.nav .nav-link.error::after{border-left-color:var(--sw-anchor-error-primary-color)}.sw-theme-arrows>.nav .nav-link.error::before{border-left-color:var(--sw-anchor-error-secondary-color)}.sw-theme-arrows>.nav .nav-link.warning{color:var(--sw-anchor-warning-secondary-color);border-color:var(--sw-anchor-warning-primary-color);background-color:var(--sw-anchor-warning-primary-color);cursor:pointer}@media screen and (max-width:640px){.sw-theme-arrows>.nav .nav-link.warning{border-bottom:1px solid var(--sw-anchor-warning-secondary-color)}}.sw-theme-arrows>.nav .nav-link.warning::after{border-left-color:var(--sw-anchor-warning-primary-color)}.sw-theme-arrows>.nav .nav-link.warning::before{border-left-color:var(--sw-anchor-warning-secondary-color)}.sw-theme-arrows[dir=rtl]>.nav{padding-right:0}.sw-theme-arrows[dir=rtl]>.nav .nav-item:first-child .nav-link{padding-left:unset;margin-left:unset;padding-right:10px;margin-right:0}.sw-theme-arrows[dir=rtl]>.nav .nav-item:last-child .nav-link{margin-right:unset;margin-left:0}.sw-theme-arrows[dir=rtl]>.nav .nav-link{margin-right:unset;margin-left:unset;padding-left:unset;padding-right:50px}@media screen and (max-width:640px){.sw-theme-arrows[dir=rtl]>.nav .nav-link{margin-left:unset}}.sw-theme-arrows[dir=rtl]>.nav .nav-link::after,.sw-theme-arrows[dir=rtl]>.nav .nav-link::before{left:unset;right:100%;border-left-width:0;border-right-width:40px}.sw-theme-arrows[dir=rtl]>.nav .nav-link.default::after{border-right-color:var(--sw-anchor-default-primary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.default::before{border-right-color:var(--sw-anchor-default-secondary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.active::after{border-right-color:var(--sw-anchor-active-primary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.active::before{border-right-color:var(--sw-anchor-active-secondary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.done::after{border-right-color:var(--sw-anchor-done-primary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.done::before{border-right-color:var(--sw-anchor-done-secondary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.disabled::after{border-left-color:unset;border-right-color:var(--sw-anchor-disabled-primary-color)}.sw-theme-arrows[dir=rtl]>.nav .nav-link.disabled::before{border-left-color:unset;border-right-color:var(--sw-anchor-disabled-secondary-color)}.sw-theme-dots>.nav{position:relative;margin-bottom:10px}.sw-theme-dots>.nav::before{content:" ";position:absolute;top:18px;left:0;width:100%;height:5px;background-color:var(--sw-border-color);border-radius:3px;z-index:1}@media screen and (max-width:640px){.sw-theme-dots>.nav::before{top:0;left:20.5px;width:5px;height:100%}}@media screen and (max-width:640px){.sw-theme-dots>.nav .nav-item:last-child .nav-link{margin-bottom:0}}.sw-theme-dots>.nav .nav-link{position:relative;margin-top:40px}@media screen and (max-width:640px){.sw-theme-dots>.nav .nav-link{margin-top:unset;margin-bottom:20px;padding-left:55px;text-align:left!important}}.sw-theme-dots>.nav .nav-link::after{content:" ";position:absolute;display:block;left:0;right:0;margin-left:auto;margin-right:auto;border-radius:50%;top:-42px;width:46px;height:46px;z-index:99;border:8px solid var(--sw-border-color);transition:all 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-dots>.nav .nav-link::after{top:0;right:unset}}.sw-theme-dots>.nav .nav-link>.num{font-size:1.5em;position:absolute;display:block;left:0;right:0;top:-31px;margin-left:auto;margin-right:auto;z-index:100;transition:all 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-dots>.nav .nav-link>.num{top:0;right:unset;width:46px;padding-top:10px}}.sw-theme-dots>.nav .nav-link.default{color:var(--sw-anchor-default-secondary-color);cursor:not-allowed}.sw-theme-dots>.nav .nav-link.default>.num{color:var(--sw-anchor-default-primary-color)!important}.sw-theme-dots>.nav .nav-link.default::after{background-color:var(--sw-anchor-default-secondary-color)}.sw-theme-dots>.nav .nav-link.active{color:var(--sw-anchor-active-primary-color)!important;cursor:pointer}.sw-theme-dots>.nav .nav-link.active>.num{color:var(--sw-anchor-active-secondary-color)!important}.sw-theme-dots>.nav .nav-link.active::after{background-color:var(--sw-anchor-active-primary-color)!important;box-shadow:0 1px 7px 1px rgba(0,0,0,.3)}.sw-theme-dots>.nav .nav-link.done{color:var(--sw-anchor-done-primary-color);cursor:pointer}.sw-theme-dots>.nav .nav-link.done>.num{color:var(--sw-anchor-done-secondary-color)!important}.sw-theme-dots>.nav .nav-link.done::after{background-color:var(--sw-anchor-done-primary-color)}.sw-theme-dots>.nav .nav-link.disabled{color:var(--sw-anchor-disabled-primary-color)}.sw-theme-dots>.nav .nav-link.disabled>.num{color:var(--sw-anchor-disabled-secondary-color)!important}.sw-theme-dots>.nav .nav-link.disabled::after{background-color:var(--sw-anchor-disabled-primary-color)}.sw-theme-dots>.nav .nav-link.error{color:var(--sw-anchor-error-primary-color)!important;cursor:pointer}.sw-theme-dots>.nav .nav-link.error>.num{color:var(--sw-anchor-error-secondary-color)!important}.sw-theme-dots>.nav .nav-link.error::after{background-color:var(--sw-anchor-error-primary-color)!important}.sw-theme-dots>.nav .nav-link.warning{color:var(--sw-anchor-warning-primary-color)!important;cursor:pointer}.sw-theme-dots>.nav .nav-link.warning>.num{color:var(--sw-anchor-warning-secondary-color)!important}.sw-theme-dots>.nav .nav-link.warning::after{background-color:var(--sw-anchor-warning-primary-color)!important}.sw-theme-dots>.nav-progress::after{content:" ";position:absolute;top:18px;left:0;width:var(--sw-progress-width);height:5px;background-color:var(--sw-progress-color);border-radius:3px;z-index:2;transition:width 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-dots>.nav-progress::after{top:0;left:20.5px;width:5px;height:var(--sw-progress-width)}}.sw-theme-dots[dir=rtl]>.nav-progress::after{left:unset;right:0}.sw-theme-round>.nav .nav-link{position:relative;height:100%;min-height:100%;border-radius:10em;margin-right:4px;transition:all 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-round>.nav .nav-link{margin-right:unset;text-align:left!important}}.sw-theme-round>.nav .nav-link.default{background-color:var(--sw-anchor-default-primary-color);color:var(--sw-anchor-default-secondary-color);cursor:not-allowed}.sw-theme-round>.nav .nav-link.active{background-color:var(--sw-anchor-active-primary-color);color:var(--sw-anchor-active-secondary-color)!important;box-shadow:0 1px 7px 1px rgba(0,0,0,.3);cursor:pointer}.sw-theme-round>.nav .nav-link.done{background-color:var(--sw-anchor-done-primary-color);color:var(--sw-anchor-done-secondary-color);cursor:pointer}.sw-theme-round>.nav .nav-link.disabled{background-color:var(--sw-anchor-disabled-primary-color);color:var(--sw-anchor-disabled-secondary-color)!important}.sw-theme-round>.nav .nav-link.error{background-color:var(--sw-anchor-error-primary-color);color:var(--sw-anchor-error-secondary-color)!important;cursor:pointer}.sw-theme-round>.nav .nav-link.warning{background-color:var(--sw-anchor-warning-primary-color);color:var(--sw-anchor-warning-secondary-color)!important;cursor:pointer}.sw-theme-round[dir=rtl]>.nav .nav-link>.num{float:right}.sw-theme-square>.nav{position:relative;margin-bottom:10px}.sw-theme-square>.nav::before{content:" ";position:absolute;top:18px;left:0;width:100%;border-radius:8px;z-index:1;border:3px dashed var(--sw-border-color)}@media screen and (max-width:640px){.sw-theme-square>.nav::before{top:0;left:17px;width:6px;height:100%}}.sw-theme-square>.nav .nav-link{position:relative;margin-top:40px}@media screen and (max-width:640px){.sw-theme-square>.nav .nav-link{margin-top:unset;margin-bottom:20px;padding-left:55px;text-align:left!important}}.sw-theme-square>.nav .nav-link::before{content:" ";position:absolute;display:block;left:0;right:0;margin-left:auto;margin-right:auto;border-radius:.475rem;top:-40px;width:40px;height:40px;border:none;background:var(--sw-border-color);text-decoration:none;z-index:98;transition:all 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-square>.nav .nav-link::before{top:0;right:unset}}.sw-theme-square>.nav .nav-link>.num{position:absolute;display:block;left:0;right:0;top:-38px;margin-left:auto;margin-right:auto;z-index:100;transition:all 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-square>.nav .nav-link>.num{top:0;right:unset;width:40px;padding-top:3px}}.sw-theme-square>.nav .nav-link.default{color:var(--sw-anchor-default-secondary-color);cursor:not-allowed}.sw-theme-square>.nav .nav-link.default::after{background-color:var(--sw-anchor-default-secondary-color)}.sw-theme-square>.nav .nav-link.active{color:var(--sw-anchor-active-primary-color)!important;cursor:pointer}.sw-theme-square>.nav .nav-link.active>.num{color:var(--sw-anchor-active-secondary-color)!important}.sw-theme-square>.nav .nav-link.active::before{background-color:var(--sw-anchor-active-primary-color)!important;box-shadow:0 1px 7px 1px rgba(0,0,0,.3)}.sw-theme-square>.nav .nav-link.done{color:var(--sw-anchor-done-primary-color);cursor:pointer}.sw-theme-square>.nav .nav-link.done>.num{color:var(--sw-anchor-done-secondary-color)!important}.sw-theme-square>.nav .nav-link.done::before{background-color:var(--sw-anchor-done-primary-color)!important}.sw-theme-square>.nav .nav-link.disabled{color:var(--sw-anchor-disabled-primary-color)}.sw-theme-square>.nav .nav-link.disabled::after{background-color:var(--sw-anchor-disabled-primary-color)}.sw-theme-square>.nav .nav-link.error{color:var(--sw-anchor-error-primary-color)!important;cursor:pointer}.sw-theme-square>.nav .nav-link.error::after{background-color:var(--sw-anchor-error-primary-color)!important}.sw-theme-square>.nav .nav-link.warning{color:var(--sw-anchor-warning-primary-color)!important;cursor:pointer}.sw-theme-square>.nav .nav-link.warning::after{background-color:var(--sw-anchor-warning-primary-color)!important}.sw-theme-square>.nav-progress::after{content:" ";position:absolute;top:18px;left:0;width:var(--sw-progress-width);border-radius:8px;z-index:1;height:6px;background-color:var(--sw-progress-color);z-index:2;transition:width 0.5s ease-in-out}@media screen and (max-width:640px){.sw-theme-square>.nav-progress::after{top:0;left:17px;width:6px;height:var(--sw-progress-width)}}.sw-theme-square[dir=rtl]>.nav-progress::after{left:unset;right:0}.valid-feedback{display:none;width:100%;margin-top:15px;color:#198754}.is-valid .valid-feedback,.is-valid .valid-tooltip,.was-validated:valid .valid-feedback,.was-validated:valid .valid-tooltip{display:block}.is-valid .note,.was-validated:valid .note{display:none}.invalid-feedback{display:none;width:100%;margin-top:15px;color:#dc3545}.is-invalid .invalid-feedback,.is-invalid .invalid-tooltip,.was-validated:invalid .invalid-feedback,.was-validated:invalid .invalid-tooltip{display:block}
/*!
Theme Name: Purplex Marketing
Author: Purplex Marketing
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/html,body,div,span,applet,object,iframe,h1,h2,h3,p.toggle-tab,.sectors-modal .intro-content h2,h4,.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2,h5,.desk-menu .mega>ul>li>a,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.post-edit-link{position:fixed;bottom:30px;left:30px;z-index:10;padding:15px 25px;color:#fff;background:#A0A2A4}.clear{clear:both}.td{display:table-cell}.table{display:table;width:100%}.vt{vertical-align:top}.vm{vertical-align:middle}.vb{vertical-align:bottom}.t-left{text-align:left}.t-right{text-align:right}.t-center{text-align:center}.relative{position:relative}.three-quarter{width:75%}.two-third{width:66.666%}.third{width:33.333%}.quarter{width:25%}.fifth{width:20%}.half{width:50%}.spacer{height:40px}@media only screen and (max-width:1300px){.spacer{height:20px}}.flex{display:flex;justify-content:space-between;flex-wrap:wrap}.a-center{align-items:center}.a-start{align-items:flex-start}.a-end{align-items:flex-end}.j-center{justify-content:center}.j-start{justify-content:flex-start}.j-between{justify-content:space-between}.j-around{justify-content:space-around}.flex-col{display:flex;flex-direction:column}.o-fit{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.o-contain{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.back-img{background-position:center;background-repeat:no-repeat;background-size:cover}.back-img-fixed{background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}@media only screen and (max-width:1200px){.back-img-fixed{background-attachment:none}}.grey-back{background-color:#C7C7C7}.cream-back{background-color:#F7F7F7}.black-back{background-color:#222}.black-back h1,.black-back h2,.black-back h3,.black-back p.toggle-tab,.black-back .sectors-modal .intro-content h2,.sectors-modal .intro-content .black-back h2,.black-back h4,.black-back .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .black-back h3,.black-back .footer .top-footer .left .links .menu-col p.toggle-tab,.black-back .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .black-back .footer .top-footer .left .links .menu-col h2,.black-back h5,.black-back .desk-menu .mega>ul>li>a,.desk-menu .black-back .mega>ul>li>a,.black-back h6,.black-back p,.black-back li,.black-back span,.black-back strong,.black-back b,.black-back a{color:#fff}.black-back a:hover{color:#ffba3d}.primary-back{background-color:#ffba3d}.primary-back h1,.primary-back h2,.primary-back h3,.primary-back p.toggle-tab,.primary-back .sectors-modal .intro-content h2,.sectors-modal .intro-content .primary-back h2,.primary-back h4,.primary-back .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .primary-back h3,.primary-back .footer .top-footer .left .links .menu-col p.toggle-tab,.primary-back .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .primary-back .footer .top-footer .left .links .menu-col h2,.primary-back h5,.primary-back .desk-menu .mega>ul>li>a,.desk-menu .primary-back .mega>ul>li>a,.primary-back h6,.primary-back p,.primary-back li,.primary-back span,.primary-back strong,.primary-back b,.primary-back a{color:#fff}.primary-back a:hover{color:#ffdd9d}.secondary-back{background-color:#ffdd9d}.secondary-back h1,.secondary-back h2,.secondary-back h3,.secondary-back p.toggle-tab,.secondary-back .sectors-modal .intro-content h2,.sectors-modal .intro-content .secondary-back h2,.secondary-back h4,.secondary-back .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .secondary-back h3,.secondary-back .footer .top-footer .left .links .menu-col p.toggle-tab,.secondary-back .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .secondary-back .footer .top-footer .left .links .menu-col h2,.secondary-back h5,.secondary-back .desk-menu .mega>ul>li>a,.desk-menu .secondary-back .mega>ul>li>a,.secondary-back h6,.secondary-back p,.secondary-back li,.secondary-back span,.secondary-back strong,.secondary-back b,.secondary-back a{color:#fff}.secondary-back a:hover{color:#ffba3d}.alignleft{float:left;margin:0 20px 20px 0;max-width:450px;max-height:350px;height:auto}@media only screen and (max-width:1150px){.alignleft{max-width:350px;max-height:250px}}@media only screen and (max-width:850px){.alignleft{float:none;display:block;margin:20px auto;max-width:450px;max-height:350px}}@media only screen and (max-width:560px){.alignleft{max-width:100%}}.alignright{float:right;margin:0 0 20px 20px;max-width:450px;max-height:350px;height:auto;clear:right}@media only screen and (max-width:1150px){.alignright{max-width:350px;max-height:250px}}@media only screen and (max-width:850px){.alignright{float:none;display:block;margin:20px auto;max-width:450px;max-height:350px}}@media only screen and (max-width:560px){.alignright{max-width:100%}}.aligncenter{display:block;margin:20px auto;max-width:960px;height:auto;max-height:600px}@media only screen and (max-width:1050px){.aligncenter{max-width:100%}}.aligncenter.fullwidth{max-width:100%}img{width:initial;width:auto;max-width:100%}.container{max-width:1840px;width:100%;margin:0 auto}@media only screen and (max-width:1920px){.container{max-width:100%;padding:0 60px}}@media only screen and (max-width:1200px){.container{padding:0 30px}}@media only screen and (max-width:720px){.container{padding:0 20px}}.container-medium{max-width:1480px;width:100%;margin:0 auto}@media only screen and (max-width:1520px){.container-medium{max-width:100%;padding:0 60px}}@media only screen and (max-width:1200px){.container-medium{padding:0 30px}}@media only screen and (max-width:720px){.container-medium{padding:0 20px}}.container-small{max-width:900px;width:100%;margin:0 auto}@media only screen and (max-width:960px){.container-small{max-width:100%;padding:0 30px}}@media only screen and (max-width:720px){.container-small{padding:0 20px}}.inner-container{max-width:600px;width:100%;margin:0 auto}@media only screen and (max-width:1450px){.inner-container{max-width:100%;padding:0 60px}}@media only screen and (max-width:1200px){.inner-container{padding:0 30px}}@media only screen and (max-width:720px){.inner-container{padding:0 20px}}.x-small-pad{padding-top:40px;padding-bottom:40px}.small-pad{padding-top:85px;padding-bottom:85px}@media only screen and (max-width:1600px){.small-pad{padding-top:65px;padding-bottom:65px}}@media only screen and (max-width:1300px){.small-pad{padding-top:45px;padding-bottom:45px}}@media only screen and (max-width:720px){.small-pad{padding-top:30px;padding-bottom:30px}}.med-pad{padding-top:100px;padding-bottom:100px}@media only screen and (max-width:1600px){.med-pad{padding-top:80px;padding-bottom:80px}}@media only screen and (max-width:1300px){.med-pad{padding-top:65px;padding-bottom:65px}}@media only screen and (max-width:720px){.med-pad{padding-top:40px;padding-bottom:40px}}.large-pad{padding-top:120px;padding-bottom:120px}@media only screen and (max-width:1600px){.large-pad{padding-top:90px;padding-bottom:90px}}@media only screen and (max-width:1300px){.large-pad{padding-top:65px;padding-bottom:65px}}@media only screen and (max-width:720px){.large-pad{padding-top:40px;padding-bottom:40px}}.x-large-pad{padding-top:200px;padding-bottom:200px}@media only screen and (max-width:1800px){.x-large-pad{padding-top:150px;padding-bottom:150px}}@media only screen and (max-width:1600px){.x-large-pad{padding-top:120px;padding-bottom:120px}}@media only screen and (max-width:1300px){.x-large-pad{padding-top:80px;padding-bottom:80px}}@media only screen and (max-width:720px){.x-large-pad{padding-top:50px;padding-bottom:50px}}.no-pad-top{padding-top:0}.no-pad-bot{padding-bottom:0}.no-pad-left{padding-left:0}.no-pad-right{padding-right:0}#topTrigger{position:fixed;top:50px}#middleTrigger{position:fixed;top:50%}#bottomTrigger{position:fixed;bottom:50px}.animate-slide-up{opacity:0;visibility:hidden;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:0.5s ease-out;-moz-transition:0.5s ease-out;-ms-transition:0.5s ease-out;-o-transition:0.5s ease-out;transition:0.5s ease-out}.animate-slide-down{opacity:0;visibility:hidden;-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:0.5s ease-out;-moz-transition:0.5s ease-out;-ms-transition:0.5s ease-out;-o-transition:0.5s ease-out;transition:0.5s ease-out}.animate-slide-right{opacity:0;visibility:hidden;-webkit-transform:translateX(50px);-moz-transform:translateX(50px);-ms-transform:translateX(50px);-o-transform:translateX(50px);transform:translateX(50px);-webkit-transition:0.5s ease-out;-moz-transition:0.5s ease-out;-ms-transition:0.5s ease-out;-o-transition:0.5s ease-out;transition:0.5s ease-out}.animate-slide-left{opacity:0;visibility:hidden;-webkit-transform:translateX(-50px);-moz-transform:translateX(-50px);-ms-transform:translateX(-50px);-o-transform:translateX(-50px);transform:translateX(-50px);-webkit-transition:0.5s ease-out;-moz-transition:0.5s ease-out;-ms-transition:0.5s ease-out;-o-transition:0.5s ease-out;transition:0.5s ease-out}.animated{opacity:1;visibility:visible;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-family:"Poppins",sans-serif;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#626262;font-size:16px;line-height:30px}@media only screen and (max-width:400px){*{font-size:15px}}.fa-thin,.fa-solid,.fa-regular,.fa-light,.fa-duotone{color:inherit;font-size:inherit}a{font-family:inherit;font-size:inherit;font-weight:inherit;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}h1,h2,h3,p.toggle-tab,.sectors-modal .intro-content h2,h4,.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2,h5,.desk-menu .mega>ul>li>a,h6{font-family:"Poppins",sans-serif;font-weight:200;line-height:1.2;margin-bottom:20px;color:#333}h1.underline:after,h2.underline:after,h3.underline:after,h4.underline:after,h5.underline:after,h6.underline:after{content:"";display:block;height:10px;width:96px;margin:30px auto;background:center / cover no-repeat url(/wp-content/themes/CleanBuildPro/assets/svg/line-device.svg)}.vertline{position:relative}.vertline:before{content:"";position:absolute;left:0;top:15px;height:100%;width:10px;background:center / cover no-repeat url(/wp-content/themes/CleanBuildPro/assets/svg/vertical-line-device.svg)}h1{font-size:60px;margin-bottom:25px}@media only screen and (max-width:1600px){h1{font-size:52px}}@media only screen and (max-width:1400px){h1{font-size:46px}}@media only screen and (max-width:1200px){h1{font-size:38px;margin-bottom:20px}}@media only screen and (max-width:900px){h1{font-size:32px}}@media only screen and (max-width:600px){h1{font-size:28px}}@media only screen and (max-width:400px){h1{font-size:26px}}h2{font-size:40px;margin-bottom:25px}@media only screen and (max-width:1600px){h2{font-size:38px}}@media only screen and (max-width:1400px){h2{font-size:36px}}@media only screen and (max-width:1200px){h2{font-size:32px;margin-bottom:20px}}@media only screen and (max-width:900px){h2{font-size:30px}}@media only screen and (max-width:600px){h2{font-size:28px}}@media only screen and (max-width:400px){h2{font-size:26px}}h3,p.toggle-tab,.sectors-modal .intro-content h2{font-size:36px}@media only screen and (max-width:1600px){h3,p.toggle-tab,.sectors-modal .intro-content h2{font-size:32px}}@media only screen and (max-width:1200px){h3,p.toggle-tab,.sectors-modal .intro-content h2{font-size:24px}}@media only screen and (max-width:600px){h3,p.toggle-tab,.sectors-modal .intro-content h2{font-size:18px}}h4,.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2{font-size:24px}@media only screen and (max-width:1600px){h4,.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2{font-size:22px}}@media only screen and (max-width:1200px){h4,.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2{font-size:20px}}@media only screen and (max-width:600px){h4,.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2{font-size:18px}}h5,.desk-menu .mega>ul>li>a{text-transform:uppercase;font-size:16px;color:#ffba3d;font-weight:600}p a,li a,ul a{color:#ffba3d;font-size:inherit}p a:hover,li a:hover,ul a:hover{color:#ffcc70}p~.btn,p .btn,li~.btn,li .btn,ul~.btn,ul .btn{margin-top:10px}p{margin-bottom:20px}ul,ol{margin-bottom:20px;list-style:disc;list-style-position:outside;padding-left:20px}.t-center ul,.t-right ul,.t-center ol,.t-right ol{list-style-position:inside;padding-left:0}ul li,ol li{margin-bottom:5px}ol{list-style:decimal}b,strong{color:inherit;font-size:inherit;line-height:inherit;font-family:inherit}span,i{color:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;font-family:inherit}table{width:100%;border-collapse:collapse;margin:10px 0 30px;display:block;overflow-x:auto}table tbody{display:table;width:100%}table td,table th{border:0;padding:15px;text-align:center;vertical-align:middle;max-width:200px}table th{background:#ffba3d;color:#fff;font-weight:600}table tr{border:1px solid #C7C7C7}table tr:nth-of-type(2n-1){background:#C7C7C7}table tr:first-of-type{border-color:#ffba3d}.btn{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;font-family:"Poppins",sans-serif;font-weight:200;outline:none;display:inline-block;cursor:pointer;font-size:18px;font-weight:500;padding:14px 30px;border-radius:24px;border:2px solid transparent;line-height:1;text-align:center;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1200px){.btn{font-size:16px;padding:15px 30px}}@media only screen and (max-width:500px){.btn{padding:15px}}.btn.primary{background:transparent;border-color:#ffba3d;color:#333}.btn.primary:hover{background:#ffba3d;color:#FFF}.btn.secondary{background:transparent;border-color:#ffdd9d;color:#333}.btn.secondary:hover{background:#ffdd9d;color:#FFF}.btn.white{background:#fff;border-color:#fff;color:#ffba3d}.btn.white:hover{border-color:#ffba3d}.btn.black{background:#222;border-color:#222;color:#fff}.btn.black:hover{background:#3c3c3c;border-color:#3c3c3c;color:#ffba3d}.btn.grey{background:#A0A2A4;border-color:#A0A2A4;color:#fff}.btn.grey:hover{background:#babcbd;border-color:#babcbd;color:#FFF}.btn.grey-outline{background:transparent;border-color:#A0A2A4;color:#333}.btn.grey-outline:hover{background:#babcbd;border-color:#babcbd;color:#FFF}.btn.white-outline{background:transparent;border-color:#fff;color:#fff}.btn.white-outline:hover{background:#fff;color:#222}.btn.basic{border:0;color:#333;background:none}.btn.basic:hover{text-decoration:underline}.btn+.btn{margin-left:10px!important}@media only screen and (max-width:500px){.btn+.btn{margin-left:0!important;margin-top:10px}}input[type="submit"],input[type="text"],input[type="tel"],input[type="email"],select,textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;border:0;border-radius:0;outline:none;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}input[type="text"],input[type="tel"],input[type="email"],input[type="number"],select,textarea{width:100%;padding:20px 30px;border-bottom:1px solid #C7C7C7;margin-bottom:15px;background:#fff;resize:none}@media only screen and (max-width:500px){input[type="text"],input[type="tel"],input[type="email"],input[type="number"],select,textarea{padding:15px 20px}}input[type="text"].wpcf7-not-valid,input[type="tel"].wpcf7-not-valid,input[type="email"].wpcf7-not-valid,input[type="number"].wpcf7-not-valid,select.wpcf7-not-valid,textarea.wpcf7-not-valid{border-color:#e74c3c;background:#fff8f8}input[type="submit"]{border-radius:24px;border:inherit}.wpcf7-form.submitting input[type="submit"],.wpcf7-form.submitting button[type="submit"]{pointer-events:none;cursor:default;opacity:.7}::-webkit-input-placeholder{text-transform:capitalize;font-weight:600;color:#222;opacity:1}:-moz-placeholder{text-transform:capitalize;font-weight:600;color:#222;opacity:1}::-moz-placeholder{text-transform:capitalize;font-weight:600;color:#222;opacity:1}:-ms-input-placeholder{text-transform:capitalize;font-weight:600;color:#222;opacity:1}.wpcf7 .wpcf7-not-valid-tip,.wpcf7 br,.wpcf7 .screen-reader-response{display:none}.wpcf7 select::-ms-expand{display:none}.wpcf7 .codedropz-upload-wrapper{margin-bottom:20px}.wpcf7 p{margin:0}.wpcf7 p.input-title{font-weight:600;margin:10px 0 5px}.wpcf7 .select-wrap{display:block;position:relative;text-align:left}.wpcf7 .select-wrap:after{content:"";font-family:"Font Awesome 6 Pro";position:absolute;top:22px;right:20px;pointer-events:none}@media only screen and (max-width:500px){.wpcf7 .select-wrap:after{top:17px;right:15px}}.wpcf7 .wrap{position:relative}.wpcf7 .wrap label{position:absolute;display:inline-block;font-weight:600;opacity:1;pointer-events:none;z-index:1;color:#C7C7C7;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;-webkit-transform:translate(30px,22px);-moz-transform:translate(30px,22px);-ms-transform:translate(30px,22px);-o-transform:translate(30px,22px);transform:translate(30px,22px)}@media only screen and (max-width:500px){.wpcf7 .wrap label{-webkit-transform:translate(20px,16px);-moz-transform:translate(20px,16px);-ms-transform:translate(20px,16px);-o-transform:translate(20px,16px);transform:translate(20px,16px)}}.wpcf7 .wrap label.move{font-size:12px;-webkit-transform:translate(30px,15px);-moz-transform:translate(30px,15px);-ms-transform:translate(30px,15px);-o-transform:translate(30px,15px);transform:translate(30px,15px)}@media only screen and (max-width:500px){.wpcf7 .wrap label.move{-webkit-transform:translate(20px,5px);-moz-transform:translate(20px,5px);-ms-transform:translate(20px,5px);-o-transform:translate(20px,5px);transform:translate(20px,5px)}}.wpcf7 .wrap label.move.wpcf7-validates-as-date{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.wpcf7 .wrap label>span{font-size:.8em}.wpcf7 .wrap label~span input[type="text"].move,.wpcf7 .wrap label~span input[type="tel"].move,.wpcf7 .wrap label~span input[type="email"].move,.wpcf7 .wrap label~span select.move,.wpcf7 .wrap label~span textarea.move{padding:30px 30px 10px}@media only screen and (max-width:500px){.wpcf7 .wrap label~span input[type="text"].move,.wpcf7 .wrap label~span input[type="tel"].move,.wpcf7 .wrap label~span input[type="email"].move,.wpcf7 .wrap label~span select.move,.wpcf7 .wrap label~span textarea.move{padding:20px 20px 10px}}.wpcf7 .split-inputs{overflow:hidden}.wpcf7 .split-inputs>span,.wpcf7 .split-inputs>div{display:block;width:calc(50% - 10px);float:left}@media only screen and (max-width:720px){.wpcf7 .split-inputs>span,.wpcf7 .split-inputs>div{width:100%;float:none}}.wpcf7 .split-inputs>span:last-of-type,.wpcf7 .split-inputs>div:last-of-type{float:right}@media only screen and (max-width:720px){.wpcf7 .split-inputs>span:last-of-type,.wpcf7 .split-inputs>div:last-of-type{float:none}}.wpcf7-checkbox,.wpcf7-radio{display:inline-block;width:100%;margin-bottom:20px;padding:10px 10px 0;border:1px solid transparent;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.wpcf7-checkbox.wpcf7-not-valid,.wpcf7-radio.wpcf7-not-valid{border-color:#e74c3c;background:#fff8f8}.wpcf7-checkbox *,.wpcf7-radio *{cursor:pointer}span.wpcf7-list-item{display:inline-block;margin-left:0;margin-right:30px;margin-bottom:10px}span.wpcf7-list-item label{display:block}span.wpcf7-list-item input[type="checkbox"],span.wpcf7-list-item input[type="radio"]{display:none}span.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before,span.wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before{content:""}.wpcf7-radio span.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::before,.wpcf7-radio span.wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before{content:""}span.wpcf7-list-item .wpcf7-list-item-label{display:inline-block;user-select:none}span.wpcf7-list-item .wpcf7-list-item-label:before{content:"";font-family:"Font Awesome 6 Pro";font-weight:600;font-size:10px;display:inline-block;width:15px;height:15px;line-height:15px;text-align:center;color:#ffba3d;margin-right:10px;margin-top:-2px;vertical-align:middle;cursor:pointer;border:1px solid #222;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label:before{border-radius:50px}.wpcf7-response-output{padding:15px 20px;font-weight:600;color:#fff;background:#e67e22;opacity:0;margin-top:20px}.invalid .wpcf7-response-output{background:#e74c3c;display:block;opacity:1}.sent .wpcf7-response-output{background:#2ecc71;display:block;opacity:1}.spam .wpcf7-response-output{display:block;opacity:1}.wpcf7-response-output .download-lnk-pdf{display:block;color:#fff;text-decoration:underline}.data-check p.terms{display:block;margin-bottom:20px}.data-check .wpcf7-checkbox{padding:0}.data-check span.wpcf7-list-item{margin:0;display:block}.data-check span.wpcf7-list-item .wpcf7-list-item-label{display:block;position:relative;padding-left:30px}.data-check span.wpcf7-list-item .wpcf7-list-item-label:before{position:absolute;top:55%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.wpcf7-spinner{width:12px;height:12px;margin-left:15px;display:none}@media only screen and (max-width:500px){.wpcf7-spinner{margin-left:0;margin-top:10px}}.submitting .wpcf7-spinner{display:inline-block}.wpcf7-spinner:after{content:" ";display:block;width:12px;height:12px;border-radius:100%;border:2px solid #ffba3d;border-color:#ffba3d transparent #ffba3d transparent;animation:dual-ring 1.5s linear infinite}@keyframes dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:inherit;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-arrow{position:absolute;top:50%;left:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;font-size:0;background:transparent;border:0;padding:0;outline:none;cursor:pointer;z-index:1}.slick-arrow:hover:after{color:#ffba3d}.slick-arrow:after{content:"";font-family:"Font Awesome 6 Pro";font-weight:200;font-size:30px;color:#ffba3d;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.slick-arrow.slick-next{left:initial;right:20px}.slick-arrow.slick-next:after{content:""}.slick-dots{text-align:center;padding:0;margin:30px 0 0}.slick-dots li{list-style:none;display:inline-block;margin:0 8px;cursor:pointer}.slick-dots li.slick-active:after{background:#ffba3d}.slick-dots li:after{content:"";width:12px;height:12px;background:#fff;border-radius:100%;display:block;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-ms-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-o-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.slick-dots li button{display:none}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:fixed!important;top:50%!important;left:50%!important;z-index:8020;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:665px){.fancybox-wrap{width:92%!important}}.fancybox-wrap .fancybox-inner{width:100%!important}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;padding:0px!important;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading{position:fixed}.fancybox-close{position:absolute;cursor:pointer;z-index:8040;top:0;right:0}.fancybox-close:before{content:"";font-family:"Font Awesome 6 Pro";display:block;font-size:18px;color:#fff;background:rgba(0,0,0,.45);cursor:pointer;text-align:center;width:40px;line-height:40px}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-next.fancybox-nav span:before{content:""}.fancybox-nav span{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;z-index:8040;width:auto;visibility:visible!important}.fancybox-nav span:before{content:"";font-family:"Font Awesome 6 Pro";font-size:50px;color:#ffdd9d}.fancybox-prev span{left:-50px}.fancybox-next span{right:-50px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:rgba(0,0,0,.7)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.single-careers .fancybox-title-float-wrap .child{display:none}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}:root{--header-height:90px}@media only screen and (max-width:1130px){:root{--header-height:70px}}.header-space{height:var(--header-height)}.main-header{background:transparent;position:fixed;top:0;left:0;right:0;z-index:10;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.main-header:before{content:"";position:absolute;width:100%;height:110px;background:#000;top:-40px;z-index:-1;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:575px){.main-header:before{height:90px}}@media only screen and (max-width:1475px){.main-header .container{padding:0 30px}}@media only screen and (max-width:1230px){.main-header .container{padding:0 20px}}@media only screen and (max-width:350px){.main-header .container{padding:0 10px}}.main-header .logo a{display:block}.main-header .logo a img{vertical-align:middle;width:246px}@media only screen and (max-width:1300px){.main-header .logo a img{width:220px}}@media only screen and (max-width:1230px){.main-header .logo a img{width:180px}}@media only screen and (max-width:500px){.main-header .logo a img{width:150px}}@media only screen and (max-width:400px){.main-header .logo a img{width:130px}}.main-header.scroll{-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-ms-transform:translateY(-70px);-o-transform:translateY(-70px);transform:translateY(-70px)}.main-header.scroll:before{top:52px;opacity:1}.main-header.scroll-mobile{-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-ms-transform:translateY(-70px);-o-transform:translateY(-70px);transform:translateY(-70px)}@media only screen and (max-width:575px){.main-header.scroll-mobile{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px)}}.main-header.scroll-mobile:before{top:30px;opacity:1}.main-header.mobile-active{-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-ms-transform:translateY(-70px);-o-transform:translateY(-70px);transform:translateY(-70px)}@media only screen and (max-width:575px){.main-header.mobile-active{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px)}}.main-header.mobile-active:before{top:30px;opacity:1}.top-bar{background:#000;padding:10px 0}@media only screen and (max-width:575px){.top-bar{padding:0}}@media only screen and (max-width:575px){.top-bar .container{padding:0 10px;justify-content:center}}.top-bar a{color:#FFF;font-weight:600;font-size:14px}@media only screen and (max-width:575px){.top-bar a{display:none}}.top-bar a i{color:#ffba3d;margin-right:7px}.top-bar a span{font-weight:400}.top-bar a:hover{color:#ffba3d;text-decoration:underline}.top-bar .sectors-menu{position:relative;width:auto;cursor:pointer}.top-bar .sectors-menu p,.top-bar .sectors-menu li,.top-bar .sectors-menu a{display:block;font-size:15px;font-weight:400;color:#fff}@media only screen and (max-width:400px){.top-bar .sectors-menu p,.top-bar .sectors-menu li,.top-bar .sectors-menu a{font-size:14px}}.top-bar .sectors-menu span{font-weight:600}.top-bar .sectors-menu .sector-wrap{position:relative;padding:10px;z-index:1;display:flex}.top-bar .sectors-menu .sector-wrap:after{content:"";font-family:"Font Awesome 6 Pro";color:#fff;margin-left:15px}@media only screen and (max-width:400px){.top-bar .sectors-menu .sector-wrap:after{margin-left:6px}}.top-bar .sectors-menu .sector-wrap:hover{background-color:#222}.top-bar .sectors-menu .sector-wrap:hover+ul{display:block}.top-bar .sectors-menu .sector-wrap p{margin-bottom:0}.top-bar .sectors-menu ul{display:none;position:absolute;left:0;width:270px;padding:10px 0;background:#222;border-top:4px solid #ffba3d;text-align:left}@media only screen and (max-width:575px){.top-bar .sectors-menu ul{left:50%;transform:translateX(-50%);z-index:1}}.top-bar .sectors-menu ul:before{content:"";width:0;height:0;position:absolute;z-index:1;top:-14px;right:50%;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffba3d}.top-bar .sectors-menu ul:hover{display:block}.top-bar .sectors-menu ul li{display:block;margin:0}.top-bar .sectors-menu ul li ul{left:250px;top:0;background:#bfbfbf}.top-bar .sectors-menu ul li a{line-height:1;padding:15px 20px}.desk-menu,.sector-menu{-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1130px){.desk-menu,.sector-menu{display:none}}.search-visible .desk-menu,.search-visible .sector-menu{opacity:0;visibility:hidden}.desk-menu ul,.sector-menu ul{width:100%;text-align:right;margin:0}.desk-menu ul li,.sector-menu ul li{display:inline-block;margin:0;margin-left:-6px;position:relative}.desk-menu ul li a,.sector-menu ul li a{display:block;padding:30px 25px;font-weight:500;color:#FFF;font-size:16px}@media only screen and (max-width:1475px){.desk-menu ul li a,.sector-menu ul li a{padding:30px 10px}}.desk-menu ul li:hover>ul,.sector-menu ul li:hover>ul{display:block}.desk-menu ul li>a:hover,.sector-menu ul li>a:hover{color:#ffdd9d;text-decoration:underline}.desk-menu ul li.cta a,.sector-menu ul li.cta a{padding:7.5px 30px;border:1.5px solid #ffba3d;border-radius:24px}@media only screen and (max-width:1475px){.desk-menu ul li.cta a,.sector-menu ul li.cta a{padding:6px 20px;margin-left:10px}}.desk-menu ul li.cta a:hover,.sector-menu ul li.cta a:hover{background:#ffba3d;color:#FFF;text-decoration:none}.desk-menu ul li>ul,.sector-menu ul li>ul{display:none;position:absolute;left:-35%;width:220px;padding:10px 0;background:#222;border-top:4px solid #ffba3d;text-align:left}.desk-menu ul li>ul:before,.sector-menu ul li>ul:before{content:"";width:0;height:0;position:absolute;top:-14px;right:50%;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffba3d}.desk-menu ul li>ul li,.sector-menu ul li>ul li{display:block;margin:0}.desk-menu ul li>ul li ul,.sector-menu ul li>ul li ul{left:250px;top:0;background:#bfbfbf}.desk-menu ul li>ul li a,.sector-menu ul li>ul li a{line-height:1;padding:15px 20px}.desk-menu ul li>ul>li>a:hover,.sector-menu ul li>ul>li>a:hover{text-decoration:underline}.desk-menu ul li>ul>li>ul>li>a:hover,.sector-menu ul li>ul>li>ul>li>a:hover{color:#ffdd9d}.desk-menu .mega:hover>ul{display:flex}.desk-menu .mega.no-link{cursor:default}.desk-menu .mega>ul{flex-wrap:wrap;justify-content:space-between;width:660px;padding:0;left:50%;transform:translateX(-50%)}.desk-menu .mega>ul>li{padding:0 0 15px 0;width:33.33%;text-align:center}.desk-menu .mega>ul>li .image{padding-bottom:50%;width:100%;margin-bottom:15px}.desk-menu .mega>ul>li>a{color:#FFF;margin:0;padding:0 0 10px 0!important;font-weight:600;display:flex;flex-wrap:wrap;flex-direction:column-reverse}.desk-menu .mega>ul>li a{padding:10px 0}.desk-menu .mega>ul>li ul{display:block;position:static;width:auto;text-align:center;background:none;padding:0;border-top:0}.desk-menu .mega>ul>li ul:before{content:none}.mobile-buttons{display:none;text-align:right;user-select:none}@media only screen and (max-width:1130px){.mobile-buttons{display:inline-block}}.mobile-buttons a,.mobile-buttons #mob-toggle{display:inline-block;cursor:pointer;width:50px;color:#FFF;line-height:var(--header-height);text-align:center}@media only screen and (max-width:500px){.mobile-buttons a,.mobile-buttons #mob-toggle{width:35px}}.mobile-menu{position:fixed;top:var(--header-height);bottom:0;right:0;width:600px;padding:20px 0;overflow-y:scroll;background:#C7C7C7;opacity:0;visibility:hidden;z-index:10;-webkit-transform:translateX(600px);-moz-transform:translateX(600px);-ms-transform:translateX(600px);-o-transform:translateX(600px);transform:translateX(600px);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:700px){.mobile-menu{width:100%;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}@media only screen and (max-width:1130px){.mobile-menu.active{opacity:1;visibility:visible;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.mobile-menu ul{margin:0;padding:0}.mobile-menu ul li{margin:0}.mobile-menu ul li a{padding:0 30px;display:block;line-height:50px;color:#222}.mobile-menu ul li ul{background:rgba(0,0,0,.1);position:relative}.mobile-menu ul li ul.active:before{content:""}.mobile-menu ul li ul:before{content:"+";font-family:"Font Awesome 6 Pro";position:absolute;right:0;top:-50px;width:50px;line-height:50px;font-size:12px;color:#222;font-weight:600;text-align:center;cursor:pointer}.mobile-menu ul li ul li{display:none}.darkness{position:fixed;top:0;left:0;bottom:0;right:0;z-index:9;background:rgba(0,0,0,.75);opacity:0;visibility:hidden;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1130px){.darkness.active{opacity:1;visibility:visible}}#searchToggle{line-height:var(--header-height);color:#FFF;padding:0 20px;cursor:pointer;font-size:20px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:500px){#searchToggle{padding:0 10px}}#searchToggle:hover{color:#ffdd9d}.hidden-search{position:absolute;top:12px;right:0;bottom:0;height:64px;padding-right:64px;opacity:0;visibility:hidden;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1130px){.hidden-search{top:6px;height:56px;padding-right:56px}}.search-visible .hidden-search{opacity:1;visibility:visible}.hidden-search input{margin:0;height:64px;width:550px;border:0;background:#eee}@media only screen and (max-width:1130px){.hidden-search input{height:56px}}@media only screen and (max-width:694px){.hidden-search input{width:auto}}.hidden-search button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;position:absolute;padding:0;top:0;right:0;bottom:0;height:64px;width:64px;border-radius:0 24px 24px 0;background:#ffba3d!important}@media only screen and (max-width:1130px){.hidden-search button{height:56px;width:56px}}.hidden-search button:hover{background:#ffdd9d!important}.hidden-search button i{font-size:inherit;color:#fff}.hidden-search #closeSearch{position:absolute;top:0;left:-50px;line-height:64px;height:64px;width:50px;text-align:center;cursor:pointer;background:#fff;color:#e74c3c;border-radius:24px 0 0 24px}@media only screen and (max-width:1130px){.hidden-search #closeSearch{height:56px;line-height:56px}}#datafetch{width:calc(100% + var(--header-height));background:#ffba3d;padding:20px 0;max-height:400px;overflow:scroll;opacity:0;visibility:hidden}#datafetch.visible{opacity:1;visibility:visible}#datafetch a,#datafetch p{color:#fff;font-weight:600;padding:10px 20px;display:block;margin:0}#datafetch a:hover{background:rgba(0,0,0,.1)}.banner{position:relative;overflow:hidden;background:#000}.banner:after{content:"";position:absolute;left:0;bottom:0;right:0;height:50%;background:linear-gradient(0deg,#222222 25%,rgba(0,0,0,0) 70%);opacity:.5;z-index:2}@media only screen and (max-width:800px){.banner:after{background:linear-gradient(0deg,#222222 30%,rgba(0,0,0,0) 70%);opacity:.4}}.banner:before{content:"";position:absolute;left:0;right:0;top:40px;background:linear-gradient(180deg,#222222 25%,rgba(0,0,0,0) 70%);opacity:.5;z-index:2;height:50%}.banner .slider{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;opacity:.8}.banner .slider .video-fallback{display:block!important}.banner .slider .video-fallback video{object-fit:cover}.banner .container{position:relative;z-index:3}.banner .banner-text{margin:0 auto 30px}@media only screen and (max-width:800px){.banner .banner-text{width:100%}}@media only screen and (max-width:500px){.banner .banner-text{text-align:center}}.banner .banner-text *{color:#fff}.banner .banner-text h1{margin:0}.banner .banner-text h3,.banner .banner-text p.toggle-tab,.banner .banner-text .sectors-modal .intro-content h2,.sectors-modal .intro-content .banner .banner-text h2{margin-bottom:5px}.banner .banner-text p{margin:10px 0 0;font-size:20px}@media only screen and (max-width:1280px){.banner .banner-text p{font-size:18px}}@media only screen and (max-width:600px){.banner .banner-text p{font-size:16px}}.banner .banner-text .btn{margin:20px 0 0}.banner.default{padding:400px 0 20px 0}@media only screen and (max-width:1080px){.banner.default{padding:250px 0 20px}}@media only screen and (max-width:600px){.banner.default{padding:200px 0 20px}}.banner.default .half{margin:auto;padding-bottom:30px}@media only screen and (max-width:1280px){.banner.default .half{width:70%}}@media only screen and (max-width:850px){.banner.default .half{width:90%}}@media only screen and (max-width:600px){.banner.default .half{width:100%}}.banner.home{min-height:calc(100vh - var(--header-height) + 20px)}.banner.large,.banner.project{min-height:calc(100vh - (var(--header-height) + 200px))}.banner.home .container,.banner.large .container,.banner.project .container{position:absolute;left:50%;transform:translateX(-50%);bottom:70px}@media only screen and (max-width:1600px){.banner.home .container,.banner.large .container,.banner.project .container{bottom:50px}}@media only screen and (max-width:1200px){.banner.home .container,.banner.large .container,.banner.project .container{bottom:40px}}.banner.home .banner-text,.banner.project .banner-text{padding:0 0 0 30px;margin:0 0 30px}@media only screen and (max-width:1100px){.banner.home .banner-text,.banner.project .banner-text{width:100%}}@media only screen and (max-width:800px){.banner.home .banner-text,.banner.project .banner-text{background:none}}@media only screen and (max-width:500px){.banner.home .banner-text,.banner.project .banner-text{text-align:left}}@media only screen and (max-width:1600px){.banner.home .banner-text.vertline:before,.banner.project .banner-text.vertline:before{top:8px}}@media only screen and (max-width:1200px){.banner.home .banner-text.vertline:before,.banner.project .banner-text.vertline:before{top:6px}}@media only screen and (max-width:500px){.banner.home .banner-text p,.banner.project .banner-text p{font-size:18px}}@media only screen and (max-width:500px){.banner.home .slider-dots,.banner.project .slider-dots{display:none}}.banner.split:after{display:none}@media only screen and (max-width:1000px){.banner.split .banner-text{background:rgba(255,255,255,.5);position:relative;z-index:1}}.banner.split .banner-text h1,.banner.split .banner-text h3,.banner.split .banner-text p.toggle-tab,.banner.split .banner-text .sectors-modal .intro-content h2,.sectors-modal .intro-content .banner.split .banner-text h2,.banner.split .banner-text p{color:#222}@media only screen and (max-width:1000px){.banner.split .banner-slider{position:static}}@media only screen and (max-width:1000px){.banner.split .half{width:100%}}.slider-dots{position:absolute;bottom:0;z-index:3;right:0;padding:inherit}.slider-dots .dots{display:inline-block;width:60px;height:4px;background:rgba(255,255,255,.6);font-size:0;cursor:pointer;margin-left:5px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.slider-dots .dots.selected{background:#ffba3d}.anchor-links{z-index:3;border-bottom:1px solid #DEDEDE}@media only screen and (max-width:1130px){.anchor-links{display:none}}.anchor-links a{flex-grow:1;font-size:15px;padding:15px 40px;border-right:1px solid #DEDEDE;text-align:center}.anchor-links a:first-of-type{border-left:1px solid #DEDEDE}.anchor-links a:hover{background:rgba(255,186,61,.1);text-decoration:underline}.anchor-links.sticky{position:sticky;top:var(--header-height)}.card-gap{gap:15px}@media only screen and (max-width:1100px){.card-gap{gap:10px}}.card{overflow:hidden;width:calc(25% - 20px);background:#FFF}@media only screen and (max-width:1100px){.card{width:calc(50% - 10px)}}@media only screen and (max-width:650px){.card{width:100%}}@media only screen and (min-width:800px){.card:hover .text h4,.card:hover .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .card:hover .text h3,.card:hover .text .footer .top-footer .left .links .menu-col p.toggle-tab,.card:hover .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .card:hover .text .footer .top-footer .left .links .menu-col h2{color:#ffba3d}.card:hover .image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}}.card .image{width:100%;padding-bottom:60%;overflow:hidden}.card .image img{-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.card .text{padding:20px 15px;background:#FFF;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.card .text h3,.card .text p.toggle-tab,.card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .card .text h2{color:#ffba3d;margin-bottom:15px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.card .text h4,.card .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .card .text h3,.card .text .footer .top-footer .left .links .menu-col p.toggle-tab,.card .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .card .text .footer .top-footer .left .links .menu-col h2{font-size:22px;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}@media only screen and (max-width:980px){.card .text h4,.card .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .card .text h3,.card .text .footer .top-footer .left .links .menu-col p.toggle-tab,.card .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .card .text .footer .top-footer .left .links .menu-col h2{font-size:20px}}@media only screen and (max-width:600px){.card .text h4,.card .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .card .text h3,.card .text .footer .top-footer .left .links .menu-col p.toggle-tab,.card .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .card .text .footer .top-footer .left .links .menu-col h2{font-size:17px}}.card .text p{margin:0;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.card .text p.more{color:#ffba3d;margin-top:20px;font-weight:600}.card .text p.more i{margin-left:5px;vertical-align:middle}.card .text p.date{color:#626262;font-weight:300}.posts-loop.case-studies{padding-top:40px}.posts-loop.case-studies .container-medium{gap:40px}@media only screen and (max-width:1100px){.posts-loop.case-studies .container-medium{gap:20px}}@media only screen and (max-width:820px){.posts-loop.case-studies .container-medium{gap:10px}}.posts-loop.case-studies .card{width:calc(50% - 20px)}@media only screen and (max-width:1100px){.posts-loop.case-studies .card{width:calc(50% - 10px)}}@media only screen and (max-width:820px){.posts-loop.case-studies .card{width:calc(50% - 5px)}}@media only screen and (max-width:700px){.posts-loop.case-studies .card{width:100%}}.posts-loop.case-studies .card .text{position:absolute;bottom:0;background:transparent;z-index:3}.posts-loop.case-studies .card .text *{color:#FFF}.posts-loop.case-studies .card:before{content:"";position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#222222 25%,rgba(0,0,0,0) 70%);opacity:.5;z-index:2;height:50%;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (min-width:800px){.posts-loop.case-studies .card:hover:before{opacity:.7}}.tabs-wrap+.related-project-wrap{padding-top:0}.related-project-wrap .container{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:48px}.related-project-wrap .container .slick-list{width:100%}.related-project-wrap .container .card{width:100%;height:380px;margin:0 5px}@media only screen and (max-width:1500px){.related-project-wrap .container .card{height:300px}}@media only screen and (max-width:500px){.related-project-wrap .container .card{height:250px}}.related-project-wrap .container .card .image{display:block;height:100%;padding:0}.related-project-wrap .container .card .text{position:absolute;bottom:0;background:transparent;z-index:3}@media only screen and (max-width:1500px){.related-project-wrap .container .card .text h3,.related-project-wrap .container .card .text p.toggle-tab,.related-project-wrap .container .card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .related-project-wrap .container .card .text h2{margin-bottom:0;font-weight:400}}.related-project-wrap .container .card .text *{color:#FFF}.related-project-wrap .container .card:before{content:"";position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#222222 25%,rgba(0,0,0,0) 70%);opacity:.5;z-index:2;height:50%;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (min-width:800px){.related-project-wrap .container .card:hover:before{opacity:.7}}.post-type-archive-careers #intro{padding-bottom:40px}@media only screen and (max-width:820px){.post-type-archive-careers #intro{padding-bottom:20px}}.posts-loop.careers .container-medium{gap:40px}@media only screen and (max-width:1100px){.posts-loop.careers .container-medium{gap:20px}}@media only screen and (max-width:820px){.posts-loop.careers .container-medium{gap:10px}}.posts-loop.careers .card{width:calc(50% - 20px);border:1px solid #DEDEDE}@media only screen and (max-width:1100px){.posts-loop.careers .card{width:calc(50% - 10px)}}@media only screen and (max-width:820px){.posts-loop.careers .card{width:calc(50% - 5px)}}@media only screen and (max-width:700px){.posts-loop.careers .card{width:100%}}.posts-loop.careers .card:hover{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 0 15px -3px rgba(34,34,34,.1);-moz-box-shadow:0 0 15px -3px rgba(34,34,34,.1);-ms-box-shadow:0 0 15px -3px rgba(34,34,34,.1);-o-box-shadow:0 0 15px -3px rgba(34,34,34,.1);box-shadow:0 0 15px -3px rgba(34,34,34,.1)}.posts-loop.careers .card:hover .text .btn{background:#babcbd;border-color:#babcbd;color:#FFF}.posts-loop.careers .card .text{padding:30px}@media only screen and (max-width:700px){.posts-loop.careers .card .text{padding:20px}}.posts-loop.careers .card .text h3,.posts-loop.careers .card .text p.toggle-tab,.posts-loop.careers .card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .posts-loop.careers .card .text h2{color:#333;font-size:32px}@media only screen and (max-width:1600px){.posts-loop.careers .card .text h3,.posts-loop.careers .card .text p.toggle-tab,.posts-loop.careers .card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .posts-loop.careers .card .text h2{font-size:28px}}@media only screen and (max-width:1200px){.posts-loop.careers .card .text h3,.posts-loop.careers .card .text p.toggle-tab,.posts-loop.careers .card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .posts-loop.careers .card .text h2{font-size:24px}}@media only screen and (max-width:600px){.posts-loop.careers .card .text h3,.posts-loop.careers .card .text p.toggle-tab,.posts-loop.careers .card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .posts-loop.careers .card .text h2{font-size:18px}}.posts-loop.careers .card .text .btn{margin-top:10px;display:inline-block}.posts-loop.careers .card .text .details{margin:15px 0}.posts-loop.careers .card .text .details p{margin:10px 0}.posts-loop.careers .card .text .details p strong{min-width:150px;display:inline-block}@media only screen and (max-width:820px){.posts-loop.careers .card .text .details p strong{min-width:110px}}.posts-loop.careers .card .text .details p i{margin-right:5px}@media only screen and (max-width:980px){.sidebar-content-wrap>.container{flex-direction:column-reverse}}.sidebar-content-wrap .content-wrap{width:976px}.sidebar-content-wrap .content-wrap .back{color:#A0A2A4;margin-bottom:10px;display:block}.sidebar-content-wrap .content-wrap .back i{font-size:12px}.sidebar-content-wrap .content-wrap .back:hover{color:#ffba3d}@media only screen and (max-width:1400px){.sidebar-content-wrap .content-wrap{padding-right:50px;width:750px}}@media only screen and (max-width:1100px){.sidebar-content-wrap .content-wrap{padding-right:30px;width:650px}}@media only screen and (max-width:980px){.sidebar-content-wrap .content-wrap{width:100%;padding-right:0}}.sidebar-content-wrap .content-wrap .image{padding-bottom:50%;overflow:hidden;margin-bottom:30px}@media only screen and (max-width:1600px){.sidebar-content-wrap .content-wrap .image{padding-bottom:64%}}@media only screen and (max-width:600px){.sidebar-content-wrap .content-wrap .image{padding-bottom:75%}}.sidebar-content-wrap .content-wrap .content{padding:0 30px}@media only screen and (max-width:980px){.sidebar-content-wrap .content-wrap .content{padding:0}}.sidebar-content-wrap .content-wrap .details{font-weight:600;font-size:16px}.sidebar-content-wrap .content-wrap .details span{margin:0 10px 0 9px;position:relative;top:-1px;opacity:.2}.sidebar-content-wrap .content-wrap .details i{color:#ffba3d;margin-right:3px}.sidebar-content-wrap .content-wrap .details i.fa-tag{margin-right:5px}.sidebar-content-wrap .content-wrap img{max-width:100%;width:100%}.sidebar-content-wrap .sidebar-wrap{width:calc(100% - 976px);position:sticky;padding-left:100px;align-self:flex-start;top:160px}@media only screen and (max-width:1400px){.sidebar-content-wrap .sidebar-wrap{width:calc(100% - 750px)}}@media only screen and (max-width:1100px){.sidebar-content-wrap .sidebar-wrap{width:calc(100% - 650px)}}@media only screen and (max-width:980px){.sidebar-content-wrap .sidebar-wrap{width:100%;position:relative;top:0;margin-bottom:30px;padding-left:0}}.sidebar-content-wrap .sidebar-wrap .wrap{background:#F0F0F0;max-width:400px;margin:0 auto}.sidebar-content-wrap .sidebar-wrap .wrap h4,.sidebar-content-wrap .sidebar-wrap .wrap .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .sidebar-content-wrap .sidebar-wrap .wrap h3,.sidebar-content-wrap .sidebar-wrap .wrap .footer .top-footer .left .links .menu-col p.toggle-tab,.sidebar-content-wrap .sidebar-wrap .wrap .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .sidebar-content-wrap .sidebar-wrap .wrap .footer .top-footer .left .links .menu-col h2{font-size:18px;font-weight:500}.sidebar-content-wrap .sidebar-wrap .wrap .info{padding:30px}.sidebar-content-wrap .sidebar-wrap .wrap .info p{margin-bottom:10px}.sidebar-content-wrap .sidebar-wrap .wrap .info p:last-of-type{margin-bottom:0}.sidebar-content-wrap .sidebar-wrap .wrap .table-of-contents{border-top:#DEDEDE 1px solid;padding:30px}.sidebar-content-wrap .sidebar-wrap .wrap .table-of-contents p{cursor:pointer;margin-bottom:10px;position:relative;padding-left:20px;line-height:1.4;text-decoration:underline;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.sidebar-content-wrap .sidebar-wrap .wrap .table-of-contents p:before{content:"";font-weight:600;width:6px;height:6px;background:#A0A2A4;border-radius:100%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.sidebar-content-wrap .sidebar-wrap .wrap .table-of-contents p:hover{color:#ffba3d}.sidebar-content-wrap .sidebar-wrap .wrap .social-buttons{border-top:#DEDEDE 1px solid;padding:30px}.sidebar-content-wrap .sidebar-wrap .wrap .social-buttons a{width:36px;height:36px;border:1.5px solid #C7C7C7;border-radius:100%;margin-right:12px;display:flex;align-items:center;justify-content:center}.sidebar-content-wrap .sidebar-wrap .wrap .social-buttons a:hover{border-color:#ffba3d;color:#626262}.sidebar-content-wrap .sidebar-wrap .wrap .social-buttons a:last-of-type{margin-right:0}@media only screen and (max-width:980px){.sidebar-content-wrap.news-content .container{flex-direction:column}}@media only screen and (max-width:1600px){.sidebar-content-wrap.news-content .sidebar-wrap{padding-left:40px}}@media only screen and (max-width:1500px){.sidebar-content-wrap.news-content .sidebar-wrap{padding:0}}@media only screen and (max-width:980px){.sidebar-content-wrap.news-content .sidebar-wrap{margin:0;margin-top:30px}}@media only screen and (max-width:1500px){.sidebar-content-wrap.news-content .sidebar-wrap .wrap{margin:0;max-width:100%}}@media only screen and (max-width:1500px){.sidebar-content-wrap.news-content .content-wrap{padding-right:50px;width:750px}}@media only screen and (max-width:1100px){.sidebar-content-wrap.news-content .content-wrap{padding-right:30px;width:650px}}@media only screen and (max-width:980px){.sidebar-content-wrap.news-content .content-wrap{padding:0;width:100%}}.news-content .content-wrap img{max-width:100%}.related-posts .cards-wrap{gap:20px}@media only screen and (max-width:1080px){.large-feature .container{position:relative}}.large-feature .image{width:60%;padding-bottom:40%}@media only screen and (max-width:1450px){.large-feature .image{width:50%}}@media only screen and (max-width:1300px){.large-feature .image{padding-bottom:48%}}@media only screen and (max-width:1120px){.large-feature .image{padding-bottom:55%}}@media only screen and (max-width:1080px){.large-feature .image{width:100%;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1;padding-bottom:0}}.large-feature .image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:0;z-index:1}@media only screen and (max-width:1080px){.large-feature .image:before{opacity:.5}}.large-feature .text{width:40%;padding:50px}@media only screen and (max-width:1450px){.large-feature .text{width:50%;padding:30px 0 30px 40px}}@media only screen and (max-width:1200px){.large-feature .text{padding:0;padding-left:30px}}@media only screen and (max-width:1080px){.large-feature .text{width:100%;padding:0}}@media only screen and (max-width:1080px){.large-feature .text h2,.large-feature .text p,.large-feature .text a{color:#fff}}.fullwidth-feature{background:#222}.fullwidth-feature *{color:#fff}.product-boxes .card{width:calc(50% - 10px);display:flex;flex-direction:column}@media only screen and (max-width:650px){.product-boxes .card{width:100%}}.product-boxes .card:hover .text p{color:#626262}.product-boxes .card:hover .text .btn{background:#ffba3d;color:#FFF}.product-boxes .card:hover .image img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-ms-transform:scale(1.04);-o-transform:scale(1.04);transform:scale(1.04)}.product-boxes .card .image{padding-bottom:80%;overflow:hidden}.product-boxes .card .image img{-webkit-transition:0.6s ease;-moz-transition:0.6s ease;-ms-transition:0.6s ease;-o-transition:0.6s ease;transition:0.6s ease}@media only screen and (max-width:650px){.product-boxes .card .image{padding-bottom:65%}}.product-boxes .card .text{background:transparent;display:flex;flex-direction:column;align-items:center;flex-grow:1;gap:20px}.product-boxes .card .text h3,.product-boxes .card .text p.toggle-tab,.product-boxes .card .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .product-boxes .card .text h2{color:#333;margin-bottom:0}.product-boxes .card .text .btn{margin-top:auto}.page-template-page-overview .product-boxes .card{width:calc(33.33% - 10px)}@media only screen and (max-width:1250px){.page-template-page-overview .product-boxes .card{width:calc(50% - 10px)}}@media only screen and (max-width:720px){.page-template-page-overview .product-boxes .card{width:100%}}.page-template-page-market .product-boxes,.page-template-page-market .case-studies-slider-wrap{background:#F7F7F7}@media only screen and (max-width:1350px){.product-grid-wrap .container{position:relative;align-items:flex-start}}@media only screen and (max-width:1000px){.product-grid-wrap .container{flex-direction:column-reverse;gap:30px}}.product-grid-wrap .text{width:40%;padding-left:50px}@media only screen and (max-width:1350px){.product-grid-wrap .text{padding:10px 0 10px 50px;position:sticky;top:100px}}@media only screen and (max-width:1000px){.product-grid-wrap .text{position:relative;top:0;width:100%;padding:0}}@media only screen and (max-width:1350px){.product-grid-wrap .text .inner-container{padding:0}}@media only screen and (max-width:1000px){.product-grid-wrap .text .inner-container{text-align:center}}.product-grid-wrap .product-grid{width:60%;justify-content:flex-start;gap:0 22px}@media only screen and (max-width:1350px){.product-grid-wrap .product-grid{justify-content:space-between;gap:0 16px}}@media only screen and (max-width:1000px){.product-grid-wrap .product-grid{width:100%}}@media only screen and (max-width:600px){.product-grid-wrap .product-grid{gap:0 8px}}.product-grid-wrap .product-grid .item{width:calc(33.33% - 15px);margin:15px 0}@media only screen and (max-width:1550px){.product-grid-wrap .product-grid .item{margin:10px 0}}@media only screen and (max-width:1350px){.product-grid-wrap .product-grid .item{width:calc(50% - 10px)}}@media only screen and (max-width:600px){.product-grid-wrap .product-grid .item{width:calc(50% - 4px);margin:4px 0}}@media only screen and (max-width:450px){.product-grid-wrap .product-grid .item{width:100%}}@media only screen and (min-width:800px){.product-grid-wrap .product-grid .item:hover .heading{bottom:0}.product-grid-wrap .product-grid .item:hover:after{opacity:.4}}.product-grid-wrap .product-grid .item:after{content:"";position:absolute;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;height:100%;width:100%;top:0;right:0;left:0;bottom:0;background:#000;opacity:.1;z-index:1}.product-grid-wrap .product-grid .item:before{content:"";position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#222222 25%,rgba(0,0,0,0) 70%);opacity:.5;z-index:2;height:50%}.product-grid-wrap .product-grid .item .image{padding-bottom:70%}.product-grid-wrap .product-grid .item .heading{position:absolute;bottom:-35px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;padding:10px 15px;z-index:2}.product-grid-wrap .product-grid .item .heading h4,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .product-grid-wrap .product-grid .item .heading h3,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col p.toggle-tab,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col h2{margin-bottom:10px;font-weight:500}@media only screen and (max-width:1550px){.product-grid-wrap .product-grid .item .heading h4,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .product-grid-wrap .product-grid .item .heading h3,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col p.toggle-tab,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col h2{font-size:20px}}@media only screen and (max-width:600px){.product-grid-wrap .product-grid .item .heading h4,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .product-grid-wrap .product-grid .item .heading h3,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col p.toggle-tab,.product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .product-grid-wrap .product-grid .item .heading .footer .top-footer .left .links .menu-col h2{font-size:18px}}.product-grid-wrap .product-grid .item .heading p{margin:0}@media only screen and (max-width:1550px){.product-grid-wrap .product-grid .item .heading p{font-size:14px}}@media only screen and (max-width:600px){.product-grid-wrap .product-grid .item .heading p{opacity:0}}.product-grid-wrap .product-grid .item .heading p i{font-size:12px}.product-grid-wrap .product-grid .item .heading *{color:#FFF}.repeater-content .row{margin-bottom:80px}@media only screen and (max-width:1200px){.repeater-content .row{margin-bottom:64px}}@media only screen and (max-width:1000px){.repeater-content .row{flex-direction:column;margin-bottom:56px}}@media only screen and (max-width:720px){.repeater-content .row{margin-bottom:48px}}@media only screen and (max-width:550px){.repeater-content .row{margin-bottom:40px}}@media only screen and (max-width:450px){.repeater-content .row{margin-bottom:32px}}.repeater-content .row:last-of-type{margin-bottom:0}.repeater-content .row .title{width:100%}.repeater-content .image,.repeater-content .video{width:346px;min-height:400px}@media only screen and (max-width:1000px){.repeater-content .image,.repeater-content .video{height:650px}}@media only screen and (max-width:900px){.repeater-content .image,.repeater-content .video{height:500px}}@media only screen and (max-width:600px){.repeater-content .image,.repeater-content .video{min-height:auto;height:350px}}@media only screen and (max-width:450px){.repeater-content .image,.repeater-content .video{height:250px}}.repeater-content .content{width:calc(100% - 346px);padding-left:30px}.repeater-content .content p:last-of-type{margin-bottom:0}.repeater-content .image,.repeater-content .video{width:346px}@media only screen and (max-width:1000px){.repeater-content .image,.repeater-content .video{width:100%;height:500px;margin-bottom:20px}}@media only screen and (max-width:900px){.repeater-content .image,.repeater-content .video{height:500px}}@media only screen and (max-width:600px){.repeater-content .image,.repeater-content .video{height:350px}}@media only screen and (max-width:450px){.repeater-content .image,.repeater-content .video{height:250px}}.repeater-content .content{width:calc(100% - 346px);padding-left:30px}@media only screen and (max-width:1000px){.repeater-content .content{width:100%;padding-left:0}}.repeater-content .image-slider,.repeater-content .slick-list{height:100%}.repeater-content .slick-dots{position:absolute;left:0;right:0;bottom:20px;margin:0;z-index:1}.repeater-content .slick-track{display:flex!important;height:100%}.repeater-content .slick-slide{height:auto}.tabs-wrap.tabbed-products .tab-list,.tabs-wrap.tabbed-downloads .tab-list{width:20%}@media only screen and (max-width:1280px){.tabs-wrap.tabbed-products .tab-list,.tabs-wrap.tabbed-downloads .tab-list{width:24%}}.tabs-wrap.tabbed-products .tab-list li,.tabs-wrap.tabbed-downloads .tab-list li{display:flex;justify-content:space-between;background:#F7F7F7;border:0;padding:10px 20px;border-top:1px solid #DEDEDE}@media only screen and (max-width:1280px){.tabs-wrap.tabbed-products .tab-list li,.tabs-wrap.tabbed-downloads .tab-list li{padding:8px 10px}}.tabs-wrap.tabbed-products .tab-list li:after,.tabs-wrap.tabbed-downloads .tab-list li:after{content:"";font-family:"Font Awesome 6 Pro";display:inline-block;position:relative;width:auto;background:none;opacity:0;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px)}.tabs-wrap.tabbed-products .tab-list li.active,.tabs-wrap.tabbed-downloads .tab-list li.active{background:#fff}.tabs-wrap.tabbed-products .tab-list li.active:after,.tabs-wrap.tabbed-downloads .tab-list li.active:after{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.tabs-wrap.tabbed-products .tab-list li:last-of-type,.tabs-wrap.tabbed-downloads .tab-list li:last-of-type{border-bottom:1px solid #DEDEDE}.tabs-wrap.tabbed-products .tabbed-content,.tabs-wrap.tabbed-downloads .tabbed-content{width:80%;padding:0 40px;border:0}@media only screen and (max-width:1280px){.tabs-wrap.tabbed-products .tabbed-content,.tabs-wrap.tabbed-downloads .tabbed-content{width:76%;padding:0 0 0 20px}}@media only screen and (max-width:900px){.tabs-wrap.tabbed-products .tabbed-content,.tabs-wrap.tabbed-downloads .tabbed-content{width:100%;padding:30px 20px}}.tabs-wrap.tabbed-products .tabbed-content .box,.tabs-wrap.tabbed-downloads .tabbed-content .box{width:calc(33.33% - 15px);margin:0 7px;cursor:pointer}@media only screen and (max-width:1280px){.tabs-wrap.tabbed-products .tabbed-content .box,.tabs-wrap.tabbed-downloads .tabbed-content .box{width:calc(50% - 15px)}}@media only screen and (max-width:590px){.tabs-wrap.tabbed-products .tabbed-content .box,.tabs-wrap.tabbed-downloads .tabbed-content .box{width:100%}}.tabs-wrap.tabbed-products .tabbed-content .box .image,.tabs-wrap.tabbed-downloads .tabbed-content .box .image{padding-bottom:60%;overflow:hidden}.tabs-wrap.tabbed-products .tabbed-content .box .image img,.tabs-wrap.tabbed-downloads .tabbed-content .box .image img{-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease}.tabs-wrap.tabbed-products .tabbed-content .box .text,.tabs-wrap.tabbed-downloads .tabbed-content .box .text{width:100%}.tabs-wrap.tabbed-products .tabbed-content .box .text p,.tabs-wrap.tabbed-downloads .tabbed-content .box .text p{font-size:24px;padding:10px 5px;font-weight:300;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.tabs-wrap.tabbed-products .tabbed-content .box .text p:after,.tabs-wrap.tabbed-downloads .tabbed-content .box .text p:after{content:"";font-family:"Font Awesome 6 Pro";display:inline-block;position:relative;font-size:20px;width:auto;background:none;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px)}.tabs-wrap.tabbed-products .tabbed-content .box:hover .text p,.tabs-wrap.tabbed-downloads .tabbed-content .box:hover .text p{color:#ffba3d}.tabs-wrap.tabbed-products .tabbed-content .box:hover .image img,.tabs-wrap.tabbed-downloads .tabbed-content .box:hover .image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.tabs-wrap.tabbed-products .tabbed-content .download-links,.tabs-wrap.tabbed-downloads .tabbed-content .download-links{gap:14px}.tabs-wrap.tabbed-products .tabbed-content .download,.tabs-wrap.tabbed-downloads .tabbed-content .download{width:calc(33.33% - 15px);background:#F7F7F7;padding:12px;cursor:pointer;border:1px solid #C7C7C7}@media only screen and (max-width:1350px){.tabs-wrap.tabbed-products .tabbed-content .download,.tabs-wrap.tabbed-downloads .tabbed-content .download{width:calc(50% - 7px)}}@media only screen and (max-width:600px){.tabs-wrap.tabbed-products .tabbed-content .download,.tabs-wrap.tabbed-downloads .tabbed-content .download{width:100%}}.tabs-wrap.tabbed-products .tabbed-content .download .image,.tabs-wrap.tabbed-downloads .tabbed-content .download .image{width:68px;height:96px}.tabs-wrap.tabbed-products .tabbed-content .download .text,.tabs-wrap.tabbed-downloads .tabbed-content .download .text{width:100%}.tabs-wrap.tabbed-products .tabbed-content .download .text h5,.tabs-wrap.tabbed-products .tabbed-content .download .text .desk-menu .mega>ul>li>a,.desk-menu .tabs-wrap.tabbed-products .tabbed-content .download .text .mega>ul>li>a,.tabs-wrap.tabbed-downloads .tabbed-content .download .text h5,.tabs-wrap.tabbed-downloads .tabbed-content .download .text .desk-menu .mega>ul>li>a,.desk-menu .tabs-wrap.tabbed-downloads .tabbed-content .download .text .mega>ul>li>a{font-size:18px;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;color:#222;font-weight:300;margin-bottom:10px;text-transform:none}.tabs-wrap.tabbed-products .tabbed-content .download .text p,.tabs-wrap.tabbed-downloads .tabbed-content .download .text p{margin:0}.tabs-wrap.tabbed-products .tabbed-content .download:hover .text h5,.tabs-wrap.tabbed-products .tabbed-content .download:hover .text .desk-menu .mega>ul>li>a,.desk-menu .tabs-wrap.tabbed-products .tabbed-content .download:hover .text .mega>ul>li>a,.tabs-wrap.tabbed-downloads .tabbed-content .download:hover .text h5,.tabs-wrap.tabbed-downloads .tabbed-content .download:hover .text .desk-menu .mega>ul>li>a,.desk-menu .tabs-wrap.tabbed-downloads .tabbed-content .download:hover .text .mega>ul>li>a{color:#ffba3d}.tabs-wrap.tabbed-products .toggle-tab,.tabs-wrap.tabbed-downloads .toggle-tab{width:100%;text-align:left}p.toggle-tab{display:none;margin:0;padding:20px;border-bottom:1px solid #C7C7C7;position:relative;cursor:pointer}@media only screen and (max-width:900px){p.toggle-tab{display:block}}p.toggle-tab:after{content:"+";font-family:"Font Awesome 6 Pro";position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}p.toggle-tab:first-of-type{border-top:1px solid #C7C7C7}p.toggle-tab.active{color:#ffba3d}p.toggle-tab.active:after{content:"";color:#ffba3d}@media only screen and (max-width:900px){.tab-list{display:none}}.tab-list li{list-style:none;display:inline-block;margin:0;padding:10px 30px;border:1px solid #DEDEDE;border-bottom:none;cursor:pointer;color:#747474;background:#F0F0F0;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1200px){.tab-list li{padding:5px 15px}}.tab-list li.active{background:#FFF}.tab-list li.active:after{content:"";background:#FFF;position:absolute;height:2px;width:100%;bottom:-1px;left:0}.tab-list li.active:hover{color:#ffba3d}.tab-list li:hover{color:#ffa80a}.faqs-wrap+.product-chooser .container-medium{padding-top:0}@media only screen and (max-width:500px){.product-chooser .container-medium{padding:30px 10px}}.product-chooser .invalid-feedback.hidden,.product-chooser .valid-feedback.hidden{display:none}.product-chooser .invalid-feedback{font-weight:500}.product-chooser #productchooser{border-color:#dedede}.product-chooser .sw-btn-next.animate{animation:pulse 2s infinite}.product-chooser .wpcf7-response-output{margin-bottom:45px}.product-chooser .reset{display:none;position:absolute;bottom:30px;left:50%;transform:translateX(-50%)}.product-chooser .reset.active{display:block}@media only screen and (max-width:640px){.product-chooser .sw>.nav{flex-direction:row!important}}@media only screen and (max-width:800px){.product-chooser .sw>.tab-content>.tab-pane{padding:30px 20px}}@media only screen and (max-width:800px){.product-chooser .sw>.tab-content>.tab-pane{padding:30px 10px}}.product-chooser .sw.sw-justified>.nav .nav-item{flex-basis:auto;flex-shrink:0}.product-chooser .sw.sw-justified>.nav .nav-item .done{color:#2ecc71}.product-chooser .sw>.nav-progress{flex-wrap:nowrap;overflow-x:scroll}.product-chooser .sw .nav .nav-item:last-of-type .nav-link{border-right:none}.product-chooser .sw .nav .nav-item .nav-link{border-right:1px solid #DEDEDE;border-bottom:1px solid #DEDEDE;padding:1rem 1.2rem}.product-chooser .sw .nav .nav-item .nav-link.active{border-bottom:none}.product-chooser .sw .note,.product-chooser .sw .note-2{margin-top:20px}.product-chooser .sw .note.hidden,.product-chooser .sw .note-2.hidden{display:none!important}.product-chooser .sw .note-2{color:#A0A2A4}.product-chooser .sw .toolbar{padding:10px 20px 0}.product-chooser .sw .toolbar .btn.basic:hover{color:#ffba3d}.product-chooser .sw .steps{font-weight:500}.product-chooser .tab-pane{padding:40px 20px}@media only screen and (max-width:500px){.product-chooser #step-1 .radio-wrap .image img{object-fit:contain}}@media only screen and (max-width:1024px){.product-chooser .radio-wrap{justify-content:center}}.product-chooser .radio-wrap label{border:1px solid #DEDEDE;cursor:pointer}.product-chooser .radio-wrap label p{font-size:15px;font-weight:500;padding:15px 0;margin:0;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;background:#F7F7F7}.product-chooser .radio-wrap label:hover p{background:#FFF;text-decoration:underline}.product-chooser .radio-wrap label:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.product-chooser .radio-wrap label.checked{border:2px solid #ffba3d}.product-chooser .radio-wrap label.faded:hover .image{opacity:1}.product-chooser .radio-wrap label.faded .image{opacity:.6;transition:0.3s ease}.product-chooser .radio-wrap input[type="radio"],.product-chooser .radio-wrap input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}.product-chooser .radio-wrap input[type="radio"]+.image,.product-chooser .radio-wrap input[type="checkbox"]+.image{height:160px;width:100%;overflow:hidden}.product-chooser .radio-wrap input[type="radio"]+.image img,.product-chooser .radio-wrap input[type="checkbox"]+.image img{display:block;width:100%;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.product-chooser .radio-wrap input[type="radio"]:checked+.image img,.product-chooser .radio-wrap input[type="checkbox"]:checked+.image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.product-chooser .radio-wrap input[type="radio"]:checked~p,.product-chooser .radio-wrap input[type="checkbox"]:checked~p{background:#FFF;text-decoration:none}.product-chooser .radio-wrap .hidden,.product-chooser .radio-wrap .box.hidden{display:none}.product-chooser .radio-wrap .box{display:flex;flex-direction:column}.product-chooser .radio-wrap .box.disabled{opacity:.4;pointer-events:none}.product-chooser .radio-wrap .box p{display:flex;justify-content:center;align-items:center;flex-grow:1;line-height:1.3;padding-left:10px;padding-right:10px}.product-chooser .radio-wrap .box .image{border-bottom:1px solid #DEDEDE;transition:0.3s ease}.product-chooser .radio-wrap .half,.product-chooser .radio-wrap .box-2{width:calc(50% - 20px);margin:10px}@media only screen and (max-width:350px){.product-chooser .radio-wrap .half,.product-chooser .radio-wrap .box-2{width:100%}}.product-chooser .radio-wrap .third,.product-chooser .radio-wrap .box-3{width:calc(33.33% - 20px);margin:10px}@media only screen and (max-width:350px){.product-chooser .radio-wrap .third,.product-chooser .radio-wrap .box-3{width:100%}}.product-chooser .radio-wrap .quarter,.product-chooser .radio-wrap .box-4{width:calc(25% - 20px);margin:10px}@media only screen and (max-width:1024px){.product-chooser .radio-wrap .quarter,.product-chooser .radio-wrap .box-4{width:calc(50% - 16px);margin:8px}}@media only screen and (max-width:350px){.product-chooser .radio-wrap .quarter,.product-chooser .radio-wrap .box-4{width:100%}}.product-chooser .radio-wrap .fifth,.product-chooser .radio-wrap .box-5{width:calc(20% - 20px);margin:10px}@media only screen and (max-width:1024px){.product-chooser .radio-wrap .fifth,.product-chooser .radio-wrap .box-5{width:calc(33.333% - 16px);margin:8px}}@media only screen and (max-width:580px){.product-chooser .radio-wrap .fifth,.product-chooser .radio-wrap .box-5{width:calc(50% - 12px);margin:6px}}@media only screen and (max-width:350px){.product-chooser .radio-wrap .fifth,.product-chooser .radio-wrap .box-5{width:100%}}.product-chooser .radio-wrap .fifth input[type="radio"]+.image,.product-chooser .radio-wrap .box-5 input[type="radio"]+.image{height:120px}.product-chooser .radio-wrap .box-unsure{width:50%;margin:auto;margin-top:20px}.product-chooser .radio-wrap .checkbox{display:block;position:relative;border:0;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-chooser .radio-wrap .checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.product-chooser .radio-wrap .checkbox input:checked+.checkmark:after{display:block}.product-chooser .radio-wrap .checkbox .checkmark{position:absolute;top:50%;left:0;height:25px;width:25px;border:1px solid #A0A2A4;transform:translateY(-50%)}.product-chooser .radio-wrap .checkbox .checkmark:after{content:"";font-family:"Font Awesome 6 Pro";font-size:16px;color:#ffba3d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.product-chooser #form-recess{margin-top:40px}.product-chooser #form-recess .dimensions-known,.product-chooser #form-recess .dimensions-estimate{border:none}.product-chooser #form-recess .dimensions-known.checked,.product-chooser #form-recess .dimensions-estimate.checked{border:none}.product-chooser #form-recess .dimensions label{border:none}.product-chooser #form-recess .dimensions,.product-chooser #form-recess .dimensions-unknown{margin:auto;margin-top:30px}.product-chooser #form-recess .dimensions.hidden,.product-chooser #form-recess .dimensions-unknown.hidden{display:none}.product-chooser #form-recess .dimensions .recess-depth,.product-chooser #form-recess .dimensions-unknown .recess-depth{font-weight:500;font-size:18px;margin-top:20px}.product-chooser #form-recess .dimensions .recess-depth .error,.product-chooser #form-recess .dimensions-unknown .recess-depth .error{color:#e74c3c}.product-chooser .other-input{width:100%;padding:0 10px;margin-top:30px}.product-chooser .other-input.hidden{display:none}.product-chooser .other-input label{border:none}.product-chooser .other-input input{border-radius:0;padding:14px 24px}.tabbed-content .tables{overflow-x:auto;width:100%}.tabbed-content .tables .table-section{width:100%;gap:24px;overflow-x:scroll}@media only screen and (max-width:900px){.tabbed-content .tables .table-section{padding:0 20px}}.tabbed-content .tables .table-section .table-wrap{width:calc(33.33% - 20px);flex-grow:1}@media only screen and (max-width:1800px){.tabbed-content .tables .table-section .table-wrap{width:calc(50% - 20px)}}@media only screen and (max-width:1280px){.tabbed-content .tables .table-section .table-wrap{width:100%}}.tabbed-content .tables .table-section .table-wrap h4,.tabbed-content .tables .table-section .table-wrap .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .tabbed-content .tables .table-section .table-wrap h3,.tabbed-content .tables .table-section .table-wrap .footer .top-footer .left .links .menu-col p.toggle-tab,.tabbed-content .tables .table-section .table-wrap .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .tabbed-content .tables .table-section .table-wrap .footer .top-footer .left .links .menu-col h2{font-weight:600;font-size:20px;width:100%;text-align:left}.tabbed-content .tables .table-section .table-wrap table{margin:0}.tabbed-content .tables .table-section .table-wrap table tr{border-color:#DEDEDE;border-bottom:#DEDEDE 1px solid;background:#FFF;font-weight:300;border-top:0;border-right:0;border-left:0}.tabbed-content .tables .table-section .table-wrap table tr:nth-child(odd){background:#F7F7F7}.tabbed-content .tables .table-section .table-wrap table tr.heading{background:#F0F0F0;color:#626262;border-top:#DEDEDE 1px solid;border-bottom:#DEDEDE 1px solid;font-weight:500}@media only screen and (max-width:1280px){.tabbed-content .tables .table-section .table-wrap table td{min-width:200px}}.tabbed-content .tables .table-section .table-wrap table td i{font-size:20px;color:#ffba3d}.tabbed-content{display:none;background:#FFF;padding:40px;border:1px solid #DEDEDE}@media only screen and (max-width:900px){.tabbed-content{padding:30px 0;border-bottom:1px solid #C7C7C7}}.tabbed-content.active{display:block}.tabbed-content.tabbed-product-content{background:#F7F7F7}.tabbed-content [class^="container"]{padding:0 10px}@media only screen and (max-width:500px){.tabbed-content h2{font-size:22px}}@media only screen and (max-width:1000px){.tabbed-content .split-content{flex-direction:column-reverse}}@media only screen and (max-width:1000px){.tabbed-content .split-content .half{width:100%}}@media only screen and (max-width:1000px){.tabbed-content .split-content .image{padding-bottom:35%}}@media only screen and (max-width:1000px){.tabbed-content .split-content .text{padding-top:40px;padding-bottom:0}}@media only screen and (max-width:1250px){.tabbed-content .split-content .text .inner-container{padding-left:0;padding-right:40px}}@media only screen and (max-width:1000px){.tabbed-content .split-content .text .inner-container{padding:0}}@media only screen and (max-width:1000px){.tab-content .split-content{flex-direction:column-reverse}}@media only screen and (max-width:1000px){.tab-content .split-content .half{width:100%}}@media only screen and (max-width:1000px){.tab-content .split-content .image{padding-bottom:35%}}@media only screen and (max-width:900px){.tab-content .split-content .image{padding-bottom:50%}}@media only screen and (max-width:500px){.tab-content .split-content .image{padding-bottom:60%}}@media only screen and (max-width:1000px){.tab-content .split-content .text{padding-bottom:0}}@media only screen and (max-width:1000px){.tab-content .split-content .inner-container{padding:0}}.tab-content .swatches{gap:20px}.tab-content .swatches .swatch{width:150px}@media only screen and (max-width:600px){.tab-content .swatches .swatch{width:100px}}.tab-content .swatches .swatch .image{width:100%;padding-bottom:100%;height:0}.tab-content .swatches .swatch p{margin:12px 0 0;text-transform:capitalize}@media only screen and (max-width:600px){.tab-content .swatches .swatch p{font-size:14px}}.tab-content .videos-wrap .video{width:calc(50% - 10px);padding-bottom:30%;height:0;margin-bottom:20px}@media only screen and (max-width:650px){.tab-content .videos-wrap .video{width:100%;padding-bottom:60%;margin-bottom:10px}}.team-members .container-medium{justify-content:center;gap:26px}@media only screen and (max-width:1200px){.team-members .container-medium{gap:16px}}.team-members .member{width:calc(25% - 20px)}@media only screen and (max-width:980px){.team-members .member{width:calc(33.33% - 12px)}}@media only screen and (max-width:700px){.team-members .member{width:calc(50% - 20px)}}@media only screen and (max-width:550px){.team-members .member{width:100%}}.team-members .member.fancybox-modal:hover .readmore{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.team-members .member.fancybox-modal:hover .image:after{opacity:.4}.team-members .member .image{padding-bottom:108%}.team-members .member .image:after{content:"";position:absolute;height:100%;opacity:0;width:100%;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;background:linear-gradient(0deg,#222222 25%,rgba(0,0,0,0) 70%)}.team-members .member .text{padding:15px;text-align:center}@media only screen and (max-width:1200px){.team-members .member .text{padding:16px 0}}.team-members .member .text h4,.team-members .member .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .team-members .member .text h3,.team-members .member .text .footer .top-footer .left .links .menu-col p.toggle-tab,.team-members .member .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .team-members .member .text .footer .top-footer .left .links .menu-col h2{margin-bottom:8px}.team-members .member .readmore{position:absolute;opacity:0;width:100%;bottom:0;z-index:2;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.team-members .member .readmore p{color:#FFF}.team-modal{padding:30px;text-align:center;height:100%;display:flex;flex-wrap:wrap;align-items:center}.team-modal h4,.team-modal .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .team-modal h3,.team-modal .footer .top-footer .left .links .menu-col p.toggle-tab,.team-modal .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .team-modal .footer .top-footer .left .links .menu-col h2{width:100%}.downloads-wrap a{width:25%;margin-bottom:20px}@media only screen and (max-width:600px){.downloads-wrap a{width:50%}}.downloads-wrap a:hover .thumb{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}.downloads-wrap a:hover p{color:#ffba3d}.downloads-wrap a .thumb{width:75%;padding-bottom:100%;margin:0 auto 10px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.downloads-wrap a .thumb.icon{background:#ffba3d}.downloads-wrap a .thumb.icon:after{content:"";font-family:"Font Awesome 6 Pro";font-weight:600;color:#fff;font-size:50px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.downloads-wrap a p{margin:0;text-transform:capitalize;padding:0 10px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:720px){.downloads-wrap a p{font-size:14px}}.swatches{display:flex;justify-content:center;flex-flow:column}.swatches.multi-line .slick-slide{display:flex;flex-direction:column}.swatches.multi-line .slick-slide>div{height:calc(50% - 20px)}.swatches.multi-line .slick-track,.swatches.multi-line .slick-list{display:flex}.swatches .swatch{display:flex!important;flex-flow:column;padding:20px}.swatches .swatch .image{width:180px;height:180px;border:#ffba3d solid 2px;border-radius:6px;margin:0 auto;margin-bottom:12px}.swatches .swatch .image img{width:100%;height:100%;border-radius:5px}.swatches .swatch p{width:100%}.swatches .slick-prev{left:-10px}.swatches .slick-next{right:-10px}.gal-item{width:calc(33.333% - 20px);margin:0 10px 20px;padding-bottom:20%;height:0;position:relative;overflow:hidden}@media only screen and (max-width:900px){.gal-item{width:calc(50% - 20px);padding-bottom:35%}}@media only screen and (max-width:400px){.gal-item{width:calc(50% - 10px);margin:0 5px 10px;padding-bottom:50%}}.gal-item:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.gal-item img{-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.gal-wrap{width:calc(33.333% - 20px);margin:0 10px}@media only screen and (max-width:1200px){.gal-wrap{width:calc(50% - 20px)}}@media only screen and (max-width:700px){.gal-wrap{width:100%;margin:0 20px}}.gal-wrap p{margin-bottom:48px}@media only screen and (max-width:700px){.gal-wrap p{margin-bottom:40px}}.gal-wrap .gal-item{display:block;width:100%;padding-bottom:70%;margin:0 0 20px}.masonry{justify-content:left}.masonry .gal-item{width:calc(25% - 20px);padding-bottom:35%}@media only screen and (max-width:1300px){.masonry .gal-item{width:calc(50% - 20px)}}@media only screen and (max-width:800px){.masonry .gal-item{padding-bottom:50%}}@media only screen and (max-width:400px){.masonry .gal-item{width:calc(50% - 10px)}}.masonry .gal-item:nth-of-type(even){-webkit-transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px)}#intro+.gallery-wrap{padding-top:0}.gallery .grid{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}@media only screen and (max-width:1250px){.gallery .grid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:800px){.gallery .grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:500px){.gallery .grid{grid-template-columns:repeat(2,1fr)}}.gallery .grid .gal-item{width:100%;height:100%;padding-bottom:70%;margin:0;background:pink}.gallery .grid .gal-item:nth-child(3n+1){grid-row:span 2;grid-column:span 2}.single-case-studies .gallery .gal-item{width:calc(50% - 20px)}@media only screen and (max-width:400px){.single-case-studies .gallery .gal-item{width:calc(50% - 10px)}}.single-case-studies .gallery .gal-item:first-of-type{width:100%;padding-bottom:40%}.single-case-studies .gallery .gal-item:nth-of-type(2):last-of-type{width:100%;padding-bottom:30%}.single-case-studies .gallery .gal-item:nth-of-type(4):last-of-type{width:100%;padding-bottom:40%}.single-case-studies .gallery .gal-item:nth-of-type(6):last-of-type{width:100%;padding-bottom:40%}.icon-grid .slick-list{width:100%}.icon-grid .item{padding:0 10px}@media only screen and (max-width:500px){.icon-grid .item{padding:0}}.icon-grid .item .icon{width:37%;padding-bottom:37%;border-radius:100%;border:2px solid #ffba3d;position:relative;margin:0 auto 30px}@media only screen and (max-width:1350px){.icon-grid .item .icon{width:100px;padding-bottom:100px}}.icon-grid .item .icon img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:48px}@media only screen and (max-width:1350px){.icon-grid .item .icon img{max-width:40px}}.icon-grid .item .icon i{color:#333;font-size:50px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:1350px){.icon-grid .item .icon i{font-size:42px}}.icon-grid .item p{margin:0}.feature-grid .slick-list{width:100%}@media only screen and (max-width:1600px){.feature-grid .slick-arrow.slick-prev{left:10px}}@media only screen and (max-width:720px){.feature-grid .slick-arrow.slick-prev{left:6px}}@media only screen and (max-width:1600px){.feature-grid .slick-arrow.slick-next{right:10px}}@media only screen and (max-width:720px){.feature-grid .slick-arrow.slick-next{right:6px}}.feature-grid .item{padding:0 10px}@media only screen and (max-width:500px){.feature-grid .item{padding:0}}.feature-grid .item .image{width:100%;padding-bottom:57%;position:relative;margin:0 auto 30px}@media only screen and (max-width:500px){.feature-grid .item .image{width:200px;height:200px;padding:0}}.feature-grid .item .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.feature-grid .item p{margin:0}.faqs-wrap .text{padding-right:50px}@media only screen and (max-width:980px){.faqs-wrap .text{width:100%;padding:0 0 20px}}@media only screen and (max-width:980px){.faqs-wrap .faqs{width:100%}}.faq-block{cursor:pointer;border-bottom:1px solid #DEDEDE;background:#FFF;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.faq-block:hover{background:#f7f7f7}.faq-block:first-of-type{border-top:1px solid #DEDEDE}.faq-block.active .question:after{content:""}.faq-block.active .question h3,.faq-block.active .question p.toggle-tab,.faq-block.active .question .sectors-modal .intro-content h2,.sectors-modal .intro-content .faq-block.active .question h2{color:#ffba3d}.faq-block .question{padding:30px 50px 30px 30px;position:relative;user-select:none}@media only screen and (max-width:600px){.faq-block .question{padding:20px 50px 20px 20px}}@media only screen and (max-width:400px){.faq-block .question{padding:20px 50px 20px 10px}}.faq-block .question:after{color:#747474;font-size:19px;border-radius:100%;content:"+";font-family:"Font Awesome 6 Pro";position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.faq-block .question h3,.faq-block .question p.toggle-tab,.faq-block .question .sectors-modal .intro-content h2,.sectors-modal .intro-content .faq-block .question h2{font-size:16px;font-weight:500;margin:0;color:#484848;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.faq-block .answer{display:none;padding:0 30px 10px}@media only screen and (max-width:600px){.faq-block .answer{padding:0 20px 10px}}@media only screen and (max-width:400px){.faq-block .answer{padding:0 10px 10px}}.faq-block .answer .cta-container{padding-bottom:20px}.form-section .form{border:1px solid #F0F0F0;padding:30px}@media only screen and (max-width:1500px){.form-section .form{padding-right:25px}}@media only screen and (max-width:1100px){.form-section .form{width:100%;padding:0}}.form-section .sidebar{justify-content:stretch}@media only screen and (max-width:1500px){.form-section .sidebar{margin:0;padding-left:40px}}@media only screen and (max-width:1100px){.form-section .sidebar{width:100%;padding:0;margin-top:50px;text-align:center;height:600px}}@media only screen and (max-width:900px){.form-section .sidebar{height:500px}}@media only screen and (max-width:700px){.form-section .sidebar{height:400px}}@media only screen and (max-width:500px){.form-section .sidebar{height:300px}}.form-section .sidebar .map{height:100%;max-width:598px;margin:0 auto}@media only screen and (max-width:1100px){.form-section .sidebar .map{max-width:100%;margin:0}}@media only screen and (max-width:800px){.form-section .contact .container-medium{justify-content:center}}.form-section .contact .third{padding:20px}@media only screen and (max-width:800px){.form-section .contact .third{width:50%}}@media only screen and (max-width:550px){.form-section .contact .third{width:100%}}.form-section .contact .third i{font-size:40px;margin:0 auto 15px;width:120px;height:120px;border-radius:100%;display:flex!important;border:1px solid #C7C7C7}@media only screen and (max-width:800px){.form-section .contact .third i{font-size:30px;width:80px;height:80px}}.form-section .contact .third p{margin-bottom:10px}.form-section .contact .third .wrap a{font-size:24px;font-weight:500;color:#222}@media only screen and (max-width:1080px){.form-section .contact .third .wrap a{font-size:16px}}.form-section .contact .third .wrap a:hover{color:#ffba3d}.form-section .contact .third .wrap li{font-size:24px;font-weight:500;color:#222;display:inline-block}@media only screen and (max-width:1080px){.form-section .contact .third .wrap li{font-size:16px}}.form-section .contact .third .wrap li:after{content:",";display:inline-block;margin-right:5px}.form-section .contact .third .wrap li:last-of-type:after{content:""}.hotspot-back{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(34,34,34,.6);opacity:0;visibility:hidden;z-index:11;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1100px){.hotspot-back.active{opacity:1;visibility:visible}}.split-image-content{background:#FFF}.split-image-content .content{padding-left:60px}.split-image-content .content h2{margin-bottom:50px}.split-image-content .content h2:after{right:0;margin:0 auto}@media only screen and (max-width:1350px){.split-image-content .content{padding-left:30px}}@media only screen and (max-width:1100px){.split-image-content .content{padding-left:0}}.split-image-content .image{width:100%;padding-bottom:70%;margin-top:30px}@media only screen and (max-width:1100px){.split-image-content .image{padding-bottom:60%}}@media only screen and (max-width:800px){.split-image-content .image{padding-bottom:60%}}@media only screen and (max-width:500px){.split-image-content .image{padding-bottom:70%}}.split-image-content .image>img{object-fit:contain}@keyframes pulse{0%{box-shadow:0 0 0 0 #ffba3d}70%{box-shadow:0 0 25px 5px #ffba3d}100%{box-shadow:0 0 0 0 #ffba3d}}.split-image-content .image .hotspot-disc{position:absolute;display:block;width:40px;height:40px;border-radius:100%;background:rgba(255,186,61,.7);border:2px solid #fff;cursor:pointer;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:650px){.split-image-content .image .hotspot-disc{width:20px;height:20px}}.split-image-content .image .hotspot-disc:hover{background:#ffba3d;animation:pulse 1.5s infinite}.split-image-content .image .hotspot-disc.active,.split-image-content .image .hotspot-disc.active:hover{animation:unset}.split-image-content .image .hotspot-disc.active:after,.split-image-content .image .hotspot-disc.active .hotspot-item,.split-image-content .image .hotspot-disc.active:hover:after,.split-image-content .image .hotspot-disc.active:hover .hotspot-item{opacity:1;visibility:visible;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:1100px){.split-image-content .image .hotspot-disc.active:after,.split-image-content .image .hotspot-disc.active .hotspot-item,.split-image-content .image .hotspot-disc.active:hover:after,.split-image-content .image .hotspot-disc.active:hover .hotspot-item{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.split-image-content .image .hotspot-disc:after{content:"";position:absolute;right:-25px;top:50%;width:0;height:0;border-style:solid;border-width:10px 20px 10px 0;border-color:transparent #C7C7C7 transparent transparent;-webkit-transform:translateY(-50%) translateX(10px);-moz-transform:translateY(-50%) translateX(10px);-ms-transform:translateY(-50%) translateX(10px);-o-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;opacity:0;visibility:hidden}@media only screen and (max-width:1100px){.split-image-content .image .hotspot-disc:after{display:none}}.split-image-content .image .hotspot-item{width:300px;position:absolute;top:50%;left:60px;background:#F8F8FA;cursor:default;-webkit-transform:translateY(-50%) translateX(10px);-moz-transform:translateY(-50%) translateX(10px);-ms-transform:translateY(-50%) translateX(10px);-o-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;opacity:0;visibility:hidden;z-index:1;-webkit-box-shadow:0 0 15px -3px rgba(34,34,34,.1);-moz-box-shadow:0 0 15px -3px rgba(34,34,34,.1);-ms-box-shadow:0 0 15px -3px rgba(34,34,34,.1);-o-box-shadow:0 0 15px -3px rgba(34,34,34,.1);box-shadow:0 0 15px -3px rgba(34,34,34,.1)}@media only screen and (max-width:1100px){.split-image-content .image .hotspot-item{position:fixed;z-index:12;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.split-image-content .image .hotspot-item .close-hotspot{position:absolute;top:10px;right:10px;width:25px;height:25px;line-height:25px;text-align:center;border-radius:100%;background:#fff;z-index:1;cursor:pointer;-webkit-box-shadow:0 0 15px -3px rgba(0,0,0,.6);-moz-box-shadow:0 0 15px -3px rgba(0,0,0,.6);-ms-box-shadow:0 0 15px -3px rgba(0,0,0,.6);-o-box-shadow:0 0 15px -3px rgba(0,0,0,.6);box-shadow:0 0 15px -3px rgba(0,0,0,.6);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.split-image-content .image .hotspot-item .close-hotspot:hover{background:#ffdd9d}.split-image-content .image .hotspot-item .close-hotspot:hover i{color:#fff}.split-image-content .image .hotspot-item .close-hotspot i{font-size:14px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.split-image-content .image .hotspot-item .no-graphic{height:25px}.split-image-content .image .hotspot-item .icon{background:#ffba3d;width:55px;height:55px;text-align:center;border-radius:16px;margin:15px auto 0 auto}.split-image-content .image .hotspot-item .icon i{color:#fff;font-size:24px;line-height:55px;position:relative;left:1px}.split-image-content .image .hotspot-item .top-image{width:100%;height:130px}.split-image-content .image .hotspot-item .text{padding:15px}.split-image-content .image .hotspot-item .text h3,.split-image-content .image .hotspot-item .text p.toggle-tab,.split-image-content .image .hotspot-item .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .split-image-content .image .hotspot-item .text h2{font-size:16px;margin-bottom:5px}.split-image-content .image .hotspot-item .text p{font-size:14px;margin-bottom:5px}.split-image-content .image .hotspot-item .text p:last-of-type{margin:0}.split-image-content .image .hotspot-item .text .btn{font-size:13px;color:#ffba3d}.footer-ctas{padding:20px 0}@media only screen and (max-width:1000px){.footer-ctas .container{flex-direction:column;gap:16px}}.footer-ctas .cta{width:calc(50% - 10px)}@media only screen and (max-width:1000px){.footer-ctas .cta{width:100%}}.footer-ctas .cta .image{padding-bottom:50%}@media only screen and (max-width:1600px){.footer-ctas .cta .image{padding-bottom:60%}}@media only screen and (max-width:1400px){.footer-ctas .cta .image{padding-bottom:70%}}@media only screen and (max-width:1120px){.footer-ctas .cta .image{padding-bottom:80%}}@media only screen and (max-width:1000px){.footer-ctas .cta .image{padding-bottom:35%}}@media only screen and (max-width:880px){.footer-ctas .cta .image{padding-bottom:45%}}@media only screen and (max-width:750px){.footer-ctas .cta .image{padding-bottom:55%}}@media only screen and (max-width:650px){.footer-ctas .cta .image{padding-bottom:65%}}@media only screen and (max-width:545px){.footer-ctas .cta .image{padding-bottom:80%}}@media only screen and (max-width:480px){.footer-ctas .cta .image{padding-bottom:100%}}@media only screen and (max-width:435px){.footer-ctas .cta .image{padding-bottom:140%}}@media only screen and (max-width:360px){.footer-ctas .cta .image{padding-bottom:160%}}.footer-ctas .cta .text{display:flex;flex-direction:column;align-items:center;position:absolute;z-index:2;margin:auto;top:50%;right:50%;transform:translate(50%,-50%);z-index:2;width:60%;height:64%}@media only screen and (max-width:1800px){.footer-ctas .cta .text{width:88%}}@media only screen and (max-width:1600px){.footer-ctas .cta .text{height:72%}}@media only screen and (max-width:1080px){.footer-ctas .cta .text{height:75%}}@media only screen and (max-width:1000px){.footer-ctas .cta .text{height:64%}}@media only screen and (max-width:880px){.footer-ctas .cta .text{height:55%}}@media only screen and (max-width:850px){.footer-ctas .cta .text{height:64%}}@media only screen and (max-width:750px){.footer-ctas .cta .text{height:60%}}@media only screen and (max-width:650px){.footer-ctas .cta .text{height:65%;top:46%}}@media only screen and (max-width:545px){.footer-ctas .cta .text{height:72%;top:50%}}@media only screen and (max-width:480px){.footer-ctas .cta .text{height:65%;top:45%}}@media only screen and (max-width:435px){.footer-ctas .cta .text{height:56%;top:50%}}@media only screen and (max-width:400px){.footer-ctas .cta .text{height:75%}}@media only screen and (max-width:340px){.footer-ctas .cta .text{height:80%}}@media only screen and (max-width:1120px){.footer-ctas .cta .text h3,.footer-ctas .cta .text p.toggle-tab,.footer-ctas .cta .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer-ctas .cta .text h2{margin-bottom:8px}}@media only screen and (max-width:1400px){.footer-ctas .cta .text p{margin-bottom:8px}}@media only screen and (max-width:1120px){.footer-ctas .cta .text p{font-size:15px}}.footer-ctas .cta .text .btn{margin-top:auto;width:fit-content}.footer-ctas .cta .text *{color:#FFF}.footer-ctas .cta .wrap{width:97%;height:95%;left:1.5%;top:2.5%;border:2px solid rgba(255,255,255,.5);position:absolute;z-index:2}.footer-ctas .cta:hover .text .btn{background:#ffba3d}.footer-ctas .cta:hover:after{opacity:.5}.footer-ctas .cta:after{content:"";position:absolute;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;height:100%;width:100%;top:0;right:0;left:0;bottom:0;background:#000;opacity:.6;z-index:1}.contact-details .contact-block:first-of-type h3,.contact-details .contact-block:first-of-type p.toggle-tab,.contact-details .contact-block:first-of-type .sectors-modal .intro-content h2,.sectors-modal .intro-content .contact-details .contact-block:first-of-type h2{margin-top:0}.contact-details h3,.contact-details p.toggle-tab,.contact-details .sectors-modal .intro-content h2,.sectors-modal .intro-content .contact-details h2{margin:25px 0 10px}.contact-details ul{padding:0}.contact-details ul.details li{margin-bottom:10px}.contact-details ul li{list-style:none}.contact-details ul li i{color:#ffba3d;margin-right:10px}.contact-details .social-links{margin-top:25px}.contact-details .social-links a{font-size:20px;margin:0 5px}.contact-details .social-links a:hover{color:#ffba3d}.case-studies-slider .case-study{height:80vh;cursor:pointer;transition:0.3s ease}@media only screen and (max-width:1200px){.case-studies-slider .case-study{height:70vh}}@media only screen and (max-width:900px){.case-studies-slider .case-study{height:500px}}@media only screen and (max-width:600px){.case-studies-slider .case-study{height:400px}}@media only screen and (max-width:500px){.case-studies-slider .case-study{height:300px}}.case-studies-slider .case-study .text{position:absolute;bottom:15px;z-index:2;right:0;left:0;margin:0 auto}.case-studies-slider .case-study .text .wrap{opacity:0;-webkit-transition:0.8s ease;-moz-transition:0.8s ease;-ms-transition:0.8s ease;-o-transition:0.8s ease;transition:0.8s ease;-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;-webkit-transform:translateX(40px);-moz-transform:translateX(40px);-ms-transform:translateX(40px);-o-transform:translateX(40px);transform:translateX(40px)}.case-studies-slider .case-study .text h2,.case-studies-slider .case-study .text p{color:#FFF}@media only screen and (max-width:500px){.case-studies-slider .case-study .text h5,.case-studies-slider .case-study .text .desk-menu .mega>ul>li>a,.desk-menu .case-studies-slider .case-study .text .mega>ul>li>a{font-size:14px;margin-bottom:8px}}@media only screen and (max-width:500px){.case-studies-slider .case-study .text h2{font-size:24px;margin-bottom:12px}}@media only screen and (max-width:500px){.case-studies-slider .case-study .text p{font-size:14px;margin-bottom:0}}.case-studies-slider .case-study .image{height:100%}.case-studies-slider .case-study:hover{transition:0.3s ease}.case-studies-slider .case-study:hover .text .wrap .more{color:#ffba3d;transition:0.3s ease}.case-studies-slider .case-study:hover .text .wrap .more i{margin-left:3px;transition:0.3s ease}.case-studies-slider .case-study:hover:before{opacity:.4;transition:0.3s ease}.case-studies-slider .case-study:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.1;z-index:1;transition:0.3s ease}.case-studies-slider .case-study:before{content:"";position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#222222 25%,rgba(0,0,0,0) 70%);opacity:.5;z-index:2;height:50%}.case-studies-slider .case-study.slick-current .text .wrap{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}@media only screen and (max-width:600px){.case-studies-slider .slick-arrow.slick-prev{left:10px}}@media only screen and (max-width:600px){.case-studies-slider .slick-arrow.slick-next{right:10px}}.case-studies-slider .slick-arrow:after{font-size:75px;color:#FFF}@media only screen and (max-width:1600px){.case-studies-slider .slick-arrow:after{font-size:64px}}@media only screen and (max-width:1200px){.case-studies-slider .slick-arrow:after{font-size:50px}}@media only screen and (max-width:720px){.case-studies-slider .slick-arrow:after{font-size:40px}}@media only screen and (max-width:580px){.case-studies-slider .slick-arrow:after{font-size:30px}}.case-studies-slider .slick-arrow:hover:after{color:#ffba3d}.case-studies-slider .slick-arrow.slick-disabled{pointer-events:none;opacity:.4}.single-careers,.single-post,.search-results,.search-no-results{margin-top:calc(var(--header-height) + 70px)}@media only screen and (max-width:600px){.single-careers,.single-post,.search-results,.search-no-results{margin-top:calc(var(--header-height) + 50px)}}.single-careers .main-header,.single-post .main-header,.search-results .main-header,.search-no-results .main-header{background:#484848}.project-intro+.gallery-wrap{padding-top:0}@media only screen and (max-width:982px){.project-intro .container,.careers-intro .container{flex-direction:column-reverse;gap:20px}}.project-intro .sidebar,.careers-intro .sidebar{width:40%}@media only screen and (max-width:982px){.project-intro .sidebar,.careers-intro .sidebar{width:100%}}.project-intro .sidebar .wrap,.careers-intro .sidebar .wrap{background:#F0F0F0;width:70%;max-width:400px;margin:0 auto}@media only screen and (max-width:1400px){.project-intro .sidebar .wrap,.careers-intro .sidebar .wrap{width:90%;margin:0;margin-right:auto}}@media only screen and (max-width:982px){.project-intro .sidebar .wrap,.careers-intro .sidebar .wrap{max-width:100%;width:100%;margin-right:0;display:flex}}@media only screen and (max-width:720px){.project-intro .sidebar .wrap,.careers-intro .sidebar .wrap{flex-direction:column}}.project-intro .sidebar .wrap .text,.careers-intro .sidebar .wrap .text{padding:30px}@media only screen and (max-width:982px){.project-intro .sidebar .wrap .text,.careers-intro .sidebar .wrap .text{width:50%}}@media only screen and (max-width:720px){.project-intro .sidebar .wrap .text,.careers-intro .sidebar .wrap .text{width:100%}}@media only screen and (max-width:500px){.project-intro .sidebar .wrap .text,.careers-intro .sidebar .wrap .text{padding:20px}}.project-intro .sidebar .wrap .text strong,.careers-intro .sidebar .wrap .text strong{width:133px;margin-right:5px;display:inline-block}@media only screen and (max-width:1400px){.project-intro .sidebar .wrap .text strong,.careers-intro .sidebar .wrap .text strong{width:110px}}@media only screen and (max-width:500px){.project-intro .sidebar .wrap .text strong,.careers-intro .sidebar .wrap .text strong{width:80px}}.project-intro .sidebar .wrap .text p,.careers-intro .sidebar .wrap .text p{margin-bottom:0}.project-intro .sidebar .wrap .text p:last-of-type,.careers-intro .sidebar .wrap .text p:last-of-type{margin-bottom:0}.project-intro .sidebar .wrap .text .product a,.careers-intro .sidebar .wrap .text .product a{text-decoration:underline}.project-intro .sidebar .wrap .text .product a:hover,.careers-intro .sidebar .wrap .text .product a:hover{color:#ffba3d}.project-intro .sidebar .wrap .share,.careers-intro .sidebar .wrap .share{border-top:#DEDEDE 1px solid;padding:30px}@media only screen and (max-width:982px){.project-intro .sidebar .wrap .share,.careers-intro .sidebar .wrap .share{width:50%;border-top:none;border-left:#DEDEDE 1px solid}}@media only screen and (max-width:720px){.project-intro .sidebar .wrap .share,.careers-intro .sidebar .wrap .share{width:100%;border-top:#DEDEDE 1px solid;border-left:none}}@media only screen and (max-width:500px){.project-intro .sidebar .wrap .share,.careers-intro .sidebar .wrap .share{padding:20px}}.project-intro .sidebar .wrap .share h4,.project-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .project-intro .sidebar .wrap .share h3,.project-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col p.toggle-tab,.project-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .project-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col h2,.careers-intro .sidebar .wrap .share h4,.careers-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .careers-intro .sidebar .wrap .share h3,.careers-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col p.toggle-tab,.careers-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .careers-intro .sidebar .wrap .share .footer .top-footer .left .links .menu-col h2{font-weight:500;font-size:18px}.project-intro .sidebar .wrap .share .btn,.careers-intro .sidebar .wrap .share .btn{margin-top:30px}.project-intro .sidebar .wrap .share .social-links a,.careers-intro .sidebar .wrap .share .social-links a{width:36px;height:36px;border:1.5px solid #C7C7C7;border-radius:100%;margin-right:12px;display:flex;align-items:center;justify-content:center}.project-intro .sidebar .wrap .share .social-links a:hover,.careers-intro .sidebar .wrap .share .social-links a:hover{border-color:#ffba3d;color:#626262}.project-intro .sidebar .wrap .share .social-links a:last-of-type,.careers-intro .sidebar .wrap .share .social-links a:last-of-type{margin-right:0}.project-intro .intro-content,.careers-intro .intro-content{width:60%;padding-left:30px}@media only screen and (max-width:982px){.project-intro .intro-content,.careers-intro .intro-content{width:100%;padding:0}}.project-intro .intro-content h3,.project-intro .intro-content p.toggle-tab,.project-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .project-intro .intro-content h2,.careers-intro .intro-content h3,.careers-intro .intro-content p.toggle-tab,.careers-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .careers-intro .intro-content h2{font-size:40px}@media only screen and (max-width:1600px){.project-intro .intro-content h3,.project-intro .intro-content p.toggle-tab,.project-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .project-intro .intro-content h2,.careers-intro .intro-content h3,.careers-intro .intro-content p.toggle-tab,.careers-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .careers-intro .intro-content h2{font-size:32px}}@media only screen and (max-width:1200px){.project-intro .intro-content h3,.project-intro .intro-content p.toggle-tab,.project-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .project-intro .intro-content h2,.careers-intro .intro-content h3,.careers-intro .intro-content p.toggle-tab,.careers-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .careers-intro .intro-content h2{font-size:24px}}@media only screen and (max-width:600px){.project-intro .intro-content h3,.project-intro .intro-content p.toggle-tab,.project-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .project-intro .intro-content h2,.careers-intro .intro-content h3,.careers-intro .intro-content p.toggle-tab,.careers-intro .intro-content .sectors-modal .intro-content h2,.sectors-modal .intro-content .careers-intro .intro-content h2{font-size:18px}}.project-intro .intro-content .btn,.careers-intro .intro-content .btn{margin-bottom:30px}.project-intro .intro-content p:first-of-type,.careers-intro .intro-content p:first-of-type{font-weight:500}.project-intro .intro-content .back,.careers-intro .intro-content .back{color:#A0A2A4;margin-bottom:10px;display:block}.project-intro .intro-content .back i,.careers-intro .intro-content .back i{font-size:12px}.project-intro .intro-content .back:hover,.careers-intro .intro-content .back:hover{color:#ffba3d}@media only screen and (max-width:982px){.careers-intro .container{flex-direction:column}}.careers-intro .sidebar{position:sticky;height:auto;top:100px;align-self:flex-start}@media only screen and (max-width:1400px){.careers-intro .sidebar .wrap{margin-right:0;margin-left:auto}}@media only screen and (max-width:982px){.careers-intro .sidebar .wrap{margin-left:0}}.careers-modal{padding:30px;background:#FFF;display:flex;flex-wrap:wrap;align-items:center}@media only screen and (max-width:665px){.careers-modal{padding:30px 20px}}.careers-modal h4,.careers-modal .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .careers-modal h3,.careers-modal .footer .top-footer .left .links .menu-col p.toggle-tab,.careers-modal .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .careers-modal .footer .top-footer .left .links .menu-col h2{width:100%}.testimonials-slider .testimonial{padding:0 20px}.testimonials-slider .testimonial p.name,.testimonials-slider .testimonial p.company{font-size:15px;margin-bottom:5px}.testimonials-slider .testimonial p.company{font-weight:600}.testimonials-slider .testimonial .rating{padding-top:10px}.testimonials-slider .testimonial .rating i{color:#ffba3d;margin:0 2px}.latest-news-wrap+.faqs-wrap{padding-top:0}@media only screen and (max-width:1600px){.latest-news .slick-arrow.slick-prev{left:8px}}@media only screen and (max-width:1600px){.latest-news .slick-arrow.slick-next{right:8px}}.latest-news .card{width:calc(25% - 20px);margin:0 6px}@media only screen and (max-width:500px){.latest-news .card{margin:0 3px}}.latest-news .card .text{background:#FFF}@media only screen and (max-width:1100px){.latest-news .card:last-of-type{display:none}}@media only screen and (max-width:650px){.latest-news .card:last-of-type{display:block}}.category-list+.posts-loop{padding-top:20px}@media only screen and (max-width:800px){.category-list+.posts-loop{padding-top:8px}}.posts-loop.news-loop .container-medium{justify-content:flex-start;gap:20px}@media only screen and (max-width:820px){.posts-loop.news-loop .container-medium{gap:10px}}.posts-loop.news-loop .card{width:calc(25% - 20px)}@media only screen and (max-width:1400px){.posts-loop.news-loop .card{width:calc(33.333% - 20px)}}@media only screen and (max-width:1015px){.posts-loop.news-loop .card{width:calc(50% - 10px)}}@media only screen and (max-width:820px){.posts-loop.news-loop .card{width:calc(50% - 5px)}}@media only screen and (max-width:500px){.posts-loop.news-loop .card{width:100%}}@media only screen and (max-width:1015px){.posts-loop.news-loop .card .text{padding:16px 8px}}@media only screen and (max-width:1015px){.posts-loop.news-loop .card .text h4,.posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .posts-loop.news-loop .card .text h3,.posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col p.toggle-tab,.posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col h2{font-size:18px;margin-bottom:8px}}@media only screen and (max-width:600px){.posts-loop.news-loop .card .text h4,.posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col .posts-loop.news-loop .card .text h3,.posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col p.toggle-tab,.posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .posts-loop.news-loop .card .text .footer .top-footer .left .links .menu-col h2{font-size:16px}}@media only screen and (max-width:1015px){.posts-loop.news-loop .card .text .date{font-size:14px}}.category-list ul{list-style:none;padding:0}.category-list ul li a{padding:15px 30px;border:1px solid #DEDEDE;color:#A0A2A4;border-right:none;background:#F0F0F0;font-size:16px;display:inline-block}.category-list ul li a:last-of-type{border-right:1px solid #DEDEDE}@media only screen and (max-width:980px){.category-list ul li a{padding:5px 20px}}.category-list ul li a:hover,.category-list ul li a.active{background:#FFF}.category-list-case-studies .filters{position:relative;width:306px;z-index:4;cursor:pointer}@media only screen and (max-width:500px){.category-list-case-studies .filters{width:100%}}.category-list-case-studies .filters p,.category-list-case-studies .filters li,.category-list-case-studies .filters a{display:block;font-size:15px;font-weight:600}.category-list-case-studies .filters p{position:relative;background:#F0F0F0;border:1px solid #DEDEDE;padding:17px 34px 17px 20px;z-index:1;margin-bottom:0}.category-list-case-studies .filters p:after{content:"";font-family:"Font Awesome 6 Pro";position:absolute;top:50%;right:20px;font-size:.9em;transform:translateY(-50%)}.category-list-case-studies .filters p.active:after{content:""}.category-list-case-studies .filters ul{position:absolute;width:100%;list-style:none;background:#fff;pointer-events:none;border-top:0;margin:0;transition:0.5s ease;transform:translateY(-56px);opacity:0;list-style:none;padding:0}.category-list-case-studies .filters ul.active{opacity:1;pointer-events:all;transform:translateY(0)}.category-list-case-studies .filters ul li{margin:0;transition:0.3s ease;width:100%}.category-list-case-studies .filters ul li:hover{color:#ffba3d;transition:0.3s ease}.category-list-case-studies .filters ul li a{padding:15px 30px;border:1px solid #DEDEDE;color:#A0A2A4;border-right:none;background:#F0F0F0;font-size:16px;display:inline-block;width:100%}.category-list-case-studies .filters ul li a:last-of-type{border-right:1px solid #DEDEDE}@media only screen and (max-width:980px){.category-list-case-studies .filters ul li a{padding:5px 20px}}.category-list-case-studies .filters ul li a:hover,.category-list-case-studies .filters ul li a.active{background:#FFF}.category-list-case-studies .filters ul li a.active{color:#ffba3d}.blog .category-list ul li:first-of-type a,.post-type-archive-case-studies .category-list ul li:first-of-type a{background:#FFF}@media only screen and (max-width:880px){.logo-grid .container-medium{justify-content:center;gap:20px}}@media only screen and (max-width:880px){.logo-grid .container-medium{gap:8px}}.logo-grid .logo{width:calc(25% - 15px);margin:10px 0}@media only screen and (max-width:880px){.logo-grid .logo{width:calc(33.333% - 15px);margin:0}}@media only screen and (max-width:600px){.logo-grid .logo{width:calc(50% - 10px)}}@media only screen and (max-width:450px){.logo-grid .logo{width:100%}}.logo-grid .logo .image{padding-bottom:50%}.logo-grid .logo .image .brand{position:absolute;z-index:2;max-width:80%;top:0;bottom:0;right:0;left:0;margin:auto}.logo-grid .logo .image:after{content:"";width:100%;height:100%;background:#000;position:absolute;top:0;right:0;left:0;bottom:0;opacity:.4}.posts-loop+.blog-footer{padding-top:0}.blog-footer .navigation{display:flex;justify-content:space-between;flex-direction:row-reverse}@media only screen and (max-width:800px){.blog-footer .social-buttons{margin-bottom:30px}}.blog-footer .social-buttons a{font-size:20px;margin-right:10px}.blog-footer .social-buttons a:hover{color:#ffba3d}.blog-footer .social-buttons p{margin-bottom:10px}@media only screen and (max-width:800px){.blog-footer .half{width:100%;text-align:center}}.footer{background:#111}.footer ul,.footer li{list-style:none;padding:0;color:#E2E3E3;font-size:14px}.footer h3,.footer p.toggle-tab,.footer .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer h2{color:#E2E3E3}.footer a{color:#E2E3E3}.footer a:hover{color:#ffba3d}.footer h3,.footer p.toggle-tab,.footer .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer h2{margin-bottom:10px}@media only screen and (max-width:600px){.footer .top-footer{padding-bottom:0}}.footer .top-footer .container{gap:40px}@media only screen and (max-width:1100px){.footer .top-footer .container{flex-direction:column;align-items:center;text-align:center}}@media only screen and (max-width:600px){.footer .top-footer .container{flex-direction:column;gap:40px}}.footer .top-footer .left{width:calc(100% - 400px);gap:120px}@media only screen and (max-width:1400px){.footer .top-footer .left{width:calc(100% - 330px);gap:56px}}@media only screen and (max-width:1260px){.footer .top-footer .left{width:calc(100% - 300px)}}@media only screen and (max-width:1100px){.footer .top-footer .left{flex-direction:column;align-items:center;text-align:center;width:100%}}.footer .top-footer .left .links{width:500px}@media only screen and (max-width:1260px){.footer .top-footer .left .links{width:440px}}@media only screen and (max-width:600px){.footer .top-footer .left .links{width:100%}}@media only screen and (max-width:500px){.footer .top-footer .left .links{flex-direction:column;align-items:center}}@media only screen and (max-width:600px){.footer .top-footer .left .links .menu-col{width:100%}}.footer .top-footer .left .links .menu-col h3,.footer .top-footer .left .links .menu-col p.toggle-tab,.footer .top-footer .left .links .menu-col .sectors-modal .intro-content h2,.sectors-modal .intro-content .footer .top-footer .left .links .menu-col h2{color:#fff}.footer .top-footer .left .address{max-width:250px}@media only screen and (max-width:880px){.footer .top-footer .left .address{width:100%}}@media only screen and (max-width:600px){.footer .top-footer .left .address{max-width:100%;width:100%;text-align:center}}.footer .top-footer .left .address .logo{margin-bottom:20px}@media only screen and (max-width:600px){.footer .top-footer .left .address .logo img{max-width:300px}}.footer .top-footer .left .address .address-list li{display:inline-block;margin-right:5px}.footer .top-footer .left .address .address-list li:last-of-type{margin-right:0}.footer .top-footer .left .address .address-list li:last-of-type:after{content:""}@media only screen and (max-width:600px){.footer .top-footer .left .address .social-links{justify-content:center}}@media only screen and (max-width:1100px){.footer .top-footer .contact{max-width:100%;width:100%;text-align:center}}.footer .top-footer .contact a{font-size:20px;font-weight:500}@media only screen and (max-width:1300px){.footer .top-footer .contact a{font-size:18px}}@media only screen and (max-width:880px){.footer .top-footer .contact a{font-size:16px}}.footer .top-footer .contact a.phone{font-size:36px;display:block;margin-bottom:15px}@media only screen and (max-width:1400px){.footer .top-footer .contact a.phone{font-size:32px}}@media only screen and (max-width:1300px){.footer .top-footer .contact a.phone{font-size:28px}}@media only screen and (max-width:880px){.footer .top-footer .contact a.phone{font-size:24px}}@media only screen and (max-width:500px){.footer .top-footer .contact a.phone{font-size:20px}}.footer .top-footer .contact a.phone span{font-weight:200}.footer .bottom-footer{background:#111;padding:30px 0}@media only screen and (max-width:850px){.footer .bottom-footer{display:block;text-align:center}}.footer .bottom-footer p{margin:0;display:inline-block;color:#FFF}@media only screen and (max-width:850px){.footer .bottom-footer p{width:100%;margin-bottom:20px}}@media only screen and (max-width:600px){.footer .bottom-footer p{display:flex;flex-direction:column}}.footer .bottom-footer p span{margin:0 10px}@media only screen and (max-width:850px){.footer .bottom-footer p span{display:block;font-size:0;margin:3px 0}}@media only screen and (max-width:600px){.footer .bottom-footer p span{display:none}}.footer .bottom-footer a.plx{font-size:32px}@media only screen and (max-width:850px){.footer .bottom-footer a{margin:auto}}.footer .bottom-footer a img{width:40px;vertical-align:middle}.social-links a{width:36px;height:36px;border:1.5px solid #FFF;border-radius:100%;margin-right:12px}.social-links a:hover{border-color:#ffba3d;color:#fff}.social-links a:last-of-type{margin-right:0}.fixed-notice{position:fixed;z-index:50;background:#C7C7C7}.fixed-notice.hidden{display:none}.fixed-notice.strip{bottom:0;left:0;right:0;padding:30px 0}@media only screen and (max-width:1200px){.fixed-notice.strip .content{padding-right:20px}}.fixed-notice.modal .container{position:fixed;background:#fff;width:720px;padding:60px;text-align:center;top:50%;left:50%;z-index:1;overflow:scroll;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 0 20px -10px #222;-moz-box-shadow:0 0 20px -10px #222;-ms-box-shadow:0 0 20px -10px #222;-o-box-shadow:0 0 20px -10px #222;box-shadow:0 0 20px -10px #222}@media only screen and (max-width:800px){.fixed-notice.modal .container{width:auto;top:20px;left:20px;right:20px;bottom:20px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@media only screen and (max-width:450px){.fixed-notice.modal .container{padding:30px}}.fixed-notice.modal .notice-overlay{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(34,34,34,.5)}@media only screen and (max-width:450px){.fixed-notice.modal .close-notice{top:0;right:7px}}.fixed-notice .content p:last-of-type{margin-bottom:0}.fixed-notice .content .btn{margin-top:20px}.fixed-notice .close-notice{position:absolute;top:10px;right:15px;font-size:26px;cursor:pointer;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.fixed-notice .close-notice:hover{color:#ffba3d}.sectors-modal{position:fixed;top:50%;left:50%;z-index:99999;opacity:0;visibility:hidden;width:950px;max-width:calc(100% - 60px);max-height:80vh;overflow:auto;background:#111;box-shadow:0 10px 20px rgba(0,0,0,.16);padding:32px 20px 20px 20px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;-webkit-transform:translate(-50%,-45%);-moz-transform:translate(-50%,-45%);-ms-transform:translate(-50%,-45%);-o-transform:translate(-50%,-45%);transform:translate(-50%,-45%)}@media only screen and (max-width:720px){.sectors-modal{max-width:calc(100% - 40px)}}@media only screen and (max-width:500px){.sectors-modal{padding:20px 10px}}.sectors-modal.reveal{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1;visibility:visible;-webkit-transition:0.75s ease;-moz-transition:0.75s ease;-ms-transition:0.75s ease;-o-transition:0.75s ease;transition:0.75s ease;-webkit-transition-delay:1s;-moz-transition-delay:1s;-ms-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.sectors-modal.hide{display:none}.sectors-modal #close{position:absolute;top:0;right:0;width:60px;line-height:60px;font-size:30px;color:rgba(255,255,255,.5);text-align:center;cursor:pointer;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:650px){.sectors-modal #close{top:-10px}}@media only screen and (max-width:400px){.sectors-modal #close{display:none}}.sectors-modal #close:hover{color:#fff}.sectors-modal .spacer{height:30px}.sectors-modal .intro-content *{color:#fff}.sectors-modal .intro-content h2{color:#fff}.sectors-modal .intro-content h2:only-child{margin-bottom:0}.sectors-modal .sectors{gap:16px}.sectors-modal .sectors .sector{width:calc(33.33% - 15px);flex-grow:1;border:2px solid transparent;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:800px){.sectors-modal .sectors .sector{width:calc(50% - 15px)}}@media only screen and (max-width:650px){.sectors-modal .sectors .sector{width:100%;max-width:100%}}.sectors-modal .sectors .sector:first-of-type,.sectors-modal .sectors .sector:nth-child(2){width:calc(50% - 8px)}@media only screen and (max-width:650px){.sectors-modal .sectors .sector:first-of-type,.sectors-modal .sectors .sector:nth-child(2){width:100%}}.sectors-modal .sectors .sector:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%);z-index:1;transition:0.3s ease}.sectors-modal .sectors .sector:hover{transition:0.3s ease;border:2px solid #ffba3d}.sectors-modal .sectors .sector:hover:before{opacity:.5}.sectors-modal .sectors .sector:hover .heading{text-decoration:underline}.sectors-modal .sectors .sector .image{height:280px;padding:0}@media only screen and (max-width:1080px){.sectors-modal .sectors .sector .image{height:220px}}@media only screen and (max-width:650px){.sectors-modal .sectors .sector .image{height:160px}}.sectors-modal .sectors .sector .heading{position:absolute;bottom:10px;left:24px;width:calc(100% - 48px);text-align:left;font-size:20px;font-weight:700;color:#fff;z-index:1}@media only screen and (max-width:1080px){.sectors-modal .sectors .sector .heading{font-size:16px;left:16px;margin-bottom:0}}.modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,.7);opacity:0;visibility:hidden;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.modal-background.reveal{opacity:1;visibility:visible}#cookiePolicy{transition:0.3s ease}#cookiePolicy.hide{opacity:0;visibility:hidden}#cookiePolicy #closeCookie{position:absolute;top:50%;right:15px;font-size:18px;line-height:40px;width:40px;text-align:center;transform:translateY(-50%);background:#ffba3d;color:#fff;cursor:pointer;transition:0.3s ease}#cookiePolicy #closeCookie:hover{background:#c9c5c5}#cookiePolicy .cookie-content{position:fixed;bottom:0;left:0;right:0;z-index:99;background:#F0F0F0;padding:20px 70px 20px 30px}#cookiePolicy .cookie-content p{margin:0}#cookieTableContainer{overflow-x:scroll}#cookieTable{border-collapse:collapse;margin:10px 0 30px}#cookieTable td,#cookieTable th{border:1px solid #d5d2d2;padding:15px;text-align:center;vertical-align:middle}#cookieTable tr td:nth-of-type(1),#cookieTable tr th:nth-of-type(1){min-width:125px}#cookieTable tr td:nth-of-type(2),#cookieTable tr th:nth-of-type(2){min-width:200px}#cookieTable tr td:nth-of-type(3),#cookieTable tr th:nth-of-type(3){min-width:80px}#cookieTable tr td:nth-of-type(4),#cookieTable tr th:nth-of-type(4){min-width:300px}.termly-styles-message-e9e76f,.termly-styles-main-bf5ef8 p{font-size:12px}.termly-styles-buttons-bb7ad2 .t-declineButton{color:#000!important;background:transparent!important;border-color:#000!important}.termly-styles-root-e8c31b .termly-styles-container-e8c42f h3,.termly-styles-root-e8c31b .termly-styles-container-e8c42f p.toggle-tab,.termly-styles-root-e8c31b .termly-styles-container-e8c42f .sectors-modal .intro-content h2,.sectors-modal .intro-content .termly-styles-root-e8c31b .termly-styles-container-e8c42f h2{font-size:18px}.termly-styles-root-e8c31b .termly-styles-container-e8c42f table{border:none}.termly-styles-root-e8c31b .termly-styles-container-e8c42f table thead th{background:#000}.termly-styles-root-e8c31b .termly-styles-container-e8c42f table tr:first-of-type{border-color:#eee}.termly-styles-root-e8c31b .termly-styles-container-e8c42f table th,.termly-styles-root-e8c31b .termly-styles-container-e8c42f table td{max-width:initial;text-align:left}.termly-styles-root-e8c31b .termly-styles-container-e8c42f table tbody{display:table-row-group}.termly-styles-root-e8c31b .termly-styles-container-e8c42f table .termly-styles-nameCell-c33ed8,.termly-styles-root-e8c31b .termly-styles-container-e8c42f table .termly-styles-nameCell-c33ed8 a{font-size:14px}.search-loop .no-results{text-align:center}.search-loop a{padding:30px 0;border-top:1px solid #C7C7C7;display:block}.search-loop a:hover h3,.search-loop a:hover p.toggle-tab,.search-loop a:hover .sectors-modal .intro-content h2,.sectors-modal .intro-content .search-loop a:hover h2,.search-loop a:hover span{color:#ffba3d}.search-loop a:first-of-type{border:0}.search-loop a h3,.search-loop a p.toggle-tab,.search-loop a .sectors-modal .intro-content h2,.sectors-modal .intro-content .search-loop a h2{margin-bottom:10px;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.search-loop a p{margin:0}.search-loop a p span i{font-size:12px;vertical-align:middle}.search-loop a p span{-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.page-id-366 #intro .container-small,.page-id-364 #intro .container-small,.page-id-362 #intro .container-small{max-width:1200px}@media only screen and (max-width:1920px){.featured-categories-wrap .container{padding:0}}.featured-categories-wrap .item{width:calc(33.333% - 20px);margin:10px;height:200px;background:#ffdd9d;border-radius:100px;cursor:pointer;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1200px){.featured-categories-wrap .item{width:calc(33.333% - 10px);height:175px;margin:5px}}@media only screen and (max-width:980px){.featured-categories-wrap .item{width:calc(50% - 10px);height:125px}}@media only screen and (max-width:720px){.featured-categories-wrap .item{height:75px}}@media only screen and (max-width:400px){.featured-categories-wrap .item{width:100%;height:50px;margin:5px 0}}.featured-categories-wrap .item:hover img{opacity:.3;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.featured-categories-wrap .item:hover .text p{text-decoration:underline}.featured-categories-wrap .item.remove{display:none}.featured-categories-wrap .item img{opacity:.15;-webkit-filter:grayscale(1);-moz-filter:grayscale(1);-ms-filter:grayscale(1);-o-filter:grayscale(1);filter:grayscale(1);-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}.featured-categories-wrap .item .text{padding:0 20px;position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.featured-categories-wrap .item .text h3,.featured-categories-wrap .item .text p.toggle-tab,.featured-categories-wrap .item .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap .item .text h2{color:#fff;margin-bottom:10px}@media only screen and (max-width:720px){.featured-categories-wrap .item .text h3,.featured-categories-wrap .item .text p.toggle-tab,.featured-categories-wrap .item .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap .item .text h2{margin:0}}.featured-categories-wrap .item .text p{margin:0;color:#fff}@media only screen and (max-width:720px){.featured-categories-wrap .item .text p{display:none}}.featured-categories-wrap .item .text p:after{top:-1px;position:relative;color:#fff!important}.featured-categories-wrap.small-categories{padding-bottom:0}.featured-categories-wrap.small-categories .item{height:auto;width:auto;padding:12px 18px;margin:5px;border:1px solid #c9c9c9;background:#fff}@media only screen and (max-width:720px){.featured-categories-wrap.small-categories .item{padding:12px 15px}}@media only screen and (max-width:500px){.featured-categories-wrap.small-categories .item{width:100%;margin:5px 0}}.featured-categories-wrap.small-categories .item:hover{background:#ffba3d;border-color:#ffba3d}.featured-categories-wrap.small-categories .item:hover .text h3,.featured-categories-wrap.small-categories .item:hover .text p.toggle-tab,.featured-categories-wrap.small-categories .item:hover .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap.small-categories .item:hover .text h2{color:#fff}.featured-categories-wrap.small-categories .item.current,.featured-categories-wrap.small-categories .item.current:hover{background:#ffad19;border-color:#ffad19}.featured-categories-wrap.small-categories .item.current .text h3,.featured-categories-wrap.small-categories .item.current .text p.toggle-tab,.featured-categories-wrap.small-categories .item.current .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap.small-categories .item.current .text h2,.featured-categories-wrap.small-categories .item.current:hover .text h3,.featured-categories-wrap.small-categories .item.current:hover .text p.toggle-tab,.featured-categories-wrap.small-categories .item.current:hover .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap.small-categories .item.current:hover .text h2{color:#fff}.featured-categories-wrap.small-categories .item .text{padding:0;position:static;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.featured-categories-wrap.small-categories .item .text h3,.featured-categories-wrap.small-categories .item .text p.toggle-tab,.featured-categories-wrap.small-categories .item .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap.small-categories .item .text h2{font-size:16px;font-weight:600;margin:0;color:#A0A2A4;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease}@media only screen and (max-width:1100px){.featured-categories-wrap.small-categories .item .text h3,.featured-categories-wrap.small-categories .item .text p.toggle-tab,.featured-categories-wrap.small-categories .item .text .sectors-modal .intro-content h2,.sectors-modal .intro-content .featured-categories-wrap.small-categories .item .text h2{font-size:14px}}.featured-categories-wrap.alt-categories.hidden{display:none}.featured-categories-wrap.alt-categories .flex{justify-content:flex-start}@media only screen and (max-width:1920px){.featured-categories-wrap.alt-categories .flex{justify-content:center}}.featured-categories-wrap.alt-categories p{margin:0;line-height:1.3;color:#222;margin-right:10px;font-family:"Roboto Condensed",sans-serif;font-weight:600;text-transform:uppercase}@media only screen and (max-width:1250px){.featured-categories-wrap.alt-categories p{width:100%;padding:10px;margin:0}}@media only screen and (max-width:435px){.featured-categories-wrap.alt-categories p{text-align:center}}.featured-categories-wrap.alt-categories .item.hidden{display:none}.filtered-downloads{width:100%}.download-links-wrap{justify-content:flex-start;gap:20px}.download-links-wrap .download{width:calc(25% - 15px);background:#F7F7F7;padding:12px;cursor:pointer;border:1px solid #C7C7C7;margin-bottom:0}@media only screen and (max-width:1600px){.download-links-wrap .download{width:calc(33% - 10px)}}@media only screen and (max-width:1350px){.download-links-wrap .download{width:calc(50% - 10px)}}@media only screen and (max-width:630px){.download-links-wrap .download{width:100%}}.download-links-wrap .download .image{width:68px;height:96px}.download-links-wrap .download .text{width:100%}.download-links-wrap .download .text h5,.download-links-wrap .download .text .desk-menu .mega>ul>li>a,.desk-menu .download-links-wrap .download .text .mega>ul>li>a{font-size:18px;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;color:#222;font-weight:300;margin-bottom:10px;text-transform:none}.download-links-wrap .download .text p{margin:0}.download-links-wrap .download:hover .text h5,.download-links-wrap .download:hover .text .desk-menu .mega>ul>li>a,.desk-menu .download-links-wrap .download:hover .text .mega>ul>li>a{color:#ffba3d}.download-links-wrap .no-downloads-message{width:100%;padding:20px;text-align:center;font-style:italic;color:#666}