body {
  color: #102e4e;
}

/**
 *  Header
 */

header {
  position: relative;
  height: 800px;
  width: auto;
  overflow: hidden;
}

.nav {
  position: relative;
  width: 100%;
  z-index: 2;
}

.nav__menu {
  margin: 0 auto;
}

.nav__link {
  color: #102e4e;
  text-transform: uppercase;
  text-decoration: underline;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  z-index: 1;
}

.banner__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1920px;
  height: auto;
  transform: translate(-50%, 0);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 85%,
    50% 100%,
    50% 100%,
    0 85%,
    0 0
  );
}

/**
 *  Main
 */

.intro {
  font-size: 20px;
}

.intro__title {
  text-align: center;
}

.intro__subtitle {
  text-align: center;
}

.intro__text {
}

.story {
  position: relative;
}

.story__title {
  color: #64be28;
  font-size: 28px;
}

story__title--align-right {
  text-align: right;
}

story__title--align-left {
  text-align: left;
}

.story__text {
  font-size: 14px;
  text-align: justify;
}

.story__image {
  overflow: hidden;
}

.story__image-text {
  font-style: italic;
}

.call-to-action {
}

.call-to-action__text {
  font-size: 20px;
  text-align: center;
}

.call-to-action__button {
  display: block;
  width: 40%;
  min-height: 65px;
  min-width: 200px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  background-color: #64be28;
  border: 1px solid #102e4e;
}

.quote {
  position: relative;
  padding-left: 115px;
}

.quote::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 15px;
  width: 74px;
  height: 59px;
  background-image: url(/static/quote.png);
  background-repeat: no-repeat;
}

.quote__text {
  font-weight: bold;
  font-size: 16px;
}

.quote__caption {
  font-size: 12px;
}

.quote__caption::before {
  content: "—";
}

.benefits {
  font-size: 20px;
}

.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefits__item {
  position: relative;
  padding-left: 30px;
}

.benefits__item i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #64be28;
}
