.cursor{display:none;position:fixed;top:0;left:0;z-index:1}.cursor .cursorContent{position:absolute;top:0;left:0;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);background-color:#fff;width:112px;height:112px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);border-radius:100%;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:35;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;font-size:13px;font-weight:700;-webkit-transition:visibility .2s ease-in-out,opacity .2s ease-in-out,scale .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,font-size .2s ease-in-out;transition:visibility .2s ease-in-out,opacity .2s ease-in-out,scale .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,font-size .2s ease-in-out}.cursor .cursorContent:after,.cursor .cursorContent:before{content:"";position:absolute;background-repeat:no-repeat;background-image:url(../images/icons.svg#view-icon-dropdownThin);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;top:50%;width:10px;height:5px}.cursor .cursorContent:before{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);left:15px}.cursor .cursorContent:after{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);right:15px}.cursor.active .cursorContent:after,.cursor.active .cursorContent:before{width:0;height:0}@media only screen and (min-width:1025px){.cursor{display:block}}