:root{--padding-root:1rem;--build:#000;--off-black:#303030;--white:#fff;--off-white:#f0f2f4;--light-grey:#e1e5e9;--grey:#b3b6b9;--orange:#f27943;--main-font-header:"forma-djr-deck",sans-serif;--main-font-body:"forma-djr-micro", sans-serif}*{box-sizing:border-box}html{overflow-x:hidden;width:100vw;font-size:clamp(16px, 16px, 1vw);overscroll-behavior-y:none}body{margin:0;overflow-x:hidden;width:100vw;overscroll-behavior-y:none;height:100%}body div.image-wrapper{max-width:50%}body div.image-wrapper img{max-width:100%}section.section{padding:10rem 8vw}@media screen and (max-width:768px){section.section{padding:5rem 3rem}}@media screen and (max-width:768px){.hide-mobile{display:none!important}}@media screen and (min-width:769px){.hide-desktop{display:none!important}}.no-scroll{overflow:hidden;height:100%;width:100%}h1,.h1,h1 *,.h1 *,h2,.h2,h2 *,.h2 *,h3,.h3,h3 *,.h3 *,h4,.h4,h4 *,.h4 *,h5,.h5,h5 *,.h5 *,h6,.h6,h6 *,.h6 *,.menu-title a{font-family:var(--main-font-header)!important;font-weight:600!important;font-style:normal!important;color:var(--off-black);letter-spacing:0!important}h1,.h1,h1 *,.h1 *{font-size:4.46875rem!important;line-height:4.46875rem!important}h2,.h2,h2 *,.h2 *{font-size:3.65625rem!important;line-height:3.65625rem!important}h3,.h3,h3 *,.h3 *{font-size:2.6rem!important;line-height:2.6rem!important}h4,.h4,h4 *,.h4 *{font-size:1.9500000000000002rem!important;line-height:1.9500000000000002rem!important}.menu-title a{font-size:clamp(1vw, 1.95rem, 2vw);line-height:clamp(1vw, 1.95rem, 2vw)}h5,.h5,h5 *,.h5 *{font-size:1.70625rem!important;line-height:1.70625rem!important}h6,.h6,h6 *,.h6 *{font-size:1.1375rem!important;line-height:1.1375rem!important}@media screen and (max-width:768px){h1,.h1{font-size:2.9791666666693755rem!important;line-height:2.9791666666693755rem!important}h2,.h2{font-size:2.4375rem!important;line-height:2.4375rem!important}h3,.h3{font-size:1.7333rem!important;line-height:1.7333rem!important}h4,.h4,.menu-title a{font-size:1.3rem!important;line-height:1.3rem!important}h5,.h5{font-size:1.1375rem!important;line-height:1.1375rem!important}h6,.h6{font-size:1.1375rem!important;line-height:1.1375rem!important}}p,a,li,span,input,td,th,figcaption{font-family:var(--main-font-body);font-weight:400;font-style:normal;font-size:1rem;line-height:1.584375rem;color:var(--off-black)}input,textarea,.gform_confirmation_message{font-family:var(--main-font-body)!important;font-weight:400!important;font-style:normal!important;font-size:1rem!important;line-height:1.584375rem!important;color:var(--off-black)!important}@media screen and (max-width:768px){input,textarea,.gform_confirmation_message{font-size:1.1562500000000001rem!important}}form *{font-family:var(--main-font-body)!important}.header{display:flex;justify-content:space-between;align-items:center;height:100px;width:100%;padding:0 8vw;background-color:var(--white);position:fixed;border-bottom:2px solid var(--off-black);z-index:100;transition:transform 0.3s ease;top:0;gap:2rem}@media screen and (max-width:1300px){.header{padding:0 4vw}}@media screen and (max-width:1024px){.header{padding:0 2vw}}.admin-bar .header{top:32px}@media screen and (max-width:950px){.admin-bar .header{top:46px}#wpadminbar{position:fixed}}.header.hide-header{transform:translateY(-100%)}@media screen and (max-width:950px){.header{padding:0 2rem;justify-content:center}}.header__logo img{height:50px;width:150px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:950px){.header__logo img{width:auto}}@media screen and (max-width:950px){.header__nav{display:none}}.header__nav ul.header__menu{display:flex;gap:2rem;list-style:none;padding-left:0;margin:0}.header__nav ul.header__menu li a{color:var(--off-black);text-decoration:none;font-family:var(--main-font-body);text-transform:uppercase;position:relative;transition:color 0.3s ease-in-out;letter-spacing:.5px;text-wrap:nowrap}.header__nav ul.header__menu li a::after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:50%;background-color:var(--orange);transition:width 0.3s ease;transform:translateX(-50%)}.header__nav ul.header__menu li.menu-image a::after{display:none}.header__nav ul.header__menu li:hover a::after{width:100%}.header__nav .sub-menu{width:100%;position:absolute;top:100%;left:0;background-color:var(--white);border-bottom:2px solid var(--off-black);border-top:2px solid var(--off-black);z-index:101;min-height:400px;list-style:none;display:grid;grid-template-columns:20% 30% 50%;grid-auto-rows:2.5rem;padding-left:8vw;padding-top:5rem;padding-bottom:5rem;-moz-column-gap:5rem 0;column-gap:5rem 0;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}@media screen and (min-width:769px){.header__nav .sub-menu{margin-top:0px!important}}.header__nav .sub-menu::before{content:"";position:absolute;top:-40px;left:0;height:40px;width:100%}.header__nav ul.header__menu li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible}.header__nav .sub-menu .menu-item{grid-column-start:2;width:50%}.header__nav .sub-menu .menu-item.menu-item-has-children{position:relative}.header__nav .sub-menu .menu-item.menu-item-has-children .sub-menu{position:absolute;top:0;left:100%;width:100%;background:#fff0;padding:0;border:none;display:flex;flex-direction:column;gap:1rem;opacity:0;visibility:hidden;transition:opacity 0.3s ease 0.15s,visibility 0.3s ease 0.15s}@media screen and (max-width:1280px){.header__nav .sub-menu .menu-item.menu-item-has-children .sub-menu{left:120%}}.header__nav .sub-menu .menu-item.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible}.header__nav .sub-menu .menu-item.menu-title{grid-column-start:1;width:20%;flex-direction:column;position:absolute;left:0;top:5rem;pointer-events:none;padding-right:1rem}.header__nav .sub-menu .menu-item.menu-title a{text-wrap:wrap}.header__nav .sub-menu .menu-item.menu-image{grid-column-start:3;width:100%;height:100%;pointer-events:none;position:absolute;top:0;right:0}@media screen and (max-width:1280px){.header__nav .sub-menu .menu-item.menu-image{width:70%}}.header__nav .sub-menu li a::after{display:none!important}.header__nav .sub-menu li a{position:relative}.header__nav .sub-menu li a::before{content:"";background-image:url(//www.wurlin.com/wp-content/themes/alula/assets/style/../img/btn-icon.svg);display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;position:absolute;right:-32px;top:calc(50% - 1px);transform:translate(0,-50%);opacity:0;transition:opacity 0.3s ease}.header__nav .sub-menu li a:hover::before{opacity:1}.header__nav li.menu-title a::before{display:none}.header__nav .menu-image a{height:100%;width:100%}.header__nav .menu-item-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.header__icons{display:flex;justify-content:flex-end;gap:1.5rem;width:150px}@media screen and (max-width:950px){.header__icons{width:auto}}.header__icons .header__search{cursor:pointer}.header__search__container.searchbar-open .header__search img{opacity:0;visibility:hidden}.header__search img{height:16px}@media screen and (max-width:950px){.header__icons .header__search__container{position:absolute;top:50%;left:2rem}.header__search img{height:20px}}.header__hamburger{cursor:pointer;height:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (max-width:950px){.header__hamburger{position:absolute;top:50%;right:2rem}}.header__hamburger-line{height:2px;width:20px;background-color:var(--off-black);transition:all 0.3s ease}.header.hamburger-open .header__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header.hamburger-open .header__hamburger-line:nth-child(2){opacity:0}.header.hamburger-open .header__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header .hamburger-menu__container{position:absolute;top:calc(100% + 2px);left:0;width:100%;height:auto;min-height:400px;background-color:var(--white);z-index:100;border-bottom:2px solid var(--off-black);opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.header.hamburger-open .hamburger-menu__container{opacity:1;visibility:visible}@media screen and (min-width:951px){.header .hamburger-menu__container.hamburger-menu__container--mobile{display:none}}@media screen and (max-width:950px){.header .hamburger-menu__container.hamburger-menu__container--desktop{display:none}}.header .hamburger-menu{display:grid;grid-template-columns:20% 40%;grid-auto-rows:2.5rem;padding:5rem 5rem 5rem 8vw;list-style:none;width:60%;-moz-column-gap:2rem;column-gap:2rem}@media screen and (max-width:1300px){.header .hamburger-menu{grid-template-columns:20% 50%}}.header .hamburger-menu .sub-menu{list-style:none}.header .hamburger-menu li{width:50%;position:relative}.header .hamburger-menu li:not(.menu-title){grid-column-start:2;width:100%}.header .hamburger-menu li a{position:relative;text-decoration:none;text-transform:uppercase}.header .hamburger-menu li a::before{content:"";background-image:url(//www.wurlin.com/wp-content/themes/alula/assets/style/../img/btn-icon.svg);display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;position:absolute;right:-32px;top:calc(50% - 1px);transform:translate(0,-50%);opacity:0;transition:opacity 0.3s ease}.header .hamburger-menu li .sub-menu{position:absolute;left:100%;top:0;padding:0;width:100%}.header .hamburger-menu li a:hover::before{opacity:1}.header .hamburger-menu li.menu-title a::before{display:none}.header .hamburger-menu li .sub-menu li{width:100%;height:40px;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.header .hamburger-menu .menu-item-has-children:hover>.sub-menu li,.header .hamburger-menu .menu-item-has-children:focus-within>.sub-menu li{opacity:1;visibility:visible;transition:opacity 0.3s ease 0.15s,visibility 0.3s ease 0.15s}.header .hamburger-menu .menu-item.menu-image{width:40%;height:100%;position:absolute;top:0;right:0}@media screen and (max-width:1300px){.header .hamburger-menu .menu-item.menu-image{width:30%}}.header .hamburger-menu .menu-item.menu-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}@media screen and (max-width:950px){.header .hamburger-menu__container{height:calc(100vh - 102px);overflow-y:auto;display:flex;flex-direction:column}.header .mobile-menu::after{content:"";display:block;height:5rem}.header .mobile-menu,.header .mobile-menu ul{list-style:none}.header .mobile-menu{margin:0;padding:5rem 2rem 0;display:flex;flex-direction:column;gap:1.5rem}.header .mobile-menu .sub-menu{padding-left:0!important;display:flex;flex-direction:column;gap:1rem}.header .mobile-menu li{width:100%;position:relative}.header .mobile-menu li:not(.button) a{text-decoration:none;font-size:clamp(1.5rem, 4vw, 3rem);line-height:2.6rem;font-family:var(--main-font-header);font-weight:500;color:var(--off-black);margin-right:2rem}.header .mobile-menu li.button.button--solid{display:flex;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header .mobile-menu li.button.button--solid a{text-decoration:none;font-weight:500;color:var(--white)}.header .mobile-menu li.menu-item-has-children::after{content:"";background-image:url(//www.wurlin.com/wp-content/themes/alula/assets/style/../img/btn-icon.svg);display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:20px;position:absolute;right:0;top:.5rem;transform:rotate(90deg);transition:all 0.3s ease}.header .mobile-menu li.menu-item-has-children.active::after{transform:rotate(-90deg)}.header .mobile-menu li.menu-item-has-children .sub-menu{max-height:0;overflow:hidden;transition:all 0.3s ease;padding-left:2rem}.header .mobile-menu li.menu-item-has-children .sub-menu li a{font-family:var(--main-font-body);font-size:clamp(1.25rem, 4vw, 1.95rem);line-height:1.9500000000000002rem;font-weight:300;color:var(--off-black)}}.header__search__container{position:relative}.header__searchbar{position:absolute;top:100px;right:0;width:100%;height:calc(100vh - 100px);padding:2rem;background-color:rgb(255 255 255 / .5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--off-black);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}@media screen and (max-width:950px){.header__searchbar{padding:0}}.header__searchbar.searchbar-open{opacity:1;visibility:visible}.header__search__container.searchbar-open .header__search__close{opacity:1;visibility:visible}.header__search__close{cursor:pointer;height:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;position:absolute;top:0;right:0}.header__search__close-line{height:2px;width:20px;background-color:var(--off-black);transition:all 0.3s ease}.header__search__close-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__search__close-line:nth-child(2){transform:translateY(-7px) rotate(-45deg)}.header__searchbar__container{max-width:800px;width:100%}.header__searchbar__container button{padding:0}@media screen and (max-width:950px){.header__searchbar__container{max-width:100%;width:80%}}.header__searchbar__container .search-form{position:relative;margin-top:1rem}.header__searchbar__container .search-field{background-color:var(--white);border:none;border-radius:7px;padding:1rem;width:100%;font-weight:300;color:var(--off-black);box-shadow:0 4px 12px rgb(0 0 0 / .2)}@media screen and (max-width:950px){.header__searchbar__container .search-field{padding:1rem;font-size:1.5rem;line-height:1.5rem}}.header__searchbar__container .search-submit{position:absolute;top:50%;right:1rem;background:none;border:none;display:flex;transform:translate(0,-50%);cursor:pointer}.header__searchbar__container .search-submit img{height:20px;width:auto;aspect-ratio:1 / 1}input[type="search"]::-ms-clear{display:none;width:0;height:0}input[type="search"]::-ms-reveal{display:none;width:0;height:0}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}.footer{background-color:var(--off-white);padding:5rem 8vw 2rem;display:grid;grid-template-columns:1.5fr 1fr 3fr;gap:5rem;row-gap:0}@media screen and (max-width:1300px){.footer{display:flex;flex-direction:column;gap:3rem;row-gap:0}}@media screen and (max-width:950px){.footer{display:grid;grid-template-columns:1fr;gap:2rem;padding:5rem 3rem}.footer-col{width:100%}}.footer a{transition:color 0.3s ease}.footer a:hover{color:var(--orange)}@media screen and (max-width:1300px){.footer-signup-col{max-width:400px}}@media screen and (max-width:950px){.footer-signup-col{display:grid;grid-template-columns:1fr}}.footer-logos{display:flex;justify-content:space-between;gap:2rem}.footer-logos a{width:calc(33.3% - 2rem);display:flex;justify-content:center;align-items:center}.footer-logos img{width:100%}.footer-signup p{margin:2rem 0}@media screen and (max-width:950px){.footer-signup p{margin:4rem 0 2rem;font-weight:600}.footer-col form{height:50px}}.footer-col .gform-body>div{position:relative}.footer-col .gform-body .gfield--type-email{width:100%;grid-column:1 / span 12}.footer-col .gform-body .gfield--type-email label{display:none}.footer-col .gform-body .gfield--type-email input[type="email"]{background:none;box-shadow:none;border-radius:0;border:none;border-bottom:2px solid var(--off-black);padding-left:0;padding-right:30px;margin-bottom:2rem}.footer-col .gform-body .gfield--type-submit{position:absolute;top:0;right:0}.footer-col .gform_confirmation_message{margin-bottom:2rem}.footer-col .gform-body .gfield--type-submit .gform-button{background-color:transparent!important;background-image:url(//www.wurlin.com/wp-content/themes/alula/assets/style/../img/footer-form-submit.svg);background-size:10px;background-repeat:no-repeat;background-position:center;border-radius:0!important;box-shadow:none!important;height:20px!important;width:20px!important;padding:0!important}.footer-socials{display:flex;align-items:center;gap:2rem}@media screen and (max-width:950px){.footer-socials{grid-row-start:2;margin-top:4rem}}.footer-socials svg{height:auto;width:25px}@media screen and (max-width:950px){.footer-socials svg{width:20px}}.footer-socials svg path{transition:fill 0.3s ease}.footer-socials svg:hover path{fill:var(--orange)!important}.footer-socials a{text-decoration:none;display:flex;align-items:center}.footer-socials a:hover span{color:var(--orange)}.footer-socials a span{text-transform:capitalize;transition:color 0.3s ease}@media screen and (max-width:1600px) and (min-width:950px){.footer-col.footer-contact-col{grid-row-start:2;grid-column:1 / span 2;margin-top:3rem}}.footer-contact-col span{margin-bottom:1rem;display:block;font-size:1.0562500000000001rem;line-height:1.584375rem}@media screen and (max-width:950px){.footer-contact-col{margin:2rem 0}.footer-contact-col span{font-size:1.70625rem;line-height:1.70625rem}}.footer-contact-col__info{display:flex;flex-direction:column;gap:.5rem}.footer-contact-col__info-phone{text-wrap:nowrap}.footer-contact-col__info a{text-decoration:none}@media screen and (max-width:1600px){.footer-contact-col__info br{display:none}}.footer-contact-col p{margin:0}@media screen and (max-width:1600px) and (min-width:950px){.footer-menu-col{grid-column:2 / span 2}}.footer-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:5rem;margin:0;padding:0;list-style:none}@media screen and (max-width:1300px){.footer-menu{margin-top:3rem}}@media screen and (max-width:950px){.footer-menu{grid-template-columns:1fr;gap:3rem}.footer-menu .menu-item-has-children>a{position:relative}.footer-menu .menu-item-has-children.open>a::after{transform:translate(0,-50%) rotate(-90deg)}.footer-menu .menu-item-has-children>a::after{content:"";background-image:url(//www.wurlin.com/wp-content/themes/alula/assets/style/../img/footer-form-submit.svg);display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;width:20px;height:100%;position:absolute;right:0;top:50%;transform:translate(0,-50%) rotate(90deg);transition:transform 0.3s ease}.footer-menu .menu-item-has-children .sub-menu{max-height:0;overflow:hidden;transition:all 0.3s ease}}.footer-menu ul.sub-menu{list-style:none;padding-left:0}@media screen and (max-width:950px){.footer-menu ul.sub-menu{border-bottom:1px solid var(--light-grey);display:flex;flex-direction:column;gap:.5rem}.footer-menu .menu-item-has-children.open ul.sub-menu{padding-bottom:1rem}}.footer-menu>li>a:first-of-type{font-weight:700;margin-bottom:1rem;display:block}@media screen and (max-width:950px){.footer-menu>li>a:first-of-type{font-size:1.70625rem;line-height:1.70625rem}}.footer-menu li a{text-decoration:none}.footer__copyright{display:flex;justify-content:space-between;align-items:center;grid-column:1 / span 3;gap:5rem;margin-top:5rem}@media screen and (max-width:950px){.footer__copyright{grid-column:1 / span 1;flex-direction:column;align-items:center;justify-content:center;margin-top:3rem;gap:0}.footer__copyright-info{flex-direction:column;align-items:center;justify-content:center}.footer__copyright-info a{border:none;padding-left:0}}.footer__copyright a{text-decoration:none}#made-by-sqb{text-wrap:nowrap}.footer__policy-links{display:flex;gap:1rem}@media screen and (max-width:950px){.footer__policy-links{justify-content:center;flex-wrap:wrap;row-gap:.5rem}}.footer__policy-links a{font-size:.89375rem;text-decoration:none;text-wrap:nowrap}.footer__policy-links .iubenda-cs-preferences-link{display:flex;align-items:center;gap:.25rem}.footer__policy-links .iubenda-cs-preferences-link img{margin-bottom:2px}.button,button{text-transform:uppercase;font-family:"forma-djr-micro",sans-serif;font-weight:500;font-style:normal;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:1px 25px 0;height:45px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;border-radius:7px;transition:all 0.3s ease;font-size:.89375rem;font-weight:medium;line-height:.89375rem;letter-spacing:1px;overflow:hidden}.button.button--solid{background-color:var(--orange);color:var(--white);border:2px solid #fff0}.button.button--outline{background-color:#fff0;color:var(--off-black);border:2px solid var(--orange);position:relative;overflow:hidden;z-index:1}.button.button--outline::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background-color:var(--orange);transition:height 0.3s ease;z-index:-1}.button.button--outline:hover::before{height:100%}.button.button--outline:hover{color:var(--white)}.button.button--secondary,.button.button--secondary-dark{justify-content:flex-start;padding-left:0;padding-right:0}.button.button--secondary::after,.button.button--secondary-dark::after{content:"";background-image:url(//www.wurlin.com/wp-content/themes/alula/assets/style/../img/btn-icon.svg);display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;margin-left:1rem;margin-top:-3px;transition:margin-left 0.3s ease}@media screen and (max-width:768px){.button.button--secondary::after,.button.button--secondary-dark::after{height:15px;width:15px;background-size:6px}}.button.button--secondary:hover::after,.button.button--secondary-dark:hover::after{margin-left:1.25rem}.button.button--secondary{color:var(--orange)!important}.button.button--secondary:hover{color:var(--off-black)!important}.button.button--secondary-dark{color:var(--off-black)!important}.button.button--secondary-dark:hover{color:var(--orange)!important}.splide__slide{cursor:inherit;text-decoration:none}.eyebrow{color:var(--orange)}.pagination{display:flex;justify-content:center}.pagination__inner{display:flex;justify-content:center;gap:1rem}.pagination .page-numbers{background-color:var(--off-white);padding:7px 14px;border-radius:7px;text-decoration:none}.pagination .page-numbers.current{background-color:var(--orange);color:var(--white)}.lwpcngNotice-dark .lwpcngNotice_accept,.lwpcngNotice-dark .lwpcngNotice_reject{color:var(--orange)!important;transition:all 0.3s ease}.lwpcngNotice-dark .lwpcngNotice_accept:hover,.lwpcngNotice-dark .lwpcngNotice_reject:hover{border-color:var(--orange)!important}.lwpcngNotice_message,.lwpcngNotice-dark .lwpcngNotice_accept,.lwpcngNotice-dark .lwpcngNotice_reject,.lwpcngNotice_more{font-family:var(--main-font-body)!important;font-weight:400!important}.feed__filter{padding-bottom:3rem;display:flex;flex-wrap:wrap;gap:2rem}@media screen and (max-width:768px){.feed__filter{gap:1rem}}.feed__filter input{display:none}.feed__filter label{cursor:pointer;border-radius:7px;padding:1rem 2rem;background-color:var(--off-white)}.feed__filter label.checked{background-color:var(--orange);color:var(--white)}#load-more{position:absolute;bottom:-5rem;left:50%;transform:translateX(-50%);cursor:pointer}