@keyframes ldio-vsij3190wd {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-vsij3190wd div {
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid #010101;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-vsij3190wd div {
  animation: ldio-vsij3190wd 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-v84u5tj9ne8 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-vsij3190wd {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-vsij3190wd div { box-sizing: content-box; }
.hidden {
  overflow: hidden;
}
.hide {
  display: none !important;
}
.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbdbdb;
}
::-webkit-scrollbar {
  display: none;
}

#hero {
  display: block;
  height: 100vh;
  background-color: #dbdbdb;
  padding-top: 10%;
  margin-left: 210px;
  width: 85%;
}

section {
  width: 100%;
  position: relative;
}

.lateral {
  display: block;
  height: 100vh;
  overflow-y: hidden;
  z-index: 1038;
  bottom: 0;
  float: none;
  left: 0;
  position: fixed;
  top: 0;
  background-color: #a7a5a5;
  width: 250px;
}

h1 {
  font-size: 30px;
  margin-top:-7%;
  text-align: center;
  font-weight: 600;
}

h2 {
  text-align: center;
  margin-top: 100px;
  color: #182e77;
  font-weight: 600;
}

.justify {
  text-align: justify;
  color: #182e77;
  font-weight: 500;
}

.p10 {
  padding: 10px;
}

.mt30 {
  margin-top: 30px;
}

.dflex {
  display: flex;
}

.img-rezise {
  max-width: 25%;
  display: block;
  margin: auto;
}

.img-left {
  margin-right: -5%;
  margin-left: 15%;
}

.txt-color {
  color: #182e77;
}