.cover-header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: 30%;
  margin: auto;
  min-width: 320px;
  min-height: 250px;
  z-index: 5;
}

.badge-beta {
  float: left;
  color: #ffffff;
  padding: 0px 2px;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  font-weight: bold;
  margin-left: 39px;
}

/* Text colors */
.color-primary {
  color: #2b69e9; }

.color-primary-hover {
  color: #003569; }

.color-danger {
  color: #ff3d3d; }

.color-success {
  color: #9BE15D; }

.color-info {
  color: #2b69e9; }

.color-light {
  color: #f7f9fb; }

.color-mid {
  color: #6D7784; }

.color-dark {
  color: #293340; }

.lightbg {
  background-color: #ffffff;
  }

body {
  font-family: "Timeable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #293340;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.onprogress:after {
  content: "";
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95) url("../img/round-loading.svg") center no-repeat; }

a {
  text-decoration: none;
  outline: none;
  color: #2b69e9;
  }

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit; }

  .fancy-field .terms-label {
    top: 0;
    position: relative;
    left: 0;
    line-height: 1.5;
    padding: 23px 20px;
    display: block;
    height: auto;
}
.section {
  padding: 120px 0; }

.section-title {
  margin: 0 0 51px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500; }

@media screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
    line-height: 34px; } }

/* Prices */
#packages {
  position: relative;
  overflow: hidden;
  background-color: #1d252e;
  }
  #packages:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 55%; */
    /* background-color: #2b69e9; */
    content: "";
    z-index: 0;
    }
  #packages .section-title {
    color: #fff; }

/* Footer */
footer {
  padding: 40px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600px;
  background-color: #293340;
  position: absolute;
  width: 100%;
  }

.footer-logo {
  float: left; }
  .footer-logo img {
    display: block;
    height: 40px;
    width: auto;
    }

footer .copyright {
  float: right;
  margin-top: 10px; }

.footer-lang-selector {
  border: none;
  margin-right: 10px;
  padding: 6px 16px;
  padding-right: 6px;
  display: inline-block;
  outline: none;
  background-color: #2b69e9;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 10px;
  -o-border-radius: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 5px;
  width: auto;
  border-right: 10px solid #2b69e9;
}

.footer-lang-selector option {
  color: #293340; }

@media screen and (max-width: 992px) {
  footer {
    padding: 45px 0; } }

@media screen and (max-width: 425px) {
  .g-recaptcha {
  	left: -31px;
    position: relative;
  }
  footer {
    font-size: 12px;
    line-height: 17px;
    text-align: center; }
  .footer-logo {
    float: none; }
    .footer-logo img {
      height: 30px;
      display: block;
      margin: 0 auto 20px; }
  .footer-lang-selector {
    float: none;
    margin-bottom: 20px; }
  footer .copyright {
    margin-top: 5px;
    float: none; } }

/* Login */
#login .sub {
  font-size: 12px;
  line-height: 20px;
  color: #BEBEBE; }
  #login .sub a {
    float: right;
    color: inherit; }
    #login .sub a:hover {
      color: #6D7784; }
  #login .sub label {
    float: left; }

#login .subinfo {
  margin: 16px 0 22px;
  font-size: 16px;
  line-height: 1.5 !important;
  line-height: 28px;
  font-weight: 300; }

#login .rightside .button {
  min-width: 152px; }

@media screen and (max-width: 768px) {
  #login .rightside {
    text-align: center; }
    #login .rightside .button {
      display: block;
      width: 100%; } }

/* FB Login */
.socialloginbtn {
  max-width: 230px;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  background-color: #f1f1f3;
  display: block;
  padding: 12px 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(19,20,49,.4);
}

.fbloginbtn:hover {
  background-color: #2b69e9;
  color: #fff;
}

.gloginbtn:hover {
  background-color: #ea4335;
  color: #fff;
}

.socialloginbtn span {
  font-size: 18px;
  vertical-align: -2px;
  margin-right: 4px;
}

.or-other-notice {
  color: rgba(19,20,49,.4);
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -17px;
  padding: 0 15px;
  background: #fff;
  width: 50px;
  text-transform: uppercase;
}

#signup .or-other-notice {
  top: -27px;
}

/* Simple form (Signup, recovery) */
#recovery .simpleform {
  margin: 0; }
.simpleform {
  margin: 0 0 80px 0;
  }
#signup fieldset,
#login fieldset,
#recovery fieldset,
#password-reset fieldset{
  box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -o-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  border: 1px solid rgba(19,20,49,.1);
  padding: 0;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
  .simpleform .title {
    margin: 0 0 20px;
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center; }
  .simpleform form {
    max-width: 349px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    }
  .simpleform .sub {
    margin: 40px auto 0;
    max-width: 320px;
    color: #bdbfc9;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    }
    .simpleform .sub div {
      margin-bottom: 5px; }
    .simpleform .sub a {
      text-decoration: underline;
      color: #2b69e9;
      }
    .simpleform .sub a:hover {
    	color: #1c4497;
    	}

@media screen and (max-width: 425px) {
  .simplefmob {
    margin: 0 0 50px 0 !important; }
  .simpleform {
    margin: 0; }
    .simpleform .title {
      margin-bottom: 26px;
      font-size: 22px;
      line-height: 1.3;
      }
    .simpleform form {
      padding: 5px;
      border-radius: 5px;
      max-width: 300px; } }

/* Form */
.fluid {
  display: block !important;
  width: 100% !important; }

.form-result {
  font-size: 16px;
  line-height: 20px; }
  .form-result > div {
    margin-bottom: 5px; }
  .form-result > div:last-child {
    margin-bottom: 0px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f9fb inset !important;
  }
  
input:-webkit-autofill ~ label {
	top: 15px;
  color: rgba(19,20,49,.4);
  font-size: 13px;
}

.input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 16px !important;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  padding: 35px 20px 15px;
  }
  .input:focus {
    border-color: #2b69e9;
    font-size: 15px; }

.input.error {
  background-color: #fff0f0; 
}

.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 44px;
  padding: 12px 12px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-family: "Timeable", sans-serif;
  color: #fff;
  font-weight: 600;
  outline: none;
  border: none;
  background-color: #2b69e9;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  }
  .button:hover {
    background-color: #2655b7;
    background: #2655b7;
    }  
  .signup-logo {
    display: block;
    margin: 0 auto;
    width: 192px;
    float: none !important;
    padding: 0 0 35px 0;
    filter: grayscale(1) invert(1);
    opacity: 0.25;
  }
  .signup-logo img {
    height: 70px !important;
    margin: 0 auto;
  }
  .login-timeabe:hover {
  	color: #fff !important;
  	background-color: #2b69e9 !important;
  }

.button--dark {
  background-color: #293340;
  background-image: none; }
  .button--dark:hover {
    background-color: #ffffff;
    background-image: none;
    color: #2b69e9;
    }

.button--oval {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #2b69e9;
  border-radius: 5px;
  border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -webkit-border-radius: 50px;
  }

.button--outline {
  background: transparent;
  border: 2px solid #fff;
  line-height: 18px;
  border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -webkit-border-radius: 50px;
  }

.button--outline:hover {
  color: #191b24;
  background: #fff; }

.cover-not-found-bg .button--outline:hover {
  color: #191b24;
  background: #fff; }

.button--small {
  height: 40px;
  padding: 10px 20px; }

/* Checkbox */
.checkbox {
  display: none; }

.checkbox + div {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .checkbox + div .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; }

.checkbox:checked + div {
  color: #293340; }

.checkbox + div .icon.unchecked {
  opacity: 1;
  visibility: visible; }

.checkbox + div .icon.checked {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7); }

.checkbox:checked + div .icon.checked {
  color: #1d51bf;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Fancy field */
.fancy-field {
  position: relative;
  border-bottom: 1px solid rgba(19,20,49,.1);
}

.fancy-field .input-first {
  border-radius: 4px 4px 0 0;
}

.fancy-field .input-last {
  border-radius: 0 0 4px 4px;
}

.fancy-field:last-child {
  border-bottom: none;
}
  select.input {
    color: #000;
    height: 68px;
    padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjU1IDI1NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU1IDI1NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJhcnJvdy1kcm9wLWRvd24iPgoJCTxwb2x5Z29uIHBvaW50cz0iMCw2My43NSAxMjcuNSwxOTEuMjUgMjU1LDYzLjc1ICAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%, 0 0;
    background-size: .65em auto, 100%;
  }
  .fancy-field label {
    position: absolute;
    margin-bottom: 0;
    top: 25px;
    font-size: 15px;
    line-height: inherit;
    color: rgba(19,20,49,.4);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    left: 20px;
    }
  .fancy-field .input:focus + label,
  .fancy-field .input.hasvalue + label {
    top: 15px;
    color: rgba(19,20,49,.4);
    font-size: 13px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    }

/* Feature List */
.feature-list-item {
  float: left;
  width: 22.75%;
  margin-top: 3%;
  margin-right: 3%;
  text-align: center;
  color: #6D7784; }
  .feature-list-item:nth-child(1), .feature-list-item:nth-child(2), .feature-list-item:nth-child(3), .feature-list-item:nth-child(4) {
    margin-top: 0; }
  .feature-list-item:nth-child(4n) {
    margin-right: 0; }
  .feature-list-item > div {
    padding: 30px 30px 40px;
    background-color: #f7f9fb; }

.feature-list-item .imgbox {
  position: relative;
  max-width: 90px;
  margin: 0 auto 15px; }
  .feature-list-item .imgbox > div {
    padding-top: 100%; }
  .feature-list-item .imgbox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; }

.feature-list-item:hover .imgbox img {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96); }

.feature-list-item .label {
  display: block;
  height: 19px;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.feature-list-item:hover .label {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

@media screen and (max-width: 768px) {
  .feature-list-item {
    width: 31.33%; }
    .feature-list-item:nth-child(4) {
      margin-top: 3%; }
    .feature-list-item:nth-child(4n) {
      margin-right: 3%; }
    .feature-list-item:nth-child(3n) {
      margin-right: 0; } }

@media screen and (max-width: 600px) {
  .feature-list-item {
    width: 48.50%; }
    .feature-list-item:nth-child(3) {
      margin-top: 3%; }
    .feature-list-item:nth-child(4n) {
      margin-right: 3%; }
    .feature-list-item:nth-child(3n) {
      margin-right: 3%; }
    .feature-list-item:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 425px) {
  .feature-list-item > div {
    padding: 20px 20px 30px; }
  .feature-list-item .imgbox {
    max-width: 50px; }
  .feature-list-item .label {
    height: 17px;
    font-size: 12px;
    line-height: 17px; } }

/* Package list */
.package-list {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  }

.package-list-item {
  float: left;
  width: 32%;
  text-align: center;
  background-color: #293340;
  margin: 0.5%;
  border-radius: 7px;
  }
  .package-list-item > div {
    padding: 44px 33px 69px; }
  .package-list-item sup {
    top: -.5em;
    font-size: 60%; }
  .package-list-item .price {
    color: #ffffff;
    }
    .package-list-item .price .number {
      font-size: 40px;
      font-weight: 500;
      line-height: 1;
      }
    .package-list-item .price .per {
      left: 22px;
      display: block;
      font-size: 16px;
      opacity: 0.5;
      margin-top: 7px;
      }
  .package-list-item .title {
    margin: 36px 0 10px;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    }
  .package-list-item .annual {
    padding: 18px 0;
    color: #ffffff;
    }
    .package-list-item .annual .save {
      margin-top: 5px; }
    .package-list-item .annual .save span {
      position: relative;
      color: #b9b9b9;
      }
      .package-list-item .annual .save span:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #b9b9b9;
        }
  .package-list-item .feature {
    padding: 18px 0;
    border-top: 1px solid #ffffff26;
    }
    .package-list-item .feature .not {
      text-decoration: line-through;
      opacity: .4;
      }
    .package-list-item .feature .icon {
      display: inline-block;
      font-size: 24px;
      line-height: 1;
      color: #ffffff;
      margin: 5px !important;
      }
  .package-list-item .feature-title {
    margin-bottom: 7px;
    color: #6d7784;
    opacity: 1;
    font-weight: 600;
    }
  .package-list-item .choose {
    margin-top: 27px; }
    .package-list-item .choose a {
      display: block;
      width: 100%;
      max-width: 210px;
      margin: 0 auto; }
  .package-list-item .module {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 7px 6px 5px;
    margin: 2px 1px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .package-list-item .module.disabled {
      color: #6D7784 !important;
      background: #293340 !important;
      border: 1px solid #6D7784 !important;
      }

@media screen and (max-width: 768px) {
  .package-list {
    background-color: transparent; }
  .package-list-item {
    float: none;
    width: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    } }

header {
  padding: 65px 0;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
  }

.header-logo {
  float: left; }
  .signup-logo img {
    height: 40px !important;
  }
  .signup-logo .badge-beta {
    margin-left: 54px;
  }
  .header-logo img {
    display: block;
    height: 40px;
    width: auto;
    margin-top: 0px;
    }

.header-nav {
  float: right;
  font-size: 14px;
  line-height: 20px; }
  .header-nav ul {
    float: left;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    }
  .header-nav li {
    float: left;
    margin: 0 39px 0 0;
    padding: 0; }
  .header-nav a {
    color: inherit; }
  .header-nav .link {
    float: left;
    margin-top: 10px;
    margin-left: 26px;
    font-weight: 600; }
  .header-nav .button {
    float: left;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 20px; }

@media screen and (max-width: 992px) {
  header {
    padding: 30px 0; } }

@media screen and (max-width: 768px) {
  .header-nav .main-menu ul {
    display: none; } }

@media screen and (max-width: 425px) {
  .signup-logo img{
    height: 35px !important;
  }
  .header-logo img {
    height: 40px;
    }
  .header-nav .link {
    margin-top: 5px;
    margin-left: 0px; }
  .header-nav .button {
    height: 36px;
    padding: 5px 15px;
    margin-left: 10px;
    line-height: 22px;
    } }

.cover {
  text-align: center;
  color: #fff;
  height: 100vh;
  min-height: 300px;
  background-color: #1f252c;
  }
  .cover .button {
    display: block;
    width: fit-content;
    min-width: 80px;
    margin: 40px auto 0;
    }
  .cover .trial {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300; }

.cover-title {
  margin: 20px auto 30px;
  max-width: 600px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  }

.cover-summary {
  margin: 30px auto;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.5;
  }

@media screen and (max-width: 768px) {
    .cover .button {
      margin-top: 30px;
      }
  .cover-title {
    max-width: none;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 42px; }
  .cover-summary {
    margin: 20px auto;
    font-size: 14px;
    line-height: 20px; } }

@media screen and (max-width: 425px) {
  .cover-title {
    font-size: 22px;
    line-height: 1.3;
    }
  .cover-summary {
    font-size: 13px;
    line-height: 1.5;
    } }

/* Two side page */
.twosidepage .leftbg,
.twosidepage .rightbg {
  position: absolute;
  top: 0;
  width: 50%;
  min-height: 100%; }

.twosidepage .leftbg {
  left: 0;
  background-color: #fff;}

.twosidepage .rightbg {
  left: 50%;
  background-color: #1f2018; 
  background: #1f2018 url(/assets/img/signup-bg.jpg);
  background-size: cover;
  background-position: 50%;}

.twosidepage .leftside,
.twosidepage .rightside {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.twosidepage .leftside {
  left: 0; }

.twosidepage .rightside {
  color: #fff;
  left: 50%; }

.twosidepage .innerwrp {
  max-width: 300px;
  margin: 0 auto; }

.twosidepage .section-title {
  margin-bottom: 16px; }

@media screen and (max-width: 768px) {
  .twosidepage .leftbg, .twosidepage .rightbg {
    display: none; }
  .twosidepage .leftside,
  .twosidepage .rightside {
    position: static;
    top: auto;
    width: auto;
    padding: 70px 20px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .twosidepage .leftside {
    background-color: #fff;
    height: calc(100vh - 140px); }
  .twosidepage .rightside {
    background-color: #1c51bf; } }

/**
 * Mini page
 */
.minipage .inner {
  max-width: 400px;
  margin: 80px auto;
  text-align: center; }

.minipage .icon {
  display: block;
  margin-bottom: 24px;
  font-size: 50px;
  color: #2b69e9; }

.minipage p {
  margin: 0 0 20px;
  color: #6D7784;
  font-size: 15px;
  line-height: 1.5; }

.minipage-title {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 300;
  line-height: 41px; }
  
/**
* Back Button
*/

#recovery .back-button {
	margin: 25px 20px;
}

#signup .back-button {
  margin: 25px 20px 45px;
}

@media screen and (max-width: 500px) {
  #signup .back-button {
    text-align: center;
  }
}

#recovery .back-button a,
#signup .back-button a {
	border-radius: 100px;
	line-height: 30px;
	padding: 6px 16px 6px 14px;
	color: #a1a1ac;
	background-color: #f1f1f3;
	font-weight: 600;
	font-size: 14px;
}

#recovery .back-button a:hover {
	color: #fff;	
	background-color: #2b69e9;
}

#signup .back-button a:hover {
	color: #fff;
	background-color: #2b69e9;
}

#recovery .back-button span,
#signup .back-button span {
padding-right: 5px;
}

.recaptcha {
  margin-left: 24px;
  margin-right: 24px;
}

.button--circle {
  background-color: #2b69e9;
  background: #2b69e9;
  border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 28px;
}

/**
* Login Improvements
*/

.login-notice {
  font-size: 15px;
  line-height: 1.5;
  background-color: #ffdada;
  color: #ff3030;
  border-radius: 5px;
  padding: 18px 20px;
  border: 1px solid #ffbcbc;
  box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -o-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.03);
}

.waitlist-notice {
  font-size: 15px;
  line-height: 1.5;
  background-color: #e6f0ff;
  color: #2b69e9;
  border-radius: 5px;
  padding: 18px 20px;
  border: 1px solid #b3c7ff;
  box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -o-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.03);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.03);
}

#signup hr {
  background: #f5f5f5;
  border: none;
  height: 1px;
  max-width: 350px;
  margin: 30px auto 20px auto;
}

#login hr {
  background: #f5f5f5;
  border: none;
  height: 1px;
  max-width: 350px;
  margin: 25px auto 10px auto;
}

.sign-up-one {
  top: 50%;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.align-center {
  text-align: center;
}

input#terms {
  height: auto;
  width: auto;
  float: left;
  margin: 2px 10px 10px 0;
}

.terms-label.error {
  background-color: #fff0f0; 
}

.copyright a {
  color: white;
  text-decoration: underline;
}

.terms-label p {
  margin: 0;
  font-size: 12px;
}

.fancy-field-last {
  border-bottom: none !important;
}

.simpleform .desc {
  margin: 20px auto;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  opacity: 0.5;
  max-width: 500px;
  padding: 0 25px;
}

.button--fill {
  color: #000 !important;
  background: #fff;
}

.button--fill:hover {
  color: white !important;
  background: transparent;
}

.button--sign-up {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .main-signup,
  .main-login,
  .main-hello {
    display: none;
  }

  .header-logo {
    margin: 0 auto;
    display: table;
  }

  .header-logo-section {
    display: flex;
    flex: none;
    float: none;
    width: fit-content;
  }
}

.topbar-profile .fb-accounts-pic {
  width: 33px;
  height: 33px;
  padding: 0;
}

.topbar-profile .circle {
  float: left;
  display: block;
  border-radius: 50%;
}

.context-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) rotateX(0deg);
  -moz-transform: translateY(0px) rotateX(0deg);
  -ms-transform: translateY(0px) rotateX(0deg);
  -o-transform: translateY(0px) rotateX(0deg);
  transform: translateY(0px) rotateX(0deg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.context-menu {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateY(-10px) rotateX(10deg);
  -moz-transform: translateY(-10px) rotateX(10deg);
  -ms-transform: translateY(-10px) rotateX(10deg);
  -o-transform: translateY(-10px) rotateX(10deg);
  transform: translateY(-10px) rotateX(10deg);
  z-index: 100;
}

.context-menu > ul {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
  white-space: nowrap;
  text-align: left;
  list-style: none;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px;
  padding: 5px;
  display: block;
}

.context-menu > ul a {
  display: block;
  padding: .25rem 0.75rem;
  color: inherit;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500;
}

.topbar-profile .arrow {
  margin: 8px 0 0px 1px;
  float: left;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}

.context-menu-wrapper {
  position: relative;
}

.context-menu > ul a:hover {
  background-color: #2b69e9;
  color: #f5f5f5;
}

.context-menu > ul li {
  float: none;
  margin: 0;
  padding: 0;
}

.cover-not-found-bg {
  background: linear-gradient(to bottom, rgb(0 0 0 / 30%), rgb(0 0 0 / 50%));
}

.cover-not-found-bg-image {
  background-image: url(/inc/themes/default/assets/img/jungle.jpg);
  background-size: cover;
  background-position: center center;
}

.rain {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rain.back-row {
  display: block;
  z-index: 1;
  bottom: 60px;
  opacity: 0.5;
}

.drop {
  position: absolute;
  bottom: 100%;
  width: 15px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(90vh);
  }
  100% {
    transform: translateY(90vh);
  }
}

.stem {
  width: 1px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-link {
  display: inline-block;
  width: auto;
  padding: 6px 16px;
  line-height: 24px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  outline: none;
  background-color: #1d252e;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: fit-content;
}

.footer-link:hover {
  background-color: #2b69e9;
  color: #fff;
}

.mt-5-force {
  margin-top: 5px !important;
}

.mt-10-force {
  margin-top: 10px !important;
}

.mt-15-force {
  margin-top: 15px !important;
}

.mt-20-force {
  margin-top: 20px !important;
}

.mb-5-force {
  margin-bottom: 5px !important;
}

.mb-10-force {
  margin-bottom: 10px !important;
}

.mb-15-force {
  margin-bottom: 15px !important;
}

.mb-20-force {
  margin-bottom: 20px !important;
}

.notify__icon .mdi {
  font-size: 22px;
}

.notifications-container {
  max-width: 360px !important;
}

@media screen and (max-width: 400px) {
  .notifications-container {
    --distance: 0 !important;
    padding: 0px 15px;
    max-width: 100% !important;
  }
}

.button--login-new {
  width: fit-content;
  padding-right: 28px;
  padding-left: 28px;
  line-height: 44px;
  color: white;
}

.row {
  margin-left: auto !important;
  margin-right: auto !important;
}

span.module.tippy {
  margin: 0;
  background-color: #2b69e9 !important;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.modules {
  max-width: 250px;
  margin: 0 auto;
}

.tippy-tooltip {
  background-color: #2b69e9 !important;
}

.tippy-tooltip [x-circle] {
  background-color: #2b69e9 !important;
}

.cover-page {
  height: 170px;
  min-height: 170px;
}

.section-page {
  min-height: calc(100vh - 360px);
  padding: 0;
  color: #ffffff;
}

.site-page {
  background-color: #293340;
}

.cover-title-page {
  margin: 50px 0 30px 0;
  text-align: left;
}

.label-soon {
  color: #6D7784 !important;
  border: 1px solid #6D7784 !important;
}

#video-container-bg {
  position: absolute;
  background-color: #1d252e;
  z-index: 1;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
}

.topbar-profile {
  margin-top: 3px;
}

.topbar-renew-close {
  color: white;
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.minipage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.menu-separator {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #FF9800;
}

.menu-section {
  /* display: block; */
  border-radius: 6px;
  padding: 7px 5px;
  margin: 7px 7px;
}

.context-menu > ul .menu-section a {
  color: #ff9800;
}

.context-menu > ul .menu-section a:hover {
  background-color: #ff9800;
  color: white;
}

.menu-section-base {
  border-radius: 6px;
  padding: 7px 5px;
  margin: 7px 7px;
}

.menu-separator-base {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #4CAF50;
}

.context-menu > ul .menu-section-base a {
  color: #4CAF50;
}

.context-menu > ul .menu-section-base a:hover {
  background-color: #4CAF50;
  color: white;
}

.menu-section-main {
  border-radius: 6px;
  padding: 7px 5px;
  margin: 7px 7px;
}

.menu-separator-main {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: white;
}

.context-menu > ul .menu-section-main a {
  color: white;
}

.context-menu > ul .menu-section-main a:hover {
  background-color: #9b9b9b;
  color: white;
}

.context-menu > ul li {
  margin: 0;
  padding: 0;
  min-width: 150px;
}

.menu-section-ios {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.context-menu {
  height: 90vh;
  overflow-y: scroll;
}

.button--signup {
  margin-top: 20px !important;
}

.small {
  font-size: 12px;
}

.package-list-item .price .from {
  font-size: 16px;
  opacity: 0.5;
}

.package-list-item .subtitle {
  padding: 18px 0;
  color: #ffffff;
}

.package-list-item .quote {
  margin-top: 5px;
}

.self-hosted-topbar-label-wrapper {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 100%;
}

.self-hosted-topbar-label {
  background-color: #2b69e9;
  padding: 5px 14px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

.self-hosted-topbar-label a {
  color: white;
  text-decoration: underline;
}

b, strong {
  font-weight: 500;
}

.cover-bg-img {
  background-size: cover;
  background-position: center center;
}

.dark-cover-page {
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.custom-page-content {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media screen and (max-width: 992px) {
  .with-self-hosted-topbar header {
    padding: 50px 0;
  }
}

.button-dimmed {
  display: flex;
}

.button-dimmed:hover {
  color: #191b24;
  background-color: #fff;
}

.site-page .site-content ul {
  padding-left: calc(var(--bs-gutter-x) * 1.5);
  margin-bottom: 0.25rem;
  margin-top: -0.75rem;
}

.site-page .site-content hr {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  height: 1px;
  border: 0;
  border-radius: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(
    90deg,
    rgba(41, 51, 64, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(41, 51, 64, 0) 100%
  );
  opacity: 1;
}