@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoRegular/RobotoRegular.woff") format('woff'), url("../fonts/RobotoRegular/RobotoRegular.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoBold/RobotoBold.woff") format('woff'), url("../fonts/RobotoBold/RobotoBold.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoLight/RobotoLight.woff") format('woff'), url("../fonts/RobotoLight/RobotoLight.ttf") format('truetype');
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #f00;
}
body input:required:valid,
body textarea:required:valid {
  color: #666;
}
html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: 0.2s color ease-in;
  transition: 0.2s color ease-in;
}
.extra {
  background-image: url("../../../designs/referral/img/background_top.png");
  background-repeat-y: no-repeat;
  text-align: center;
  padding: 149px 0 98px;
  background-color: #0f1e33;
}
.extra-subtitle {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}
.extra-title {
  color: #00a2ff;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
}
.extra-text {
  margin-top: 50px;
}
.extra-paragraph {
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.extra-paragraph:nth-of-type(2) {
  color: #586271;
}
.extra-bottom {
  margin-top: 100px;
}
.extra-bottom-subtitle {
  color: #fff;
  font-family: "Roboto";
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}
.extra-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 970px;
  margin: 80px auto 0;
}
.extra-item {
  position: relative;
  width: 260px;
}
.extra-item:nth-of-type(2) {
  padding-right: 10px;
}
.extra-item-text {
  color: #fff;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 16px;
}
.extra-step {
  display: inline-block;
  background-image: linear-gradient(-46deg, #7441ff 0%, #1a9fe0 100%);
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: 20px;
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.extra-arrow {
  position: absolute;
}
.extra-arrow-1 {
  left: -74px;
  top: 27px;
}
.extra-arrow-2 {
  right: -62px;
  top: 38px;
}
.ntm {
  background-image: linear-gradient(-46deg, #7441ff 0%, #1a9fe0 100%);
  padding: 100px 0;
  text-align: center;
}
.ntm-title {
  color: #fff;
  font-family: "Roboto";
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
}
.ntm-why {
  margin-top: -155px;
}
.ntm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 50px auto 0;
}
.ntm-item {
  width: 240px;
}
.ntm-text {
  color: #fff;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 12px;
}
footer.footer {
  background-color: #0f1e33;
}
@media (max-width: 1400px) {
  .ntm-image {
    margin: 0 auto;
    max-width: 840px;
  }
}
@media (max-width: 992px) {
  .extra-title {
    font-size: 76px;
    line-height: 76px;
  }
  .extra-subtitle {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .extra-text {
    margin-top: 25px;
  }
  .extra-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .extra-bottom {
    margin-top: 50px;
  }
  .extra-bottom-subtitle {
    font-size: 38px;
  }
  .extra-item {
    width: 214px;
  }
  .extra-item-text {
    font-size: 18px;
    line-height: 26px;
  }
  .extra-arrow-1 {
    left: -37px;
  }
  .extra-arrow-2 {
    right: -31px;
  }
  .ntm-title {
    font-size: 38px;
  }
  .ntm-text {
    font-size: 18px;
  }
  .ntm-image {
    max-width: 660px;
  }
  .ntm-why {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .extra-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .extra-item {
    margin-bottom: 150px;
  }
  .extra-item:last-child {
    margin-bottom: 75px;
  }
  .extra-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .extra-arrow-1 {
    left: calc(50% - 21px);
    top: -95px;
  }
  .extra-arrow-2 {
    top: 200px;
    left: calc(50% - 29px);
  }
  .extra-paragraph {
    font-size: 14px;
  }
  .extra-title {
    font-size: 56px;
    line-height: 60px;
  }
  .extra-subtitle {
    font-size: 28px;
  }
  .extra-bottom {
    margin-top: 25px;
  }
  .extra-bottom-subtitle {
    font-size: 32px;
  }
  .ntm {
    padding: 100px 0 50px;
  }
  .ntm-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ntm-item {
    margin-bottom: 75px;
  }
  .ntm-why {
    margin-top: -100px;
  }
  .ntm-title {
    font-size: 32px;
  }
}
@media (max-width: 620px) {
  .extra {
    padding: 150px 0 30px;
  }
  .extra-paragraph br {
    display: none;
  }
  .ntm {
    padding: 50px 0;
  }
  .ntm-why {
    margin-top: -20px;
  }
}
@media (max-width: 480px) {
  .extra-title {
    font-size: 38px;
    line-height: 46px;
  }
  .extra-bottom-subtitle {
    font-size: 23px;
    line-height: 40px;
  }
  .extra-item:last-child {
    margin-bottom: 50px;
  }
  .ntm-title {
    font-size: 23px;
  }
  .ntm-item:last-child {
    margin-bottom: 25px;
  }
}


.top-nav.dark{
    background-color:#0f1e33;
}

.doref{
    padding-top:30px;
    margin-bottom:-20px;
    text-align:center;
}
.doref a{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    background-color: #00A2FF;
    border-radius: 30px;
    padding: 19px 25px;
    font-weight: bold;
}