/* Font */
/* Colors */
/* Transitions */
/* Element radius */
/*---- Reset overrides ----*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

p {
  line-height: 1.65em;
  margin: 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Nunito, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 100;
  line-height: 1.1em;
  margin: 0;
}

h2 {
  margin-bottom: 1.4rem;
}

h3 {
  margin-bottom: 1.2rem;
}

a {
  color: #98A504;
}

a, .btn, button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover, .btn:hover, button:hover {
  text-decoration: none;
}

a:focus, .btn:focus, button:focus {
  outline: none;
  text-decoration: none;
}

ul > li {
  margin: 7px 0;
}

.dark-bg {
  background-color: #000;
  color: #fff;
}

.lightdark-bg {
  background-color: #272727;
  color: #fff;
}

.content-wide {
  max-width: 962px;
  padding: 60px 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .content-wide {
    padding: 100px 20px;
  }
}


.content-narrow {
  max-width: 640px;
  margin: 0 auto;
}

.text-highlight {
  font-size: 1.2rem;
}

.text-megahighlight {
  font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
  .text-megahighlight {
    font-size: 1.8rem;
  }
}

.text-superhighlight {
  font-size: 2.4rem;
  line-height: 1.2em;
}

@media only screen and (min-width: 992px) {
  .text-superhighlight {
    font-size: 4rem;
  }
}

.text-quote {
  position: relative;
  margin-left: 24px;
}

.text-quote::before {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  margin-left: -32px;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

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

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

.text-headline {
  font-weight: 700;
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.text-muted {
  color: #4E4E4E !important;
}

.text-yellow {
  color: #98A504;
}

.text-green {
  color: #9BF2A9;
}

.img-full {
  width: 100%;
  height: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .8rem !important;
}

.mb-2 {
  margin-bottom: 1.6rem !important;
}

.mb-3 {
  margin-bottom: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 3.2rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .8rem !important;
}

.mt-2 {
  margin-top: 1.6rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mt-4 {
  margin-top: 3.2rem !important;
}

.loaded .king-nav {
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.loaded .king-nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loaded .home-globe {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
}

.king-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  z-index: 10;
}

.king-header-branding img, .king-header-branding svg {
  width: 48px;
  height: auto;
}

.king-header-logomark {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
}

.king-header-tagline {
  text-transform: none;
  font-size: .86rem;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .king-header-tagline {
    font-size: 1rem;
  }
}

.king-header-menu {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 6px;
  z-index: 6;
}

.king-header-menu span {
  width: 80%;
  left: 10%;
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.king-header-menu:not(.active):hover span:nth-child(2) {
  width: 60%;
}

.king-header-menu:not(.active):hover span:nth-child(3) {
  width: 40%;
}

.king-header-menu.active span {
  background-color: #000;
}

.king-header-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(11px);
          transform: rotate(45deg) translateY(11px);
}

.king-header-menu.active span:nth-child(2) {
  opacity: 0;
}

.king-header-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-11px);
          transform: rotate(-45deg) translateY(-11px);
}

.king-header-popmenu {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
  -webkit-box-shadow: -1px 1px 32px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 32px rgba(0, 0, 0, 0.1);
}

.king-header-popmenu.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.king-header-popmenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 80px 40px;
  min-width: 340px;
}

.king-header-popmenu-link {
  display: block;
  padding: 16px 0;
  line-height: 1.2em;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.king-header-popmenu-link span {
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
}

.king-header-popmenu-link::before {
  content: attr(data-text);
  position: absolute;
  top: 60%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  color: #98A504;
}

.king-header-popmenu-link:hover::before {
  top: 25%;
  opacity: 1;
}

.king-header-popmenu-link:hover span {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  opacity: 0;
}

.king-header-popmenu-link-secondary {
  font-size: 1rem;
}

.king-header-dark {
  color: #000;
}

.king-header-dark .king-header-branding path {
  stroke: #000;
}

.king-header-dark .king-header-menu span {
  background-color: #000;
}

/* Buttons */
.btn {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  border: none;
  border-radius: 0;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  color: #000;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .btn {
    padding: 18px 32px;
  }
}

.btn:hover {
  text-decoration: none;
  border: none;
}

.btn:focus {
  outline: none !important;
}

.btn-primary,
.btn-primary:focus {
  background-color: #98A504;
}

.btn-primary:hover, .btn-primary:active,
.btn-primary:focus:hover,
.btn-primary:focus:active {
  background-color: #b4c305 !important;
  color: #000;
}

.btn-white {
  background-color: #fff;
  color: #272727;
}

.btn-white:hover {
  background-color: #F5F6F9;
  color: #272727;
}

.btn-outline,
.btn-outline:focus {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #98A504 !important;
          box-shadow: inset 0 0 0 1px #98A504 !important;
  color: #98A504;
}

.btn-outline:hover,
.btn-outline:focus:hover {
  background-color: #afbe05;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  font-size: 1rem;
  padding: 12px 32px;
}

@media only screen and (min-width: 992px) {
  .btn-large {
    padding: 24px 48px;
  }
}

.btn--wide {
  min-width: 200px;
}

.btn-text {
  border-bottom: 1px solid rgba(155, 242, 169, 0.35);
  color: #9BF2A9;
}

.btn-text:hover {
  color: #272727;
  border-bottom-color: transparent;
}

.king {
  padding-bottom: 56px;
}

.king-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
  z-index: 5;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
}

.king-nav > a {
  display: block;
  padding: 20px 12px;
  font-size: .85rem;
  line-height: 1em;
  border-left: 1px solid #000;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .king-nav > a {
    padding: 20px;
    font-size: 1rem;
  }
}

.king-nav > a span {
  position: relative;
  z-index: 1;
}

.king-nav > a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.king-nav > a:hover, .king-nav > a.active, .king-nav > a.active:hover {
  color: #fff;
}

.king-nav > a:hover::before, .king-nav > a.active::before, .king-nav > a.active:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.king {
  padding-bottom: 56px;
}

.king-homeheader {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 5;
}

.king-homeheader-logomark {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
  .king-homeheader-logomark {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.king-homeheader-tagline {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-size: .7rem;
  line-height: 1em;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .king-homeheader-tagline {
    font-size: 1rem;
  }
}

.king-homeheader img, .king-homeheader svg {
  margin-top: 16px;
  width: 64px;
  height: auto;
}

.home-msg {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
}

.home-msg h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 992px) {
  .home-msg h1 {
    font-size: 4vw;
  }
}

.home-msg1 {
  display: block;
  color: #98A504;
  opacity: .2;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 8rem;
  line-height: .5em;
}

@media only screen and (min-width: 992px) {
  .home-msg1 {
    font-size: 12rem;
  }
}

.home-msg2 {
  font-weight: 700;
  letter-spacing: 0;
}

.home-globe {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 170vw;
  height: 80vh;
}

@media only screen and (min-width: 992px) {
  .home-globe {
    width: 80vw;
    height: 80vh;
  }
}

.loaded .king-nav.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.loaded .home-globe {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
}
/*# sourceMappingURL=index.css.map */