.wizard{position:relative;z-index:2;width:100%;display:flex;flex-direction:column}.wizard-title-compact{display:none}.wizard-sections{display:flex;justify-content:space-between}.wizard-section{flex-grow:1;display:flex;flex-direction:column}.wizard-section-title{text-align:center;font-size:1.143em;height:1.143em;line-height:1.143em;box-sizing:content-box;font-weight:400;background:#f5f5f5;color:#666;padding:.625em;text-transform:uppercase;margin-bottom:1.25em;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px}.wizard-steps{display:flex;justify-content:space-between;flex-grow:1}.wizard-step{flex-grow:1;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;position:relative}.wizard-step[data-link]{cursor:pointer}.wizard-step-dot{display:flex;align-items:center;justify-content:center}.wizard-step:not(.first-step) .wizard-step-dot:before{content:'';position:absolute;background:#ccc;width:calc(50% - 1.75em);height:1px;left:0;top:1.714em}.wizard-step:not(.last-step) .wizard-step-dot:after{content:'';position:absolute;background:#ccc;width:calc(50% - 1.75em);height:1px;right:0;top:1.714em}.wizard-step-circle{width:2.5em;height:2.5em;margin:.5em;background:#f5f5f5;color:#666;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.wizard-step-number{font-size:1.15em;font-weight:600}.wizard-step-title{text-align:center;font-weight:400;font-size:.929em;padding:0 5px;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.wizard-section-separator{flex-grow:1;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;position:relative}.wizzard-separator-arrow{font-size:1.143em;height:1.143em;line-height:1.143em;box-sizing:content-box;color:#ccc;padding:.625em .875em;margin-bottom:1.25em}.wizzard-separator-arrow i{line-height:.615em;font-size:1.625em}.wizzard-separator-line{flex-grow:1;position:relative}.wizard-line-holder{height:2.5em;margin:.5em}.wizard-line-holder:before{content:'';position:absolute;background:#ccc;width:100%;height:1px;left:0;top:1.714em}.wizard-section.current .wizard-section-title,.wizard-step.current .wizard-step-circle,.wizard-title-compact.current .wizard-section-title{background:#6cc6e1;color:#fff}.wizard-section.done .wizard-section-title,.wizard-step.done .wizard-step-circle{background:#7ecc30;color:#fff}.wizard-step.done[data-link]:hover .wizard-step-circle{background:#6ab322}.wizard-step.done .wizard-step-title{color:#a0a0a0}.wizard-step.done[data-link]:hover .wizard-step-title{color:inherit}.wizard-step.disabled{cursor:auto!important}.wizard-step.disabled .wizard-step-circle{background:0 0!important;color:#eaeaea!important;border:1px solid #f0f0f0}.wizard-step.disabled .wizard-step-title{color:#dadada!important}.wizard-addon{position:relative;z-index:1;margin-top:20px;padding:25px;border:1px solid #dadada;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px}.addon::before{content:"";position:absolute;bottom:-21px;left:calc(50% - 10px);border-width:0 10px 10px;border-style:solid;border-color:#dadada transparent;display:block;width:0}.addon::after{content:"";position:absolute;bottom:-21px;left:calc(50% - 9px);border-width:0 9px 9px;border-style:solid;border-color:#fff transparent;display:block;width:0}.ticker{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.date-ticker{margin-top:6px}.date-ticker .date-selector-text{font-size:1.714em;text-align:right;margin-top:-.25em}.date-ticker .date-selector-button{display:block;position:relative;text-align:right;margin-top:3px;font-weight:300}.ticker .ticker-arrow{flex-grow:0;float:left;padding:0;height:23px}.ticker .ticker-arrow-prev{margin-right:15px}.ticker .ticker-arrow-next{margin-left:15px}.ticker .ticker-scroll{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;min-width:50px;float:left}.ticker .ticker-scroll .owl-item .scroll-item{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.5;transform:scale(.8);transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;cursor:pointer}.ticker .ticker-scroll .owl-item.owl-active.center .scroll-item{-webkit-filter:none;filter:none;opacity:1;transform:scale(1);transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.spots-container .spots-day{float:left;position:relative;min-height:1px;margin-left:1.5%;width:13%}.spots-container .spots-day:first-child{margin-left:0}.spots-container .spots-date{padding:7px 15px;text-align:center;background:#fafafa;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px}.spots-container .no-spots .spots-date{opacity:.7}.spots-container .no-spots .spots-date span{opacity:.6}.spots-container .spots-entry,.spots-container .spots-spacer{position:relative;display:block;padding:7px 15px;margin-top:7px;text-align:center;background:#eaffd8;color:#666;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.spots-container .spots-entry.flex-one-row{display:flex;align-items:center;justify-content:center}.spots-container .spots-entry.flex-one-row>div{flex-grow:0}.spots-container .spots-entry.flex-one-row>div.stretch{flex-grow:1}.spots-container .spots-entry:hover{background:#c5ff93;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.spots-container .spots-spacer{background:0 0}.spots-container .spots-spacer:before{content:'';position:absolute;top:0;left:50%;height:100%;width:0;border-left:1px dotted #ccc}@media (min-width:768px) and (max-width:991px){.date-ticker .date-selector-text{font-size:1.357em;margin-top:-.105em}}@media (max-width:767px){.wizard-addon{padding:25px 15px}.wizard-title-compact,.wizard-title-compact .wizard-section-title{display:block}.wizard-section-separator,.wizard-section-title,.wizard-step:not(.current-step) .wizard-step-number,.wizard-step:not(.current-step) .wizard-step-title{display:none}.wizard-step-circle{background:#f0f0f0}.wizard-step-number{font-size:.929em}.wizard-step-title{white-space:nowrap;margin-top:.5em}.wizard-step.current-step .wizard-step-circle{width:1.929em;height:1.929em;margin:0 .286em}.wizard-step:not(.current-step) .wizard-step-circle{width:.929em;height:.929em;margin:.5em .286em}.wizard-step:not(.first-step) .wizard-step-dot:before{width:calc(50% - 1.314em);top:.929em}.wizard-step:not(.last-step) .wizard-step-dot:after{width:calc(50% - 1.314em);top:.929em}.wizard-step:not(.first-step):not(.current-step) .wizard-step-dot:before{width:calc(50% - .714em);top:.929em}.wizard-step:not(.last-step):not(.current-step) .wizard-step-dot:after{width:calc(50% - .714em);top:.929em}.date-ticker .date-selector-text{font-size:1em;text-align:center;margin-top:.071em}.date-ticker .date-selector-button{text-align:center;margin-top:7px;font-size:.875em}.ticker .scroll-item .circular-image-container{width:50%;margin:5% 25%}.spots-container .spots-day{width:100%;margin-left:0}.spots-container .no-spots{display:none}}@media (max-width:320px){.ticker .scroll-item .circular-image-container{width:60%;margin:5% 20%}}