
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  height: 100vh;
}
.logo{
  position:absolute;
  width: 100%;
  height: 125px;
  top:20px;
  z-index: 10;
}
path{
  fill-opacity: 0;
  stroke-width:0.50px !important;
  transition: fill-opacity 1s;
}
path.finished{
  fill-opacity:1;
}
.loading{
  position: absolute;
  width: 100%;
  height:100% ;
}
.load-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  color: #055f73;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
section{
  height: 100%;
  width: 100%;

}
header{
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  /*transform: skewY(7deg);*/
  /*transform-origin: top right;*/
  width: 100%;
  height: 40%;
  /*background-color: #055f73;*/
  color: white;
  /*padding-top: 20px;*/
}
video{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.logo-content{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px auto;
}
h1{
  margin: 0;
}
.info{
  position: absolute;
  width: 100%;
  color: white;
}
.card{
  width: 97%;
  margin: 10px auto;
  height: 40%;
  box-sizing: border-box;
  padding: 10px 0;
  box-shadow: rgb(0 0 0 / 14%) 0 2px 2px 0, rgb(0 0 0 / 12%) 0 3px 1px -2px, rgb(0 0 0 / 20%) 0 1px 5px 0;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.icon{
  position:relative;
  width: 20%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  border-right:  1px solid rgba(160,160,160,.2);
}
.icon a{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.info_card{
  width: 79%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
}
.pers{
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 25%;
}
.rs{
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-around;

}
.rs-card{
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.rs-card img{
  width: 80%;
}
article{
  position :relative;
  width: 100%;
  height: 45%;
  max-width: 500px;
  margin: 0 auto;
}
footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  box-sizing: border-box;
}
footer a{
  width: 90%;
  height: 90%;
  background-color: #357494;
  color: #fff;
  text-transform: uppercase;
  max-width: 450px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
}
@media only screen and (min-device-width: 320px)
and (max-device-width:1023px)
and (orientation: landscape) {
  #app {
    min-height: 800px;
  }
  footer{
    margin-top: 40px;
    position:relative;
  }
}