:root{--whiteColor:#ffffff;--blackColor:#000000;--creamColor:#F5F3EE;--greenColor:#C9E4CF;--lightGreenColor:#E5F2E7;--darkGreenColor:#A2D2AD;--lightSandColor:#EEE9DB;--darkSandColor:#DED9C9;--lightBlueColor:#D2DEEE;--darkBlueColor:#BDD1ED;--lightPeachColor:#FFE7D3;--darkPeachColor:#FFC7A7;--lightGreyColor:rgba(000,000,000,0.20);--blackFifty:rgba(000,000,000,0.50);--orangeColor:#FE9356;--bgBlueColor:#CFE3FF;--bgGreenColor:#B8DBC0;--bgOrangeColor:#FFDAC5}@-webkit-keyframes scrollArrow{0%{transform:translateZ(0)}20%{transform:translate3d(0,10px,0)}40%{transform:translateZ(0)}}@keyframes scrollArrow{0%{transform:translateZ(0)}20%{transform:translate3d(0,10px,0)}40%{transform:translateZ(0)}}@-webkit-keyframes balance{0%{-webkit-transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,1rem,0)}100%{-webkit-transform:translate3d(0,0,0)}}@-moz-keyframes balance{0%{-moz-transform:translate3d(0,0,0)}50%{-moz-transform:translate3d(0,1rem,0)}100%{-moz-transform:translate3d(0,0,0)}}@-o-keyframes balance{0%{-o-transform:translate3d(0,0,0)}50%{-o-transform:translate3d(0,1rem,0)}100%{-o-transform:translate3d(0,0,0)}}@-ms-keyframes balance{0%{-ms-transform:translate3d(0,0,0)}50%{-ms-transform:translate3d(0,1rem,0)}100%{-ms-transform:translate3d(0,0,0)}}@keyframes balance{0%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,1rem,0)}100%{transform:translate3d(0,0,0)}}.deskMenuBox{position:fixed;right:-450px;top:0;width:450px;height:100%;overflow-y:auto;background-color:var(--lightGreenColor);padding:10px 0 22px 0;padding-bottom:40px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:9999;display:none}@media only screen and (min-width:0px)and (max-width:1100px){.deskMenuBox{width:370px;right:-370px}}@media screen and (min-width:0px)and (max-width:550px){.deskMenuBox{width:100%;right:-100%}}.deskMenuBox .menuTitle{padding:14px 40px;padding-bottom:32px;font-size:33px;line-height:42px;letter-spacing:-.33px;border-bottom:var(--lightGreyColor) solid 1px}@media only screen and (min-width:0px)and (max-width:1100px){.deskMenuBox .menuTitle{font-size:26px;line-height:33px;padding:12px 24px;padding-bottom:28px;margin-bottom:20px}}.deskMenuBox .closeMenu{width:42px;height:42px;position:absolute;right:20px;top:28px;text-indent:-999px;overflow:hidden;border-radius:100%;background-color:var(--greenColor);background-image:url(../../images/close-icon.svg);background-position:center center;background-size:18px;background-repeat:no-repeat;z-index:999}@media only screen and (min-width:0px)and (max-width:1100px){.deskMenuBox .closeMenu{width:40px;height:40px;background-color:var(--whiteColor);top:20px}}.deskMenuBox .closeMenu:hover{background-size:18px}.deskMenuBox a{color:var(--blackColor);text-decoration:none;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none}.deskMenuBox a:hover{background-size:100% 1px}body.showMenu .deskMenuBox{right:0}.menuCover{background-color:rgba(0,0,0,.7);position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.showMenu .menuCover{opacity:1;visibility:visible;pointer-events:all}ul.sideMenu{margin:0;padding:0;list-style-type:none}ul.sideMenu li{margin:0;padding:30px 30px 0 30px}ul.sideMenu li a{font-size:26px;line-height:31px}ul.sideMenu li ul.sub-menu{margin:0;padding:0;list-style-type:none;padding-top:12px}ul.sideMenu li ul.sub-menu li{margin:0;padding:4px 0 6px 0}ul.sideMenu li ul.sub-menu li a{font-size:17px;line-height:25px;letter-spacing:.17px}ul.sideMenu li ul.sub-menu li.current-menu-item>a,ul.sideMenu li ul.sub-menu li.current_page_item>a{background-size:100% 1px;background-image:linear-gradient(var(--blackColor),var(--blackColor))}ul.sideMenu li.current-menu-item>a,ul.sideMenu li.current_page_item>a{background-size:100% 1px;background-image:linear-gradient(var(--blackColor),var(--blackColor))}.deskMenuList a{color:var(--blackColor);text-decoration:none;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-image:linear-gradient(transparent,transparent);background-size:100% 1px}.deskMenuList a:hover{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}@media only screen and (min-width:0px)and (max-width:1100px){.deskMenuList{display:none}}.deskMenuList ul li ul.sub-menu li ul.sub-menu{padding-left:20px}.mobMenuList{position:relative;overflow:hidden;display:none}@media only screen and (min-width:0px)and (max-width:1100px){.mobMenuList{display:block}}.mobMenuList .headerTopMemu{display:none}@media only screen and (min-width:0px)and (max-width:1029px){.mobMenuList .headerTopMemu{display:block}}.mobMenuList .headerTopMemu .menu-top-menu-container>ul{display:flex;flex-wrap:wrap}.mobMenuList .headerTopMemu .menu-top-menu-container>ul li{width:100%}.mobMenuList ul.sideMenu li{position:static}.mobMenuList ul.sideMenu li .sub-menu{position:absolute;top:0!important;left:0;width:100%;height:100%;transform:translateX(100%);background-color:var(--lightGreenColor);transition:.3s;visibility:hidden;padding:20px}.mobMenuList nav{padding:0 24px}.mobMenuList nav ul li{padding:12px 0}.mobMenuList nav ul li a:hover{background-image:linear-gradient(transparent,transparent)!important}.mobMenuList nav ul li.menu-item-has-children .sub-menu{background-color:var(--lightGreenColor);padding:0 24px}.mobMenuList nav ul li.menu-item-has-children .sub-menu li{padding:6px 0 8px 0}.mobMenuList nav ul li.menu-item-has-children .sub-menu li a:hover{background-image:linear-gradient(transparent,transparent)!important}.mobMenuList nav li.nav-item{position:relative;padding-left:24px!important;padding-bottom:10px!important}.mobMenuList nav li.nav-item a{font-size:22px!important;line-height:28px!important}.mobMenuList nav li.nav-item .nav-back-link{width:24px;height:24px;position:absolute;left:-2px;top:10px;text-indent:-999px;overflow:hidden;background-image:url(../../images/menu-prev-arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:16px}.mobMenuList nav ul>li.menu-item-has-children>a{padding-right:30px;position:relative;background-image:linear-gradient(transparent,transparent)}.mobMenuList nav ul>li.menu-item-has-children>a::before{width:24px;height:24px;content:"";position:absolute;right:0;top:4px;background-image:url(../../images/menu-next-arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:24px}.mobMenuList nav ul>li>a{font-size:22px;line-height:26px;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;width:100%;display:block;background-image:none}.mobMenuList ul.sideMenu li.menu-item-has-children.active>ul.sub-menu{transform:translateX(0);visibility:visible;z-index:1}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{margin:0!important}body,html{width:100%;height:100%;padding:0;margin:0}body{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;padding:0;margin:0;min-width:320px;font-size:18px;line-height:27px;letter-spacing:.18px;display:flex;flex-direction:column;background-color:var(--creamColor)}@media screen and (min-width:0px)and (max-width:550px){body{font-size:17px;line-height:26px;letter-spacing:.17px}}#page-wrap{width:100%;max-width:100%;margin:0 auto;position:relative;flex:1 0 auto}footer{flex-shrink:0}.col_full .col{width:100%}.col_1_1 .col{width:50%}.col_1_1_1 .col{width:33.33%}.col_1_1_1_1 .col{width:25%}.col_1_1_1_1_1 .col{width:20%}.col_1_1_1_1_1_1 .col{width:16.66%}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;clear:both;overflow:visible;position:relative;margin:0;list-style:none;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-Row-Reverse{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row-reverse wrap;flex-flow:row-reverse wrap}.TBspace{padding:30px 0}@media only screen and (min-width:0px)and (max-width:1200px){.TBspace{padding:25px 0}}@media only screen and (min-width:0px)and (max-width:900px){.TBspace{padding:20px 0}}.TBspaceLess{padding:40px 0}@media only screen and (min-width:0px)and (max-width:1200px){.TBspaceLess{padding:50px 0}}@media only screen and (min-width:0px)and (max-width:900px){.TBspaceLess{padding:30px 0}}.content_1400{max-width:1440px;width:100%;padding:0 50px;margin:0 auto}@media only screen and (min-width:0px)and (max-width:1023px){.content_1400{padding:0 30px}}@media only screen and (min-width:0px)and (max-width:743px){.content_1400{padding:0 20px}}@media only screen and (min-width:0px)and (max-width:640px){.content_1400{padding:0 18px}}.content_1100{max-width:1140px;width:100%;padding:0 20px;margin:0 auto}.content_950{max-width:1010px;width:100%;padding:0 30px;margin:0 auto}@media only screen and (min-width:0px)and (max-width:743px){.content_950{padding:0 20px}}@media only screen and (min-width:0px)and (max-width:640px){.content_950{padding:0 18px}}.content_720{max-width:780px;width:100%;padding:0 30px;margin:0 auto}@media only screen and (min-width:0px)and (max-width:743px){.content_720{padding:0 20px}}@media only screen and (min-width:0px)and (max-width:640px){.content_720{padding:0 18px}}body.page-template-template-careers header,body.page-template-template-section header{background-color:var(--creamColor)}header{padding:20px 0;border-bottom:1px solid var(--silverColor);position:absolute;left:0;top:0;width:100%;z-index:999}@media only screen and (min-width:0px)and (max-width:640px){header{padding:14px 0}}header.out-of-view{transform:translateY(-90px);background-color:var(--creamColor);position:fixed}header.out-of-view.show-head{top:0;transform:translateY(0);position:fixed}.scrollHead{position:fixed;left:0;top:0;width:100%;z-index:999;transition:all .5s ease-in-out;background-color:var(--creamColor);box-shadow:0 0 8px rgba(0,0,0,.1);transform:translateY(-90px);visibility:hidden}.scrollHead header{position:relative;padding:14px 0}@media screen and (min-width:0px)and (max-width:550px){.scrollHead header{padding:10px 0}}.scrollHead.out-of-view.show-head,.scrollHead:hover{transform:translateY(0);visibility:visible}.headHolder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between}.headHolder img.logo{width:162px;height:46px}@media only screen and (min-width:0px)and (max-width:640px){.headHolder img.logo{width:129px;height:38px}}@media only screen and (min-width:0px)and (max-width:1029px){header .headerTopMemu{display:none}}.headerTopMemu ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.headerTopMemu ul li{padding:0 16px}.headerTopMemu ul li a{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;text-decoration:none;color:var(--blackColor);background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-size:100% 1px}.headerTopMemu ul li a:hover{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}.headerTopMemu ul li.current-menu-item a,.headerTopMemu ul li.current_page_item a{background-size:100% 1px}.headerRightMenu ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.headerRightMenu ul li{padding:0 4px}.headerRightMenu ul li a{text-decoration:none;background-color:var(--whiteColor);color:var(--blackColor);padding:10px;border-radius:40px}.headerRightMenu ul li a.searchIcon{display:flex;padding:6px 44px 11px 18px;position:relative;border-radius:40px;overflow:hidden}@media only screen and (min-width:0px)and (max-width:1100px){.headerRightMenu ul li a.searchIcon{text-indent:-999px;padding:4px;width:44px;height:44px;display:flex;align-items:center;justify-content:center}}@media only screen and (min-width:0px)and (max-width:1023px){.headerRightMenu ul li a.searchIcon{padding:4px;width:42px;height:42px;display:flex;align-items:center;justify-content:center}}.headerRightMenu ul li a.searchIcon svg{width:20px;height:20px;position:absolute;right:15px;top:12px}@media only screen and (min-width:0px)and (max-width:1100px){.headerRightMenu ul li a.searchIcon svg{position:static}}.headerRightMenu ul li a.searchIcon .hoverColor{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.headerRightMenu ul li a.searchIcon:hover{color:var(--blackFifty)}.headerRightMenu ul li a.searchIcon:hover .hoverColor{stroke:var(--blackFifty)!important}.headerRightMenu ul li a.MenuIcon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--whiteColor);padding:0}@media only screen and (min-width:0px)and (max-width:1023px){.headerRightMenu ul li a.MenuIcon{width:42px;height:42px}}.headerRightMenu ul li a.MenuIcon svg{width:24px;height:24px}.headerRightMenu ul li a.MenuIcon svg .hoverColor{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.headerRightMenu ul li a.MenuIcon:hover .hoverColor{stroke:var(--blackFifty)!important}.headerRightMenu ul li:last-child{padding-right:0}.searchFormWrap{position:fixed;left:0;top:-120px;width:100%;background-color:var(--lightGreenColor);padding:22px 0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none;z-index:9999}.searchFormWrap .searchBox{padding-right:64px;position:relative}@media only screen and (min-width:0px)and (max-width:767px){.searchFormWrap .searchBox{padding-right:54px}}.searchFormWrap .searchBox form{position:relative}.searchFormWrap .searchBox form input[type=text]:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.searchFormWrap .searchBox .screen-reader-text{display:none}.searchFormWrap .searchBox input[type=text]{background-color:var(--greenColor);border-radius:200px!important;border:0!important;padding:8px 14px 12px 52px!important;background-image:url(../../images/search-icon.svg);background-size:24px;background-repeat:no-repeat;background-position:18px center;height:45px!important;outline:0!important}.searchFormWrap .searchBox .searchSubmit{position:absolute;right:8px;top:2px;width:40px;height:40px;min-width:40px;border:0;padding:4px!important;text-indent:-999px;overflow:hidden}.searchFormWrap .searchBox .searchSubmit::after,.searchFormWrap .searchBox .searchSubmit::before{pointer-events:none}.searchFormWrap .searchBox .searchSubmit #searchsubmit{width:32px;height:32px;min-width:32px;border:0;text-indent:-999px;overflow:hidden;display:block;background-color:rgba(0,0,0,0);padding:0}.searchFormWrap .searchBox .closeSearch{position:absolute;right:0;top:0;width:44px;height:44px;background-color:var(--whiteColor);border-radius:100%;background-image:url(../../images/close-icon.svg);background-position:center center;background-repeat:no-repeat;background-size:20px;text-decoration:none;text-indent:-999px;overflow:hidden}body.showSearch .searchFormWrap{top:0}.searchCover{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);opacity:0;visibility:hidden;pointer-events:none;z-index:999;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.showSearch .searchCover{opacity:1;visibility:visible;pointer-events:visible}.defaultHero{padding-top:200px}@media only screen and (min-width:0px)and (max-width:1023px){.defaultHero{padding-top:160px}}@media only screen and (min-width:0px)and (max-width:640px){.defaultHero{padding-top:120px}}@media only screen and (min-width:0px)and (max-width:1200px){.defaultHero h1{font-size:48px;line-height:52px}}@media only screen and (min-width:0px)and (max-width:767px){.defaultHero h1{font-size:33px;line-height:38px;letter-spacing:-.33px}}@media only screen and (min-width:0px)and (max-width:1100px){.defaultContentBlock .content_950{padding-left:50px;padding-right:50px;max-width:100%}}@media only screen and (min-width:0px)and (max-width:1023px){.defaultContentBlock .content_950{padding-left:30px;padding-right:30px}}@media only screen and (min-width:0px)and (max-width:743px){.defaultContentBlock .content_950{padding-left:20px;padding-right:20px}}@media only screen and (min-width:0px)and (max-width:640px){.defaultContentBlock .content_950{padding-left:18px;padding-right:18px}}.entry .LargeText{font-size:22px;line-height:33px;letter-spacing:.22px}@media only screen and (min-width:0px)and (max-width:640px){.entry .LargeText{font-size:19px;line-height:28.12px;letter-spacing:.19px}}.LargeText{font-size:22px;line-height:33px;letter-spacing:.22px}@media only screen and (min-width:0px)and (max-width:640px){.LargeText{font-size:19px;line-height:28.12px;letter-spacing:.19px}}.MultiPagePromoBlock .content_1400{max-width:1470px}@media only screen and (min-width:0px)and (max-width:1440px){.MultiPagePromoBlock .content_1400{padding-left:35px;padding-right:35px}}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .content_1400{padding-left:20px;padding-right:20px}}@media only screen and (min-width:0px)and (max-width:743px){.MultiPagePromoBlock .content_1400{padding-left:10px;padding-right:10px}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .content_1400{padding-left:8px;padding-right:8px}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col:first-child{padding-top:0}}.MultiPagePromoBlock .col{padding:15px 15px}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col{padding:10px 10px}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col{width:100%}}.MultiPagePromoBlock .col a{text-decoration:none;color:var(--blackColor);overflow:hidden;height:100%;display:block}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col a{border-radius:12px}}.MultiPagePromoBlock .col .card{background-color:var(--whiteColor);border-radius:14px;overflow:hidden;padding:28px 28px 0 28px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between;position:relative}.MultiPagePromoBlock .col .card:hover{border-radius:30px}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card:hover{border-radius:12px}}.MultiPagePromoBlock .col .card:hover .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col .card{padding:20px 16px 0 16px}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card{padding:18px;border-radius:12px;flex-direction:row}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card .cardTitleText{width:calc(100% - 90px);padding-right:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}}.MultiPagePromoBlock .col .card .cardImageBox{padding-top:30px}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col .card .cardImageBox{padding-top:28px}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card .cardImageBox{width:90px;padding-top:0}}.MultiPagePromoBlock .col .card h2{padding:0;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:31px;line-height:37px;letter-spacing:-.31px}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col .card h2{font-size:23px;line-height:28px;letter-spacing:-.23px}}.MultiPagePromoBlock .col .card h2 a::before{width:100%;height:100%;content:"";background-color:rgba(0,0,0,0);position:absolute;left:0;top:0;z-index:1}.MultiPagePromoBlock .col .card .excerptText{font-size:17px;line-height:25px;letter-spacing:.17px}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col .card .excerptText{display:none}}.MultiPagePromoBlock .col .card h2+.excerptText{padding-top:11px}.MultiPagePromoBlock .col .card .box{background-color:var(--lightBlueColor);border-radius:10px 10px 0 0}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card .box{border-radius:8px}}.MultiPagePromoBlock .col .card .box{overflow:hidden}.MultiPagePromoBlock .col .card .box::before{padding-top:55.8%}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card .box::before{padding-top:100%}}.MultiPagePromoBlock .col .card.onlyLink{padding:34px 28px 40px 28px;background-color:var(--lightSandColor)}.MultiPagePromoBlock .col .card.onlyLink:hover{background-color:var(--whiteColor)}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col .card.onlyLink{padding:20px 18px}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card.onlyLink{flex-direction:column}}@media only screen and (min-width:0px)and (max-width:640px){.MultiPagePromoBlock .col .card.onlyLink .cardTitleText{width:100%;padding-right:0}}.MultiPagePromoBlock .col .card.onlyLink .findLink{display:none;font-size:16px;line-height:24px;letter-spacing:.16px;padding-top:8px}@media only screen and (min-width:0px)and (max-width:1023px){.MultiPagePromoBlock .col .card.onlyLink .findLink{display:block}}.MultiPagePromoBlock .col .card.onlyLink .findLink::after{width:20px;height:20px;content:"";display:inline-block;background-image:url(../../images/arrow-right.svg);background-position:center center;background-repeat:no-repeat;background-size:20px;transform:translate(4px,4px)}.callToActionBlock .content_1400{padding-left:170px;padding-right:170px}@media only screen and (min-width:0px)and (max-width:1300px){.callToActionBlock .content_1400{padding-left:120px;padding-right:120px}}@media only screen and (min-width:0px)and (max-width:1023px){.callToActionBlock .content_1400{padding-left:80px;padding-right:80px}}@media only screen and (min-width:0px)and (max-width:900px){.callToActionBlock .content_1400{padding-left:30px;padding-right:30px}}@media only screen and (min-width:0px)and (max-width:743px){.callToActionBlock .content_1400{padding-left:20px;padding-right:20px}}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .content_1400{padding-left:18px;padding-right:18px}}.callToActionBlock .ctaHolder:hover .ctaImage .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.callToActionBlock .ctaHolder:hover .ctaInfo .btnHolder .btn{padding-left:44px;padding-right:22px}.callToActionBlock .ctaHolder:hover .ctaInfo .btnHolder .btn::before{left:14px;opacity:1}.callToActionBlock .ctaHolder:hover .ctaInfo .btnHolder .btn::after{right:-40px;opacity:0}.callToActionBlock .ctaHolder{padding:20px 50px 0 50px;background-color:var(--lightBlueColor);border-radius:14px;overflow:hidden;position:relative}@media only screen and (min-width:0px)and (max-width:1300px){.callToActionBlock .ctaHolder{padding:20px 30px 0 30px}}@media only screen and (min-width:0px)and (max-width:767px){.callToActionBlock .ctaHolder{padding:20px 20px 0 20px}}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .ctaHolder{border-radius:12px}}.callToActionBlock .ctaHolder .grid{align-items:flex-end;position:static}@media only screen and (min-width:0px)and (max-width:1023px){.callToActionBlock .ctaHolder .grid{flex-direction:row-reverse;align-items:flex-start}}.callToActionBlock .ctaHolder .ctaImage{padding-right:20px;width:100%;max-width:440px}@media only screen and (min-width:0px)and (max-width:1440px){.callToActionBlock .ctaHolder .ctaImage{max-width:400px}}@media only screen and (min-width:0px)and (max-width:1100px){.callToActionBlock .ctaHolder .ctaImage{max-width:45%;padding-right:0}}@media only screen and (min-width:0px)and (max-width:1023px){.callToActionBlock .ctaHolder .ctaImage{max-width:36%;align-self:flex-end}}@media only screen and (min-width:0px)and (max-width:743px){.callToActionBlock .ctaHolder .ctaImage{max-width:50%}}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .ctaHolder .ctaImage{order:2;max-width:320px;margin:0 auto}}.callToActionBlock .ctaHolder .ctaImage .imgBox{padding:80px 80px 0 0}@media only screen and (min-width:0px)and (max-width:1440px){.callToActionBlock .ctaHolder .ctaImage .imgBox{padding:60px 60px 0 0}}@media only screen and (min-width:0px)and (max-width:900px){.callToActionBlock .ctaHolder .ctaImage .imgBox{padding:50px 50px 0 0}}@media only screen and (min-width:0px)and (max-width:767px){.callToActionBlock .ctaHolder .ctaImage .imgBox{padding:50px 50px 0 0}}.callToActionBlock .ctaHolder .ctaImage .imgBox .shapeHolder{position:relative}.callToActionBlock .ctaHolder .ctaImage .imgBox .shapeHolder::before{content:"";width:calc(100% - 10px);height:calc(100% + 86px);background-color:var(--darkBlueColor);position:absolute;right:-60px;top:-46px;transform:rotate(-9deg);border-radius:14px 14px 0 0}@media only screen and (min-width:0px)and (max-width:1440px){.callToActionBlock .ctaHolder .ctaImage .imgBox .shapeHolder::before{transform:rotate(-7deg);width:calc(100% - 6px);right:-44px;top:-42px}}@media only screen and (min-width:0px)and (max-width:900px){.callToActionBlock .ctaHolder .ctaImage .imgBox .shapeHolder::before{width:calc(100% - 6px);right:-35px;top:-34px}}@media only screen and (min-width:0px)and (max-width:767px){.callToActionBlock .ctaHolder .ctaImage .imgBox .shapeHolder::before{right:-36px;top:-36px;width:calc(100% - 2px)}}.callToActionBlock .ctaHolder .ctaImage .box{overflow:hidden;border-radius:14px 14px 0 0;background-color:var(--bgBlueColor)}.callToActionBlock .ctaHolder .ctaImage .box::before{padding-top:75%}.callToActionBlock .ctaHolder .ctaInfo{width:calc(100% - 440px);padding-left:20px;padding-bottom:60px;padding-top:40px}@media only screen and (min-width:0px)and (max-width:1440px){.callToActionBlock .ctaHolder .ctaInfo{width:calc(100% - 400px)}}@media only screen and (min-width:0px)and (max-width:1100px){.callToActionBlock .ctaHolder .ctaInfo{width:55%;padding-bottom:30px;padding-top:20px;padding-right:30px}}@media only screen and (min-width:0px)and (max-width:1023px){.callToActionBlock .ctaHolder .ctaInfo{padding-left:0;width:64%;padding-top:50px}}@media only screen and (min-width:0px)and (max-width:900px){.callToActionBlock .ctaHolder .ctaInfo{padding-top:40px}}@media only screen and (min-width:0px)and (max-width:743px){.callToActionBlock .ctaHolder .ctaInfo{width:50%}}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .ctaHolder .ctaInfo{width:100%;padding-right:0;padding-top:0;padding-bottom:10px;order:1}}.callToActionBlock .ctaHolder .ctaInfo h2{font-size:33px;line-height:42px;letter-spacing:-.33px;padding:0}@media only screen and (min-width:0px)and (max-width:1100px){.callToActionBlock .ctaHolder .ctaInfo h2{font-size:26px;line-height:33px;letter-spacing:-.26px}}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .ctaHolder .ctaInfo h2{padding-bottom:3px}}.callToActionBlock .ctaHolder .ctaInfo .description{padding-top:10px}@media only screen and (min-width:0px)and (max-width:1023px){.callToActionBlock .ctaHolder .ctaInfo .description{display:none}}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .ctaHolder .ctaInfo .description{display:block;padding:10px 0}}.callToActionBlock .ctaHolder .ctaInfo .btnHolder{padding-top:25px}.callToActionBlock .ctaHolder .ctaInfo .btnHolder a{display:inline-block;text-decoration:none;line-height:0}.callToActionBlock .ctaHolder .ctaInfo .btnHolder a::before{width:100%;height:100%;position:absolute;content:"";left:0;top:0}@media only screen and (min-width:0px)and (max-width:640px){.callToActionBlock .ctaHolder .ctaInfo .btnHolder{padding-top:10px}}.callToActionBlock .ctaHolder.peachColor{background-color:var(--lightPeachColor)}.callToActionBlock .ctaHolder.peachColor .ctaImage .imgBox .shapeHolder .box{background-color:var(--bgOrangeColor)}.callToActionBlock .ctaHolder.peachColor .ctaImage .imgBox .shapeHolder::before{background-color:var(--darkPeachColor)}.listPageHero.showDesc{margin-bottom:14px}@media screen and (min-width:0px)and (max-width:550px){.listPageHero.showDesc{margin-bottom:0;padding-bottom:12px}}.listPageHero{padding-top:200px;margin-bottom:40px}@media only screen and (min-width:0px)and (max-width:1023px){.listPageHero{padding-top:160px}}@media only screen and (min-width:0px)and (max-width:900px){.listPageHero{margin-bottom:20px}}@media only screen and (min-width:0px)and (max-width:640px){.listPageHero{padding-top:120px;padding-bottom:20px;margin-bottom:0}}.listPageHero .listTitleHolder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;position:relative}.listPageHero .listTitleHolder .listTitle{width:calc(100% - 60px);max-width:880px;padding-top:34px;position:relative}@media only screen and (min-width:0px)and (max-width:640px){.listPageHero .listTitleHolder .listTitle{width:calc(100% - 20px)}}.listPageHero .listTitleHolder .listTitle::before{content:"";width:80px;height:4px;background-color:var(--darkGreenColor);position:absolute;left:0;top:0}@media only screen and (min-width:0px)and (max-width:640px){.listPageHero .listTitleHolder .listTitle::before{width:50px}}.listPageHero .listTitleHolder .listTitle h1{margin:0;padding:0}@media only screen and (min-width:0px)and (max-width:1200px){.listPageHero .listTitleHolder .listTitle h1{font-size:48px;line-height:52px;padding-top:0}}@media only screen and (min-width:0px)and (max-width:767px){.listPageHero .listTitleHolder .listTitle h1{font-size:33px;line-height:38px;letter-spacing:-.33px}}.listPageHero .listTitleHolder .listTitle .listShortInfo{padding:22px 0 0 0;font-size:22px;line-height:33px;letter-spacing:.22px}@media only screen and (min-width:0px)and (max-width:767px){.listPageHero .listTitleHolder .listTitle .listShortInfo{font-size:19px;line-height:28px;letter-spacing:.19px}}@media only screen and (min-width:0px)and (max-width:640px){.listPageHero .listTitleHolder .listTitle .listShortInfo{padding-top:10px}}.listPageHero .listTitleHolder .listArrow{-webkit-animation:scrollArrow 4s infinite;animation:scrollArrow 4s infinite;position:absolute;top:41px;right:40px;width:46px;height:46px;background-image:url(../../images/down-large-arrow.svg);background-size:44px;background-position:center center;background-repeat:no-repeat}@media only screen and (min-width:0px)and (max-width:1300px){.listPageHero .listTitleHolder .listArrow{right:0}}@media only screen and (min-width:0px)and (max-width:640px){.listPageHero .listTitleHolder .listArrow{width:22px;height:32px;background-image:url(../../images/down-arrow-responsive.svg);background-size:32px;display:none}}.listPageHero .listTitleHolder .listArrow svg{width:46px;height:46px;display:none}@media only screen and (min-width:0px)and (max-width:640px){.listPageHero .listTitleHolder .listArrow svg{width:32px;height:32px}}.exertText{font-size:22px;line-height:33px;letter-spacing:.22px}@media screen and (min-width:0px)and (max-width:550px){.exertText{font-size:19px;line-height:28px;letter-spacing:.19px}}.exertBlock+.editorBlock.TBspace{padding-top:0}@media only screen and (min-width:0px)and (max-width:900px){.editorBlock .content_720,.exertBlock .content_720{max-width:100%}}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterBlock.homePrefooter{background-color:var(--whiteColor)}}@media only screen and (min-width:0px)and (max-width:640px){body.single-stories_cpt .preFooterHolder{background-color:rgba(0,0,0,0)}}@media only screen and (min-width:0px)and (max-width:640px){body.single-stories_cpt .preFooterHolder::before{display:block}}.preFooterHolder{padding:30px 0 0 0;background-color:var(--lightPeachColor);position:relative}.preFooterHolder:hover .preFooterImage .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.preFooterHolder:hover .preFooterContent .btnHolder .btn{padding-left:44px;padding-right:22px}.preFooterHolder:hover .preFooterContent .btnHolder .btn::before{left:14px;opacity:1}.preFooterHolder:hover .preFooterContent .btnHolder .btn::after{right:-40px;opacity:0}.preFooterHolder::before{width:100%;height:100%;position:absolute;left:0;top:0;content:"";background-color:var(--lightPeachColor);border-radius:14px 14px 0 0;display:none}.preFooterHolder .grid{align-items:flex-end;overflow:hidden;position:static}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .grid{align-items:flex-start}}.preFooterHolder .preFooterImage{width:478px;padding-right:40px}@media only screen and (min-width:0px)and (max-width:1300px){.preFooterHolder .preFooterImage{width:35%}}@media only screen and (min-width:0px)and (max-width:1100px){.preFooterHolder .preFooterImage{width:40%}}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .preFooterImage{order:2;padding-right:0;width:36%;align-self:flex-end}}@media only screen and (min-width:0px)and (max-width:743px){.preFooterHolder .preFooterImage{width:50%}}@media only screen and (min-width:0px)and (max-width:640px){.preFooterHolder .preFooterImage{width:100%;max-width:320px;margin:0 auto}}@media screen and (min-width:0px)and (max-width:480px){.preFooterHolder .preFooterImage{max-width:100%}}.preFooterHolder .preFooterImage .imgBox{padding:80px 100px 0 0}@media only screen and (min-width:0px)and (max-width:1300px){.preFooterHolder .preFooterImage .imgBox{padding:60px 40px 0 0}}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .preFooterImage .imgBox{padding:60px 60px 0 0}}@media only screen and (min-width:0px)and (max-width:767px){.preFooterHolder .preFooterImage .imgBox{padding:40px 48px 0 0}}.preFooterHolder .preFooterImage .imgBox .shapeHolder{position:relative}.preFooterHolder .preFooterImage .imgBox .shapeHolder::before{content:"";transform:rotate(-9.93deg);position:absolute;right:-74px;left:auto;top:-52px;width:calc(100% + 4px);height:calc(100% + 94px);background-color:var(--darkPeachColor);border-radius:14px 14px 0 0}@media only screen and (min-width:0px)and (max-width:1300px){.preFooterHolder .preFooterImage .imgBox .shapeHolder::before{transform:rotate(-9.93deg);width:calc(100% - 10px);height:calc(100% + 78px);right:-58px;top:-38px}}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .preFooterImage .imgBox .shapeHolder::before{transform:rotate(-6.93deg);right:-44px;top:-34px;width:calc(100% + 10px);height:calc(100% + 80px)}}@media only screen and (min-width:0px)and (max-width:767px){.preFooterHolder .preFooterImage .imgBox .shapeHolder::before{right:-36px;top:-28px;width:calc(100% - 10px);height:calc(100% + 72px)}}.preFooterHolder .preFooterImage .imgBox .box{border-radius:14px 14px 0 0;overflow:hidden;background-color:var(--bgOrangeColor)}.preFooterHolder .preFooterImage .imgBox .box::before{padding-top:75%}.preFooterHolder .preFooterContent{width:calc(100% - 478px);padding:20px 160px 58px 40px;z-index:1}@media only screen and (min-width:0px)and (max-width:1300px){.preFooterHolder .preFooterContent{width:65%;padding-right:0}}@media only screen and (min-width:0px)and (max-width:1100px){.preFooterHolder .preFooterContent{width:60%}}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .preFooterContent{order:1;padding:50px 40px 30px 0;width:64%}}@media only screen and (min-width:0px)and (max-width:767px){.preFooterHolder .preFooterContent{padding:32px 40px 30px 0}}@media only screen and (min-width:0px)and (max-width:743px){.preFooterHolder .preFooterContent{width:50%}}@media only screen and (min-width:0px)and (max-width:640px){.preFooterHolder .preFooterContent{width:100%;padding-right:0;padding-bottom:10px;padding-top:0}}.preFooterHolder .preFooterContent h2{font-size:33px;line-height:42px;padding:0 0 10px 0}@media only screen and (min-width:0px)and (max-width:1100px){.preFooterHolder .preFooterContent h2{font-size:26px;line-height:33.8px;letter-spacing:-.26px}}@media only screen and (min-width:0px)and (max-width:767px){.preFooterHolder .preFooterContent h2{padding-bottom:3px}}.preFooterHolder .preFooterContent .excerptText{padding:10px 0}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .preFooterContent .excerptText{display:none}}@media only screen and (min-width:0px)and (max-width:640px){.preFooterHolder .preFooterContent .excerptText{display:block}}.preFooterHolder .preFooterContent .btnHolder{padding-top:16px}@media only screen and (min-width:0px)and (max-width:1023px){.preFooterHolder .preFooterContent .btnHolder{padding-top:10px}}.preFooterHolder .preFooterContent .btnHolder a{display:inline-block;text-decoration:none;line-height:0}.preFooterHolder .preFooterContent .btnHolder a::before{width:100%;height:100%;position:absolute;content:"";left:0;top:0}.relatedPostBlock .content_1400{max-width:1470px}@media only screen and (min-width:0px)and (max-width:1300px){.relatedPostBlock .content_1400{padding-right:0;padding-left:42px}}@media only screen and (min-width:0px)and (max-width:1023px){.relatedPostBlock .content_1400{padding-left:20px}}@media only screen and (min-width:0px)and (max-width:767px){.relatedPostBlock .content_1400{padding-left:12px}}.relatedPostBlock .sectionTitle{padding:0 15px 32px 15px}@media only screen and (min-width:0px)and (max-width:1300px){.relatedPostBlock .sectionTitle{padding-left:8px}}@media only screen and (min-width:0px)and (max-width:767px){.relatedPostBlock .sectionTitle{padding-bottom:20px}}.relatedPostBlock .sectionTitle h2{padding:0}@media only screen and (min-width:0px)and (max-width:767px){.relatedPostBlock.TBspace{padding-bottom:12px}}.relatedPostBlock .col{padding:8px 15px}@media only screen and (min-width:0px)and (max-width:1300px){.relatedPostBlock .col{padding:8px 8px}}.relatedPostBlock .col a{text-decoration:none}.relatedPostBlock .col .relatedCard{position:relative;background-color:var(--whiteColor);padding:20px;padding-bottom:0;border-radius:14px;height:100%;display:flex;flex-direction:column;justify-content:space-between;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:0px)and (max-width:550px){.relatedPostBlock .col .relatedCard{padding:18px;padding-bottom:0}}.relatedPostBlock .col .relatedCard:hover{border-radius:24px!important}.relatedPostBlock .col .relatedCard:hover .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.relatedPostBlock .col .relatedCard .tagTitleBox{padding-bottom:26px}.relatedPostBlock .col .relatedCard .tagTitleBox a::before{width:100%;height:100%;position:absolute;left:0;top:0;content:""}.relatedPostBlock .col .relatedCard .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.relatedPostBlock .col .relatedCard .tags ul li{padding:4px 8px 4px 0}.relatedPostBlock .col .relatedCard .tags ul li a,.relatedPostBlock .col .relatedCard .tags ul li button,.relatedPostBlock .col .relatedCard .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.relatedPostBlock .col .relatedCard .tags ul li a::after,.relatedPostBlock .col .relatedCard .tags ul li a::before,.relatedPostBlock .col .relatedCard .tags ul li button::after,.relatedPostBlock .col .relatedCard .tags ul li button::before,.relatedPostBlock .col .relatedCard .tags ul li span::after,.relatedPostBlock .col .relatedCard .tags ul li span::before{display:none}.relatedPostBlock .col .relatedCard .tags ul li a:hover,.relatedPostBlock .col .relatedCard .tags ul li button:hover,.relatedPostBlock .col .relatedCard .tags ul li span:hover{border-radius:10px}.relatedPostBlock .col .relatedCard .tags{padding-bottom:10px;z-index:1;position:relative}@media screen and (min-width:0px)and (max-width:550px){.relatedPostBlock .col .relatedCard .tags{padding-bottom:6px}}.relatedPostBlock .col .relatedCard .tags li a,.relatedPostBlock .col .relatedCard .tags li button,.relatedPostBlock .col .relatedCard .tags li span{background-color:rgba(0,0,0,0)}.relatedPostBlock .col .relatedCard .tags li.primary-tag a,.relatedPostBlock .col .relatedCard .tags li.primary-tag button,.relatedPostBlock .col .relatedCard .tags li.primary-tag span{background-color:var(--creamColor);border:var(--creamColor) solid 1px}.relatedPostBlock .col .relatedCard h3{font-size:26px;line-height:31px;letter-spacing:-.26px;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;padding:0 0 10px 0}@media screen and (min-width:0px)and (max-width:550px){.relatedPostBlock .col .relatedCard h3{font-size:23px;line-height:28px;letter-spacing:-.23px;padding:0 0 6px 0}}.relatedPostBlock .col .relatedCard h3 a{color:var(--blackColor)}.relatedPostBlock .col .relatedCard .date{font-size:16px;line-height:24px;letter-spacing:.16px;color:var(--blackFifty)}.relatedPostBlock .col .relatedCard .box{overflow:hidden;border-radius:10px 10px 0 0}.relatedPostBlock .col .relatedCard .box::before{padding-top:58%}.relatedPostBlock .col .relatedCard.noImg{padding-bottom:30px;background-color:var(--lightSandColor)}.relatedPostBlock .col .relatedCard.noImg:hover{background-color:var(--whiteColor)}.relatedPostBlock .col .relatedCard.noImg .tags li.primary-tag a,.relatedPostBlock .col .relatedCard.noImg .tags li.primary-tag button,.relatedPostBlock .col .relatedCard.noImg .tags li.primary-tag span{background-color:var(--darkSandColor);border:var(--darkSandColor) solid 1px}.relatedPostBlock .slick-track{display:flex}.relatedPostBlock .slick-track .col{height:inherit}@media only screen and (min-width:0px)and (max-width:1300px){.relatedSlider .slick-list{padding-left:0!important}}.relatedSlider.lessIteam .slick-track{margin-left:0}footer{background-color:var(--whiteColor);margin-top:40px}@media only screen and (min-width:0px)and (max-width:900px){footer{margin-top:20px}}footer ul{margin:0;padding:0;list-style-type:none}footer.noTopSpace{margin-top:0}.footerTop{font-size:16px;line-height:24px;letter-spacing:.16px;padding:55px 0 28px 0}@media only screen and (min-width:0px)and (max-width:743px){.footerTop{padding-top:40px;padding-bottom:0}}.footerTop .grid .col{padding:0 20px}@media only screen and (min-width:0px)and (max-width:1023px){.footerTop .grid .col{width:33.33%;padding:0 20px}}@media only screen and (min-width:0px)and (max-width:900px){.footerTop .grid .col{padding:0 30px;padding-left:13px}}@media only screen and (min-width:0px)and (max-width:743px){.footerTop .grid .col{width:100%;padding:20px 0;border-left:0;border-top:var(--lightGreyColor) solid 1px}}@media only screen and (min-width:0px)and (max-width:1023px){.footerTop .grid .col.footerLogoSec{width:100%;padding-right:0;padding-bottom:30px}}@media only screen and (min-width:0px)and (max-width:767px){.footerTop .grid .col.footerLogoSec{padding-bottom:20px}}@media only screen and (min-width:0px)and (max-width:743px){.footerTop .grid .col.footerLogoSec{padding-bottom:28px}}.footerTop .grid .col.adderssBlock{padding-right:40px}@media only screen and (min-width:0px)and (max-width:1023px){.footerTop .grid .col.adderssBlock{border-left:var(--lightGreyColor) solid 1px}}@media only screen and (min-width:0px)and (max-width:900px){.footerTop .grid .col.adderssBlock{padding-right:30px}}@media only screen and (min-width:0px)and (max-width:743px){.footerTop .grid .col.adderssBlock{padding-right:0;padding-top:0;border-top:0;border-left:0}}.footerTop .grid .col.adderssBlock p:first-child{padding-top:0}@media only screen and (min-width:0px)and (max-width:743px){.footerTop .grid .col.adderssBlock p{padding:4px 0}}.footerTop .grid .col:first-child{padding-left:0}@media only screen and (min-width:0px)and (max-width:743px){.footerTop .grid .col:first-child{border-top:0;padding-top:0}}.footerTop .grid .col:last-child{padding-right:0}@media only screen and (min-width:0px)and (max-width:743px){.footerTop .grid .col:last-child{border-left:0}}.footerTop .grid .socialBlock{font-size:12px;line-height:18px;border-left:solid 1px var(--lightGreyColor)}.footerTop .grid .socialBlock ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:16px}@media only screen and (min-width:0px)and (max-width:767px){.footerTop .grid .socialBlock ul{padding-top:10px;padding-bottom:20px}}.footerTop .grid .socialBlock ul li{margin:0;padding:0 14px 0 0}.footerTop .grid .socialBlock ul li a{display:block;line-height:0}.footerTop .grid .socialBlock ul li a .hoverColor{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.footerTop .grid .socialBlock ul li a:hover .hoverColor{fill:var(--darkGreenColor)}.footerTop .footerLogo{display:inline-block}.footerTop .footerLogo a{display:block}.footerTop .footerLogo img{width:auto;height:60px}@media only screen and (min-width:0px)and (max-width:1023px){.footerTop .footerLogo img{height:48px}}.footerTop .footerMainMenu ul li{margin:0;padding:0 0 6px 0}.footerTop .footerMainMenu ul li a{color:var(--blackColor);text-decoration:none;padding-bottom:2px;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-image:linear-gradient(transparent,transparent);background-size:100% 1px}.footerTop .footerMainMenu ul li a:hover{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}.footerTop .footerMainMenu{border-left:solid 1px var(--lightGreyColor)}.footerMid{padding:0 0 40px 0}@media only screen and (min-width:0px)and (max-width:767px){.footerMid{padding-bottom:24px}}@media only screen and (min-width:0px)and (max-width:743px){.footerMid{margin-top:20px}}.footerMid .footerSupported{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media only screen and (min-width:0px)and (max-width:1023px){.footerMid .footerSupported{flex-wrap:wrap}}.footerMid .footerSupported .supportTitle{width:200px;font-size:18px;line-height:26px;font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;padding-top:24px;position:relative}.footerMid .footerSupported .supportTitle::before{position:absolute;left:0;top:0;content:"";width:46px;height:2px;background-color:var(--blackColor)}@media only screen and (min-width:0px)and (max-width:1023px){.footerMid .footerSupported .supportTitle{width:100%}}.footerMid .footerSupported .supportList{padding-top:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:calc(100% - 200px)}@media only screen and (min-width:0px)and (max-width:1023px){.footerMid .footerSupported .supportList{width:100%;overflow-x:auto;padding-bottom:10px}}.footerMid .footerSupported .supportList li{padding:0 40px}@media only screen and (min-width:0px)and (max-width:1023px){.footerMid .footerSupported .supportList li{padding-left:0;padding-right:48px}}.footerMid .footerSupported .supportList li a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.footerMid .footerSupported .supportList li a:hover{opacity:.5}@media only screen and (min-width:0px)and (max-width:767px){.footerMid .footerSupported .supportList li a:hover{opacity:1}}.footerMid .footerSupported .supportList li img{width:auto;height:46px;display:block}@media only screen and (min-width:0px)and (max-width:1023px){.footerMid .footerSupported .supportList li img{width:inherit;max-width:inherit;max-height:46px;min-height:46px;height:46px}}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.footerMid .supportList.hideMobile{display:none}}@media only screen and (min-width:0px)and (max-width:767px){.footerMid .supportList.hideMobile{display:none}}.footerMid .marquee-container.showMobile{display:none}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.footerMid .marquee-container.showMobile{display:block}}@media only screen and (min-width:0px)and (max-width:767px){.footerMid .marquee-container.showMobile{display:block}}.footerBottom{border-top:var(--lightGreyColor) solid 1px;padding:20px 0;font-size:12px;line-height:18px}.footerBottom .content_1400{display:flex;align-items:flex-start;justify-content:space-between}@media only screen and (min-width:0px)and (max-width:640px){.footerBottom .content_1400{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footerBottom .copyRightBlock{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}@media only screen and (min-width:0px)and (max-width:640px){.footerBottom .copyRightBlock{width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footerBottom .copyRightBlock .copyRightText{text-transform:uppercase;padding-right:18px;position:absolute;left:0}@media only screen and (min-width:0px)and (max-width:1023px){.footerBottom .copyRightBlock .copyRightText{padding-right:16px}}.footerBottom .copyRightBlock ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footerBottom .copyRightBlock ul li{padding:0 18px}@media only screen and (min-width:0px)and (max-width:1023px){.footerBottom .copyRightBlock ul li{padding:1px 16px 1px 0}}.footerBottom .copyRightBlock ul li a{color:var(--blackColor);text-decoration:none;padding-bottom:2px;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-image:linear-gradient(transparent,transparent);background-size:100% 1px}.footerBottom .copyRightBlock ul li a:hover{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}.footerBottom .copyRightBlock ul li.current-menu-item a,.footerBottom .copyRightBlock ul li.current_page_item a{background-size:100% 1px}.footerBottom .copyRightBlock ul li:first-child{padding-left:100px}@media only screen and (min-width:0px)and (max-width:1023px){.footerBottom .copyRightBlock ul li:first-child{padding-left:94px}}@media screen and (min-width:0px)and (max-width:550px){.footerBottom .develop{padding-top:2px}}.footerBottom .develop a{color:var(--blackColor);text-decoration:none;padding-bottom:2px;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-size:100% 1px}.footerBottom .develop a:hover{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}body.error404 #page-wrap{padding-top:86px}.pageNotFound{width:100%;max-width:700px;text-align:center;margin:0 auto;padding:20px;border-radius:26px;color:var(--blackColor)}.pageNotFound h3{color:var(--blackColor)}.pageNotFound a{color:var(--blackColor)}.pageNotFound div{width:200px;height:200px;-webkit-border-radius:50%;border-radius:50%;-moz-border-radius:50%;-khtml-border-radius:50%;background-color:var(--blackColor);margin:0 auto;margin-bottom:30px;position:relative;overflow:hidden;-webkit-animation:balance 4s ease infinite;-moz-animation:balance 4s ease infinite;-o-animation:balance 4s ease infinite;-ms-animation:balance 4s ease infinite;animation:balance 4s ease infinite}.pageNotFound div span{color:var(--whiteColor);font-size:5rem;line-height:.5;position:absolute;right:24px;top:38%;left:0;width:100%}.cky-consent-container{border-radius:14px!important;overflow:hidden!important;width:100%!important;max-width:400px!important;box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1)}@media only screen and (min-width:0px)and (max-width:640px){.cky-consent-container{left:0;right:0;bottom:20px!important;margin:0 auto;max-width:calc(100% - 40px)!important}}.cky-consent-container .cky-consent-bar{padding:20px 26px 28px 26px!important}.cky-consent-container .cky-consent-bar .cky-title{font-size:26px!important;line-height:31px!important;padding:0 0 6px 0!important;margin:0!important;font-weight:400!important}@media screen and (min-width:0px)and (max-width:480px){.cky-consent-container .cky-consent-bar .cky-notice-des{padding-left:0!important;padding-right:0!important}}.cky-consent-container .cky-consent-bar .cky-notice-des a,.cky-consent-container .cky-consent-bar .cky-notice-des p{font-size:16px!important;line-height:22px!important;padding:4px 0!important}.cky-consent-container .cky-consent-bar .cky-notice-des a{color:var(--blackColor)}@media screen and (min-width:0px)and (max-width:480px){.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper{padding-left:0!important;padding-right:0!important}}.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn{border-radius:200px;min-width:120px!important;flex:unset;font-size:17px;line-height:24px;letter-spacing:.17px;padding:10px 22px!important;padding-top:8px!important;color:var(--blackColor)!important}.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:hover{opacity:.5!important}.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn::after,.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn::before{display:none!important}.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-customize{order:2;border:var(--blackColor) solid 1px!important}.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept{order:1;margin-right:10px;background-color:var(--greenColor)!important;border:var(--greenColor) solid 1px!important}.cky-btn-close{width:32px!important;height:32px!important;position:absolute;right:20px;top:20px;text-indent:-999px;overflow:hidden;border-radius:100%;background-color:var(--greenColor);background-image:url(../../images/close-icon.svg)!important;background-position:center center!important;background-size:18px!important;background-repeat:no-repeat!important}.cky-btn-close img{display:none!important}.cky-btn-close:hover{background-size:14px}.cky-accordion-header-des *,.cky-audit-table .cky-empty-cookies-text,.cky-gpc-wrapper .cky-gpc-desc *,.cky-notice-des *,.cky-preference-content-wrapper *{font-size:16px!important;line-height:24px!important}.cky-accordion-header-des p{padding:0!important}.cky-accordion-btn,.cky-btn-close,.cky-show-desc-btn{min-width:auto!important;border-radius:0!important}.cky-accordion-btn::after,.cky-accordion-btn::before,.cky-btn-close::after,.cky-btn-close::before,.cky-show-desc-btn::after,.cky-show-desc-btn::before{display:none}.cky-prefrence-btn-wrapper .cky-btn{border-radius:200px;min-width:120px!important;flex:unset;font-size:17px;line-height:24px;letter-spacing:.17px;padding:10px 22px!important;padding-top:8px!important;color:var(--blackColor)!important}.cky-prefrence-btn-wrapper .cky-btn:hover{opacity:.5!important}.cky-prefrence-btn-wrapper .cky-btn::after,.cky-prefrence-btn-wrapper .cky-btn::before{display:none!important}.cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences{order:2;border:var(--blackColor) solid 1px!important}.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept{order:1;margin-right:10px;background-color:var(--greenColor)!important;border:var(--greenColor) solid 1px!important}.cky-btn-revisit{width:auto;min-width:auto}.cky-btn-revisit::after,.cky-btn-revisit::before{display:none}.entry .cky-banner-element{padding:12px 22px!important;padding-right:44px!important;padding-top:8px!important;background-image:none!important;-webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;transition-duration:.3s!important}.entry .cky-banner-element:hover{padding-left:44px!important;padding-right:22px!important}@media only screen and (min-width:0px)and (max-width:640px){.cky-modal{width:calc(100% - 36px);height:calc(100% - 20px)}}body.logged-in.admin-bar{margin-top:32px}body.logged-in.admin-bar header{margin-top:32px}body.logged-in.admin-bar .deskMenuBox,body.logged-in.admin-bar .searchFormWrap{margin-top:32px}.alm-filters-edit{display:none!important}.visually-hidden{width:100%;height:0;opacity:0;text-align:center;position:absolute;left:0;top:0;color:var(--blackColor)}a.visually-hidden{text-decoration:none;line-height:18px}.visually-hidden:focus{display:block;width:100%;max-width:1198px;margin:0 auto;margin-top:10px!important;position:relative;z-index:1;visibility:visible;opacity:1;clip:auto;height:auto;margin-top:4px;padding-top:4px;padding-bottom:8px!important}.alm-filter--text-wrap input::-webkit-input-placeholder,.alm-filter--text-wrap input[type=text]::-webkit-input-placeholder,.alm-filter--text-wrap textarea::-webkit-input-placeholder,.search-wrapper input::-webkit-input-placeholder,.search-wrapper input[type=text]::-webkit-input-placeholder,.search-wrapper textarea::-webkit-input-placeholder{color:#000;opacity:1;font-weight:400}.alm-filter--text-wrap input::-moz-placeholder,.alm-filter--text-wrap input[type=text]::-moz-placeholder,.alm-filter--text-wrap textarea::-moz-placeholder,.search-wrapper input::-moz-placeholder,.search-wrapper input[type=text]::-moz-placeholder,.search-wrapper textarea::-moz-placeholder{color:#000;opacity:1;font-weight:400}.alm-filter--text-wrap input:-ms-input-placeholder,.alm-filter--text-wrap input[type=text]:-ms-input-placeholder,.alm-filter--text-wrap textarea:-ms-input-placeholder,.search-wrapper input:-ms-input-placeholder,.search-wrapper input[type=text]:-ms-input-placeholder,.search-wrapper textarea:-ms-input-placeholder{color:#000;opacity:1;font-weight:400}.alm-filter--text-wrap input:-moz-placeholder,.alm-filter--text-wrap input[type=text]:-moz-placeholder,.alm-filter--text-wrap textarea:-moz-placeholder,.search-wrapper input:-moz-placeholder,.search-wrapper input[type=text]:-moz-placeholder,.search-wrapper textarea:-moz-placeholder{color:#000;opacity:1;font-weight:400}@font-face{font-family:Sohne-Light;src:url(../../fonts/Sohne-Buch.eot);src:url(../../fonts/Sohne-Buch.eot?#iefix) format("embedded-opentype"),url(../../fonts/Sohne-Buch.woff2) format("woff2"),url(../../fonts/Sohne-Buch.woff) format("woff"),url(../../fonts/Sohne-Buch.ttf) format("truetype"),url(../../fonts/Sohne-Buch.svg#Sohne-Buch) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sohne-Medium;src:url(../../fonts/Sohne-Kraftig.eot);src:url(../../fonts/Sohne-Kraftig.eot?#iefix) format("embedded-opentype"),url(../../fonts/Sohne-Kraftig.woff2) format("woff2"),url(../../fonts/Sohne-Kraftig.woff) format("woff"),url(../../fonts/Sohne-Kraftig.ttf) format("truetype"),url(../../fonts/Sohne-Kraftig.svg#Sohne-Kraftig) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:UntitledSerif-Regular;src:url(../../fonts/UntitledSerif-Regular.eot);src:url(../../fonts/UntitledSerif-Regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/UntitledSerif-Regular.woff2) format("woff2"),url(../../fonts/UntitledSerif-Regular.woff) format("woff"),url(../../fonts/UntitledSerif-Regular.ttf) format("truetype"),url(../../fonts/UntitledSerif-Regular.svg#UntitledSerif-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Untitled-Serif-Medium;src:url(../../fonts/UntitledSerif-Medium.eot);src:url(../../fonts/UntitledSerif-Medium.eot?#iefix) format("embedded-opentype"),url(../../fonts/UntitledSerif-Medium.woff2) format("woff2"),url(../../fonts/UntitledSerif-Medium.woff) format("woff"),url(../../fonts/UntitledSerif-Medium.ttf) format("truetype"),url(../../fonts/UntitledSerif-Medium.svg#UntitledSerif-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Sohne-Italic;src:url(../../fonts/Sohne-BuchKursiv.eot);src:url(../../fonts/Sohne-BuchKursiv.eot?#iefix) format("embedded-opentype"),url(../../fonts/Sohne-BuchKursiv.woff2) format("woff2"),url(../../fonts/Sohne-BuchKursiv.woff) format("woff"),url(../../fonts/Sohne-BuchKursiv.ttf) format("truetype"),url(../../fonts/Sohne-BuchKursiv.svg#Sohne-BuchKursiv) format("svg");font-weight:400;font-style:italic;font-display:swap}.fadeIn{opacity:0;transition:opacity .8s ease-in-out;-webkit-transition:opacity .8s ease-in-out;-moz-transition:opacity .8s ease-in-out;-o-transition:opacity .8s ease-in-out}.fadeIn.animateMe{opacity:1}.fadeInUp{-webkit-transform:translateY(30px);-moz-transform:translateY(30px);transform:translateY(30px);opacity:0;transition:opacity 1s ease .4s,transform 1s ease .4s;-webkit-transition:opacity 1s ease .4s,transform 1s ease .4s;-moz-transition:opacity 1s ease .4s,transform 1s ease .4s;-o-transition:opacity 1s ease .4s,transform 1s ease .4s}.fadeInUp.animateMe{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);opacity:1}footer,section{position:relative;overflow:hidden;clear:both;width:100%}figure{padding:0;margin:0}a{color:var(--blackColor);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a:hover{color:var(--blackColor)}.entry a{background-image:linear-gradient(var(--blackColor),var(--blackColor));transition-duration:unset!important;padding-bottom:2px;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;text-decoration:none!important;background-size:100% 1px}.entry a:hover{background-image:linear-gradient(var(--darkGreenColor),var(--darkGreenColor));background-size:100% 1px;color:var(--blackColor)}img{border:0;outline:0;display:block;max-width:100%;height:auto}input{margin:0}h1,h2,h3,h4,h5,h6{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;color:var(--blackColor)}h1,h2,h3,h4,h5,h6,p{padding:0;margin:0;display:block;clear:both;width:100%}h1{font-size:57px;line-height:64px;letter-spacing:-.57px;padding:7px 0}@media only screen and (min-width:0px)and (max-width:1200px){h1{font-size:60px;line-height:62px;letter-spacing:-1.65px}}@media only screen and (min-width:0px)and (max-width:767px){h1{font-size:40px;line-height:42px;letter-spacing:-1.4px}}@media screen and (min-width:0px)and (max-width:550px){h1{font-size:34px;line-height:36px;letter-spacing:-.8px}}h2{font-size:40px;line-height:52px;letter-spacing:-.4px;padding:7px 0}@media only screen and (min-width:0px)and (max-width:1200px){h2{font-size:44px;line-height:52px}}@media only screen and (min-width:0px)and (max-width:767px){h2{font-size:34px;line-height:42px}}@media screen and (min-width:0px)and (max-width:550px){h2{font-size:30px;line-height:38px}}h3{font-size:33px;line-height:42px;letter-spacing:-.33px;padding:7px 0}@media only screen and (min-width:0px)and (max-width:1200px){h3{font-size:34px;line-height:42px}}@media only screen and (min-width:0px)and (max-width:767px){h3{font-size:30px;line-height:38px}}@media screen and (min-width:0px)and (max-width:550px){h3{font-size:28px;line-height:32px}}h4{font-size:31px;line-height:37px;letter-spacing:-.31px;padding:4px 0}@media only screen and (min-width:0px)and (max-width:1200px){h4{font-size:30px;line-height:38px}}@media only screen and (min-width:0px)and (max-width:767px){h4{font-size:26px;line-height:34px}}h5{font-size:26px;line-height:31px;padding:4px 0}@media screen and (min-width:0px)and (max-width:550px){h5{font-size:24px;line-height:32px}}h6{font-size:22px;line-height:30px;padding:4px 0}ul{padding:10px 0 18px 20px;margin:0;list-style-position:outside}ul li{padding:1px 2px 2px 2px}ol{padding:10px 0 18px 25px;margin:0}ol li{padding:1px 0 2px 5px}p{margin:0;padding:10px 0}p:empty{display:none}hr{padding:0;border:0;height:1px;margin:30px auto;background-color:#000}b,strong{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;font-variation-settings:"slnt" 0,"wdth" 100,"wght" 500}em,i{font-family:Sohne-Italic;font-weight:400;font-style:italic;font-display:swap}img{height:auto}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],textarea{width:100%;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;border:var(--lightGreyColor) solid 1px!important;background-color:#fff;font-size:17px!important;line-height:25px!important;letter-spacing:.17px!important;padding:16px 14px!important;height:54px!important;margin:0;color:#000;border-radius:8px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none!important;box-shadow:none!important}@media only screen and (min-width:0px)and (max-width:640px){input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],textarea{height:48px!important;padding:10px 14px!important;font-size:16px!important;line-height:24px!important;letter-spacing:.16px!important}}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{border:var(--blackColor) solid 1px!important}.btn,.cky-banner-element,button,input[type=button],input[type=reset],input[type=submit]{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;color:var(--blackColor);min-width:120px;font-size:17px;letter-spacing:.17px;line-height:23px;border:var(--blackColor) solid 1px;text-decoration:none!important;margin:0;padding:12px 22px;padding-top:8px;padding-right:44px;border-radius:22px;display:inline-block;cursor:pointer;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden;position:relative;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width:0px)and (max-width:767px){.btn,.cky-banner-element,button,input[type=button],input[type=reset],input[type=submit]{padding:7px 44px 12px 18px;font-size:16px;line-height:24px;letter-spacing:.16px}}.btn::after,.btn::before,.cky-banner-element::after,.cky-banner-element::before,button::after,button::before{width:20px;height:20px;top:12px;position:absolute;content:"";background-position:center center;background-repeat:no-repeat;background-size:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1}@media only screen and (min-width:0px)and (max-width:767px){.btn::after,.btn::before,.cky-banner-element::after,.cky-banner-element::before,button::after,button::before{top:calc(50% - 10px)}}.btn::before,.cky-banner-element::before,button::before{background-image:url(../../images/arrow-right.svg);left:-20px;opacity:0}.btn::after,.cky-banner-element::after,button::after{background-image:url(../../images/arrow-right.svg);right:14px;opacity:1}.btn:hover,.cky-banner-element:hover,button:hover{padding-left:44px;padding-right:22px}.btn:hover::before,.cky-banner-element:hover::before,button:hover::before{left:14px;opacity:1}.btn:hover::after,.cky-banner-element:hover::after,button:hover::after{right:-40px;opacity:0}body.device .btn:hover,body.device button:hover{padding-left:18px;padding-right:44px}body.device .btn:hover::before,body.device button:hover::before{left:-20px}body.device .btn:hover::after,body.device button:hover::after{right:14px;opacity:1}input[type=submit]{text-transform:uppercase}.btn:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;text-decoration:none;color:var(--blackColor)}.nav-links a.next.disabled,.nav-links a.prev.disabled{pointer-events:none!important;opacity:.5!important}.alm-paging li.next a,.alm-paging li.prev a,.arrowLeft,.arrowRight,.nav-links a.next,.nav-links a.prev,.slick-arrow{width:40px;height:40px;min-width:40px;padding:0;border:var(--lightGreyColor) solid 1px;border-radius:100%;position:relative}.alm-paging li.next a::after,.alm-paging li.next a::before,.alm-paging li.prev a::after,.alm-paging li.prev a::before,.arrowLeft::after,.arrowLeft::before,.arrowRight::after,.arrowRight::before,.nav-links a.next::after,.nav-links a.next::before,.nav-links a.prev::after,.nav-links a.prev::before,.slick-arrow::after,.slick-arrow::before{width:20px;height:20px;top:9px;position:absolute;content:"";background-position:center center;background-repeat:no-repeat;background-size:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.alm-paging li.next a::before,.arrowRight::before,.nav-links a.next::before,.slick-next::before{background-image:url(../../images/arrow-right.svg);left:9px;opacity:1}.alm-paging li.next a::after,.arrowRight::after,.nav-links a.next::after,.slick-next::after{background-image:url(../../images/arrow-right.svg);left:-20px;opacity:0}.alm-paging li.next a:hover::before,.arrowRight:hover::before,.nav-links a.next:hover::before,.slick-next:hover::before{left:40px;opacity:0}.alm-paging li.next a:hover::after,.arrowRight:hover::after,.nav-links a.next:hover::after,.slick-next:hover::after{left:9px;opacity:1}.alm-paging li.prev a::before,.arrowLeft::before,.nav-links a.prev::before,.slick-prev::before{background-image:url(../../images/arrow-left.svg);left:9px;opacity:1}.alm-paging li.prev a::after,.arrowLeft::after,.nav-links a.prev::after,.slick-prev::after{background-image:url(../../images/arrow-left.svg);left:40px;opacity:0}.alm-paging li.prev a:hover::before,.arrowLeft:hover::before,.nav-links a.prev:hover::before,.slick-prev:hover::before{left:-40px;opacity:0}.alm-paging li.prev a:hover::after,.arrowLeft:hover::after,.nav-links a.prev:hover::after,.slick-prev:hover::after{left:9px;opacity:1}select{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;border-radius:8px!important;padding:16px 14px!important;height:54px!important;width:100%;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../../images/select-arrow.svg);background-size:18px;background-position:right 8px center;background-repeat:no-repeat;padding-right:30px;font-size:18px!important;line-height:20px!important;color:var(--blackColor);background-color:var(--whiteColor);border:var(--lightGreenColor) solid 1px!important}select::-ms-expand{display:none}textarea{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;width:100%;font-size:22px;line-height:30px;height:170px;padding:10px 15px;box-sizing:border-box;border:0;color:#000;border:1px solid #000;background-color:#fff;border-radius:0;resize:none}input::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#8d8d8d;opacity:1;font-weight:400}input::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder{color:#8d8d8d;opacity:1;font-weight:400}input:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#8d8d8d;opacity:1;font-weight:400}input:-moz-placeholder,input[type=text]:-moz-placeholder,textarea:-moz-placeholder{color:#8d8d8d;opacity:1;font-weight:400}.resWrap{width:100%;overflow:auto}table{width:100%;border:0;text-align:left;border-collapse:collapse}tr:nth-of-type(odd){background:#eee}td,th{padding:6px;border:1px solid #ccc;border-collapse:collapse}th{background:#333;color:#fff;font-weight:700}table h1,table h2,table h3,table h4,table h5{margin:0}table td{word-wrap:break-word}.table-wrapper{margin:14px 0}@media only screen and (min-width:0px)and (max-width:900px){.table-wrapper{border:#ccc solid 1px;width:100%;overflow:hidden;overflow-x:auto}}.alignleft{float:left;margin:10px 15px 8px 0!important}@media only screen and (min-width:0px)and (max-width:640px){.alignleft{float:none;margin:0 auto 20px auto!important}}.alignright{float:right;margin:10px 0 8px 22px!important}@media only screen and (min-width:0px)and (max-width:640px){.alignright{float:none;margin:0 auto 20px auto!important}}.aligncenter{float:none;margin:30px auto 30px auto}@media only screen and (min-width:0px)and (max-width:640px){.aligncenter{float:none;margin:0 auto 20px auto!important}}.wp-caption{max-width:100%}.wp-caption-text{position:relative;margin-top:-42px;font-size:14px;line-height:22px;color:var(--blackColor);padding:10px;padding-top:12px;background-color:hsla(0,0%,100%,.7)}.postContent img{margin:30px 0}blockquote{margin:0 auto;width:100%;background-color:var(--whiteColor);max-width:940px;margin-top:40px;margin-bottom:40px;padding:40px 50px;position:relative;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:31px;line-height:37px;letter-spacing:-.31px;border-radius:16px}@media screen and (min-width:0px)and (max-width:550px){blockquote{max-width:100%;padding:24px 50px;text-align:center}}blockquote::before{width:50px;height:50px;position:absolute;left:0;top:0;content:"";background-image:url(../../images/quote-up-orange.svg);background-size:50px;background-repeat:no-repeat;background-position:center center}@media screen and (min-width:0px)and (max-width:550px){blockquote::before{width:40px;height:40px;background-size:40px}}blockquote::after{width:50px;height:50px;position:absolute;right:0;bottom:26px;content:"";background-image:url(../../images/quote-down-orange.svg);background-size:50px;background-repeat:no-repeat;background-position:center center}@media screen and (min-width:0px)and (max-width:550px){blockquote::after{width:40px;height:40px;background-size:40px;bottom:0}}blockquote .quote-credits{font-size:16px;line-height:28px;letter-spacing:-.48px;padding-top:6px}blockquote p{padding:0}blockquote em{margin-top:20px;display:block}.box{position:relative;background-color:var(--darkSandColor)}.box:before{content:"";display:block;padding-top:50%}.imageHolder{position:absolute;left:0;top:0;right:0;bottom:0}.OF-cover{object-fit:cover;font-family:"object-fit: cover";object-position:center center;font-family:"object-fit: cover; object-position: center center";width:100%;height:100%}header:after,section:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0%}.clear{clear:both}.hovereffect{overflow:hidden}.hovereffect img{display:block;position:relative;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.hovereffect:hover img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.hovereffect img,.hovereffect:hover img{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;backface-visibility:hidden;-webkit-backface-visibility:hidden}img[data-lazy-src]{-moz-opacity:0;-khtml-opacity:0;opacity:0}img.lazyloaded{opacity:1}.lazyloader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px!important;height:48px!important;border:5px solid var(--blackColor);border-bottom-color:#efefef;-webkit-border-radius:50%;-moz-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-top:-20px;margin-left:-24px}iframe.lazyloaded~.lazyloader,img.lazyloaded~.lazyloader{opacity:0}.video_wrapper .video-container{z-index:1}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media print{@page{margin:.75in .35in}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}*{-moz-transition:none!important;-o-transition:none!important;-webkit-transition:none!important;transition:none!important;margin:0;padding:0;color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}.cky-consent-container,.detailShare,.do-not-print,.lazyloader,footer,header{display:none}.detailPageHero{padding-top:100px!important}.animate.fadeIn,.animate.fadeInUp{opacity:1;visibility:visible}.accordionHolder .accordionDesc{display:block!important}.preFooterHolder .preFooterImage{width:80%}.preFooterHolder .preFooterImage .imgBox{overflow:hidden}.preFooterHolder .preFooterContent{width:100%;padding-left:0}.promotedPagesHolder .col,.relatedPostBlock .col{width:50%}}body.page-template-template-home footer{margin-top:0}.homeHero{height:655px;overflow:visible;z-index:9;margin-bottom:40px}@media only screen and (min-width:0px)and (max-width:1023px){.homeHero{height:480px}}@media only screen and (min-width:0px)and (max-width:900px){.homeHero{margin-bottom:20px}}@media only screen and (min-width:0px)and (max-width:743px){.homeHero{height:auto;min-height:auto;margin-bottom:0}}.homeHero .box{width:100%;height:100%;position:absolute;left:0;top:0}@media only screen and (min-width:0px)and (max-width:743px){.homeHero .box{position:relative}}.homeHero .box::before{padding-top:0}@media only screen and (min-width:0px)and (max-width:743px){.homeHero .box::before{padding-top:56%}}@media screen and (min-width:0px)and (max-width:550px){.homeHero .box::before{padding-top:222px}}.homeHeroContent{width:100%;height:100%;position:absolute;left:0;top:0}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent{position:relative}}.homeHeroContent .content_1400{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;padding-bottom:60px}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent .content_1400{padding:0}}.homeHeroContent .heroInfo{max-width:720px}@media only screen and (min-width:0px)and (max-width:1620px){.homeHeroContent .heroInfo{width:45%;max-width:100%}}@media only screen and (min-width:0px)and (max-width:1023px){.homeHeroContent .heroInfo{max-width:340px}}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent .heroInfo{max-width:100%;width:100%}}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent .heroInfo .homeTitle{padding:28px 20px;padding-bottom:34px;padding-right:20%;background-color:var(--whiteColor)}}@media only screen and (min-width:0px)and (max-width:640px){.homeHeroContent .heroInfo .homeTitle{padding:17px 18px 28px 18px}}@media only screen and (min-width:0px)and (max-width:1620px){.homeHeroContent .heroInfo .homeTitle h1{font-size:clamp(40px,40px + 17*(100vw - 1024px)/596,57px);line-height:clamp(48px,48px + 16*(100vw - 1024px)/596,64px);letter-spacing:clamp(.4px,.4px + .17*(100vw - 1024px)/596,.57px)}}@media only screen and (min-width:0px)and (max-width:1023px){.homeHeroContent .heroInfo .homeTitle h1{font-size:33px;line-height:38px;letter-spacing:-.33px;padding:0}}.homeHeroContent .heroInfo .pathList{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:32px}@media only screen and (min-width:0px)and (max-width:1150px){.homeHeroContent .heroInfo .pathList{padding-top:10px}}@media only screen and (min-width:0px)and (max-width:1023px){.homeHeroContent .heroInfo .pathList{padding-top:20px}}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent .heroInfo .pathList{padding:25px 20px;background-color:var(--greenColor)}}@media screen and (min-width:0px)and (max-width:550px){.homeHeroContent .heroInfo .pathList{padding:25px 18px}}.homeHeroContent .heroInfo .pathList .filterTitle{padding:10px 18px 0 0;font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap}@media only screen and (min-width:0px)and (max-width:1150px){.homeHeroContent .heroInfo .pathList .filterTitle{width:100%;padding:0 0 10px 0}}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent .heroInfo .pathList .filterTitle{padding-bottom:8px;padding-top:0}}.homeHeroContent .heroInfo .listDropHolder{position:relative;width:330px}@media only screen and (min-width:0px)and (max-width:743px){.homeHeroContent .heroInfo .listDropHolder{width:100%}}.homeHeroContent .heroInfo .listDropHolder .intrestLink{display:inline-block;background-color:var(--whiteColor);border-radius:200px;font-size:18px;line-height:26px;padding:12px 22px;padding-bottom:16px;padding-right:66px;width:100%;color:var(--blackColor);text-decoration:none}.homeHeroContent .heroInfo .listDropHolder .intrestLink .dropIndecator{width:26px;height:26px;position:absolute;right:22px;top:14px;background-color:var(--darkGreenColor);border-radius:100%;overflow:hidden;font-size:0;line-height:0;-webkit-backface-visibility:hidden;will-change:transform;-webkit-perspective:1000;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.homeHeroContent .heroInfo .listDropHolder .intrestLink .dropIndecator::after,.homeHeroContent .heroInfo .listDropHolder .intrestLink .dropIndecator:before{width:26px;height:26px;content:"";position:absolute;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-image:url(../../images/select-drop-arrow.svg);background-position:center center;background-size:26px}.homeHeroContent .heroInfo .listDropHolder .intrestLink .dropIndecator:before{top:-26px}.homeHeroContent .heroInfo .listDropHolder .intrestLink .dropIndecator::after{top:0}.homeHeroContent .heroInfo .listDropHolder .intrestLink .dropIndecator svg{width:26px;height:26px}.homeHeroContent .heroInfo .listDropHolder .intrestLink:hover .dropIndecator::after{top:26px}.homeHeroContent .heroInfo .listDropHolder .intrestLink:hover .dropIndecator::before{top:0}.homeHeroContent .heroInfo .listDropHolder .intrestDropDown{position:absolute;left:0;top:70px;width:100%;max-width:330px;background-color:var(--whiteColor);border-radius:14px;padding:12px 6px;box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:0px)and (max-width:550px){.homeHeroContent .heroInfo .listDropHolder .intrestDropDown{max-width:100%}}.homeHeroContent .heroInfo .listDropHolder .intrestDropDown::before{content:"";position:absolute;left:24px;top:-12px;border-style:solid;border-width:0 12px 12px 12px;border-color:transparent transparent #fff transparent;width:0;height:0}@media screen and (min-width:0px)and (max-width:550px){.homeHeroContent .heroInfo .listDropHolder .intrestDropDown::before{left:calc(50% - 12px)}}.homeHeroContent .heroInfo .listDropHolder .intrestDropDown ul{margin:0;padding:0;list-style-type:none;max-height:340px;overflow:auto}.homeHeroContent .heroInfo .listDropHolder .intrestDropDown ul li{padding:4px 0}.homeHeroContent .heroInfo .listDropHolder .intrestDropDown ul li a{font-size:17px;line-height:24px;display:block;padding:6px 12px;padding-bottom:10px;border-radius:10px;text-decoration:none;color:var(--blackColor)}.homeHeroContent .heroInfo .listDropHolder .intrestDropDown ul li a:hover{background-color:var(--lightGreenColor)}.homeHeroContent .heroInfo .listDropHolder.showDropList .dropIndecator{transform:rotate(180deg)}.homeHeroContent .heroInfo .listDropHolder.showDropList .intrestDropDown{opacity:1;visibility:visible}.alm-paging-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;opacity:1!important}.listPageHolder{padding:14px 0}@media only screen and (min-width:0px)and (max-width:640px){.listPageHolder{padding-bottom:20px}}.listPageHolder .content_1400{max-width:1470px}@media only screen and (min-width:0px)and (max-width:1300px){.listPageHolder .content_1400{padding:0 40px}}@media only screen and (min-width:0px)and (max-width:1023px){.listPageHolder .content_1400{padding:0 20px}}@media only screen and (min-width:0px)and (max-width:743px){.listPageHolder .content_1400{padding:0 10px}}@media only screen and (min-width:0px)and (max-width:640px){.listPageHolder .content_1400{padding:0 8px}}@media only screen and (min-width:0px)and (max-width:640px){.recordsList .alm-paging-content .alm-layout:first-child{padding-top:6px!important}}.recordsList .alm-paging-content .alm-layout{width:33.33%!important;padding:24px 15px!important}@media only screen and (min-width:0px)and (max-width:1300px){.recordsList .alm-paging-content .alm-layout{padding:14px 10px!important}}@media only screen and (min-width:0px)and (max-width:900px){.recordsList .alm-paging-content .alm-layout{width:50%!important}}@media only screen and (min-width:0px)and (max-width:640px){.recordsList .alm-paging-content .alm-layout{width:100%!important;padding:9px 10px!important}}.recordsList .alm-paging-content .alm-layout .listCard,.recordsList .alm-paging-content .alm-layout a.listCard{width:100%!important;height:100%;background-color:var(--whiteColor);margin:0!important;padding:21px 28px 0 28px;border-radius:14px!important;display:flex;flex-direction:column;justify-content:space-between;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative}@media only screen and (min-width:0px)and (max-width:1023px){.recordsList .alm-paging-content .alm-layout .listCard,.recordsList .alm-paging-content .alm-layout a.listCard{padding:16px 18px 0 18px;border-radius:12px!important}}.recordsList .alm-paging-content .alm-layout .listCard:hover,.recordsList .alm-paging-content .alm-layout a.listCard:hover{border-radius:30px!important}@media only screen and (min-width:0px)and (max-width:1023px){.recordsList .alm-paging-content .alm-layout .listCard:hover,.recordsList .alm-paging-content .alm-layout a.listCard:hover{border-radius:12px!important}}.recordsList .alm-paging-content .alm-layout .listCard:hover .hovereffect img,.recordsList .alm-paging-content .alm-layout a.listCard:hover .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.recordsList .alm-paging-content .alm-layout .listCard .tags ul,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.recordsList .alm-paging-content .alm-layout .listCard .tags ul li,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li{padding:4px 8px 4px 0}.recordsList .alm-paging-content .alm-layout .listCard .tags ul li a,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li button,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li span,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li a,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li button,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.recordsList .alm-paging-content .alm-layout .listCard .tags ul li a::after,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li a::before,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li button::after,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li button::before,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li span::after,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li span::before,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li a::after,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li a::before,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li button::after,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li button::before,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li span::after,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li span::before{display:none}.recordsList .alm-paging-content .alm-layout .listCard .tags ul li a:hover,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li button:hover,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li span:hover,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li a:hover,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li button:hover,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li span:hover{border-radius:10px}.recordsList .alm-paging-content .alm-layout .listCard .tags,.recordsList .alm-paging-content .alm-layout a.listCard .tags{padding-bottom:10px}.recordsList .alm-paging-content .alm-layout .listCard .tags ul li a,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li button,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li span,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li a,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li button,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li span{background-color:rgba(0,0,0,0);position:relative;z-index:1}.recordsList .alm-paging-content .alm-layout .listCard .tags ul li.primary-tag a,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li.primary-tag button,.recordsList .alm-paging-content .alm-layout .listCard .tags ul li.primary-tag span,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li.primary-tag a,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li.primary-tag button,.recordsList .alm-paging-content .alm-layout a.listCard .tags ul li.primary-tag span{background-color:var(--creamColor);border:var(--creamColor) solid 1px}.recordsList .alm-paging-content .alm-layout .listCard h2,.recordsList .alm-paging-content .alm-layout a.listCard h2{padding:0;font-size:31px;line-height:37px;letter-spacing:-.31px;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;text-decoration:none}@media only screen and (min-width:0px)and (max-width:1023px){.recordsList .alm-paging-content .alm-layout .listCard h2,.recordsList .alm-paging-content .alm-layout a.listCard h2{font-size:23px;line-height:28px;letter-spacing:-.23px}}.recordsList .alm-paging-content .alm-layout .listCard h2 a,.recordsList .alm-paging-content .alm-layout a.listCard h2 a{text-decoration:none;color:var(--blackColor);display:block}.recordsList .alm-paging-content .alm-layout .listCard h2 a::before,.recordsList .alm-paging-content .alm-layout a.listCard h2 a::before{width:100%;height:100%;position:absolute;left:0;top:0;content:""}.recordsList .alm-paging-content .alm-layout .listCard .date,.recordsList .alm-paging-content .alm-layout a.listCard .date{font-size:17px;line-height:25px;letter-spacing:.17px;color:var(--blackFifty);padding-top:6px}@media only screen and (min-width:0px)and (max-width:1023px){.recordsList .alm-paging-content .alm-layout .listCard .date,.recordsList .alm-paging-content .alm-layout a.listCard .date{font-size:16px;line-height:24px;letter-spacing:.16px}}.recordsList .alm-paging-content .alm-layout .listCard .listTagTitle,.recordsList .alm-paging-content .alm-layout a.listCard .listTagTitle{padding-bottom:28px}.recordsList .alm-paging-content .alm-layout .listCard .listTagTitle a,.recordsList .alm-paging-content .alm-layout a.listCard .listTagTitle a{display:block;text-decoration:none}.recordsList .alm-paging-content .alm-layout .listCard .listImageDate .box,.recordsList .alm-paging-content .alm-layout a.listCard .listImageDate .box{border-radius:10px 10px 0 0;overflow:hidden}.recordsList .alm-paging-content .alm-layout .listCard .listImageDate .box::before,.recordsList .alm-paging-content .alm-layout a.listCard .listImageDate .box::before{padding-top:58%}.recordsList .alm-paging-content .alm-layout .listCard .listImageDate .box .imageHolder img,.recordsList .alm-paging-content .alm-layout a.listCard .listImageDate .box .imageHolder img{width:100%;height:100%}.recordsList .alm-paging-content .alm-layout .listCard.noImg{position:relative}.recordsList .alm-paging-content .alm-layout .listCard.noImg:hover{background-color:var(--whiteColor)}.recordsList .alm-paging-content .alm-layout .listCard.noImg{padding-bottom:28px!important;background-color:var(--lightSandColor)}@media only screen and (min-width:0px)and (max-width:1023px){.recordsList .alm-paging-content .alm-layout .listCard.noImg{padding-bottom:15px!important}}.recordsList .alm-paging-content .alm-layout .listCard.noImg .tags ul li a{z-index:1;position:relative}.recordsList .alm-paging-content .alm-layout .listCard.noImg .tags ul li.primary-tag a,.recordsList .alm-paging-content .alm-layout .listCard.noImg .tags ul li.primary-tag button,.recordsList .alm-paging-content .alm-layout .listCard.noImg .tags ul li.primary-tag span{background-color:var(--darkSandColor);border:var(--darkSandColor) solid 1px}@media only screen and (min-width:0px)and (max-width:640px){.recordsList .alm-paging-content .alm-layout .listCard.noImg .listTagTitle{padding-bottom:5px}}.recordsList .alm-paging-content .alm-layout .listCard.noImg h2 a::before{width:100%;height:100%;position:absolute;left:0;top:0;content:""}.recordsList .alm-layouts.alm-is-loaded+.loadgrid{display:none}.filterSearchBlock{overflow:visible}.filterSearchHolder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding-bottom:22px}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder{max-width:400px;margin:0 auto;padding-bottom:20px;padding-top:20px}}.filterSearchHolder .filterSearch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:70%}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch{width:100%}}.filterSearchHolder .filterSearch .alm-filters{width:100%;max-width:720px;margin:0}@media only screen and (min-width:0px)and (max-width:1300px){.filterSearchHolder .filterSearch .alm-filters{max-width:480px}}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters{max-width:100%}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner{padding:0}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner .textfield{border:0!important;color:var(--blackColor)!important;padding:12px 54px 16px 24px!important}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner .textfield{padding:11px 54px 15px 20px!important;font-size:16px!important;line-height:24px!important;letter-spacing:.16px!important}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input::placeholder{font-size:17px!important;line-height:25px!important;letter-spacing:.17px!important}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input::placeholder{letter-spacing:.3px!important;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:16px!important}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input::-webkit-input-placeholder{font-size:17px!important;line-height:25px!important;letter-spacing:.17px!important}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input::-webkit-input-placeholder{letter-spacing:.3px!important;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:16px!important}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input::-moz-placeholder{font-size:17px!important;line-height:25px!important;letter-spacing:.17px!important}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input::-moz-placeholder{letter-spacing:.3px!important;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:16px!important}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input:-ms-input-placeholder{font-size:17px!important;line-height:25px!important;letter-spacing:.17px!important}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input:-ms-input-placeholder{letter-spacing:.3px!important;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:16px!important}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input:-ms-input-placeholder{font-size:17px!important;line-height:25px!important;letter-spacing:.17px!important}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--inner input:-ms-input-placeholder{letter-spacing:.3px!important;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:16px!important}}.filterSearchHolder .filterSearch .alm-filters .alm-filters--controls{display:none}.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap.has-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap{padding:0;height:54px;border-radius:200px;overflow:hidden;background-color:rgba(0,0,0,0);border:var(--lightGreyColor) solid 1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap{height:50px}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap:hover{border:var(--blackColor) solid 1px}.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap input[type=text]{border:0;padding:10px 20px;padding-right:60px;background-color:rgba(0,0,0,0)}.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap button{position:absolute;right:22px;top:12px;width:26px;height:26px;min-width:26px;border-radius:0;background-color:rgba(0,0,0,0);border:0;font-size:0;text-indent:-999px;overflow:hidden;box-shadow:none;background-image:url(../../images/search-icon.svg)}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap button{right:14px;top:11px;width:22px;height:22px;min-width:22px}}.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap button::after,.filterSearchHolder .filterSearch .alm-filters .alm-filter--text-wrap button::before{display:none}.filterSearchHolder .filterSearch .alm-results-text{padding:14px 0 0 16px}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch .alm-results-text{width:100%;text-align:center;padding:7px 0 18px 0}}.filterSearchHolder .filterSearch ul.filterButton{margin:0;padding:0;list-style-type:none;border-radius:200px;border:var(--lightGreyColor) solid 1px;padding:8px 4px}.filterSearchHolder .filterSearch ul.filterButton li{margin:0;padding:0 4px}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch ul.filterButton li{width:50%}}.filterSearchHolder .filterSearch ul.filterButton li button{padding:8px 18px;padding-top:4px;border:0;background-color:rgba(0,0,0,0)}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterSearch ul.filterButton li button{width:100%;font-size:15px}}.filterSearchHolder .filterSearch ul.filterButton li button::after,.filterSearchHolder .filterSearch ul.filterButton li button::before{display:none}.filterSearchHolder .filterSearch ul.filterButton li button.active,.filterSearchHolder .filterSearch ul.filterButton li button:hover{background-color:var(--greenColor)}.filterSearchHolder .filterButton{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-start}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterButton{width:100%}}.filterSearchHolder .filterButton .filterBtn{padding:14px 20px;padding-right:52px;padding-top:10px;border:var(--lightGreyColor) solid 1px;border-radius:8px;display:block;font-size:17px;line-height:24px;letter-spacing:.17px;color:var(--blackColor);text-decoration:none;position:relative}@media only screen and (min-width:0px)and (max-width:640px){.filterSearchHolder .filterButton .filterBtn{width:100%;font-size:16px;line-height:24px;letter-spacing:.16px;padding-left:17px}}.filterSearchHolder .filterButton .filterBtn:hover{border:var(--blackColor) solid 1px}.filterSearchHolder .filterButton .filterBtn svg{position:absolute;right:20px;top:14px;width:20px;height:20px}.selectedFilters{overflow:visible}@media only screen and (min-width:0px)and (max-width:640px){.selectedFilters{max-width:400px;margin:0 auto}}.selectedFilters .clearHolder{display:flex;flex-wrap:wrap;overflow:visible}.selectedFilters .clearHolder #alm-selected-filters{display:inline-block}.selectedFilters .clearHolder #reset-filters{display:none;font-size:17px!important;line-height:22px!important;padding:8px 18px!important;padding-bottom:12px!important;border-radius:200px!important;background-color:rgba(0,0,0,0)!important;border:var(--blackColor) solid 1px!important;color:var(--blackColor)!important;height:42px!important;min-width:90px;top:8px}@media only screen and (min-width:0px)and (max-width:1023px){.selectedFilters .clearHolder #reset-filters{font-size:16px!important;line-height:24px!important;letter-spacing:.16px!important;padding:6px 18px!important;padding-bottom:12px!important;height:43px!important}}@media only screen and (min-width:0px)and (max-width:640px){.selectedFilters .clearHolder #reset-filters{top:5px}}.selectedFilters .clearHolder #reset-filters::after,.selectedFilters .clearHolder #reset-filters::before{display:none}.selectedFilters .clearHolder #reset-filters:hover{opacity:.5}@media only screen and (min-width:0px)and (max-width:640px){.selectedFilters.activeClearfilter{padding-bottom:18px}}.selectedFilters.activeClearfilter .clearHolder #reset-filters{display:block}.selectedFilters ul{padding:0!important;gap:0!important}.selectedFilters ul li{padding:8px 12px 8px 0!important}@media only screen and (min-width:0px)and (max-width:640px){.selectedFilters ul li{padding:5px 10px 5px 0!important}}.selectedFilters ul li [data-value=past],.selectedFilters ul li [data-value=upcoming]{display:none!important}.selectedFilters ul li div{font-size:17px!important;line-height:22px!important;padding:8px 18px!important;padding-bottom:12px!important;border-radius:200px!important;background-color:var(--whiteColor)!important;color:var(--blackColor)!important;border:0!important}@media only screen and (min-width:0px)and (max-width:1023px){.selectedFilters ul li div{font-size:16px!important;line-height:24px!important;letter-spacing:.16px!important;padding:7px 18px 12px 18px!important}}.selectedFilters ul li div::before{color:var(--blackColor)!important;opacity:1!important;width:14px!important;height:14px!important;line-height:0!important;content:""!important;left:0;top:6px;background-image:url(../../images/filter-close-icon.svg)!important;background-repeat:no-repeat;background-size:12px;background-position:center center}@media only screen and (min-width:0px)and (max-width:1023px){.selectedFilters ul li div::before{top:7px}}.selectedFilters ul li div:hover{color:var(--blackFifty)!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectedFilters ul li div:hover::before{opacity:.5!important}.selectedFilters .hideSecFilter.TBspace{padding-top:38px}.selectedFilters.activeClearfilter .hideSecFilter{display:none}.grantsListBlock.TBspace,.programListBlock.TBspace{padding-top:0;padding-bottom:14px}@media only screen and (min-width:0px)and (max-width:1023px){.grantsListBlock.TBspace,.programListBlock.TBspace{padding-top:20px}}@media only screen and (min-width:0px)and (max-width:640px){.grantsListBlock.TBspace,.programListBlock.TBspace{padding-bottom:20px}}@media only screen and (min-width:0px)and (max-width:1023px){.grantsListBlock.TBspace .recordsList,.programListBlock.TBspace .recordsList{border-top:var(--blackColor) solid 1px}}.grantsListBlock.TBspace .recordsList .alm-listing,.programListBlock.TBspace .recordsList .alm-listing{margin-bottom:20px}@media only screen and (min-width:0px)and (max-width:640px){.grantsListBlock.TBspace .recordsList .alm-listing,.programListBlock.TBspace .recordsList .alm-listing{margin-bottom:10px}}.listFilterBox{position:fixed;top:0;right:-450px;z-index:9999;background-color:var(--whiteColor);padding:0;width:450px;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none}@media screen and (min-width:0px)and (max-width:550px){.listFilterBox{width:100%;right:-100%}}body.showFilter .listFilterBox{right:0}.filterCover{background-color:rgba(0,0,0,.7);position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.showFilter .filterCover{opacity:1;visibility:visible;pointer-events:all}.listFilterBox .alm-filters-container{margin-bottom:0!important;height:calc(100vh - 210px)!important;overflow-y:auto;padding-bottom:40px}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .alm-filters-container{height:calc(100% - 170px)!important}}.listFilterBox .closeFilter{width:32px;height:32px;position:absolute;right:20px;top:42px;border-radius:100%;background-color:var(--lightGreyColor);background-image:url(../../images/close-icon.svg);background-position:center center;background-size:14px;background-repeat:no-repeat}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .closeFilter{width:40px;height:40px;top:20px;background-size:18px;background-color:var(--whiteColor);border:var(--lightGreyColor) solid 1px}}.listFilterBox .filterTitle{font-size:33px;line-height:42px;letter-spacing:-.33px;border-bottom:var(--lightGreyColor) solid 1px;padding:38px 40px 20px 40px}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .filterTitle{font-size:26px;line-height:34px;letter-spacing:-.26px;padding:22px 30px 26px 30px}}@media only screen and (min-width:0px)and (max-width:640px){.listFilterBox .filterTitle{padding:22px 20px 26px 20px}}.listFilterBox .alm-filter.dateFilter{display:none}.listFilterBox .alm-filter{padding:40px 40px 0 40px}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .alm-filter{padding:30px 30px 0 30px}}@media only screen and (min-width:0px)and (max-width:640px){.listFilterBox .alm-filter{padding:30px 20px 0 20px}}.listFilterBox .alm-filter h3{font-weight:400!important;font-size:26px!important;line-height:31px!important}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .alm-filter h3{font-size:22px!important;line-height:26px!important}}.listFilterBox .alm-filter .alm-filter--inner{padding-bottom:0}.listFilterBox .alm-filter .alm-filter--inner ul li{margin:0 0 11px 0}.listFilterBox .alm-filter .alm-filter--inner ul li .alm-filter--link{color:var(--blackColor);font-size:17px;line-height:16px;padding-left:32px}.listFilterBox .alm-filter .alm-filter--inner ul li .alm-filter--link::after{border-width:0 2px 2px 0!important}.listFilterBox .alm-filter .alm-filter--inner ul li .alm-filter--link::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.listFilterBox .alm-filter .alm-filter--inner ul li .alm-filter--link:hover::before{box-shadow:none!important;-webkit-box-shadow:none!important;border:1px solid var(--blackColor)!important}.listFilterBox .alm-filter .alm-filter--inner ul li .alm-filter--link:hover::after{opacity:0}.listFilterBox .alm-filter .alm-filter--inner ul li .alm-filter--link.active::before{border:var(--blackColor) solid 1px!important;background-color:var(--blackColor)!important}.listFilterBox .alm-filter .alm-filter--inner ul li:last-child{margin-bottom:0}.listFilterBox .alm-filters--controls{position:fixed;margin:40px 0 0 0!important;border-top:var(--lightGreyColor) solid 1px;padding:28px 40px;justify-content:flex-start!important;width:100%;bottom:0;background-color:var(--whiteColor);max-width:450px;display:none!important}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .alm-filters--controls{padding:20px 30px;gap:17px!important}}@media screen and (min-width:0px)and (max-width:550px){.listFilterBox .alm-filters--controls{max-width:100%}}.listFilterBox .alm-filters--controls button[type=button],.listFilterBox .alm-filters--controls button[type=reset]{font-size:17px!important;line-height:24px!important;padding:12px 22px!important;padding-top:8px!important;border-radius:22px!important;-webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;height:auto!important;min-width:60px;color:var(--blackColor)}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .alm-filters--controls button[type=button],.listFilterBox .alm-filters--controls button[type=reset]{font-size:16px!important;line-height:24px!important}}.listFilterBox .alm-filters--submit button[type=button]{background-color:var(--greenColor)!important;border:var(--greenColor) solid 1px!important;border-radius:22px!important;color:var(--blackColor)!important;padding-right:44px!important}.listFilterBox .alm-filters--submit button[type=button]:hover{padding-left:44px!important;padding-right:22px!important}.listFilterBox .alm-filters--reset-button{height:auto;border:var(--blackColor) solid 1px!important}.listFilterBox .alm-filters--reset-button:hover{opacity:.5!important}.listFilterBox .alm-filters--reset-button::after,.listFilterBox .alm-filters--reset-button::before{display:none}.listFilterBox .alm-filters--reset button[type=reset]{display:block!important}.listFilterBox .filterBtnBox{width:100%;position:sticky;border-top:var(--lightGreyColor) solid 1px;padding:28px 40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-start!important;width:100%;bottom:0;background-color:var(--whiteColor);max-width:450px;gap:10px}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .filterBtnBox{padding:20px 30px;gap:17px!important}}@media only screen and (min-width:0px)and (max-width:640px){.listFilterBox .filterBtnBox{padding:20px 20px}}@media screen and (min-width:0px)and (max-width:550px){.listFilterBox .filterBtnBox{max-width:100%}}.listFilterBox .filterBtnBox button[type=button],.listFilterBox .filterBtnBox button[type=reset]{font-size:17px!important;line-height:24px!important;padding:12px 22px!important;padding-top:8px!important;border-radius:22px!important;-webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;height:auto!important;min-width:60px;color:var(--blackColor)}@media only screen and (min-width:0px)and (max-width:1023px){.listFilterBox .filterBtnBox button[type=button],.listFilterBox .filterBtnBox button[type=reset]{font-size:16px!important;line-height:24px!important}}.listFilterBox .filterBtnBox .alm-filters--submit button[type=button]{background-color:var(--greenColor)!important;border:var(--greenColor) solid 1px!important;border-radius:22px!important;color:var(--blackColor)!important;padding-right:44px!important}.listFilterBox .filterBtnBox .alm-filters--submit button[type=button]:hover{padding-left:44px!important;padding-right:22px!important}.listFilterBox .filterBtnBox .alm-filters--reset-button{height:auto;border:var(--blackColor) solid 1px!important}.listFilterBox .filterBtnBox .alm-filters--reset-button:hover{opacity:.5!important}.listFilterBox .filterBtnBox .alm-filters--reset-button::after,.listFilterBox .filterBtnBox .alm-filters--reset-button::before{display:none}.listFilterBox .filterBtnBox .alm-filters--reset{order:2}.listFilterBox .filterBtnBox .alm-filters--reset button[type=reset]{display:block!important;background-color:rgba(0,0,0,0)!important}.listFilterBox .filterBtnBox .alm-filters--reset button[type=reset]::after,.listFilterBox .filterBtnBox .alm-filters--reset button[type=reset]::before{display:none!important}.storiesListPage .listCard{position:relative}.storiesListPage .listCard .listTagTitle .tags{z-index:2}.storiesListPage .listCard .listTagTitle h2 a::before{width:100%;height:100%;position:absolute;left:0;top:0;content:"";z-index:1}.storiesListPage .listCard .author-term .author-image .box::before{padding-top:100%!important}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard{padding:21px 28px 30px 28px}@media only screen and (min-width:0px)and (max-width:1023px){.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard{padding:16px 18px 16px 18px}}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard .tags{position:relative;padding-right:44px;pointer-events:none}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard .tags .storyIcon{position:absolute;right:0;top:0;width:40px;height:40px;border:var(--lightGreyColor) solid 1px;border-radius:100%;padding:4px;display:flex;align-items:center;justify-content:center;line-height:0}@media only screen and (min-width:0px)and (max-width:640px){.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard .tags .storyIcon{display:none!important}}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard .tags .storyIcon span{width:20px;height:20px;display:block}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard .tags .storyIcon span svg{width:100%;height:100%}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard .tags ul li a{pointer-events:auto}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Video{background-color:var(--lightSandColor)}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Video .tags ul li.primary-tag a,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Video .tags ul li.primary-tag button,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Video .tags ul li.primary-tag span{background-color:var(--darkSandColor);border:var(--darkSandColor) solid 1px}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Podcast{background-color:var(--lightBlueColor)}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Podcast .tags ul li.primary-tag a,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Podcast .tags ul li.primary-tag button,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Podcast .tags ul li.primary-tag span{background-color:var(--darkBlueColor);border:var(--darkBlueColor) solid 1px}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Interview{background-color:var(--greenColor)}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Interview .tags ul li.primary-tag a,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Interview .tags ul li.primary-tag button,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Interview .tags ul li.primary-tag span{background-color:var(--darkGreenColor);border:var(--darkGreenColor) solid 1px}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Casestudy{background-color:var(--lightPeachColor)}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Casestudy .tags ul li.primary-tag a,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Casestudy .tags ul li.primary-tag button,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Casestudy .tags ul li.primary-tag span{background-color:var(--darkPeachColor);border:var(--darkPeachColor) solid 1px}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Notype{background-color:var(--whiteColor)}.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Notype .tags ul li.primary-tag a,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Notype .tags ul li.primary-tag button,.storiesListPage .recordsList .alm-paging-content .alm-layout .listCard.story-Notype .tags ul li.primary-tag span{background-color:var(--creamColor);border:var(--creamColor) solid 1px}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term.noAutherImage{padding-left:0}@media only screen and (min-width:0px)and (max-width:640px){.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term.noAutherImage{padding-right:0}}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term{position:relative;padding-left:76px;min-height:60px}@media only screen and (min-width:0px)and (max-width:640px){.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term{padding-left:0;padding-right:76px}}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .author-image{width:60px;height:60px;position:absolute;left:0;top:0;border-radius:100%;overflow:hidden}@media only screen and (min-width:0px)and (max-width:640px){.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .author-image{left:auto;right:0}}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .author-image .box::before{padding-top:0}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .author-image .box .imageHolder{background-color:rgba(217,217,217,.5)}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .author-image .box .imageHolder img{mix-blend-mode:multiply;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-o-filter:grayscale(100%);height:100%}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .authorTitle{font-family:Untitled-Serif-Medium;font-weight:500;font-style:normal;font-display:swap;font-size:15px;line-height:19px!important;padding-bottom:2px!important}@media only screen and (min-width:0px)and (max-width:640px){.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .authorTitle{padding-bottom:4px!important}}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .authorDesc{font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:15px!important;line-height:19px!important}.storiesListPage .recordsList .alm-paging-content .alm-layout .author-term .authorDesc p{margin:0;padding:0;font-size:15px!important;line-height:19px!important}.storiesListPage .storyLinkIcon{width:80px;display:flex;flex-wrap:nowrap;padding-top:18px;display:none}@media only screen and (min-width:0px)and (max-width:640px){.storiesListPage .storyLinkIcon{display:flex}}.storiesListPage .storyLinkIcon .iconCircle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:4px;border:var(--lightGreyColor) solid 1px;border-radius:100%;line-height:0;font-size:0}.storiesListPage .storyLinkIcon .iconCircle span{display:block;width:20px;height:20px}.storiesListPage .storyLinkIcon .arrowSign::before{width:20px;height:20px;content:"";background-image:url(../../images/arrow-right.svg);background-repeat:no-repeat;background-position:center center;background-size:20px}@media only screen and (min-width:0px)and (max-width:640px){body.page-template-template-event-list .filterSearch{margin-bottom:30px}}@media screen and (min-width:0px)and (max-width:550px){body.page-template-template-event-list .filterSearch{margin-bottom:18px}}.listPromoBlock{background-color:var(--lightBlueColor);padding:30px 50px 40px 50px;border-radius:14px}@media only screen and (min-width:0px)and (max-width:1300px){.listPromoBlock{padding:30px 30px 30px 30px}}@media only screen and (min-width:0px)and (max-width:767px){.listPromoBlock{padding:18px 18px;padding-bottom:24px}}.listPromoBlock .promoImage{padding-right:26px;max-width:350px;width:100%}@media only screen and (min-width:0px)and (max-width:1100px){.listPromoBlock .promoImage{max-width:280px;padding-right:16px}}@media only screen and (min-width:0px)and (max-width:1023px){.listPromoBlock .promoImage{padding-right:20px}}@media only screen and (min-width:0px)and (max-width:640px){.listPromoBlock .promoImage{width:100%;max-width:100%;order:2;padding-right:0;padding-top:14px}}.listPromoBlock .promoImage .promoShapeBox{width:100%;max-width:350px;padding:20px;position:relative}@media only screen and (min-width:0px)and (max-width:640px){.listPromoBlock .promoImage .promoShapeBox{margin:0 auto}}.listPromoBlock .promoImage .promoShapeBox::before{content:"";width:calc(100% - 28px);height:calc(100% - 40px);position:absolute;left:14px;top:20px;background-color:var(--darkBlueColor);transform:rotate(-10deg);border-radius:12px}.listPromoBlock .promoImage .promoShapeBox .box{border-radius:14px;overflow:hidden;background-color:var(--bgBlueColor)}.listPromoBlock .promoImage .promoShapeBox .box::before{padding-top:70%}.listPromoBlock .promoContent{width:calc(100% - 350px);padding-left:26px;padding-right:136px}@media only screen and (min-width:0px)and (max-width:1100px){.listPromoBlock .promoContent{width:calc(100% - 280px);padding-left:16px;padding-right:0}}@media only screen and (min-width:0px)and (max-width:1023px){.listPromoBlock .promoContent{padding-left:20px;padding-right:0}}@media only screen and (min-width:0px)and (max-width:640px){.listPromoBlock .promoContent{width:100%;padding-left:0;order:1}}.listPromoBlock .promoContent .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.listPromoBlock .promoContent .tags ul li{padding:4px 8px 4px 0}.listPromoBlock .promoContent .tags ul li a,.listPromoBlock .promoContent .tags ul li button,.listPromoBlock .promoContent .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.listPromoBlock .promoContent .tags ul li a::after,.listPromoBlock .promoContent .tags ul li a::before,.listPromoBlock .promoContent .tags ul li button::after,.listPromoBlock .promoContent .tags ul li button::before,.listPromoBlock .promoContent .tags ul li span::after,.listPromoBlock .promoContent .tags ul li span::before{display:none}.listPromoBlock .promoContent .tags ul li a:hover,.listPromoBlock .promoContent .tags ul li button:hover,.listPromoBlock .promoContent .tags ul li span:hover{border-radius:10px}.listPromoBlock .promoContent .tags ul li{padding:4px 8px 4px 0!important}.listPromoBlock .promoContent .tags ul li.primary-tag a,.listPromoBlock .promoContent .tags ul li.primary-tag button,.listPromoBlock .promoContent .tags ul li.primary-tag span{background-color:var(--darkBlueColor);border:var(--darkBlueColor) solid 1px}.listPromoBlock .promoContent h2{font-size:33px;line-height:42px}@media only screen and (min-width:0px)and (max-width:1023px){.listPromoBlock .promoContent h2{font-size:26px;line-height:33px;letter-spacing:-.26px;padding:5px 0}}@media only screen and (min-width:0px)and (max-width:640px){.listPromoBlock .promoContent h2{padding-bottom:7px}}.listPromoBlock .promoContent .excerptText{padding:10px 0}@media only screen and (min-width:0px)and (max-width:1023px){.listPromoBlock .promoContent .excerptText{padding:6px 0}}@media only screen and (min-width:0px)and (max-width:900px){.listPromoBlock .promoContent .excerptText{display:none}}@media only screen and (min-width:0px)and (max-width:640px){.listPromoBlock .promoContent .excerptText{display:block}}@media screen and (min-width:0px)and (max-width:550px){.listPromoBlock .promoContent .excerptText{font-size:16px;line-height:24px;letter-spacing:.16px}}.listPromoBlock .promoContent .btnHolder{padding-top:16px}@media only screen and (min-width:0px)and (max-width:1023px){.listPromoBlock .promoContent .btnHolder{padding-top:18px}}.listRow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:32px 0;font-size:17px;line-height:25px;letter-spacing:.17px;width:100%}@media only screen and (min-width:0px)and (max-width:1023px){.listRow{padding:14px 0;padding-bottom:20px}}@media only screen and (min-width:0px)and (max-width:767px){.listRow{font-size:16px;line-height:24px;letter-spacing:.16px}}.listRow .listCol{padding:0 20px}@media only screen and (min-width:0px)and (max-width:1023px){.listRow .listCol{padding:6px 20px 6px 0}}@media only screen and (min-width:0px)and (max-width:767px){.listRow .listCol{padding:2px 20px 2px 0}}.listRow .title{width:26%;font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap}@media only screen and (min-width:0px)and (max-width:1023px){.listRow .title{width:100%}}@media only screen and (min-width:0px)and (max-width:767px){.listRow .title{width:100%}}.listRow .stage{width:20%}@media only screen and (min-width:0px)and (max-width:1023px){.listRow .stage{width:50%}}@media only screen and (min-width:0px)and (max-width:767px){.listRow .stage{width:100%}}.listRow .profession{width:20%}@media only screen and (min-width:0px)and (max-width:1023px){.listRow .profession{width:50%}}@media only screen and (min-width:0px)and (max-width:767px){.listRow .profession{width:100%}}.listRow .status{width:17%}@media only screen and (min-width:0px)and (max-width:1023px){.listRow .status{width:50%}}@media only screen and (min-width:0px)and (max-width:767px){.listRow .status{width:100%}}.listRow .date{width:17%}@media only screen and (min-width:0px)and (max-width:1023px){.listRow .date{width:50%}}@media only screen and (min-width:0px)and (max-width:767px){.listRow .date{width:100%}}.listRow.Title{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;border-bottom:var(--blackColor) solid 1px;padding-right:20px}@media only screen and (min-width:0px)and (max-width:1023px){.listRow.Title{display:none}}.listRow.Repeat{border-bottom:var(--lightGreyColor) solid 1px;text-decoration:none;color:var(--blackColor);position:relative;padding-right:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.listRow.Repeat::before{content:"";width:20px;height:20px;position:absolute;right:20px;top:36px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-image:url(../../images/arrow-right.svg)}@media only screen and (min-width:0px)and (max-width:1023px){.listRow.Repeat::before{top:19px;right:8px}}.listRow.Repeat:hover{background-color:var(--lightGreenColor)}.listRow.Repeat:hover::before{opacity:1;visibility:visible}.listRow.Repeat .listCol::before{display:none;font-size:16px;line-height:22px;color:var(--blackFifty)}@media only screen and (min-width:0px)and (max-width:1023px){.listRow.Repeat .listCol::before{display:block}}@media only screen and (min-width:0px)and (max-width:767px){.listRow.Repeat .listCol::before{display:inline-block}}.listRow.Repeat .listCol.stage::before{content:"Career stage:"}.listRow.Repeat .listCol.profession::before{content:"Profession:"}.listRow.Repeat .listCol.status::before{content:"Status:"}.listRow.Repeat .listCol.date::before{content:"Key dates:"}@media only screen and (min-width:0px)and (max-width:640px){body.page-template-template-grant-award-list .selectedFilters,body.page-template-template-programmes-list .selectedFilters{max-width:100%}}body.search-results .listPageHero{margin-bottom:20px}@media only screen and (min-width:0px)and (max-width:640px){body.search-results .listPageHero{margin-bottom:0}}.searchSection{overflow:visible}@media only screen and (min-width:0px)and (max-width:1023px){body.search-results .filterSearchHolder .filterSearch{width:90%}}@media only screen and (min-width:0px)and (max-width:900px){body.search-results .filterSearchHolder .filterSearch{width:100%}}.searchList.TBspace{padding-bottom:14px}@media only screen and (min-width:0px)and (max-width:640px){.searchList.TBspace{padding-bottom:20px}}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox{flex-wrap:wrap}}.postSearchBox .siteSearchBox{width:100%;max-width:720px;position:relative}@media only screen and (min-width:0px)and (max-width:1300px){.postSearchBox .siteSearchBox{max-width:550px}}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox .siteSearchBox{max-width:100%}}.postSearchBox .siteSearchBox label{width:100%!important}.postSearchBox .siteSearchBox label .is-search-input{border:var(--lightGreyColor) solid 1px!important;background-color:rgba(0,0,0,0)!important;border-radius:200px!important;padding:6px 104px 12px 20px!important;font-size:18px!important;line-height:25px!important;letter-spacing:.17px!important;font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox .siteSearchBox label .is-search-input{padding:12px 80px 10px 24px!important}}@media only screen and (min-width:0px)and (max-width:640px){.postSearchBox .siteSearchBox label .is-search-input{padding:8px 70px 14px 20px!important;font-size:16px!important;line-height:24px!important}}.postSearchBox .siteSearchBox .is-search-submit{min-width:40px;width:40px;height:40px;position:absolute;right:14px;top:6px;padding:0;background-image:url(../../images/search-icon.svg);background-position:center center;background-size:26px;background-repeat:no-repeat}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox .siteSearchBox .is-search-submit{width:32px;height:32px;min-width:32px;right:10px;top:10px}}@media only screen and (min-width:0px)and (max-width:640px){.postSearchBox .siteSearchBox .is-search-submit{right:16px;top:11px;width:24px;height:24px;min-width:24px;background-size:24px}}.postSearchBox .siteSearchBox .is-search-submit::after,.postSearchBox .siteSearchBox .is-search-submit::before{display:none}.postSearchBox .siteSearchBox .is-search-submit .is-search-icon{display:none!important}.postSearchBox .siteSearchBox .clear-btn{position:absolute;right:60px;top:6px;min-width:40px;width:40px;height:40px;padding:0;border:0;text-indent:-999px;overflow:hidden;background-image:url(../../images/close-icon.svg);background-repeat:no-repeat;background-size:18px!important;background-position:center center;background-color:rgba(0,0,0,0)}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox .siteSearchBox .clear-btn{width:32px;height:32px;min-width:32px;top:10px;right:44px}}@media only screen and (min-width:0px)and (max-width:640px){.postSearchBox .siteSearchBox .clear-btn{width:24px;height:24px;min-width:24px;background-size:24px;top:11px}}.postSearchBox .siteSearchBox .clear-btn::after,.postSearchBox .siteSearchBox .clear-btn::before{display:none}div.is-ajax-search-result{padding:18px!important;overflow:hidden!important;border-radius:14px!important;background-color:var(--whiteColor)!important;box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1)}.postSearchBox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;width:100%}.postSearchBox form{position:relative;width:100%;max-width:720px}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox form{max-width:100%}}.postSearchBox form input[type=text]{background-color:rgba(0,0,0,0);border:var(--blackColor) solid 1px!important;border-radius:200px!important;padding:10px 54px 14px 24px!important}.postSearchBox form .screen-reader-text{display:none}.postSearchBox form .searchSubmit{position:absolute;right:10px;top:6px;width:40px;height:40px;padding:4px;border:0;overflow:hidden}.postSearchBox form .searchSubmit::after,.postSearchBox form .searchSubmit::before{pointer-events:none}.postSearchBox form .searchSubmit #searchsubmit{width:32px;height:32px;min-width:32px;border:0;overflow:hidden;padding:0;text-indent:-999px;background-color:rgba(0,0,0,0)}.postSearchBox form .clear-icon{width:40px;height:40px;padding:6px;position:absolute;right:58px;top:6px}.postSearchBox .searchCount{padding-left:16px}@media only screen and (min-width:0px)and (max-width:900px){.postSearchBox .searchCount{width:100%;text-align:center;padding:10px 0 0 0}}.searchLoop{padding-right:300px}@media only screen and (min-width:0px)and (max-width:1100px){.searchLoop{padding-right:200px}}@media only screen and (min-width:0px)and (max-width:1100px){.searchLoop{padding-right:80px}}@media only screen and (min-width:0px)and (max-width:900px){.searchLoop{padding-right:0}}.searchLoop article{padding:10px 0}.searchLoop article:last-child{padding-bottom:0}@media only screen and (min-width:0px)and (max-width:767px){.searchLoop article:first-child{padding-top:0}}.searchResultBox{background-color:var(--whiteColor);padding:28px;border-radius:14px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width:0px)and (max-width:900px){.searchResultBox{padding:16px}}.searchResultBox:hover{border-radius:30px}.searchResultBox .searchText{padding-right:20px;width:70%}@media only screen and (min-width:0px)and (max-width:1023px){.searchResultBox .searchText{width:60%}}@media only screen and (min-width:0px)and (max-width:640px){.searchResultBox .searchText{padding-right:10px}}@media screen and (min-width:0px)and (max-width:550px){.searchResultBox .searchText{width:100%;padding-right:0}}.searchResultBox .searchText .search-highlight{background-color:var(--lightGreenColor);padding:0}.searchResultBox .searchText .tags{padding-bottom:6px}@media only screen and (min-width:0px)and (max-width:1023px){.searchResultBox .searchText .tags{padding-bottom:4px}}.searchResultBox .searchText .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.searchResultBox .searchText .tags ul li{padding:4px 8px 4px 0}.searchResultBox .searchText .tags ul li a,.searchResultBox .searchText .tags ul li button,.searchResultBox .searchText .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.searchResultBox .searchText .tags ul li a::after,.searchResultBox .searchText .tags ul li a::before,.searchResultBox .searchText .tags ul li button::after,.searchResultBox .searchText .tags ul li button::before,.searchResultBox .searchText .tags ul li span::after,.searchResultBox .searchText .tags ul li span::before{display:none}.searchResultBox .searchText .tags ul li a:hover,.searchResultBox .searchText .tags ul li button:hover,.searchResultBox .searchText .tags ul li span:hover{border-radius:10px}.searchResultBox .searchText .tags li.primary-tag a,.searchResultBox .searchText .tags li.primary-tag button,.searchResultBox .searchText .tags li.primary-tag span{background-color:var(--creamColor);border:var(--creamColor) solid 1px}.searchResultBox .searchText h2{font-size:31px;line-height:37px;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap}@media only screen and (min-width:0px)and (max-width:1023px){.searchResultBox .searchText h2{font-size:26px;line-height:34px;letter-spacing:.26px;padding:4px 0}}.searchResultBox .searchText h2 a{text-decoration:none;color:var(--blackColor);display:block}.searchResultBox .searchText .desc{padding-top:2px;font-size:18px;line-height:26.64px}@media only screen and (min-width:0px)and (max-width:1023px){.searchResultBox .searchText .desc{font-size:17px;line-height:25.5px;letter-spacing:.17px}}.searchResultBox .searchImage{padding-left:20px;width:30%}@media only screen and (min-width:0px)and (max-width:1023px){.searchResultBox .searchImage{width:40%}}@media only screen and (min-width:0px)and (max-width:640px){.searchResultBox .searchImage{padding-left:10px}}@media screen and (min-width:0px)and (max-width:550px){.searchResultBox .searchImage{width:100%;padding-left:0;padding-top:20px}}.searchResultBox .searchImage .box{overflow:hidden;border-radius:8px}.searchResultBox .searchImage .box::before{padding-top:66%}.searchResultBox:hover .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.no-result{width:100%;max-width:500px;margin:0 auto;text-align:center;padding:40px 0;font-size:22px;line-height:30px}@media only screen and (min-width:0px)and (max-width:640px){.no-result{font-size:20px;line-height:30px}}.no-result .no-result-icon{width:100px;height:100px;background:var(--lightBlueColor);margin:0 auto;border-radius:100%;margin-bottom:20px;background-image:url(../../images/no-records.svg);background-position:center center;background-repeat:no-repeat;background-size:60px}@media only screen and (min-width:0px)and (max-width:640px){.no-result .no-result-icon{width:80px;height:80px;background-size:46px}}.alm-btn-wrap{margin:0!important;padding-top:20px!important}.alm-btn-wrap ul.alm-paging{position:relative}@media only screen and (min-width:0px)and (max-width:640px){.alm-btn-wrap ul.alm-paging{width:auto;padding-left:50px;padding-right:50px}}.alm-btn-wrap ul.alm-paging li{margin:2px 6px!important}.alm-btn-wrap ul.alm-paging li a{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center}.alm-btn-wrap ul.alm-paging li a:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.alm-btn-wrap ul.alm-paging li a:focus{box-shadow:none}.alm-btn-wrap ul.alm-paging li.num a{background-color:rgba(0,0,0,0);font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:17px;line-height:22px;border:0!important;color:var(--blackColor)}.alm-btn-wrap ul.alm-paging li.num a span{padding-bottom:4px;position:relative}.alm-btn-wrap ul.alm-paging li.num a span::before{content:"";width:100%;height:2px;background-color:rgba(0,0,0,0);position:absolute;left:0;bottom:0}.alm-btn-wrap ul.alm-paging li.num.active a{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap}.alm-btn-wrap ul.alm-paging li.num.active a span::before{background-color:var(--blackColor)}@media only screen and (min-width:0px)and (max-width:640px){.alm-btn-wrap ul.alm-paging li.next,.alm-btn-wrap ul.alm-paging li.prev{position:absolute}}.alm-btn-wrap ul.alm-paging li.next a,.alm-btn-wrap ul.alm-paging li.prev a{overflow:hidden;background-color:rgba(0,0,0,0)}.alm-btn-wrap ul.alm-paging li.next a:hover,.alm-btn-wrap ul.alm-paging li.prev a:hover{background-color:rgba(0,0,0,0);border:var(--lightGreyColor) solid 1px}.alm-btn-wrap ul.alm-paging li.next a span,.alm-btn-wrap ul.alm-paging li.prev a span{display:none}@media only screen and (min-width:0px)and (max-width:640px){.alm-btn-wrap ul.alm-paging li.prev{left:0}}@media only screen and (min-width:0px)and (max-width:640px){.alm-btn-wrap ul.alm-paging li.next{right:0}}.pagination{padding-top:20px}.pagination .navigation h2{display:none}.pagination .navigation .nav-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center;position:relative}@media only screen and (min-width:0px)and (max-width:640px){.pagination .navigation .nav-links{padding-left:50px;padding-right:50px}}.pagination .navigation .nav-links a,.pagination .navigation .nav-links span{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;font-size:17px;line-height:25;width:40px;height:40px;margin:2px 6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--blackColor)}.pagination .navigation .nav-links a.current,.pagination .navigation .nav-links span.current{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;text-decoration:underline}.pagination .navigation .nav-links a.next,.pagination .navigation .nav-links a.prev{text-indent:-999px;overflow:hidden}@media only screen and (min-width:0px)and (max-width:640px){.pagination .navigation .nav-links a.next,.pagination .navigation .nav-links a.prev{position:absolute}}.pagination .navigation .nav-links a.prev{left:0}.pagination .navigation .nav-links a.next{right:0}.loadgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.shimmer-card{position:relative;overflow:hidden;background:var(--lightSandColor);border-radius:8px;height:420px}.shimmer-card::after{content:"";position:absolute;top:0;left:-150px;width:100px;height:100%;background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-150px}100%{left:100%}}body.search-results .headerRightMenu .searchIcon{pointer-events:none}.detailPageHero{padding-top:220px;margin-bottom:20px;background-color:var(--lightSandColor);overflow:visible}@media only screen and (min-width:0px)and (max-width:1023px){.detailPageHero{padding-top:160px}}@media only screen and (min-width:0px)and (max-width:900px){.detailPageHero{margin-bottom:20px}}@media only screen and (min-width:0px)and (max-width:640px){.detailPageHero{padding-top:120px}}.detailPageHero.story-Video{background-color:var(--lightSandColor)}.detailPageHero.story-Podcast{background-color:var(--lightBlueColor)}.detailPageHero.story-Interview{background-color:var(--greenColor)}.detailHeroHolder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;justify-content:space-between}.detailHeroHolder .detailPageTitle{width:calc(100% - 90px);max-width:970px;padding-top:4px;position:relative;margin-bottom:10px}@media only screen and (min-width:0px)and (max-width:1023px){.detailHeroHolder .detailPageTitle{width:100%;margin-bottom:6px}}.detailHeroHolder .detailPageTitle .listTypeTitle{font-size:13px;line-height:16px;letter-spacing:.52px;text-transform:uppercase;padding:6px 0}@media only screen and (min-width:0px)and (max-width:1023px){.detailHeroHolder .detailPageTitle .listTypeTitle{padding:10px 0}}.detailHeroHolder .detailPageTitle .listTypeTitle a{text-decoration:none;color:var(--blackColor);font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;position:relative;padding-bottom:2px}.detailHeroHolder .detailPageTitle .listTypeTitle a::before{content:"";width:100%;height:1px;background-color:var(--blackColor);position:absolute;left:0;bottom:0;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.detailHeroHolder .detailPageTitle .listTypeTitle a:hover::before{opacity:1;visibility:visible}.detailHeroHolder .detailPageTitle h6{text-transform:uppercase;font-size:13px;line-height:16px;letter-spacing:.52px;padding:6px 0;font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap}@media only screen and (min-width:0px)and (max-width:767px){.detailHeroHolder .detailPageTitle h6{padding:10px 0}}.detailHeroHolder .detailPageTitle h1{margin:0;padding:7px 0 0 0}@media only screen and (min-width:0px)and (max-width:1200px){.detailHeroHolder .detailPageTitle h1{font-size:48px;line-height:52px;padding-top:0}}@media only screen and (min-width:0px)and (max-width:767px){.detailHeroHolder .detailPageTitle h1{font-size:33px;line-height:38px;letter-spacing:-.33px}}.detailHeroHolder .detailShare{margin-bottom:16px}@media only screen and (min-width:0px)and (max-width:1023px){.detailHeroHolder .detailShare{padding:4px 0;margin:0}}@media only screen and (min-width:0px)and (max-width:1023px){.detailHeroHolder .detailShare{padding:10px 0}}.detailHeroHolder .detailShare ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style-type:none}.detailHeroHolder .detailShare ul li{margin:0;padding:0 8px;line-height:0}.detailHeroHolder .detailShare ul li a{line-height:0;font-size:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.detailHeroHolder .detailShare ul li a:hover{opacity:.5!important}.detailHeroHolder .detailShare ul li .icon{width:24px;height:24px}@media only screen and (min-width:0px)and (max-width:1023px){.detailHeroHolder .detailShare ul li:first-child{padding-left:0}}.detailHeroHolder .detailShare .printBtn{min-width:auto;padding:0;border:0;background-color:rgba(0,0,0,0);border-radius:0;line-height:0;font-size:0;width:24px;height:24px}.detailHeroHolder .detailShare .printBtn::after,.detailHeroHolder .detailShare .printBtn::before{display:none}.detailHeroHolder .detailShare .printBtn:hover{background-color:rgba(0,0,0,0);opacity:.5}.sharePopBg{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:20px}.shareHideBox{background-color:rgba(0,0,0,.5);position:absolute;z-index:99;width:100%;height:100%}body.showPop .sharePopBg{opacity:1;visibility:visible}.sharePagePopUp{position:relative;background-color:var(--whiteColor);border-radius:10px;padding:31px 40px 34px 40px;width:100%;max-width:500px;z-index:999;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sharePagePopUp h5{padding:0 30px 24px 0}.sharePagePopUp .closeShare{width:20px;height:20px;position:absolute;right:34px;top:28px;background-image:url(../../images/close-icon.svg);background-position:center;background-repeat:no-repeat;background-size:20px;cursor:pointer}.sharePagePopUp .addtoany_list{width:100%;display:block}.sharePagePopUp .addtoany_list a{border-top:var(--lightGreyColor) solid 1px!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;width:100%;height:auto;padding:13px 0}.sharePagePopUp .addtoany_list a .a2a_svg{width:24px!important;height:24px!important;line-height:24px!important;position:relative;border-radius:0}.sharePagePopUp .addtoany_list a .a2a_svg svg{opacity:0;visibility:hidden}.sharePagePopUp .addtoany_list a .a2a_svg::before{width:24px;height:24px;position:absolute;left:0;top:0;content:"";border-radius:0;background-color:var(--whiteColor)!important;background-position:center center!important;background-repeat:no-repeat!important;background-size:22px!important;border:0}.sharePagePopUp .addtoany_list a .a2a_svg.a2a_s_facebook::before{background-image:url(../../images/share-fb-icon.svg);background-size:26px!important}.sharePagePopUp .addtoany_list a .a2a_svg.a2a_s_x::before{background-image:url(../../images/share-x-icon.svg)}.sharePagePopUp .addtoany_list a .a2a_svg.a2a_s_email::before{background-image:url(../../images/share-mail-icon.svg)}.sharePagePopUp .addtoany_list a .a2a_svg.a2a_s_link::before{background-image:url(../../images/share-link-icon.svg)}.sharePagePopUp .addtoany_list a .a2a_label{height:24px!important;width:calc(100% - 40px)!important;font-size:17px!important;line-height:20px!important;letter-spacing:.17px!important;padding-left:36px!important;color:var(--blackColor)!important;clip-path:none!important;-webkit-clip-path:none!important}.sharePagePopUp .copyLinkBtn{border-top:var(--lightGreyColor) solid 1px;background-color:rgba(0,0,0,0)!important;position:relative}.sharePagePopUp .copyLinkBtn .copy-link-btn{width:100%;text-align:left;padding:13px 10px;font-size:17px;line-height:20px;padding-left:34px;border-radius:0;border:0;background-color:rgba(0,0,0,0)!important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sharePagePopUp .copyLinkBtn .copy-link-btn::after,.sharePagePopUp .copyLinkBtn .copy-link-btn::before{display:none}.sharePagePopUp .copyLinkBtn .copy-link-btn:hover{opacity:.5!important}.sharePagePopUp .copyLinkBtn .copy-link-btn .icon-link{width:20px;height:20px;background-image:url(../../images/share-link-icon.svg);background-position:center center;background-size:22px;background-repeat:no-repeat;position:absolute;display:block;left:2px;top:15px}.sharePagePopUp .copyLinkBtn .copy-msg{position:absolute;left:34px;top:9px;font-size:17px;line-height:14px;padding:8px 12px 12px 12px;border-radius:5px;background-color:var(--lightGreenColor);color:var(--blackColor);pointer-events:none;display:none}.addtoany_list a span,.addtoany_list a svg{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.5!important}.a2a_modal_body{padding:14px!important}.a2a_modal_body label.a2a_s_link#a2a_copy_link_icon{background-size:40px!important;height:40px!important;width:40px!important;top:22px!important;left:18px!important}.a2a_modal_body input[type=text]{height:22px!important;width:calc(100% - 92px)!important}body.single-programmes_cpt .preFooterBlock.TBspace{padding-bottom:0}body.single-events_cpt .preFooterBlock.TBspace{padding-bottom:0}body.single-events_cpt footer{margin-top:0}body.single-grants_awards_cpt .preFooterBlock.TBspace{padding-bottom:0}.preFooterBlock.TBspace.prefooterNoBottomGap{padding-bottom:0}.programsInfoBlock.TBspace{padding-top:40px;padding-bottom:20px}@media only screen and (min-width:0px)and (max-width:900px){.programsInfoBlock.TBspace{padding-top:28px;padding-bottom:16px}}.programmsBox{background-color:var(--whiteColor);padding:26px 36px;border-radius:14px}@media only screen and (min-width:0px)and (max-width:640px){.programmsBox{padding:16px 20px}}.programmsBox ul{margin:0;padding:0;list-style-type:none}.programmsBox ul li{padding:4px 0 9px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:0px)and (max-width:640px){.programmsBox ul li{font-size:16px;line-height:24px;letter-spacing:.16px}}.programmsBox ul li .proName{width:35%}@media only screen and (min-width:0px)and (max-width:640px){.programmsBox ul li .proName{width:100%}}.programmsBox ul li .proName{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap}.programmsBox ul li .proDesc{width:65%}@media only screen and (min-width:0px)and (max-width:640px){.programmsBox ul li .proDesc{width:100%}}.programmsBox ul li .proDesc a{text-decoration:none;color:var(--blackColor);background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}.programmsBox ul li .proDesc a:hover{background-image:linear-gradient(var(--greenColor),var(--greenColor));background-size:100% 1px}.programmsBox ul li.applyBtnHolder{padding-top:12px}.programmsBox ul li.applyBtnHolder .btn{background-color:var(--greenColor);border:var(--greenColor) solid 1px}.pageEndBlock{font-size:17px;line-height:22px}.pageEndBlock .pageTopLine{padding-top:40px;position:relative}@media only screen and (min-width:0px)and (max-width:767px){.pageEndBlock .pageTopLine{padding-top:30px}}.pageEndBlock .pageTopLine::before{content:"";width:34px;height:4px;background-color:var(--blackColor);position:absolute;left:0;top:0}.pageEndBlock .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.pageEndBlock .tags ul li{padding:4px 8px 4px 0}.pageEndBlock .tags ul li a,.pageEndBlock .tags ul li button,.pageEndBlock .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pageEndBlock .tags ul li a::after,.pageEndBlock .tags ul li a::before,.pageEndBlock .tags ul li button::after,.pageEndBlock .tags ul li button::before,.pageEndBlock .tags ul li span::after,.pageEndBlock .tags ul li span::before{display:none}.pageEndBlock .tags ul li a:hover,.pageEndBlock .tags ul li button:hover,.pageEndBlock .tags ul li span:hover{border-radius:10px}.pageEndBlock .tags ul li.primary-tag a{background-color:var(--whiteColor);border:var(--whiteColor) solid 1px}.pageEndBlock .date{color:var(--blackColor);font-style:italic}.pageEndBlock .bottomText{padding-top:10px}.pageTopLine>.bottomText{padding-top:0}.pageTopLine .tags+.bottomText{padding-top:10px}body.page-template-template-section #page-wrap{padding-top:86px}@media only screen and (min-width:0px)and (max-width:640px){body.page-template-template-section #page-wrap{padding-top:70px}}body.page-template-template-section footer.noTopSpace{margin-top:0}.sectionPageHero.TBspace{padding-bottom:0}@media only screen and (min-width:0px)and (max-width:640px){.sectionPageHero.TBspace{padding-top:50px}}.sectionPageHero{background-color:var(--greenColor);margin-bottom:40px}@media screen and (min-width:0px)and (max-width:550px){.sectionPageHero{margin-bottom:20px}}.sectionPageHero .content_1400{padding-left:110px;padding-right:110px}@media only screen and (min-width:0px)and (max-width:1440px){.sectionPageHero .content_1400{padding-left:50px;padding-right:50px}}@media only screen and (min-width:0px)and (max-width:1023px){.sectionPageHero .content_1400{padding-left:30px;padding-right:30px}}@media only screen and (min-width:0px)and (max-width:743px){.sectionPageHero .content_1400{padding-left:20px;padding-right:20px}}@media only screen and (min-width:0px)and (max-width:640px){.sectionPageHero .content_1400{padding-left:18px;padding-right:18px}}.sectionPageHero .grid{align-items:flex-end}.sectionPageHero .secHeroTitle{width:calc(100% - 500px);padding-right:20px;padding-bottom:67px}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.sectionPageHero .secHeroTitle{width:calc(100% - 420px);padding-bottom:40px}}@media only screen and (min-width:0px)and (max-width:900px){.sectionPageHero .secHeroTitle{width:calc(100% - 326px)}}@media only screen and (min-width:0px)and (max-width:640px){.sectionPageHero .secHeroTitle{width:100%;padding-bottom:20px;padding-right:0}}@media screen and (min-width:0px)and (max-width:550px){.sectionPageHero .secHeroTitle{padding-bottom:35px}}.sectionPageHero .secHeroTitle h1{padding:0}@media only screen and (min-width:0px)and (max-width:1023px){.sectionPageHero .secHeroTitle h1{font-size:40px;line-height:42px;letter-spacing:-1%}}@media screen and (min-width:0px)and (max-width:550px){.sectionPageHero .secHeroTitle h1{font-size:33px;line-height:38px;letter-spacing:-1%}}.sectionPageHero .secHeroImage{width:500px;padding-left:20px}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.sectionPageHero .secHeroImage{width:420px}}@media only screen and (min-width:0px)and (max-width:900px){.sectionPageHero .secHeroImage{width:326px}}@media only screen and (min-width:0px)and (max-width:640px){.sectionPageHero .secHeroImage{width:100%;max-width:400px;padding:0;margin:0 auto}}@media screen and (min-width:0px)and (max-width:550px){.sectionPageHero .secHeroImage{max-width:100%}}.sectionPageHero .secHeroImage .imgBox{padding:40px 0 0 50px}@media screen and (min-width:0px)and (max-width:550px){.sectionPageHero .secHeroImage .imgBox{padding:0}}.sectionPageHero .secHeroImage .imgBox .shapeHolder{position:relative}.sectionPageHero .secHeroImage .imgBox .shapeHolder::before{content:"";position:absolute;left:-28px;top:-10px;background-color:var(--darkGreenColor);width:100%;height:calc(100% + 80px);border-radius:14px 14px 0 0;transform:rotate(-10.113deg)}@media screen and (min-width:0px)and (max-width:550px){.sectionPageHero .secHeroImage .imgBox .shapeHolder::before{display:none}}.sectionPageHero .secHeroImage .imgBox .box{border-radius:14px 14px 0 0;overflow:hidden;background-color:var(--bgGreenColor)}.sectionPageHero .secHeroImage .imgBox .box::before{padding-top:65%}@media only screen and (min-width:0px)and (max-width:640px){.sectionPageHero+.sectionIntroBlock.TBspace{padding-top:8px}}.sectionIntroBlock .content_1400{padding-left:110px;padding-right:110px}@media only screen and (min-width:0px)and (max-width:1440px){.sectionIntroBlock .content_1400{padding-left:50px;padding-right:50px}}@media only screen and (min-width:0px)and (max-width:1023px){.sectionIntroBlock .content_1400{padding-left:30px;padding-right:30px}}@media only screen and (min-width:0px)and (max-width:743px){.sectionIntroBlock .content_1400{padding-left:20px;padding-right:20px}}@media only screen and (min-width:0px)and (max-width:640px){.sectionIntroBlock .content_1400{padding-left:18px;padding-right:18px}}.sectionIntroBlock .introTextSec{width:70%;padding-right:210px}@media only screen and (min-width:0px)and (max-width:1100px){.sectionIntroBlock .introTextSec{padding-right:10%}}@media only screen and (min-width:0px)and (max-width:900px){.sectionIntroBlock .introTextSec{width:100%;padding-right:0}}.sectionIntroBlock .introTextSec .exertText+.editorText{padding-top:30px}@media only screen and (min-width:0px)and (max-width:767px){.sectionIntroBlock .introTextSec .exertText+.editorText{padding-top:12px}}.sectionIntroBlock .introLinksSec{width:30%;padding-left:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-end}@media only screen and (min-width:0px)and (max-width:900px){.sectionIntroBlock .introLinksSec{width:100%;padding-left:0;padding-top:30px}}.sectionIntroBlock .introLinksSec .quickLinksList{width:100%;max-width:304px}@media only screen and (min-width:0px)and (max-width:900px){.sectionIntroBlock .introLinksSec .quickLinksList{margin:0 auto;max-width:100%}}@media screen and (min-width:0px)and (max-width:550px){.sectionIntroBlock .introLinksSec .quickLinksList{width:100%;max-width:100%}}.sectionIntroBlock .introLinksSec .quickLinksList ul{margin:0;padding:0;list-style-type:none}.sectionIntroBlock .introLinksSec .quickLinksList ul li{padding:4px 0}.sectionIntroBlock .introLinksSec .quickLinksList ul li a{border:var(--lightGreyColor) solid 1px;border-radius:8px;padding:8px 18px 11px 12px;display:block;width:100%;font-size:17px;line-height:24px;letter-spacing:.17px;color:var(--blackColor);text-decoration:none}.sectionIntroBlock .introLinksSec .quickLinksList ul li a::after{width:20px;height:20px;background-image:url(../../images/arrow-right.svg);background-position:center center;background-repeat:no-repeat;background-size:20px;transform:translate(-15px,4px);content:"";display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;visibility:hidden}@media only screen and (min-width:0px)and (max-width:767px){.sectionIntroBlock .introLinksSec .quickLinksList ul li a::after{opacity:1;visibility:visible;transform:translate(4px,4px)}}.sectionIntroBlock .introLinksSec .quickLinksList ul li a:hover{background-color:var(--greenColor);border:var(--greenColor) solid 1px;border-radius:15px}.sectionIntroBlock .introLinksSec .quickLinksList ul li a:hover::after{transform:translate(6px,4px);opacity:1;visibility:visible}body.page-template-template-careers #page-wrap{padding-top:86px}@media only screen and (min-width:0px)and (max-width:640px){body.page-template-template-careers #page-wrap{padding-top:70px}}.careerPageHero{margin-top:20px;margin-bottom:40px;overflow:visible;z-index:9}@media only screen and (min-width:0px)and (max-width:900px){.careerPageHero{margin-bottom:20px}}.careerPageHolder{padding:25px 60px 0 60px;border-radius:14px;background-color:var(--whiteColor);overflow:visible}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.careerPageHolder{padding:20px 30px 0 30px}}@media only screen and (min-width:0px)and (max-width:767px){.careerPageHolder{padding:40px 18px 0 18px}}.careerPageHolder .grid{align-items:flex-end;overflow:visible}.careerPageHolder .careerHeroTitle{width:calc(100% - 480px);padding-right:20px;padding-bottom:67px;z-index:9}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.careerPageHolder .careerHeroTitle{width:calc(100% - 420px);padding-bottom:40px}}@media only screen and (min-width:0px)and (max-width:900px){.careerPageHolder .careerHeroTitle{width:calc(100% - 326px)}}@media only screen and (min-width:0px)and (max-width:743px){.careerPageHolder .careerHeroTitle{width:100%;padding-right:0;padding-bottom:20px}}.careerPageHolder .careerHeroTitle h1{padding:0}@media only screen and (min-width:0px)and (max-width:1023px){.careerPageHolder .careerHeroTitle h1{font-size:40px;line-height:42px;letter-spacing:-1.4px}}@media screen and (min-width:0px)and (max-width:550px){.careerPageHolder .careerHeroTitle h1{font-size:33px;line-height:38px;letter-spacing:-.33px}}.careerPageHolder .careerHeroTitle .explorePages{position:relative;margin-top:28px}@media only screen and (min-width:0px)and (max-width:1023px){.careerPageHolder .careerHeroTitle .explorePages{margin-top:18px}}.careerPageHolder .careerHeroTitle .explorePages .exploreLink{background-color:var(--greenColor);padding:13px 22px 15px 22px;padding-right:66px;padding-top:10px;border-radius:8px;font-size:17px;line-height:25px;letter-spacing:.17px;text-decoration:none;color:var(--blackColor);position:relative;display:inline-block}@media screen and (min-width:0px)and (max-width:550px){.careerPageHolder .careerHeroTitle .explorePages .exploreLink{width:100%}}.careerPageHolder .careerHeroTitle .explorePages .exploreLink:hover .iconIndecator{transform:rotate(45deg)}.careerPageHolder .careerHeroTitle .explorePages .exploreLink .iconIndecator{width:26px;height:26px;position:absolute;right:22px;top:12px;background-color:var(--darkGreenColor);border-radius:100%;overflow:hidden;font-size:0;line-height:0;-webkit-backface-visibility:hidden;will-change:transform;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.careerPageHolder .careerHeroTitle .explorePages .exploreLink .iconIndecator svg{width:26px;height:26px}.careerPageHolder .careerHeroTitle .explorePages .subPgesBox{width:100%;max-width:330px;padding:12px 6px;position:absolute;background-color:var(--whiteColor);border-radius:14px;box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);left:0;top:60px;z-index:9;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.careerPageHolder .careerHeroTitle .explorePages .subPgesBox::before{content:"";position:absolute;left:24px;top:-12px;border-style:solid;border-width:0 12px 12px 12px;border-color:transparent transparent #fff transparent;width:0;height:0}.careerPageHolder .careerHeroTitle .explorePages .subPgesBox ul{margin:0;padding:0;list-style-type:none;overflow:auto;max-height:340px}.careerPageHolder .careerHeroTitle .explorePages .subPgesBox ul li{padding:4px 0}.careerPageHolder .careerHeroTitle .explorePages .subPgesBox ul li a{font-size:17px;line-height:24px;display:block;padding:6px 12px;padding-bottom:10px;border-radius:10px;text-decoration:none;color:var(--blackColor)}.careerPageHolder .careerHeroTitle .explorePages .subPgesBox ul li a:hover{background-color:var(--lightGreenColor)}.careerPageHolder .careerHeroTitle .explorePages.showPageList .iconIndecator{transform:rotate(45deg)}.careerPageHolder .careerHeroTitle .explorePages.showPageList .subPgesBox{opacity:1;visibility:visible}.careerPageHolder .careerHeroImage{width:480px;padding-left:20px;overflow:hidden}@media screen and (min-width:0px)and (max-width:1024px)and (orientation:portrait){.careerPageHolder .careerHeroImage{width:420px}}@media only screen and (min-width:0px)and (max-width:900px){.careerPageHolder .careerHeroImage{width:326px}}@media only screen and (min-width:0px)and (max-width:743px){.careerPageHolder .careerHeroImage{padding-left:0;margin:0 auto;width:100%;max-width:400px}}@media screen and (min-width:0px)and (max-width:550px){.careerPageHolder .careerHeroImage{padding-right:34px}}.careerPageHolder .careerHeroImage .imgBox{padding:48px 0 0 50px}@media screen and (min-width:0px)and (max-width:550px){.careerPageHolder .careerHeroImage .imgBox{padding:40px 0 0 34px}}.careerPageHolder .careerHeroImage .imgBox .shapeHolder{position:relative}.careerPageHolder .careerHeroImage .imgBox .shapeHolder::before{content:"";position:absolute;left:-28px;top:-10px;background-color:var(--greenColor);width:100%;height:calc(100% + 80px);border-radius:14px 14px 0 0;transform:rotate(-10.113deg)}@media screen and (min-width:0px)and (max-width:550px){.careerPageHolder .careerHeroImage .imgBox .shapeHolder::before{left:-12px;top:4px}}.careerPageHolder .careerHeroImage .imgBox .box{border-radius:14px 14px 0 0;overflow:hidden;background-color:var(--darkGreenColor)}.careerPageHolder .careerHeroImage .imgBox .box::before{padding-top:65%}.careerIntroBlock .exertText+.editorText{padding-top:30px}@media only screen and (min-width:0px)and (max-width:767px){.careerIntroBlock .exertText+.editorText{padding-top:12px}}@media only screen and (min-width:0px)and (max-width:900px){.careerIntroBlock .content_720{padding-left:30px;padding-right:30px}}@media only screen and (min-width:0px)and (max-width:743px){.careerIntroBlock .content_720{padding-left:20px;padding-right:20px}}.gform_wrapper{padding-top:35px}@media only screen and (min-width:0px)and (max-width:767px){.gform_wrapper{padding-top:20px}}.gform_wrapper .gfield_label{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;font-size:17px;line-height:25px;letter-spacing:.17px;color:var(--blackColor)}@media only screen and (min-width:0px)and (max-width:640px){.gform_wrapper .gfield_label{font-size:16px;line-height:24px}}.gform_wrapper .gform_fields{row-gap:20px!important}@media only screen and (min-width:0px)and (max-width:640px){.gform_wrapper .gform_fields{row-gap:14px!important}}.gform_wrapper .button-wrapper{padding:0;border:0;display:flex;align-items:center;position:relative;overflow:hidden}.gform_wrapper .button-wrapper::after,.gform_wrapper .button-wrapper::before{top:13px}@media only screen and (min-width:0px)and (max-width:767px){.gform_wrapper .button-wrapper::after,.gform_wrapper .button-wrapper::before{top:11px}}.gform_wrapper .button-wrapper .gform-loader{margin-left:10px}.gform_wrapper .button-wrapper:hover input[type=submit]{padding-left:44px!important;padding-right:22px!important}.gform_wrapper .button-wrapper .btn:focus,.gform_wrapper .button-wrapper button:focus,.gform_wrapper .button-wrapper input[type=button]:focus,.gform_wrapper .button-wrapper input[type=reset]:focus,.gform_wrapper .button-wrapper input[type=submit]:focus{border:var(--blackColor) solid 1px!important}.gform_wrapper body.device .button-wrapper:hover{padding-left:0!important;padding-right:0!important}@media only screen and (min-width:0px)and (max-width:1300px){.gform_wrapper .button-wrapper:hover{padding-left:0!important;padding-right:0!important}}@media only screen and (min-width:0px)and (max-width:1300px){.gform_wrapper .button-wrapper:hover::after{opacity:0!important;right:-20px!important}}.gform_wrapper .gform_footer.top_label{margin-top:10px!important}.gform_wrapper .gform_footer input[type=submit]{font-family:Sohne-Light;font-weight:400;font-style:normal;font-display:swap;color:var(--blackColor)!important;font-size:17px!important;line-height:24px!important;border:var(--greenColor) solid 1px!important;padding:12px 22px!important;padding-top:8px!important;padding-right:44px!important;background-color:var(--greenColor)!important;border-radius:200px!important;box-shadow:none!important;-webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important}@media only screen and (min-width:0px)and (max-width:767px){.gform_wrapper .gform_footer input[type=submit]{padding-top:6px!important;padding-bottom:10px!important}}.gform_wrapper .gfield--type-checkbox label::before{background-color:var(--whiteColor);border-radius:3px}.gform_wrapper .gfield--type-radio label::before{background-color:rgba(0,0,0,0);border-radius:100%}.gform_wrapper .gfield--type-radio label::after{border-radius:100%}.gform_wrapper .gfield--type-checkbox,.gform_wrapper .gfield--type-radio{padding:12px 0!important}@media only screen and (min-width:0px)and (max-width:640px){.gform_wrapper .gfield--type-checkbox,.gform_wrapper .gfield--type-radio{padding:6px 0!important}}.gform_wrapper .gfield--type-checkbox .gfield_checkbox,.gform_wrapper .gfield--type-checkbox .gfield_radio,.gform_wrapper .gfield--type-radio .gfield_checkbox,.gform_wrapper .gfield--type-radio .gfield_radio{gap:0!important}.gform_wrapper .gfield--type-checkbox .gchoice,.gform_wrapper .gfield--type-radio .gchoice{padding:4px 0;position:relative}.gform_wrapper .gfield--type-checkbox .gchoice input[type=checkbox],.gform_wrapper .gfield--type-checkbox .gchoice input[type=radio],.gform_wrapper .gfield--type-radio .gchoice input[type=checkbox],.gform_wrapper .gfield--type-radio .gchoice input[type=radio]{position:absolute;left:0;top:0;opacity:0;width:22px;height:22px}.gform_wrapper .gfield--type-checkbox .gchoice label,.gform_wrapper .gfield--type-radio .gchoice label{position:relative}.gform_wrapper .gfield--type-checkbox .gchoice label::before,.gform_wrapper .gfield--type-radio .gchoice label::before{content:"";width:22px;height:22px;position:absolute;left:1px;top:2px;border:var(--lightGreyColor) solid 1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gform_wrapper .gfield--type-checkbox .gchoice label::after,.gform_wrapper .gfield--type-radio .gchoice label::after{content:"";width:14px;height:14px;position:absolute;left:5px;top:6px;opacity:0;background-color:var(--blackColor)}.gform_wrapper .gfield--type-checkbox .gchoice input[type=checkbox]+label,.gform_wrapper .gfield--type-checkbox .gchoice input[type=radio]+label,.gform_wrapper .gfield--type-radio .gchoice input[type=checkbox]+label,.gform_wrapper .gfield--type-radio .gchoice input[type=radio]+label{display:inline-block;cursor:pointer;position:relative;padding-left:34px;margin:0!important;font-size:18px!important;line-height:26px!important;color:var(--blackColor)!important}@media only screen and (min-width:0px)and (max-width:640px){.gform_wrapper .gfield--type-checkbox .gchoice input[type=checkbox]+label,.gform_wrapper .gfield--type-checkbox .gchoice input[type=radio]+label,.gform_wrapper .gfield--type-radio .gchoice input[type=checkbox]+label,.gform_wrapper .gfield--type-radio .gchoice input[type=radio]+label{line-height:22px!important}}.gform_wrapper .gfield--type-checkbox .gchoice input[type=checkbox]:checked+label::after,.gform_wrapper .gfield--type-checkbox .gchoice input[type=radio]:checked+label::after,.gform_wrapper .gfield--type-radio .gchoice input[type=checkbox]:checked+label::after,.gform_wrapper .gfield--type-radio .gchoice input[type=radio]:checked+label::after{opacity:1}.gform_wrapper .gfield--type-checkbox .gchoice input[type=checkbox]:checked+label::after,.gform_wrapper .gfield--type-radio .gchoice input[type=checkbox]:checked+label::after{background-image:url(../../images/form-tick-icon.svg);background-color:rgba(0,0,0,0)!important}.gform_wrapper .gfield--type-checkbox .gchoice input[type=checkbox]:focus+label::before,.gform_wrapper .gfield--type-checkbox .gchoice input[type=radio]:focus+label::before,.gform_wrapper .gfield--type-radio .gchoice input[type=checkbox]:focus+label::before,.gform_wrapper .gfield--type-radio .gchoice input[type=radio]:focus+label::before{border:var(--blackColor) solid 1px!important}.gform_wrapper .gform_validation_errors{margin-bottom:10px!important;padding:14px 18px!important}.gfield--type-captcha{height:0!important}.gfield--type-captcha .gfield_label{font-size:0!important;line-height:0!important;margin:0!important}.grecaptcha-badge{opacity:0!important}.gform_confirmation_message{background-color:var(--greenColor);padding:14px 20px 20px 60px;text-align:left;border-radius:8px;color:var(--blackColor);background-image:url(../../images/form-success-sign.svg);background-position:20px 16px;background-size:28px;background-repeat:no-repeat}.gform_ajax_spinner{position:absolute!important;left:10px!important;top:4!important;width:22px!important;height:22px!important;background-color:var(--greenColor)!important;z-index:1}.gform_required_legend{display:none!important}@media only screen and (min-width:0px)and (max-width:640px){.contactBlock h2{padding-top:0}}@media only screen and (min-width:0px)and (max-width:1023px){.homeInterviewBlock{background-color:var(--whiteColor)}}.homeInterviewBlock .content_1400{padding:0 36px}@media only screen and (min-width:0px)and (max-width:1023px){.homeInterviewBlock .content_1400{padding:0 20px}}@media only screen and (min-width:0px)and (max-width:743px){.homeInterviewBlock .content_1400{padding:0 10px}}.homeInterviewBlock .titleHolder{padding:0 0 30px 14px}@media only screen and (min-width:0px)and (max-width:1023px){.homeInterviewBlock .titleHolder{padding-left:6px;padding-bottom:14px}}@media only screen and (min-width:0px)and (max-width:767px){.homeInterviewBlock .titleHolder{padding-bottom:50px;padding-left:8px}}@media only screen and (min-width:0px)and (max-width:640px){.homeInterviewBlock .titleHolder{padding-left:9px}}.homeInterviewBlock .titleHolder h2{padding:0}@media only screen and (min-width:0px)and (max-width:1023px){.homeInterviewBlock .titleHolder h2{font-size:29px;line-height:37px}}@media only screen and (min-width:0px)and (max-width:767px){.homeInterviewBlock .titleHolder h2{padding-bottom:6px}}@media only screen and (min-width:0px)and (max-width:767px){.homeInterviewBlock.TBspace{padding-top:26px}}@media only screen and (min-width:0px)and (max-width:1023px){body.device .slick-arrow.slick-prev:hover::before{left:9px;opacity:1}}body.device .slick-arrow.slick-prev:hover::after{left:40px}@media only screen and (min-width:0px)and (max-width:1023px){body.device .slick-arrow.slick-next:hover::before{left:9px;opacity:1}}body.device .slick-arrow.slick-next:hover::after{left:-20px}.interviewSlideHolder .slick-arrow{width:51px;height:51px;text-indent:-999px;overflow:hidden;background-color:rgba(0,0,0,0);border:var(--lightGreyColor) solid 1px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow{width:40px;height:40px}}.interviewSlideHolder .slick-arrow::before{top:15px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow::before{top:9px}}.interviewSlideHolder .slick-arrow::after{top:15px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow::after{top:9px}}.interviewSlideHolder .slick-arrow:hover{padding:0}.interviewSlideHolder .slick-arrow{position:absolute;top:-76px;z-index:99}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow{top:-48px}}@media only screen and (min-width:0px)and (max-width:767px){.interviewSlideHolder .slick-arrow{top:-40px}}.interviewSlideHolder .slick-arrow.slick-disabled{opacity:.6;pointer-events:none}.interviewSlideHolder .slick-arrow.slick-prev{right:calc(50% - 610px)}.interviewSlideHolder .slick-arrow.slick-prev::before{left:14px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow.slick-prev::before{left:9px}}.interviewSlideHolder .slick-arrow.slick-prev:hover::before{left:-40px}.interviewSlideHolder .slick-arrow.slick-prev:hover::after{left:14px}@media only screen and (min-width:0px)and (max-width:1440px){.interviewSlideHolder .slick-arrow.slick-prev{right:76px}}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow.slick-prev{right:55px}}@media only screen and (min-width:0px)and (max-width:767px){.interviewSlideHolder .slick-arrow.slick-prev{right:auto;left:10px}}@media only screen and (min-width:0px)and (max-width:640px){.interviewSlideHolder .slick-arrow.slick-prev{left:9px}}.interviewSlideHolder .slick-arrow.slick-next{right:calc(50% - 670px)}.interviewSlideHolder .slick-arrow.slick-next::before{left:14px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow.slick-next::before{left:9px}}.interviewSlideHolder .slick-arrow.slick-next:hover::before{left:90px}.interviewSlideHolder .slick-arrow.slick-next:hover::after{left:14px}@media only screen and (min-width:0px)and (max-width:1440px){.interviewSlideHolder .slick-arrow.slick-next{right:14px}}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .slick-arrow.slick-next{right:6px}}@media only screen and (min-width:0px)and (max-width:767px){.interviewSlideHolder .slick-arrow.slick-next{right:auto;left:60px}}@media only screen and (min-width:0px)and (max-width:640px){.interviewSlideHolder .slick-arrow.slick-next{left:58px}}.interviewSlideHolder ul.interviewSlider{margin:0;padding:0;list-style-type:none}.interviewSlideHolder ul.interviewSlider .slick-track{display:flex;padding-top:10px;padding-bottom:10px}.interviewSlideHolder ul.interviewSlider .slick-list{overflow:visible;padding-left:0!important}.interviewSlideHolder ul.interviewSlider li{margin:0;padding:8px 15px;height:inherit}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder ul.interviewSlider li{padding:8px 9px}}.interviewSlideHolder .card{position:relative;padding:28px;background-color:var(--whiteColor);border-radius:14px;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .card{padding:18px}}.interviewSlideHolder .card.story-Podcast{background-color:var(--lightBlueColor)}.interviewSlideHolder .card.story-Podcast .tags ul li.primary-tag a,.interviewSlideHolder .card.story-Podcast .tags ul li.primary-tag button,.interviewSlideHolder .card.story-Podcast .tags ul li.primary-tag span{background-color:var(--darkBlueColor);border:var(--darkBlueColor) solid 1px}.interviewSlideHolder .card.story-Podcast .authorImage .imageHolder{background-color:var(--lightBlueColor)}.interviewSlideHolder .card.story-Video{background-color:var(--lightSandColor)}.interviewSlideHolder .card.story-Video .tags ul li.primary-tag a,.interviewSlideHolder .card.story-Video .tags ul li.primary-tag button,.interviewSlideHolder .card.story-Video .tags ul li.primary-tag span{background-color:var(--darkSandColor);border:var(--darkSandColor) solid 1px}.interviewSlideHolder .card.story-Video .authorImage .imageHolder{background-color:var(--lightSandColor)}.interviewSlideHolder .card.story-Interview{background-color:var(--greenColor)}.interviewSlideHolder .card.story-Interview .tags ul li.primary-tag a,.interviewSlideHolder .card.story-Interview .tags ul li.primary-tag button,.interviewSlideHolder .card.story-Interview .tags ul li.primary-tag span{background-color:var(--darkGreenColor);border:var(--darkGreenColor) solid 1px}.interviewSlideHolder .card.story-Interview .authorImage .imageHolder{background-color:var(--greenColor)}.interviewSlideHolder .card .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.interviewSlideHolder .card .tags ul li{padding:4px 8px 4px 0}.interviewSlideHolder .card .tags ul li a,.interviewSlideHolder .card .tags ul li button,.interviewSlideHolder .card .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.interviewSlideHolder .card .tags ul li a::after,.interviewSlideHolder .card .tags ul li a::before,.interviewSlideHolder .card .tags ul li button::after,.interviewSlideHolder .card .tags ul li button::before,.interviewSlideHolder .card .tags ul li span::after,.interviewSlideHolder .card .tags ul li span::before{display:none}.interviewSlideHolder .card .tags ul li a:hover,.interviewSlideHolder .card .tags ul li button:hover,.interviewSlideHolder .card .tags ul li span:hover{border-radius:10px}.interviewSlideHolder .card .tags{padding-bottom:6px}.interviewSlideHolder .card:hover .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.interviewSlideHolder .tagsTitlBox{position:relative;z-index:1}.interviewSlideHolder .cardTitleImage.noAuthorImg .cardTitle{width:100%;padding-right:0}.interviewSlideHolder .cardTitleImage{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.interviewSlideHolder .cardTitleImage .cardTitle{width:calc(100% - 180px);padding-right:46px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardTitleImage .cardTitle{width:100%;padding-right:0}}.interviewSlideHolder .cardTitleImage .cardTitle h2{font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:31px;line-height:37px;letter-spacing:-.31px;padding:18px 0 0 0}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardTitleImage .cardTitle h2{font-size:23px;line-height:28px;letter-spacing:-.23px;padding-top:10px}}.interviewSlideHolder .cardTitleImage .authorImage{width:180px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardTitleImage .authorImage{display:none}}.interviewSlideHolder .cardTitleImage .authorImage .box{border-radius:100%;overflow:hidden}.interviewSlideHolder .cardTitleImage .authorImage .box::before{padding-top:100%;background-color:rgba(0,0,0,0)}.interviewSlideHolder .cardTitleImage .authorImage .box .imageHolder img{mix-blend-mode:multiply;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-o-filter:grayscale(100%)}.interviewSlideHolder .cardAuthLink{padding-top:40px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardAuthLink{padding-top:28px}}.interviewSlideHolder .cardAuthLink .grid{position:static}.interviewSlideHolder .cardAuthLink .authTextImage.noAuthorImg{padding-right:0}.interviewSlideHolder .cardAuthLink .authTextImage{width:calc(100% - 80px);padding-right:60px;position:relative}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardAuthLink .authTextImage{padding-right:80px;width:100%}}@media screen and (min-width:0px)and (max-width:550px){.interviewSlideHolder .cardAuthLink .authTextImage{padding-right:54px}}.interviewSlideHolder .cardAuthLink .authTextImage .authTitleDesc h6{font-family:Untitled-Serif-Medium;font-weight:500;font-style:normal;font-display:swap;font-size:15px;line-height:19px;padding:0}.interviewSlideHolder .cardAuthLink .authTextImage .authTitleDesc .authDesc{font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:15px;line-height:19px;padding-top:2px}.interviewSlideHolder .cardAuthLink .authTextImage .authTitleDesc .authDesc p{padding:0}.interviewSlideHolder .cardAuthLink .authTextImage .authorImage{width:60px;height:60px;border-radius:100%;overflow:hidden;position:absolute;right:0;top:0;display:none}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardAuthLink .authTextImage .authorImage{display:block}}@media screen and (min-width:0px)and (max-width:550px){.interviewSlideHolder .cardAuthLink .authTextImage .authorImage{width:44px;height:44px}}.interviewSlideHolder .cardAuthLink .authTextImage .authorImage .box::before{padding-top:100%}.interviewSlideHolder .cardAuthLink .authTextImage .authorImage .box .imageHolder img{mix-blend-mode:multiply;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-o-filter:grayscale(100%)}.interviewSlideHolder .cardAuthLink .authLink{width:80px;display:flex;align-items:flex-end;padding-bottom:1px}@media only screen and (min-width:0px)and (max-width:1023px){.interviewSlideHolder .cardAuthLink .authLink{padding-top:18px}}.interviewSlideHolder .cardAuthLink .authLink a{display:flex}.interviewSlideHolder .cardAuthLink .authLink a::before{content:"";width:100%;height:100%;position:absolute;left:0;top:0}.interviewSlideHolder .cardAuthLink .authLink a .linkArow,.interviewSlideHolder .cardAuthLink .authLink a .linkIcon{width:40px;height:40px;border:var(--lightGreyColor) solid 1px;border-radius:100%}.interviewSlideHolder .cardAuthLink .authLink a .linkIcon{padding:4px;display:flex;align-items:center;justify-content:center;line-height:0}.interviewSlideHolder .cardAuthLink .authLink a .linkIcon span{width:20px;height:20px;display:block}.interviewSlideHolder .cardAuthLink .authLink a .linkArow{overflow:hidden}.interviewSlideHolder .cardAuthLink .authLink a:hover .arrowRight::before{left:40px;opacity:0}.interviewSlideHolder .cardAuthLink .authLink a:hover .arrowRight::after{left:9px;opacity:1}body.device .interviewSlideHolder .authLink a:hover .arrowRight::before{left:9px;opacity:1}body.device .interviewSlideHolder .authLink a:hover .arrowRight::after{left:-20px}.homePrefooter.TBspace{padding-bottom:0}.homePrefooter .preFooterHolder{background-color:var(--lightBlueColor)}.homePrefooter .preFooterHolder .preFooterImage .imgBox .shapeHolder .box{background-color:var(--bgBlueColor)}.homePrefooter .preFooterHolder .preFooterImage .imgBox .shapeHolder::before{background-color:var(--darkBlueColor)}.discoverBlock .content_1400{max-width:1470px}@media only screen and (min-width:0px)and (max-width:1440px){.discoverBlock .content_1400{padding:0 35px}}@media only screen and (min-width:0px)and (max-width:1023px){.discoverBlock .content_1400{padding:0 20px}}@media only screen and (min-width:0px)and (max-width:743px){.discoverBlock .content_1400{padding:0 10px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverBlock .content_1400{padding:0}}.discoverBlock.TBspace{padding-bottom:20px}@media screen and (min-width:0px)and (max-width:550px){.discoverBlock.TBspace{padding-top:37px}}.discoverTabsTitle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 15px;padding-bottom:34px}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabsTitle{padding-left:10px;padding-right:10px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabsTitle{padding-left:0;padding-right:0;padding-bottom:26px}}@media only screen and (min-width:0px)and (max-width:743px){.discoverTabsTitle .tabTitle{width:100%;padding-bottom:20px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabsTitle .tabTitle{padding-left:18px;padding-right:18px}}.discoverTabsTitle .tabTitle h2{font-size:40px;line-height:52px;padding:0}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabsTitle .tabTitle h2{font-size:29px;line-height:37px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabsTitle .tabHolder{width:100%;overflow-x:auto;border-top:var(--lightGreyColor) solid 1px;border-bottom:var(--lightGreyColor) solid 1px;padding-top:4px;padding-bottom:6px}}.discoverTabsTitle .tabHolder ul.discoverTabs{margin:0;padding:0;list-style-type:none;border:var(--lightGreyColor) solid 1px;border-radius:200px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabsTitle .tabHolder ul.discoverTabs{border-radius:0;border:0;padding-left:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:nowrap;padding-top:0;padding-bottom:0}}.discoverTabsTitle .tabHolder ul.discoverTabs li{margin:0;padding:2px}.discoverTabsTitle .tabHolder ul.discoverTabs li a{display:block;padding:6px 18px;padding-bottom:10px;text-decoration:none;color:var(--blackColor);border-radius:200px;overflow:hidden;font-size:17px;line-height:24px}.discoverTabsTitle .tabHolder ul.discoverTabs li a:hover{background-color:var(--whiteColor)}.discoverTabsTitle .tabHolder ul.discoverTabs li a.current{background-color:var(--greenColor)}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabsTitle .tabHolder ul.discoverTabs li a{font-size:16px;line-height:24px;letter-spacing:.16px;padding:4px 18px;padding-bottom:8px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabsTitle .tabHolder ul.discoverTabs li a{white-space:nowrap}}.discoverTabContent{display:none}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col{width:100%;padding-left:18px;padding-right:18px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col a{border-radius:12px}}.discoverTabContent .MultiPagePromoBlock .col .card{padding:34px 28px 0 28px}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabContent .MultiPagePromoBlock .col .card{padding:20px 16px 0 16px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col .card{padding:18px;flex-direction:row}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col .card .cardTitleText{width:calc(100% - 90px);padding-right:25px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}}.discoverTabContent .MultiPagePromoBlock .col .card .cardTitleText h2{font-size:31px;line-height:37px;letter-spacing:-.31px}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabContent .MultiPagePromoBlock .col .card .cardTitleText h2{font-size:23px;line-height:28px;letter-spacing:-.23px}}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabContent .MultiPagePromoBlock .col .card .cardTitleText .excerptText{display:none}}.discoverTabContent .MultiPagePromoBlock .col .card .cardImageBox{padding-top:48px}@media only screen and (min-width:0px)and (max-width:1023px){.discoverTabContent .MultiPagePromoBlock .col .card .cardImageBox{padding-top:28px}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col .card .cardImageBox{width:90px;padding-top:0!important}}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col .card .cardImageBox .box{border-radius:8px}}.discoverTabContent .MultiPagePromoBlock .col .card .cardImageBox .box::before{padding-top:55.8%}@media only screen and (min-width:0px)and (max-width:640px){.discoverTabContent .MultiPagePromoBlock .col .card .cardImageBox .box::before{padding-top:100%}}.discoverTabContent.current{display:inherit}.editorBlock.TBspace{padding:20px 0}.editorBlock a{text-decoration:underline;color:var(--blackColor)}.editorBlock a:hover{text-decoration:none;color:var(--blackColor)}.editorBlock ul{padding:10px 0 10px 24px}.editorBlock ul li{padding:1px 0}.editorBlock ul li ul{padding-top:0;padding-bottom:0;padding-left:0}.editorBlock ul li:last-child{padding-bottom:0}.editorBlock .headingA,.editorBlock h1{font-size:33px;line-height:42.9px;letter-spacing:-.33px}@media only screen and (min-width:0px)and (max-width:640px){.editorBlock .headingA,.editorBlock h1{font-size:26px;line-height:33.8px;letter-spacing:-.26px}}.editorBlock .headingB,.editorBlock h2{font-size:26px;line-height:31.72px}@media only screen and (min-width:0px)and (max-width:640px){.editorBlock .headingB,.editorBlock h2{font-size:22px;line-height:26.84px}}.editorBlock h3{font-size:25px;line-height:30px}.editorBlock h4{font-size:23px;line-height:28px}.editorBlock h5{font-size:21px;line-height:26px}.editorBlock h6{font-size:19px;line-height:24px}.entry a.btn{padding:12px 22px!important;padding-top:8px!important;padding-right:44px!important;background-image:none!important;-webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;margin:6px 8px 6px 0}.entry a.btn.btn-primary{background-color:var(--greenColor);border:var(--greenColor) solid 1px}.entry a.btn:hover{padding-left:44px!important;padding-right:22px!important;color:var(--blackColor)}.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{padding-top:40px}@media only screen and (min-width:0px)and (max-width:640px){.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{padding-top:20px}}.entry h1+h1,.entry h1+h2,.entry h1+h3,.entry h1+h4,.entry h1+h5,.entry h1+h6,.entry h2+h1,.entry h2+h2,.entry h2+h3,.entry h2+h4,.entry h2+h5,.entry h2+h6,.entry h3+h1,.entry h3+h2,.entry h3+h3,.entry h3+h4,.entry h3+h5,.entry h3+h6,.entry h4+h1,.entry h4+h2,.entry h4+h3,.entry h4+h4,.entry h4+h5,.entry h4+h6,.entry h5+h1,.entry h5+h2,.entry h5+h3,.entry h5+h4,.entry h5+h5,.entry h5+h6,.entry h6+h1,.entry h6+h2,.entry h6+h3,.entry h6+h4,.entry h6+h5,.entry h6+h6{padding-top:10px}.entry ul{margin:0;padding:0;list-style-type:none;list-style-type:none!important;padding:7px 0 5px 10px}.entry ul li{padding-left:18px;position:relative}.entry ul li::before{content:"";width:6px;height:6px;background-color:var(--blackColor);border-bottom:100%;position:absolute;left:0;top:14px;border-radius:100%}.entry ul li ul{padding-left:0}.entry ul li ul li::before{background-color:rgba(0,0,0,0);border:var(--blackColor) solid 1px;width:4px;height:4px}.entry ol{padding-top:7px;padding-bottom:5px}.editorBlock>:is(h1,h2,h3,h4,h5,h6):first-child,.entry>:is(h1,h2,h3,h4,h5,h6):first-child{padding-top:0}.exertBlock:has(+.editorBlock){padding-bottom:10px}.imageCaptionBlock+.editorBlock.TBspace{padding-top:25px}p:has(+ul){padding-bottom:0}.exertBlock+.editorBlock .entry .headingA:first-child,.exertBlock+.editorBlock .entry .headingB:first-child,.exertBlock+.editorBlock .entry h1:first-child,.exertBlock+.editorBlock .entry h2:first-child,.exertBlock+.editorBlock .entry h3:first-child,.exertBlock+.editorBlock .entry h4:first-child,.exertBlock+.editorBlock .entry h5:first-child,.exertBlock+.editorBlock .entry h6:first-child,.exertBlock+.editorBlock .headingA:first-child,.exertBlock+.editorBlock .headingB:first-child,.exertBlock+.editorBlock h1:first-child,.exertBlock+.editorBlock h2:first-child,.exertBlock+.editorBlock h3:first-child,.exertBlock+.editorBlock h4:first-child,.exertBlock+.editorBlock h5:first-child,.exertBlock+.editorBlock h6:first-child{padding-top:40px}@media only screen and (min-width:0px)and (max-width:640px){.exertBlock+.editorBlock .entry .headingA:first-child,.exertBlock+.editorBlock .entry .headingB:first-child,.exertBlock+.editorBlock .entry h1:first-child,.exertBlock+.editorBlock .entry h2:first-child,.exertBlock+.editorBlock .entry h3:first-child,.exertBlock+.editorBlock .entry h4:first-child,.exertBlock+.editorBlock .entry h5:first-child,.exertBlock+.editorBlock .entry h6:first-child,.exertBlock+.editorBlock .headingA:first-child,.exertBlock+.editorBlock .headingB:first-child,.exertBlock+.editorBlock h1:first-child,.exertBlock+.editorBlock h2:first-child,.exertBlock+.editorBlock h3:first-child,.exertBlock+.editorBlock h4:first-child,.exertBlock+.editorBlock h5:first-child,.exertBlock+.editorBlock h6:first-child{padding-top:20px}}.downloadBlock a{display:block;text-decoration:none}.downloadBlock a::before{width:100%;height:100%;position:absolute;left:0;top:0;content:""}.downloadBlock a:hover .arrowRight::before{left:40px;opacity:0}.downloadBlock a:hover .arrowRight::after{left:9px;opacity:1}.downloadSec{background-color:var(--whiteColor);border-radius:14px;padding:24px 24px;padding-bottom:30px;padding-right:118px;font-size:18px;line-height:26px;position:relative}@media only screen and (min-width:0px)and (max-width:640px){.downloadSec{border-radius:8px;font-size:17px;line-height:26px;letter-spacing:.17px}}.downloadSec h4{padding:0;font-size:18px;line-height:27px;letter-spacing:.18px}.downloadSec .dowloadSignLink{position:absolute;right:24px;top:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.downloadSec .dowloadSignLink .attachSign{border:var(--lightGreyColor) solid 1px;border-radius:100%;width:40px;height:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.downloadSec .dowloadSignLink .attachSign svg{width:20px;height:20px}.downloadSec .dowloadSignLink .downloadArrow{text-indent:-999px;overflow:hidden}.editorBlock.TBspace+.downloadBlock.TBspace{padding-top:14px}.exertBlock.TBspace+.downloadBlock.TBspace{padding-top:10px}.imageCaptionBlock .box{background-color:var(--whiteColor);border-radius:14px;overflow:hidden}.imageCaptionBlock .box::before{padding-top:56%}.imageCaptionBlock .box.imageContain .imageHolder .OF-cover{object-fit:contain}.imageCaptionBlock .imageCaption{padding-top:8px;font-size:14px;line-height:20px;color:rgba(0,0,0,.6)}.imageCaptionWideAreaBlock .box{border-radius:14px;overflow:hidden;background-color:var(--whiteColor)}.imageCaptionWideAreaBlock .box::before{padding-top:56%}.imageCaptionWideAreaBlock .box .OF-cover{object-fit:contain}.imageCaptionWideAreaBlock .autoImageBox{border-radius:14px;overflow:hidden;background-color:var(--whiteColor);display:flex;align-items:center;justify-content:center;padding:20px}.imageCaptionWideAreaBlock .autoImageBox iframe{width:100%;border:0}.imageCaptionWideAreaBlock .imageCaption{padding-top:8px;font-size:14px;line-height:20px;color:rgba(0,0,0,.6)}.videoCaptionBlock .videoContainer{background-color:var(--lightSandColor);border-radius:14px;overflow:hidden;position:relative;width:100%;height:0;padding-bottom:56.25%}.videoCaptionBlock .videoContainer iframe,.videoCaptionBlock .videoContainer video{position:absolute;width:100%;height:100%;border-radius:14px;overflow:hidden}.videoCaptionBlock .videoCaption{padding-top:8px;font-size:14px;line-height:20px;color:rgba(0,0,0,.6)}.promotedPostBG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;clear:both;overflow:visible;position:relative;margin:0;list-style:none;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:var(--lightBlueColor);padding:40px 50px;padding-top:51px;border-radius:14px}@media only screen and (min-width:0px)and (max-width:900px){.promotedPostBG{padding:30px 30px;padding-top:30px}}@media only screen and (min-width:0px)and (max-width:767px){.promotedPostBG{padding:20px 20px;padding-top:16px}}.promotedPostBG:hover .promotedImage .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.promotedPostBG:hover .promotedInfo .btnHolder .btn{padding-left:44px;padding-right:22px}.promotedPostBG:hover .promotedInfo .btnHolder .btn::before{left:14px;opacity:1}.promotedPostBG:hover .promotedInfo .btnHolder .btn::after{right:-40px;opacity:0}.promotedPostBG.imageRight{-webkit-flex-flow:row-reverse wrap;flex-flow:row-reverse wrap}.promotedPostBG.imageRight .promotedImage{padding-right:0;padding-left:34px}@media only screen and (min-width:0px)and (max-width:1023px){.promotedPostBG.imageRight .promotedImage{padding-left:20px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedPostBG.imageRight .promotedImage{padding-left:0}}.promotedPostBG.imageRight .promotedInfo{padding-right:34px;padding-left:0}@media only screen and (min-width:0px)and (max-width:1023px){.promotedPostBG.imageRight .promotedInfo{padding-right:20px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedPostBG.imageRight .promotedInfo{padding-right:0;padding-bottom:20px}}.promotedImage{width:38%;padding-right:34px}@media only screen and (min-width:0px)and (max-width:1023px){.promotedImage{padding-right:20px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedImage{width:100%;padding:0;order:2}}.promotedImage .promoImageSec{position:relative}@media only screen and (min-width:0px)and (max-width:900px){.promotedImage .promoImageSec{padding:20px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedImage .promoImageSec{padding:40px}}@media only screen and (min-width:0px)and (max-width:640px){.promotedImage .promoImageSec{padding:40px 20px}}@media screen and (min-width:0px)and (max-width:550px){.promotedImage .promoImageSec{padding:20px 20px}}.promotedImage .promoImageSec::before{width:100%;height:100%;content:"";background-color:var(--darkBlueColor);border-radius:14px;transform:rotate(-10deg);position:absolute;left:0;top:0}@media only screen and (min-width:0px)and (max-width:900px){.promotedImage .promoImageSec::before{width:calc(100% - 20px);height:calc(100% - 40px);transform:rotate(-9deg);border-radius:12px;left:10px;top:20px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedImage .promoImageSec::before{width:calc(100% - 40px);height:calc(100% - 74px);transform:rotate(-6deg);border-radius:12px;left:20px;top:36px}}@media screen and (min-width:0px)and (max-width:550px){.promotedImage .promoImageSec::before{width:calc(100% - 40px);height:calc(100% - 46px);left:21px;top:21px;transform:rotate(-9deg)}}.promotedImage .promoImageSec .box{border-radius:14px;overflow:hidden;background-color:var(--bgBlueColor)}.promotedImage .promoImageSec .box::before{padding-top:70%}.promotedInfo{width:62%;padding-left:34px}@media only screen and (min-width:0px)and (max-width:1023px){.promotedInfo{padding-left:20px}}@media only screen and (min-width:0px)and (max-width:900px){.promotedInfo{padding-top:16px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedInfo{width:100%;padding:0;order:1}}.promotedInfo .tags ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.promotedInfo .tags ul li{padding:4px 8px 4px 0}.promotedInfo .tags ul li a,.promotedInfo .tags ul li button,.promotedInfo .tags ul li span{font-size:14px;line-height:18px;color:var(--blackColor);border:var(--lightGreyColor) solid 1px;padding:4px 10px;padding-bottom:6px;display:block;text-decoration:none;border-radius:4px;min-width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.promotedInfo .tags ul li a::after,.promotedInfo .tags ul li a::before,.promotedInfo .tags ul li button::after,.promotedInfo .tags ul li button::before,.promotedInfo .tags ul li span::after,.promotedInfo .tags ul li span::before{display:none}.promotedInfo .tags ul li a:hover,.promotedInfo .tags ul li button:hover,.promotedInfo .tags ul li span:hover{border-radius:10px}.promotedInfo .tags ul li.primary-tag a{background-color:var(--darkBlueColor);border:var(--darkBlueColor) solid 1px}.promotedInfo h2{font-size:33px;line-height:42px;letter-spacing:-.33px}@media only screen and (min-width:0px)and (max-width:640px){.promotedInfo h2{font-size:26px;line-height:33px;letter-spacing:-.26px;padding-bottom:4px}}.promotedInfo .desctiption{padding-top:6px}@media only screen and (min-width:0px)and (max-width:640px){.promotedInfo .desctiption{font-size:17px;line-height:26px;letter-spacing:.17px}}.promotedInfo .btnHolder{padding-top:20px;display:flex}.promotedInfo .btnHolder a{display:inline-block;text-decoration:none;line-height:0}.promotedInfo .btnHolder a::before{width:100%;height:100%;position:absolute;content:"";left:0;top:0}.quoteHolder{background-color:var(--whiteColor);padding:40px 50px;border-radius:16px}@media only screen and (min-width:0px)and (max-width:900px){.quoteHolder{padding:30px 30px}}@media only screen and (min-width:0px)and (max-width:767px){.quoteHolder{padding:20px 20px}}.quoteText h4{font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:31px;line-height:37px;letter-spacing:-.31px}@media only screen and (min-width:0px)and (max-width:640px){.quoteText h4{font-size:23px;line-height:28px;letter-spacing:-.23px}}.quoteImageLink.noLink .authImageName{width:100%;max-width:100%}.quoteImageLink{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;padding-top:20px}@media only screen and (min-width:0px)and (max-width:640px){.quoteImageLink{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px}}.quoteImageLink .authImageName.noAutherImage{padding-left:0}.quoteImageLink .authImageName{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:flex-start;position:relative;padding-left:64px;max-width:calc(100% - 220px);min-height:54px}@media only screen and (min-width:0px)and (max-width:640px){.quoteImageLink .authImageName{width:100%;max-width:100%}}.quoteImageLink .authImageName .box{width:52px;border-radius:100%;overflow:hidden;position:absolute;left:0}.quoteImageLink .authImageName .box::before{padding-top:100%}.quoteImageLink .authImageName .authorName{font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:18px;line-height:22px;letter-spacing:-.18px;min-height:54px;display:flex;align-items:center}@media only screen and (min-width:0px)and (max-width:640px){.quoteImageLink .authImageName .authorName{font-size:17px;line-height:20.4px;letter-spacing:-.17px}}.quoteImageLink .btn{max-width:208px}@media only screen and (min-width:0px)and (max-width:640px){.quoteImageLink .btn{margin-top:10px}}.twowhiteCardsBlock .content_950{max-width:1020px}@media only screen and (min-width:0px)and (max-width:900px){.twowhiteCardsBlock .content_950{padding-left:18px;padding-right:18px}}@media only screen and (min-width:0px)and (max-width:743px){.twowhiteCardsBlock .content_950{padding-left:8px;padding-right:8px}}.twowhiteCardsBlock .col{padding:0 15px}@media only screen and (min-width:0px)and (max-width:1023px){.twowhiteCardsBlock .col{padding:0 10px}}@media only screen and (min-width:0px)and (max-width:640px){.twowhiteCardsBlock .col{width:100%;padding:10px}}.twowhiteCardsBlock .col a{text-decoration:none;color:var(--blackColor);border-radius:14px;overflow:hidden;height:100%}@media only screen and (min-width:0px)and (max-width:640px){.twowhiteCardsBlock .col a{border-radius:12px}}.twowhiteCardsBlock .col .card{background-color:var(--whiteColor);border-radius:14px;overflow:hidden;padding:28px 28px 0 28px;height:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between}.twowhiteCardsBlock .col .card:hover{border-radius:30px}.twowhiteCardsBlock .col .card:hover .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (min-width:0px)and (max-width:1023px){.twowhiteCardsBlock .col .card{padding:20px 16px 0 16px}}@media only screen and (min-width:0px)and (max-width:640px){.twowhiteCardsBlock .col .card{padding:18px;flex-direction:row;align-items:center}}.twowhiteCardsBlock .col .card h2{padding:0 0 32px 0;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap;font-size:31px;line-height:37px}@media only screen and (min-width:0px)and (max-width:767px){.twowhiteCardsBlock .col .card h2{font-size:23px;line-height:28px;letter-spacing:-.23px;padding-bottom:28px}}@media only screen and (min-width:0px)and (max-width:640px){.twowhiteCardsBlock .col .card h2{width:calc(100% - 90px);padding:10px 25px 10px 0}}@media screen and (min-width:0px)and (max-width:550px){.twowhiteCardsBlock .col .card h2{padding-right:20px}}.twowhiteCardsBlock .col .card .box{background-color:var(--lightBlueColor);border-radius:10px 10px 0 0;overflow:hidden}@media only screen and (min-width:0px)and (max-width:640px){.twowhiteCardsBlock .col .card .box{width:90px;border-radius:8px}}.twowhiteCardsBlock .col .card .box::before{padding-top:58%}@media only screen and (min-width:0px)and (max-width:640px){.twowhiteCardsBlock .col .card .box::before{padding-top:100%}}.accordionBlock.TBspace{padding-top:26px;padding-bottom:26px}@media only screen and (min-width:0px)and (max-width:1200px){.accordionBlock.TBspace{padding-top:21px;padding-bottom:21px}}@media only screen and (min-width:0px)and (max-width:900px){.accordionBlock.TBspace{padding-top:16px;padding-bottom:16px}}.accordionBlock .content_720{padding:0 26px}@media only screen and (min-width:0px)and (max-width:743px){.accordionBlock .content_720{padding:0 16px}}.accordionHolder{overflow:hidden;border-radius:0 0 14px 14px;padding:4px}.accordionHolder .accordionRow:last-child .accordionDesc{border-radius:0 0 14px 14px}.accordionHolder .accordionRow{position:relative;border-radius:14px;background-color:#000}.accordionHolder .accordionRow::before{width:100%;height:40px;content:"";position:absolute;left:0;bottom:-40px}.accordionHolder .accordionRow.accordion .hideLine{opacity:0;visibility:hidden}.accordionHolder .accordionRow.accordion .btnBg{margin-top:-10px!important;border-radius:0!important}.accordionHolder .accordionRow.accordion .accordionTitle{border-radius:14px 14px 0 0}.accordionHolder .accordionTitle{position:relative;width:100%;border:0;padding:20px 25px;padding-bottom:20px;padding-right:58px;border-radius:14px 14px 0 0;text-align:left;font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;font-size:18px;line-height:26px}@media screen and (min-width:0px)and (max-width:550px){.accordionHolder .accordionTitle{font-size:17px;line-height:26px}}.accordionHolder .accordionTitle::after,.accordionHolder .accordionTitle::before{display:none}.accordionHolder .accordionTitle .accText{margin-top:-1px}.accordionHolder .accordionTitle .iconBox{position:absolute;right:18px;top:22px;width:22px;height:22px}.accordionHolder .accordionDesc{padding:0 25px;padding-bottom:30px;display:none}.accordionHolder .accordionDesc .desc{padding:0 0 10px 0;margin-top:-1px}@media screen and (min-width:0px)and (max-width:550px){.accordionHolder .accordionDesc .desc{font-size:17px;line-height:26px;letter-spacing:.17px}}.accordionHolder .accordionDesc .desc ol,.accordionHolder .accordionDesc .desc p,.accordionHolder .accordionDesc .desc ul{padding-top:0;padding-bottom:16px}.accordionHolder .accordionDesc .desc ul{margin:0;padding:0;list-style-type:none;list-style-type:none!important;padding:10px 0}.accordionHolder .accordionDesc .desc ul li{padding-left:18px;position:relative}.accordionHolder .accordionDesc .desc ul li::before{content:"";width:6px;height:6px;background-color:var(--blackColor);border-bottom:100%;position:absolute;left:0;top:14px;border-radius:100%}.accordionHolder .accordionDesc .desc ul li ul li::before{background-color:rgba(0,0,0,0);border:var(--blackColor) solid 1px}.accordionHolder .accordionRow:nth-child(4n+1),.accordionHolder .accordionRow:nth-child(4n+1) .accordionDesc,.accordionHolder .accordionRow:nth-child(4n+1) .accordionTitle,.accordionHolder .accordionRow:nth-child(4n+1) .btnBg,.accordionHolder .accordionRow:nth-child(4n+1)::before{background-color:var(--greenColor)}.accordionHolder .accordionRow:nth-child(4n+2),.accordionHolder .accordionRow:nth-child(4n+2) .accordionDesc,.accordionHolder .accordionRow:nth-child(4n+2) .accordionTitle,.accordionHolder .accordionRow:nth-child(4n+2) .btnBg,.accordionHolder .accordionRow:nth-child(4n+2)::before{background-color:var(--lightPeachColor)}.accordionHolder .accordionRow:nth-child(4n+3),.accordionHolder .accordionRow:nth-child(4n+3) .accordionDesc,.accordionHolder .accordionRow:nth-child(4n+3) .accordionTitle,.accordionHolder .accordionRow:nth-child(4n+3) .btnBg,.accordionHolder .accordionRow:nth-child(4n+3)::before{background-color:var(--lightBlueColor)}.accordionHolder .accordionRow:nth-child(4n+4),.accordionHolder .accordionRow:nth-child(4n+4) .accordionDesc,.accordionHolder .accordionRow:nth-child(4n+4) .accordionTitle,.accordionHolder .accordionRow:nth-child(4n+4) .btnBg,.accordionHolder .accordionRow:nth-child(4n+4)::before{background-color:var(--lightSandColor)}.accordionHolder .btnBg{display:none}.accordionHolder .accordionRow:last-child.accordion .accordionDesc::before{opacity:1}.accordionHolder .accordionRow:last-child::before{opacity:0}.accordionHolder .accordionRow:last-child .accordionTitle{border-radius:14px}.accordionHolder .accordionRow:last-child .btnBg{display:none;width:100%;height:20px;border-radius:0 0 14px 14px;margin-top:-20px;position:relative;z-index:1;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.accordionHolder .accordionRow:last-child .accordionDesc{position:relative}.accordionHolder .accordionRow:last-child .accordionDesc::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%;height:10px;position:absolute;left:0;top:-10px;content:"";opacity:0}.editorBlock+.accordionBlock.TBspace{padding-top:6px}@media only screen and (min-width:0px)and (max-width:1440px){.promotedPagesHolder .content_1400{padding-left:36px;padding-right:36px}}@media only screen and (min-width:0px)and (max-width:1023px){.promotedPagesHolder .content_1400{padding-left:16px;padding-right:16px}}@media only screen and (min-width:0px)and (max-width:743px){.promotedPagesHolder .content_1400{padding-left:6px;padding-right:6px}}.promotedPagesHolder .sectionTitle{padding:0 15px 38px 15px}@media only screen and (min-width:0px)and (max-width:1200px){.promotedPagesHolder .sectionTitle{padding-bottom:30px}}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .sectionTitle{padding-bottom:20px}}.promotedPagesHolder .sectionTitle h2{padding:0}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .sectionTitle h2{font-size:29px;line-height:37.7px}}@media only screen and (min-width:0px)and (max-width:1023px){.promotedPagesHolder .grid.col_1_1_1 .col{width:50%}}@media only screen and (min-width:0px)and (max-width:767px){.promotedPagesHolder .grid.col_1_1_1 .col{width:100%}}@media only screen and (min-width:0px)and (max-width:767px){.promotedPagesHolder .grid.col_1_1 .col{width:100%}}.promotedPagesHolder{background-color:var(--lightBlueColor);padding:60px 0 50px 0}@media only screen and (min-width:0px)and (max-width:1200px){.promotedPagesHolder{padding:40px 0 30px 0}}.promotedPagesHolder .content_1400{max-width:1470px}.promotedPagesHolder .col{padding:25px 15px}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .col{padding:20px 15px}}.promotedPagesHolder .col .card{height:100%;padding-left:35px;border-left:var(--darkBlueColor) solid 7px;position:relative}.promotedPagesHolder .col .card:hover h4 a{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 1px}.promotedPagesHolder .col .card:hover .btnHolder .btn{padding-right:44px}.promotedPagesHolder .col .card:hover .btnHolder .btn::after{opacity:1;right:6px}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .col .card{padding-left:16px}}.promotedPagesHolder .col .card h4{padding:0 0 10px 0;font-family:UntitledSerif-Regular;font-weight:400;font-style:normal;font-display:swap}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .col .card h4{font-size:23px;line-height:28.06px;letter-spacing:-.23px}}.promotedPagesHolder .col .card h4 a{text-decoration:none;color:var(--blackColor);background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-size:100% 1px}.promotedPagesHolder .col .card h4 a::before{position:absolute;left:0;top:0;content:"";width:100%;height:100%;z-index:1}.promotedPagesHolder .col .card .excerptText{padding-bottom:10px;font-size:17px;line-height:25.5px;letter-spacing:.17px}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .col .card .excerptText{font-size:17px;line-height:26px;letter-spacing:.17px}}.promotedPagesHolder .col .card .btnHolder{padding-top:4px}.promotedPagesHolder .col .card .btnHolder .btn{padding-left:0;border-radius:0;border:0;text-align:left;min-width:auto}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .col .card .btnHolder .btn{padding-top:4px;padding-bottom:4px}}.promotedPagesHolder .col .card .btnHolder .btn::before{display:none}@media only screen and (min-width:0px)and (max-width:900px){.promotedPagesHolder .col .card .btnHolder .btn::after{top:8px}}.promotedPagesHolder .col .card .btnHolder .btn:hover{padding-right:44px}.promotedPagesHolder .col .card .btnHolder .btn:hover::after{opacity:1;right:6px}.alternatingTxtImgBlock a{clear:both;overflow:visible;position:relative;margin:0;list-style:none;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-decoration:none;color:var(--blackColor);display:block}.alternatingTxtImgBlock .grid:hover .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.alternatingTxtImgBlock .grid:hover .btn{padding-left:44px;padding-right:22px}.alternatingTxtImgBlock .grid:hover .btn::before{left:14px;opacity:1}.alternatingTxtImgBlock .grid:hover .btn::after{right:-40px;opacity:0}.alternatingTxtImgBlock .alterImageSec{width:60%;padding-right:40px}@media only screen and (min-width:0px)and (max-width:1300px){.alternatingTxtImgBlock .alterImageSec{padding-right:20px;width:55%}}@media only screen and (min-width:0px)and (max-width:1023px){.alternatingTxtImgBlock .alterImageSec{width:50%}}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .alterImageSec{width:100%;padding-right:0}}.alternatingTxtImgBlock .alterImageSec .box{border-radius:14px;overflow:hidden}@media only screen and (min-width:0px)and (max-width:767px){.alternatingTxtImgBlock .alterImageSec .box{border-radius:12px}}.alternatingTxtImgBlock .alterImageSec .box{background-color:var(--whiteColor)}.alternatingTxtImgBlock .alterImageSec .box::before{padding-top:65%}.alternatingTxtImgBlock .alterImageSec .box.imageContain .imageHolder .OF-cover{object-fit:contain}.alternatingTxtImgBlock .alterInfoSec{width:40%;padding-left:40px;padding-right:50px;padding-top:10px;padding-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:0px)and (max-width:1300px){.alternatingTxtImgBlock .alterInfoSec{width:45%;padding-top:40px;padding-right:40px}}@media only screen and (min-width:0px)and (max-width:1100px){.alternatingTxtImgBlock .alterInfoSec{padding-top:20px}}@media only screen and (min-width:0px)and (max-width:1023px){.alternatingTxtImgBlock .alterInfoSec{width:50%;padding-left:20px;padding-right:0}}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .alterInfoSec{width:100%;padding-left:0}}.alternatingTxtImgBlock .alterInfoSec h2{padding:0}@media only screen and (min-width:0px)and (max-width:1100px){.alternatingTxtImgBlock .alterInfoSec h2{font-size:26px;line-height:33px;letter-spacing:-.26px}}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .alterInfoSec h2{font-size:29px;line-height:37.7px;letter-spacing:0;padding:10px 0;padding-bottom:4px}}@media only screen and (min-width:0px)and (max-width:640px){.alternatingTxtImgBlock .alterInfoSec h2{padding-top:0}}.alternatingTxtImgBlock .alterInfoSec .excerptText{padding-top:17px}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .alterInfoSec .excerptText{padding:10px 0}}@media screen and (min-width:0px)and (max-width:550px){.alternatingTxtImgBlock .alterInfoSec .excerptText{display:none}}.alternatingTxtImgBlock .alterInfoSec .btnHolder{padding-top:30px;display:flex}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .alterInfoSec .btnHolder{padding:10px 0}}.alternatingTxtImgBlock .grid.imgAlignRight{-webkit-flex-flow:row-reverse wrap;flex-flow:row-reverse wrap}.alternatingTxtImgBlock .grid.imgAlignRight .alterImageSec{padding-right:0;padding-left:40px}@media only screen and (min-width:0px)and (max-width:1300px){.alternatingTxtImgBlock .grid.imgAlignRight .alterImageSec{padding-left:20px}}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .grid.imgAlignRight .alterImageSec{padding-left:0}}.alternatingTxtImgBlock .grid.imgAlignRight .alterInfoSec{padding-right:40px;padding-left:50px}@media only screen and (min-width:0px)and (max-width:1300px){.alternatingTxtImgBlock .grid.imgAlignRight .alterInfoSec{padding-left:40px}}@media only screen and (min-width:0px)and (max-width:1023px){.alternatingTxtImgBlock .grid.imgAlignRight .alterInfoSec{padding-left:0;padding-right:20px}}@media only screen and (min-width:0px)and (max-width:900px){.alternatingTxtImgBlock .grid.imgAlignRight .alterInfoSec{padding-right:0}}.pageTabsHolder{background-color:var(--greenColor);padding:50px 0}@media only screen and (min-width:0px)and (max-width:640px){.pageTabsHolder{padding:40px 0}}.pageTabsHolder .content_1400{max-width:1468px}@media only screen and (min-width:0px)and (max-width:1440px){.pageTabsHolder .content_1400{padding-left:38px;padding-right:38px}}@media only screen and (min-width:0px)and (max-width:1023px){.pageTabsHolder .content_1400{padding-left:16px;padding-right:16px}}@media only screen and (min-width:0px)and (max-width:900px){.pageTabsHolder .content_1400{padding-right:20px;padding-left:20px}}@media only screen and (min-width:0px)and (max-width:743px){.pageTabsHolder .content_1400{padding-right:10px;padding-left:10px}}@media only screen and (min-width:0px)and (max-width:640px){.pageTabsHolder .content_1400{padding-right:8px;padding-left:8px}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .slick-list{overflow:visible!important}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider ul{padding-bottom:66px!important}}.tabsSlider ul.tabsInfo{margin:0;padding:0;list-style-type:none}.tabsSlider ul.tabsInfo li{margin:0;padding:0 14px}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider ul.tabsInfo li{padding:0 10px}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider ul .slick-list{padding-left:0!important}}.tabsSlider .grid:hover .btnHolder .btn{padding-right:44px}.tabsSlider .grid:hover .btnHolder .btn::after{opacity:1;right:6px}.tabsSlider .grid:hover .box .hovereffect img{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.tabsSlider .tabsInfo .slick-arrow{position:absolute;bottom:0;z-index:99;width:51px;height:51px;text-indent:-999px;overflow:hidden;padding:0;background-color:var(--whiteColor);border:0}.tabsSlider .tabsInfo .slick-arrow::before{top:15px}.tabsSlider .tabsInfo .slick-arrow::after{top:15px}.tabsSlider .tabsInfo .slick-arrow.slick-disabled{opacity:.6;pointer-events:none}.tabsSlider .tabsInfo .slick-arrow.slick-prev{left:14px}.tabsSlider .tabsInfo .slick-arrow.slick-prev::before{left:14px}.tabsSlider .tabsInfo .slick-arrow.slick-prev:hover::before{left:-40px}.tabsSlider .tabsInfo .slick-arrow.slick-prev:hover::after{left:14px}.tabsSlider .tabsInfo .slick-arrow.slick-next{left:74px}.tabsSlider .tabsInfo .slick-arrow.slick-next::before{left:14px}.tabsSlider .tabsInfo .slick-arrow.slick-next:hover::before{left:90px}.tabsSlider .tabsInfo .slick-arrow.slick-next:hover::after{left:14px}.tabsSlider .tabsInfo .tabInfoBox{width:50%;padding-right:116px;padding-bottom:60px}@media only screen and (min-width:0px)and (max-width:1300px){.tabsSlider .tabsInfo .tabInfoBox{padding-right:80px}}@media only screen and (min-width:0px)and (max-width:1100px){.tabsSlider .tabsInfo .tabInfoBox{padding-right:40px}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox{padding-right:0;width:100%;order:2;padding-top:28px;padding-bottom:0}}@media screen and (min-width:0px)and (max-width:550px){.tabsSlider .tabsInfo .tabInfoBox{padding-top:20px}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox .tabContent .btnHolder{display:none}}.tabsSlider .tabsInfo .tabInfoBox .tag{font-size:13px;line-height:16px;letter-spacing:.52px;text-transform:uppercase;color:var(--blackColor);font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;padding-top:14px}.tabsSlider .tabsInfo .tabInfoBox h2{padding:24px 0 0 0}@media only screen and (min-width:0px)and (max-width:1023px){.tabsSlider .tabsInfo .tabInfoBox h2{font-size:29px;line-height:38px}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox h2{padding:8px 0 0 0}}.tabsSlider .tabsInfo .tabInfoBox h2 a{text-decoration:none;background-repeat:no-repeat;background-position:bottom left;background-size:0 1px;transition:background-size .2s ease-in-out;text-decoration:none;background-size:100% 2px}.tabsSlider .tabsInfo .tabInfoBox h2 a::before{width:100%;height:100%;content:"";position:absolute;left:0;top:0;background-color:rgba(0,0,0,0);z-index:1}.tabsSlider .tabsInfo .tabInfoBox h2 a:hover{background-image:linear-gradient(var(--blackColor),var(--blackColor));background-size:100% 2px}.tabsSlider .tabsInfo .tabInfoBox .desc{padding-top:17px;font-size:17px;line-height:25px}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox .desc{display:none}}.tabsSlider .tabsInfo .tabInfoBox .btnHolder{padding-top:14px}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox .btnHolder{padding-top:8px}}.tabsSlider .tabsInfo .tabInfoBox .btnHolder .btn{padding-left:0;border-radius:0;border:0;min-width:auto;text-align:left}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox .btnHolder .btn{padding:0}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabInfoBox .btnHolder .btn::after{position:static;transform:translate(2px,4px);opacity:1;display:inline-block}}.tabsSlider .tabsInfo .tabInfoBox .btnHolder .btn::before{display:none}.tabsSlider .tabsInfo .tabInfoBox .btnHolder .btn:hover{padding-right:44px}.tabsSlider .tabsInfo .tabInfoBox .btnHolder .btn:hover::after{opacity:1;right:6px}.tabsSlider .tabsInfo .tabImageBox{width:50%;padding-left:116px}@media only screen and (min-width:0px)and (max-width:1300px){.tabsSlider .tabsInfo .tabImageBox{padding-left:80px}}@media only screen and (min-width:0px)and (max-width:1100px){.tabsSlider .tabsInfo .tabImageBox{padding-left:40px}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsInfo .tabImageBox{width:100%;padding-left:0;order:1}}.tabsSlider .tabsInfo .tabImageBox .imageBox{border-radius:14px;overflow:hidden;background-color:var(--lightGreenColor)}.tabsSlider .tabsInfo .tabImageBox .imageBox .box{background-color:var(--lightGreenColor)}.tabsSlider .tabsInfo .tabImageBox .imageBox .box::before{padding-top:100%}.tabsSlider ul.tabsNav{margin:0;padding:0;list-style-type:none}.tabsSlider ul.tabsNav li{margin:0;padding:2px 14px}@media only screen and (min-width:0px)and (max-width:767px){.tabsSlider ul.tabsNav li{padding-left:10px;padding-right:10px}}.tabsSlider .tabsNav .slick-track{transform:none!important}.tabsSlider .tabsNav.oneRecord .slick-track{width:100%!important}.tabsSlider .tabsNav.oneRecord .slick-track li{width:100%!important}.tabsSlider .tabsNav.twoRecord .slick-track{width:100%!important}.tabsSlider .tabsNav.twoRecord .slick-track li{width:50%!important}.tabsSlider .tabsNav.threeRecord .slick-track{width:100%!important}.tabsSlider .tabsNav.threeRecord .slick-track li{width:33.33%!important}.tabsSlider .tabsNav{padding-top:50px!important}@media only screen and (min-width:0px)and (max-width:1100px){.tabsSlider .tabsNav{padding-top:34px!important}}@media only screen and (min-width:0px)and (max-width:900px){.tabsSlider .tabsNav{display:none}}.tabsSlider .tabsNav .slick-arrow{text-indent:-999px;overflow:hidden;background-color:var(--whiteColor);border:var(--whiteColor) solid 1px;top:-52px}.tabsSlider .tabsNav .slick-arrow:hover{padding:0}.tabsSlider .tabsNav .slick-arrow{position:absolute;bottom:0;z-index:99;width:51px;height:51px}.tabsSlider .tabsNav .slick-arrow::before{top:15px}@media only screen and (min-width:0px)and (max-width:1023px){.tabsSlider .tabsNav .slick-arrow::before{top:9px}}.tabsSlider .tabsNav .slick-arrow::after{top:15px}@media only screen and (min-width:0px)and (max-width:1023px){.tabsSlider .tabsNav .slick-arrow::after{top:9px}}.tabsSlider .tabsNav .slick-arrow.slick-disabled{opacity:.6;pointer-events:none}.tabsSlider .tabsNav .slick-arrow.slick-prev{left:14px}.tabsSlider .tabsNav .slick-arrow.slick-prev::before{left:14px}.tabsSlider .tabsNav .slick-arrow.slick-prev:hover::before{left:-40px}.tabsSlider .tabsNav .slick-arrow.slick-prev:hover::after{left:14px}.tabsSlider .tabsNav .slick-arrow.slick-next{left:74px}.tabsSlider .tabsNav .slick-arrow.slick-next::before{left:14px}.tabsSlider .tabsNav .slick-arrow.slick-next:hover::before{left:90px}.tabsSlider .tabsNav .slick-arrow.slick-next:hover::after{left:14px}.tabsSlider .tabsNav .slick-track{margin-left:0}.tabsSlider .tabsNav .slick-slide.slick-current .tabTitle,.tabsSlider .tabsNav .slick-slide.slick-current a.tabTitle{border-top:var(--blackColor) solid 2px}.tabsSlider .tabsNav .slick-slide .tabTitle:hover,.tabsSlider .tabsNav .slick-slide a.tabTitle:hover{border-top:var(--blackColor) solid 2px}.tabsSlider .tabsNav .slick-slide .tabTitle,.tabsSlider .tabsNav .slick-slide a.tabTitle{cursor:pointer;padding:12px 0;border-top:var(--lightGreyColor) solid 2px;font-size:18px;line-height:27px;letter-spacing:.18px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-decoration:none;display:block;color:var(--blackColor)}body.page-template-template-section #page-wrap section.logoCarouselBlock:last-child{padding-bottom:0}.logoCarouselHolder::after,.logoCarouselHolder::before{content:"";width:250px;height:calc(100% - 38px);position:absolute;bottom:0;z-index:1}@media only screen and (min-width:0px)and (max-width:640px){.logoCarouselHolder::after,.logoCarouselHolder::before{width:120px}}@media screen and (min-width:0px)and (max-width:550px){.logoCarouselHolder::after,.logoCarouselHolder::before{width:80px}}.logoCarouselHolder::before{left:0;background:linear-gradient(to left,rgba(238,233,219,0),#eee9db)}.logoCarouselHolder::after{right:0;background:linear-gradient(to right,rgba(238,233,219,0),#eee9db)}.logoCarouselHolder{background-color:var(--lightSandColor);padding:40px 0 60px 0}@media only screen and (min-width:0px)and (max-width:767px){.logoCarouselHolder{padding:30px 0 28px 0}}.logoCarouselHolder h2{font-family:Sohne-Medium;font-weight:500;font-style:normal;font-display:swap;font-size:22px;line-height:33px;letter-spacing:.22px;padding:0 0 30px 0;position:relative;z-index:1}@media only screen and (min-width:0px)and (max-width:767px){.logoCarouselHolder h2{font-size:19px;line-height:28px;letter-spacing:.19px;padding:0 0 20px 0}}.marquee-container{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;display:block;width:100vw;max-width:100%;position:relative;min-height:70px}.marquee-container .js-marquee{display:flex;white-space:nowrap}.marquee-container .js-marquee ul{display:flex;white-space:nowrap;margin:0;padding:0;list-style:none}.marquee-container .js-marquee ul li{padding:0 20px;width:auto}@media only screen and (min-width:0px)and (max-width:767px){.marquee-container .js-marquee ul li{padding:0 14px}}.marquee-container .js-marquee .logoBock{width:100%;padding:10px;display:flex;align-items:center}.marquee-container .js-marquee .logoBock img{width:auto;max-height:50px;min-height:50px;object-fit:contain}@media only screen and (min-width:0px)and (max-width:767px){.marquee-container .js-marquee .logoBock img{max-height:40px;min-height:40px}}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical{touch-action:pan-x}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d{perspective:1200px}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;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;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide{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}