@font-face {
  font-family: "SegoeUi";
  font-weight: 500;
  src: url("../fonts/SegoeUI/segoeui.html");
}
@font-face {
  font-family: "SegoeUi";
  font-weight: bold;
  src: url("../fonts/SegoeUI/segoeui-bold.html");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.html");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("../fonts/Montserrat/Montserrat-Bold.html");
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind/Hind-Regular.html");
}
@font-face {
  font-family: "Hind";
  font-weight: bold;
  src: url("../fonts/Hind/Hind-SemiBold.html");
}
:focus {
  outline: none !important;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  color: #000;
  font-family: "Hind";
  font-size: 0.87em;
  line-height: 1.5;
}
@media (max-width: 599px) {
  body {
    font-size: 0.85em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  padding: 0.5em;
  margin: 0;
  line-height: 1.4;
}

.body--is-auth {
  background-color: #fafafa;
}
@media (min-width: 900px) {
  .body--is-auth {
    background: #fff url("../img/g1014.html") no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.body--has-modal .body__modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  z-index: 12;
}
.body--has-modal .body__modal--active {
  display: block;
}

a {
  color: #4A0585;
  text-decoration: none;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.centered {
  text-align: center;
}
@media (max-width: 599px) {
  .centered-mobile {
    text-align: center;
  }
}

.is-bold {
  font-weight: bold;
}

.padded {
  padding: 1em;
}
.padded-large {
  padding: 2em;
}
.padded-large-y {
  padding: 2em 0;
}
.padded-large-x {
  padding: 0 2em;
}
.padded-none {
  padding: 0 !important;
}
.padded-bottom {
  padding-bottom: 1em;
}
.padded-left {
  padding-left: 1em;
}
.padded-left-small {
  padding-left: 0.5em;
}
.padded-right {
  padding-right: 1em;
}
.padded-right-small {
  padding-right: 0.5em;
}
.padded-top {
  padding-top: 1em;
}
.padded-small {
  padding: 0.7em;
}
.padded-tiny {
  padding: 0.2em;
}
.padded-no-bottom {
  padding-bottom: 0 !important;
}
.padded-no-left {
  padding-left: 0 !important;
}
.padded-no-right {
  padding-right: 0 !important;
}
.padded-no-top {
  padding-top: 0 !important;
}

.margin-none {
  margin: 0 !important;
}
.margin-v {
  margin: 1em 0;
}
.margin-bottom {
  margin-bottom: 1em;
}
.margin-top {
  margin-top: 1em;
}
.margin-left {
  margin-left: 1em;
}
.margin-right {
  margin-right: 1em;
}
.margin-no-top {
  margin-top: 0;
}

.clearfix {
  clear: both;
}

.s-img {
  width: 55%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 2em;
}

.fixed-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.inline-block {
  display: inline-block;
}

.text-white {
  color: #fff;
}
.text-grey {
  color: #707070;
}
.text-pending {
  color: #b9b90b;
}
.text-danger {
  color: #7a1313;
}
.text-success {
  color: #087208;
}

.float-container {
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media (max-width: 599px) {
  .float-no-mobile {
    clear: both;
    display: block;
    float: none;
    padding-top: 1em;
  }
}

.text-size-1 {
  font-size: 1.5em;
}
.text-size-2 {
  font-size: 1.3em;
}
.text-size-3 {
  font-size: 1.1em;
}
.text-size-l {
  font-size: 2em !important;
}
@media (max-width: 599px) {
  .text-size-l {
    font-size: 1.7em !important;
  }
}
.text-size-xl {
  font-size: 2.5em !important;
}
@media (max-width: 599px) {
  .text-size-xl {
    font-size: 2.1em !important;
  }
}
.text-color-green {
  color: green;
}
.text-color-grey {
  color: #444;
}
.text-color-primary {
  color: #4A0585;
}
.text-color-black {
  color: #000;
}
.text-shrink {
  line-height: 1.2;
}
.text-normal {
  font-weight: normal;
}

.content-container {
  max-width: 1024px;
  margin: auto;
}

.app-header {
  background: #4A0585;
  background: linear-gradient(to right, #4A0585, #4A0585);
  padding: 0 2em;
  position: fixed;
  height: 57px;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: 1001;
}
.app-header a {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  vertical-align: bottom;
  padding: 1.5em 1.1em;
}
@media (max-width: 599px) {
  .app-header {
    padding: 0 !important;
  }
}

.app-nav__logo {
  float: left;
}
.app-nav__logo a {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: top;
  margin: -0.8em 0 0 0;
}
.app-nav__logo img {
  cursor: pointer;
  display: inline-block;
  height: 35px;
  width: auto;
  margin: 0.7em;
  vertical-align: top;
}
.app-nav__right {
  float: right;
}
.app-nav__form {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.2em;
  float: left;
  margin: 0.7em 1em 0 5em;
  width: 35%;
  position: relative;
}
.app-nav__form input {
  background-color: transparent;
  border: 0;
  color: #fff;
  float: left;
  padding: 0.7em;
  width: 85%;
}
.app-nav__form button {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border: 0;
  display: block;
  padding: 0.7em;
  float: left;
  width: 15%;
  text-align: right;
}
.app-nav__form-drop {
  background-color: #fff;
  border-radius: 0.2em;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
  color: #000;
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
  top: 120%;
  left: 0%;
  right: 0%;
  z-index: 1000;
}
.app-nav__form-drop a {
  color: #222;
  display: block;
  font-size: 0.95em;
  font-weight: bold;
  margin: 0;
  padding: 1em;
  text-transform: capitalize;
}
.app-nav__form-drop a:hover {
  background-color: #f5f5f5;
}

.app-sidebar {
  background-color: #f7f7f7;
  padding: 0.5em 0 0 0;
  position: fixed;
  left: 0%;
  top: 57px;
  bottom: 0%;
  width: 270px;
  z-index: 100;
  overflow-y: scroll;
}
@media (max-width: 599px) {
  .app-sidebar {
    z-index: 10000;
  }
}
.app-sidebar__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-sidebar__ul a {
  border-left: 3px solid transparent;
  color: #000;
  display: block;
  padding: 0.9em 1.5em;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.app-sidebar__ul a:hover {
  background: #fafafa;
  border-color: #4A0585;
}
@media (max-width: 599px) {
  .app-sidebar__ul a {
    font-size: 0.9em;
  }
}
.app-sidebar__title {
  color: #7e7e7e;
  font-weight: normal;
  font-size: 0.9em;
  margin: 1.2em 0 0.5em 2em;
  text-transform: uppercase;
}
.app-sidebar__divider {
  border-bottom: 1px solid #eaeaea;
  margin: 0.7em 2em;
}
@media (max-width: 599px) {
  .app-sidebar {
    position: fixed;
    top: 0%;
    left: -100%;
    bottom: 0%;
    transition: all ease-in-out 0.3s;
    overflow-y: scroll;
    width: 280px;
  }
  .app-sidebar--active {
    left: 0%;
  }
}

.app-body {
  background-color: #f0f0f0;
  padding: 30px 0 0 135px;
  z-index: 1;
}
@media (max-width: 599px) {
  .app-body {
    padding: 30px 0 0 0;
  }
}
.app-body__image {
  border-radius: 0.3em;
  height: 50px;
  width: auto;
}
.app-body__container {
  max-width: 950px;
  margin: auto;
}
.app-body__portable-container {
  max-width: 570px;
  margin: auto;
  margin-top: 2em;
}
@media (max-width: 599px) {
  .app-body__portable-container {
    margin: 1em;
  }
}
.app-body__list-container {
  max-width: 900px;
  margin: auto;
  margin-top: 2em;
}
@media (max-width: 599px) {
  .app-body__list-container {
    margin-top: 3em;
  }
}
.app-body__intro {
  font-size: 1.7em;
  margin: 1.4em 0 0 1em;
}
.app-body__intro span {
  font-weight: bold;
}
.app-body__item-xcontent {
  background-color: #f7f5f5;
  border: 1px solid #e0e0e0;
  position: relative;
}
.app-body__item-content {
  background-color: #f7f7f7;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.09);
  border-radius: 0.1em;
  margin: 1em;
  position: relative;
  z-index: 1;
}
.app-body__item-balance {
  font-weight: bold;
  font-size: 2em;
  padding: 1em 1em 0.2em 1em;
}
.app-body__item-title {
  padding: 0 1em 1em 1em;
}
.app-body__inline-title {
  font-weight: bold;
  font-size: 1.3em;
  display: inline-block;
  padding: 0 0 0 1.5em;
  vertical-align: middle;
}
.app-body__action-buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #f0f0f0;
  padding: 1em 0.5em;
  margin: 0.5em 0 0 0;
  text-align: center;
}
.app-body__action-buttons a {
  background-color: #e0e0e0;
  border-radius: 1em;
  color: #000;
  display: inline-block;
  padding: 0.4em 1.2em;
  margin: 0 0.3em;
  transition: all ease-in-out 0.2s;
}
.app-body__action-buttons a:hover {
  background-color: #4A0585;
  color: #fff;
}
.app-body__action-buttons a.is-green:hover {
  background-color: #087208;
}
.app-body__action-buttons a.is-active {
  background-color: #4A0585;
  color: #fff;
}
.app-body__action-buttons a.is-active:hover {
  background-color: #4A0585;
  box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.app-body__featured-service {
  color: #333;
  display: block;
  font-weight: bold;
  padding: 1em;
  transition: all ease-in-out 0.2s;
  white-space: nowrap;
}
.app-body__featured-service:hover {
  background-color: #f0f0f0;
}
.app-body__billers {
  border-top: 1px solid #e0e0e0;
  background: #f5f5f5;
  text-align: left;
}
.app-body__billers__title {
  padding: 1em;
}
.app-body__billers form select {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  height: 55px;
  padding: 0 2em;
}
.app-body__item-main-title {
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.7em;
}
.app-body__table {
  border-collapse: collapse;
  margin: 1em 0 0 0;
  width: 100%;
}
.app-body__table thead {
  font-weight: bold;
}
.app-body__table thead tr td {
  background-color: #fff !important;
}
.app-body__table td {
  background-color: #fff;
  padding: 0.9em;
}
.app-body__table tr:nth-of-type(odd) td {
  background-color: #f0f0f0;
}
.app-body__table tbody td {
  border: 2px solid transparent;
  color: #222;
}
.app-body__table tbody tr {
  transition: all ease-in-out 0.2s;
}
.app-body__table tbody tr:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.19);
  transform: scale(1.01);
}
.app-body__table tbody tr:hover td {
  border-top-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
}
@media (max-width: 599px) {
  .app-body__table--responsive {
    padding: 1em;
  }
  .app-body__table--responsive thead {
    position: absolute;
    top: -10000px;
  }
  .app-body__table--responsive td {
    display: block;
    padding: 0.5em 0.5em 0.5em 35%;
    position: relative;
  }
  .app-body__table--responsive td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 0.7em;
  }
  .app-body__table--responsive td:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
.app-body__form-container {
  max-width: 400px;
  margin: auto;
}
@media (max-width: 599px) {
  .app-body__form-container {
    margin-top: 0;
    max-width: 100%;
  }
}
.app-body__form-container-2x {
  max-width: 520px;
  margin: auto;
  margin-top: 3em;
}
@media (max-width: 599px) {
  .app-body__form-container-2x {
    margin-top: 0;
    max-width: 100%;
  }
}
.app-body__note-list {
  list-style: square inside;
  margin: 0;
  padding: 0;
}
.app-body__note-list li {
  padding: 1em;
}
.app-body__error-container {
  padding: 2em;
}
.app-body__error-container__image {
  height: 65px;
  width: auto;
}
.app-body__error-container__content {
  font-size: 1.3em;
  text-align: center;
}
.app-body__error-container__message {
  color: #222;
  font-size: 1em;
  padding: 0.2em 2em;
}
.app-body__tabs {
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  margin: 0 0 0.4em 0;
  padding: 0;
  overflow: hidden;
}
.app-body__tabs li {
  float: left;
  width: 50%;
}
.app-body__tabs a {
  display: block;
  padding: 0.7em;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all ease-in-out 0.2s;
}
.app-body__tabs a.is-active {
  font-weight: bold;
  border-bottom-color: #4A0585;
}

.tag {
  color: #4A0585;
  display: inline-block;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 0.3em;
  position: absolute;
}
.tag--to-right {
  right: 5px;
}

.bank-selector__select {
  background: #f0f0f0;
  background: linear-gradient(to right, #f0f0f0, #e0e0e0);
  border: 2px solid #f0f0f0;
  border-radius: 0.4em;
  cursor: pointer;
  padding: 1em;
  margin: 0.7em;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}
.bank-selector__select--selected {
  border-color: #e06d67;
}
.bank-selector__account-number {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.2em 0;
}

.voucher-container {
  background: #4A0585 url("../images/voucher.html") no-repeat;
  background-size: 100%;
  border-radius: 0.3em;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  height: 180px;
  overflow: hidden;
  padding: 2em 0 0 3em;
}
.voucher__amount {
  font-size: 1.3em;
  margin: 0.5em 0 0 0;
}
.voucher__number {
  cursor: pointer;
  font-size: 2em;
}

.hidden {
  display: none !important;
}

@media (min-width: 600px) {
  .m-only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .no-mobile {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .no-tab {
    display: none !important;
  }
}

.text-large {
  font-size: 1.7em;
}
.text-m {
  font-size: 1.4em;
}
.text-xs {
  font-size: 0.6em;
}
.text-s {
  font-size: 0.9em;
}
.text-sm {
  font-size: 1.3em;
}
.text-danger {
  color: #e22f2f;
}
.text-important::before {
  content: "*";
  color: #e22f2f;
  font-weight: bold;
}

.big-form {
  position: relative;
}
.big-form__title {
  font-size: 1.5em;
  padding: 1em 1em 0 1em;
}
.big-form__content section {
  background-color: #fafafa;
  padding: 1em;
  margin: 1em;
}
.big-form__content section.bordered {
  border: 1px solid #e0e0e0;
}
.big-form__menu-title {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big-form__item-container {
  border-width: 0 1px 1px 1px;
  border-color: #e0e0e0;
  border-style: solid;
  margin: 1em;
}
.big-form__buttons {
  padding: 1.5em 1em 0 0;
}
.big-form__buttons a {
  display: inline;
  font-size: 0.85em;
  padding: 0.2em 0.5em 0.35em 0.5em;
  margin: 0 0.3em;
}
.big-form__buttons a.edit {
  background-color: #fafafa;
  color: #000;
}
.big-form__buttons a.test {
  background-color: #888811;
  color: #fff;
}
.big-form__buttons a.terminate {
  background-color: #4A0585;
  color: #fff;
}
.big-form__item {
  background-color: #fafafa;
  border-style: solid;
  border-width: 3px 1px 0px 0px;
  border-color: #e0e0e0;
  color: #000;
  padding: 1em;
}
.big-form__item--blue {
  border-top-color: #232392;
}
.big-form__item--yellow {
  border-top-color: #66660d;
}
.big-form__item--green {
  border-top-color: #2a992a;
}
.big-form__item--red {
  border-top-color: #4A0585;
}
.big-form__value {
  font-weight: bold;
  font-size: 2em;
  padding: 0.2em 0;
}
.big-form__value-s {
  padding: 0.3em;
  font-size: 1.1em;
}
.big-form__action-buttons a {
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3em;
  transition: all ease-in-out 0.2s;
}
.big-form__action-buttons a:hover {
  color: #000;
}

.hr {
  border: 1px solid #f0f0f0;
  line-height: 1;
  margin: 1em 0;
}

.billers {
  overflow: hidden;
  position: relative;
}
.billers__content {
  overflow-x: scroll;
  white-space: nowrap;
}
.billers__with-gradients::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  content: " ";
  width: 20px;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
}
.billers__with-gradients::after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  content: " ";
  width: 20px;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
}
.billers__item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.billers__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}
.billers a {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  padding: 1.5em 1em;
  transition: all ease-in-out 0.2s;
}
.billers a:hover {
  background-color: #fafafa;
}
.billers__img {
  border-radius: 0.2em;
  width: auto;
  height: 30px;
}

.merchant-g-body::before {
  background: linear-gradient(to right, #4A0585, #4A0585), url(../images/pixel.html);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  position: fixed;
  top: 0%;
  bottom: 50%;
  left: 0%;
  right: 0%;
  z-index: 0;
}
.merchant-g-body__content {
  position: relative;
  z-index: 10;
}
.merchant-g-body__logo {
  overflow: hidden;
  padding: 1em 1em;
  text-align: center;
}
.merchant-g-body__logo a {
  color: #fff;
}
.merchant-g-body__logo img {
  display: inline-block;
  height: 30px;
  width: auto;
}
.merchant-g-body__mtitle {
  font-weight: bold;
  color: #fff;
  font-size: 2.1em;
  padding: 1em 0;
  text-align: center;
}
.merchant-g-body__images img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.merchant-g-body__body {
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: auto;
}
.merchant-g-body__body .tabs {
  border-bottom: 1px solid #f0f0f0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.merchant-g-body__body .tabs li {
  display: block;
  float: left;
  width: calc(100%/3);
}
.merchant-g-body__body .tabs li a {
  border-bottom: 2px solid transparent;
  display: block;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}
.merchant-g-body__body .tabs li a.is-active {
  border-bottom-color: #4A0585;
  font-weight: bold;
}
.merchant-g-body__body .tabs__content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.merchant-g-body__body .tabs__content li {
  padding: 1em;
}

.pin__logo {
  background-color: #4A0585;
  padding: 0.5em;
  overflow: hidden;
}
.pin__logo img {
  height: auto;
  width: 150px;
}
.pin__content {
  max-width: 450px;
  margin: auto;
}
.pin__ccontainer {
  max-width: 1024px;
  margin: auto;
}
.pin__ccontainer a {
  color: #fff !important;
}
.pin__ccontainer a.pin__logout {
  display: inline-block;
  padding: 0.5em 0 0 0;
}

.item-content {
  max-width: 1024px;
  margin: auto;
}

.mheader {
  padding: 1em 2em;
  position: fixed;
  left: 0%;
  right: 0%;
  top: 0%;
  z-index: 100;
  transition: all ease-in-out 0.2s;
}
.mheader--is-active {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 2em;
}
.mheader__logo {
  float: left;
}
.mheader__logo-content {
  padding: 1em;
}
.mheader__logo-content img {
  height: 30px;
  width: auto;
}
@media (max-width: 599px) {
  .mheader__logo-content {
    padding: 0.5em 0;
  }
}
.mheader__mobilenav {
  float: right;
  color: #fff;
  font-size: 1.5em;
  padding: 0.5em 0;
  position: relative;
  z-index: 2;
}
.mheader__mobilenav a {
  color: #fff !important;
}
.mheader__nav {
  float: right;
}
@media (max-width: 599px) {
  .mheader__nav {
    background: #4A0585;
    padding: 3em 2em;
    position: fixed;
    top: 0%;
    width: 100%;
    bottom: 0%;
    right: -100%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
  }
  .mheader__nav.is-active {
    right: 0%;
  }
}
.mheader__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mheader__nav ul li {
  float: left;
}
@media (max-width: 599px) {
  .mheader__nav ul li {
    display: block;
    float: none;
  }
}
.mheader__nav ul li a {
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-size: 0.99em;
  font-weight: bold;
  padding: 0.7em 0;
  position: relative;
  margin: 0.7em 1em;
  vertical-align: middle;
  text-transform: capitalize;
}
.mheader__nav ul li a.is-active {
  background-color: #fafafa;
  color: #4A0585;
  padding: 0.7em 1em;
  transition: all ease-in-out 0.2s;
}
.mheader__nav ul li a.is-active:hover {
  background-color: #fff;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.mheader__nav ul li a:not(.is-active)::before {
  border-bottom: 1px solid #fff;
  content: " ";
  position: absolute;
  bottom: 0%;
  left: 50%;
  right: 50%;
  transition: all ease-in-out 0.3s;
}
.mheader__nav ul li a:not(.is-active)::after {
  border-bottom: 1px solid #fff;
  content: " ";
  position: absolute;
  bottom: 0%;
  left: 50%;
  right: 50%;
  transition: all ease-in-out 0.3s;
}
.mheader__nav ul li a:hover::before {
  left: 0%;
}
.mheader__nav ul li a:hover::after {
  right: 0%;
}
@media (max-width: 599px) {
  .mheader__nav ul li a {
    font-weight: bold;
    display: block;
    margin: 1em;
    padding: 1em 1em 2em 1em;
  }
  .mheader__nav ul li a.is-active {
    background-color: transparent;
    color: #fff;
  }
}
.mheader--dark {
  background-color: #fafafa;
}
.mheader--dark a {
  color: #4A0585 !important;
}

.index__content {
  background: #444 url("../img/newgirl.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  clip-path: rect(100%, 100%, 100%, 80%);
  height: vh;
  position: relative;
  padding: 10em 0 0 0;
  z-index: 0;
}
@media (max-width: 599px) {
  .index__content {
    padding: 6em 0 0 0;
  }
}
.index__content::before, .index__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}
.index__content::after {
  background: linear-gradient(15deg, #0F66F4,  rgba(15, 102, 244, 0.8));
  z-index: 2;
}
.index__content::before {
  animation: switchBGGrad 20s linear infinite;
  z-index: 3;
}
.index__wrapper {
  position: relative;
  z-index: 3;
}
.index__slider {
  color: #fff;
}
.index__slider-item {
  padding: 5em 10em 1em 10em;
}
@media (max-width: 599px) {
  .index__slider-item {
    padding: 2em;
  }
}
.index__slider-item ul {
  list-style: none;
  margin: 0;
}
.index__slider-content {
  font-size: 2.4em;
  font-weight: normal;
  padding: 0.5em 0;
  line-height: 1.5;
  height: 200px;
  max-width: 630px;
}
@media (max-width: 599px) {
  .index__slider-content {
    font-size: 1.8em;
  }
}
.index__slider-title {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: lowercase;
}
.index__slider-face {
  display: inline-block;
  width: 300px;
  height: auto;
  position: absolute;
  top: 40px;
  right: 5%;
}
@media (max-width: 599px) {
  .index__slider-face {
    display: none !important;
  }
}
.index__slider-buttons {
  padding: 0 0 7em 0;
  text-align: center;
}
.index__slider-buttons a {
  border: 2px solid #f0f0f0;
  border-radius: 0.5em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 1em;
  padding: 0.7em 1em 0.4em 1em;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.index__slider-buttons a:hover {
  background-color: #fff;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  color: #4A0585;
}
.index__slider-buttons a.is-active {
  background-color: #fafafa;
  color: #4A0585;
  font-weight: bold;
  padding: 0.7em 1em 0.4em 1em;
  margin: 0 1em 0 0;
  text-decoration: none;
}
.index__slider-buttons a.is-active:hover {
  background-color: transparent;
  color: #fff;
}
.index__connect {
  background-color: #fafafa;
  border-bottom: 1px solid #e0e0e0;
  padding: 1em;
}
.index__connect-title {
  font-weight: bold;
  font-size: 1.4em;
  padding: 1em 1em 0 1em;
}
.index__connect-subtitle {
  color: #505050;
  padding: 0.5em 1em 0.5em 1.5em;
}
.index__connect-icons a {
  display: inline-block;
  font-size: 1.8em;
  padding: 0.5em;
  vertical-align: middle;
}
.index__connect-icons a:first-child {
  padding-left: 1em;
}
.index__connect-icons a.is-fb {
  color: #3b5998;
}


.index__connect-icons a.is-tw {
  color: #1da1f2;
}
.index__connect-icons a.is-ins {
  color: #405de6;
}
.index__connect-icons a.is-wh {
  color: #075e54;
}

.container {
  padding: 2em;
}
@media (max-width: 599px) {
  .container {
    padding: 1em;
  }
}
.container--muted {
  background-color: #fafafa;
}
.container--p {
  background: #4A0585;
  color: #fff;
}
.container--bgg {
  background: url("../images/ATG-V2-SYSTEM-FACEf9e3.html?v=1.1") no-repeat;
  background-position: 90% 5%;
  background-size: 38%;
  height: 350px;
}
@media (max-width: 599px) {
  .container--bgg {
    background-image: none;
    height: auto;
    margin: 0.5em;
  }
}
.container__ximage {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 0.3em;
  padding: 4em;
  margin: 1em;
  text-align: center;
}
.container__title {
  font-weight: bold;
  font-size: 1.9em;
  padding: 1.5em 0 2em 0;
  text-align: center;
}
.container__title--with-subtitle {
  padding: 1.5em 0 0.2em 0;
}
.container__subtitle {
  color: #555;
  font-size: 1.2em;
  padding: 0.5em 1em 2em 1em;
  line-height: 1.55;
  max-width: 650px;
  margin: auto;
  text-align: center;
}
.container__icon img {
  height: 64px;
  width: auto;
  margin: 0.5em;
}
@media (max-width: 599px) {
  .container__icon {
    margin: 1.7em 0 0 0;
  }
}
.container-item-title {
  font-size: 1.17em;
  font-weight: bold;
  padding: 0.7em;
}
.container-item-list-title {
  font-size: 1.17em;
  font-weight: bold;
  padding: 1em 1em 0.5em 1.2em;
}
@media (max-width: 599px) {
  .container-item-list-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.container-item-list-icon {
  color: #ffffff;
  font-weight: normal;
}
.container-item-list-container {
  background-color: #fff;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.14);
  margin: 1em;
  padding: 1.5em 0;
  text-align: center;
}
@media (max-width: 599px) {
  .container-item-list-container {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
    padding: 2.5em 0;
  }
}
.container-item-content {
  color: #333;
  line-height: 1.65;
  padding: 0 2em;
}
@media (max-width: 599px) {
  .container-item-content-x {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.container__table {
  display: table;
  height: 100%;
  max-width: 600px;
}
.container__table-item {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .container__table-item {
    text-align: center;
  }
}
.container__table-title {
  font-size: 2em;
  padding: 1em;
}
@media (max-width: 599px) {
  .container__table-title {
    padding: 1em 0;
  }
}
.container__table-content {
  padding: 0 1.5em 2em 2em;
}
@media (max-width: 599px) {
  .container__table-content {
    padding: 0 0 2em 0;
  }
}
.container__table-content p {
  font-size: 1.2em;
  margin: 0.3em 0;
  padding: 0;
}
.container__table-btn {
  padding: 1em 4em;
  text-align: center;
}
.container__table-btn a {
  background: #4A0585;
  border-radius: 0.3em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.7em 1.5em;
  vertical-align: middle;
  transition: all ease-in-out 0.2s;
}
.container__table-btn a.bordered {
  border: 2px solid #fff;
  border-radius: 7em;
}
.container__table-btn a:hover {
  background-color: #4A0585;
}
.container__images {
  background-color: #fafafa;
  border-width: 1px 0;
  border-color: #e0e0e0;
  border-style: solid;
  border-style: solid;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 599px) {
  .container__images {
    overflow-x: scroll;
  }
}
.container__images img {
  cursor: pointer;
  filter: grayscale(5);
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: auto;
  margin: 0.7em 1.8em;
  transition: all ease-in-out 0.5s;
}
.container__images img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.container__xlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container__xlist li {
  padding: 0.4em 0;
}
.container__xlist li a {
  border-bottom: 1px dotted transparent;
  color: #505050;
  display: inline-block;
  padding: 0 0 0.1em 0;
}
.container__xlist li a:hover {
  border-bottom-color: #777;
}
.container__sideimage {
  width: 100%;
  height: auto;
  margin: 5em 0;
}
@media (max-width: 599px) {
  .container__sideimage {
    display: block;
    width: 65%;
    margin: 2em auto;
  }
}

.static-page-top {
  background: #555 url("../images/pexels-photo-1061578.html") no-repeat;
  position: relative;
  text-align: center;
}
.static-page-top::after {
  background: linear-gradient(rgba(74, 5, 133, 0.801), rgba(128, 0, 128, 0.712));
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}
.static-page-top__container {
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 10em 1em 4em 1em;
  position: relative;
}
@media (max-width: 599px) {
  .static-page-top__container {
    padding: 7em 1em 3em 1em;
  }
}
.static-page-top__content {
  color: #fff;
  font-size: 2.5em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.static-page-top__content::before {
  border-top: 1px solid rgba(225, 225, 225, 0.7);
  content: "";
  display: block;
  margin: 2em auto;
  margin-top: 0;
  margin-bottom: 1em;
  max-width: 550px;
}
@media (max-width: 599px) {
  .static-page-top__content {
    font-size: 1.7em;
  }
}
.static-page-top__image {
  display: block;
  height: auto;
  width: 50%;
  margin: auto;
}
@media (max-width: 599px) {
  .static-page-top__image {
    width: 40%;
    margin: 2em auto;
  }
}
.static-page-top__text {
  font-size: 1.1em;
  line-height: 1.55;
}

.footer {
  background-color: #fafafa;
  border-top: 1px solid #e0e0e0;
  padding: 2em 1em 1em 0;
  margin: 1em 0 0 0;
}
.footer__title {
  padding: 0 1em;
}
.footer .container__xlist {
  padding: 1em;
}

.p404 {
  padding: 5em 1em;
  text-align: center;
}
.p404__title {
  padding: 0.7em 0 0 0;
  font-size: 10em;
}
.p404__title::before {
  background-color: #f0f0f0;
  content: " ";
  height: 20px;
  width: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.p404__content {
  line-height: 1.4;
  max-width: 550px;
  margin: auto;
  font-size: 1.4em;
}
.p404__button {
  padding: 3em 0;
  text-align: center;
}
.p404__button a {
  background-color: #4A0585;
  color: #fff;
  display: inline-block;
  padding: 0.7em 1.2em;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
}

.app-link img {
  display: inline-block;
  border-radius: 0.5em;
  height: 35px;
  width: auto;
}

.note-feat {
  padding: 1em;
}
.note-feat-patterned {
  background: transparent url("../images/dust_scratches.html") repeat;
}
.note-feat__image {
  height: 70px;
  width: auto;
}
.note-feat__list {
  color: #333;
  margin: 0;
  padding: 1em;
  list-style: bullet inside;
}
.note-feat__list li {
  padding: 0.1em 0;
}
.note-feat__colored {
  background-color: #fafafa;
}
.note-feat__outlined {
  background-color: #f5f5f5;
  border-width: 0 0 1px 0;
  border-color: #e0e0e0;
  border-style: solid;
}
.note-feat__sideimg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 2em;
}

.table {
  width: 100%;
}
.table--bordered {
  border-collapse: collapse;
}
.table--bordered td {
  border: 1px solid #f0f0f0;
}
.table--padded td {
  font-size: 1.1em;
  padding: 0.7em;
}
.table--centered td {
  text-align: center;
}

.block {
  display: block;
}

.flex {
  display: flex;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-center {
  align-items: center;
}

.bordered {
  border: 1px solid #f0f0f0;
}
.bordered-rounded {
  border-radius: 0.3em;
}

.letter-spaced {
  letter-spacing: 2px;
}

.credit-card {
  display: block;
  border: 1px solid #f0f0f0;
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.3em;
  transition: ease-in-out 0.2s;
}
.credit-card:hover, .credit-card-selected {
  background: #f0f0f0;
  border-color: #efefef;
}

.badge {
  border-radius: 1em;
  display: inline-block;
  padding: 0.4em 1em 0.2em 1em;
  margin: 0 0.3em;
}
.badge--warning {
  background-color: #f0f0c5;
  color: #313109;
}
.badge--success {
  background-color: #d5eed5;
  color: #092e09;
}

.pointer {
  cursor: pointer;
}

.button-label {
  border-radius: 0.4em;
  cursor: pointer;
  font-size: 0.95em;
  display: flex;
  align-items: center;
  background: #f0f0f0;
  padding: 0.4em 1em;
}
.button-label input {
  margin-right: 0.4em;
}

.capitalize {
  text-transform: capitalize;
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  color: #000;
  font-family: inherit;
  font-size: 0.97em;
  height: 37px;
  padding: 0.3em;
  position: relative;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 599px) {
  .input {
    height: 40px;
  }
}
.input:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
.input--full-width {
  display: block;
  min-width: 100%;
  width: 100%;
}
@media (max-width: 599px) {
  .input--full-width-mobile {
    display: block;
    width: 100%;
  }
}
.input--width-65 {
  width: 65%;
}
.input--area-small {
  height: 60px;
}
.input--area {
  min-height: 90px;
}
.input--area-long {
  min-height: 130px;
}
.input--big {
  background-color: #fff;
  font-size: 1.8em;
  height: 50px;
}
.input--no-spinners {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  margin: 0;
}
.input__content {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #000;
  font-family: inherit;
  font-size: 0.97em;
  height: 37px;
  overflow: hidden;
}
.input__content--error {
  border-color: red;
}
.input__content__image-container {
  background-color: #f0f0f0;
  display: inline-block;
  padding: 0.4em;
  width: 43px;
  height: 100%;
}
.input__content .network {
  display: inline-block;
  height: 24px;
  width: 32px;
  vertical-align: middle;
}
.input__content input {
  background-color: transparent;
  border: 0;
  color: #000;
  width: calc(100% - 43px);
  height: 100%;
  padding: 0 0 0 5px;
  float: right;
}
.input__content input:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
.input__label {
  font-size: 0.9em;
  display: inline-block;
  margin: 0 0 0.2em 0;
}
.input__label--note {
  color: #555;
  font-size: 0.85em;
}
.input__label--pointer {
  cursor: pointer;
}
.input__label--tiny {
  font-size: 0.8em;
  font-weight: bold;
  padding: 0 0 0.2em 0;
  text-align: left;
}
.input__inline-label {
  display: inline-block;
  padding: 1.5em 1em 1em 1em;
}
@media (max-width: 599px) {
  .input__inline-label {
    padding: 1em 1em 0 1em;
    margin: 0;
  }
}
.input__checkbox {
  border-radius: 1.5em;
  background-color: #909090;
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
  position: relative;
  height: 17px;
  vertical-align: middle;
  width: 40px;
  text-align: left;
}
.input__checkbox span {
  background-color: #fff;
  border-radius: 1em;
  display: inline-block;
  height: 13px;
  width: 16px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  transition: all ease-in-out 0.2s;
}
.input__checkbox input {
  display: none;
}
.input__checkbox input:checked + span {
  background-color: #4A0585;
  right: 2px;
}
.input__radio {
  display: inline-block;
  vertical-align: middle;
}
.input:focus {
  border-color: #d0d0d0;
}
.input--error {
  border-color: #a12323;
}

select.input {
  background: #fff url("../images/down-arrow.html") no-repeat;
  background-position: 98%;
  background-size: 10px 10px;
}

.button {
  background-color: #d0d0d0;
  border: 0;
  border-radius: 0.2em;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: bold;
  padding: 0.6em 1em 0.45em 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.button:active {
  box-shadow: none;
}
.button:disabled {
  background-color: #d0d0d0;
  color: #555;
  cursor: not-allowed;
}
.button--danger {
  background-color: #a12323;
}
.button--primary {
  background-color: #4A0585;
}
.button--close {
  background-color: #f0f0f0;
  border-radius: 2em;
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  vertical-align: middle;
}
.button--full-width {
  display: block;
  width: 100%;
}
.button--small {
  border-radius: 2em;
  padding: 0.7em 1.5em 0.5em 1.5em;
}
.button--outlined {
  background-color: transparent;
  box-shadow: none !important;
  border: 1px solid #4A0585;
  color: #4A0585;
  transition: all ease-in-out 0.2s;
  padding: 0.5em 1em 0.3em 1em;
}
.button--outlined:hover {
  background-color: #4A0585;
  color: #fff;
}
.button--link {
  background: #e0e0e0;
  border-radius: 1.5em;
  color: #333;
  font-size: 0.9em;
  padding: 0.2em 0.85em;
  margin: 0 0.5em;
  transition: all ease-in-out 0.2s;
}
.button--link:hover {
  background: #4A0585;
  color: #fff;
}

select.input {
  -webkit-appearance: caret;
  -moz-appearance: caret;
  appearance: caret;
}

.auth__container {
  margin: auto;
  margin-top: 4em;
  max-width: 400px;
}
@media (max-width: 599px) {
  .auth__container {
    margin-top: 0;
    width: 100%;
  }
}
.auth__container a {
  font-weight: bold;
}
.auth__container a:hover {
  text-decoration: underline;
}
.auth__content {
  background-color: #fafafa;
  border-radius: 0.2em;
  padding: 1em;
}
.auth__logo {
  padding: 1em 0;
  text-align: center;
}
.auth__logo img {
  width: 170px;
  height: 35px;
  margin: 1em;
}
.auth__title {
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
}
.auth__subtitle {
  color: #333;
  padding: 2em 2em 0 2em;
  text-align: center;
}
.auth__form {
  display: block;
  margin: 2em 0 0 0;
}
.auth__input {
  margin: 1.5em 1em;
}
.auth__link {
  display: inline-block;
  font-size: 0.9em;
  margin: 0.3em 0 0 0;
}

.alert-box {
  animation: fadeIn 0.3s linear 1;
  border-radius: 0.2em;
  cursor: pointer;
  font-size: 1.2em;
  padding: 1em 2em;
  position: fixed;
  top: 2em;
  right: 2em;
  min-width: 170px;
  z-index: 100000;
}
@media (max-width: 599px) {
  .alert-box {
    left: 2em;
  }
}
@media (min-width: 900px) {
  .alert-box {
    max-width: 300px;
  }
}
.alert-box--error {
  color: #D8000C;
  background-color: #FFD2D2;
}
.alert-box--success {
  color: #4F8A10;
  background-color: #e6f5cd;
}
.alert-box--warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.alert-box--info {
  color: #00529B;
  background-color: #BDE5F8;
}
.alert-box__title {
  font-weight: bold;
  padding: 0 0 0.3em 0;
}
.alert-box__message {
  font-size: 1.4em;
  padding: 0.4em 0 0 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info-box {
  padding: 1em 2em;
  margin: 1em;
}
.info-box--error {
  color: #D8000C;
  background-color: #FFD2D2;
}
.info-box--success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.info-box--warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.info-box--info {
  color: #00529B;
  background-color: #BDE5F8;
}
.info-box--note {
  color: #00529B;
  background-color: #ebf1f7;
}
.info-box__title {
  font-weight: bold;
  padding: 0 0 0.3em 0;
}
.info-box__message {
  font-size: 1.4em;
  padding: 0.4em 0 0 0;
}

.info-text {
  font-size: 0.9em;
  padding: 0.3em 0;
}
.info-text--error {
  color: #D8000C;
}
.info-text--success {
  color: #4b850d;
}

.activity-loader {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  text-align: center;
}
.activity-loader div {
  height: 100%;
  width: 100%;
  display: table;
}
.activity-loader span {
  display: table-cell;
  vertical-align: middle;
}
.activity-loader--fixed {
  position: fixed !important;
}

.modal {
  animation: fadeIn 0.5s linear 1;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}
.modal__image {
  padding: 1.5em 0;
}
.modal__image img {
  height: 70px;
  width: auto;
}
.modal__container {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.modal__wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal__content {
  width: 280px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}
.modal__message {
  font-weight: normal;
  font-size: 1.2em;
  padding: 1.2em 0;
  line-height: 1.45;
}
.modal__button {
  padding: 1.5em 0;
  text-align: center;
}
.modal__button a {
  border: 2px solid #555;
  border-radius: 1.5em;
  color: #555;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 2em;
  text-transform: uppercase;
}
.modal-alert__title {
  font-size: 1.3em;
  font-weight: bold;
  padding: 1em 0;
}
.modal-alert__message {
  padding: 0 0.4em 0.4em 0.4em;
}
.modal-alert__buttons {
  padding: 1em;
}
.modal-alert__buttons a {
  border-radius: 0.08em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0 0.4em;
  padding: 0.5em 1em;
}
.modal-alert__decline {
  background-color: #ad2424;
}
.modal-alert__confirm {
  background-color: #227e22;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-link {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.tab-link__container {
  margin: 0;
  padding: 0;
  text-align: left;
}
.tab-link__container li {
  border-width: 4px 0;
  border-color: transparent;
  border-style: solid;
  display: inline-block;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 599px) {
  .tab-link__container li {
    border-width: 2px;
  }
}
.tab-link__container li a {
  color: #555;
  display: block;
  padding: 1em 1.3em;
  text-transform: capitalize;
}
@media (max-width: 599px) {
  .tab-link__container li a {
    padding: 0.3em 0.8em 0.5em 0.8em;
  }
}
.tab-link__container li.is-active {
  border-bottom-color: #444 !important;
}
.tab-link__container li.is-active a {
  color: #444;
  font-weight: bold;
}

.anim-fadein {
  opacity: 0;
  animation: fadeInx 0.3s linear;
  -webkit-animation: fadeInx 0.3s linear;
}

.anim-slide-updown {
  animation: slideUpDownx 4s ease-in-out infinite;
  -webkit-animation: slideUpDownx 4s ease-in-out infinite;
}

@keyframes fadeInx {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@keyframes switchBGGrad {
  25% {
    background: linear-gradient(240deg, rgba(74, 5, 133, 0.733), rgba(128, 0, 128, 0.767));
    opacity: 0;
  }
  50% {
    background: linear-gradient(240deg, rgba(110, 33, 141, 0.733), rgba(74, 5, 133, 0.733));
    opacity: 0;
  }
  75% {
    background: linear-gradient(240deg, rgba(163, 23, 23, 0.733), rgba(180, 61, 204, 0.685));
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(100%);
  }
}
@keyframes slideUpDownx {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -1em);
    -webkit-transform: translate(0, -1em);
    -moz-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    -o-transform: translate(0, -1em);
  }
  99% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

/*# sourceMappingURL=styles.css.map */
