@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
@keyframes load {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}
body.animating {
  overflow: hidden !important;
}

.page-leader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 9999999;
  background-color: #5b5e4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-leader-container .loading-wrapper {
  height: 56px;
  width: 56px;
}
.page-leader-container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-leader-container .logo .css-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 56px;
  width: 56px;
}
.page-leader-container .logo .css-logo .rect {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 25%;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #807d78;
  -webkit-animation: load 2s infinite;
          animation: load 2s infinite;
}
.page-leader-container .logo .css-logo .rect:nth-child(4) {
  background-color: #000000;
}
.page-leader-container .logo .css-logo .rect:nth-child(1) {
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -animation-delay: 0s;
}
.page-leader-container .logo .css-logo .rect:nth-child(2) {
  -webkit-animation-delay: 0.0625s;
  -o-animation-delay: 0.0625s;
  -moz-animation-delay: 0.0625s;
  -animation-delay: 0.0625s;
}
.page-leader-container .logo .css-logo .rect:nth-child(3) {
  -webkit-animation-delay: 0.125s;
  -o-animation-delay: 0.125s;
  -moz-animation-delay: 0.125s;
  -animation-delay: 0.125s;
}
.page-leader-container .logo .css-logo .rect:nth-child(4) {
  -webkit-animation-delay: 0.1875s;
  -o-animation-delay: 0.1875s;
  -moz-animation-delay: 0.1875s;
  -animation-delay: 0.1875s;
}
.page-leader-container .logo .css-logo .rect:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -animation-delay: 0.25s;
}
.page-leader-container .logo .css-logo .rect:nth-child(6) {
  -webkit-animation-delay: 0.3125s;
  -o-animation-delay: 0.3125s;
  -moz-animation-delay: 0.3125s;
  -animation-delay: 0.3125s;
}
.page-leader-container .logo .css-logo .rect:nth-child(7) {
  -webkit-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -animation-delay: 0.375s;
}
.page-leader-container .logo .css-logo .rect:nth-child(8) {
  -webkit-animation-delay: 0.4375s;
  -o-animation-delay: 0.4375s;
  -moz-animation-delay: 0.4375s;
  -animation-delay: 0.4375s;
}
.page-leader-container .logo .css-logo .rect:nth-child(9) {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -animation-delay: 0.5s;
}
.page-leader-container .logo .css-logo .rect:nth-child(10) {
  -webkit-animation-delay: 0.5625s;
  -o-animation-delay: 0.5625s;
  -moz-animation-delay: 0.5625s;
  -animation-delay: 0.5625s;
}
.page-leader-container .logo .css-logo .rect:nth-child(11) {
  -webkit-animation-delay: 0.625s;
  -o-animation-delay: 0.625s;
  -moz-animation-delay: 0.625s;
  -animation-delay: 0.625s;
}
.page-leader-container .logo .css-logo .rect:nth-child(12) {
  -webkit-animation-delay: 0.6875s;
  -o-animation-delay: 0.6875s;
  -moz-animation-delay: 0.6875s;
  -animation-delay: 0.6875s;
}
.page-leader-container .logo .css-logo .rect:nth-child(13) {
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -animation-delay: 0.75s;
}
.page-leader-container .logo .css-logo .rect:nth-child(14) {
  -webkit-animation-delay: 0.8125s;
  -o-animation-delay: 0.8125s;
  -moz-animation-delay: 0.8125s;
  -animation-delay: 0.8125s;
}
.page-leader-container .logo .css-logo .rect:nth-child(15) {
  -webkit-animation-delay: 0.875s;
  -o-animation-delay: 0.875s;
  -moz-animation-delay: 0.875s;
  -animation-delay: 0.875s;
}
.page-leader-container .logo .css-logo .rect:nth-child(16) {
  -webkit-animation-delay: 0.9375s;
  -o-animation-delay: 0.9375s;
  -moz-animation-delay: 0.9375s;
  -animation-delay: 0.9375s;
}
.page-leader-container .logo img {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.page-leader-container .logo .website-info {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.page-leader-container .logo .website-desc {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 7px;
  font-weight: 300;
  letter-spacing: 0.39px;
  line-height: 7px;
  margin-top: 5px;
  margin-bottom: 7px;
}
.page-leader-container .logo .website-name {
  color: #ffffff;
  font-family: "Century Gothic Std", sans-serif;
  font-size: 20px;
  letter-spacing: 0.44px;
  line-height: 16px;
}

.page-leader-container.is-fadeOut {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.page-leader-container.is-loaded{
  display: none
}

.load-color:before{
  content: "";
  background: #5b5e4b;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
}

body.animating {
  background: #5b5e4b;
}

.gmktg-page-loading {
  width: 100%;
  height: 3px;
}

.gmktg-page-loading > svg {
  height: 2px;
}
/*# sourceMappingURL=loading.css.map */