.page-generic {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 900px) {
  .page-generic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-generic__header {
  max-width: 740px;
  margin: 0 auto;
}

.page-generic__title {
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .page-generic__title {
    margin-bottom: 30px;
  }
}

.page-generic__banner {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .page-generic__banner {
    margin-bottom: 30px;
  }
}

.page-generic__banner-svg {
  position: absolute;
}

.page-generic__banner-svg-left {
  top: -20px;
  left: -50px;
  width: 122px;
  height: auto;
}

@media (max-width: 900px) {
  .page-generic__banner-svg-left {
    width: 52px;
    top: -10px;
    left: -20px;
  }
}

.page-generic__banner-svg-right {
  bottom: -15px;
  right: -40px;
  width: 90px;
  height: auto;
}

@media (max-width: 900px) {
  .page-generic__banner-svg-right {
    width: 55px;
    bottom: -10px;
    right: -20px;
  }
}

.page-generic__content {
  max-width: 550px;
  margin: 0 auto;
}

.page-generic__content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.page-generic__content ul {
  list-style: disc;
  padding-left: 15px;
}

.page-generic__content b {
  font-weight: 700 !important;
}

.page-generic__content > * {
  margin-bottom: 15px;
}

.page-generic .btn {
  width: auto;
  border: 2px solid white !important;
  transition: all 400ms ease;
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 250px;
  box-sizing: border-box;
  margin-right: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-generic .btn .lds-ring {
  display: none;
}

.page-generic .btn.is-loading .lds-ring {
  display: flex;
}

@media (max-width: 500px) {
  .page-generic .btn {
    max-width: 100%;
    width: 100%;
  }
}

.page-generic #form-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-generic #form-contact > div {
  width: 100%;
}

.page-generic #form-contact > div:first-of-type,
.page-generic #form-contact > div:nth-of-type(2) {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  .page-generic #form-contact > div:first-of-type,
  .page-generic #form-contact > div:nth-of-type(2) {
    width: 100%;
  }
}

.page-generic input,
.page-generic textarea {
  margin-bottom: 20px !important;
  padding: 19px 20px;
  width: 100%;
  border-radius: 0;
  background: #fafafa;
  font-family: 'Proxima Nova Alt', sans-serif;
  border: 1px solid #273e39;
  box-sizing: border-box;
}

.notifyjs-bootstrap-success {
  color: white !important;
  background: #27ae60 !important;
  border-color: transparent !important;
  padding: 8px 15px 8px 14px im !important;
}
