.page-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Background.svg');
  background-position: 0px 0px;
  background-size: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: static;
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-width: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.header {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 415px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 solid transparent;
  background-color: transparent;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block {
  display: block;
  width: 50vw;
  max-width: 50vw;
  margin-right: 0%;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0%;
  padding-left: 0px;
  -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-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;
}

.rise-logo {
  position: relative;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.details-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 415px;
  margin: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #02594d;
  border-radius: 0px;
  background-color: #b6dce1;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: obviously, sans-serif;
  color: #02594d;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-text.intro {
  padding-top: 40px;
}

.div-block-2 {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-icon {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.text-field {
  border-style: solid;
  border-width: 2px;
  border-color: #02594d;
  background-color: transparent;
}

.text-field-2 {
  position: relative;
  top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #02594d;
  border-radius: 1px;
  background-color: transparent;
  font-family: obviously, sans-serif;
  color: #02594d;
  font-weight: 400;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-field-2:focus {
  background-color: rgba(2, 89, 77, 0.16);
  color: #02594d;
}

.text-field-2::-webkit-input-placeholder {
  color: rgba(2, 89, 77, 0.5);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.text-field-2:-ms-input-placeholder {
  color: rgba(2, 89, 77, 0.5);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(2, 89, 77, 0.5);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.text-field-2::placeholder {
  color: rgba(2, 89, 77, 0.5);
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.field-label {
  font-family: obviously, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.submit-button {
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #02594d;
  background-color: #02594d;
  color: #b6dce1;
  text-align: center;
}

.submit-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(2, 89, 77, 0.6);
  border-radius: 1px;
  background-color: rgba(2, 89, 77, 0.6);
  color: #b6dce1;
}

.submit-button:active {
  background-color: transparent;
  color: #02594d;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: none;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.email-form-block {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-family: obviously, sans-serif;
  color: #b6dce1;
  font-size: 12px;
}

.success-message {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #02594d;
  color: #b6dce1;
}

.error-message {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #d63131;
}

.text-block {
  color: #fff;
  text-align: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 40px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    position: static;
    top: 0px;
    bottom: 0px;
    max-height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 60px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 0px none #000;
    background-image: url('../images/Background2-01.svg');
    background-position: 0% 0px;
    background-size: 132%;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .header {
    max-width: 100vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block {
    padding-right: 19%;
    padding-left: 24px;
  }

  .rise-logo {
    max-width: none;
  }

  .details-container {
    border-style: none;
  }
}

@media screen and (max-width: 767px) {
  .page-wrap {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    width: 100vw;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b6dce1;
    background-image: url('../images/Background2-01.svg');
    background-position: 50% 0%;
    background-size: 194%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .header {
    height: 70px;
    padding-bottom: 0px;
  }

  .rise-logo {
    position: static;
    width: 50%;
    height: auto;
    max-height: 100%;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .details-container {
    position: static;
    top: auto;
    height: 100%;
    max-height: 100%;
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .body-text {
    padding: 20px 60px;
  }

  .body-text.intro {
    padding-top: 60px;
  }

  .email-form {
    padding-top: 0px;
  }

  .body {
    background-color: #b6dce1;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .link-block {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .page-wrap {
    overflow: visible;
    max-height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    background-size: 254%;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .header {
    height: 90px;
    max-width: none;
  }

  .div-block {
    width: 100vw;
    padding-right: 0%;
    padding-left: 0px;
  }

  .rise-logo {
    width: 58%;
    height: auto;
    max-height: 100%;
    max-width: none;
    margin-top: 15px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .details-container {
    position: relative;
    top: auto;
    height: auto;
    max-width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .body-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 30px;
    font-size: 12px;
  }

  .body-text.intro {
    padding-top: 40px;
  }

  .email-form {
    padding-top: 0px;
  }

  .email-form-block {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .body {
    background-color: #b6dce1;
  }

  .link-block {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

