@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400&family=Oswald:wght@700&family=Mulish:wght@800&display=swap");
body,
input,
textarea {
  font-family: "Source Sans Pro", sans-serif;
}

.as_body .as_content .as_button {
  background: #d9453c;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.as_body .as_content .as_button:hover {
  background: #e2554c;
}

.as_body .as_content .as_button.copy {
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: #000000;
  background: transparent;
}

.as_body .as_content .as_button.copy:hover {
  color: #d9453c;
  border-color: #d9453c;
}

.as_body .as_content .as_button:before {
  content: "";
  display: none;
}

.as_gateway .as_body {
  background: #ffffff;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: hidden;
}

.as_gateway .as_body .as_context {
  background: transparent;
  color: #000000;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 7.5px double #d9453c;
  margin: 124px 0 50px 0;
  padding: 1.5em 6vw 1.5em 5%;
}

.as_gateway .as_body .as_context h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  padding: 0 10px;
  display: inline;
  background: black;
  color: white;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 92px;
}

.as_gateway .as_body .as_context .as_context_block p:first-of-type {
  margin-top: 2em;
}

.as_gateway .as_body .as_context .as_icon {
  background: #d9453c;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: -3.75px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.as_gateway .as_body .as_content {
  margin: 74px 0 0 50px;
  padding-bottom: 50px;
}

.as_gateway .as_body .as_content p.as_label {
  color: #000000;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  text-align: left;
}

.as_gateway .as_body .as_content .as_block {
  background: #ececec;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.as_gateway .as_body .as_content .as_block .as_field .as_label {
  color: #d9453c;
}

.as_gateway .as_body .as_content .as_block i {
  color: #d9453c;
}

.as_gateway .as_body .as_content .as_block input,
.as_gateway .as_body .as_content .as_block textarea {
  color: #000000;
  background: inherit;
}

.as_gateway .as_body .as_content .as_block .copy_hover:after {
  color: rgba(217, 69, 60, 0);
  background: rgba(217, 69, 60, 0);
}

.as_gateway .as_body .as_content .as_block .copy_hover.hovering:after {
  color: #ffffff;
  background: rgba(217, 69, 60, 0.75);
  text-shadow: 0 0 5px rgba(217, 69, 60, 0.5);
}

.as_gateway .as_body .as_content .screen_multi .as_button_block.icons {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.as_gateway .as_body .as_content .screen_multi .as_button_block.icons div .as_button span.as_icon {
  font-size: 150%;
}

.as_gateway .as_body .as_content .email .e_to,
.as_gateway .as_body .as_content .email .e_sub {
  border-bottom: 1px solid #ffffff;
}

.as_gateway .as_body .as_content .email .e_to .as_label,
.as_gateway .as_body .as_content .email .e_sub .as_label,
.as_gateway .as_body .as_content .email .e_msg .as_label {
  color: rgba(0, 0, 0, 0.7);
}

.as_gateway .as_body .as_content .pretryh1,
.as_gateway .as_body .as_content .as_post_action h1 {
  background: none;
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.as_gateway .as_body .as_content .preconnect i.loader::before {
  color: #d9453c;
}

.as_gateway .as_body .as_logo {
  padding: 10px 40px;
  height: 74px;
  position: absolute;
  top: -124px;
  left: 0;
  width: 100vw;
  bottom: auto;
  background: #000000;
}

.as_gateway .as_body .as_logo img {
  max-width: 279px;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1300px) {
  .as_gateway .as_body .as_context h1 {
    line-height: 74px;
  }
}

@media (max-width: 750px) {
  .as_gateway .as_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .as_gateway .as_body .as_context {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: none;
    border-bottom: 7.5px double #d9453c;
    padding: 42px 0 33.5px 0;
    margin: 60px 25px 0 25px;
    width: auto;
  }
  .as_gateway .as_body .as_context h1 {
    text-align: center;
    line-height: 58px;
  }
  .as_gateway .as_body .as_context .as_context_block {
    text-align: center;
  }
  .as_gateway .as_body .as_context .as_context_block p {
    text-align: left;
  }
  .as_gateway .as_body .as_context .as_context_block p:first-of-type {
    margin-top: 1.5em;
  }
  .as_gateway .as_body .as_context .as_icon {
    top: auto;
    right: auto;
    bottom: -3.75px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .as_gateway .as_body .as_context .as_logo {
    height: 60px;
    top: -60px;
    left: -25px;
  }
  .as_gateway .as_body .as_context .as_logo img {
    margin: 0 auto;
  }
  .as_gateway .as_body .as_content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
    padding: 25px;
  }
  .as_gateway .as_body .as_content p.as_label {
    text-align: center;
  }
  .as_gateway .as_body .as_content .screen_multi .as_block {
    margin-bottom: 2.5em;
  }
  .as_gateway .as_body .as_content .screen_multi .as_button_block.icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=owa_advocate_studio.css.map */