@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Bold.eot");
  src: url("../fonts/AdobeClean-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Bold.woff2") format("woff2"), url("../fonts/AdobeClean-Bold.woff") format("woff"), url("../fonts/AdobeClean-Bold.ttf") format("truetype"), url("../fonts/AdobeClean-Bold.svg#AdobeClean-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Light.eot");
  src: url("../fonts/AdobeClean-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Light.woff2") format("woff2"), url("../fonts/AdobeClean-Light.woff") format("woff"), url("../fonts/AdobeClean-Light.ttf") format("truetype"), url("../fonts/AdobeClean-Light.svg#AdobeClean-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-LightIt.eot");
  src: url("../fonts/AdobeClean-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-LightIt.woff2") format("woff2"), url("../fonts/AdobeClean-LightIt.woff") format("woff"), url("../fonts/AdobeClean-LightIt.ttf") format("truetype"), url("../fonts/AdobeClean-LightIt.svg#AdobeClean-LightIt") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-Regular.eot");
  src: url("../fonts/AdobeClean-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-Regular.woff2") format("woff2"), url("../fonts/AdobeClean-Regular.woff") format("woff"), url("../fonts/AdobeClean-Regular.ttf") format("truetype"), url("../fonts/AdobeClean-Regular.svg#AdobeClean-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Clean";
  src: url("../fonts/AdobeClean-ExtraBold.eot");
  src: url("../fonts/AdobeClean-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdobeClean-ExtraBold.woff2") format("woff2"), url("../fonts/AdobeClean-ExtraBold.woff") format("woff"), url("../fonts/AdobeClean-ExtraBold.ttf") format("truetype"), url("../fonts/AdobeClean-ExtraBold.svg#AdobeClean-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
body, html {
  background-color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "Adobe Clean", "Open Sans", "Raleway", sans-serif;
  color: #2c2c2c;
  padding: 0;
  margin: 0 auto;
}

._container_large {
  max-width: 1300px;
}

nav {
  background-color: white;
  padding: 15px 0;
}
nav ._top_logo {
  display: inline-block;
  max-width: 90px;
  width: 100%;
  height: auto;
}

footer {
  background-color: #222222;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 18px;
  padding: 25px 0;
}
footer ._footer_logo {
  display: inline-block;
  max-width: 100px;
  width: 100%;
  height: auto;
}
footer a {
  color: white;
  margin: 10px 8px;
}
footer a._fs {
  color: white;
  font-size: 20px;
  vertical-align: middle;
  margin: 0 2px;
  display: inline-block;
  width: 23px;
}

._bg_gris {
  background-color: #f5f5f5;
}

.btn {
  border-radius: 25px;
  padding: 2px 15px;
  min-width: 90px;
}
.btn.btn-link-black {
  padding: 0;
  color: black;
  background-color: transparent;
  font-weight: 200;
}
.btn.btn-link-black span svg {
  width: 12px;
  height: auto;
}
.btn.btn-link-black:hover, .btn.btn-link-black:target, .btn.btn-link-black:focus {
  color: black;
  background-color: transparent;
}
.btn.btn-default {
  border-color: #1473e6;
  background-color: #1473e6;
  color: white;
}
.btn.btn-default:hover, .btn.btn-default:target, .btn.btn-default:focus, .btn.btn-default:active {
  background-color: #1473e6;
  color: white;
}
.btn.btn-outline-black {
  border-color: #222222;
  background-color: transparent;
  color: #222222;
}
.btn.btn-outline-black:hover, .btn.btn-outline-black:target, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
  background-color: transparent;
  color: #222222;
}

.text-bold {
  font-weight: bold;
}

.text-extra-bold {
  font-weight: bolder;
}

.text-lite {
  font-weight: 200;
}

h2 {
  margin-bottom: 35px;
}

h5 {
  margin-bottom: 25px;
}

._lp_form {
  margin: 50px 0 10px;
}
._lp_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
}
._lp_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
}
._lp_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
}
._lp_form :-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
}
._lp_form._login label {
  margin-bottom: 20px;
}
._lp_form .form-group {
  margin-bottom: 20px;
}

._video_wrapper {
  position: relative;
  height: 0;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  z-index: 10;
}
._video_wrapper iframe, ._video_wrapper video, ._video_wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._conner_behind_img {
  position: absolute;
  width: 150px;
  height: auto;
  left: -58px;
  top: -58px;
  z-index: 0;
}

._login_spacer {
  padding: 34px 0 0;
}

.text-declaimer {
  font-size: 13px;
  font-weight: bold;
}

._spacer_header {
  padding: 50px 0;
}

._logo_top_landing {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

._t_f_s_35 {
  font-size: 35px;
}

._img_header_art {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: -150px;
}

._spacer_vs {
  margin: 60px auto;
  width: 100%;
  display: block;
  position: relative;
  padding: 2% 0;
}

._box_icons {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
._box_icons img {
  display: block;
  width: 100%;
  max-width: 50px;
  height: auto;
  margin: 10px auto 25px;
}

._intro_text {
  display: block;
  max-width: 593px;
  width: 100%;
  margin-bottom: 50px;
}
._intro_text h4 {
  font-weight: bold;
  margin-bottom: 25px;
}

._video_spacer {
  display: block;
  width: 100%;
  position: relative;
  margin: 50px auto;
}

@media screen and (max-width: 800px) {
  ._img_header_art {
    margin-bottom: 20px;
  }

  ._spacer_header {
    padding: 10px 0;
  }

  ._intro_text h4 {
    font-size: 1.25rem;
  }

  ._spacer_vs {
    margin-top: 15px;
  }

  h2 {
    margin-bottom: 32px;
  }

  ._t_f_s_35 {
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
