body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Mono', sans-serif;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 400;
}

.section._1 {
  overflow: hidden;
}

.h-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  color: #000;
  font-size: 36px;
  line-height: 26px;
  font-weight: 400;
  cursor: default;
}

.title.cc-name {
  position: relative;
  z-index: 98;
  max-width: 500px;
  margin-left: -5px;
  font-size: 48px;
  line-height: 120%;
}

.paragraph {
  position: relative;
  z-index: 98;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, .7);
}

.link-box {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #03f;
  text-decoration: none;
  text-transform: uppercase;
}

.link-box:hover {
  cursor: pointer;
  text-decoration: underline;
}

.h-li {
  display: inline-block;
  margin-right: 50px;
  /*flex: 1;
  -ms-flex: 0 0 33.33%;
  -webkit-flex: 1;*/
}

.h-ul {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 500px;*/
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h-ul:hover {
  box-shadow: none;
}

.h-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.h-half {
  position: relative;
  z-index: 0;
  height: auto;
}

.h-inline-link {
  color: #03f;
  text-decoration: none;
}

.h-inline-link:hover {
  text-decoration: underline;
}

.h-link-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
}

.li {
  display: block;
  margin-top: 30px;
}

.ul {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.success-message {
  padding: 45px 50px 50px;
  border-radius: 15px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(225deg, hsla(0, 0%, 100%, .2), #fff);
  background-image: linear-gradient(225deg, hsla(0, 0%, 100%, .2), #fff);
  color: blue;
}

@media (max-width: 991px) {
  .section {
    height: auto;
    min-height: 100vh;
  }
  .section._1 {
    min-height: 0vh;
  }
  .h-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title {
    font-size: 34px;
    line-height: 34px;
  }
  .title.cc-name {
    font-size: 44px;
  }
  .h-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 32px;
    line-height: 32px;
  }
  .title.cc-name {
    font-size: 36px;
  }
  .paragraph {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .title {
    font-size: 26px;
    line-height: 26px;
  }
  .title.cc-name {
    display: block;
    margin-left: -3px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 23px;
  }
  .link-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .h-li {
    margin-right: 30px;
  }
  .h-link-text {
    font-size: 15px;
  }
}
