.bd-brand {
  border-color: #3418c2 !important; 
}
.bg-brand {
  background-color: #3418c2 !important;
}
.bg-brand-light {
  background-color: #59a712 !important;
}
.bg-brand-hr {
  background-color: #7cffdd !important;
}
.bg-brand-secondary {
  background-color: #EEF9F4 !important;
}
.fg-brand {
  color: #3418c2 !important;
}
.bg-brand-hover:hover {
  background-color: #02604b !important;
}
body {
  padding-top: 52px;
}
.container {
  max-width: 1160px;
}
.app-bar .brand {
  font-size: 30px;
}
.hero-bg {
  background: #3418c2;
  background: linear-gradient(to bottom, #3418c2 0%, #EEF9F4 100%);
}
.hero {
  padding: 40px;
}
.widgets,
.compare-plans {
  background-color: #f8f8f8;
}
.add-neb::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero.add-neb::after {
  border-color: #EEF9F4 transparent transparent transparent;
}
.info-panel-header.add-neb::after {
  border-color: #3418c2 transparent transparent transparent;
}
.about.add-neb::after,
.table-price.add-neb::after {
  border-color: #ffffff transparent transparent transparent;
}
.hero-desc {
  text-align: center;
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .hero-desc {
    text-align: left;
    margin-left: 70px;
    margin-top: 0;
  }
}
footer {
  background-color: #031727;
  color: #909090;
}
footer a {
  color: #909090;
  text-decoration: none!important;
}
footer a:hover {
  color: #c9c9c9;
}
.login-form {
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .login-form {
    width: 500px;
  }
}
.compare-table thead tr {
  border-bottom: 1px solid #3418c2;
}
.compare-table td {
  padding: 20px;
}
.compare-table thead td,
.compare-table tbody td:not(:first-child) {
  text-align: center;
}
.compare-table tbody td:first-child {
  background-color: #EEF9F4;
}
.compare-table tbody td:first-child:last-child {
  background-color: #fff;
}
.compare-table tbody tr {
  border-bottom: 1px solid #3418c2;
}
.flush-button {
  animation: button-flush 1s ease infinite;
}
@keyframes button-flush {
  0% {
    box-shadow: 0 0 0 0 rgba(250, 104, 0, 0.45);
  }
  50% {
    box-shadow: 0 0 0 0.25rem rgba(250, 104, 0, 0.45);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(250, 104, 0, 0.45);
  }
}
.input {
  border-color: #c8faed;
}
.input:hover {
  border-color: #18c29c;
}
.input.focused {
  box-shadow: 0 0 0 3px rgba(24, 194, 156, 0.45);
  border-color: #18c29c;
}
form {
  display: block;
  position: relative;
}
.form-actions {
  margin: 10px 0;
  display: block;
  position: relative;
}
.form-group {
  display: block;
  position: relative;
}
.form-group + .form-group {
  margin-top: 1rem;
}
.inline-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.inline-form input[type=text],
.inline-form input[type=password],
.inline-form input[type=tel],
.inline-form input[type=datetime-local],
.inline-form input[type=email],
.inline-form input[type=file],
.inline-form input[type=month],
.inline-form input[type=number],
.inline-form input[type=search],
.inline-form input[type=time],
.inline-form input[type=url],
.inline-form input[type=week],
.inline-form input[type=file],
.inline-form select,
.inline-form textarea,
.inline-form .file,
.inline-form .input,
.inline-form .textarea,
.inline-form .select,
.inline-form .tag-input,
.inline-form .spinner {
  width: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.inline-form .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
form:disabled,
fieldset:disabled,
.form-group:disabled,
form.disabled,
fieldset.disabled,
.form-group.disabled {
  pointer-events: none;
}
/*# sourceMappingURL=splash.css.map */