﻿@font-face{font-family:'Avenir Next Medium';src:url("../../assets/fonts/avenir-next/AvenirNextCyr-Medium.woff2") format("woff2");font-weight:normal;font-style:normal;}.splash-container{display:flex;flex-direction:column;justify-content:center;background-color:#202020;text-align:center;height:100vh;width:100vw;font-family:'Avenir Next Medium';}.splash-container h2{font-size:32px;color:#f6be45;}.splash-short-description{font-size:18px;color:#a0ecf0;}.splash-dot{height:14px;width:14px;border-radius:50%;background-color:#e0e0e0;display:inline-block;-webkit-animation:grow 2.1s infinite ease-in-out both;animation:grow 2.1s infinite ease-in-out both;}.splash-dot.dot1{-webkit-animation-delay:-.96s;animation-delay:-.96s;}.splash-dot.dot2{-webkit-animation-delay:-.48s;animation-delay:-.48s;}@-webkit-keyframes grow{0%,80%,100%{-webkit-transform:scale(0);}40%{-webkit-transform:scale(1);}}