body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-428 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 1rem;
  position: relative;
  background: #FFFFFF; }
  .default-1-428 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-428 .no-padding {
    padding: 0px !important; }
  .default-1-428 .no-margin {
    margin: 0px !important; }
  .default-1-428 .overlay {
    width: 100%;
    height: 100%;
    background: #23222b;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-out;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.6; }
  .default-1-428 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-428 .row-eq-height:before, .default-1-428 .row-eq-height:after {
    display: inline-block; }
  .default-1-428 .alt {
    display: flex; }
  .default-1-428 .banner-bg-color {
    background: linear-gradient(to right, #6d1386, #3a2099);
    border-radius: 20px; }
  .default-1-428 .banner-details {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 8rem 0 8rem 3rem; }
  .default-1-428 .banner-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #FFF;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: normal; }
  .default-1-428 .banner-desc {
    width: 100%;
    display: inline-block;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 400; }
  .default-1-428 .banner-button-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px; }
  .default-1-428 .banner-free-btn {
    margin: 0px 8px;
    padding: 1.4rem 2rem;
    line-height: normal;
    color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    font-weight: 700;
    font-size: 17px;
    background: #fa6400;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px; }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-428 .banner-free-btn {
      font-size: 13px; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-428 .banner-details {
      padding: 5rem 0 3rem 0rem;
      text-align: center; }
    .default-1-428 .banner-button-main {
      padding: 0rem 0 5rem; } }
  @media screen and (max-width: 767px) {
    .default-1-428 .banner-details {
      padding: 5rem 0 3rem 0rem;
      text-align: center; }
    .default-1-428 .banner-button-main {
      padding: 0rem 0 5rem; } }
  @media screen and (max-width: 480px) {
    .default-1-428 .banner-free-btn {
      padding: 1.4rem 1.8rem;
      font-size: 14px; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-340 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-340 a {
    text-decoration: none;
    display: inline-block;
    outline: none; }
  .default-1-340 .no-padding {
    padding: 0px !important; }
  .default-1-340 .no-margin {
    margin: 0px !important; }
  .default-1-340 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 500ms ease-in-out;
    top: 0px;
    left: 0; }
  .default-1-340 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-340 .row-eq-height:before, .default-1-340 .row-eq-height:after {
    display: inline-block; }
  .default-1-340 .alt {
    display: flex; }
  .default-1-340 .account-content-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    position: relative; }
  .default-1-340 .account-content-bg-img {
    width: 100%;
    height: 727px;
    object-fit: cover;
    margin: 0px; }
  .default-1-340 .account-content {
    width: 100%;
    float: left;
    margin: 0px;
    background: rgba(45, 66, 128, 0.95);
    padding: 5rem 4rem 0rem; }
  .default-1-340 .account-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 2.5rem 0;
    color: #FFF;
    font-size: 5rem;
    line-height: normal;
    font-weight: 300; }
  .default-1-340 .account-desc {
    width: 100%;
    display: inline-block;
    margin: 0px 0 1rem 0;
    color: #FFF;
    font-size: 20px;
    line-height: normal;
    font-weight: 300; }
  .default-1-340 .create-account {
    width: 100%;
    float: left;
    margin: 0px;
    background: #FFFFFF;
    padding: 5rem 4rem 0rem; }
  .default-1-340 .create-account-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 5px 0;
    color: #333333;
    font-size: 24px;
    font-weight: 400; }
  .default-1-340 .create-account-sub-title {
    width: 100%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    color: #818181;
    font-size: 14px; }
  .default-1-340 .account-input-box {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0; }
    .default-1-340 .account-input-box label {
      width: 100%;
      margin: 0px 0 5px 0;
      font-size: 17px;
      color: #818181;
      font-weight: 600; }
    .default-1-340 .account-input-box input {
      outline: none;
      background: #FCFCFC;
      color: #818181;
      font-size: 15px;
      font-weight: 400;
      border: 1px solid #dbdbdb;
      border-radius: 2px;
      padding: 1.5rem 1.3rem;
      line-height: normal;
      width: 100%; }
    .default-1-340 .account-input-box .radio-button {
      width: auto;
      margin: 1.8rem 1rem 0 0rem;
      vertical-align: -2px; }
  .default-1-340 .continue-btn {
    text-decoration: none;
    display: inline-block;
    margin: 1.8rem 0 4rem 0;
    padding: 1.5rem 3rem;
    line-height: normal;
    cursor: pointer;
    background: #3A5BF2;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .default-1-340 .account-content-bg-img {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    .default-1-340 .account-content {
      padding: 5rem 1.5rem 0rem; }
    .default-1-340 .create-account {
      padding: 5rem 1.5rem 0rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-54 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0;
  padding: 2rem 0;
  position: relative;
  background: #3A3939; }
  .default-1-54 a {
    outline: none;
    text-decoration: none; }
  .default-1-54 .no-padding {
    padding: 0px !important; }
  .default-1-54 .no-margin {
    margin: 0px !important; }
  .default-1-54 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-54 .row-eq-height:before, .default-1-54 .row-eq-height:after {
    display: inline-block; }
  .default-1-54 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 400ms ease-in;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1; }
  .default-1-54 .copy-right {
    display: inline-block;
    margin: 0px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px; }
  .default-1-54 .copy-right a {
    color: #ffffff; }
  .default-1-54 .footer-menu {
    float: right;
    margin: 0.6rem 0 0;
    font-size: 13px; }
  .default-1-54 .footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .default-1-54 .footer-menu li a {
    padding: 0rem 1rem;
    text-decoration: none;
    color: #ffffff; }
  .default-1-54 .footer-menu li {
    display: inline-block; }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-54 .copy-right {
      width: 100%;
      text-align: center; }
    .default-1-54 .footer-menu {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .default-1-54 .copy-right {
      width: 100%;
      text-align: center; }
    .default-1-54 .footer-menu {
      width: 100%;
      text-align: center; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 50%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

/*# sourceMappingURL=default-1-54.css.map */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .default18 ul {margin: 0 0 30px 0 !important;}
}

@media screen and (max-width: 767px) {
  .default18 .navbar-brand {text-align: center; width: 100%;}
  .default18 .bottom-menu .title {text-align: center; width: 100%; margin: 25px 0 5px 0;}
  .default18 .bottom-links {width: 100%; text-align: center;}
}