/* Scss Document */
/* PixelSpectrum Colors */
/* White, Gray, Black Scales */
/* Brand Classes */
@import url("https://use.typekit.net/bwx5ziq.css");
.rln-blue {
  color: #3097d6; }

.rln-orange {
  color: #ff5b1a; }

.rln-green {
  color: #89af2c; }

.rln-gray {
  color: #83786f; }

.white {
  color: #FFFFFF; }

.txl {
  text-align: left; }

.txc {
  text-align: center; }

.txr {
  text-align: right; }

.txj {
  text-align: justify; }

.p0 {
  padding: 0px; }

.pl0 {
  padding-left: 0px; }

.pr0 {
  padding-right: 0px; }

.mt0 {
  margin-top: 0px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt60 {
  margin-top: 60px; }

.mt90 {
  margin-top: 90px; }

.mt120 {
  margin-top: 120px; }

.mb0 {
  margin-bottom: 0px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mb90 {
  margin-bottom: 90px; }

.mb120 {
  margin-bottom: 120px; }

.mb-90 {
  margin-bottom: -90px; }

.pt0 {
  padding-top: 0px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt60 {
  padding-top: 60px; }

.pt90 {
  padding-top: 90px; }

.pt120 {
  padding-top: 120px; }

.pb0 {
  padding-bottom: 0px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb60 {
  padding-bottom: 60px; }

.pb90 {
  padding-bottom: 90px; }

.pb120 {
  padding-bottom: 120px; }

.my0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.my20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.my30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.my40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.my60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.my90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.my120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.py0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.py20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.py60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.py90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.py120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.fxl {
  font-size: 6.45vw; }

.fxl- {
  font-size: 6.3vw; }

.fxl-- {
  font-size: 6.1vw; }

.fs16 {
  font-size: 1.000rem; }

.fs21 {
  font-size: 1.313em; }

.fs24 {
  font-size: 1.500em; }

.fs25 {
  font-size: 1.563em; }

.fs26 {
  font-size: 1.625em; }

.fs28 {
  font-size: 1.750em; }

.fs30 {
  font-size: 1.875em; }

.fs32 {
  font-size: 2.000em; }

.fs36 {
  font-size: 2.250em; }

.fs42 {
  font-size: 2.625em; }

.fs44 {
  font-size: 2.750em; }

.fs48 {
  font-size: 3.000em; }

.fs54 {
  font-size: 3.375em; }

.fs60 {
  font-size: 3.750em; }

.fw100 {
  font-weight: 100; }

.fw200 {
  font-weight: 200; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.lh24 {
  line-height: 1.500em; }

.lh28 {
  line-height: 1.750em; }

.lh32 {
  line-height: 2.000em; }

.lh36 {
  line-height: 2.250em; }

.lh40 {
  line-height: 2.500em; }

.lh60 {
  line-height: 3.750em; }

.regular {
  font-weight: normal; }

.col-no-MGR {
  margin-right: 0px;
  padding-right: 0px; }

.col-rPAD {
  padding-left: 0px;
  padding-right: 20px; }

.col-lPAD {
  padding-left: 20px;
  padding-right: 0px; }

.nin {
  visibility: hidden; }

html, body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  height: 100%;
  margin: 0; }

html {
  overflow: hidden;
  font-size: 12px; }

body {
  background: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: auto;
  overflow-x: hidden;
  color: #1E1B19; }

a {
  color: #3097d6; }

.btn {
  background-color: #83786f;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #FFFFFF;
  padding: 16px 32px;
  border-radius: 9px;
  font-weight: 500;
  font-size: 2rem;
  color: #FFFFFF; }
  .btn:hover {
    color: #3D342D;
    border: 1px solid #FFFFFF;
    text-decoration: none !important; }
  .btn.btn-primary {
    background-color: #3097d6; }
    .btn.btn-primary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  .btn.btn-secondary {
    background-color: #ff5b1a; }
    .btn.btn-secondary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  .btn.btn-tertiary {
    background-color: #89af2c; }
    .btn.btn-tertiary:hover {
      background-color: #83786f;
      color: #FFFFFF; }
  .btn.btn-white {
    background-color: #090604;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .btn.btn-white:hover {
      background-color: #090604;
      border: 2px solid #FFFFFF;
      color: #FFFFFF; }
  .btn.btn-pad {
    margin-top: 12px;
    margin-bottom: 54px; }
  .btn.btn-topped {
    margin-top: 36px; }
  .btn.btn-sm {
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 1.2rem; }
  .btn.btn-wm {
    width: 100%; }

.btn-spacer {
  display: inline-block;
  width: 36px; }

h1, h2, h3, h4, h5 {
  font-family: "rajdhani", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2.313em;
  font-weight: 400;
  line-height: 1.438em;
  color: #3097d6; }

h2 {
  font-size: 2.063em;
  font-weight: 400;
  line-height: 1.438em;
  color: #3097d6; }
  h2 span {
    font-weight: 700; }
    h2 span.border-rt {
      border-right: 1px solid #3097d6;
      padding-right: 10px; }

h3 {
  font-size: 1.813em;
  font-weight: 600;
  line-height: 1.438em;
  color: #3097d6; }

h4 {
  font-size: 1.563em;
  font-weight: 500;
  line-height: 1.438em;
  color: #3097d6; }

h5 {
  font-size: 1.313em;
  font-weight: 700;
  line-height: 1.313em;
  color: #3097d6; }

.cform {
  text-shadow: none;
  text-align: center;
  margin-top: 3rem;
  border: 0px; }
  .cform form {
    margin: 3rem 0 5rem 0; }
    .cform form .captcha {
      margin-top: 2rem; }
      .cform form .captcha img {
        width: 21%; }
  .cform h2 {
    font-weight: 300;
    color: #000000; }
  .cform input,
  .cform textarea {
    border: 0px;
    border-bottom: 1px solid #000000;
    background: transparent none;
    width: 100%;
    padding: 1rem 0;
    margin: 1rem 0;
    color: #1E1B19; }
  .cform #sendmessage {
    background-color: #3097d6;
    font-weight: 700;
    margin: 2em 0;
    color: #FFFFFF;
    border: 0px; }

/* /cform */
form input,
form .form-control {
  border-color: #685443; }

.notif {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  padding: 3rem 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0; }
  .notif .wrapinner {
    box-shadow: 0 0 40px #100C08;
    border-radius: .65rem;
    background: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 3rem;
    width: 60%; }
    .notif .wrapinner h3 {
      text-transform: uppercase;
      text-align: center;
      font-size: 2.625vw;
      font-weight: 300;
      margin: 0 0 30px; }
    .notif .wrapinner p {
      text-align: center;
      font-weight: 300;
      font-size: 16px;
      color: #484848; }
    .notif .wrapinner .atag {
      margin: 30px 0 0; }
      .notif .wrapinner .atag a {
        text-transform: uppercase;
        text-decoration: none;
        background: #3097d6;
        text-align: center;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px;
        display: block;
        margin: 0 auto;
        padding: 10px;
        color: #FFFFFF;
        width: 200px; }
        .notif .wrapinner .atag a:hover {
          background: #ff5b1a; }
    .notif .wrapinner .mainbox {
      display: none; }
      .notif .wrapinner .mainbox.openbox {
        display: block; }
      .notif .wrapinner .mainbox.success h3 {
        color: #89af2c; }
      .notif .wrapinner .mainbox.success .atag a.closepopup {
        background: #89af2c; }
      .notif .wrapinner .mainbox.errorsubmission h3 {
        color: #ff5b1a; }
      .notif .wrapinner .mainbox.errorsubmission .atag a.closepopup {
        background: #ff5b1a; }
      .notif .wrapinner .mainbox.errorcaptcha h3 {
        color: #3097d6; }
      .notif .wrapinner .mainbox.errorcaptcha .atag a.closepopup {
        background: #3097d6; }

/* /notif */
.notifopen {
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
  opacity: 1; }

header {
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  z-index: 989898;
  display: flex;
  height: 400px;
  width: 100%; }
  header .RA {
    position: absolute;
    z-index: 999999;
    height: 33px;
    width: 33px;
    left: 0;
    top: 0; }

main {
  text-align: center;
  padding: 0 0; }
  main section.hero {
    background: url("/img/skyline-ads.png");
    justify-content: center;
    background-size: 100%;
    align-items: center;
    display: flex;
    height: 400px;
    width: 100%; }
    main section.hero h1 {
      background-color: rgba(0, 0, 0, 0.77);
      font-weight: 300;
      padding: 1.5rem 20%;
      line-height: 110%;
      font-size: 4rem;
      color: #FFFFFF; }
  main .halfway {
    display: block;
    margin: 0 auto;
    width: 50%; }
  main .split2 {
    vertical-align: middle;
    display: inline-block;
    width: 46%; }
    main .split2:nth-child(2) {
      margin-left: 3.99%; }
    main .split2 img {
      width: 100%; }
  main .split3 {
    vertical-align: middle;
    display: inline-block;
    width: 28%; }
    main .split3-b, main .split3-c {
      margin-left: 5%; }
    main .split3 img {
      width: 100%; }
  main .dots {
    border: 5px solid #3097d6;
    background-color: #FFFFFF;
    vertical-align: middle;
    margin: 0 auto 2rem;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    height: 180px;
    width: 180px; }
    main .dots img {
      margin-top: 18%;
      width: 60%; }
    main .dots-g {
      border-color: #89af2c; }
    main .dots-o {
      border-color: #ff5b1a; }
  main section.content-creators {
    padding: 11rem 10%;
    display: block; }
    main section.content-creators .split2 {
      text-align: left; }
    main section.content-creators h2 {
      color: #100C08; }
      main section.content-creators h2:first-of-type {
        margin-top: 0; }
    main section.content-creators h3 {
      text-transform: uppercase;
      font-weight: 300;
      margin-top: 7rem;
      font-size: 4rem;
      color: #100C08; }
    main section.content-creators .split3 {
      text-align: center; }
      main section.content-creators .split3 p {
        padding: 0 1rem; }
    main section.content-creators .btn {
      display: inline-block;
      margin-top: 2rem; }
  main section.gray {
    background-color: #ececec;
    padding: 0 10% 7rem;
    position: relative;
    display: block;
    clear: both; }
    main section.gray .acc {
      border: 3px solid #ececec;
      background-color: #FFFFFF;
      border-radius: 50%;
      position: absolute;
      overflow: hidden;
      left: calc(50% - 80px);
      height: 160px;
      width: 160px;
      top: -80px; }
    main section.gray h3 {
      font-weight: 300;
      line-height: 110%;
      color: #100C08;
      font-size: 5rem; }
  main section.get-started {
    padding: 3rem 7%; }
    main section.get-started h3 {
      font-weight: 300;
      color: #100C08;
      padding-top: 7rem;
      font-size: 5rem; }

footer {
  padding: 10em 25% 3rem;
  text-align: center;
  font-size: 1.1rem; }
