@import url('https://fonts.googleapis.com/css?family=Merriweather:700|Open+Sans:400,700&display=swap');
img {
  max-width: 100%;
  height: auto;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #202020;
}
section {
  width: 100%;
  float: left;
  position: relative;
}
h1 {
  font-size: 150%;
  line-height: 36px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-top: 50px;
}
h3 {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.hero {
  background-image: url(../img/bg.png);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.hero .container {
  padding: 60px 0;
  min-height: 100vh;
}
.white-box {
  position: relative;
  width: 100%;
  float: left;
  box-shadow: 20px 0 70px rgba(120, 136, 164, 0.25);
  -webkit-box-shadow: 20px 0 70px rgba(120, 136, 164, 0.25);
  -moz-box-shadow: 20px 0 70px rgba(120, 136, 164, 0.25);
  background-color: #fff;
  z-index: 0;
}
.top-inner {
  position: relative;
  width: 100%;
  float: left;
  padding: 100px 115px 45px;
}
.top-inner .cover {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(226, 232, 243, 0.8) 0%, rgba(226, 232, 243, 0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(226, 232, 243, 0.8) 0%, rgba(226, 232, 243, 0.05) 100%);
  background: linear-gradient(to right, rgba(226, 232, 243, 0.8) 0%, rgba(226, 232, 243, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce2e8f3', endColorstr='#0de2e8f3', GradientType=1);
}
.top-inner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 82px;
  height: 100%;
  background-image: url(../img/before.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 5;
}
.top-inner:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -45px;
  z-index: 0;
  width: 220px;
  height: 90px;
  opacity: 0.3;
  background: -moz-linear-gradient(left, rgba(207, 217, 235, 0.8) 0%, rgba(207, 217, 235, 0.05) 100%);
  background: -webkit-linear-gradient(left, rgba(207, 217, 235, 0.8) 0%, rgba(207, 217, 235, 0.05) 100%);
  background: linear-gradient(to right, rgba(207, 217, 235, 0.8) 0%, rgba(207, 217, 235, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccfd9eb', endColorstr='#0dcfd9eb', GradientType=1);
}
.top-inner .row {
  position: relative;
  z-index: 10;
}
.bottom-inner {
  padding: 45px 115px 100px;
}
.bottom-inner p {
  margin-bottom: 2px;
}
.bottom-inner a {
  color: #202020;
}
@media (max-width: 990px) {
  h3 {
    margin-top: 30px;
  }
  .top-inner {
    padding: 60px 50px 45px;
  }
  .bottom-inner {
    padding: 45px 50px 60px;
  }
  .top-inner:before {
    width: 32px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 125%;
    line-height: 32px;
  }
}
