/* main comment */

#consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 60px;
  padding: 2rem 8rem;
  background-color: #1b1a1a;
  color: #e87c1e;
  transition: opacity 1s ease;
  text-align: center;
}
.consent-popup-hidden {
  opacity: 0;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.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: #151515;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

a {
  color: #5fbfff;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px 24px;
  border-left: 2px solid #3fbe4e;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
  -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;
}

figcaption {
  margin-top: 12px;
  color: #858585;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.hover-line {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c5981), to(#5fbfff));
  background-image: linear-gradient(90deg, #1c5981, #5fbfff);
}

.nav-link {
  position: relative;
  overflow: hidden;
  margin-right: 16px;
  margin-left: 16px;
  padding: 3px 0px;
  font-family: Freeboot, sans-serif;
  color: #bf4619;
  font-size: 25px;
  line-height: 20px;
  font-weight: 500;
}

.nav-link.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link.act {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  overflow: visible;
  width: 100%;
  height: 75px;
  -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-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #1b1a1a;
}

.menu-icon-line-top {
  height: 2px;
  background-color: #fff;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 0px;
  min-width: 0px;
  padding: 12px 16px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-color: #303030;
}

.menu-icon-line-middle {
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.navigation {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-icon {
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-nav-menu {
  -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;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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-radius: 50%;
  background-color: #252525;
  -webkit-transition: color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.top-button:hover {
  background-color: #3fbe4e;
}

.top-button-icon {
  position: relative;
  margin: 0px auto 1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top {
  height: 0px;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 130px;
  height: 70px;
  padding: 13px 24px;
  -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;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.full-width {
  width: 100%;
  border-style: none;
  border-radius: 0px;
  color: transparent;
}

.page-wrapper {
  position: relative;
  width: 100%;
}

.back-to-top {
  height: 0px;
}

.breadcrumbs-link {
  position: relative;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: transparent;
  color: #fff;
  font-size: 10px;
}

.breadcrumbs-link:hover {
  background-color: rgba(21, 21, 21, 0.12);
}

.hero-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin: 7% auto 8vh;
  -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;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.87), rgba(26, 26, 26, 0));
  text-align: center;
}

.auth-hero {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 800px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #151515;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-wrapper {
  width: 970px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.features {
  padding-top: 12px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-info {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-grey {
  color: #858585;
}

.icon-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#1a1a1a));
  background-image: linear-gradient(180deg, #303030, #1a1a1a);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.icon {
  position: relative;
  z-index: 2;
  height: 40px;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-image: linear-gradient(155deg, #303030, #1a1a1a);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.7);
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 495px;
  max-height: none;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: url("/images/fvtt.png");
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.video.home {
  margin-bottom: 32px;
}

.play-button {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100px;
  height: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("/images/play.svg");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.play-button:hover {
  border-color: #3fbe4e;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.footer-section {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  font-style: italic;
  text-align: left;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 23px 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

.footer-bottom-link {
  position: relative;
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
}

.footer-nav-link {
  position: relative;
  overflow: hidden;
  margin: 8px 16px;
  padding: 4px 0px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.testimonials {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: linear-gradient(138deg, #303030, #1a1a1a);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.review-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-avatar {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-name {
  margin-top: 1px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.review-text {
  margin-top: 4px;
  color: #858585;
}

.review-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  padding: 8px;
  -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;
  opacity: 0.4;
  -webkit-transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.review-author-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.16);
  -ms-transform: scale(1.16);
  transform: scale(1.16);
}

.review-link-icon {
  width: 32px;
}

.faq {
  width: 100%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.accordion-info {
  padding-right: 72px;
}

.nav-accordion-item {
  display: none;
  overflow: hidden;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: left;
}

.nav-accordion-item:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.accordion-plus {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 13px solid transparent;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.accordion-text {
  padding-bottom: 32px;
  color: #858585;
}

.plus-line-v {
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background-color: #fff;
}

.accordion-heading {
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  padding-top: 28px;
  padding-right: 40px;
  padding-bottom: 28px;
  -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;
  cursor: pointer;
}

.plus-line-h {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.text-link {
  color: #5fbfff;
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: underline;
}

.pricing-list {
  width: 100%;
  margin-top: 16px;
  margin-right: 16px;
  padding-right: 36px;
  padding-left: 36px;
  border: 1px none #000;
  text-align: left;
}

.check-icon {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 12px;
  background-image: url("/images/checked.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.x-icon {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 12px;
  background-image: url("/images/x.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing-2-cols {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.5fr 2.5fr 2.5fr;
  grid-template-columns: 2.5fr 2.5fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-2-cols._3cols {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.price-tag {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 56px;
  font-weight: 700;
}

.plan-info {
  margin-bottom: 32px;
  color: #858585;
  font-size: 13px;
  line-height: 20px;
}

.plan-name {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-bottom: 36px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.plan-name.current {
  background-color: #5fbfff;
}

.pricing-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #858585;
  font-size: 15px;
  line-height: 20px;
}

.kb-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 960px;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#1a1a1a));
  background-image: linear-gradient(180deg, #303030, #1a1a1a);
  text-align: justify;
}

.kb-box.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kb-box.pricing.current {
  border-style: solid;
  border-width: 1px;
  border-color: #5fbfff;
}

.pricing-plan-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  z-index: 1;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.pricing-plan-line.highlighted {
  background-image: linear-gradient(268deg, #2f81b8, #5fbfff);
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 32px;
  padding: 7px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.06);
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq-category.first-category {
  margin-top: 40px;
}

.faq-category-dot {
  width: 6px;
  height: 6px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #66df57;
  background-image: -webkit-gradient(linear, left top, right top, from(#058d3f), to(#66df57));
  background-image: linear-gradient(90deg, #058d3f, #66df57);
}

.link-grey {
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
  color: #858585;
  font-size: 15px;
  line-height: 20px;
}

.timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  -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;
  background-color: rgba(255, 255, 255, 0.2);
}

.changelog-block {
  display: -ms-grid;
  display: grid;
  padding-right: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Date Timeline Info";
  -ms-grid-columns: minmax(128px, auto) 16px minmax(32px, auto) 16px 1fr;
  grid-template-columns: minmax(128px, auto) minmax(32px, auto) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline-date {
  padding-top: 8px;
  padding-bottom: 8px;
  color: grey;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}

.version-heading {
  margin-bottom: 16px;
}

.timeline-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* default */
.changelog-badge {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 32px;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-color: rgba(63, 190, 78, 0.5);
  color: #3fbe4e;
}

/* new  */
.changelog-badge.NEW-badge {
  border-color: rgba(63, 190, 78, 0.5);
  color: #3fbe4e;
}

/* fix  */
.changelog-badge.FIXED-badge {
  border-color: rgba(255, 36, 77, 0.5);
  color: #ff244c;
}

/* Enhanced */
.changelog-badge.ENHANCED-badge {
  border-color: rgba(255, 143, 35, 0.5);
  color: #ff8f23;
}

/* Broken */
.changelog-badge.BROKEN-badge {
  border-color: rgba(255, 36, 77, 0.5);
  color: #ff244c;
}

/* Alert */
.changelog-badge.ALERT-badge {
  border-color: rgba(255, 143, 35, 0.5);
  color: #ff8f23;
}

/* Info */
.changelog-badge.INFO-badge {
  border-color: rgba(255, 208, 0, 0.774);
  color: #f8e802;
}

.timeline-dot {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 12px #151515;
}

.change-text {
  margin-bottom: 20px;
  color: #858585;
  font-size: 17px;
  line-height: 24px;
}

.changelog {
  max-width: 970px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 600;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 368px;
  max-height: 32vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 20px;
  background-color: #151515;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #fff;
}

.change-heading {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  max-width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 24px 9px;
  border: 1px none #000;
  border-radius: 24px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.input::-webkit-input-placeholder {
  color: #858585;
}

.input:-ms-input-placeholder {
  color: #858585;
}

.input::-ms-input-placeholder {
  color: #858585;
}

.input::placeholder {
  color: #858585;
}

.input.password-input {
  margin-bottom: 16px;
  text-align: center;
}

.side-image {
  overflow: hidden;
  border-radius: 20px;
  background-image: linear-gradient(142deg, #303030, #1a1a1a);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.feature-v2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  border: 1px none #000;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px;
  background-size: auto;
  color: transparent;
}

.form-action-link {
  z-index: 1;
  height: 48px;
  margin-right: -28px;
  margin-left: -28px;
  padding-right: 28px;
  padding-left: 28px;
  background-color: transparent;
}

.nav-dropdown {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.nav-link-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  width: 11ch;
  padding-top: 5px;
  padding-right: 18px;
  padding-bottom: 5px;
  -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;
}

.nav-dropdown-list {
  bottom: auto;
}

.nav-dropdown-list.w--open {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-left: -12px;
  -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: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#303030));
  background-image: linear-gradient(180deg, #303030, #303030);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.5);
}

.nav-dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 24px 12px 20px;
  -webkit-transition: padding 500ms cubic-bezier(0.165, 0.84, 0.44, 1), color 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: padding 500ms cubic-bezier(0.165, 0.84, 0.44, 1), color 500ms cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
}

.nav-dropdown-link:hover {
  padding-right: 20px;
  padding-left: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #5fbfff;
}

.nav-dropdown-link.w--current {
  color: #e87c1e;
}

.dropdown-arrow {
  margin-right: 0px;
  font-size: 13px;
  line-height: 16px;
}

.columns {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
}

.text-block {
  color: #5fbfff;
  font-size: 18px;
  text-align: center;
}

.text-block-5 {
  font-family: Freeboot, sans-serif;
  color: #e87c1e;
  font-size: 35px;
  text-shadow: 4px 4px 1px #000;
}

.text-block-5.orangesub {
  max-width: 730px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 35px;
  font-weight: 400;
}

.body {
  display: block;
  height: auto;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-image: url("/images/FS-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #aaa;
  font-size: 16px;
  background-clip: border-box;
  -o-object-fit: contain;
  object-fit: contain;
}

.auth-header {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  -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: #1b1a1a;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.auth-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 25px;
  -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;
  font-size: 14px;
  line-height: 20px;
}

.control-btn {
  position: static;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: transparent;
}

.auth-shadow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 75vw;
  min-height: 0vh;
  min-width: 50vw;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 16px 24px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: none;
  border-width: 5px;
  border-color: #151515;
  border-radius: 20px;
  background-color: #252222;
  box-shadow: 4px 4px 3px 0 #000;
  line-height: 22px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.field-label {
  margin-bottom: 4px;
  padding-right: 8px;
  padding-left: 0px;
  text-align: left;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.field-label.centre {
  text-align: center;
}

.form {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  font-size: 16px;
}

.form.delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-top: 22px;
  margin-right: 22px;
  margin-left: 22px;
  -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;
  font-size: 16px;
}

.form-wrapper.margins {
  margin-bottom: 36px;
}

.paragraph-2 {
  position: static;
  display: block;
  width: auto;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 14px;
  text-align: left;
}

.grid-11 {
  width: 100%;
  max-width: 800px;
  margin: 26px 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1234px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 32px 0px;
  -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: 1px none #000;
  border-radius: 20px;
  background-color: transparent;
  text-align: left;
}

.text-block-9 {
  text-align: left;
}

.image-2 {
  margin-top: -17px;
  margin-bottom: -17px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-12 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: 100%;
  grid-template-rows: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.stats {
  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;
  font-family: Freeboot, sans-serif;
  color: #bf4619;
  font-size: 22px;
}

.text-block-10 {
  padding-left: 5px;
  white-space: normal;
}

.list {
  margin-bottom: 30px;
}

.form-block-2 {
  display: block;
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.form-3 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kb-text-block {
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-2.kb {
  margin-top: 12px;
}

.field {
  width: 100%;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #858585;
  border-radius: 4px;
  background-color: #303030;
  color: #aaa;
  text-align: center;
}

.field.entry {
  height: 110px;
}

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

.form-field {
  width: 50%;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  clear: none;
}

.form-field.home {
  width: 100%;
}

.form-field.special {
  width: 100%;
  max-width: 600px;
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #151515;
}

.form-field.full {
  width: 100%;
  margin-bottom: 16px;
}

.home-cta-col {
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 12px;
  background-color: transparent;
}

.home-login-form {
  padding-top: 16px;
}

.form-frame {
  padding: 24px 20px 2px;
  border-radius: 12px;
  background-color: #1a1a1a;
}

.form-frame.bot-padding-38 {
  padding-bottom: 38px;
}

.image-5 {
  margin-bottom: -24px;
}

.dropdown {
  height: 46px;
  margin-bottom: 10px;
  padding-right: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #858585;
  border-radius: 4px;
  background-color: #303030;
  color: #aaa;
}

.section-heading {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Freeboot, sans-serif;
  color: #e87c1e;
  font-size: 48px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 0 4px 2px #000;
}

.sublink {
  color: #5fbfff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.forgot-pass {
  margin-top: 8px;
}

.text-block-16 {
  color: #aaa;
  text-align: center;
}

.text-block-16.chg-product-highlight {
  color: #303030;
}

.text-block-17 {
  color: #aaa;
  text-align: center;
}

.text-block-17.pickme {
  color: #fff;
}

.label-with-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tip-icon {
  margin-bottom: 2px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  -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;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin-top: 8px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field.delete {
  width: 100%;
  margin-top: 32px;
  padding-left: 32px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
}

.checkbox-label {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

.tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tip-frame {
  position: absolute;
  display: none;
  overflow: visible;
  margin-left: 24px;
  padding: 12px;
  background-color: #1a1a1a;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.tip-text {
  max-width: 200px;
  font-size: 13px;
  line-height: 17px;
}

.error-message {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f8e1e5;
  color: #bf4619;
}

.paragraph-wrapper {
  max-width: 800px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 24px;
  margin-bottom: 30px;
  -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;
}

.h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.h2.h2-margin {
  margin-bottom: 16px;
  color: #e87c1e;
}

.paragraph-4 {
  margin-top: 32px;
  font-size: 14px;
}

.text-list-margin {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.aaw-paragraph {
  max-width: 800px;
  margin-top: 23px;
  font-size: 14px;
}

.list-item {
  margin-bottom: 9px;
}

.grid-20 {
  width: 100%;
  max-width: 800px;
  margin-bottom: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.howto-wrapper {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.howto-video {
  margin-bottom: 12px;
}

.video-label {
  font-size: 18px;
  text-align: center;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.dropdown-button {
  height: 46px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #aaa;
}

.video-mobile-play-icon {
  display: none;
}

.video-text {
  color: #aaa;
}

.grey-line {
  height: 1px;
  background-color: hsla(0, 0%, 52%, 0.47);
}

.grey-line.margins {
  margin-bottom: 12px;
}

.grey-line.big-margins {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #000;
  border-radius: 0px;
}

.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._600w {
  width: 100%;
  max-width: 600px;
}

._600w.margins {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-19 {
  font-weight: 700;
}

.text-block-20 {
  font-weight: 700;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  -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-block-21 {
  color: #5fbfff;
}

.email-log {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px 16px;
  background-color: #1a1a1a;
}

.log-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.log-date {
  color: #858585;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.log-status {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.log-status.good {
  color: #3fbe4e;
}

.log-status.bad {
  color: #ff244c;
}

.text-block-22 {
  color: #858585;
  font-weight: 400;
}

.email-body {
  margin-top: 12px;
  font-size: 16px;
}

.email-details {
  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;
}

.div-block-9 {
  margin-bottom: 36px;
}

.inbox-message {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px 16px;
  background-color: #1a1a1a;
}

.inbox-message.new {
  border-style: solid;
  border-width: 1px;
  border-color: #5fbfff;
}

.server-status {
  margin-bottom: 24px;
}

.server-detail-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-top: 8px;
  -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;
  background-color: #303030;
}

.server-detail-frame.long {
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.supertext {
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.supertext.margins {
  margin-bottom: 12px;
}

.server-status-icon {
  margin-bottom: 6px;
}

.column {
  padding-right: 6px;
  padding-left: 6px;
}

.div-block-10 {
  margin-bottom: 12px;
}

.heading {
  font-weight: 400;
}

.text-block-24 {
  color: #ff8f23;
}

.div-block-13 {
  margin-bottom: 12px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
}

.mobile-nav-buttons {
  display: none;
}

.faq-accordion-item {
  display: block;
  overflow: hidden;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: left;
}

.faq-accordion-item:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
}

.server-response {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5fbfff;
  font-size: 16px;
  text-align: center;
}

.grid-21 {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 0.75fr 1fr 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr 0.75fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-25 {
  color: #5fbfff;
  text-align: left;
}

.text-block-26 {
  color: #5fbfff;
  text-align: left;
}

.text-block-27 {
  color: #5fbfff;
  text-align: left;
}

.text-block-28 {
  color: #5fbfff;
}

.text-block-29 {
  color: #5fbfff;
}

.text-block-30 {
  color: #5fbfff;
}

.signmsgtxt {
  color: #5fbfff;
  text-align: center;
}

.resetpasswordmsg {
  color: #5fbfff;
  text-align: center;
}

.editprofiletxt {
  color: #5fbfff;
  text-align: center;
}

.backup-btn-image {
  color: transparent;
  text-align: left;
}

.text-block-31 {
  font-size: 16px;
}

.list-4 {
  margin-top: 78px;
}

.red-lg-img {
  margin-right: 4px;
  margin-left: 4px;
}

.red-small-img {
  margin-right: 4px;
  margin-left: 4px;
}

.green-lg-img {
  margin-right: 4px;
  margin-left: 4px;
}

.green-small-img {
  margin-right: 4px;
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 17px;
    line-height: 24px;
  }

  h6 {
    font-size: 15px;
    line-height: 20px;
  }

  .hover-line {
    display: none;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 23px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #aaa;
    font-size: 16px;
    line-height: 28px;
    text-transform: none;
  }

  .nav-link.act {
    display: none;
  }

  .menu-button {
    z-index: 150;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navbar {
    height: 72px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-icon-line-top {
    border-radius: 1px;
  }

  .menu-icon-line-bottom {
    border-radius: 1px;
  }

  .brand {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-right {
    padding-right: 0px;
  }

  .button.login.mobile {
    height: 50px;
  }

  .button.signup {
    display: none;
  }

  .button.signup.mobile {
    display: block;
    height: 50px;
  }

  .menu-icon-line-middle {
    border-radius: 1px;
  }

  .navigation {
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .mobile-nav-menu {
    z-index: 10;
    overflow: auto;
    width: 340px;
    height: auto;
    max-height: 100vh;
    padding-top: 88px;
    background-color: #151515;
    background-image: -webkit-gradient(linear, left top, right top, from(#303030), to(#1a1a1a));
    background-image: linear-gradient(90deg, #303030, #1a1a1a);
    text-align: left;
  }

  .top-button {
    right: 12px;
    bottom: 12px;
  }

  .hero-intro {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .auth-hero {
    position: static;
    padding-top: 20px;
  }

  .features {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-info {
    margin-left: 20px;
  }

  .icon-box {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#1a1a1a));
    background-image: linear-gradient(180deg, #303030, #1a1a1a);
  }

  .icon {
    height: 36px;
  }

  .feature-card {
    width: 83.33%;
    margin-bottom: 80px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
  }

  .video {
    height: 50vw;
  }

  .play-button {
    width: 88px;
    height: 88px;
    background-size: 36px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-bottom {
    margin-top: 44px;
  }

  .testimonials {
    padding-right: 16%;
    padding-left: 16%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review {
    margin-bottom: 32px;
    border-radius: 16px;
  }

  .nav-accordion-item {
    display: block;
    padding: 12px 16px 12px 24px;
  }

  .pricing-2-cols {
    max-width: 60vw;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .faq-wrapper {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-category.first-category {
    margin-top: 20px;
  }

  .changelog-block {
    -ms-grid-columns: minmax(88px, auto) minmax(32px, auto) 1fr;
    grid-template-columns: minmax(88px, auto) minmax(32px, auto) 1fr;
  }

  .post-card {
    height: 44vw;
    max-height: none;
    border-radius: 16px;
  }

  .side-image {
    border-radius: 16px;
  }

  .feature-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .button-bg {
    background-image: linear-gradient(125deg, #058d3f, #66df57);
  }

  .nav-dropdown {
    display: none;
  }

  .nav-link-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 23px;
    padding-bottom: 0px;
  }

  .nav-dropdown-list.w--open {
    position: relative;
    margin-left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }

  .nav-dropdown-link {
    padding-right: 52px;
    padding-left: 52px;
    color: #fff;
  }

  .nav-dropdown-link:hover {
    color: #fff;
  }

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: #e8985c;
  }

  .dropdown-arrow {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 15px;
  }

  .dropdown-arrow.nav {
    margin-top: 15px;
  }

  .auth-shadow-box {
    max-width: 100vw;
  }

  .hero-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .grid-12 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-14 {
    display: none;
  }

  .mobile-nav-profile {
    font-family: Freeboot, sans-serif;
    color: #e87c1e;
    font-size: 26px;
  }

  .nav-accordion-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    padding-right: 16px;
    padding-bottom: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-nav-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-accordion-item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 16px 32px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #aaa;
    font-size: 17px;
    line-height: 24px;
  }

  .nav-link.act {
    display: none;
  }

  .navbar {
    height: 80px;
  }

  .menu-icon {
    margin-right: 2px;
    margin-left: 2px;
  }

  .mobile-nav-menu {
    width: 50vw;
    min-width: 400px;
    padding-top: 79px;
  }

  .top-button {
    display: none;
  }

  .hero-intro {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .auth-hero {
    padding-top: 96px;
  }

  .features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-card {
    margin-bottom: 60px;
    border-radius: 12px;
  }

  .play-button {
    width: 64px;
    height: 64px;
    background-size: 24px;
  }

  .footer-section {
    padding-top: 24px;
  }

  .footer-bottom {
    margin-top: 28px;
    padding: 16px;
  }

  .footer-nav-link {
    margin: 4px 12px;
  }

  .testimonials {
    padding-right: 11%;
    padding-left: 11%;
  }

  .review {
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .review-author {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .accordion-info {
    padding-right: 56px;
  }

  .nav-accordion-item {
    display: block;
    padding: 12px 16px;
  }

  .accordion-plus {
    width: 36px;
    height: 36px;
    border-width: 11px;
  }

  .accordion-text {
    padding-bottom: 16px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion-header {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-2-cols {
    max-width: 66vw;
  }

  .faq-category {
    margin-top: 48px;
    margin-bottom: 20px;
  }

  .faq-category.first-category {
    margin-top: 0px;
  }

  .timeline-dot {
    width: 10px;
    height: 10px;
    margin-top: 10px;
    box-shadow: 0 0 0 10px #151515;
  }

  .change-text {
    font-size: 15px;
  }

  .side-image {
    border-radius: 12px;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-link {
    padding-right: 48px;
    padding-left: 48px;
  }

  .dropdown-arrow {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .form-2 {
    width: 100%;
  }

  .grid-12 {
    width: 100%;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .form-block-3 {
    width: 100%;
  }

  .mobile-nav-profile {
    font-family: Freeboot, sans-serif;
    color: #e87c1e;
    font-size: 28px;
  }

  .nav-accordion-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .faq-accordion-item {
    display: block;
    padding: 12px 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    color: #aaa;
  }

  .nav-link.accordion {
    padding-left: 46px;
    color: #858585;
    font-size: 17px;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    height: 80px;
  }

  .nav-left {
    height: 100%;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation {
    height: 100%;
    -ms-grid-columns: auto 0.75fr;
    grid-template-columns: auto 0.75fr;
  }

  .mobile-nav-menu {
    overflow: auto;
    width: 100%;
    height: 100vh;
    min-width: auto;
    margin-top: 80px;
    padding-top: 40px;
  }

  .hero-intro {
    margin-top: 20px;
    background-image: none;
  }

  .auth-hero {
    padding-top: 0px;
  }

  .features {
    grid-row-gap: 48px;
  }

  .feature {
    padding-right: 12px;
    padding-left: 12px;
    -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;
  }

  .feature-info {
    margin-top: 20px;
    margin-left: 0px;
  }

  .feature-card {
    width: 100%;
    margin-bottom: 40px;
  }

  .play-button {
    margin-top: 7%;
  }

  .footer-bottom {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .testimonials {
    padding-right: 0%;
    padding-left: 0%;
  }

  .review {
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  .review-author {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-avatar {
    width: 60px;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .review-text {
    text-align: left;
  }

  .review-author-link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 10px;
    margin-right: 10px;
  }

  .accordion-info {
    padding-right: 0px;
  }

  .nav-accordion-item {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .pricing-list {
    margin-top: 16px;
    padding-top: 0px;
  }

  .pricing-2-cols {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-2-cols._3cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .kb-box {
    margin-top: 0px;
    padding: 16px;
  }

  .changelog-block {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    grid-template-areas:
      "Timeline-Mobile Date-Mobile Date-Mobile"
      "Timeline-Mobile Info-Mobile Info-Mobile";
    -ms-grid-columns: auto 24px minmax(32px, auto) 24px 1fr;
    grid-template-columns: auto minmax(32px, auto) 1fr;
    -ms-grid-rows: auto 8px auto;
    grid-template-rows: auto auto;
  }

  .timeline-date {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .post-card {
    height: 72vw;
  }

  .feature-v2 {
    -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;
  }

  .nav-dropdown {
    display: none;
  }

  .columns {
    width: 100%;
  }

  .text-block-5.orangesub {
    font-size: 25px;
    line-height: 27px;
  }

  .body.member {
    padding-bottom: 250px;
  }

  .auth-header {
    top: auto;
  }

  .auth-container {
    margin-right: 8px;
    margin-left: 8px;
  }

  .auth-shadow-box {
    width: 100%;
    margin-top: 9px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .field-label.centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
  }

  .form-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-2 {
    max-width: 100%;
    margin-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .grid-11 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form-2 {
    width: 100%;
  }

  .hero-wrapper {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  .image-2 {
    position: relative;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grid-12 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .form-block-2 {
    width: 100%;
  }

  .kb-text-block {
    text-align: left;
  }

  .list-2.kb {
    text-align: left;
  }

  .form-field {
    width: 100%;
  }

  .home-cta-col {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-frame {
    padding-right: 12px;
    padding-left: 12px;
  }

  .image-5 {
    margin-bottom: 0px;
  }

  .section-heading {
    font-size: 36px;
    line-height: 32px;
  }

  .checkbox-field.delete {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }

  .h2.h2-margin {
    text-align: left;
  }

  .text-list-margin {
    padding-left: 24px;
  }

  .grid-20 {
    width: 100%;
    justify-items: start;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .howto-wrapper {
    width: 100%;
    -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;
  }

  .howto-video {
    display: none;
  }

  .video-label {
    color: #aaa;
    text-align: left;
  }

  .list-3 {
    padding-left: 18px;
    text-align: left;
  }

  .video-mobile-play-icon {
    display: block;
    height: 20px;
    margin-left: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .video-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 12px 9px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #303030;
    color: #5fbfff;
  }

  .server-detail-frame {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .server-detail-frame.long {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .column {
    margin-bottom: 0px;
  }

  .div-block-14 {
    display: none;
  }

  .mobile-nav-profile {
    font-family: Vollkorn, serif;
    color: #e87c1e;
    font-size: 21px;
    font-weight: 400;
  }

  .nav-accordion-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 16px 17px 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-accordion-content {
    overflow: hidden;
  }

  .mobile-nav-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .faq-accordion-item {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_5856f1f9-d4f3-168b-9209-4184c4535a63-c4535a5e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5856f1f9-d4f3-168b-9209-4184c4535a80-c4535a5e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ee245479-00a8-20b3-d01f-ef34bf975d84-c6a1ee9d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d574384d-545d-1295-0f14-cba918735f00-18735ef9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d574384d-545d-1295-0f14-cba918735f19-18735ef9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-aa44fdd9-6377-002f-1fb4-42ff287875ca-6b3f4770 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-aa44fdd9-6377-002f-1fb4-42ff287875cc-6b3f4770 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa44fdd9-6377-002f-1fb4-42ff287875d6-6b3f4770 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-aa44fdd9-6377-002f-1fb4-42ff287875d8-6b3f4770 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b146e646-2c39-7850-d251-0be064a92c92-6b3f4770 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b146e646-2c39-7850-d251-0be064a92c94-6b3f4770 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875ca-6b3f4770 {
    grid-area: Date-Mobile;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875cc-6b3f4770 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Timeline-Mobile;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875ce-6b3f4770 {
    grid-area: Info-Mobile;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875d6-6b3f4770 {
    grid-area: Date-Mobile;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875d8-6b3f4770 {
    grid-area: Timeline-Mobile;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875da-6b3f4770 {
    grid-area: Info-Mobile;
  }

  #w-node-b146e646-2c39-7850-d251-0be064a92c92-6b3f4770 {
    grid-area: Date-Mobile;
  }

  #w-node-b146e646-2c39-7850-d251-0be064a92c94-6b3f4770 {
    grid-area: Timeline-Mobile;
  }

  #w-node-b146e646-2c39-7850-d251-0be064a92c96-6b3f4770 {
    grid-area: Info-Mobile;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875ca-6b3f4770 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875cc-6b3f4770 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875ce-6b3f4770 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875d6-6b3f4770 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875d8-6b3f4770 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-aa44fdd9-6377-002f-1fb4-42ff287875da-6b3f4770 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-b146e646-2c39-7850-d251-0be064a92c92-6b3f4770 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }

  #w-node-b146e646-2c39-7850-d251-0be064a92c94-6b3f4770 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  #w-node-b146e646-2c39-7850-d251-0be064a92c96-6b3f4770 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

@font-face {
  font-family: "Freeboot";
  src: url("../fonts/FREEBOOT.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* button classes */
.login-button {
  background-color: transparent;
  background-image: url("/images/buttons/login-btn.png");
  background-position: 50% 50%;
  background-size: cover;
}

.signup-button {
  background-color: transparent;
  background-image: url("/images/buttons/signup-btn.png");
  background-position: 50% 50%;
  background-size: cover;
}

.download-button {
  background-color: transparent;
  background-image: url("/images/buttons/download-btn.png");
  background-position: 50% 50%;
  background-size: cover;
}

.login-signup {
  position: relative;
  width: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/images/buttons/login-signup-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-clip: border-box;
  sbackground-color: transparent;
}

.send-email-button {
  background-color: transparent;
  background-image: url("/images/buttons/send-email-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 150px;
  height: 50px;
}

.save-button {
  background-color: transparent;
  background-image: url("/images/buttons/save-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 150px;
  height: 50px;
}

.delete-button {
  background-color: transparent;
  background-image: url("/images/buttons/delete-account-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 188px;
  height: 63px;
  color: transparent;
}

.upgrade-button {
  background-color: transparent;
  background-image: url("/images/buttons/upgrade-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 150px;
  height: 50px;
  color: transparent;
}
.downgrade-button {
  background-color: transparent;
  background-image: url("/images/buttons/down-grade-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  width: 150px;
  height: 50px;
  color: transparent;
}

.submit-button {
  background-color: transparent;
  color: transparent;
}

.park-btn {
  background-color: transparent;
  background-image: url("/images/buttons/park-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
}

.unpark-btn {
  background-color: transparent;
  background-image: url("/images/buttons/unpark-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
}

.proceed-btn {
  background-color: transparent;
  background-image: url("/images/buttons/proceed-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
}

.restore-btn {
  background-color: transparent;
  background-image: url("/images/buttons/restore-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
}

.export-btn {
  background-color: transparent;
  background-image: url("/images/buttons/export-data-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
}

.reset-password-btn {
  background-color: transparent;
  background-image: url("/images/buttons/reset-password-btn.png");
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
  width: 188px;
  height: 63px;
}
/* end button classes */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f32121;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #22bd03;
}

input:focus + .slider {
  box-shadow: 0 0 1px #22bd03;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Table css on knowledge base */
.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 15px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 15px;
  word-break: normal;
}

.tg .tg-zv4m {
  border-color: #ffffff;
  text-align: left;
  vertical-align: top;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

/* Spinner CSS */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 16px solid #303030;
  border-top: 16px solid #e87c1e;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
