@media only screen and (max-width:1200px){.overlay{display:none!important}}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex.vac{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex.cac{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex.flex-wrap-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex .full-width,.flex .row{width:100%}.flex.justify-content-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.flex.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex.justify-space-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.flex.justify-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000000;background:#2b0306}.overlay .preloader svg{-webkit-animation-name:preloader-in;animation-name:preloader-in;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.overlay .preloader.out svg{-webkit-animation-name:preloader-out;animation-name:preloader-out}.overlay .preloader.animate .outer{-webkit-animation-name:show100;animation-name:show100;-webkit-animation-duration:2.3s;animation-duration:2.3s;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:1}.overlay .preloader .logo{opacity:0;-webkit-animation-delay:.5s;animation-delay:.5s;display:block;width:40%;height:100%;margin:0 auto;text-align:center;background:transparent url(../img/logo-white.svg) no-repeat center center;-webkit-background-size:auto auto;background-size:auto;text-indent:-99999px;padding:5px}.overlay .preloader .logo.fade-out{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:.2s;animation-duration:.2s}@-webkit-keyframes preloader-in{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}25%{opacity:1;-webkit-transform:scale(1.4);transform:scale(1.4)}60%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes preloader-in{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}25%{opacity:1;-webkit-transform:scale(1.4);transform:scale(1.4)}60%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes preloader-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}25%{opacity:1;-webkit-transform:scale(1.4);transform:scale(1.4)}60%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes preloader-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}25%{opacity:1;-webkit-transform:scale(1.4);transform:scale(1.4)}60%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}.loader{position:relative;height:200px;width:200px}.loader svg{position:absolute;top:0}.outer{fill:transparent;stroke:#fff;stroke-width:2;stroke-dasharray:99;stroke-dashoffset:0;opacity:0}.preloader .outer{stroke-dasharray:502}.outer.loading{-webkit-transition:stroke-dashoffset .8s ease;-o-transition:stroke-dashoffset .8s ease;transition:stroke-dashoffset .8s ease}.background{opacity:.5;stroke:#fff;stroke-width:2;fill:transparent}.animate .outer{-webkit-animation-name:show100;animation-name:show100;-webkit-animation-duration:5s;animation-duration:5s;opacity:1;-webkit-animation-timing-function:linear;animation-timing-function:linear}.loader.animate{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}