.interactive-tour{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:102}.interactive-tour.hidden{display:none}.interactive-tour__modal{background-color:#fff;border-radius:6px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);min-height:680px;min-width:780px;padding:20px}@media screen and (max-width:1024px){.interactive-tour__modal{min-height:0;min-width:100%}}.interactive-tour__header{margin-bottom:20px;position:relative}.interactive-tour__header h3{line-height:45px}.interactive-tour__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #005499;border-radius:45px;height:45px;outline:0;right:50px;top:50px;width:45px;z-index:10}.interactive-tour__close,.interactive-tour__close span{position:absolute;right:0;top:0;-webkit-transition:.35s cubic-bezier(.19,1,.22,1);transition:.35s cubic-bezier(.19,1,.22,1)}.interactive-tour__close span{background:#005499;bottom:0;height:1px;left:0;margin:auto;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:13px}.interactive-tour__close span:first-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.interactive-tour__close span:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.interactive-tour__close:hover{background:#005499;cursor:pointer}.interactive-tour__close:hover span{background:#fff}@media screen and (max-width:1024px){.interactive-tour__close{right:24px;right:0;top:24px;top:0}}