.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: #07080d;
  font-family: roboto, sans-serif;
  color: #968e7f;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: cairo, sans-serif;
  font-size: 100px;
  line-height: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #948975;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fa9805;
  text-decoration: none;
}

a:hover {
  color: #fa9805;
        text-decoration: none;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10111b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1d22), to(#06050a));
  background-image: linear-gradient(180deg, #1c1d22, #06050a);
  color: #fa9805;
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Navbar-1920.jpg');
  background-position: 50% 50%;
  background-size: auto 115px;
  background-repeat: repeat-x;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.container.top-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.bottom-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.worker-system-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link {
  width: 10%;
  height: 103px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0px;
  border-style: none solid;
  border-width: 1px;
  border-color: #d45f0044 #d45f0044 #d45f0044 #d45f0044;
  background-color: rgba(190, 54, 0, 0.062);
  font-family: cairo, sans-serif;
  color: #fa9805;
  font-size: 17px;
  line-height: 103px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(139, 0, 204, 0.4);
}

.navigation-link:hover {
  border-right-color: #fa9805;
  border-left-color: #fa9805;
  background-color: rgba(0, 0, 0, 0.24);
  color: #ffb833;
  text-shadow: 0 0 20px #ffb833;
}

.navigation-link.w--current {
  border-right-color: #fa9805;
  border-left-color: #fa9805;
  background-color: transparent;
  color: #ffb833;
  text-shadow: 0 0 20px #ffb833;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 103px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  width: 473px;
  height: 221px;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.logo.mobile {
  display: none;
}

.play-button {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Play-Button.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 11px #000;
  font-family: cairo, sans-serif;
  color: #fa9805;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 7px #000;
}

.play-button:hover {
  background-image: url('../images/Play-Button-Hover.jpeg');
  box-shadow: 1px 1px 20px 4px #fa9805;
  color: #fa9805;
  text-shadow: 0 0 20px #fa9805;
}

.play-button.cta {
  position: static;
  top: 0px;
  margin-top: 20px;
}

.header-section {
  position: relative;
  display: flex;
  min-height: 70vh;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  background-image: url('../images/Header-Background.jpeg');
  background-size: 100% auto;
  background-position: 50% 50%; /* Tweaks both horizontal and vertical positioning */
  background-repeat: no-repeat;
}




.header-section.minimized {
  height: 350px;
  margin-bottom: 20px;
  background-image: url('../images/Play-Header-Background.jpeg');
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.large-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e42e00;
  font-size: 120px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px #ffcc80, 0 0 15px #ffcc80;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #c49600;
  font-size: 66px;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #cacaca;
}

.countdown-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdown-box {
  display: inline-block;
  width: 120px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.countdown-number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: cairo, sans-serif;
  color: #8604ff;
  font-size: 56px;
  line-height: 46px;
  text-transform: uppercase;
  text-shadow: 0 0 30px #5d00b4;
}

.countdown-text {
  margin-top: 15px;
  font-family: cairo, sans-serif;
  color: #b357ff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 13px #000;
}

.content-block {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #191b24;
  background-color: #0b0c11;
  box-shadow: inset 0 0 0 1px #000002, inset 0 0 20px -7px #000, 2px 0 14px 2px rgba(255, 0, 4, 0.06);
}

.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offline {
  color: #e61616;
  text-shadow: 1px 1px 12px #ff1a1a;
}

.online {
  color: #49f32c;
  text-shadow: 1px 1px 12px #da8d00;
}

.register {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #443e32;
  color: #fa9805;
}

.register:hover {
  color: #ff1a1a;
}

.login {
  color: #fa9805;
}

.login:hover {
  color: #ff1a1a;
}

.section-title-block {
  padding: 10px;
  background-color: #11121b;
  background-image: url('../images/Section-Title-BG.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.section-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #fa9805;
}

.content-body {
  padding: 10px;
}

.content-body.news {
  padding-bottom: 0px;
}

.content-body.welcome-message {
  padding: 40px;
}

.content-body.buttons {
  padding-bottom: 0px;
}

.gameplay-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #191b24;
  background-color: #09090f;
  box-shadow: inset 0 -3px 0 1px #000, 0 0 14px 2px rgba(255, 0, 4, 0.06);
}

.footer {
    margin-top: auto;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
    padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0b0c13;
  background-image: url('../images/Frame.jpeg'), url('../images/Footer.jpeg');
  background-position: 50% 0%, 50% 0%;
  background-size: auto 6px, cover;
  background-repeat: repeat-x, no-repeat;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: cairo, sans-serif;
  color: #fa9805;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 2px 0 20px #fa9805;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #6b655a;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fa9805;
  text-decoration: none;
}

.footer-logo {
  width: 25%;
  text-align: center;
}

.footer-logo:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.footer-list-block {
  width: 15%;
  text-align: center;
}

.bottom-bar {
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 10px;
  border-top: 1px solid #1b1d2c;
  background-color: #10111b;
  background-image: url('../images/Frame.jpeg'), -webkit-gradient(linear, left top, left bottom, from(#060607), to(#0f1014));
  background-image: url('../images/Frame.jpeg'), linear-gradient(180deg, #060607, #0f1014);
  background-position: 50% 0%, 0px 0px;
  background-size: auto 6px, auto;
  background-repeat: repeat-x, repeat;
  box-shadow: 0 -1px 0 1px #000;
  color: #6b655a;
}

.footer-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-text {
  margin-left: 20px;
  color: #6b655a;
}

.bottom-text:hover {
  color: #fa9805;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #008cff;
  background-color: #75ffff;
  background-image: url('../images/Button-Background.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
  color: #e2e2e2;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
    text-align: center;
}

.button:hover {
  border-color: #fa9805;
  box-shadow: 0 0 11px 0 #fa9805, inset 0 0 0 1px #000;
  color: #fa9805;
  text-shadow: 1px 1px 14px rgba(255, 187, 62, 0.6);
}

.button.download {
  font-size: 16px;
}

.left-column {
  padding-left: 0px;
}

.right-column {
  padding-right: 0px;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #17181f;
  background-image: url('../images/CTA-Background.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fa9805;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 20px #000, 0 0 15px #000;
}

.red {
  color: #ff1a1a;
}

.large-paragraph {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.key-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fa9805;
  font-size: 72px;
  line-height: 62px;
  text-align: center;
  text-shadow: 1px 1px 20px rgba(255, 187, 62, 0.14);
}

.worker-sub-heading {
  margin-top: 0px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-shadow: 1px 1px 20px #000;
}

.news-post-block {
  margin-bottom: 10px;
  padding: 10px 10px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1c27;
  background-color: #0f0f14;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.news-post-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -9px -9px 10px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3f0001;
  background-color: #09090e;
}

.news-title {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #fa9805;
  font-size: 21px;
}

.header-text {
  width: 60%;
  margin-top: 10px;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.header-text.hide {
  display: none;
}

.huge-paragraph {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.scroll-down {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 80px;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.24;
}

.quick-link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  background-image: url('../images/Quick-Link-Buttons.jpeg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 20px 20px #000;
  font-size: 26px;
  text-align: center;
}

.quick-link-button.discord {
  margin-bottom: 10px;
  border-color: #3b466d;
  box-shadow: 0 0 20px 3px #000, inset 0 0 20px 20px #000;
  color: #7289da;
}

.quick-link-button.discord:hover {
  border-color: #7289da;
}

.quick-link-button.forums {
  margin-bottom: 10px;
  border-color: #6d0909;
  box-shadow: 0 0 20px 3px #000, inset 0 0 20px 20px #000;
  color: #ff1a1a;
}

.quick-link-button.forums:hover {
  border-color: red;
}

.quick-link-button.download {
  margin-bottom: 10px;
  border-color: #695734;
  box-shadow: 0 0 20px 3px #000, inset 0 0 20px 20px #000;
  color: #7289da;
}

.quick-link-button.download:hover {
  border-color: gold;
}

.button-sub-text {
  color: #fff;
  font-size: 14px;
}

.button-title {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 17px rgba(114, 137, 218, 0.6);
}

.button-title.forums {
  text-shadow: 1px 1px 17px rgba(255, 9, 9, 0.39);
}

.button-title.download {
  color: #fa9805;
  text-shadow: 1px 1px 17px rgba(255, 187, 62, 0.52);
}

.key-points-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-content-section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.download-options {
  display: -ms-grid;
  display: grid;
  width: 60%;
  margin: 40px auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fa9805;
  text-align: center;
}

.download-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1c27;
  background-color: #0f0f14;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.64);
  text-align: center;
}

.download-block:hover {
  border-color: #00caca;
  background-color: #14151b;
  box-shadow: 0 0 20px -8px #43ffff, inset 0 0 0 1px rgba(0, 0, 0, 0.64);
}

.download-sub-text {
  color: #fff;
}

.download-image {
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.recommended-block {
  position: absolute;
  left: auto;
  top: -15px;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 60%;
  height: 28px;
  background-color: #155d06;
  font-family: cairo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.navigation-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container.worker-system-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-link {
    display: block;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid none;
    border-color: #10121f;
    background-color: transparent;
    box-shadow: inset 1px 1px 3px 0 #000;
    line-height: 22px;
  }
  .nav-menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0c0d13;
    text-align: center;
  }
  .logo.mobile {
    display: block;
    width: 300px;
    height: 140px;
  }
  .logo.desktop {
    display: none;
  }
  .play-button {
    top: 50px;
  }
  .header-content {
    width: 90%;
  }
  .large-heading {
    font-size: 100px;
  }
  .content-body.welcome-message {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon {
    font-size: 40px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fa9805;
  }
  .footer-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-logo {
    width: 35%;
  }
  .left-column {
    padding-right: 10px;
  }
  .right-column {
    padding-right: 0px;
    padding-left: 10px;
  }
  .cta-heading {
    font-size: 32px;
  }
  .header-text {
    width: 80%;
  }
  .button-sub-text {
    font-size: 13px;
  }
  .button-title {
    font-size: 16px;
  }
  .key-points-grid {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .download-options {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .recommended-block {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.bottom-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.worker-system-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo.mobile {
    height: 130px;
  }
  .play-button {
    top: 40px;
  }
  .header-section {
    height: 550px;
  }
  .header-content {
    width: 90%;
  }
  .large-heading {
    font-size: 72px;
    line-height: 62px;
  }
  .sub-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .countdown-block {
    width: 100%;
    margin-top: 40px;
  }
  .countdown-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon {
    font-size: 34px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-list-block {
    width: 100%;
  }
  .bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .left-column {
    padding-right: 0px;
  }
  .right-column {
    padding-left: 0px;
  }
  .cta-heading {
    font-size: 32px;
    line-height: 32px;
  }
  .key-heading {
    font-size: 52px;
    line-height: 42px;
  }
  .worker-sub-heading {
    font-size: 26px;
    line-height: 42px;
  }
  .scroll-down {
    bottom: 60px;
  }
  .key-points-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .download-options {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container.top-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.bottom-bar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
  }
  .navigation-link {
    line-height: 17px;
  }
  .logo.mobile {
    height: 110px;
  }
  .play-button {
    top: 30px;
  }
  .play-button.hide-mobile {
    display: none;
  }
  .header-section {
    height: 450px;
    background-position: 0% 100%;
  }
  .header-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .large-heading {
    font-size: 40px;
    line-height: 46px;
  }
  .sub-heading {
    font-size: 32px;
    line-height: 32px;
  }
  .countdown-block {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .countdown-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .countdown-number {
    font-size: 32px;
    line-height: 34px;
  }
  .countdown-text {
    font-size: 16px;
  }
  .section-title-text {
    font-size: 18px;
  }
  .content-body.welcome-message {
    padding: 20px 10px;
  }
  .footer {
    text-align: left;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-right-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-text {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cta-heading {
    font-size: 34px;
    line-height: 36px;
  }
  .key-heading {
    font-size: 42px;
    line-height: 36px;
  }
  .worker-sub-heading {
    margin-bottom: 0px;
    line-height: 32px;
  }
  .news-post-block {
    text-align: center;
  }
  .news-post-title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .news-post-details-block {
    margin-bottom: 10px;
  }
  .header-text {
    width: 100%;
  }
  .huge-paragraph {
    font-size: 15px;
    line-height: 19px;
  }
  .scroll-down {
    bottom: 10px;
  }
  .key-points-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .download-block {
    text-align: center;
  }
  .download-image {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7e53a3672a9d-a3672a7a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

.int-content {
    max-height: 100px;
        overflow-y: scroll;
}

.int-content::-webkit-scrollbar { 
    display: none;  
}

::-webkit-scrollbar {
    width: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #191b24;
    background-color: #0b0c11;
    box-shadow: inset 0 0 0 1px #000002, inset 0 0 20px -7px #000, 2px 0 14px 2px rgba(255, 0, 4, 0.06);
}
 
::-webkit-scrollbar-track {
  background: #0b0c11;
}
 
::-webkit-scrollbar-thumb {
    background: #fa9805;
}

/* Custom addons */

input, .form-control {
  background-color: #0f0f14;
  border: 1px solid #00b6b6;
  box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
  color: #968e7f;
}

input:active, input:hover, .form-control:hover, .form-control:active, input:focus, .form-control:focus {
  border-color: #abffff;
  color: #fa9805;
  background-color: #101014;
  box-shadow: 0 0 11px 0 #000, inset 0 0 0 1px #000;
}

table, .table, table.table {
  box-shadow: 0 0 11px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.03) inset;
  border-radius: 0px;
  background: #0f0f14;
  border: 0 !important;
  color: #968e7f;
}