body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #051b35;
  background-image: url('../images/Cloud_BG2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.h1 {
  text-align: center;
}

.tag {
  margin-bottom: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.stack-img {
  max-width: 160px;
  margin: 50px auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  -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;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #7666ba;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.link-block:hover {
  background-color: #fd2c63;
  box-shadow: 1px 1px 10px 0 hsla(0, 0%, 100%, 0.1);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.link-block.w--current {
  text-decoration: none;
}

.text-block {
  margin-right: 10px;
  text-decoration: none;
}

.bevl-logo-footer {
  max-width: 80px;
  margin-top: 10px;
}

.footer-text {
  margin-top: 40px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.external-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.external-link.right {
  margin-left: 20px;
}

.external-link-text {
  margin-right: 6px;
}

.footer-external-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.text-highlight {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(59%, hsla(0, 0%, 100%, 0)), color-stop(60%, rgba(253, 44, 99, 0.5)), color-stop(90%, rgba(253, 44, 99, 0.5)), color-stop(91%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 59%, rgba(253, 44, 99, 0.5) 60%, rgba(253, 44, 99, 0.5) 90%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0));
}

.tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 4px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.padlock-icon {
  margin-right: 8px;
  margin-bottom: 1px;
}

.tag-text {
  font-size: 12px;
  line-height: 18px;
}

