* {
  font-family: "open-sans", sans-serif;
}

.valign {
  height: 100%;
  margin: auto;
}

*:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

.container, .container-fluid {
  padding: 0;
}

h1, .h1 {
  font-family: "open-sans-condensed", sans-serif;
  color: #233a77;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4.5em;
  line-height: 1em;
  margin-top: 4rem;
}

h1 u {
  font-family: "open-sans-condensed", sans-serif;
}

h2, .h2 {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
}

p, .p, ul li {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #dcad3e), color-stop(60%, #ffffff));
  background: linear-gradient(-180deg, #dcad3e 65%, #ffffff 60%);
}

.header img {
  width: 45rem;
}

button {
  border: 0;
  background: transparent;
}

.section-02 {
  margin: 6rem 0rem;
}

.section-02 ul {
  margin: 4rem 0rem;
  margin-top: 2rem;
}

.btn.btn-main {
  font-size: 2em;
  font-weight: 800;
  background: #dcad3e;
  padding: 1rem 2rem;
  color: white;
}

.btn.btn-main:hover {
  background: #233a77;
}

.section-03 {
  background: #dcad3e;
  color: white;
  padding: 4rem 0rem 3rem 0rem;
}

.section-03 .h1 {
  margin-top: 0rem;
  line-height: unset;
  color: white;
  margin-bottom: 0;
}

.section-04 {
  padding: 4rem 0rem;
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #f5f5f5), color-stop(60%, #ffffff));
  background: linear-gradient(-180deg, #f5f5f5 75%, #ffffff 60%);
}

.section-04 h2 {
  color: #233a77;
  margin-bottom: 2rem;
}

.section-05 {
  padding: 2rem 0rem;
}

.section-05 .h1 {
  margin-top: 0;
}

.cta {
  background: #60b34f;
  color: white;
  padding: 4rem 6rem;
  margin: 4rem 0rem;
  -webkit-box-shadow: 0px 15px 20px #d2d2d2;
          box-shadow: 0px 15px 20px #d2d2d2;
}

.section-06 {
  margin: 4rem 0rem;
}

.section-06 p {
  padding: 0rem 4rem;
}

.section-07 {
  margin-bottom: 4rem;
}

.section-07 h2 {
  font-size: 3em;
  font-weight: 500;
}

.section-07 img {
  width: 20rem;
  margin: 3rem 0rem;
  margin-bottom: 6rem;
}

.section-07 a {
  font-size: 1.5em;
  color: #233a77;
}

#more {
  display: none;
}

#dots {
  display: none;
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}

.modal-content {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.2);
}

.modal-header .close {
  padding: 0rem 1rem;
  color: white;
}

.modal-dialog {
  max-width: 700px;
}
/*# sourceMappingURL=style.css.map */