@import url('https://fonts.googleapis.com/css?family=Lobster&subset=latin-ext');
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
html,
body,
ul,
ol,
p,
menu,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: #857fb9;
  height: 100%;
}
::selection {
  background: transparent;
}
::-moz-selection {
  background: transparent;
}
.container {
  max-width: 1240px;
  min-width: 320px;
  padding: 0 20px;
  margin: auto;
}
.homeCover {
  height: 100%;
  background-color: #857fb9;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  padding-bottom: 100px;
}
.homeCover-shade {
  position: absolute;
  z-index: 0;
  top: 100%;
  margin-top: -100px;
  left: 0;
  opacity: .3;
  width: 100%;
  height: 500px;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.76) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(21%,rgba(0,0,0,0.76)),color-stop(60%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.76) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.76) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.76) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.76) 21%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}
.homeCover-center {
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.homeCover-title {
  color: #fff;
  font-size: 72px;
  font-family: 'Lobster', cursive;
  transform: translate(-100px,0);
  transition: .8s;
  opacity: 0;
}
.homeCover-subtitle {
  color: #5a5965;
  font-size: 30px;
  font-family: 'Lobster', cursive;
  font-weight: normal;
  margin-top: 10px;
  transform: translate(100px,0);
  transition: .8s;
  opacity: 0;
}
.homeCover-container {
  position: relative;
}
.homeCover-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 1;
  padding: 30px 0;
}
.homeCover-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-decoration: none;
  opacity: .6;
  transition: .4s;
  font-size: 20px;
  font-weight: 600;
}
.homeCover-link-ico {
  margin-right: 10px;
  position: relative;
  z-index: 1;
  top: -2px;
  transition: .4s;
}
.homeCover-link-text {
  opacity: 0;
  transition: .8s;
  transform: translate(-50px,0);
  display: inline-block;
}
.homeCover-link:hover {
  opacity: 1;
}
.homeCover-link:hover .homeCover-link-ico {
  margin-right: 20px;
  transform: scale(1.1,1.1);
}
.homeCover-link.animate-in .homeCover-link-text {
  opacity: 1;
  transform: translate(0,0);
}
.homeCover-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.homeCover.animate-in .homeCover-title {
  transform: translate(0,0);
  opacity: 1;
}
.homeCover.animate-in .homeCover-subtitle {
  transform: translate(0,0);
  opacity: 1;
}
.ico-at {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #857fb9;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  font-size: 26px;
}
.ico-at:before {
  content: "@";
}
.reference {
  width: 20%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reference-dot {
  width: 0;
  height: 0;
  background-color: #756fb0;
  box-shadow: 0 0 20px 10px #756fb0;
  transition: 2s;
  border-radius: 50%;
  opacity: 0;
}
.reference-grid {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.reference.animate-in .reference-dot {
  width: 30px;
  height: 30px;
  opacity: .8;
}
@media (min-width: 768px) {
  .reference.animate-in .reference-dot {
    width: 60px;
    height: 60px;
    opacity: .5;
  }
}
